html {
		height: 100%;
		margin: 0;
		padding: 0;

	}
button:focus, input:focus, select:focus{
    outline: 0
}
/* Change Autocomplete styles in Chrome*/
input.mainInput:-webkit-autofill,
input.mainInput:-webkit-autofill:hover, 
input.mainInput:-webkit-autofill:focus
input.mainInput:-webkit-autofill {
    -webkit-text-fill-color: white;
    transition: background-color 5000s ease-in-out 0s;
}

body {

    background: #26c9cc; /* Old browsers */
    background: -moz-linear-gradient(top, #26c9cc 0%, #0099b0 50%, #00638a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #26c9cc 0%,#0099b0 50%,#00638a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #26c9cc 0%,#0099b0 50%,#00638a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c9cc', endColorstr='#00638a',GradientType=0 ); /* IE6-9 */
    font-family: "proxima-nova", Arial, sans-serif;
    margin: 0;
    padding: 0;
}
body.dashboard {
    background-color: #f2f4f7;
    background-image: none;
}
.dashboard ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.dashboard li {
    list-style: none;
}
p {
    color: #007c87;
    line-height: 1.4em;
}
a, a:visited {
    color: #d6f9f9;
}
img.logo {

    margin-bottom: 50px;

}
.login, .register, .resetpassword, .forgotpassword, .directornotfound  {
    width: 265px;
    margin: 110px auto;
}
div.directors {
    width:90%;
    margin: 0 auto;
}
.directors form {
    text-align:center;
    margin: 0 auto;
}
.directors div.logo {
    margin:0 auto;
    text-align:center;
}
.directors table th
{
    text-align:left;
}
.verification {
    margin: 110px auto;
}
div.msgPlaceHolder, div.responsePlaceHolder {
    background-color: #ffffff;
}
div.responsePlaceHolder {
font-family: monospace;
margin:20px;
}
div.responsePlaceHolder div {
    padding:20px;
}
div.msgPlaceHolder div {
    color: #000000;
    padding:20px;
    background-color: #ffffff;
}
.sidebar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 300px;
    background-color: #fff;
    height: 100%;
    text-align: center;
    border-right: 1px solid #d2dae2;
}
.username {
    color: #58616a;
    font-weight: bold;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
legend {
    display: none;
}
.register legend {
    display: block;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    padding: 0 0px 20px 0px;
    text-align: center;
}
form p { position:relative; margin:0; padding: 0; z-index: 1; }
form p br { display: none; }
label  { 
    position:absolute;
    top: 22px; 
    left: 20px;
    font-size: 1.2em;
    color: #afb8c1;
    cursor: text;
}
label.mainLabel  { 
    top: 9px; 
    left: 0px;
    font-size: 1em;
    color: rgba(52, 57, 62, 0.45);
    cursor: text;
}
.validatedForm span.error {
    position: absolute;
    top: 40px;
    left: 20px;
    color: #f66480;
    font-size: 0.75em;
    font-weight: bold;
    z-index: 100;
}
input[type="text"], input[type="email"]  {
    border: none;
		border-bottom: 2px solid #dee2e5;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		padding: 20px;
		width: 225px;
		font-size: 1.2em;
		margin-bottom: 0px;
		color: #282b2f;
		
}

.directors input[type="text"] {
    border: none;
    border-bottom: 2px solid #dee2e5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    width: 225px;
    font-size: 1.2em;
    margin-bottom: 0px;
    color: #282b2f;

}
.addDirector input[type="text"] {
    border: none;
    border: 1px solid #afb8c1;
    padding: 20px 10px;
    width: 260px;
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #282b2f;

}
.addDevice input[type="text"] {
    border: none;
    border: 1px solid #afb8c1;
    padding: 20px 10px;
    width: 260px;
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #282b2f;
		
}
input[type="submit"] {
    margin-top: 16px;
    margin-bottom: 5px;
    border: none;
    background-color: #27CACC;
    width: 265px;
    height: 40px;
    color: #ffffff;
    font-size: 1em;
    cursor: pointer;
    border-radius: 4px;
}
.field_label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.77);
    text-transform: uppercase;
}
#resetPassword {
    position: absolute;
    right: 0px;
    background-image: url(img/icon_forgot_password.png);
    width: 26px;
    height: 26px;
    top: 96px;
    cursor: pointer;
    z-index: 10;
}
#registerButton {
    border: none;
    background-color: #00486A;
    width: 265px;
    padding: 11px 0px;
    color: #ffffff;
    font-size: 1em;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}
#registerButton:hover {
    background-color: #23688F;
}
input.mainInput {
    margin-top: 0px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    padding: 10px 0px;
    width: 265px;
    font-size: 1em;
    color: white;
    background: none;
}
input.mainInput#pwd {
    border-bottom: none;
    margin-bottom: 0px;
    width: 230px;
}
#passwordSpacer {
    width: 265px;
    border-top: 1px solid rgba(255, 255, 255, 0.27);
    padding-bottom: 20px;
}
.directors table {
    background-color:#ffffff;
}
.directors input[type="submit"] {
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left:20px;
    border: none;
    -moz-border-radius: 5px; /* from vector shape */
    -webkit-border-radius: 5px; /* from vector shape */
    border-radius: 5px; /* from vector shape */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #3f77ca;
    width: 150px;
    height: 50px;
    color: #e9fafa;
    font-size: 1.2em;
}
.addDevice input[type="submit"] {
    margin-top: 6px;
    margin-bottom: 20px;
    border: none;
    -moz-border-radius: 5px; /* from vector shape */
    -webkit-border-radius: 5px; /* from vector shape */
    border-radius: 5px; /* from vector shape */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #3f77ca;
    width: 150px;
    height: 50px;
    color: #e9fafa;
    font-size: 1.2em;
}
input[type="submit"]:hover {
    background-color: #7ad65d;
    color: #fff;
    -webkit-transition: all .2s;
}

.profile fieldset > label {
    display: block;
    margin-top: 10px;
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 1em;
    color: #282b2f;
    cursor: default;
}
.profile fieldset > p label {
    top: 12px;
}
.profile fieldset > p input {
    border: 1px solid #d2dae2;
    width: 400px;
    border-radius: 5px;
    padding: 10px 20px;
}
.profile select {
    border: 1px solid #d2dae2;
    width: 442px;
    height: 44px;
    border-radius: 5px;
    background: white;
    font-size: 1.2em;
    color: #282b2f;
    -webkit-appearance: none;
    -moz-appearance : none;
    padding: 10px 20px;
}
.profile select::-ms-expand {
    display: none;
}
.profile button {
    cursor: pointer;
    margin-top: 16px;
    margin-bottom: 20px;
    border: none;
    -moz-border-radius: 5px; /* from vector shape */
    -webkit-border-radius: 5px; /* from vector shape */
    border-radius: 5px; /* from vector shape */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #3f77ca;
    width: 100px;
    height: 42px;
    color: #e9fafa;
    font-size: 1.2em;
}
.profile button:hover {
    background-color: #7ad65d;
    color: #fff;
    -webkit-transition: all .2s;
}

.wrap {
	width: 960px;
	margin: 20px auto;
}
.directorList {
	width: 618px;
	margin: 0 10px;
	float: left;
	background-color: #fff;
	padding: 0px;
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #5b9b9c;
}

.deviceList {
	width: 618px;
	margin: 0 10px;
	margin-bottom: 120px;
	float: left;
	padding: 0px;
	/*border: 1px solid #5b9b9c;*/
}

.profile {
    float: left;
    padding-left: 5px;
}

.tableHead {
	padding: 20px;
	margin: 0px;
	color: #58616a;
	font-size: 1.1em;
	border-bottom: 2px solid #27cacc;
	}
.tableHead span {
	float: right;
	font-size: 0.8em;
	font-weight: normal;
	position: relative;
	top: 3px;
}
.tableHead span a {
	color: #3f77ca;
}
.tableHead span a:hover {
	color: #4d8ff1;
	text-decoration: none;
}
.directorList table {
	margin: 0;
	padding: 0px;
}
.directorList table td, .directorList table th {
	padding: 20px;
	color: #282b2f;
	margin: 0px;
}
.directorList table th {
	padding: 10px 20px;
	font-size: 0.9em;
	color: #282b2f;
	background-color: #f2f4f7;
}
.directorList table td {
	border-bottom: 1px solid #dfe1e4;
}
.directorList table tbody tr:last-child td {
	border-bottom: none;
}
.directorList table td a {
	color: #3f77ca;
	font-weight: bold;
}
.directorList table td a:hover {
	color: #4d8ff1;
	text-decoration: none;
}
.addDirector {
	width: 298px;
	float: left;
	margin: 0 10px;
	background-color: #f2f4f7;
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #5b9b9c;
}
.addDirector form {
	margin-top: 6px;
}

.deviceList table {
	margin: 0px;
	padding: 0px;
}
.deviceList table td, .deviceList table th {
	padding: 20px;
	color: #282b2f;
	margin: 0px;
}
.deviceList table th {
	margin: 0px;
	padding: 20px 20px 10px 20px;
	font-size: 0.9em;
	color: #282b2f;

}
.deviceList table td {
	border-bottom: 1px solid #f2f4f7;
	color: #282b2f;
}
.deviceList table tbody tr:last-child td {
	border-bottom: none;
}
.deviceList table td a {
	color: #3f77ca;
	font-weight: bold;
}
.deviceList table td a:hover {
	color: #4d8ff1;
	text-decoration: none;
}
.deviceType {
	display: block;
	width: 48px;
	height: 48px;
	background-color: #f2f4f7;
	border: 1px solid #afb8c1;
}
.addDevice {
	width: 298px;
	float: left;
	margin: 0 10px;
	border-radius: 5px;
	border-radius: 5px;
}
.addDevice form {
	margin-top: 6px;
}
.addDevice label {
	top: 24px;
}
.serialsticker {
	width: 300px;
	float: right;
	text-align: left;
	margin: 20px 10px;
}
.serialsticker h2 {
	font-size: 1.2em;
}
.serialsticker strong {

	color: #282b2f;

}
.logout {
	color: #378bd1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.msgPlaceHolder {
	margin: 30px 10px;
	
	background-color: #fff7de;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
 	border-radius: 5px; 
 	font-weight: bold;
 	font-size: 0.9em;
 	text-align: center;
}
.msgPlaceHolder blockquote {
	padding: 10px 20px;
}
.dashboard .content h1 {
	font-weight: 300;
	font-size: 2.4em;
	color: #282b2f;
}
.dashboard .deviceList {
	text-align: left;
	width: 100%;
}
.dashboard .deviceList li {
    display: inline-block;
}
.dashboard .deviceList li .front{
	margin: 0px 20px 20px 0;
	padding-top: 160px;
	padding-bottom: 30px;
	text-align: center;
	width: 240px;
	border: 2px solid #fff;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	/*box-shadow: 0px 0px 3px #afb8c1;*/	
}

.deviceRadionXr30g5 div.front{
	background-image: url(img/radion_xr30g5.png);
	background-position: center 40px;
	background-repeat: no-repeat;
}
.deviceRadionXr15g5 div.front{
	background-image: url(img/radion_xr15g5.png);
	background-position: center 40px;
	background-repeat: no-repeat;
}
.devicePrime div.front{
	background-image: url(img/icon_prime_white.png);
	background-position: center 40px;
	background-repeat: no-repeat;
}
.devicePrime.blk div.front{
	background-image: url(img/icon_prime_black.png);
	background-position: center 40px;
	background-repeat: no-repeat;
}

.deviceHydra52 div.front{
	background-image: url(img/icon_hydra52_white.png);
	background-position: center 73px;
	background-repeat: no-repeat;
}
.deviceHydra52.blk div.front{
	background-image: url(img/icon_hydra52_black.png);
	background-position: center 73px;
	background-repeat: no-repeat;
}

.deviceHydra26 div.front{
	background-image: url(img/icon_hydra26_white.png);
	background-position: center 55px;
	background-repeat: no-repeat;
}
.deviceHydra26.blk div.front{
	background-image: url(img/icon_hydra26_black.png);
	background-position: center 55px;
	background-repeat: no-repeat;
}


.deviceDirector div.front{
	background-image: url(img/icon_director.png);
	background-position: center 40px;
	background-repeat: no-repeat;
}
	
.dashboard .deviceList li.online .front{
	border: 2px solid #9bc5e8;
}
.dashboard .deviceList li.online:hover .front{
	border: 2px solid #378bd1;
	box-shadow: 0px 0px 0px #afb8c1;
	cursor: pointer;
}
.dashboard .deviceList li h4 {
	line-height: 0.5em;
	margin-bottom: 5px;
	font-weight: 600;
}

.dashboard .deviceList a li.online h4, .dashboard .deviceList a:visited li.online h4 {
		color: #000000;
}
.dashboard .deviceList a li.online:hover h4, .dashboard .deviceList a:visited li.online:hover h4 {
		color: #378bd1;
}

.dashboard .deviceList li.online:hover p {
	color: #58616a;
	font-weight: 500;
}

.dashboard .deviceList li p {
	margin: 0.5em;
	color: #afb8c1;
	font-weight: 100;
	letter-spacing: 1px;
}

.deviceList li.online a, .deviceList li.online a:visited {
	color: #afb8c1;
}
.deviceList li a, .deviceList li a:visited {
	color: #afb8c1;
}

.deviceList li.parent {

}
.deviceList li.child {
	opacity: 0.6;
}
.deviceList li .front button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    float: right;
    background: none;
    background-image: url(img/icon_gear.png);
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
}
.deviceList li .front button:hover {
    background-position: 0px -20px;
}

.dashboard .deviceList li .back {
    margin: 0px 20px 20px 0;
    padding-top: 55px;
    padding-bottom: 136px;
    text-align: center;
    width: 240px;
    border: 2px solid #58616a;
    border-radius: 10px;
    background-color: #58616a;
}
.dashboard .deviceList li label {
    position: relative;
    display: block;
    top: 0px;
    left: 13px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 2px;
}
.dashboard .deviceList li input {
    padding: 5px;
    margin-bottom: 20px;
    width: 205px;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    font-weight: 600;
}
.deviceList li .back button.save {
    position: absolute;
    bottom: 100px;
    left: 12px;
    float: right;
    background: #27cacc;
    color: white;
    width: 215px;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.deviceList li .back button.delete {
    position: absolute;
    bottom: 12px;
    text-align: center;
    left: 12px;
    float: right;
    color: #afb6c0;
    padding: 5px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    background-color: transparent;
    width: 215px;
}

.deviceList li .back button.save:hover {
    background: #4bbf74;
}
.deviceList li .back button.delete:hover {
    opacity: 0.5;
}
.deviceList li .back span.close {
    background-image: url('img/icon_close.png');
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    background-repeat: no-repeat;
    padding: 0px;
    border-radius: 0px;
}
.deviceList li .back span.close:hover {
    opacity: 0.5;
}
.deviceList li .back span.close:active {
    opacity: 0.5;
}
.dashboard .addDevice fieldset{
	float: left;
	width: 600px;
}
.dashboard .addDevice fieldset p {
	float: left;
	display: inline-block;
}
.dashboard .addDevice form {
	float: left;
	width: 100%;
}
.dashboard .serialsticker {
	float: left;
}
.dashboard p.tablehead {
	float: left;
	border-bottom: none;
}
.addButton {
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	right: -24px;
	top: 200px;
	background-color: #27cacc;
	border-radius: 24px;
	background-image: url(img/add.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.addButton:hover {
	background-color: #27abcc;
}
ul.nav {
	margin: 50px 0;
}
ul.nav li {
	padding: 20px 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #58616a;
	font-size: 1.4em;
	letter-spacing: 1px;
}
ul.nav li a {
	color: #58616a;
	text-decoration: none;
}
ul.nav li a:hover {
	color: #282b2f;	
}
ul.nav li.selected a {
	color: #afb8c1;
}

.parent span, .parent .tip {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #378bd1;
	color: #fff;
	padding: 3px 6px 2px 6px;
	border-radius: 2px;
	font-size: 0.8em;
}
.child span {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #b876c7;
	color: #b876c7;
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 0.75em;
}
.parent.c1 span {
	background-color: #378bd1;
}
.child.c1 span {
	border: 1px solid #378bd1;
	color: #378bd1;
}
.parent.c2 span {
	background-color: #7ad65d;
}
.content {
	margin-left: 340px;
    overflow: hidden;
}
.childtip {
	display: none;
}
.drawer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 120px;
	border-top: 1px solid #d2dae2;
	background-color: #f2f4f7;
	z-index: 10;
}
.serialsticker {
	display: none;
}
.drawer .addDevice {
	margin: 20px 20px 20px 40px;
	width: 100%;
}
.drawer .addDevice input[type="text"] {
	border-radius: 5px;
	border: none;
	margin-right: 10px;
}
.drawer .addDevice input[type="submit"] {
	float: left;
}

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    position: relative;
}

.flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;


    position: absolute;
    top: 0;
    left: 0;
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-container.flipped .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container.flipped .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.front {
    z-index: 2;
}

.loadScreen {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}
.modal {
	position: absolute;
    padding: 30px 20px;
    top: 50%;
    left: 50%;
    z-index: 2000;
    margin: -100px 0 0 -150px;
    width: 300px;
    text-align: center;
	-webkit-border-radius: 8px; /* from vector shape */
	-moz-border-radius: 8px; /* from vector shape */
	border-radius: 8px; /* from vector shape */
	background-color: #fff; /* layer fill content */
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	-webkit-box-shadow: 0 1px 8px rgba(11,10,10,.32); /* drop shadow */
	-moz-box-shadow: 0 1px 8px rgba(11,10,10,.32); /* drop shadow */
	box-shadow: 0 1px 8px rgba(11,10,10,.32); /* drop shadow */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
}
.modalContent p {
    font-size: 18px;
}
.modalContent h1 {
    font-weight: bold;
    margin-bottom: 10px;
}
.modalButtons {
    width:100%;
}

.modalContent .modalCancel {
    display: block;
    margin-top: 20px;
    padding: 10px;
    float:left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #378bd1;
    color: #fff;
    text-align: center;
    width: 45%;
    font-weight: bold;
    border: none;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
}
.modalContent .modalCancel:hover {
    background-color: #4bbf74;
}
.modalContent .modalOK {
    display: block;
    margin-top: 20px;
    padding: 10px;
    float:right;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #378bd1;
    color: #fff;
    text-align: center;
    width: 45%;
    font-weight: bold;
    border: none;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
}
.modalContent .modalOK:hover {
    background-color: #4bbf74;
}
p.modalClose {
    background-image: url('img/modal_close.png');
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 15px;
}
p.modalClose:hover {
    background-position: 0px -18px;
}
p.modalClose:active {
    background-position: 0px -36px;
}

ul.drop-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    border-bottom: 1px solid lightgray;
    top: 50px;
}
ul.drop-menu li {
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 300;
	color: #58616a;
	letter-spacing: 1px;
}
ul.drop-menu li a {
	color: #58616a;
	text-decoration: none;
    word-break: break-all;
}
ul.drop-menu li:hover a {
	color: #ffffff;	
}

ul.drop-menu li:hover {
    background: gray;
    cursor: pointer;
}
.lines-button {
  float: left;
  border: none;
  background-color: transparent;
  padding: 15px 0 15px 15px;
  -webkit-transition: .3s;
          transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    -webkit-transition: 0;
            transition: 0;
    box-shadow: none;
    outline: 0; }
  .lines-button:focus {
    outline: 0; }

.lines {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #2D2D2D;
  border-radius: 2px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #2D2D2D;
    border-radius: 2px;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 2.14286px center;
            transform-origin: 2.14286px center; }
  .lines:before {
    top: 7.5px; }
  .lines:after {
    top: -7.5px; }

.lines-button.is-active {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8); }
.lines-button.is-active .lines {
    background: transparent; }
.lines-button.is-active .lines:before, .lines-button.is-active .lines:after {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      top: 0;
      width: 30px; }
.lines-button.is-active .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
.lines-button.is-active .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }

