/*
Template Name: Flat Lab Dashboard build with Bootstrap v3.2.0
Template Version: 2.0
Author: Mosaddek Hossain
Website: http://thevectorlab.net/
*/

/* Import fonts */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);*/

@font-face {
  font-family: 'Montserrat';
  src: url('font/montserrat/Montserrat-Regular.ttf') format('truetype'), 
       url('font/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
} 

@font-face {
  font-family: 'Open Sans';
  src: url('font/open-sans/OpenSans-Regular.ttf') format('truetype'), 
       url('font/open-sans/OpenSans-Light.ttf') format('truetype'), 
       url('font/open-sans/OpenSans-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
} 

body {
  color: #797979;
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size:13px;
}

ul li {
  list-style: none;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/*::selection {
  background: #FF6C60;
  color: #fff;
}
::-moz-selection {
  background: #FF6C60;
  color: #fff;
}*/

#container {
  width: 100%;
  height: 100%;
}

/*
 * LEFT NAVIGATION ICON
 */

.dcjq-icon {
  height:17px;
  width:17px;
  display:inline-block;
  background: url(../img/nav-expand.png) no-repeat top;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  position:absolute;
  right:10px;
  top:15px;
}
.active .dcjq-icon {
  background: url(../img/nav-expand.png) no-repeat bottom;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

.nav-collapse.collapse {
  display: inline;
}


/*
 * main content
 */

#main-content {
  margin-left: 0px;
}

.header, .footer {
  min-height: 60px;
  padding: 0 15px;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1002;
}

.white-bg {
  background: #fff;
  border-bottom: 1px solid #f1f2f7;
}

.wrapper {
  display: inline-block;
  margin-top: 60px;
  padding: 15px;
  width: 100%;
}

a.logo {
  font-size: 21px;
  color: #2e2e2e;
  float: left;
  margin-top: 15px;
  text-transform: uppercase;
}

a.logo:hover, a.logo:focus {
  text-decoration: none;
  outline: none;
}

a.logo span {
  color: #FF6C60;
}

/*
 * notification
 */

#top_menu .nav > li, ul.top-menu > li {
  float: left;
}

.notify-row {
  float: left;
  margin-top: 15px;
  margin-left: 92px;
}

.notify-row .notification span.label {
  display: inline-block;
  height: 18px;
  width: 20px;
  padding: 5px;
}

ul.top-menu > li > a {
  color: #666666;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border:1px solid #f0f0f8;
  padding: 2px 6px;
  margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
  border:1px solid #f0f0f8 ;
  background-color: #fff;
  border-color: #f0f0f8 ;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #2E2E2E ;
}

.notify-row .badge {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 100;
}

.dropdown-menu.extended {
  max-width: 300px;
  min-width: 160px;
  top: 42px;
  width: 235px;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) ;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* Safari and Chrome */
  .dropdown-menu.extended  {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) ;
  }
}

/*.dropdown-menu.extended li p {
  background-color: #F1F2F7;
  color: #666666;
  margin: 0;
  padding: 10px;
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
}*/

.dropdown-menu.extended li a {
  border-bottom: 1px solid #EBEBEB;
  font-size: 12px;
  list-style: none;
}

.dropdown-menu.extended li a {
  padding: 15px 10px ;
  width: 100%;
  display: inline-block;
}

.dropdown-menu.extended li a:hover {
  background-color: #F7F8F9;
  color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
  font-size: 13px;
  font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: 600;
  padding-left: 10px;
  margin-top: -4px;
}

.dropdown-menu.extended .progress {
  margin-bottom: 0 !important;
  height: 10px;
}

.top-nav  {
  margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
  width: 268px;
}

.top-nav li.dropdown .dropdown-menu {
  float: right;
  right: 0;
  left: auto;
}

.dropdown-menu.extended.logout > li {
  float: left;
  text-align: center;
  width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
  float: left;
  text-align: center;
  width: 100%;
  background: #a9d96c;
  border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
  color: #fff;
  border-bottom: none !important;
  text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
  color: #fff;
}

.dropdown-menu.extended.logout > li > a {
  color: #a4abbb;
  border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
  background: none !important;
  color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
  background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
  color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
  font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
  display: block;
}

.top-nav .username {
  font-size: 13px;
  color: #555555;
}

.top-nav ul.top-menu > li > a {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px;
  background: none;
  margin-right: 0;
}
.top-nav ul.top-menu > li {
  margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
  border:1px solid #F1F2F7;
  background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
  top: 50px;
}

.top-nav .nav .caret {
  border-bottom-color: #A4AABA;
  border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}

.log-arrow-up {
  background: url("../img/arrow-up.png") no-repeat;
  width: 20px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: -10px;
}

/*
 * notify arrow
 */

.notify-arrow {
  border-style: solid;
  border-width: 0 9px 9px;
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  /*left: 7px;*/
  top: -18px;
  transition: all 0.25s ease 0s;
  width: 0;
  z-index: 10;
  margin-top: 10px;
  opacity: 1;
}


/*
 * search
 */

.search {
  margin-top: 6px ;
  width: 20px;
/*  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;*/
  border: 1px solid #fff;
  box-shadow: none;
  background: url("../img/search-icon.jpg") no-repeat 10px 8px;
  padding:0 5px 0 35px;
  color: #fff;
}

.search:focus {
  /*margin-top: 5px ;*/
  width: 180px;
  border: 1px solid #eaeaea;
  box-shadow: none;
/*  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;*/
  color: #c8c8c8;
  font-weight: 300;
  background-color: #FFF;
}

/*
 * progress bar
 */

.progress-xs {
  height: 8px;
}

.progress-sm {
  height: 12px;
}

/*
 * small button
 */

.close-sm {
  font-size: 14px;
}

.m-bot15 {
  margin-bottom: 15px;
}

.checkbox, .checkbox:hover, .checkbox:focus  {
  border:none;
}

/*
 * dragable portlet
 */

.sortable .panel .panel-heading{
  cursor: move;
}

/*
 * input
 */
.error-input {
  border: 1px solid #EE9494;
}