@import "//fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic,700,800";
@import "//fonts.googleapis.com/css?family=Raleway:300,200,100";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css";
/* ---------------------------------------------- */
/* general.less */
/* ---------------------------------------------- */
/* -- GENERAL -- */
html {
  height: 100%;
}
body {
  position: relative;
  padding: 0;
  background-color: #F6F6F6;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #555;
  opacity: 0;
  margin-left: -20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
a {
  color: #3380FF;
  text-decoration: none;
  outline: 0 none;
}
a:focus,
a:hover,
a:active {
  outline: 0 none;
  text-decoration: none;
  color: #3078ef;
}
p {
  font-size: 13px;
  line-height: 22px;
}
b {
  font-weight: 400;
}
blockquote p {
  font-size: 15px;
}
ul {
  padding-left: 30px;
}
.overflow-hidden {
  overflow: hidden;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.big-text {
  font-size: 61px;
  line-height: 70px !important;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
}
.jumbotron {
  margin-top: 20px;
}
#pcont {
  margin-left: 216px;
  position: relative;
  padding: 0;
}
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0px;
  text-decoration: none;
  color: #FFF;
  background-color: rgba(39, 41, 48, 0.8);
  font-size: 12px;
  padding: 9px 12px;
  display: none;
}
.back-to-top i {
  font-size: 15px;
}
.back-to-top:hover {
  color: #FFF;
  background-color: #272930;
}
.back-to-top:focus {
  color: #FFF;
}
/* ---------------------------------------------- */
/* helpers.less */
/* ---------------------------------------------- */
/* -- HELPERS -- */
.spacer {
  margin-top: 15px !important;
}
.spacer2 {
  margin-top: 30px !important;
}
.spacer3 {
  margin-top: 50px !important;
}
.spacer-bottom-xs {
  margin-bottom: 10px !important;
}
.spacer-bottom {
  margin-bottom: 30px !important;
}
.spacer-bottom-sm {
  margin-bottom: 15px !important;
}
.spacer-bottom-lg {
  margin-bottom: 40px !important;
}
.rad-1 {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  overflow: hidden;
}
.rad-2 {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
}
.rad-3 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
.dash-cols .block .no-padding {
  padding: 0;
}
.no-padding {
  padding: 0 !important;
}
.clear {
  clear: both;
}
/* ---------------------------------------------- */
/* typography.less */
/* ---------------------------------------------- */
.hthin {
  font-family: "Raleway", Helvetica, sans-serif !important;
  font-weight: 100 !important;
}
/*Pre & Code*/
pre {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-top: 10px;
}
/*CONTENT*/
.cont h2 {
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 38px;
  margin: 0 0 10px 0;
}
.cont h5 {
  font-size: 13px;
  font-weight: 200;
  line-height: 21px;
}
.cont p {
  color: #333;
  font-size: 13px;
  font-weight: 200;
  line-height: 23px;
}
.cont b {
  font-weight: 400;
}
/*Well*/
.well p:last-child {
  margin: 0;
}
/*Text Colors*/
.color-primary {
  color: #3078EF;
}
.color-primary.fa {
  color: #4C94FF;
}
.color-success {
  color: #5FBF5F;
}
.color-warning {
  color: #FC9700;
}
.color-danger {
  color: #ee5037;
}
/* ---------------------------------------------- */
/* navbar.less */
/* ---------------------------------------------- */
/* -- NAVBAR -- */
/*navigation*/
.navbar {
  border: 0;
  background-color: #2494F2;
  color: #FFF;
  padding-left: 10px;
  padding-right: 25px;
}
.navbar-default .navbar-brand {
  padding-left: 35px;
  text-align: left;
  width: 206px;
  color: #FFF;
  background: url(../images/logo.png) no-repeat 0 11px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: 300;
  font-size: 19px;
  line-height: 18px;
  height: auto;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #FFF;
}
.navbar-default .navbar-brand:hover {
  color: #FFF;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  background-color: #36a3ff;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li.button {
  padding: 10px 6px;
  float: left;
}
.navbar-default .navbar-nav > li.button > a {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 30px;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
  text-align: center;
}
.navbar-default .navbar-nav > li.button > a:hover {
  background: rgba(255, 255, 255, 0.07);
}
.navbar-default .navbar-nav > li.button > a:active {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07) inset;
}
.navbar-default .navbar-nav > li.button > a > i {
  font-size: 14px;
}
.navbar-default .navbar-nav > li.button .bubble {
  position: absolute;
  top: -6px;
  left: 20px;
  background-color: #e44c34;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-color: #E23923 #D83722 #C0311E;
  border-left: 1px solid #D83722;
  border-width: 1px;
  box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.25);
  padding: 1px 3px 1px 2px;
  font: bold 9px Tahoma;
}
.navbar-default .navbar-nav > li.button.open:after {
  position: absolute;
  bottom: 0;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
  left: 50%;
  margin-left: -6px;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
}
.navbar-nav > li.button .dropdown-menu {
  padding: 0;
  min-width: 260px;
  max-width: 280px;
}
.navbar-nav > li.button .dropdown-menu .content > ul {
  padding: 0;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li ul > li > a {
  font-weight: 300;
  color: #444;
  padding: 11px 10px;
  padding-left: 33px;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.navbar-default .navbar-nav > li.button .messages li ul > li > a {
  padding: 12px 10px;
  padding-left: 48px;
  white-space: normal;
  line-height: 16px;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li > a:hover {
  color: #444;
  background: #F8F8F8;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li:last-child > a {
  border-bottom: 0;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 20px;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 14px;
}
.navbar-default .navbar-nav > li.button .messages li > a > img {
  position: absolute;
  left: 10px;
  top: 16px;
  height: 30px;
  width: 30px;
}
.navbar-default .navbar-nav > li.button .messages li > a .name {
  display: block;
  color: #555555;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.success {
  color: #60C060;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.info {
  color: #4D90FD;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.warning {
  color: #FC9700;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.danger {
  color: #DA4932;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .nano {
  height: 200px;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li a .date {
  display: block;
  font-size: 11px;
  color: #999999;
  font-style: italic;
  line-height: 18px;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .title {
  font-size: 12px;
  font-weight: 300;
  border-bottom: 1px solid #DDDDDF;
  padding: 8px 17px;
  color: #444;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .title a:hover {
  background: transparent;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .foot {
  padding: 0;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .foot > li {
  list-style: none;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .foot a {
  background: #F7F7F7;
  padding: 8px 17px;
  color: #444;
  text-align: center;
}
/*Dropdown Sub menu*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu li > a:hover {
  background-color: #2391ed;
  background-image: none;
  color: #FFF;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  border-top: 0;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-bottom-color: #fff;
  border-top-color: #FFF;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background-color: #36A3FF;
  color: #FFF;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #36A3FF;
  color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #FFF;
}
.navbar-default .navbar-toggle {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
  padding: 6px 10px;
}
.navbar-default .navbar-toggle:hover {
  background: rgba(255, 255, 255, 0.07);
}
.navbar-default .navbar-toggle:active {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07) inset;
}
.navbar-default .navbar-toggle:focus {
  background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.navbar-default .navbar-toggle .fa {
  color: #FFFFFF;
  font-size: 18px;
}
.navbar-collapse {
  max-height: none;
  position: relative;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
/*Navbar Inverse*/
.navbar.navbar-inverse {
  background-color: #272930;
}
.navbar-inverse .navbar-brand {
  color: #FFF;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #1A1C20;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #1A1C20;
}
.navbar-inverse .navbar-toggle {
  border-color: #32353E;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #2c2e36;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #292A30;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    height: 2px;
    background-color: #1A1C20;
    border-bottom: 1px solid #32353E;
  }
}
/* ---------------------------------------------- */
/* dropdown-menu.less */
/* ---------------------------------------------- */
/* DROPDOWN-MENU */
.dropdown-menu > li > a,
.dropdown-menu li > a {
  font-size: 12px;
  padding: 5px 20px;
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  white-space: nowrap;
}
.dropdown-header {
  color: #2083D6;
  margin-top: 6px;
  padding-left: 11px;
  cursor: pointer;
}
.dropdown-header i {
  font-size: 14px;
  margin-right: 4px;
  vertical-align: middle;
}
.dropdown-menu {
  background-clip: none;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.18);
}
.col-menu-2 {
  min-width: 405px;
  padding-bottom: 10px;
  padding-top: 7px;
}
.col-menu-2 > li:first-child ul {
  border-right: 1px solid #E8E8E8;
}
.col-menu-2 > li > ul > li a {
  padding-left: 32px;
}
.col-menu-2 > li > ul {
  padding: 0;
}
.col-menu-2 > li > ul > li {
  list-style: none;
} /*END - Dropdown menu*/
/* ---------------------------------------------- */
/* profile-menu.less */
/* ---------------------------------------------- */
/*Profile menu*/
.profile_menu {
  margin-left: 10px;
  cursor: pointer;
}
.not-nav {
  margin: 0 !important;
}
.navbar-collapse.in .not-nav > li {
  float: none !important;
  display: inline-block;
  padding: 10px 5px;
}
.user-nav {
  margin: 0;
  margin-right: -15px;
}
.profile_menu .dropdown-toggle {
  padding: 10px 10px;
  vertical-align: middle;
  height: 50px;
}
.profile_menu .dropdown-toggle span {
  display: inline-block;
  margin-top: 4px;
}
.profile_menu img {
  margin-right: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
} /*END - Profile menu*/
/* ---------------------------------------------- */
/* page-head.less */
/* ---------------------------------------------- */
/* -- PAGE HEAD -- Page Title */
.page-head {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #E9E9E9;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
  padding: 20px 25px;
  position: relative;
}
.page-head h2 {
  margin-bottom: 5px;
  margin-top: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
}
.page-head .breadcrumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 4px;
}
/* ---------------------------------------------- */
/* age-aside.less */
/* ---------------------------------------------- */
/* -- PAGE-ASIDE -- */
.page-aside {
  background: none repeat scroll 0 0 #FFFFFF;
  width: 280px;
  height: 100%;
  position: relative;
  display: table-cell;
  border-right: 1px solid #E9E9E9;
}
.page-aside > div {
  width: 280px;
}
.page-aside div.fixed {
  position: fixed;
  height: 100%;
}
.page-aside div.content {
  padding: 20px 20px;
}
@media (max-width: 767px) {
  .page-aside {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
  }
  .page-aside div.fixed,
  .page-aside > div {
    width: 100%;
    display: block;
    position: relative;
  }
}
/* ---------------------------------------------- */
/* maincontainer.less */
/* ---------------------------------------------- */
/* -- MAIN-CONTAINER -- */
.cl-mcont {
  background-color: #F6F6F6;
  color: inherit;
  font-size: 13px;
  font-weight: 200;
  line-height: 21px;
  padding: 15px 30px 30px 30px;
  margin-top: 0;
}
.cl-mcont.white {
  background: #fff;
}
.cl-mcont h1 {
  line-height: 1.3em;
}
#cl-wrapper {
  padding-top: 50px;
}
/* ---------------------------------------------- */
/* sidebar.less */
/* ---------------------------------------------- */
/*Vertical Navigation*/
.cl-sidebar {
  background: #272930;
  position: absolute;
  width: 216px;
  z-index: 2;
}
.cl-sidebar .cl-toggle {
  display: none;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
.cl-sidebar .cl-toggle i {
  font-size: 24px;
  color: #C9D4F6;
}
.cl-vnavigation {
  margin: 0 0 0 0;
  padding: 0;
  border-top: 1px solid #1a1c20;
  border-bottom: 1px solid #2f323a;
}
.cl-vnavigation .parent a {
  background: url("../images/arrow.png") no-repeat scroll right 14px top 18px transparent;
}
.cl-vnavigation li a {
  border-top: 1px solid #32353e;
  border-bottom: 1px solid #1a1c20;
  display: block;
  padding: 14px 18px 13px 15px;
  color: #c9d4f6;
  font-size: 12px;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.cl-vnavigation li a:hover {
  background-color: #2a2c34;
}
/*Collapsed Sidebar*/
.sb-collapsed .cl-sidebar {
  width: 55px;
}
.sb-collapsed #pcont {
  margin-left: 55px;
}
.sb-collapsed .cl-vnavigation li {
  position: relative;
}
.sb-collapsed .cl-vnavigation .parent a {
  background-image: none;
}
.sb-collapsed .cl-vnavigation li a i {
  margin: 0;
  font-size: 17px;
}
.sb-collapsed .cl-vnavigation > li > a > span {
  opacity: 0;
  width: 0;
  height: 0;
}
#cl-wrapper.animate-collapse .cl-sidebar {
  -webkit-transition: width 300ms linear;/* Chrome 1-25, Safari 3.2+ */
  -moz-transition: width 300ms linear;/* Firefox 4-15 */
  -o-transition: width 300ms linear;/* Opera 10.50�12.00 */
  transition: width 500ms linear;
}
#cl-wrapper.animate-collapse #pcont {
  transition: margin 500ms ease;
}
#cl-wrapper.animate-collapse .cl-vnavigation li a span {
  -webkit-transition: opacity 500ms linear;
  -moz-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}
#cl-wrapper.animate-collapse .cl-vnavigation li a i {
  -webkit-transition: margin 500ms linear, font-size 500ms linear;
  -moz-transition: margin 500ms linear, font-size 500ms linear;
  -o-transition: margin 500ms linear, font-size 500ms linear;
  transition: margin 500ms linear, font-size 500ms linear;
}
.cl-sidebar .collapse-button {
  background: #1F2126;
  width: 216px;
  border-top: 1px solid #131519;
  box-shadow: 0 1px 0 #2A2C31 inset;
  position: fixed;
  bottom: 0;
}
.cl-sidebar .collapse-button .bottom-fixed {
  position: fixed;
  bottom: 0;
}
.cl-sidebar .collapse-button .search {
  width: 155px;
  display: inline-block;
  margin-right: 3px;
  border-radius: 2px;
  height: 33px;
  background: none repeat scroll 0 0 #13151D;
  font-size: 11px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.cl-sidebar .collapse-button button {
  margin: 0 !important;
  background: transparent;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
.cl-sidebar .collapse-button button:hover {
  background: #23252A;
}
#cl-wrapper.fixed-menu .menu-space {
  position: fixed;
  width: 216px;
  background: #272930;
}
#cl-wrapper.fixed-menu .menu-space .content {
  outline: none;
}
#cl-wrapper.sb-collapsed.fixed-menu .menu-space {
  width: 55px;
}
#cl-wrapper .cl-sidebar .side-user {
  padding: 18px 10px;
}
.sb-collapsed .cl-sidebar .side-user {
  display: none;
}
#cl-wrapper .cl-sidebar .side-user .avatar {
  display: inline-block;
  margin-right: 3px;
}
#cl-wrapper .cl-sidebar .side-user .avatar img {
  border-radius: 25px;
  margin-right: 5px;
}
#cl-wrapper .cl-sidebar .side-user .info {
  display: inline-block;
  vertical-align: middle;
}
#cl-wrapper .cl-sidebar .side-user .info a {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  display: block;
}
#cl-wrapper .cl-sidebar .side-user .info span {
  color: #DBDBDB;
  font-size: 11px;
}
#cl-wrapper.animate-collapse .cl-sidebar .collapse-button {
  -webkit-transition: width 300ms linear;/* Chrome 1-25, Safari 3.2+ */
  -moz-transition: width 300ms linear;/* Firefox 4-15 */
  -o-transition: width 300ms linear;/* Opera 10.50�12.00 */
  transition: width 500ms linear;
}
.sb-collapsed .cl-sidebar .collapse-button .search {
  display: none;
}
.sb-collapsed .cl-sidebar .collapse-button {
  width: 55px;
}
.sb-collapsed .cl-vnavigation li.open ul {
  display: none !important;
}
#sub-menu-nav ul {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.22);
  color: #333;
  background: #FFF;
  padding: 5px 0;
  min-width: 190px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-radius: 3px;
}
#sub-menu-nav ul li:first-child {
  padding-top: 0;
}
#sub-menu-nav ul li:last-child {
  padding-bottom: 0;
}
#sub-menu-nav ul li.dropdown-header i {
  text-align: center;
  width: 15px;
}
#sub-menu-nav ul li.dropdown-header {
  padding: 1px 11px;
  padding-bottom: 6px;
}
#sub-menu-nav ul {
  padding: 5px 0;
}
#sub-menu-nav ul li {
  list-style: none;
}
#sub-menu-nav ul li a {
  margin-right: -1px;
  display: block;
  font-size: 11px;
  border-bottom: 0;
  color: #333333;
  text-shadow: none;
  text-align: left;
  background: transparent;
  padding: 6px 20px 6px 31px;
}
#sub-menu-nav ul li a:hover {
  background-color: #2391ED;
  color: #FFF;
}
#sub-menu-nav ul:after {
  background: url(../images/menu-tail-left.png) no-repeat right 10px;
  top: 0px;
  content: "";
  display: inline-block;
  left: -9px;
  height: 43px;
  width: 10px;
  position: absolute;
}
/*.sb-collapsed .cl-vnavigation li:hover ul{display: block !important;}
.sb-collapsed .cl-vnavigation li.ocult ul{display:none !important;}

*/
/*End Collapsed*/
.cl-vnavigation li a i {
  text-align: center;
  width: 20px;
  font-size: 14px;
  margin-right: 7px;
}
.cl-vnavigation li a span {
  display: inline-block;
}
.cl-vnavigation li ul {
  background-color: #1A1C20;
  display: none;
  margin: 0;
  padding: 0;
  padding-top: 4px;
}
.cl-vnavigation .parent ul li:last-child {
  padding-bottom: 13px;
}
.cl-vnavigation .parent ul li {
  background-color: #1a1c20;
  list-style: none;
}
.cl-vnavigation .parent ul li.dropdown-header {
  display: none;
}
.cl-vnavigation .parent ul li a {
  font-size: 11px;
  background-image: none;
  padding: 7px 18px 7px 42px;
  background-color: #1a1c20;
}
.cl-vnavigation .parent ul li.active a {
  background-color: #1e2025;
  border-left: 1px solid #2494F2;
}
.cl-vnavigation .parent ul li a:hover {
  background-color: #1e2025;
}
.cl-vnavigation .parent ul li a:first-child {
  border-top: 0;
}
.cl-vnavigation .active > a {
  background: #2A2C34;
  border-left: 1px solid #2494F2;
}
.cl-vnavigation .selected:hover a {
  background-color: #2494F2;
}
.cl-vnavigation .selected:hover ul a {
  background-color: #1A1C20;
}
body {
  height: 100%;
}
/*
.cl-sidebar{
  min-height:100%;
}*/
#cl-wrapper {
  display: table;
  width: 100%;
  position: absolute;
  height: 100%;
}
.cl-sidebar {
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding-bottom: 49px;
}
#pcont {
  display: table-cell;
  vertical-align: top;
}
/* ---------------------------------------------- */
/* block-panesl.less */
/* ---------------------------------------------- */
/* BLOCK PANELS */
.cl-mcont .row {
  margin-top: 20px;
}
.cl-mcont .col-lg-6 {
  padding: 0 15px;
}
.cl-mcont .block {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
  border: 0;
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.block-flat,
.block-wizard {
  margin-bottom: 40px;
  padding: 20px 20px;
  background: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}
.block-transparent {
  margin-bottom: 40px;
}
.block-transparent .header {
  padding: 0 5px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 15px;
}
.block-transparent .header h4 {
  font-weight: 400;
}
.block-transparent .header h4 .fa {
  font-size: 14px;
}
/* ---------------------------------------------- */
/* forms.less */
/* ---------------------------------------------- */
/* -- Forms --*/
label {
  font-weight: 600;
  margin-bottom: 7px;
}
.form-group {
  margin-top: 10px;
}
.form-horizontal.group-border .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.form-horizontal.group-border .form-group:last-child {
  border-bottom: 0;
}
.form-horizontal.group-border-dashed .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #efefef;
}
.form-horizontal.group-border-dashed .form-group:last-child {
  border-bottom: 0;
}
.form-control {
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.input-group .btn {
  margin: 0 !important;
  margin-left: -1px !important;
  padding-bottom: 6px;
  padding-top: 6px;
  box-shadow: none;
  line-height: 20px;
}
.input-group-btn > .btn + .btn {
  margin-left: -5px !important;
}
.input-group-lg > .input-group-addon {
  line-height: 0.33;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.input-group-addon {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 6px 11px;
}
.form-control:focus {
  border-color: #2598f9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
select.form-control,
textarea.form-control {
  padding: 6px 8px;
}
.input-group {
  margin-bottom: 15px;
}
/*Crhome Voice Recognition*/
.speechbutton {
  /*display:none;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
.speech-button i:before {
  position: relative;
  z-index: 2;
}
.speech-button i:after {
  z-index: 1;
  font-family: 'FontAwesome';
  content: "?";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  opacity: 0;
}
@keyframes blur {
  from {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  to {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
}
@-webkit-keyframes blur {
  0% {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  90% {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
  100% {
    font-size: 14px;
  }
}
@-moz-keyframes blur {
  from {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  to {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
}
@-o-keyframes blur {
  from {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  to {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
}
.speech-button i.blur:after {
  animation: blur 900ms infinite;
  -webkit-animation: blur 900ms ease infinite;
  -moz-animation: blur 900ms infinite;
  -o-animation: blur 900ms infinite;
}
input::-webkit-input-speech-button {
  -webkit-transform: scale(3, 2.2) translate(-2px, -1px);
  background-color: #fff;
  display: block !important;
} /* -- END FORMS -- */
/* ---------------------------------------------- */
/* login.less */
/* ---------------------------------------------- */
/* -- Login -- */
#cl-wrapper.login-container,
#cl-wrapper.error-container {
  margin: 0;
}
.login-container .middle-login {
  width: 430px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -170px;
  margin-left: -215px;
}
.login-container .block-flat {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
.login-container .block-flat .header {
  padding: 9px 20px;
  background: #2494F2;
  border-bottom: 1px solid #2082D5;
}
.login-container .block-flat .header h3 {
  line-height: 35px;
  margin: 0;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.login-container .header .logo-img {
  margin-right: 3px;
}
.login-container .block-flat .content {
  padding: 30px;
  padding-bottom: 5px;
}
.login-container .block-flat .content .form-control {
  padding: 10px 8px;
  height: auto;
}
.login-container .block-flat .content .form-group {
  margin-bottom: 10px;
}
.login-container .block-flat .content .title {
  margin-top: 0;
  margin-bottom: 20px;
}
.login-container .block-flat .footer {
  text-align: right;
  padding: 0 30px 15px;
}
.login-container .block-flat .footer .btn {
  min-width: 70px;
}
.login-container .block-flat .input-group-addon {
  background: #FAFAFA;
}
.login-container .out-links {
  padding-right: 3px;
}
.login-container .out-links a {
  color: #C9D4F6;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
/* ---------------------------------------------- */
/* 404.less  */
/* ---------------------------------------------- */
.page-error {
  margin-top: 80px;
  margin-bottom: 40px;
}
.page-error .number {
  color: #FFF;
  font-size: 150px;
  font-family: Arial;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.page-error .description {
  color: #FFF;
  font-size: 40px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.page-error h3 {
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.error-container .copy,
.error-container .copy a {
  color: #C9D4F6;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
body.texture {
  background: url(../images/bg.jpg);
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* elements.tables.less */
/* ---------------------------------------------- */
table thead th {
  padding: 5px;
  font-size: 13px;
  font-weight: 200;
}
table tbody td {
  padding: 7px 8px;
  font-size: 12px;
}
table .primary-emphasis,
table .primary-emphasis-dark {
  background: #4D90FD;
  color: #FFF;
  border-color: #4D90FD;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .primary-emphasis-dark {
  background-color: #437edd;
}
table .success-emphasis,
table .success-emphasis-dark {
  background: #60C060;
  color: #FFF;
  border-color: #60C060;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .success-emphasis-dark {
  background-color: #58b058;
  border-color: #58b058;
}
table .warning-emphasis,
table .warning-emphasis-dark {
  background: #FC9700;
  color: #FFF;
  border-color: #FC9700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .warning-emphasis-dark {
  background-color: #fc8800;
  border-color: #fc8800;
}
table .danger-emphasis,
table .danger-emphasis-dark {
  background: #DA4932;
  color: #FFF;
  border-color: #DA4932;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .danger-emphasis-dark {
  background-color: #c8432e;
  border-color: #c8432e;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table.no-border {
  border: 0;
}
table .right {
  text-align: right;
}
table .left {
  text-align: left;
}
.red thead th {
  color: #d36442;
}
.blue thead th {
  color: #3078EF;
}
.violet thead th {
  color: #8b12ae;
}
.green thead th {
  color: #4da60c;
}
table thead th span {
  color: #333;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  padding: 10px 8px 5px 8px;
}
table thead th:last-child {
  border-right: 1px solid #DADADA;
}
table thead span {
  font-size: 15px;
  display: block;
}
table td {
  border-left: 1px solid #DADADA;
  border-bottom: 1px solid #dadada;
  padding: 7px 8px;
}
table.padding-sm td {
  padding: 4px 6px;
}
table td .progress {
  margin: 0;
}
table.hover tbody tr:hover {
  background: #f3f3f3;
}
table td i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 23px;
}
table td:last-child {
  border-right: 1px solid #dadada;
}
/* zebra tables */
table tr:nth-child(2n) {
  background: #f8f8f8;
}
/* */
/*
table.no-strip tr:nth-child(2n){background:transparent;}
*/
/*No-Internal borders in thead*/
table .no-border th,
table.no-border-y th {
  border-left: 0;
}
table .no-border tr th:first-child {
  border-left: 1px solid #dadada;
}
/*No-Internal borders in tbody x and y*/
table .no-border-x td {
  border-bottom: 0;
}
table .no-border-x tr:last-child td {
  border-bottom: 1px solid #dadada;
}
table .no-border-y td,
table.no-border-y td {
  border-left: 0;
}
table .no-border-y tr td:first-child {
  border-left: 1px solid #dadada;
}
/*No-External borders general table*/
table.no-border tr th {
  border-top: 0;
}
table.no-border tr th:first-child {
  border-left: 0;
}
table.no-border tr th:last-child {
  border-right: 0;
}
table.no-border tr td:first-child {
  border-left: 0;
}
table.no-border tr td:last-child {
  border-right: 0;
}
table.no-border tr:last-child td {
  border-bottom: 0;
}
/*No-External borders when .no-padding in block*/
.no-padding table th:first-child {
  border-left: 0;
}
.no-padding table th:last-child {
  border-right: 0;
}
.no-padding table tr td:first-child {
  border-left: 0;
}
.no-padding table tr td:last-child {
  border-right: 0;
}
.no-padding table tr:last-child td {
  border-bottom: 0;
}
table tbody .toggle-details {
  cursor: pointer;
}
table tbody .details {
  background: #FFF;
}
table tbody td .btn {
  margin-bottom: 0 !important;
}
table tbody td .btn-group .dropdown-menu {
  margin-top: -1px;
  min-width: 130px;
}
table tbody td .btn-group .dropdown-menu li > a {
  padding: 5px 12px;
  text-align: left;
}
table td .flag {
  text-align: center;
  padding: 0 4px;
}
table td .legend {
  width: 10px;
  height: 10px;
  background: #efefef;
}
div.dataTables_length label select {
  display: inline !important;
}
.table td .btn i {
  width: inherit;
}
/* ---------------------------------------------- */
/* elements/widgets.less */
/* ---------------------------------------------- */
.widget-block.calendar-box {
  overflow: hidden;
}
.widget-block.calendar-box h2 {
  font-size: 28px;
}
.widget-block.calendar-box .day {
  text-align: center;
  font-size: 102px;
}
.widget-block.weather-box {
  overflow: hidden;
  color: #FFF;
}
.widget-block.weather-box .photo {
  background: url("../images/sunset2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 260px;
}
.widget-block.weather-box h2 {
  margin-top: 60px;
  font-size: 28px;
  font-weight: 400;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
.widget-block.weather-box .day {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 70px;
  margin-top: 3px;
}
.fb-box {
  margin-top: 0 !important;
  background-image: -moz-linear-gradient(center top, #3E80BF 50%, #325fa0 102%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3E80BF), to(#325fa0));/* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #3E80BF, #325fa0);/* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #3E80BF, #325fa0);/* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #3E80BF 50%, #325fa0 102%);
  background-color: #366eab;
  color: #FFFFFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35) !important;
}
.fb-box h2 {
  font-size: 19px;
  font-weight: 400;
  margin: 0 0 5px 0;
  padding-top: 10px;
}
.fb-box h3 {
  font-size: 13px;
  font-weight: 200;
  margin: 0 0 20px 0;
}
.fb-box h4 {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.fb-box img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid #FFFFFF;
  margin-bottom: 15px;
  margin-top: 20px;
}
.fb-box .content {
  padding: 20px;
  text-align: center;
}
.fb-box .info {
  background: #264A7E;
  color: #FFF;
  border-top: 1px solid #426ca5;
  text-align: center;
}
.fb-box .info button {
  box-shadow: none;
  max-width: 195px;
  width: 80%;
  padding: 13px;
  background: #4884c0;
  border: 0;
  margin: 5px 0;
  text-transform: uppercase;
}
.fb-box .info button i {
  margin-right: 3px;
}
.fb-box .info div {
  padding: 15px 10px;
}
.fb-box .row {
  margin: 0;
}
.block .cl,
.widget-block .cl {
  margin-bottom: 20px;
}
.widget-block {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.21);
  border: 0;
  margin-bottom: 30px;
  margin-top: 0;
}
.widget-block .row {
  margin: 0;
}
.widget-block .padding {
  padding: 20px 20px;
}
.widget-block .vpadding {
  padding: 20px 0;
}
.widget-block .hpadding {
  padding: 0 20px;
}
.block .header,
.widget-block .header,
.block-flat .header {
  padding: 10px;
  background-color: #FEFEFE;
  border-bottom: 1px solid #dadada;
}
.block .header {
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  padding: 10px;
}
/* --- block-flat --- */
.block-flat .header {
  background: transparent;
  padding: 3px 0;
}
.block-flat .header.no-border {
  border: 0;
}
.block-flat .header h3 {
  margin-top: 3px;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 200;
}
.block-flat .content {
  padding: 15px 3px 0 3px;
}
.block-flat .content.full-width {
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.block-flat .content h4 {
  margin-top: 20px;
  font-size: 16px;
}
.block-flat .content .title {
  margin: 5px 0 15px 0;
}
.block-flat.no-padding .content {
  padding: 0 !important;
}
.block-flat.functionmenu h3 {
  /* float: left; */
}
/* legend-container */
.legend-container table {
  width: auto;
  margin: 20px 0 0 20px;
}
.legend-container table tr {
  background: transparent;
}
.legend-container table td {
  border: 0;
  padding: 0 5px 3px 5px;
}
.legend-container .legendColorBox > div {
  border: 0 !important;
}
.legend-container .legendColorBox > div > div {
  border-width: 6px !important;
}
.block-flat.no-padding .content table td,
.block-flat.no-padding .content table th {
  padding: 11px 10px 7px 10px;
}
.block .no-border {
  border-bottom: 0;
}
.block .content h2,
.widget-block .content h2 {
  font-family: 'Open Sans', sans-serif;
}
.block .header h2,
.widget-block .header h2,
.block-flat .header h2 {
  margin: 0;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 100;
  font-size: 29px;
  line-height: 38px;
}
.block .header h3,
.widget-block .header h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 200;
  line-height: 21px;
  color: #666;
}
.block .header .actions i,
.widget-block .header .actions i {
  font-size: 18px;
  color: #6F6F6F;
  display: inline-block;
  padding: 0;
  text-align: center;
  cursor: pointer;
  width: 20px;
  vertical-align: top;
}
.block .header .actions i:hover,
.widget-block .header .actions i:hover {
  color: #858585;
}
.widget-block .fb-head {
  background: #1784c7;
  border: 0;
  color: #FFF;
}
.widget-block .fb-head i {
  display: inline-block;
  text-align: center;
  width: 28px;
}
.bg-darkgray {
  background-color: #888e97;
  color: #fff;
}
.bg-blue {
  background-color: #43A0F2;
  color: #fff;
}
.bg-blue .caret,
.bg-darkgray .caret {
  border-color: #fff transparent;
  border-width: 5px 5px 0;
}
.bg-blue a,
.bg-darkgray a {
  color: #FFF;
}
.cl-mcont .block .content {
  padding: 20px;
}
.cl-mcont .block .stat-data,
.cl-mcont .block-flat .stat-data {
  padding: 10px;
  float: left;
  width: 50%;
}
.cl-mcont .block .stat-data h2,
.cl-mcont .block-flat .stat-data h2 {
  margin: 0 0 5px 0;
}
.cl-mcont .block .stat-data span,
.cl-mcont .block-flat .stat-data span {
  font-size: 18px;
}
.cl-mcont .block .stat-data .stat-blue,
.cl-mcont .block-flat .stat-data .stat-blue {
  background: #43A0F2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  color: #FFF;
  padding: 20px 10px;
}
.cl-mcont .block .stat-data .stat-number,
.cl-mcont .block-flat .stat-data .stat-number {
  border-bottom: 1px solid #dadada;
}
.cl-mcont .block .stat-data .stat-number:last-child,
.cl-mcont .block-flat .stat-data .stat-number:last-child {
  border-bottom: 0;
}
.cl-mcont .block .stat-data .stat-number div,
.cl-mcont .block-flat .stat-data .stat-number div {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 5px;
  font-size: 16px;
  line-height: 20px;
}
.cl-mcont .block .stat-data .stat-number h2,
.cl-mcont .block-flat .stat-data .stat-number h2 {
  margin: 0;
  font-size: 35px;
  color: #444;
  font-weight: 300;
}
.cl-mcont .block .stat-data .stat-number span,
.cl-mcont .block-flat .stat-data .stat-number span {
  font-size: 12px;
}
.block .fact-data,
.widget-block .fact-data,
.block-flat .fact-data {
  margin: 25px 0;
  padding: 0 20px;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.block .total-data,
.widget-block .total-data,
.block-flat .total-data {
  padding: 15px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.block .dropdown-menu,
.widget-block .dropdown-menu,
.block-flat .dropdown-menu {
  margin: -1px 0 0 0;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}
.btn-group .dropdown-menu {
  margin-top: -6px;
}
.btn-group {
  margin-right: 5px;
  margin-left: 4px;
}
.static-mn,
.widget-block .static-mn {
  display: block;
  position: static;
}
.static-mn,
.widget-block .static-mn {
  display: block;
  position: static;
}
.static-lg-menu .static-mn,
.widget-block .static-lg-menu .static-mn {
  min-width: 90%;
}
.block .items,
.widget-block .items {
  margin: 0;
  padding: 0;
}
.block .items li,
.widget-block .items li {
  border-top: 1px solid #e8e8e8;
  list-style: none;
  font-size: 14px;
  line-height: 17px;
  padding: 13px;
  background-color: #FFF;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}
.block .items li i,
.widget-block .items li i {
  color: #555555;
  display: block;
  float: left;
  font-size: 28px;
  height: 38px;
  margin-left: 4px;
  margin-right: 15px;
  margin-top: 2px;
}
.block .items li small,
.widget-block .items li small {
  display: block;
}
.block .items li:hover,
.widget-block .items li:hover {
  background-color: #F4F4F4;
}
.block .items li .value,
.widget-block .items li .value {
  font-size: 15px;
  margin-top: 7px;
}
.block .items li:first-child,
.widget-block .items li:first-child {
  border-top: 0;
}
.block .total-data h2,
.widget-block .total-data h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.block .total-data h3,
.widget-block .total-data h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.block .total-data h4,
.widget-block .total-data h4 {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.widget-block .fact-data {
  margin: 27px 0;
}
.block .fact-data:first-child {
  border-right: 1px solid #eaeaea;
}
.block .fact-data h2,
.widget-block .fact-data h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 300;
}
.block .fact-data h3,
.widget-block .fact-data h3 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 200;
  font-size: 13px;
}
.widget-block .fact-data h3 {
  margin-bottom: 13px;
  font-size: 17px;
}
.widget-block .fact-data h2 {
  margin-bottom: 4px;
}
.widget-block .fact-data p {
  font-size: 12px;
}
.widget-block .no-padding {
  padding: 0;
}
.widget-block h3 {
  font-size: 17px;
  margin: 5px 0 0 0;
  font-weight: 200;
}
.widget-block h2 {
  font-size: 32px;
  font-weight: 300;
}
.block h2 i {
  font-size: 24px;
  color: #555;
  margin-right: 6px;
}
/*Widget Notes*/
.cl-mcont .block.widget-notes {
  border-bottom: 1px solid #E2E2E2;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}
.cl-mcont .block.widget-notes .header {
  border-bottom: 0;
}
.cl-mcont .block.widget-notes .header h4 {
  margin: 0;
  font-size: 15px;
}
.cl-mcont .block.widget-notes .content {
  padding: 0;
}
.paper {
  line-height: 30px;
  font-size: 14px;
  padding: 30px 55px 27px;
  position: relative;
  outline: none;
  background: white;
  background: -webkit-linear-gradient(top, #DFE8EC 0%, white 8%) 0 0px;
  background: -moz-linear-gradient(top, #DFE8EC 0%, white 8%) 0 0px;
  background: linear-gradient(center top, #DFE8EC 0%, white 8%) 0 0px;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
}
.paper::after {
  content: '';
  position: absolute;
  width: 0px;
  top: 0;
  left: 39px;
  bottom: 0;
  border-left: 1px solid #F8D3D3;
}
/*Pie Widget*/
.pie-widget {
  margin-bottom: 20px;
}
.pie-widget .stats {
  padding-top: 20px;
  border-top: 1px solid #DADADA;
}
.pie-widget .stats p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.pie-widget .stats h5 {
  margin: 0;
}
@media (max-width: 767px) {
  .pie-widget .stats > div:first-child {
    margin-bottom: 20px;
  }
}
/* ---------------------------------------------- */
/* elements/tabs.less */
/* ---------------------------------------------- */
/*TABS*/
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  font-size: 14px;
  margin-right: 2px;
}
.nav-tabs > li.active {
  position: relative;
}
.nav-tabs > li > a {
  padding: 9px 15px;
  font-size: 13px;
  margin-right: 0;
  min-width: 80px;
  text-align: center;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active {
  background: transparent;
  border: 1px solid transparent;
  color: #3398ff;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top: 2px solid #43A0F2;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 0;
  padding-bottom: 10px;
  padding-top: 8px;
  box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.08);
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  position: static;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after {
  content: "";
  display: block;
  height: 2px;
  background: #43A0F2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tab-content {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #E2E2E2;
  border-left: 1px solid #ECECEC;
  border-radius: 0 3px 3px;
  -webkit-border-radius: 0 3px 3px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
}
.tab-content h3,
h2,
h1:first-child {
  margin-top: 0;
}
/*Tab Bottom*/
.tab-bottom .nav-tabs {
  margin-bottom: 40px;
}
.tab-bottom .tab-content {
  margin-bottom: 0;
}
.tab-bottom .nav-tabs > li.active > a:after,
.tab-bottom .nav-tabs > li.active > a:hover:after,
.tab-bottom .nav-tabs > li.active > a:focus:after {
  bottom: 0;
  top: auto;
}
.tab-bottom .nav-tabs > li.active > a,
.tab-bottom .nav-tabs > li.active > a:hover,
.tab-bottom .nav-tabs > li.active > a:focus {
  border-top: 0;
  border-bottom: 2px solid #43A0F2;
  margin-top: -1px;
  box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.08);
}
.tab-bottom .tab-content {
  border-radius: 3px 3px 3px 0;
  -webkit-border-radius: 3px 3px 3px 0;
}
/*Tab Left*/
.tab-left .nav-tabs {
  float: left;
}
.tab-left .nav-tabs > li {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.tab-left .nav-tabs > li > a {
  text-align: left;
  min-width: 38px;
  padding: 12px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.tab-left .nav-tabs > li .fa {
  font-size: 14px;
}
.tab-left .nav-tabs > li.active > a:after,
.tab-left .nav-tabs > li.active > a:hover:after,
.tab-left .nav-tabs > li.active > a:focus:after {
  bottom: 0;
  top: auto;
  width: 2px;
  height: 100%;
}
.tab-left .nav-tabs > li.active > a,
.tab-left .nav-tabs > li.active > a:hover,
.tab-left .nav-tabs > li.active > a:focus {
  border-top: 0;
  border-bottom: 1px solid #ECECEC;
  border-right: 0;
  border-left: 2px solid #43A0F2;
  margin-right: -1px;
  box-shadow: -1px 3px 4px -3px rgba(0, 0, 0, 0.08);
  padding: 13px 10px 12px 9px;
}
.tab-left .tab-content {
  overflow: auto;
  border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
}
/*Tab Right*/
.tab-right .nav-tabs {
  float: right;
}
.tab-right .tab-content {
  overflow: auto;
  border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
}
.tab-right .nav-tabs > li {
  float: none;
  margin-right: 0;
  margin-bottom: 2px;
}
.tab-right .nav-tabs > li > a {
  text-align: left;
  min-width: 38px;
  padding: 12px 10px;
}
.tab-right .nav-tabs > li .fa {
  font-size: 14px;
}
.tab-right .nav-tabs > li.active > a:after,
.tab-right .nav-tabs > li.active > a:hover:after,
.tab-right .nav-tabs > li.active > a:focus:after {
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  width: 2px;
  height: 100%;
}
.tab-right .nav-tabs > li.active > a,
.tab-right .nav-tabs > li.active > a:hover,
.tab-right .nav-tabs > li.active > a:focus {
  border-top: 0;
  border-bottom: 1px solid #ECECEC;
  border-left: 0;
  border-right: 2px solid #43A0F2;
  margin-left: -1px;
  box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.08);
  padding: 13px 10px 12px 12px;
}
.shadow.tab-content {
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
}
.bootstrap-switch {
  border: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  min-width: 74px;
  background-clip: padding-box;
}
.bootstrap-switch.bootstrap-switch-focused {
  box-shadow: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #4D90FD;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: #E3E3E3;
}
.bootstrap-switch .bootstrap-switch-container {
  position: relative;
  z-index: 1;
  -webkit-transform: none;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  background: #4D90FD;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  background: #E3E3E3;
}
.bootstrap-switch .bootstrap-switch-label:after {
  content: " ";
  display: block;
  width: 29px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #4D90FD;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 100px;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label:after {
  width: 42px;
  border-width: 4px;
}
.bootstrap-switch.bootstrap-switch-large.bootstrap-switch-on .bootstrap-switch-label:after {
  border-width: 4px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 60px;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label:after {
  width: 25px;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 44px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label:after {
  width: 18px;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  background: #4D90FD;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  background: #e3e3e3;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #e3e3e3;
  left: 0;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  padding-left: 6px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.bootstrap-switch .bootstrap-switch-label {
  position: relative;
}
/*ON Colors*/
.bootstrap-switch.bootstrap-switch-onclr-success.bootstrap-switch-on .bootstrap-switch-handle-on {
  background: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-onclr-success.bootstrap-switch-on .bootstrap-switch-label {
  background: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-onclr-success.bootstrap-switch-on .bootstrap-switch-label:after {
  border-color: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-onclr-success.bootstrap-switch-off .bootstrap-switch-container {
  background: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-onclr-info.bootstrap-switch-on .bootstrap-switch-handle-on {
  background: #5BC0DE;
}
.bootstrap-switch.bootstrap-switch-onclr-info.bootstrap-switch-on .bootstrap-switch-label {
  background: #5BC0DE;
}
.bootstrap-switch.bootstrap-switch-onclr-info.bootstrap-switch-on .bootstrap-switch-label:after {
  border-color: #5BC0DE;
}
.bootstrap-switch.bootstrap-switch-onclr-info.bootstrap-switch-off .bootstrap-switch-container {
  background: #5BC0DE;
}
.bootstrap-switch.bootstrap-switch-onclr-warning.bootstrap-switch-on .bootstrap-switch-handle-on {
  background: #FF9900;
}
.bootstrap-switch.bootstrap-switch-onclr-warning.bootstrap-switch-on .bootstrap-switch-label {
  background: #FF9900;
}
.bootstrap-switch.bootstrap-switch-onclr-warning.bootstrap-switch-on .bootstrap-switch-label:after {
  border-color: #FF9900;
}
.bootstrap-switch.bootstrap-switch-onclr-warning.bootstrap-switch-off .bootstrap-switch-container {
  background: #FF9900;
}
.bootstrap-switch.bootstrap-switch-onclr-danger.bootstrap-switch-on .bootstrap-switch-handle-on {
  background: #DF4B33;
}
.bootstrap-switch.bootstrap-switch-onclr-danger.bootstrap-switch-on .bootstrap-switch-label {
  background: #DF4B33;
}
.bootstrap-switch.bootstrap-switch-onclr-danger.bootstrap-switch-on .bootstrap-switch-label:after {
  border-color: #DF4B33;
}
.bootstrap-switch.bootstrap-switch-onclr-danger.bootstrap-switch-off .bootstrap-switch-container {
  background: #DF4B33;
}
.bootstrap-switch.bootstrap-switch-onclr-default.bootstrap-switch-on .bootstrap-switch-handle-on {
  background: #E3E3E3;
}
.bootstrap-switch.bootstrap-switch-onclr-default.bootstrap-switch-on .bootstrap-switch-label {
  background: #E3E3E3;
}
.bootstrap-switch.bootstrap-switch-onclr-default.bootstrap-switch-on .bootstrap-switch-label:after {
  border-color: #E3E3E3;
}
.bootstrap-switch.bootstrap-switch-onclr-default.bootstrap-switch-off .bootstrap-switch-container {
  background: #E3E3E3;
}
/*Off Colors*/
.bootstrap-switch.bootstrap-switch-offclr-primary.bootstrap-switch-off .bootstrap-switch-handle-off {
  background: #4D90FD;
}
.bootstrap-switch.bootstrap-switch-offclr-primary.bootstrap-switch-off .bootstrap-switch-label {
  background: #4D90FD;
}
.bootstrap-switch.bootstrap-switch-offclr-primary.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #4D90FD;
}
.bootstrap-switch.bootstrap-switch-offclr-primary.bootstrap-switch-on .bootstrap-switch-container {
  background: #4D90FD;
}
.bootstrap-switch.bootstrap-switch-offclr-info.bootstrap-switch-off .bootstrap-switch-handle-off {
  background: #5BC0DE;
}
.bootstrap-switch.bootstrap-switch-offclr-info.bootstrap-switch-off .bootstrap-switch-label {
  background: #5BC0DE;
}
.bootstrap-switch.bootstrap-switch-offclr-info.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #5BC0DE;
}
.bootstrap-switch.bootstrap-switch-offclr-info.bootstrap-switch-on .bootstrap-switch-container {
  background: #5BC0DE;
}
.bootstrap-switch.bootstrap-switch-offclr-success.bootstrap-switch-off .bootstrap-switch-handle-off {
  background: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-offclr-success.bootstrap-switch-off .bootstrap-switch-label {
  background: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-offclr-success.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-offclr-success.bootstrap-switch-on .bootstrap-switch-container {
  background: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-offclr-warning.bootstrap-switch-off .bootstrap-switch-handle-off {
  background: #FF9900;
}
.bootstrap-switch.bootstrap-switch-offclr-warning.bootstrap-switch-off .bootstrap-switch-label {
  background: #FF9900;
}
.bootstrap-switch.bootstrap-switch-offclr-warning.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #FF9900;
}
.bootstrap-switch.bootstrap-switch-offclr-warning.bootstrap-switch-on .bootstrap-switch-container {
  background: #FF9900;
}
.bootstrap-switch.bootstrap-switch-offclr-danger.bootstrap-switch-off .bootstrap-switch-handle-off {
  background: #DF4B33;
}
.bootstrap-switch.bootstrap-switch-offclr-danger.bootstrap-switch-off .bootstrap-switch-label {
  background: #DF4B33;
}
.bootstrap-switch.bootstrap-switch-offclr-danger.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #DF4B33;
}
.bootstrap-switch.bootstrap-switch-offclr-danger.bootstrap-switch-on .bootstrap-switch-container {
  background: #DF4B33;
}
.bootstrap-switch.bootstrap-switch-offclr-default.bootstrap-switch-off .bootstrap-switch-handle-off {
  background: #E3E3E3;
}
.bootstrap-switch.bootstrap-switch-offclr-default.bootstrap-switch-off .bootstrap-switch-label {
  background: #E3E3E3;
}
.bootstrap-switch.bootstrap-switch-offclr-default.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #E3E3E3;
}
.bootstrap-switch.bootstrap-switch-offclr-default.bootstrap-switch-on .bootstrap-switch-container {
  background: #E3E3E3;
}
/* ---------------------------------------------- */
/* elements/alerts.less */
/* ---------------------------------------------- */
.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}
.alert .sign {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  display: inline-block;
}
.alert-success {
  background-color: #DBF6D3;
  border-color: #AED4A5;
  color: #569745;
}
.alert-info {
  background-color: #D9EDF7;
  border-color: #98cce6;
  color: #3A87AD;
}
.alert-warning {
  background-color: #FCF8E3;
  border-color: #F1DAAB;
  color: #C09853;
}
.alert-danger {
  background-color: #F2DEDE;
  border-color: #e0b1b8;
  color: #B94A48;
}
.alert-white {
  background-image: linear-gradient(to bottom, #FFFFFF, #F9F9F9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}
.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 103%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #BDBDBD;
  padding-top: 15px;
}
.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #BDBDBD;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}
.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alert-white .icon i {
  font-size: 20px;
  color: #FFF;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}
.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
  border-color: #3A8ACE;
  background: #4D90FD;
}
.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
  border-color: #D68000;
  background: #FC9700;
}
.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
  border-color: #54A754;
  background: #60C060;
}
/* ---------------------------------------------- */
/* elements/labels.less */
/* ---------------------------------------------- */
/*Labels*/
.label {
  border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: normal;
  font-size: 95%;
}
.label-default {
  background-color: #a1a1a1;
}
.label i {
  font-size: 100% !important;
  color: inherit !important;
  width: auto !important;
  min-width: 11px;
}
.label-success {
  background-color: #60C060;
}
.label-primary {
  background-color: #4D90FD;
}
.label-warning {
  background-color: #fcad37;
}
.label-danger {
  background-color: #ED5B56;
}
.label-info {
  background-color: #5DC4EA;
}
/*Bagde*/
.badge {
  font-weight: normal;
  font-size: 95%;
  padding: 4px 6px;
  background-color: #a1a1a1;
}
.badge-primary {
  background-color: #4D90FD !important;
}
.badge-success {
  background-color: #60C060 !important;
}
.badge-info {
  background-color: #5DC4EA !important;
}
.badge-warning {
  background-color: #fcad37 !important;
}
.badge-danger {
  background-color: #ED5B56 !important;
}
/* ---------------------------------------------- */
/* elemenst.progress.less */
/* ---------------------------------------------- */
/*Progress*/
.progress {
  height: 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.progress .progress-bar {
  font-size: 11px;
  line-height: 17px;
}
.progress-bar-info {
  background-color: #4D90FD;
}
.progress-bar-success {
  background-color: #60C060;
}
.progress-bar-warning {
  background-color: #FC9700;
}
.progress-bar-danger {
  background-color: #DA4932;
}
/* ---------------------------------------------- */
/* elements/pagination.less */
/* ---------------------------------------------- */
/*Pagination*/
.pagination {
  margin: 18px 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2083D6;
}
/* ---------------------------------------------- */
/* elements/lists.less */
/* ---------------------------------------------- */
/*Nav Pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #4D90FD;
}
/*List Group*/
.list-group-item:first-child {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.list-group-item:last-child {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #4D90FD;
}
.list-group-item i {
  min-width: 15px;
  display: inline-block !important;
  text-align: center;
}
.list-group-item h4 {
  margin-bottom: 8px;
  font-size: 17px;
}
.list-group-item h4 {
  margin-bottom: 8px;
  font-size: 15px;
}
.list-group-item {
  font-size: 12px;
  padding: 13px 15px;
  line-height: 22px;
}
a.list-group-item:hover {
  border-left: 5px solid #4D90FD;
  border-color: #4D90FD;
  padding-left: 11px;
}
a.list-group-item:hover + a.list-group-item {
  border-top-color: #4D90FD;
}
.list-group .active:hover {
  padding-left: 15px;
  border-left: 1px solid #428BCA;
}
/*DarkList Widget*/
.dark-list {
  color: #FFF;
}
.dark-list .header {
  background-color: #272930;
  border-bottom-color: #1A1C20;
}
.dark-list .header h3 {
  color: #999;
}
.dark-list .items li {
  background-color: #272930;
  border-bottom: 1px solid #1A1C20;
  border-top: 1px solid #32353E;
}
.dark-list .items li:hover {
  background-color: #2A2C34;
}
.dark-list .items li:first-child {
  border-top: 1px solid #32353E;
}
.dark-list .items li:last-child {
  border-bottom: 0;
}
.dark-list .items li i {
  color: #FFF;
}
.dark-list .total-data {
  border-top: 1px solid #131519;
  box-shadow: 0 1px 0 #2A2C31 inset;
  background: #1F2126;
  border-radius: 0 0 3px 3px;
}
.dark-list .total-data > a {
  color: #C9D4F6;
}
/* ---------------------------------------------- */
/* elements/icons.less */
/* ---------------------------------------------- */
/*Icons*/
.fa-mobile-phone {
  font-size: 18px;
}
.icon-16 {
  font-size: 16px !important;
}
.icon-19 {
  font-size: 19px !important;
}
.icon-24 {
  font-size: 24px !important;
}
.icon-32 {
  font-size: 32px !important;
}
.icon-64 {
  font-size: 64px !important;
}
.icon-show i {
  font-size: 14px !important;
  margin-right: 5px;
  width: 20px;
}
.icon-show > div {
  margin: 5px 0;
}
/* ---------------------------------------------- */
/* elements/buttons.less */
/* ---------------------------------------------- */
/*Buttons*/
.btn {
  border-color: #CCCCCC;
  border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
  margin-bottom: 5px !important;
  margin-left: 4px;
  font-size: 13px;
  padding: 7px 11px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.btn-default,
.btn-default:focus {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  color: #333333;
  background-image: linear-gradient(to bottom, #FFFFFF 60%, #F9F9F9 100%);
}
.btn-default i {
  color: #444;
}
.btn-primary,
.btn-primary:focus {
  background-color: #4D90FD;
  border-color: #3680BF;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #4e9dff;
  border-color: #357ebd;
}
.btn-primary:active {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.btn-success,
.btn-success:focus {
  background-color: #60C060;
  border-color: #54A754;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #65ca65;
  border-color: #54A754;
}
.btn-info,
.btn-info:focus {
  background-color: #5BC0DE;
  border-color: #28a1c4;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #5fc8e7;
  border-color: #28A1C4;
}
.btn-warning,
.btn-warning:focus {
  background-color: #FF9900;
  border-color: #E38800;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #ffa800;
}
.btn-danger,
.btn-danger:focus {
  background-color: #DF4B33;
  border-color: #CA452E;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #e64d35;
}
.btn-rad {
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.btn i {
  font-size: 14px;
  margin-right: 2px;
  display: inline-block;
  min-width: 10px;
}
.btn-group-vertical {
  margin: 3px 3px;
}
/*Specific icons size*/
.btn-lg {
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 300;
}
.btn-lg i {
  font-size: 18px;
}
.btn-sm {
  padding: 4px 7px;
  font-size: 12px;
}
.btn-sm i {
  font-size: 14px;
}
.btn-xs {
  padding: 2px 6px;
  font-size: 11px;
}
.btn-xs i {
  font-size: 12px;
}
.btn-shadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
}
.btn-shadow.btn-success {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-primary {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-warning {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-danger {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-info {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-flat,
.btn-flat:focus {
  box-shadow: none;
}
.btn-flat.btn-default {
  background: #fff;
}
.btn-flat:active.btn-default,
.btn-flat.btn-default.active,
.btn-flat.open .dropdown-toggle.btn-default {
  background: #f5f5f5;
}
.btn-flat:active.btn-primary,
.btn-flat.btn-primary.active,
.btn-flat.open .dropdown-toggle.btn-primary {
  background: #4785ea;
}
.btn-flat:active.btn-success,
.btn-flat.btn-success.active,
.btn-flat.open .dropdown-toggle.btn-success {
  background: #5db95d;
}
.btn-flat:active.btn-info,
.btn-flat.btn-info.active,
.btn-flat.open .dropdown-toggle.btn-info {
  background: #56b7d3;
}
.btn-flat:active.btn-warning,
.btn-flat.btn-warning.active,
.btn-flat.open .dropdown-toggle.btn-warning {
  background: #ff9600;
}
.btn-flat:active.btn-danger,
.btn-flat.btn-danger.active,
.btn-flat.open .dropdown-toggle.btn-danger {
  background: #d04630;
}
.btn-group-vertical > .btn {
  margin-bottom: 0 !important;
}
.btn-group-vertical > .btn:first-child {
  margin-left: 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
/*Social buttons*/
.btn-facebook i {
  color: #3b5998;
}
.btn-twitter i {
  color: #00aced;
}
.btn-google-plus i {
  color: #dd4b39;
}
.btn-dribbble i {
  color: #ea4c89;
}
.btn-linkedin i {
  color: #0e76a8;
}
.btn-youtube i {
  color: #c4302b;
}
.btn-pinterest i {
  color: #c8232c;
}
.btn-tumblr i {
  color: #34526f;
}
.btn-flickr i {
  color: #ff0084;
}
.btn-facebook.bg {
  background: #3b5998;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn-twitter.bg {
  background: #00aced;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn-google-plus.bg {
  background: #dd4b39;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn-dribbble.bg {
  background: #ea4c89;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn-linkedin.bg {
  background: #0e76a8;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn-youtube.bg {
  background: #c4302b;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn-pinterest.bg {
  background: #c8232c;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn-tumblr.bg {
  background: #34526f;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn-flickr.bg {
  background: #0063dc;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn-github.bg {
  background: #333;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn.bg i {
  color: #FFF;
}
.btn:focus {
  outline: none;
}
.btn-group.btn-blurbg {
  background: url("../images/blur_bg.png") no-repeat;
  padding: 40px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.btn.btn-transparent {
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.btn.btn-transparent:hover {
  background: rgba(255, 255, 255, 0.32);
}
.video-player {
  position: relative;
  display: inline-block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.video-player video {
  display: block;
  max-width: 320px;
  width: 100%;
}
.video-player .btn-controls {
  text-align: center;
  bottom: 5px;
  position: absolute;
  width: 100%;
}
.video-player .btn-controls .btn-group {
  margin: 0;
}
.video-player .btn-controls .btn-group {
  float: none;
}
button::-moz-focus-inner {
  border: 0;
}
.btn-group .dropdown-menu {
  border-radius: 1px;
}
.input-group-btn .btn[type="submit"] {
  padding-bottom: 7px 10px;
}
.btn-link {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*Bootstrap 3.1.0 Fix*/
.btn-group .dropdown-backdrop + .btn {
  margin-left: -1px;
}
.input-group-addon.btn-primary,
.input-group-addon.btn-success,
.input-group-addon.btn-danger,
.input-group-addon.btn-warning {
  color: #fff;
}
/*Modals*/
.modal {
  overflow: auto;
}
.modal-content {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
}
.custom-width {
  width: 40%;
  max-width: none;
}
.modal-content > .close {
  margin-right: 10px;
  margin-top: 10px;
}
.md-content {
  background: #FFFFFF;
  border: 0 none;
  border-radius: 5px;
  color: #555555;
  overflow: hidden;
}
.md-content .modal-header {
  border-bottom: 0 none;
}
.modal-content .modal-header {
  border-bottom: 0;
}
.colored-header .modal-header {
  padding: 20px;
  border-bottom: 1px solid #1080de !important;
  background-color: #2494F2;
  color: #fff;
}
.colored-header.success .modal-header {
  padding: 20px;
  border-bottom: 1px solid #4cac4c !important;
  background-color: #60C060;
  color: #fff;
}
.colored-header.info .modal-header {
  padding: 20px;
  border-bottom: 1px solid #47acca !important;
  background-color: #5BC0DE;
  color: #fff;
}
.colored-header.warning .modal-header {
  padding: 20px;
  border-bottom: 1px solid #eb8500 !important;
  background-color: #FF9900;
  color: #fff;
}
.colored-header.danger .modal-header {
  padding: 20px;
  border-bottom: 1px solid #cb371f !important;
  background-color: #DF4B33;
  color: #fff;
}
.md-dark .modal-header {
  background-color: #2494F2;
  color: #fff;
}
.md-dark .modal-header {
  background-color: #2494F2;
  color: #fff;
}
.md-dark .md-content {
  background-color: #23262B;
  color: #BBBEC3;
}
.md-dark .md-content input {
  background-color: transparent;
  color: #b2b2b2;
}
.md-dark .modal-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.md-dark .md-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.md-dark .md-content .modal-footer .btn {
  margin-bottom: 0 !important;
}
.modal-content h4,
.modal-content h4 {
  font-weight: 400;
}
.modal-content h3,
.modal-content h3 {
  font-weight: 300;
  margin-top: 0;
}
.modal-content h2 {
  margin: 0;
}
.modal-content .modal-footer {
  background: #FBFBFB;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .custom-width {
    width: 60%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .custom-width {
    width: 90%;
    max-width: none;
  }
}
/*Circle*/
.i-circle {
  border: 5px solid #F1F1F1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 80px;
  width: 80px;
  display: inline-block;
  padding-top: 15px;
  margin-bottom: 7px;
}
.i-circle i {
  font-size: 34px;
  vertical-align: middle;
  color: #666;
}
.i-circle.success i {
  color: #60C060;
}
.i-circle.primary i {
  color: #4D90FD;
}
.i-circle.info i {
  color: #5BC0DE;
}
.i-circle.warning i {
  color: #FC9700;
}
.i-circle.danger i {
  color: #DA4932;
}
/*Gritter Notifications*/
#gritter-notice-wrapper {
  width: 320px;
  top: 45px;
}
.gritter-item-wrapper {
  background: url(../js/jquery.gritter/images/gritter-bg.png);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.32);
}
.gritter-top {
  background: transparent;
}
.gritter-item {
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  color: #FFF;
  padding: 2px 20px 12px;
  padding-right: 35px;
  padding-left: 10px;
}
.gritter-bottom {
  background: transparent;
}
.gritter-item p {
  font-size: 12px;
  line-height: 19px;
}
.gritter-title {
  text-shadow: none;
  font-weight: 300;
  font-size: 17px;
}
.gritter-close {
  display: block !important;
  top: 0;
  right: 0;
  left: auto;
  height: 30px;
  width: 35px;
  background: transparent;
  text-indent: inherit;
}
.gritter-close:after {
  content: '×';
  position: absolute;
  color: #FFF;
  left: 10px;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.gritter-without-image,
.gritter-with-image {
  padding-left: 7px;
  width: 224px;
}
.gritter-item-wrapper.clean {
  background: #FFF;
}
.gritter-item-wrapper.clean .gritter-item {
  color: #555;
}
.gritter-item-wrapper.clean .gritter-close {
  display: block !important;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 35px;
  border-left: 1px solid #258fec;
  border-top: 1px solid #52C0FF;
  background-image: -moz-linear-gradient(center top, #52AEFF 45%, #2180D3 102%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52AEFF), to(#2180D3));/* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #52AEFF, #2180D3);/* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #52AEFF, #2180D3);/* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #52AEFF, #2180D3);
  background-color: #3290E2;
  text-indent: inherit;
}
.gritter-item-wrapper.clean .gritter-close:after {
  content: '×';
  position: absolute;
  color: #FFF;
  top: 50%;
  left: 10px;
  font-size: 24px;
  font-weight: bold;
  margin-top: -17px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.gritter-image {
  margin-top: 3px;
}
/*Facebook Style*/
.gritter-item-wrapper.facebook {
  background: #5d82d1;
}
.gritter-item-wrapper.facebook .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.facebook .gritter-close {
  background-color: transparent;
  top: 5px;
}
/*Twitter Style*/
.gritter-item-wrapper.twitter {
  background: #50bff5;
}
.gritter-item-wrapper.twitter .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.twitter .gritter-close {
  background-color: transparent;
  top: 5px;
}
/*Google+ */
.gritter-item-wrapper.google-plus {
  background: #eb5e4c;
}
.gritter-item-wrapper.google-plus .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.google-plus .gritter-close {
  background-color: transparent;
  top: 5px;
}
/*Dribbble */
.gritter-item-wrapper.dribbble {
  background: #f7659c;
}
.gritter-item-wrapper.dribbble .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.dribbble .gritter-close {
  background-color: transparent;
  top: 5px;
}
/*Flickr */
.gritter-item-wrapper.flickr {
  background: #0063dc;
}
.gritter-item-wrapper.flickr .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.flickr .gritter-close {
  background-color: transparent;
  top: 5px;
}
/*Linkedin */
.gritter-item-wrapper.linkedin {
  background: #238cc8;
}
.gritter-item-wrapper.linkedin .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.linkedin .gritter-close {
  background-color: transparent;
  top: 5px;
}
/*Youtube */
.gritter-item-wrapper.youtube {
  background: #ef4e41;
}
.gritter-item-wrapper.youtube .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.youtube .gritter-close {
  background-color: transparent;
  top: 5px;
}
/*Pinterest */
.gritter-item-wrapper.pinterest {
  background: #e13138;
}
.gritter-item-wrapper.pinterest .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.pinterest .gritter-close {
  background-color: transparent;
  top: 5px;
}
/*Github */
.gritter-item-wrapper.github {
  background: #333;
}
.gritter-item-wrapper.github .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.github .gritter-close {
  background-color: transparent;
  top: 5px;
}
/*Tumblr */
.gritter-item-wrapper.tumblr {
  background: #426d9b;
}
.gritter-item-wrapper.tumblr .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.tumblr .gritter-close {
  background-color: transparent;
  top: 5px;
}
/*Colors */
.gritter-item-wrapper.primary {
  background: #2494F2;
}
.gritter-item-wrapper.success {
  background: #60C060;
}
.gritter-item-wrapper.info {
  background: #5BC0DE;
}
.gritter-item-wrapper.warning {
  background: #FF9900;
}
.gritter-item-wrapper.danger {
  background: #DF4B33;
}
.gritter-item-wrapper.dark {
  background: #23262B;
}
/* ---------------------------------------------- */
/* elements/nano-scroll.less */
/* ---------------------------------------------- */
/*Nano Scroller*/
.nano > .pane > .slider {
  width: 100%;
}
.jqstooltip {
  padding: 3px 10px 5px 5px;
  min-height: 25px;
  min-width: 30px;
}
/* ---------------------------------------------- */
/* elements/validation.less */
/* ---------------------------------------------- */
/*Validation*/
.parsley-errors-list {
  margin-top: 4px;
  padding: 0;
}
.parsley-errors-list li {
  padding: 0;
  list-style: none;
  color: #cc0000;
}
.parsley-error {
  border-color: #c00 !important;
}
/* ---------------------------------------------- */
/* elements/ticket-widget.less */
/* ---------------------------------------------- */
/*Tickets Widget*/
.list-group.tickets .list-group-item {
  overflow: hidden;
  margin-bottom: 10px;
  background: #F2F2F2;
  border-radius: 4px;
  border: 0;
}
.list-group.tickets .list-group-item {
  padding: 13px 15px;
}
.list-group.tickets .list-group-item .avatar {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
.list-group.tickets .list-group-item .name {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: 600;
}
.list-group.tickets .list-group-item p {
  margin: 0;
  line-height: 12px;
}
.list-group.tickets .list-group-item .date {
  font-size: 11px;
  color: #999;
}
.list-group.tickets .list-group-item .label {
  line-height: 16px;
}
/*Multiselect*/
.multiselect-container > li > label.multiselect-group {
  font-size: 13px;
  font-weight: 600;
}
.ms-container .ms-list {
  box-shadow: none;
}
.ms-container .ms-list.ms-focus {
  border-color: #2494F2;
  box-shadow: none;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background: #2494F2;
}
#ms-custom-headers .custom-header {
  background: #2494F2;
  color: #FFFFFF;
  padding: 7px 10px;
  font-size: 14px;
}
#ms-custom-headers .ms-list {
  border-radius: 0 0 3px 3px;
  border-top: none;
}
#ms-searchable .ms-list {
  border-radius: 0 0 3px 3px;
  border-top: none;
}
/*Input Group Fix*/
.input-group-addon ~ .btn-group {
  margin-left: 0;
}
/*Responsive CSS*/
@media (min-width: 1200px) {
  .cl-sidebar .cl-vnavigation {
    display: block !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .cl-sidebar .cl-vnavigation {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .butstyle {
    width: 30.9%;
  }
  .butstyle:first-child {
    margin-left: 0;
  }
  .navbar-default .navbar-brand {
    background-position: 0 11px;
    height: 50px;
    width: 45px;
    padding-left: 26px;
  }
  .navbar-default .navbar-brand span {
    display: none;
  }
  .cl-sidebar {
    width: 55px;
  }
  #pcont {
    margin-left: 55px;
  }
  #cl-wrapper.fixed-menu .menu-space {
    width: 55px;
  }
  .cl-vnavigation li {
    position: relative;
  }
  .cl-vnavigation .parent a {
    background: none;
  }
  .cl-vnavigation li a i {
    margin: 0;
    font-size: 17px;
  }
  .cl-vnavigation li a span {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .cl-sidebar .side-user {
    display: none;
  }
  .cl-sidebar .cl-vnavigation {
    display: block !important;
  }
  .cl-vnavigation li ul {
    display: none !important;
  }
  .cl-sidebar .collapse-button {
    display: none;
  }
  .cl-sidebar .collapse-button .search {
    display: none;
  }
}
@media (max-width: 767px) {
  #cl-wrapper {
    padding-top: 0;
    display: block;
  }
  #pcont,
  .sb-collapsed #pcont {
    margin-left: 0;
    display: block;
  }
  .cl-mcont {
    padding: 15px;
  }
  /*nav bar*/
  .navbar {
    padding-right: 10px;
  }
  .navbar-fixed-top {
    position: relative;
    margin: 0;
  }
  /*dropdown menu*/
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
  }
  .navbar-default .navbar-nav .dropdown-submenu > a:after {
    border-width: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFF;
  }
  .navbar-nav .dropdown-menu > li > a:hover,
  .navbar-nav .dropdown-menu > li > a:focus,
  .navbar-nav .dropdown-submenu:hover > a {
    background-color: transparent;
  }
  .navbar-nav .dropdown-submenu ul {
    display: block;
    padding-left: 20px;
  }
  .navbar-nav .dropdown-header {
    color: #FFF;
  }
  .navbar-nav .col-menu-2 > li > ul > li a {
    color: #FFF;
    padding-left: 45px;
  }
  .navbar-nav .col-menu-3 > li > ul > li a {
    color: #FFF;
    padding-left: 45px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-nav > .active > a:focus,
  .navbar-nav > .active > a:active {
    background: transparent !important;
    color: #FFF !important;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus,
  .navbar-nav > li > a:active {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
  }
  .not-nav {
    text-align: center;
    background: #218ae1;
    border-top: 1px solid #2082d5;
    margin: 0;
  }
  .navbar-default .navbar-nav > li.button {
    float: none;
    display: inline-block;
    padding: 10px 4px;
    top: 100%;
  }
  .not-nav > li > .dropdown-menu {
    text-align: left;
  }
  .navbar-default .navbar-nav > li.button > a > i {
    font-size: 17px;
    vertical-align: middle;
  }
  .navbar-default .navbar-nav > li.button .dropdown-menu {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    border-top: 0;
    margin-left: -110px;
  }
  .navbar-default .navbar-nav > li.button .dropdown-menu > li > a {
    text-align: left;
  }
  .navbar-collapse {
    padding: 0 !important;
  }
  .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .profile_menu {
    margin: 0;
  }
  .profile_menu .dropdown-toggle {
    padding-left: 15px;
  }
  .navbar-default .navbar-brand {
    width: auto;
  }
  .user-nav {
    margin: 7.5px -15px;
  }
  .navbar-collapse.in {
    overflow: visible;
  }
  #head-nav {
    padding: 0;
  }
  #head-nav .navbar-nav {
    padding: 0 10px;
  }
  .navbar-header {
    padding: 0 10px;
  }
  .col-menu-2 > div:first-child {
    border-right: 0;
  }
  /*end - dropdown*/
  .cl-sidebar,
  .sb-collapsed .cl-sidebar {
    background: none repeat scroll 0 0 #272930;
    width: 100%;
    position: relative;
    z-index: 1020;
    display: block;
    padding-bottom: 0;
  }
  #cl-wrapper.fixed-menu .menu-space,
  #cl-wrapper.fixed-menu.sb-collapsed .menu-space {
    position: relative;
    height: auto !important;
    width: 100%;
  }
  #cl-wrapper .menu-space {
    min-height: 0 !important;
  }
  #cl-wrapper.fixed-menu .menu-space .content,
  #cl-wrapper.fixed-menu.sb-collapsed .menu-space .content {
    overflow: visible;
    position: relative;
  }
  .sb-collapsed .cl-vnavigation .parent > a {
    background: url("../images/arrow.png") no-repeat scroll right 14px top 18px rgba(0, 0, 0, 0);
  }
  .sb-collapsed .cl-vnavigation li a span {
    opacity: 1;
  }
  .sb-collapsed .cl-vnavigation li a i {
    font-size: 14px;
    margin-right: 7px;
    text-align: center;
    width: 20px;
  }
  .sb-collapsed .cl-vnavigation li.open ul {
    display: block !important;
  }
  .cl-sidebar .cl-toggle {
    display: block;
  }
  .cl-sidebar .cl-vnavigation {
    display: none;
  }
  .cl-sidebar .side-user {
    display: none;
  }
  /*Stats*/
  .butstyle {
    width: 100%;
    margin-right: 10px;
    margin-left: 0;
    max-width: 45%;
  }
  /*Forms*/
  .form-horizontal.group-border .form-group {
    padding: 5px 0 15px 0;
  }
  .form-horizontal.group-border .form-group label {
    margin-bottom: 7px;
  }
  .form-horizontal.group-border-dashed .form-group label {
    margin-bottom: 7px;
  }
  /*Buttons*/
  /*Login*/
  .login-container .middle-login {
    width: 100%;
    margin-left: 0px;
    padding: 0 15px;
    left: auto;
  }
  .cl-sidebar .collapse-button {
    display: none;
  }
}
/*!
 * DeldoDingbats  based on the Fontsize of Font Awesome
 * you can use the .fa .fa-lg .fa-2x classes of FA
 * 
 * Deldo Dingbats uses the Unicode Private Use Area (PUA) from U+F300 upwards to ensure screen
 * readers do not read off random characters that represent icons 
 * c2014 chilli-cherry.com
 * -------------------------- 
*/
@font-face {
  font-family: 'deldo_dingbats';
  src: url('../fonts/deldodingbats.eot');
  src: url('../fonts/deldodingbats.eot?#iefix') format('embedded-opentype'), url('../fonts/deldodingbats.woff') format('woff'), url('../fonts/deldodingbats.ttf') format('truetype'), url('../fonts/deldodingbats.svg#deldo_dingbatsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
i {
  font-style: normal;
}
/* deldo-dingbats */
.deldo {
  font-family: 'deldo_dingbats';
  font-style: normal;
}
/* DELDO*/
.deldo-car-side:before {
  content: "\f300";
}
.deldo-suv-side:before {
  content: "\f301";
}
.deldo-truck-side:before {
  content: "\f302";
}
.deldo-xxx:before {
  content: "\f303";
}
.deldo-xxx:before {
  content: "\f304";
}
.deldo-xxx:before {
  content: "\f305";
}
.deldo-xxx:before {
  content: "\f306";
}
.deldo-xxx:before {
  content: "\f307";
}
.deldo-xxx:before {
  content: "\f308";
}
.deldo-var-front:before {
  content: "\f309";
}
.deldo-suv-front:before {
  content: "\f30A";
}
.deldo-truck-front:before {
  content: "\f30B";
}
.deldo-xxx:before {
  content: "\f30C";
}
.deldo-xxx:before {
  content: "\f30E";
}
.deldo-square-plus:before {
  content: "\f30F";
}
.deldo-square-minus:before {
  content: "\f310";
}
.deldo-cart-plus:before {
  content: "\f312";
}
.deldo-xxx:before {
  content: "\f313";
}
.deldo-winter:before {
  content: "\f320";
}
.deldo-summer:before {
  content: "\f321";
}
.deldo-allweather:before {
  content: "\f322";
}
.deldo-settings:before {
  content: "\f30D";
}
.deldo-search-simple:before {
  content: "\f32A";
}
.deldo-search-quick:before {
  content: "\f32B";
}
.deldo-search-car:before {
  content: "\f32C";
}
/*overrides */
/* NavBar Top */
/* ------------------ */
/* hide navbar-text for small screens to avoid menu stacking */
@media (max-width: 1100px) {
  .navbar-text {
    display: none;
  }
} /* END Mediaquery */
@media (max-width: 767px) {
  .cl-sidebar .cl-toggle {
    display: block;
    text-align: left;
    padding-left: 20px;
  }
} /* END Mediaquery */
.navbar-text {
  margin-bottom: 10px;
}
/* container */
.block-container {
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
  background: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}
/* list-content-pages with table layouts */
/* ------------------ */
/* was created by JavaScript pagination */
div.dataTables_info {
  padding-top: 26px;
}
.search_info {
  padding-bottom: 15px;
}
.searchNumOfResults,
.searchString {
  font-weight: bold;
  color: #3078EF;
  margin-left: 5px;
  margin-right: 5px;
}
/* Making thead bold and saves us the <strong> things from the table head*/
.table-responsive thead th {
  font-weight: bold;
}
/* tab content-pages  */
/* ------------------ */
/* fix made for settings page
tabs.css sets the margin-top to 0, does not make sense*/
.tab-content h3 {
  margin-top: 30px;
  margin-bottom: 8px;
}
/*  in tabs the vertical separation is done bei h3 for stacking reasons
 so we set it to 0 here */
.cl-mcont .tab-content .row {
  margin-top: 0;
}
/* In a form we use h3 and they give us the line have a line to structure */
form h3 {
  padding-bottom: 3px;
  margin-top: 20px;
}
/* making the layout layout more compact */
.form-group {
  /* margin-bottom: 15px; */
  margin-bottom: 0;
  margin-top: 10px;
}
/* labels of horizontal forms should be right-aligned always */
/* fixes out switch problem */
.form-horizontal .control-label {
  text-align: right;
}
/* buttonarea on footer in forms separated through line */
.row-divider {
  border-top: 1px solid #efefef;
  margin-top: 40px;
  padding-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
/* Grouping Forms in Edit */
.group-bottom-dashed {
  margin: 0 0 10px 0;
  padding: 20px 0;
  border-bottom: 1px dashed #efefef;
}
/* position of search button */
button.btn#search_button {
  margin-top: 28px;
}
/* kill vertical space for FilterArea abouve resultlists (jk) */
.v-condensed {
  margin-top: 0;
  padding-top: 0;
}
.block-flat.v-condensed .header {
  padding-bottom: 10px;
}
.block-flat.v-condensed .content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* Formating filter by searchpage  (jk)*/
/* */
#filter div.radio {
  float: left;
  margin: 7px 20px 10px 0;
  padding-left: 0;
}
.block-flat .header {
  margin-bottom: 5px;
  padding-bottom: 20px;
}
div#filter.form-group {
  overflow: hidden;
}
div.filter_selector {
  float: left;
}
/* selector boxen für sindex and lindex */
div.w-100 {
  width: 100px;
  margin-right: 5px;
}
/* buttongroup seasons */
div.filter_season button {
  float: left;
}
/* searchresults table centered height */
/* prevent that tooltips get the <a>-color */
table.table.no-border.hover thead th a {
  color: #555;
}
table.table.no-border.hover td {
  vertical-align: middle;
}
/* superscript text (for information icon) */
.superscript {
  vertical-align: super;
}
/* Styling of basketpage */
div.basket_product {
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 150px;
}
div.basket_product:last-child {
  margin-bottom: 0px;
}
div.basket_product input[type="number"].basket_product_quantity {
  width: 60px;
}
.row.basket_product_details > div,
.row.basket_product_details > div h3,
.row.basket_product_details > div p {
  margin-top: 0px;
}
.row.basket_product_details > div.basket_product_quantity p {
  margin-top: -8px;
}
.row.basket_product_details > div.basket_product_quantity select {
  display: inline;
  width: 95px;
}
div.basket_product_details > div {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
div.basket_product_details > div:first-child {
  padding-left: 15px;
}
div.basket_productlist {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.product-image {
  width: 55%;
  margin-top: 30%;
  margin-left: 20%;
}
/* own grid for middle devices */
@media (min-width: 992px) {
  .col-md-perc-05,
  .col-md-perc-10,
  .col-md-perc-15,
  .col-md-perc-16,
  .col-md-perc-18,
  .col-md-perc-20,
  .col-md-perc-21,
  .col-md-perc-25,
  .col-md-perc-27,
  .col-md-perc-30,
  .col-md-perc-35,
  .col-md-perc-40,
  .col-md-perc-45,
  .col-md-perc-50,
  .col-md-perc-55,
  .col-md-perc-60 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;/*padding-left: 5px;*/
  }
  .col-md-perc-05 {
    width: 5%;
  }
  .col-md-perc-10 {
    width: 10%;
  }
  .col-md-perc-15 {
    width: 15%;
  }
  .col-md-perc-16 {
    width: 16%;
  }
  .col-md-perc-18 {
    width: 18%;
  }
  .col-md-perc-20 {
    width: 20%;
  }
  .col-md-perc-21 {
    width: 21%;
  }
  .col-md-perc-25 {
    width: 25%;
  }
  .col-md-perc-27 {
    width: 27%;
  }
  .col-md-perc-30 {
    width: 30%;
  }
  .col-md-perc-35 {
    width: 35%;
  }
  .col-md-perc-40 {
    width: 40%;
  }
  .col-md-perc-45 {
    width: 45%;
  }
  .col-md-perc-50 {
    width: 50%;
  }
  .col-md-perc-55 {
    width: 55%;
  }
  .col-md-perc-60 {
    width: 60%;
  }
} /* END Mediaquery *




/* collapse the navbar earlier */
@media (min-width: 1170px) and (max-width: 1199px) {
  .cl-sidebar .cl-vnavigation {
    display: block !important;
  }
} /* END Mediaquery */
@media (min-width: 768px) and (max-width: 1169px) {
  .butstyle {
    width: 30.9%;
  }
  .butstyle:first-child {
    margin-left: 0;
  }
  .navbar-default .navbar-brand {
    background-position: 0 11px;
    height: 50px;
    width: 45px;
    padding-left: 26px;
  }
  .navbar-default .navbar-brand span {
    display: none;
  }
  .cl-sidebar {
    width: 55px;
  }
  #pcont {
    margin-left: 55px;
  }
  #cl-wrapper.fixed-menu .menu-space {
    width: 55px;
  }
  .cl-vnavigation li {
    position: relative;
  }
  .cl-vnavigation .parent a {
    background: none;
  }
  .cl-vnavigation li a i {
    margin: 0;
    font-size: 17px;
  }
  .cl-vnavigation li a span {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .cl-sidebar .side-user {
    display: none;
  }
  .cl-sidebar .cl-vnavigation {
    display: block !important;
  }
  .cl-vnavigation li ul {
    display: none !important;
  }
  .cl-sidebar .collapse-button {
    display: none;
  }
  .cl-sidebar .collapse-button .search {
    display: none;
  }
} /* END Mediaquery */
/* basic formatting for tables list search results (pl) */
.cartype {
  min-width: 30px;
}
.season {
  min-width: 30px;
}
.brand {
  min-width: 30px;
}
.lindex {
  min-width: 20px;
}
.sindex {
  min-width: 20px;
}
.rating {
  min-width: 70px;
}
.stock {
  text-align: right;
  min-width: 50px;
}
.purchase {
  text-align: right;
  font-weight: bold;
  color: #FF6E15;
  min-width: 70px;
} /* orange */
.rrp {
  text-align: right;
  min-width: 70px;
}
.discount {
  text-align: center;
  color: #C40003;
}
.price {
  text-align: right;
  font-weight: bold;
  color: #68B001;
  min-width: 70px;
} /* green */
.order,
.order input {
  width: 70px;
  text-align: right;
}
.cart {
  min-width: 30px;
}
/* changes for customer view */
.customerview .rrp {
  display: none;
}
.customerview .discount {
  display: none;
}
.customerview .purchase {
  display: none;
}
.customerview .courier {
  display: none;
}
.customerview .navbar {
  background-color: #4B9001;
}
.customerview .navbar-default .navbar-nav > .active > a {
  background-color: #177200;
}
/* OrderTable */
#ordertable .purchase {
  color: black;
  font-weight: normal;
}
/* checkout address selector */
.address_selector li a {
  color: #555;
  margin-top: 3px;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 200;
}
.address_selector .nav-tabs > li.active > a:after,
.address_selector .nav-tabs > li.active > a:hover:after,
.address_selector .nav-tabs > li.active > a:focus:after {
  height: 0;
}
.address_selector li.active a,
.address_selector li.active a:hover,
.address_selector li a:hover {
  color: #3380FF;
}
.address_selector li.active a i:before {
  content: "\f058";
}
/* styling checkout information textarea */
textarea#ordercomments {
  min-height: 90px;
}
/* checkout: get same height by address and information box */
.address_selector .tab-content {
  min-height: 300px;
}
.address_information {
  min-height: 345px;
}
/* checkout table */
.subtotal,
.deletefromcart {
  text-align: right;
}
.ordercount {
  width: 100px;
}
/* checkout table footer */
#orderdetails table tfoot,
#checkout table tfoot {
  font-weight: bold;
}
#orderdetails table tfoot,
#checkout table tfoot tr td:first-child {
  text-align: right;
}
#orderdetails table tfoot,
#checkout table tfoot tr td:last-child {
  border-left: none;
}
/* order histoy daterange selctor*/
#reportrange {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding: 7px 8px;
  font-size: 12px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
#reportrange b.caret {
  float: right;
  margin-top: 8px;
}
/* order histoy table */
.ordercount,
.orderdetails {
  text-align: right;
  width: 50px;
}
.orderdate {
  padding-left: 10px;
}
.orderdetails a {
  color: #555;
}
.orderdetails a:hover {
  color: #3078EF;
}
/*  status "to pay"  */
.order_openpayment {
  color: #ee5037;
}
/* order details table*/
.orderdetails_tabletitle {
  font-weight: bold;
}
/* removed underlines and removed padding-bottom by class header */
#orderdetails .block-flat .header {
  padding-bottom: 0;
}
.mercedes .navbar {
  background-color: #C8C5C5;
  color: #FFF;
}
.mercedes .navbar-default .navbar-nav > .active > a,
.mercedes .navbar-default .navbar-nav > .active > a:hover,
.mercedes .navbar-nav > .active > a:focus {
  background-color: #999;
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #999;
  border-color: #888;
}
.pagination > li > a,
.pagination > li > span {
  color: #888;
}
/* Remove navbar logo */
.navbar-default .navbar-brand {
  padding-left: 0;
  background: none;
}
.middle-login form h3 {
  border-bottom: 0;
}
table thead th span {
  font-size: 13px;
}
.cart input {
  width: 50px !important;
  text-align: right;
}
.wicket_orderNone {
  background-image: url(../images/table/arrow_off.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 15px !important;
}
.wicket_orderUp {
  background-image: url(../images/table/arrow_up.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 15px !important;
}
.wicket_orderDown {
  background-image: url(../images/table/arrow_down.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 15px !important;
}
#orderdetailstable th {
  width: 150px;
  text-align: right;
}
