
.main-menu:hover,nav.main-menu.expanded {
width:340px;
overflow:visible;
}

.main-menu {
background:rgb(58,58,58);
opacity: 0.95;
border-right:0;
position:absolute;
top:0;
bottom:0;
height:100%;
left:0;
width:40px;
overflow:hidden;
-webkit-transition:width .02s linear;
transition:width .02s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:1000;
}
#slidebar{
	display: none;
}

.button{
	width:280px;
	color:rgb(58,58,58);
	background-color:#e6e6e6;
	border: 1px solid black;
	border-radius:5px;
	font-size: 14px;
	font-weight: bold;
	}
.button:hover{
	background-color: rgb(0,113,188);
	color:white;
	}
	
.buttonimg{
	background-color:rgb(58,58,58);
	border: 1px solid black;
	border-radius:5px;
	font-size: 14px;
	font-weight: bold;
}

.buttonimg:hover{
	background-color:#e6e6e6;
	}

.active{
	background-color:rgb(0,113,188);
	border: 1px solid black;
	border-radius:5px;
	font-size: 14px;
	font-weight: bold;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
background-color: rgb(58,58,58);
}


.opgear{
	margin-left:5px;
	margin-top:5px;
	width:30px;
	height:30px;
	position:absolute;
}

.logo{
	margin-left:80px;
	margin-top:5px;
	width:200px;
	height:auto;
}

.whitetext{
	color:white; 
	margin-left: 40px;
	font-size:18px;
	font-weight:bold;
}

.gallery{
	height:90px; 
	margin-left: 40px; 
	margin-right:auto; 
	max-width:280px;
	overflow:scroll;
}

.pickimg{
	height:65px;
	width:65px;
}

#gazeCanvas{
	background-color:white; 
	float:left;
	border:1px solid white;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
}

#container{
	background-color: white; 
	max-width:300px; 
	overflow: hidden;
	margin-left: 100px;
}

#canvas{
	background-color:white;
	float:left;
	border:1px solid white;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
}

.mainButton{
	margin:0 auto;
    display:block;
	min-width:300px;
	color:rgb(58,58,58);
	background-color:#e6e6e6;
	border: 1px solid black;
	border-radius:5px;
	font-size: 20px;
	font-weight: bold;
	}
	
.mainButton:hover{
	background-color: rgb(0,113,188);
	color:white;
	}
#SCBwrap{
	position: absolute;
	margin-top: 85vh;
	width: 100%;
	z-index:1;
}
#inputwrap{
	display:none;
	position: absolute;
	margin-top: 40vh;
	width: 100%;
	z-index:1;
}
#input{
	display:block;
	width: 50vw;
	height : 20vh;
	overflow: scroll;
	margin:0 auto;
	border: 2px solid black;
	border-radius:5px;
}

#gifWrap1{
	position: absolute;
	margin-top: 65vh;
	width: 100%;
	z-index:1;
}
#gifWrap2{
	position: absolute;
	margin-top: 35vh;
	width: 100%;
	z-index:1;
}
.gifs{
	margin:0 auto;
	display: none;
	width : 200px;
}

#SCBwrap{
	position: absolute;
	margin-top: 85vh;
	width: 100%;
	z-index:1;
}
#inputwrap{
	display:none;
	position: absolute;
	margin-top: 40vh;
	width: 100%;
	z-index:1;
}
#input{
	display:block;
	width: 50vw;
	height : 20vh;
	overflow: scroll;
	margin:0 auto;
	border: 2px solid black;
	border-radius:5px;
}
#jpgWrap{
	position: absolute;
	margin-top: 20vh;
	margin-left: 60vh;
	width: 100%;
	z-index:1;
}
.gifs2{
	margin:0 auto;
	display: none;
	width : 480px;
}
