/* Header */

/*================
    Primary Navbar
 ===============*/
 .navbar-top {
 margin-bottom:0;
 position:relative;
 z-index:55;
 margin-bottom:0;
 }
 
 .navbar-top .container {
  max-width:1000px;
  }
  
.navbar-primary {
height:80px;
width:100%;
position:relative;
}

.navbar-header.navbar-primary > div {
float:left;
}

/* Logo */
.navbar-brand {
height:auto;
display:inline-block;
    width: 215px;
	    padding: 15px 15px 5px 15px;
}

.navbar-brand .logo img {
    width: 100px;
    margin: 0 auto;
}



/* Search */
.navbar-search {
    width: 480px;
    float: left;
    padding: 20px 0 0 18px;
}
.search-container {
float:left;
max-width:200px;
width:65%;
border-bottom: 1px solid #fff;
 height: 32px;

    
}

.search-dd-container  {
float:left;
max-width:200px;
width:35%;
    width: 122px;
    float: left;
    border: 1px solid #fff;
    height: 32px;
    background: url(../images/filter-arrow.png) no-repeat 97% 10px;
    overflow: hidden;
}


.navbar-search input[type="text"]{
border: 0;
    background: none;
    outline: none;
   font-size: 15px;
    color: #dddddd;
    font-family: "avenir";
    font-weight: 400;

}

.navbar-search select {
    border: 0;
    font-family: 'avenir-black';
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    width:100%;
	padding:0 5px;
	padding-right:30px;
    height: 31px;
    background: none;
    cursor: pointer;
	min-width:150px;
}

.navbar-search select option {
color:#444;
}

/* ===== Main Menu ======*/

/* Menu Toggle */

.menu-toggle {
min-height:80px;
width:100px;
display:inline-block;
padding:15px 20px 0 20px;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);

}

.menu-toggle:hover {
background-color:white;
color:#0E5A81;
}
.menu-toggle .threelines,
.menu-toggle .threelines:after,
.menu-toggle .threelines:before  {
background-color:rgba(255,255,255,0.8);
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 2px;
	position:relative;
	    margin: 0 auto;
}

.menu-toggle:hover .threelines, 
.menu-toggle:hover .threelines:after,
.menu-toggle:hover .threelines:before {
background-color:#27adc3;
}
.menu-toggle .threelines:after,
.menu-toggle .threelines:before {
position:absolute;
content:'';
left:0;
}

.menu-toggle .threelines:before {
top:-7px;
}

.menu-toggle .threelines:after {
bottom:-7px;
}

.menu-toggle  p {
margin-bottom:0;
}

.menu-toggle  {
cursor:pointer;
font-family:'avenir';
}

/* Menu Open Threelines */

.menu-toggle.open .threelines {
	transform:rotate(45deg);
}
.menu-toggle.open .threelines:before {
top:0;
}

.menu-toggle.open .threelines:after {
bottom:0;
transform:rotate(-90deg);
}




/* Main MegaMenu */


.menu-toggle  ul {
list-style:none;
padding-left:0;
}
.menu-toggle  ul.menu {
position:relative;
}

ul.sub-menu.mega {
display:inline-block;
    color: #000;
	    background: #fff;
    display: none;
    padding: 0px;
    margin: 16px 0 0 -200px;
    position: absolute;
    width: 950px;
	max-width:100vw;
    padding: 31px;
    z-index: 200;
    box-shadow: 3px 3px 3px #ccc;
    border: 1px solid rgba(255,255,255,0.4);
}

.menu-toggle.open ul.sub-menu.mega,
.menu-toggle:hover ul.sub-menu.mega {
display:inline-block;
}


.sub-menu.mega .icon-dash-menu {
    width: 100%;

}

.sub-menu.mega .icon-dash-menu ul {
display: flex;
display: -webkit-flex;
    width: 100%;
	 -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sub-menu.mega .icon-dash-menu li {
    width: 15.666% !important;
    display: block !important;
    margin: 0 0.5% 5px 0.5%!important;
    line-height: normal !important;
display:block;
float:left;
}


.icon-dash-menu li  a {
text-align:center;
display:block;
width:100%;
   height: 100%;
color:#000;
    padding: 20px 0 10px 0;
	transition:background-color 0.15s cubic-bezier(0,0.6,1,0);
}

.icon-dash-menu li a:hover {
    background-color: #FAFAFA !important;
	text-decoration:none;
}

.icon-dash-menu li  a img {
display:block;
margin:0 auto;
float:none;
margin-bottom:10px;
}

.icon-dash-menu li  a object,
.icon-dash-menu li  a svg {
	width:50px;
	height:50px;
	display: inline-block;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
}

.icon-dash-menu li  a object {
	width:100%;
}


.icon-dash-menu li  a:hover  svg path {
	fill:#27adc3!important;
}


/* Main Menu Responsive */
@media(max-width:600px) {
		.menu-toggle:hover ul.sub-menu.mega {
		display:none;
	}

	.menu-toggle.open ul.sub-menu.mega {
	display:inline-block;
	}
}



/* Administrative Menu  */

.administrative-menu {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 0;
}

.administrative-menu a {
color:#999;
margin-right:20px;
}

.administrative-menu a:hover {
color:#000;
}
.administrative-menu .title {
    width: 15%;
    float: left;
    border-right: 1px solid #ccc;
    font-size: 15px;
    font-family: 'avenir-black';
    margin-top: 15px;
	color: #27adc3;
}


.administrative-menu  .links-container {
width: 84%;
    float: right;
    font-family: "avenir";
    font-weight: 400;
    font-size: 13px;
}

.administrative-menu  .links-container  li {
display:inline; float:left;
color:black;
}



/** Notification **/


.navbar-header.navbar-primary .notification {
float: left;
position: absolute;
right: 120px;

}

.notification {
width:74px;
    display: inline-block;
}

.notification  ul {
padding-left:0!important;
margin-bottom:0;
}

.notification .notify-icon {
border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
	height:80px;
}
.notify-icon li {
 display: inline-block;
position:relative;
}

.notification > ul.notify-icon > li > a.bell {
    display: block;
    float: left;
	width: 72px;
    background: url(../images/notification-icon.png) no-repeat center 25px;
    height: 80px;
    text-decoration: none;
	position:relative;
}

.notification > ul.notify-icon > li > a.bell:hover {
   background-color:rgba(0,0,0,0.1);
}

.notification.has-notice a.bell:after{
content:'';
width:15px;
height:15px;
border-radius:100%;
background-color:#FFF;
border:3px solid #5ac30d;
    top: 16px;
    left: 30px;
display:block;
position:absolute;
}

.notification ul.count-message {
position:absolute;
top:100px;
left:-100px;
color:black;
opacity:0;

}


.notify-icon:hover  ul.count-message {
opacity:1;
}

ul.count-message li {
line-height:1.4em;
}

.notification ul.count-message a {
    font-family: 'avenir';
	color: #5ac30d;
	}
	
	
/* Current User */

.navbar-header.navbar-primary .current-user {
float: left;
position: absolute;
right: 0;

}

.current-user {
width:120px;
height:80px;
    font-family: 'avenir';
	line-height:1.2em;
	font-size:0.85em;
	background-color:none;
	padding-top:15px;
}

.current-user a {
height:80px;
    display: inline-block;
}
.current-user:hover {
background-color:rgba(0,0,0,0.1);

}
.current-user  span {
width:100%;
display:inline-block;
text-align:center;
}

.current-user .location {
margin-bottom:5px;
font-style: italic;
}

.current-user .username {

}

.current-user .logout {
font-weight:800;
text-transform:uppercase;
padding-left:1em;
font-family:'avenir-black';
}
 
 
/*================
    Secondary Navbar
 ===============*/
 
.navbar-below {
 width:100%;
 height:72px;
 display:inline-block;
 background-color:#FFF;
 box-shadow:0 3px 0 0 #efefef;
  position:relative;
 z-index:35;
 font-family:'avenir';
  margin-bottom:0;
 }
 
 .navbar-below a {
	 color:#000;
 }
 .navbar-below .container {
  max-width:1000px;
 }
 
 .navbar-secondary {
  width:100%;
 }
 
  .navbar-secondary > div {
  float:left;
  display:inline-block;
  padding-top:20px;
  }
  
  .navbar-below  ul {
  padding-left:0;
  margin-bottom:5px;
  }
  
 .navbar-below  li {
 list-style:none;
 }
 
 /*==== Dashboard Dropdown =========*/
 
.dd-container {
 width:200px;
 
 }

.navbar-below a:focus,
.navbar-below a:hover {
text-decoration:none;
}

.dropdown-toggle span,
.dropdown-toggle i {
 display:block;
 text-align:center;
 font-size:1.4em;
 line-height:1.1em;
 }
 
 .dd-container  ul.submenu {
 background-color:#77B643;
 color:white;
 box-shadow:0 3px 3px rgba(0,0,0,0.3);
 width:200px;
 padding-left:0;
margin-top:5px;
border:0!important;
border-radius:0;
 }
 
 .dd-container  ul.submenu li a {
  color:white; 
  }
  
   .dd-container  ul.submenu li a:hover {
   background-color:#A9CD44;
   }

  
 /*=== ACTION BUTTON =======*/
 
 .action-btn {
     width: 100px;
    height: 70px;
    text-align: center;
	position:relative;
 }
 
 .action-btn:after,
  .action-btn:before {
  position:absolute;
  content:'';
  height:25px;
  width:1px;
  background-color:#ddd;
  top:20px;
  }
 
  .action-btn:before  {
  left:0;
  }
  
    .action-btn:after  {
  right:0;
  }
.action-btn a {
position: relative;
/*padding-right:20px;*/
display:inline-block;
}

.action-btn span {
 font-size:1em;
  line-height:30px;
  font-weight:600;
}

.action-btn i{
position: absolute;
  right:0;
  font-size:2em;
  top:-2px;
    line-height:30px;
}

/* Create + */

.action-btn.create span:after {
	content:'+';
	position:absolute;
	height:25px;
	width:25px;
	border:2px solid #77B643;
	color:#77B643;
	border-radius:100%;
	right:0px;
	top:0;
	display:block;
	font-size:20px;
	text-align:center;
	line-height:20px;
}

.action-btn.create span {
	font-weight:400;
	color:#77B643;
}

.action-btn.create a {
	padding-right:30px;
}

/* Select */
.dropdown-toggle  span.select {
line-height: 0.7;
margin-top:-5px;
}

small.select-label {
	font-size: 14px;
    color: #ccc;
    padding: 0 45% 0 0;
    height: 2px;
	line-height:1em;
    display: block;
    font-style: italic;
	margin-bottom:0;
	margin-left:-15px;
}

/*====Administrative Dropdown========*/
 .administrative-dd-menu {
padding-bottom:30px;
 height: 50px;

}

 .administrative-dd-menu > li {
 height:45px;
 }
 .administrative-dd-menu span {
 display:inline-block;
 width:auto;
 font-size:1em;
  font-weight:300;
  text-align:center!important;
      width: 100%;
 }
 
  .administrative-dd-menu i {
	  line-height: 0.5em;
  }
 
 /*================
    Mobile Header
 ===============*/
 
 .mobile-header {
	 color:#0E5A81;
	 display:inline-block;
	 width:100%;
	 margin-left:-15px;
	 margin-right:-15px;
	 border-bottom: 1px solid rgba(0,0,0,0.1);
	 padding: 5px 15px;
 }
 
.navbar-header.navbar-primary  .mobile-header > .current-user,
.navbar-header.navbar-primary .mobile-header > .notification {
	 position:relative!important;
	 left:auto;
	 right:auto;
	 float:left!important;
	 display:inline-block;
	 padding-top:0;
	 width:48%;
	   height:auto;
	   padding-bottom:10px;
 }
 
 .mobile-header > .notification .notify-icon {
	 text-align:left;
	 width: 100%;
    height: auto;
  
 }
 
  .mobile-header > .notification > ul.notify-icon > li > a.bell:hover,
  .mobile-header > .notification .notify-icon .bell {
	  width:50px;
	  height:50px;
	  border-radius:100%;
	  background-color:#0E5A81;
	   background-size: 20px;
	background-image: url(../images/notification-icon.png);
    background-position: 50% 60%;
  }
 
   .mobile-header > .notification .notify-icon .bell:after {
      top: 10px;
    left: 20px;
	}
	
	
	.mobile-header > .notification ul.count-message {
    position: absolute;
    top: 5px;
    left: 65px;
    color: black;
    opacity: 1;
}

  .mobile-header  .current-user a {
	  color:#0E5A81;
	  height:auto;
  }
  
  .mobile-header .current-user  span {
	  text-align:right;
  }

 /*=====================
 RESPONSIVE
 =====================*/
 @media(max-width:1080px){
	 ul.sub-menu.mega {
	 width: 80vw;
	 }
 }
 
 @media(max-width:980px){
	 

	 .navbar-search {
		 display: none;
 }
 
 .menu-toggle{
	 position:absolute;
	 left:0;
 }
 
.navbar-brand {
	position:absolute;
	 left:100px;
}


ul.sub-menu.mega {
	    left: 178px;
}

.administrative-menu .title {
	text-align:left;
	float: left;
	width:100%;
	border-right:0;
	margin-top:0;
}

.administrative-menu .links-container {
    width: 100%;
    float: left;
}
 }
 
 
  @media(max-width:760px){
	 ul.sub-menu.mega {
	 width: 100vw;
	 }
 }
 
 
 @media(max-width:600px) {
	
	.navbar-secondary .dd-container {
    width: 33%;
	}
	
}

 
@media(max-width:480px){
	.navbar-brand {
		width: 120px;
		padding: 10px 0;
	  }
	  
	ul.sub-menu.mega {
		padding:15px 0;
	}
	
	.administrative-menu .title {
	text-align:center;
	border-right:0;
	padding-bottom:20px;
	}
	
	.sub-menu.mega .links-container li {
		width:100%;
		padding:10px;
		border-bottom:1px solid rgba(0,0,0,0.1);
	}
	
	.sub-menu.mega .links-container li:last-child {
		border-bottom:0;
	}
	
	 .administrative-menu .links-container  a {
		  margin-right:0;
	  }
	  
	.sub-menu.mega .icon-dash-menu li {
		width: 30% !important;
	  }
	  
}

@media(max-width:375px){

	.sub-menu.mega .icon-dash-menu li {
		width: 48% !important;
	  }
	  	.dd-container .dropdown-toggle i {
	float: none;
    margin: 0 auto;
    margin-left: auto;
    display: block;
	}
}
