body {
  font-family: "Lato", sans-serif;
}
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }



.sidebar {
  height:100%; 
  width:205px;/*205*/
  position: fixed;
  z-index:1;
  top: 1;
  left: 1;
  transition: 0.7s;
  background-color: #41474d;/*#495057*/
  overflow-x: hidden;
  padding-left:5px;
  
}

.sidebar a {
  padding: 0px 0px 10px 3px;
  display: block;
  color:#FFF;
  
}
.sidebarul
{
	color:#FFF;
	font-size:12px;
}
.sidebarul li
{
	text-decoration:none;
	color:#FFF;
	list-style-type:square;
	padding:0px;
}
.sidebarul li a
{
	text-decoration:none;
	font-size:5px
}

.sidebar a:hover {
  color:#FFF;
  text-shadow: 0px 0px 1px #FFF;
 
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
	  
  font-size:18px;
  cursor: pointer;
  background-color: #FFF;
  color: #666;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #FFF;
}
.logoname
{
	color: #FFF;
	font-size:19px;
	text-align:center;
}
.logoimg
{
	height:60px;
	width:110px;
	float:left;
	filter:blur(0);
	margin-left:30px;
	margin-top:6px;
	margin-bottom:10px;
	
}
.userimg
{
	width:45px;
	height:45px;
	border-color: #FFF;
	border-radius:50px;
	margin-left:10px;
}
.userimgsidebar
{
	width:60px;
	height:60px;
	double border:3px solid #FFF;
	border-radius:60px;
	margin-right:5px;
	
}
.sidebarusername
{
	color:#FFF;
	font-size:15px;
	font-weight:700;
	height:25px;
	width:110px;
	background:;
	display:inline-flex;
	overflow:auto
}
.menuicon
{
	float:left;
	height:auto;
	width:0px;
	margin-right:28px;
	font-size:20px;
	
}
.menuheading
{
	text-decoration:none;
	margin-top:0px;
}
.menuheading1
{
	text-decoration:none;
	font-size:17px;
	margin-top:0px;
	width:180px;
	height:40px;
	display:inline-block;
	border-radius:50px;
	border:2px solid #fff;
	margin-bottom:10px;
}
.icons1{
	background:#fff;
	width:34px;
	height:34px;
	margin-left:1px;
	margin-top:1px;
	display:inline-block;
	border-radius:50%;
	border:1.7px solid #fff;
	text-align:center;
	padding-top:4px;
}
#menuheadina
{
	text-decoration:none;
	
}
#menuheadina1
{
	text-decoration:none;
}

#main {
	  margin-left:190px;
      padding: 0px;
	  transition: 0.7s;
}

#dashbord-nav{
	padding-right:0px;
    padding-left:0px;
	width:auto;
	
}

#smformcont{
	background-color: #FFF;
	margin-top:10px;
	border-radius:10px;
	border:solid 5px;
	border-color:#E9E9E9;
	padding:25px;
	height:400px;
}
.zoom {
    
    transition: transform .3s; /* Animation */
    width: 80px;
    height: 55px;
    margin-top:4px;
	border-radius:5px;
}

.zoom:hover {
    transform: scale(2.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/*login page */

.logindiv
{
	height:100%;
	width:100%;
	margin-top:9%;
	box-shadow: 3px 3px 50px #aaaaaa;
	border-radius:10px;
	
	
}
.im
{
	
 -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(1px 1px 10px #222);
}
.logodiv
{
	height:100%;
	width:50.55%;
	background-color:;
	text-align:center;
	float:left;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	background-image: url("../img/c.jpg");
	background-repeat: no-repeat;
	background-size:100% 100%;

}
.loginform
{
	height:100%;
	width:49.26%;
	display:inline-block;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	/*background: url(../img/loginimg.jpg);
    background-repeat: no-repeat;
	background-size:100% 100%;*/
	background:#0027b3;
	
}
.loginpaglogo
{
	/*margin:20px 30px;*/
	height:auto;
	width:100%;

}

.formcont
{
	height:300px;
	width:200px;
	text-align:center;
	margin-top:110px;
	margin-left:130px;
}
.heading
{
	font-size:20px;
	padding-bottom:30px;
}

/*login page end*/
/* On smaller screens, where width is less than 480px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 500px) 
{
  .sidebar {padding-top: 15px;}
  
}
.sidebar {
  height:100%; 
  width:190px;/*205*/
  position: fixed;
  z-index:1;
  top: 1;
  left: 1;
  transition: 0.7s;
  background-color: #41474d;
  overflow-x: hidden;
  padding-left:5px;
  
}

.sidebar a {
  padding: 0px 0px 10px 3px;
  display: block;
  color:#FFF;
  font-size:14px
}
.sidebarul
{
	color:red;
}
.sidebarul li
{
	text-decoration:none;
	color:#FFF;
	list-style-type:square;
	padding:0px;
}
.sidebarul li a
{
	text-decoration:none;
	font-size:11px
}

.sidebar a:hover {
  color:#00aeff;
  text-shadow: 0px 0px 1px #FFF;
  transition: 0.7s;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
	  
  font-size:18px;
  cursor: pointer;
  background-color: #FFF;
  color: #666;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #FFF;
}
.logoname
{
	color: #FFF;
	font-size:19px;
	text-align:center;
}
.logoimg
{
	height:60px;
	width:110px;
	float:left;
	filter:blur(0);
	margin-left:30px;
	margin-top:6px;
	margin-bottom:10px;
	
}
.userimg
{
	width:45px;
	height:45px;
	border-color: #FFF;
	border-radius:50px
}
.userimgsidebar
{
	width:60px;
	height:60px;
	double border:3px solid #FFF;
	border-radius:60px;
	margin-right:5px;
}
.sidebarusername
{
	color:#FFF;
	font-size:15px;
	font-weight:700;
	height:25px;
	width:110px;
	background:;
	display:inline-flex;
	overflow:auto
}
.menuicon
{
	float:left;
	height:auto;
	width:0px;
	font-size:12px/*15*/
}
.menuheading
{
	text-decoration:none;
	margin-top:0px;
	height:25px;
	width:100%;
	border-radius:5px;
	transition: 0.7s;
}
.menuheading:hover
{
	 border-left:3px solid #00aeff;
	 background:#fff;
	 transition: 0.7s;
}
.menuheading:active
{
	 border-left:2px solid #fff;
	 background:#fff;
	 
}

.mainhd{
	padding-top:0px;
	height:22px;
	font-size:13px
}
.mainhd:hover{
	padding-top:0px;
	height:22px;
	color:#41474d
}
.menuheading1
{
	text-decoration:none;
	margin-top:0px;
	width:180px;
	height:35px;
	display:inline-block;
	border-radius:50px;
	border:2px solid #fff;
	margin-bottom:10px;
	
}
.icons1{
	background:#fff;
	width:29px;
	height:29px;
	margin-left:1px;
	margin-top:1px;
	display:inline-block;
	border-radius:50%;
	border:1.7px solid #fff;
	text-align:center;
	padding-top:0px;
}
#menuheadina
{
	text-decoration:none;

}
#menuheadina1
{
	text-decoration:none;
}
#main {
	  margin-left:190px;
      padding: 0px;
	  transition: 0.7s;
}

#dashbord-nav{
	padding-right:0px;
    padding-left:0px;
 
}

#smformcont{
	background-color: #FFF;
	margin-top:10px;
	border-radius:10px;
	border:solid 5px;
	border-color:#E9E9E9;
	padding:25px;
	height:400px;
	align:center;
}

::-webkit-scrollbar{
	width:.5em;
	height:.7em;
}
::-webkit-scrollbar-track{
	background: #41474d;
	border-radius:100vw;
	margin-block:.5em;
}
::-webkit-scrollbar-thumb{
	background: #788087;
	border-radius:100vw;
	transition: 0.7s;
}
::-webkit-scrollbar-thumb:hover{
	background: #9aa4ad;
	border-radius:100vw;
	transition: 0.7s;
}
}
