@charset "utf-8";
/* CSS Document */
.navbar-default{
	margin-top:0px!important;
	height:100%;
	background-color: rgba(255,255,255,0.90) !important;
	border-radius:0px !important;	
	overflow: auto;   
	width:100%;	
	}
	
.navbar-header {
   float: left;
   width: 100%;
}	
	
#sidebar-wrapper {
  top: 0px;
  left: 0px;
  width: 100%;
  background-color:transparent;
  position: static;
  height:auto;
  z-index: 0;	
}

.sidebar-nav {
  font-family: 'Archivo Narrow', sans-serif !important;
  float:right;  	
  text-align:left;
  top: 90px;
  margin: 0;
  padding: 0;
  width:18%;
  right: 0px;
  position: fixed;	
}
   
.sidebar-nav ul {
  margin: 0px;
  padding: 0px;
  width:100%;
  list-style: none !important;	
}

.sidebar-nav li {
  text-indent: 10px;
  line-height: 20px;
  border-bottom:1px solid #dad9d5;
  font-size: 11px;
  font-weight: 400;
  list-style:none;
  padding: 6px 0px;	
}
   
#sidebar-wrapper.sidebar-toggle {
    transition: 0s;
    left: 200px;
  }

.sidebar-nav ul :not(collapsed) .arrow:before,
.sidebar-nav li :not(collapsed) .arrow:before {
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding-right: 0px;
}

.arrow{
  float: right;
  padding-right: 20px;
}

.sidebar-nav ul .sub-menu li:before,
.sidebar-nav li .sub-menu li:before {
  font-family: 'Archivo Narrow', sans-serif !important;
  display: inline-block;
  padding-left: 0px;
  padding-right: 10px;
  vertical-align: middle;
}

.sidebar-nav li {
  border-left: 3px solid #fff;
  border-bottom: 1px solid rgba(189,200,213,0.20);
  width: 100%;	
  padding: 8px 0px;	
}

.sidebar-nav li a {
  text-decoration: none;
  color: #287ADD;  		
}

.sub-menu li{
  margin-left: 10px; 
  font-size: 11px;	
  color:#838378;	
}

.sub-menu li a{
  color:#838378;
  margin-left: 10px; 	
}

.sidebar-nav li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
  color: #1154A0;	
}

.sidebar-nav li a:hover,
.sidebar-nav li a i:hover {
  color: aliceblue;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;		
}

.sidebar-nav li:hover {
  color:#fff !important;
  border-left: 3px solid #1154A0;
  background-color: #8C97A4;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;	
}

@media (max-width: 1024px) {
.sidebar-nav li {
  font-size: 11px;  	
}
	
.sidebar-nav {
  width:18.5%;
  right: 2px;	
  position: fixed;	
}	

.sub-menu li{
  margin-left: 5px;
  font-size: 10px;	
}	
}

@media (max-width: 812px) {
	
.sidebar-nav li {
  font-size: 14px;  	
}
	
.sidebar-nav {
  right: 0px;
}	

.sub-menu li{
  margin-left: 5px;
  font-size: 12px;	
}		

.navbar-default{
	margin-top:10px;
	height:100% !important;
	background-color: rgba(255,255,255,0.0) !important;
	border-radius:0px !important;
	border:0px;
	}	
 
.navbar-toggle{
  position:fixed!important;
  float:right !important;
  top:90px;
  height:30px;
  width:30px;
  text-align:center;
  right:10px !important;
  display:block !important;
  background:#F1F1F1;
  z-index:998;
  border-radius:0px;
  border:0px;
  margin:0px !important;
  
 background-color:#ddd;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;	
 	
}

.navbar-toggle:focus,
.navbar-toggle:hover{
	background-color:#ddd;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
	}


.icon-bar{
   display:block;
   width:3px;
   margin:5px auto;
   height:4px !important;
   border-radius:50%x;
   background:#4d4d4d !important;
   }
  
#sidebar-wrapper {
  top:40px;
  right:-200px;
  width: 100%;
  position: fixed;
  height:auto;
  z-index: 999;
  opacity: 0;
}

.sidebar-nav {
  position: absolute;
  top: 55px;
  right:-150px;  
  margin: 0;
  padding: 0;	
  background-color: rgba(255,255,255,0.95) !important;
  -webkit-box-shadow:0px 4px 6px rgba(39,39,39,0.4);
     -moz-box-shadow:0px 4px 6px rgba(39,39,39,0.4);
	      box-shadow:0px 4px 6px rgba(39,39,39,0.4);
  width: 250px;
  list-style: none;
}

#sidebar-wrapper.sidebar-toggle {
    transition: all 0.3s ease-out;
    right:2900px;
	opacity: 1;
  }	
}

@media (max-width:560px) and (min-width:300px){
.navbar-toggle{
  top:480px;
}
	
#sidebar-wrapper {
  top:360px;
}
	
}


