html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  margin-bottom: 0px;
  font-size: 13px;
  padding: 0px;
  height: 100%;
  padding-top: 51px;
  /*-webkit-font-smoothing: antialiased;*/ }

h1, h2, h3, h4, h5 {
  margin: 0;
  line-height: inherit;
  color: #29323d; }
  h1 small, h2 small, h3 small, h4 small, h5 small {
    margin-left: 15px;
    font-weight: 100;
    color: #d0dde9; }
    h1 span, h2 span, h3 span, h4 span, h5 span {
    font-weight: 50;
    color: #dae3e9; }
    h1 span:after, h2 span:after, h3 span:after, h4 span:after, h5 span:after { 
    /*content:"›"; */
    margin-left: 15px;
    margin-right: 10px;}

body.menu {
  overflow-x: hidden; }
  body.menu .content {
    margin-left: 165px;
    position: fixed;
    width: 850px; }
  body.menu #sidebar-nav {
    position: absolute;
    left: 0;
    /*height: 100%;*/
    box-shadow: none; }

input.search {
  background: url("../../img/lens.png") #fcfcfc no-repeat 95%;
  box-shadow: none;
  height: 27px;
  width: 220px;
  font-size: 13px;
  padding: 2px 6px;
  border: 1px solid #d0dde9;
  margin: 0;
  border-radius: 2px;
  top: 11px; }

.header {
  margin-bottom: 20px; }
  .header h1, .header h2, .header h3, .header h4, .header h5 {
    float: left;
    margin-top: 5px; }

#header-title {
  background-color: #fff;
  border-bottom: 1px solid #efeef3; 
  padding: 8px 20px;
}

.header-title .h3 {
  color: #fff;
}
  



/* Custom navbar stuff */
/* search input */
.navbar-inverse {
  /* navbar settings and logout icons */
  /* notification menu with custom dropdowns */
  /* navbar popup dialog */ }
  .navbar-inverse input.search {
    height: 27px;
    width: 220px;
    padding: 3px 6px;
    background: url("../../img/lens.png") #0f1217 no-repeat 95%;
    border: 1px solid #0f1217;
    position: relative;
    border-radius: 4px;
    top: 9px;
    color: #000;
    font-size: 13px;
    margin-right: 40px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; }
    .navbar-inverse input.search:focus {
      background-color: #fff;
      border: 0; }
  .navbar-inverse .settings i {
    color: #9ba3ad;
    font-size: 21px; }
  .navbar-inverse .notification-dropdown {
    position: relative; }
    .navbar-inverse .notification-dropdown > a:hover,
    .navbar-inverse .notification-dropdown > a.active {
      background: #254261 !important;
      box-shadow: inset 1px 0px 1px 0px #3e5a79; }
    .navbar-inverse .notification-dropdown i {
      font-size: 17px;
      color: #9ba3ad; }
    .navbar-inverse .notification-dropdown .count {
      position: absolute;
      top: 1px;
      left: 58%;
      background: #35bac4;
      padding: 0px 5px;
      border-radius: 30px;
      color: #fff;
      line-height: 16px;
      z-index: 9999;
      text-align: center;
      font-size: 11px; }
  .navbar-inverse .pop-dialog {
    position: absolute;
    right: -10px;
    top: 55px;
    display: none;
    /* navbar popup dialog for notifications */
    /* navbar popup dialog for messages */ }
    .navbar-inverse .pop-dialog.is-visible {
      display: block;
      -webkit-animation: reveal .2s ease-out;
      -moz-animation: reveal .2s ease-out;
      animation: reveal .2s ease-out; }
    .navbar-inverse .pop-dialog .body {
      box-shadow: 0px 1px 9px 1px #c2c2c2; }
    .navbar-inverse .pop-dialog .close-icon {
      float: right;
      text-decoration: none;
      z-index: 9999;
      position: relative; }
    .navbar-inverse .pop-dialog .footer {
      border-top: 1px solid #e6e8e9;
      background-color: #eff4f7;
      margin: 15px 0px -10px 0px;
      border-radius: 0px 0px 5px 5px;
      padding: 12px 20px;
      text-align: center; }
      .navbar-inverse .pop-dialog .footer a {
        font-weight: 600;
        color: #7d91a8; }
    .navbar-inverse .pop-dialog .notifications {
      width: 330px;
      margin: 10px -10px 0px -10px; }
      .navbar-inverse .pop-dialog .notifications h3 {
        font-size: 13px;
        color: #404951;
        font-weight: bold;
        padding-left: 20px;
        margin-top: 5px;
        margin-bottom: 15px; }
      .navbar-inverse .pop-dialog .notifications .item {
        display: block;
        padding: 10px 0px 8px 20px;
        border-top: 1px solid #e7e8ea;
        color: #363636;
        text-decoration: none;
        padding-left: 50px;
        position: relative;
        transition: all .25s linear;
        -moz-transition: all .25s linear;
        -webkit-transition: all .25s linear;
        -o-transition: all .25s linear; }
        .navbar-inverse .pop-dialog .notifications .item:hover {
          background: #f0f6ff; }
        .navbar-inverse .pop-dialog .notifications .item > i {
          color: #fc827b;
          position: absolute;
          left: 19px;
          font-size: 18px; }
          .navbar-inverse .pop-dialog .notifications .item > i.icon-user {
            left: 18px; }
        .navbar-inverse .pop-dialog .notifications .item .time {
          float: right;
          color: #82a3c1;
          font-style: italic;
          font-weight: 600;
          font-size: 11px;
          min-width: 60px;
          margin-right: 5px; }
          .navbar-inverse .pop-dialog .notifications .item .time i {
            font-size: 13px;
            color: #cfcfcf;
            margin-right: 1px; }
    .navbar-inverse .pop-dialog .messages {
      width: 325px;
      margin: 10px -10px 0px -10px; }
      .navbar-inverse .pop-dialog .messages .item {
        display: block;
        padding: 10px 20px 15px 20px;
        height: 80px;
        border-bottom: 1px solid #e7e8ea;
        color: #363636;
        text-decoration: none;
        position: relative;
        transition: all .25s linear;
        -moz-transition: all .25s linear;
        -webkit-transition: all .25s linear;
        -o-transition: all .25s linear; }
        .navbar-inverse .pop-dialog .messages .item.last {
          border-bottom: 0px; }
        .navbar-inverse .pop-dialog .messages .item:hover {
          background: #f0f6ff; }
        .navbar-inverse .pop-dialog .messages .item .display {
          float: left;
          border-radius: 50px;
          margin-right: 15px; }
        .navbar-inverse .pop-dialog .messages .item .name {
          font-size: 12px;
          color: #404951;
          font-weight: bold; }
        .navbar-inverse .pop-dialog .messages .item .msg {
          font-size: 11px;
          color: #636363;
          line-height: 13px;
          position: relative;
          top: 2px; }
        .navbar-inverse .pop-dialog .messages .item .time {
          position: absolute;
          right: 0px;
          bottom: 6px;
          color: #82a3c1;
          font-style: italic;
          font-weight: 600;
          font-size: 11px;
          min-width: 60px;
          margin-right: 5px; }
          .navbar-inverse .pop-dialog .messages .item .time i {
            font-size: 13px;
            color: #cfcfcf;
            margin-right: 1px; }
      .navbar-inverse .pop-dialog .messages .footer {
        margin-top: 6px; }

/* Sidebar */
#sidebar-nav {
  position: absolute;
  width: 190px;
  height: 100%;
  float: left;
  /*margin-bottom: 60px;*/
  overflow: hidden;
  background: #f2f2f2;
  padding-top: 0; }
  #sidebar-nav #dashboard-menu {
    list-style: none;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    margin-left: 0px;
    /* sidebar submenus */ }
    #sidebar-nav #dashboard-menu > li > a {
      display: block;
      padding: 19px 14px 15px 14px;
      margin-left: -15px;
      margin-right: -10px;
      margin-bottom: 0px;
      color: #6e829b;
      outline: 0px;
      line-height: 16px; }
    #sidebar-nav #dashboard-menu > li {
      position: relative;
      /* font awesome icon */ }
      #sidebar-nav #dashboard-menu > li.active {     
      }
      #sidebar-nav #dashboard-menu > li .icon-group {
        font-size: 16px; }
      #sidebar-nav #dashboard-menu > li i {
        font-size: 16px;
        top: 18px; }
      #sidebar-nav #dashboard-menu > li:hover i {
        opacity: 1; }
      #sidebar-nav #dashboard-menu > li.active > a,
      #sidebar-nav #dashboard-menu > li > a:hover {
        color: #33455a;
        text-decoration: none; }
      #sidebar-nav #dashboard-menu > li > a:hover {
        background: #e5e5e5; }
      #sidebar-nav #dashboard-menu > li.active a {
        font-weight: 600; 
        border-right: 4px solid #1ba6db;}
      #sidebar-nav #dashboard-menu > li.active i {
        opacity: 1; }
    #sidebar-nav #dashboard-menu .pointer {
      position: absolute;
      right: 9px;
      top: 15px; }
      #sidebar-nav #dashboard-menu .pointer .arrow,
      #sidebar-nav #dashboard-menu .pointer .arrow_border {
        border-color: transparent #fff transparent transparent;
        border-width: 11px;
        border-style: solid;
        font-size: 0;
        left: 50%;
        line-height: 0;
        margin: 0 auto;
        position: absolute;
        top: 0;
        width: 0;
        z-index: 1002;
        left: -15px;
        margin-left: 45%; }
      #sidebar-nav #dashboard-menu .pointer .arrow_border {
        border-color: transparent #c0d2dd transparent transparent;
        border-width: 11px;
        margin-left: -1px;
        border-style: solid;
        z-index: 1001;
        top: 0px; }
    #sidebar-nav #dashboard-menu a span {
      margin-left: 25px;
 }
    #sidebar-nav #dashboard-menu a.ui-elements span {
      margin-left: 25px; }
    #sidebar-nav #dashboard-menu a i {
      position: absolute;
      left: 0;
      height: 18px;
      width: 18px;
      opacity: 1;
      transition: opacity .1s ease;
      -moz-transition: opacity .1s ease;
      -webkit-transition: opacity .1s ease;
      -o-transition: opacity .1s ease; }
      #sidebar-nav #dashboard-menu a i.icon-chevron-down {
        position: relative;
        float: right;
        top: 5px;
        font-size: 11px;
        color: #686868;
        width: initial;
        height: initial; }
    #sidebar-nav #dashboard-menu > li.active .dropdown-toggle,
    #sidebar-nav #dashboard-menu > li.open .dropdown-toggle {
      border-bottom: 0px;
      box-shadow: none; }
    #sidebar-nav #dashboard-menu ul.submenu {
      list-style-type: none;
      display: none;
      margin-top: 7px;
      margin-bottom: 15px;
      margin-right: 5px;
      margin-left: -15px;
      padding-left: 15px;
      border-bottom: 1px solid #dae1e8;
      box-shadow: 0 2px 1px -1px #FFFFFF;
      padding-bottom: 10px; }
      #sidebar-nav #dashboard-menu ul.submenu.active {
        display: block; }
      #sidebar-nav #dashboard-menu ul.submenu a {
        font-weight: normal;
        font-size: 13px;
        color: #4c535a;
        text-decoration: none;
        display: block;
        margin-bottom: 7px; }
        #sidebar-nav #dashboard-menu ul.submenu a:hover {
          text-decoration: underline; }
        #sidebar-nav #dashboard-menu ul.submenu a.active {
          font-weight: bold;
          text-shadow: none; }

#pad-wrapper {
  padding: 20px; }
#pad-wrapper-border {
  padding: 20px;
  border-bottom: 1px solid #efeef3; }
  #pad-wrapper h4 {
    color: #696d73;
    font-style: italic; }

    #pad-wrapper-success {
    padding: 15px 20px; 
    color: #468847;
    background-color: #dff0d8;
    font-weight: 100; 
    border-bottom: 1px solid #efeef3; } 

    #pad-wrapper-warning {
    padding: 15px 20px; 
    color: #c09853;
    background-color: #fcf8e3;
    font-weight: 100; 
    border-bottom: 1px solid #efeef3; } 

    #pad-wrapper-error {
    padding: 15px 70px; 
    margin-left: -50px;
    color: #b94a48;
    background-color: #f2dede;
    font-weight: 100; 
    border-bottom: 1px solid #efeef3; }    

    #pad-wrapper-info {
    padding: 15px 20px; 
    color: #3a87ad;
    background-color: #d9edf7;
    font-weight: 100; 
    border-bottom: 1px solid #efeef3; } 

.content {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  /* border-bottom: 1px solid #dae3e9;
  /* box-shadow: -3px 3px 3px -2px #f1f1f3;
  /* border-radius: 0px 0px 0px 5px;
  /* starts skins changer */
  /* end skin changer*/ }
  .content.wide-content {
    margin-left: 0;
    border-radius: 0; }
  .content .skins-nav {
    opacity: 1;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    -ms-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
    position: fixed;
    right: -88px;
    top: 135px;
    font-size: 13px;
    z-index: 9999; }
    .content .skins-nav:hover {
      right: 0; }
    .content .skins-nav a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding-left: 10px;
      height: 37px;
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px;
      margin-bottom: 3px;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .content .skins-nav a.first_nav {
        background: rgba(95, 175, 228, 0.8); }
        .content .skins-nav a.first_nav:hover {
          background: #5fafe4; }
      .content .skins-nav a.second_nav {
        background: rgba(36, 43, 77, 0.8); }
        .content .skins-nav a.second_nav:hover {
          background: #242b4d; }
      .content .skins-nav a .icon {
        float: left;
        width: 9px;
        height: 10px;
        background: url("../../img/skin-nav-bullets.png") 0 0 no-repeat;
        margin: 15px 15px 0 5px; }
      .content .skins-nav a.selected .icon {
        background-position: 0 -9px; }
      .content .skins-nav a .text {
        padding-right: 12px;
        white-space: nowrap;
        display: block;
        width: 115px;
        position: relative;
        top: 9px;
        -webkit-transition: width .2s;
        -moz-transition: width .2s;
        -ms-transition: width .2s;
        -o-transition: width .2s;
        transition: width .2s; }

/* responsive */
@media (max-width: 768px) {
  .content {
    min-width: 0px;
    margin: 0; }

  #dashboard-menu .pointer {
    display: none; }

  #sidebar-nav {
    left: -200px;
    position: fixed;
    z-index: 9999;
    background-color: #f7f7f7;
    padding-top: 0px;
    border-right: 1px solid #ccc;
    width: 165px;
    box-shadow: 1px 1px 4px 1px #e9e9e9;
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    -ms-transition: left .3s ease;
    transition: left .3s ease; }

  #sidebar-nav #dashboard-menu {
    margin-left: 5px; }

  #sidebar-nav #dashboard-menu li a span {
    visibility: visible; }

  #sidebar-nav #dashboard-menu li:last-child a {
    border-bottom: 0px;
    box-shadow: none; } }
@media (max-width: 822px) {
  .navbar-inverse input.search {
    display: none; } }
@media (max-width: 767px) {
  #header-title .stat {
    width: 50%;
    float: left; } }

/* CUSTOM STUFF */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;

}


/* CUSTOM MENU AND HEADER */
.menu-collapse {
  font-size: 24px;
  color: #fff;
  margin: 3px 10px;
}

.sidebar-logo {
  height: 100px;
  background: #fff;
  padding-top: 25px;
  padding-left: 1px;
  border-right: 1px solid #f2f2f2;
  overflow: hidden;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    
    -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;

    -webkit-transform: translate(-100%, -100%) scale(0, 0);
  -moz-transform: translate(-100%, -100%) scale(0, 0);
  -o-transform: translate(-100%, -100%) scale(0, 0);
  -ms-transform: translate(-100%, -100%) scale(0, 0);
  transform: translate(-100%, -100%) scale(0, 0);
    
    opacity: 0;
    z-index: 999999999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 80%;
    color: #444;
    background: #fff;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 5px solid #1ba6db;
    border-radius: 10px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search-main {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
}

#search-main h3 {
  text-align: center;
  margin-bottom: 20px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #444;
    opacity: 1;
    padding: 10px 17px;
    font-size: 50px;
    font-weight: 300;
}

#search-input {
    padding: 3px;
    border: solid 2px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#search-input input{
    border: 0;
    box-shadow: none;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

#search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 2px #E4E4E4;
}

#search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 2px #fff;
}

#search-input .glyphicon-search{
    font-size: 23px;
}
.grey {
  color: #444;
}

.affix {
  z-index: 2;
  margin-top: -8px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #efeef3;
}

#charts-wrapper h3 span {
  color: #2182b8;
}

.dashboard-list-group {
  font-size: 110%;
}

.dashboard-list-group>.list-group-item>.badge {
  color: #444;
  background-color: #fff;
  font-size: 100%;
  font-weight: normal;
}

.dashboard-list-group h4 {
  font-weight: 500;
}

#pad-dashboard-grey {
  margin-top: 30px;
  padding: 30px 50px 50px 50px;
  background-color: #444;
}

#pad-dashboard-grey .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    color: #fff;
    background-color: #444;
    border: 1px solid #fff;
}

#pad-dashboard-grey .dashboard-list-group>.list-group-item>.badge {
  color: #fff;
  background-color: #444;
  font-size: 100%;
  font-weight: normal;
}

#pad-dashboard-grey .dashboard-list-group h4 {
  color: #fff;
}

.dashboard-icon-header {
  width: 100%;
  text-align: center;
  padding: 10px 0 20px 0;
}

.text-white {
  color: #fff;
}

.label {
  font-size: 100%;
}

#cases-table .label {
  font-size: 80%;
}

.label-success {
    background-color: #FFF;
    border: 2px solid #5cb85c;
    color: #5cb85c;
}

.label-default {
    background-color: #FFF;
    border: 2px solid #777;
    color: #555;
}
.label-warning {
    background-color: #FFF;
    border: 2px solid #f0ad4e;
    color: #f0ad4e;
}
.label-danger {
    background-color: #FFF;
    border: 2px solid #d9534f;
    color: #d9534f;
}
.label-info {
    background-color: #FFF;
    border: 2px solid #2182B8;
    color: #2182B8;
}

.label-extra-danger {
    background-color: #FFF;
    border: 2px solid #7d2b2e;
    color: #7d2b2e;
}


label {
  font-weight: 400;
}

.row-margin-bottom {
  margin-bottom: 15px;
}

.row-margin-top {
  margin-top: 15px;
}

.radio {
  margin-bottom: 0px;
}

/* responsive */
@media (max-width: 768px) {
.column {
  margin-top: 10px;
}
}


.navbar-inverse { background-color: #F8F8F8; font-weight: 600;}
.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { background-color: #F8F8F8}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { background-color: #F8F8F8}
.dropdown-menu { background-color: #F8F8F8}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #F8F8F8}
.navbar-inverse { background-image: none; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-image: none; }
.navbar-inverse { border-color: #E7E7E7}
.navbar-inverse .navbar-brand { color: #999999}
.navbar-inverse .navbar-brand:hover { color: #FFFFFF}
.navbar-inverse .navbar-nav>li>a { color: #999999}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #2182B8}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { color: #2182B8}
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { color: #2182B8}
.dropdown-menu>li>a { color: #999999}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #2182B8}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-top-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-top-color: #2182B8}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-bottom-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #2182B8}