/* Font Import */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333843 ! important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333843 ! important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333843 ! important;
}

/* Reset */

html {
  font-size: 100%;
  height: 100%;
}

body {
  background-color: #1B1E24;
}

/***
Page header
***/

.navbar, .navbar-inverse {
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0px;
}

.navbar .nav > li > .dropdown-menu {
  &::before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
  }
  &::after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
  }
}

.header-seperation {
  background-color: #22262e;
}

.header {
  .navbar-inner {
    background-image: none !important;
    background-color: #ffffff !important;
  }
  .btn-navbar {
    background-color: #1f1f1f !important;
  }
  .nav {
    .dropdown-toggle:hover!, .dropdown.open! .dropdown-toggle {}
    li.dropdown .dropdown-toggle i {
      color: #eff4f8 !important;
    }
  }
}

.navbar .notifications {
  background-color: #1B1E24;
  display: block;
  float: left;
  left: 0;
  margin: 0 10px 0 0;
  padding-top: 5px;
  position: relative;
}

/***
Page sidebar
***/

.menu-title {
  color: #808285;
  font-size: 10.5px;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
  a {
    color: #808285;
    &:hover {
      text-decoration: none;
    }
  }
  i {
    font-size: 10px;
    font-weight: normal;
  }
}

.page-sidebar {
  background-color: #1b1e24 !important;
  height: 100%;
  font-family: 'Open Sans';
}

.nav-collapse.collapse {
  height: 100%  !important;
}

.page-sidebar {
  .outer-tab-nav-section {
    display: inline-block;
    width: 45px;
    position: absolute;
    height: 100%;
    background-color: #0aa699 !important;
  }
  .inner-menu {
    display: inline-block;
    width: 200px;
  }
  .page-sidebar-wrapper > ul > li {
    > a {
      color: #8b91a0;
    }
    &:last-child > a {
      border-bottom: 1px solid transparent !important;
    }
    a i {
      color: #8b91a0;
      width: 20px;
      text-align: center;
      display: inline-block;
      margin-right: 10px;
    }
    &.open > a, > a:hover, &:hover > a {
      background: #1b1e24;
      /* border-left:4px solid  #0aa699;*/
      padding: 11.5px 31px;
      color: #fff;
    }
  }
  &.mini .page-sidebar-wrapper > ul > li {
    > a:hover, &:hover > a {
      background: #0b9c8f;
    }
    > ul.sub-menu {
      position: absolute;
      margin-top: -46px;
      margin-left: 50px;
      width: auto;
      z-index: 999;
      min-width: 250px;
    }
  }
  .page-sidebar-wrapper > ul > li.active {
    > a {
      border-top-color: transparent !important;
      color: #fff;
    }
    i {
      color: #fff;
    }
  }
  &.mini .page-sidebar-wrapper > ul > li.active > a i {
    color: #fff !important;
  }
  .page-sidebar-wrapper {
    > ul > li {
      &:hover > a i {
        color: #fff !important;
      }
      > a.open {
        background: #313131;
      }
    }
    ul {
      > li > a > .arrow:before {
        color: #919091 !important;
      }
      > li.active > a .arrow:before {
        color: #fff !important;
      }
    }
    > ul > li > a > .arrow.open:before {
      color: #919091 !important;
    }
    > ul > li {
      &.active > a .arrow.open:before {
        color: #fff !important;
      }
      > ul.sub-menu {
        > li {
          > a {
            margin-left: 0px;
            padding-left: 5px;
          }
          &:first-child > a {
            border-top: 0px !important;
          }
          &.active > a {
            color: #fff !important;
            background: #4b4b4b !important;
          }
          > a:hover {
            color: #fff !important;
            background: #4b4b4b !important;
            background: #1b1e24 !important;
          }
        }
        li {
          > ul.sub-menu > li {
            &.active > a, > a:hover {
              color: #fff !important;
            }
          }
          &.open > a {
            color: #fff !important;
          }
        }
        a .arrow {
          &:before, &.open:before {
            color: #919091  !important;
          }
        }
      }
    }
  }
  ul.folders {
    list-style: none;
    margin: 0px;
    padding: 0;
    > li {
      border: 0 none;
      display: block;
      margin: 0;
      padding: 0;
      > {
        a {
          padding: 5px 31px;
          font-size: 13px;
          color: #fff;
          display: block;
          position: relative;
          &:hover {
            text-decoration: none;
          }
        }
        input {
          margin: 5px 31px;
          font-size: 13px;
          width: 150px;
        }
      }
    }
  }
}

/* 3rd level sub menu */

.h-ribbon {
  width: 100%;
  height: 4px;
  background-color: #f35958;
  .red {
    background-color: #f35958 !important;
  }
}

.notification-alert {
  width: 29px;
  height: 29px;
  background-image: url("../img/notification-alert.png");
  position: absolute;
  float: right;
  right: -15px;
  z-index: 9999;
}

body {
  color: #6f7b8a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
}

h1 {
  line-height: 43px;
}

h2 {
  line-height: 35px;
}

h3 {
  line-height: 30px;
}

h4 {
  line-height: 22px;
}

h3 small, h4 small, h5 small {
  font-family: 'Open Sans';
  font-weight: 300;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans';
  font-weight: 300;
  color: #505458;
}

h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}

a {
  text-shadow: none !important;
  color: #0d638f;
  transition: color 0.1s linear 0s,background-color 0.1s linear 0s  !important;
  outline: 0;
  text-decoration: none;
  &:focus, &:hover, &:active {
    outline: 0;
    text-decoration: none;
  }
}

i {
  font-size: 14px;
}

label.inline {
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 13px;
}

ul > li {
  padding-left: 6px;
  line-height: 20px;
}

address {
  margin-bottom: 0px;
}

blockquote {
  padding: 0 0 0 18px;
  border-left: 5px solid #EEEEEE;
  p {
    font-size: 16px;
  }
  small:before, &.pull-right small:after {
    content: "";
  }
  small {
    line-height: 29px;
    color: #8b91a0;
  }
}

.logo {
  margin: 18px 14px;
}

.normal {
  font-weight: normal;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.all-caps {
  text-transform: uppercase;
}

.light {
  font-weight: 300 !important;
}

.text-extra-small {
  font-size: 10.5px !important;
}

.small-text {
  font-size: 12px !important;
}

.normal-text {
  font-size: 13px !important;
}

.large-text {
  font-size: 15px !important;
}

.center-text {
  text-align: center !important;
}

.muted {
  color: #b6bfc5;
}

/* Background Colors */

.bg-blue {
  background-color: #00acec !important;
}

.bg-red {
  background-color: #f35958 !important;
}

.bg-yellow {
  background-color: #00acec !important;
}

.bg-green {
  background-color: #0aa699 !important;
}

.bg-purple {
  color: #852b99 !important;
}

.bg-grey {
  color: #555555 !important;
}

/* Font Colors */

.text-black {
  color: #1b1e24 !important;
}

.text-white {
  color: #fff !important;
}

.text-grey {
  color: #8b91a0 !important;
}

.text-success {
  color: #0AA699 !important;
}

.text-info {
  color: #0090D9 !important;
}

.text-warning {
  color: #fbb05e !important;
}

.text-error {
  color: #F35958 !important;
}

.text-white-opacity {
  color: rgba(255, 255, 255, 0.6);
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

/* Color bands showcase used for demo */

.color-bands {
  &.green {
    background-color: #0aa699;
  }
  &.purple {
    background-color: #a272b2;
  }
  &.red {
    background-color: #f35958;
  }
  &.blue {
    background-color: #14b9d6;
  }
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #E0DFDF;
  border-bottom: 1px solid #FEFEFE;
}

/* Custom Icons and Sizes */

.icon-custom-2x {
  font-size: 0.9em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

[class^="icon-"], [class*=" icon-"], [class^="icon-"]:hover, [class*=" icon-"]:hover {
  background: none !important;
}

.color-bands {
  display: inline-block;
  width: 80px;
  height: 4px;
  margin-right: 2px;
  margin-bottom: 8px;
}

span.iconset {
  display: block;
}

.iconset {
  background: url('../img/icon/top-tray.png') no-repeat;
  position: relative;
  top: 1px;
  &.top-home {
    background-position: -6px -7px;
    width: 16px;
    height: 14px;
    top: -1px;
  }
  &.top-settings {
    background-position: -35px -6px;
    width: 16px;
    height: 16px;
    top: 1px;
  }
  &.top-messages {
    background-position: -63px -8px;
    width: 16px;
    height: 12px;
    top: 1px;
  }
  &.top-back {
    background-position: -92px -8px;
    width: 15px;
    height: 14px;
  }
  &.top-forward {
    background-position: -121px -8px;
    width: 15px;
    height: 14px;
  }
  &.top-reload {
    background-position: -147px -6px;
    width: 18px;
    height: 16px;
  }
  &.top-settings-dark {
    background-position: -176px -6px;
    width: 17px;
    height: 16px;
  }
  &.top-tiles {
    background-position: -206px -7px;
    width: 14px;
    height: 14px;
    top: 1.5px;
  }
  &.top-down-arrow {
    background-position: -238px -12px;
    width: 7px;
    height: 5px;
  }
  &.top-search {
    background-position: -261px -6px;
    width: 16px;
    height: 16px;
    top: 5px;
  }
  &.top-menu-toggle-dark {
    background-position: -288px -7px;
    width: 18px;
    height: 15px;
  }
  &.top-menu-toggle-white {
    background-position: -315px -7px;
    width: 18px;
    height: 15px;
    background-position: -315px -7px;
    width: 18px;
    height: 15px;
  }
  &.top-chat-dark {
    background-position: -341px -6px;
    width: 21px;
    height: 16px;
  }
  &.top-chat-white {
    background-position: -369px -6px;
    width: 21px;
    height: 16px;
  }
}

.iconplaceholder {
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background-color: #e5e9ec;
  padding: 3px;
  display: inline-block;
  margin-right: 5px;
  i {
    font-size: 10px;
    color: #656c78;
    position: relative;
    left: 4px;
    top: -3px;
  }
}

.iconset .badge {
  top: -12px;
  right: -10px;
  position: relative;
  padding: 4px 6px;
  font-size: 10px;
}

.blog-bar {
  border-top: 1px solid #d7dbe0;
  margin-top: 18px;
  padding: 10px;
  a {
    color: #8b91a0;
    margin-right: 8px;
    text-decoration: none;
    &:hover {
      color: #d7dbe0;
    }
  }
}

/*** Fixes & Misc ***/

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.spacing-bottom {
  margin-bottom: 30px;
}

.inherit-size {
  width: inherit;
  height: inherit;
}

.inherit-height {
  height: inherit;
}

.v-align-bottom {
  vertical-align: bottom;
  display: table-cell;
}

.v-align-top {
  vertical-align: top;
  display: table-cell;
}

.v-align-middle {
  vertical-align: middle;
  display: table-cell;
}

.h-align-middle {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

/** Padding top **/

.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-55 {
  padding-top: 55px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-t-65 {
  padding-top: 65px;
}

/** Padding Bottom **/

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-65 {
  padding-bottom: 65px;
}

/** Padding Left **/

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-l-55 {
  padding-left: 55px;
}

.p-l-60 {
  padding-left: 60px;
}

.p-l-65 {
  padding-left: 65px;
}

/** Padding Right **/

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-r-55 {
  padding-right: 55px;
}

.p-r-60 {
  padding-right: 60px;
}

.p-r-65 {
  padding-right: 65px;
}

/** Margins **/

.margin-10 {
  margin: 10px;
}

.margin-20 {
  margin: 20px;
}

/** Margin top **/

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-55 {
  margin-top: 55px;
}

.m-t-60 {
  margin-top: 60px;
}

/** Margin Bottom **/

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.m-b-60 {
  margin-bottom: 60px;
}

/** Margin Left **/

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-55 {
  margin-left: 55px;
}

.m-l-60 {
  margin-left: 60px;
}

/** Padding Right **/

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-55 {
  margin-right: 55px;
}

.m-r-60 {
  margin-right: 60px;
}

.hide {
  display: none;
}

.padding-10 {
  padding: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.inline {
  display: inline-block !important;
}

.b-blank {
  border-color: #000;
}

.b-r {
  border-right: 1px solid;
}

.b-l {
  border-left: 1px solid;
}

.b-t {
  border-top: 1px solid;
}

.b-b {
  border-bottom: 1px solid;
  border-bottom: 1px solid;
}

.b-a {
  border-width: 1px solid;
}

.b-transparent {
  border-color: rgba(0, 0, 0, 0.4);
}

.b-grey {
  border-color: #e5e9ec;
}

.visible-xlg {
  display: none;
}

.hidden-xlg {
  display: block;
}

.image-responsive-width {
  width: 100%;
}

.box-250 {
  width: 250px;
  height: 250px;
}

/*** Header - Main Layout ***/

.header {
  padding: 0 !important;
  margin: 0 !important;
  position: fixed;
  width: 100%;
  z-index: 999;
  min-height: 60px;
  .btn-navbar {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 6px;
    background-image: none;
    box-shadow: none;
    color: #fff;
    border: 0;
    &:hover {
      text-decoration: none;
    }
  }
  .navbar-inner {
    width: 100%;
    margin: 0;
    border: 0px;
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
    [class*="span"] {
      min-height: 58px !important;
    }
  }
  .nav {
    display: block;
  }
  .header-seperation {
    width: 250px;
    display: block;
    float: left;
    height: 60px;
  }
  .header-quick-nav {
    padding-right: 10px;
    -webkit-transition-duration: 1;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    .input-append! .add-on {}
  }
}

.input-prepend! .add-on {}

.header {
  .header-quick-nav input {
    height: 12px !important;
  }
  .notifcation-center {
    background-color: #1b1e24;
    margin-top: 12px;
    margin-right: 15px !important;
    display: inline-flex;
    display: -ms-flexbox;
    li {
      min-width: 30px !important;
      a {
        padding: 10px !important;
        min-height: 17.5px;
        i {
          font-size: 13px !important;
        }
      }
    }
  }
  .nav {
    > li {
      margin: 0px;
      padding: 0px;
      text-align: center;
      display: inline-block;
      float: left;
      &.dropdown {
        text-align: center;
        > a {
          text-align: center;
        }
        &:last-child! {}
        .dropdown-toggle {
          margin: 0px;
        }
        .active {
          background-color: #0d0f12;
        }
        .dropdown-toggle i {
          font-size: 15px;
          margin-left: auto;
          margin-right: auto;
        }
        &.user .dropdown-toggle {
          padding: 8px 4px 7px 9px;
          &:hover {
            text-decoration: none;
          }
        }
      }
    }
    .open > a {
      background-color: #fff;
    }
  }
}

.nav .open > a {
  &:hover, &:focus {
    background-color: #fff;
  }
}

.header {
  a {
    text-decoration: none;
  }
  .chat-toggler {
    position: relative;
    top: 10px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    min-width: 163px;
    .user-details {
      display: inline-block;
      float: left;
      line-height: 35px;
    }
    .iconset {
      display: inline-block;
      float: left;
      margin: 15px 10px;
    }
  }
  .chat-message-preview .user-details {
    display: inline-block;
    float: left;
  }
  .chat-toggler .profile-pic {
    display: inline-block;
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    width: 35px;
    float: left;
  }
  .chat-message-preview .profile-pic {
    display: inline-block;
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    float: left;
    height: 35px;
    overflow: hidden;
    width: 35px;
    margin-left: 10px;
  }
  .chat-toggler {
    a {
      color: #1b1e24;
      font-size: 15px;
      display: inline-block;
      float: left;
    }
    .user-details .username a {
      color: #1b1e24;
      font-size: 15px;
    }
  }
  .chat-message-preview .user-details .username a {
    color: #22262e;
    font-weight: 600;
    text-align: right;
  }
  .chat-toggler {
    .user-details .company a {
      color: #8b8f92;
      font-weight: 400;
      text-align: right;
      font-size: 12px;
    }
    > i {
      color: #808080;
      text-align: right;
      font-size: 20px;
      position: relative;
      padding: 8px;
      top: 8px;
    }
    .message-count {
      display: inline-block;
      float: left;
      .badge {
        position: absolute;
        float: left;
        right: 0;
        top: 0;
      }
    }
  }
  .chat-message-preview {
    border-left: 1px solid #e5e9ec;
    border-right: 1px solid #e5e9ec;
    padding: 4px 15px;
    margin-right: 12px;
    a {
      color: #6F7B8A;
    }
    .chat-message {
      color: #8b8f92;
      background-color: #e5e9ec;
      padding: 5px;
      font-size: 12px;
      border-radius: 3px;
    }
  }
  .quick-section {
    margin-left: 20px;
    margin-top: 16px;
    margin-right: 10px;
    display: inline-block;
    float: left;
  }
  .nav {
    > li.quicklinks {
      i {
        display: inline-block;
        margin-top: 5px;
        margin: 0;
        font-size: 14px;
        color: #656565 !important;
      }
      > a {
        padding: 4px 2px !important;
      }
    }
    .h-seperate {
      height: 6px;
      width: 2px;
      margin: 0px 10px 0px 10px;
      border-left: 1px solid #e1e1e1;
      display: inline;
      position: relative;
      top: 2px;
    }
    li.dropdown.user .dropdown-toggle i {
      display: inline-block;
      margin-top: 5px;
      margin: 0;
      font-size: 16px;
      color: #808080 !important;
    }
  }
  .search-form {
    display: inline-block;
    float: left;
    margin-left: 25px !important;
    top: -4.5px;
    position: relative;
  }
  .nav {
    > li.dropdown .dropdown-toggle .badge {
      position: absolute;
      font-size: 10px !important;
      font-weight: 700;
      top: 0px;
      right: 2px;
      text-align: center;
      background-color: #fb3c4a;
      padding: 4px 6px;
      -webkit-border-radius: 12px !important;
      -moz-border-radius: 12px !important;
      border-radius: 12px !important;
      text-shadow: none !important;
      color: #fff;
    }
    .dropdown-menu {
      margin-top: 3px;
    }
  }
}

/** drop downs **/

.open {
  position: relative;
}

.navbar {
  .pull-right > li.open > .dropdown-menu, .nav > li.open > .dropdown-menu.pull-right {
    margin-right: -6px;
    margin-top: 7px;
  }
}

/*** Page Loader ***/

.pace .pace-activity {
  top: 72px;
}

/** No menu Reset **/

.no-top .pace .pace-activity {
  top: 10px;
}

.loading-animator {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4);
  border-image: none;
  border-radius: 10px 10px 10px 10px;
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px;
  display: block;
  height: 14px;
  margin-left: 40%;
  width: 14px;
  z-index: 2000;
}

/*** Page container ***/

.page-container {
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 100%;
}

/*** Page sidebar ***/

.page-sidebar {
  .page-sidebar-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    > li {
      display: block;
      margin: 0;
      padding: 0;
      border: 0px;
      &.start > a {
        border-top-color: transparent !important;
      }
      &:last-child > a {
        border-bottom: 1px solid transparent !important;
      }
      > a {
        display: block;
        position: relative;
        margin: 0;
        border: 0px;
        padding: 11.5px 31px 11.5px 31px;
        text-decoration: none;
        font-size: 14px;
        font-weight: normal;
        i {
          font-size: 14px;
          margin-right: 5px;
          text-shadow: none;
        }
      }
      &.active > a {
        border: none;
        text-shadow: none;
        /*border-left:4px solid  #0aa699;*/
        /*padding: 10px 25px 10px 21px;*/
        .selected {
          display: block;
          width: 8px;
          height: 25px;
          background-image: url("../img/sidebar-menu-arrow.png");
          float: right;
          position: absolute;
          right: -8px;
          top: 8px;
        }
      }
    }
  }
  ul > li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
  }
  .page-sidebar-wrapper > ul > li {
    > {
      a > .arrow.open:before {
        float: right;
        margin-top: 1px;
        margin-right: 3px;
        display: inline;
        font-family: FontAwesome;
        height: auto;
        font-size: 16px;
        content: "\f107";
        font-weight: 300;
        text-shadow: none;
      }
      ul.sub-menu {
        display: none;
        list-style: none;
        clear: both;
        margin: 0px;
        background-color: #22262E;
        padding: 8px 0px 10px 0px;
      }
    }
    &.active {
      > ul.sub-menu, > ul.sub-menu > li ul.sub-menu {
        display: block;
      }
    }
    > ul.sub-menu {
      > li {
        background: none;
        margin: 0px;
        padding: 0px;
        margin-top: 1px !important;
        > a {
          display: block;
          margin: 0px 0px 0px 0px;
          padding: 5px 0px;
          padding-left: 53px !important;
          color: #e1eaf1;
          text-decoration: none;
          text-shadow: 0 1px 1px #000;
          font-size: 13px;
          font-weight: 300;
          background: none;
        }
        ul.sub-menu {
          display: none;
          list-style: none;
          clear: both;
          margin: 0px 0px 0px 0px;
          padding-left: 0;
        }
      }
      li > a > .arrow {
        &:before {
          float: right;
          margin-top: 1px;
          margin-right: 20px;
          display: inline;
          font-size: 16px;
          font-family: FontAwesome;
          height: auto;
          content: "\f104";
          font-weight: 300;
          text-shadow: none;
        }
        &.open:before {
          float: right;
          margin-top: 1px;
          margin-right: 18px;
          display: inline;
          font-family: FontAwesome;
          height: auto;
          font-size: 16px;
          content: "\f107";
          font-weight: 300;
          text-shadow: none;
        }
      }
    }
    > ul.sub-menu {
      > li ul.sub-menu li {
        background: none;
        margin: 0px;
        padding: 0px;
      }
      li {
        > ul.sub-menu > li > a {
          display: block;
          margin: 0px 0px 0px 0px;
          padding: 5px 0px;
          color: #ccc;
          text-decoration: none;
          text-shadow: 0 1px 1px #000;
          font-size: 13px;
          font-weight: 300;
        }
        > ul.sub-menu > li > a > i {
          font-size: 13px;
        }
      }
      > li > ul.sub-menu > li > {
        a {
          padding-left: 70px;
        }
        ul.sub-menu > li > a {
          padding-left: 80px;
        }
      }
    }
  }
}

/* Level 3 */

/* Slider for iphone and tablets */

.chat-window-wrapper {
  overflow: hidden;
}

.sidr {
  background-color: #22262e;
  box-shadow: none;
  ul.chat-window li {
    border: 0px;
    &:hover > {
      a, span {
        box-shadow: none;
        background-color: #fed8db;
        line-height: 16px;
      }
    }
    &.active > {
      a, span {
        box-shadow: none;
        background-color: #fed8db;
        line-height: 16px;
      }
    }
    &.sidr-class-active > {
      a, span {
        box-shadow: none;
        background-color: #fed8db;
        line-height: 16px;
      }
    }
    &:nth-child(odd) {
      background-color: #fff;
    }
    &:nth-child(even) {
      background-color: #f5f6f8;
    }
  }
}

/*** Scroll to top *****/

.scrollup {
  background: url('../img/pullup.png') no-repeat;
  background-position: 0px 0px;
  width: 27px;
  height: 27px;
  position: fixed;
  bottom: 92px;
  left: 235px;
  display: none;
  text-indent: -9999px;
  z-index: 101;
  &:hover {
    background-position: -30px 0px;
  }
  &.to-edge {
    left: 35px;
  }
}

.footer-widget {
  position: fixed;
  bottom: 0px;
  display: block;
  padding: 11px 21px;
  background-color: #22262e;
  width: 250px;
  clear: both;
  .progress {
    position: relative;
    top: 15px;
    width: 70%;
  }
  a {
    color: #8B91A0;
    &:hover {
      color: #8B91A0;
      text-decoration: none;
      i {
        color: #8B91A0;
        text-decoration: none;
      }
    }
  }
  i {
    font-size: 14px;
    color: #5e646d;
  }
  .details-status {
    background-color: #2d3139;
    border-radius: 3px 3px 3px 3px;
    color: #8B91A0;
    display: inline-block;
    font-size: 11px;
    padding: 6px;
    left: -22px;
    position: relative;
  }
}

/* Sidebar chat and elements */

.chat-window-wrapper {
  font-family: 'Open Sans';
  font-size: 13px;
  .chat-header {
    height: 58px;
  }
  input {
    &[type="text"], &[type="password"], &[type="date"], &[type="datetime"], &[type="email"], &[type="number"], &[type="search"], &[type="tel"], &[type="time"], &[type="url"] {
      background-color: #0d0f12;
      height: 28px;
    }
  }
  textarea, select {
    background-color: #0d0f12;
    height: 28px;
  }
}

.chat-header {
  input[type="text"] {
    margin: 15px 0 15px 14px;
    width: 195px;
  }
  .iconset {
    margin: 20px 15px;
  }
}

.chat-window-wrapper {
  .side-widget {
    margin-top: 15px;
    display: block;
  }
  .side-widget-title {
    color: #808285;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding-left: 31px;
    padding-right: 31px;
    text-transform: uppercase;
  }
  .side-widget-content {
    display: block;
    ul.groups {
      list-style: none;
      margin: 0;
      margin-top: 10px;
      padding-left: 0;
      li {
        line-height: 25px;
      }
      > li > a {
        color: #fff;
        font-size: 13px;
        padding: 5px 31px;
        &:hover {
          text-decoration: none;
        }
      }
    }
  }
  .user-details-wrapper {
    display: block;
    margin: 8px;
    padding: 10px;
    border-radius: 3px;
  }
  .chat-messages .user-details-wrapper {
    padding: 6px;
    &:hover {
      background-color: #22262e;
      cursor: auto;
    }
  }
  .user-details-wrapper {
    .status-icon {
      margin-right: 0px;
    }
    &.active {
      background-color: #372b32;
      &:hover {
        background-color: #482f36;
        cursor: pointer;
      }
    }
    &:hover {
      background-color: #2a2e36;
      cursor: pointer;
    }
    > {
      .user-profile {
        display: inline-block;
        float: left;
        border-radius: 100px 100px 100px 100px;
        height: 35px;
        overflow: hidden;
        width: 35px;
        margin-right: 13px;
      }
      .user-details {
        display: inline-block;
        float: left;
        > {
          .user-name {
            display: block;
            color: #fff;
          }
          .user-more {
            display: block;
            color: #747b89;
            font-size: 11px;
            width: 120px;
          }
        }
      }
    }
  }
  .user-details-status-wrapper {
    display: inline-block;
    float: left;
    min-width: 32px;
    margin-top: 8px;
  }
  .user-details-count-wrapper {
    display: inline-block;
    float: left;
    margin-top: 8px;
  }
}

.chat-messages-header {
  background-color: #1b1e24;
  color: #4c5264;
  padding: 8px;
  padding-left: 21px;
  .status {
    height: 10px;
    width: 10px;
    border-radius: 8px;
    background-color: #e5e9ec;
    display: inline-block;
    margin-right: 12px;
    &.online {
      background-color: #0aa699;
    }
    &.busy {
      background-color: #f35958;
    }
    &.away {
      background-color: #0aa699;
    }
  }
  a > i {
    color: #4c5264;
    font-size: 10px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
  }
}

.chat-footer {
  position: absolute;
  bottom: 0px;
  background-color: #e5e9ec;
  padding: 10px;
  padding-bottom: 0px;
  width: 92.6%;
}

.bubble {
  position: relative;
  width: 165px;
  min-height: 40px;
  padding: 0px;
  background: #e5e9ec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #22262e;
  padding: 10px;
  cursor: pointer;
  &.old {
    background: #0d0f12;
    color: #4c5264;
  }
  &.sender {
    background: #0ba195;
    color: #fff;
  }
}

.chat-messages .sent_time {
  width: 100%;
  color: #4c5264;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
  &.off {
    display: none;
  }
}

.bubble {
  &:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 9px 7px 9px 0;
    border-color: transparent #e5e9ec;
    display: block;
    width: 0;
    z-index: 1;
    left: -7px;
    top: 12px;
  }
  &.old:after {
    border-color: transparent #0d0f12;
  }
  &.sender:after {
    border-color: transparent #0ba195;
    border-width: 9px 0 9px 7px;
    right: -7px !important;
    left: auto;
  }
}

.chat-input-wrapper {
  position: fixed;
  bottom: 0;
  background-color: #1b1e24;
  width: 250px;
  padding: 7px;
  textarea {
    background-color: #fff;
    padding: 0;
    margin: 0;
  }
}

.user-chat-wrapper {
  display: block;
  padding: 10px 15px;
  .profile-wrapper {
    display: inline-block;
    float: left;
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    width: 35px;
    margin: 0px 10px 0 0px;
  }
  .user-chat {
    display: inline-block;
    float: left;
    .user-name {
      color: #22262e;
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .user-chat-preview {
      display: block;
      float: left;
    }
    .more-details {
      display: inline-block;
      float: left;
      color: #8b8f92;
      margin-right: 10px;
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
}

/* ie8 fixes */

.ie8 .page-sidebar {
  position: absolute;
  width: 225px;
  ul {
    width: 225px;
  }
}

/* Sidebar and menu Condensed version */

.page-sidebar.mini {
  width: 50px;
  overflow: visible !important;
  .slimScrollDiv {
    overflow: visible !important;
    .page-sidebar-wrapper {
      overflow: visible !important;
    }
  }
  .page-sidebar-wrapper > ul {
    width: 50px;
    padding: 60px 0 0;
    > li {
      > a {
        padding: 13px;
        color: #fff;
      }
      a i {
        color: #fff;
      }
    }
  }
  .user-info, .page-sidebar-wrapper > p, .status-widget, .notification-alert {
    display: none;
  }
  ul li {
    span.title {
      display: none;
    }
    ul li span.title {
      display: inline;
    }
    span.arrow {
      display: none;
    }
    ul li span.arrow {
      display: inline;
    }
    span.badge {
      display: none;
    }
  }
  .profile-wrapper, .page-sidebar-wrapper > .side-bar-widgets, .footer-widget {
    display: none;
  }
  background-color: #0aa699 !important;
  height: 100%;
  margin-top: 0;
  position: absolute;
}

.page-content.condensed {
  margin-left: 50px;
}

/*** Inner menu of Email App - Extra stuff ***/

.inner-menu {
  display: inline-block;
  position: absolute;
  width: 200px;
  font-family: 'Open Sans';
  background-color: #1b1e24;
  height: 100%;
  .inner-wrapper {
    padding: 20px 20px 0;
  }
  .inner-menu-content {
    margin-top: 50px;
  }
  .menu-title {
    padding-right: 23px;
  }
  .inner-wrapper .menu-title {
    padding-left: 0px;
    i {
      padding-right: 0px;
    }
  }
  ul {
    &.big-items {
      list-style: none outside none;
      margin: 0px;
      margin-bottom: 20px;
      padding: 0px;
      li {
        text-align: right;
        padding: 8px 25px;
        a {
          color: #8b91a0;
          font-size: 18px;
          &:hover {
            text-decoration: none;
            color: #e5e9ec;
          }
        }
        &:hover {
          background-color: #2d313b;
        }
        &.active {
          background-color: #2d313b;
          a {
            background-color: #2d313b;
            color: #e5e9ec;
          }
        }
      }
    }
    &.small-items {
      list-style: none outside none;
      margin: 0px;
      margin-bottom: 20px;
      padding: 0;
      li {
        text-align: right;
        padding: 8px 25px;
        a {
          color: #8b91a0;
          font-size: 14px;
          &:hover {
            text-decoration: none;
            color: #e5e9ec;
          }
        }
        &:hover {
          background-color: #2d313b;
        }
        &.active {
          background-color: #2d313b;
          a {
            background-color: #2d313b;
            color: #e5e9ec;
          }
        }
        .badge {
          position: relative;
          top: -1px;
        }
      }
    }
    &.big-items li .badge {
      position: relative;
      top: -2px;
    }
  }
}

/*** Page content - Layout ***/

/*** Overlay for googlemaps, vector maps and charts  ***/

.overlayer {
  position: absolute;
  display: block;
  z-index: 101;
}

.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 9999;
}

.overlayer.fullwidth {
  width: 100%;
}

.demo-map {
  width: 100%;
  min-height: 960px;
}

.overlay-fixed {
  position: fixed !important;
  top: auto !important;
}

/*** Positioning tools for overlays  ***/

.top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.top-right {
  position: absolute;
  top: 1px;
  right: 0;
}

.bottom-left {
  position: absolute;
  bottom: 1px;
  left: 0;
}

.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*** Main Page Content  ***/

.page-content {
  margin-top: 0px;
  padding: 0px;
  background-color: #e5e9ec;
  overflow: auto;
  position: relative;
  min-height: 911px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  &.condensed-layout {
    margin-left: 50px !important;
  }
}

.ie8 .page-content {
  margin-left: 225px;
  margin-top: 0px;
}

.page-content {
  .admin-bar {
    -moz-box-sizing: border-box;
    bottom: -115px;
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    .admin-bar-inner {
      background: none repeat scroll 0 0 padding-box #FFFFFF;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.08);
      margin-right: 250px;
      padding: 30px 35px 30px 40px;
      text-align: right;
    }
  }
  .header {
    padding: 20px !important;
    h3 {
      font-size: 20px;
      display: inline;
    }
    i {
      font-size: 18px;
    }
  }
}

/*** Page header ***/

/*** Page title ***/

.page-title {
  padding: 0px;
  letter-spacing: -1px;
  display: block;
  color: #666;
  margin: 0 0 10px;
  font-weight: 300;
  font-family: 'Open Sans';
  h3 {
    display: inline-block;
    top: -5px;
    position: relative;
    width: 83%;
  }
  p {
    color: #63696d;
    letter-spacing: 0.5px;
  }
  i {
    display: inline-block;
    color: #73777c;
    font-size: 30px;
    margin-right: 12px;
    position: relative;
    top: 7px;
    float: left;
  }
  small {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #888;
  }
  .actions {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
}

/* Breadcrumb */

.page-content .breadcrumb {
  font-family: 'Open Sans';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  padding: 0px !important;
  border: none !important;
  margin-bottom: 0px;
  a, i, span, li {
    color: #515050;
    font-weight: 300;
    text-shadow: none;
  }
  a {
    margin-left: 10px;
  }
  li {
    p {
      font-size: 12.5px !important;
      font-weight: 400;
      color: #7b7d82;
    }
    .active {
      font-weight: 600;
      font-size: 14px;
    }
  }
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #515050;
  font-family: FontAwesome;
  content: "\f105";
}

.page-content .content {
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 83px;
}

a.icon:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .4;
}

/*** Bootstrap Wells ***/

.well {
  background-color: #D1DADE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  background-image: none;
  &.well-large {
    padding: 24px;
    width: auto;
  }
  &.well-small {
    padding: 13px;
    width: auto;
  }
  &.green {
    background-color: #0aa699;
    color: #fff;
    border: none;
  }
}

/*** Forms Elements***/

label, input, button, select, textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input, button, select, textarea {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  &.done {
    color: #0090d9 !important;
    text-decoration: line-through;
  }
}

.uneditable-input, textarea {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-appearance: none !important;
  color: #282323;
  outline: 0;
  height: 16px;
  padding: 6px 11px !important;
  line-height: 15px;
  font-size: 13px;
  font-weight: normal;
  vertical-align: top;
  background-color: #fff;
  min-height: 37px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e5e9ec;
  transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input {
  &[type="text"], &[type="password"], &[type="datetime"], &[type="datetime-local"], &[type="date"], &[type="month"], &[type="time"], &[type="week"], &[type="number"], &[type="email"], &[type="url"], &[type="search"], &[type="tel"], &[type="color"] {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-appearance: none !important;
    color: #282323;
    outline: 0;
    height: 16px;
    padding: 6px 11px !important;
    line-height: 15px;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top;
    background-color: #fff;
    min-height: 37px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e5e9ec;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
  }
  &.no-boarder {
    border: none;
  }
  &.dark {
    background-color: #e5e9ec;
    border: none;
  }
  border: 1px solid #cecece;
}

textarea {
  height: auto;
  padding-left: 12px !important;
  padding-top: 10px !important;
}

.uneditable-input.focus, textarea:focus, select:focus {
  border-color: #e5e9ec;
  background-color: #f4f5f7;
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f4f5f7;
}

input {
  &[type="text"]:focus, &[type="password"]:focus, &[type="datetime"]:focus, &[type="datetime-local"]:focus, &[type="date"]:focus, &[type="month"]:focus, &[type="time"]:focus, &[type="week"]:focus, &[type="number"]:focus, &[type="email"]:focus, &[type="url"]:focus, &[type="search"]:focus, &[type="tel"]:focus, &[type="color"]:focus {
    border-color: #e5e9ec;
    background-color: #f4f5f7;
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f4f5f7;
  }
}

.m-uneditable-input:focus {
  border-color: #e5e9ec;
  background-color: #f4f5f7;
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f4f5f7;
}

input {
  &[type="radio"], &[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

select, input[type="file"] {
  height: 34px !important;
  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  background-image: none !important;
  border: 1px solid #e5e5e5;
  outline: none;
  min-height: 35px;
  &[multiple], &[size] {
    height: auto !important;
  }
  &:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}

input {
  &[type="file"]:focus, &[type="radio"]:focus, &[type="checkbox"]:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  &[class*="span"] {
    float: none;
    height: 34px !important;
    margin-left: 0;
  }
}

select[class*="span"], textarea[class*="span"] {
  float: none;
  margin-left: 0;
}

/** Input Size **/

.input-lg {
  border-radius: 3px !important;
  font-size: 18px !important;
  height: 45px !important;
  line-height: 1.33 !important;
}

.input-sm {
  font-size: 13px !important;
  min-height: 20px !important;
}

/** Input Prepends/Appends **/

.input-prepend {
  border: 0;
  display: inline-block;
}

.input-append {
  border: 0;
  display: inline-block;
  .add-on {
    display: inline-block;
    width: auto;
    height: 24px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
  }
}

.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.input-append .add-on > .halflings-icon {
  margin-top: 5px;
  margin-left: 3px;
}

.input-prepend .add-on > {
  i, .fa {
    margin-top: 5px;
    margin-left: 3px;
  }
}

.input-append {
  .add-on > {
    .halflings-icon .input-append .add-on > i, .fa {
      margin-top: 5px;
      margin-left: 0px;
    }
  }
  border-right: 0 !important;
  :focus {
    border-right: 0 !important;
  }
  input[class*="span"] {
    display: inline-block !important;
    width: 100%;
    float: left;
  }
}

.input-prepend input[class*="span"], .input-append input, .input-prepend input {
  display: inline-block !important;
  width: 100%;
  float: left;
}

.xsmall {
  width: 50px !important;
}

.small {
  width: 120px !important;
}

.medium {
  width: 206px !important;
}

.large {
  width: 320px !important;
}

.huge {
  width: 480px !important;
  font-size: 24px !important;
  height: 36px !important;
  line-height: 36px !important;
  padding: 22px 8px !important;
}

.radio, .checkbox {
  margin-bottom: 0;
  margin-top: 0;
}

.radio {
  label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #777a80;
  }
  input[type=radio] {
    display: none;
  }
  label {
    &:before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      margin-right: 10px;
      position: absolute;
      left: 0;
      bottom: 2.5px;
      background-color: #fff;
      border: 1px solid #c2c6cb;
      border-radius: 99px;
    }
    &:after {
      font-size: 13px;
      content: "";
      text-align: center;
      display: inline-block;
      width: 17px;
      height: 17px;
      position: absolute;
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
      border-radius: 99px;
      left: 0px;
      top: 1px;
      background-color: #6f7b8a;
      border: 1px solid #6f7b8a;
    }
  }
  input[type=radio][disabled] + label {
    opacity: 0.65;
  }
}

.checkbox input[type=radio][disabled] + label:after {
  background-color: #eceff3;
}

.radio {
  &.radio-success label:after {
    background-color: #0090D9;
    border: 1px solid #0090D9;
  }
  &.radio-primary label:after {
    background-color: #0AA699;
    border: 1px solid #0AA699;
  }
  &.radio-info label:after {
    background-color: #1F3853;
    border: 1px solid #1F3853;
  }
  &.radio-warning label:after {
    background-color: #FDD01C;
    border: 1px solid #FDD01C;
  }
  &.radio-danger label:after {
    background-color: #F35958;
    border: 1px solid #F35958;
  }
  input[type=radio]:checked + label {
    color: #4d5056;
    &:after {
      -o-transform: scale(0.63);
      -ms-transform: scale(0.63);
      -moz-transform: scale(0.63);
      -webkit-transform: scale(0.63);
      transform: scale(0.63);
      line-height: 18px;
      -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
      -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
      -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
      -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
      -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
      -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
      -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
      -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
      transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    }
    &:before {
      border: 1px solid #8e9095;
    }
  }
  &.radio-success input[type=radio]:checked + label:before {
    border: 1px solid #0090D9;
  }
  &.radio-primary input[type=radio]:checked + label:before {
    border: 1px solid #0AA699;
  }
  &.radio-info label input[type=radio]:checked + :before {
    border: 1px solid #1F3853;
  }
  &.radio-warning input[type=radio]:checked + label:before {
    border: 1px solid #FDD01C;
  }
  &.radio-danger input[type=radio]:checked + label:before {
    border: 1px solid #F35958;
  }
}

.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

table {
  td .checkbox label, th .checkbox label {
    padding-left: 0px;
  }
}

.star {
  label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
    &:before {
      font-family: 'FontAwesome';
      content: "\F005";
      display: inline-block;
      margin-right: 10px;
      position: absolute;
      left: 0px;
      top: -4px;
      font-size: 18px;
      color: #97a3b3;
      transition: border 0.2s linear 0s,color 0.2s linear 0s;
    }
    margin-bottom: 10px;
  }
  input[type=checkbox] {
    display: none;
    &:checked + label:before {
      color: #ffd200;
    }
  }
}

.checkbox {
  label {
    &:before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      margin-right: 10px;
      position: absolute;
      left: 0px;
      top: 1.4px;
      background-color: #fff;
      border: 1px solid #c2c6cb;
      border-radius: 3px;
      transition: border 0.2s linear 0s,color 0.2s linear 0s;
    }
    &::after {
      display: inline-block;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 3.2px;
      top: 0px;
      font-size: 11px;
      transition: border 0.2s linear 0s,color 0.2s linear 0s;
    }
  }
  input[type=checkbox] {
    display: none;
  }
  label {
    margin-bottom: 10px;
    &:after {
      border-radius: 3px;
    }
  }
  &.checkbox-circle label {
    &:after, &:before {
      border-radius: 99px;
    }
  }
  input[type=checkbox] {
    &:checked + label {
      &::after {
        font-family: 'FontAwesome';
        content: "\F00C";
      }
      color: #4d5056;
    }
    &[disabled] + label {
      opacity: 0.65;
      &:before {
        background-color: #eceff3;
      }
    }
  }
  &.check-success input[type=checkbox]:checked + label {
    &:before {
      background-color: #0090D9;
      border: 1px solid #0090D9;
    }
    &::after {
      color: #fff;
    }
  }
  &.check-primary input[type=checkbox]:checked + label {
    &:before {
      background-color: #0AA699;
      border: 1px solid #0AA699;
    }
    &::after {
      color: #fff;
    }
  }
  &.check-info input[type=checkbox]:checked + label {
    &:before {
      background-color: #1F3853;
      border: 1px solid #1F3853;
    }
    &::after {
      color: #fff;
    }
  }
  &.check-warning input[type=checkbox]:checked + label {
    &:before {
      background-color: #FDD01C;
      border: 1px solid #FDD01C;
    }
    &::after {
      color: #fff;
    }
  }
  &.check-danger input[type=checkbox]:checked + label {
    &:before {
      background-color: #F35958;
      border: 1px solid #F35958;
    }
    &::after {
      color: #fff;
    }
  }
}

select {
  &.xsmall {
    width: 64px !important;
  }
  &.small {
    width: 134px !important;
  }
  &.medium {
    width: 220px !important;
  }
  &.large {
    width: 334px !important;
  }
}

.wysihtml5-toolbar li {
  padding-left: 0px;
}

.bootstrap-tagsinput {
  border: 1px solid #E5E9EC;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  transition: background 0.2s linear 0s;
  &.active-element {
    background-color: #f4f5f7;
  }
  input {
    border: none;
    margin-bottom: 0px;
    min-height: 25px;
  }
  .tag {
    vertical-align: middle;
    padding: 4px 9px;
    margin-top: 3px;
    display: inline-block;
    [data-role="remove"]:hover {
      &:active {
        box-shadow: none;
      }
      box-shadow: none;
    }
  }
}

/*** Form stuff ***/

form legend {
  margin: 15px 0px 10px 0px !important;
}

.column-seperation > div[class*="col-"] {
  border-right: 1px solid #ddd;
  &:last-child {
    border-right: 0px;
  }
}

.form-no-horizontal-spacing .row-fluid {
  [class*="span"]! {}
  .side-label {
    border-right: 1px solid #dddddd;
  }
}

.radio, .checkbox {
  padding-left: 0px;
}

/*** General forms settings ***/

input.placeholder, textarea.placeholder {
  color: #aaa !important;
}

.help-block {
  margin-top: 10px;
}

.form-inline input {
  margin-bottom: 0px !important;
}

.form-label {
  margin-top: 2px;
  .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
  }
}

.help-inline {
  margin-top: 6px;
}

.help-small {
  font-size: 12px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.success .help-inline.ok:before {
  content: "\f00c";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

form legend, .form-view legend {
  margin-bottom: 15px !important;
}

.controls {
  > {
    .radio .checker, .checkbox .checker {
      margin-right: 2px !important;
    }
    .radio, .checkbox {
      display: inline-block;
      padding: 0 !important;
      margin: 0 !important;
      margin-top: 8px !important;
      margin-right: 15px !important;
    }
    .radio.line, .checkbox.line {
      display: block;
      padding: 0 !important;
      margin: 0 !important;
      margin-top: 5px !important;
    }
  }
  .inline {
    margin-top: 8px;
  }
}

.form-view .control-group {
  margin-top: 0px;
  margin-bottom: 5px;
}

.uploader {
  margin-top: 2px !important;
}

.hint {
  padding: 5px 0px 0px 10px;
}

.form {
  form {
    margin: 0px !important;
    padding: 0px !important;
  }
  .form-actions {
    background-color: #f5f5f5 !important;
    margin-top: 0px !important;
    margin-top: 40px;
    padding-left: 190px;
  }
}

/** bringing back bs2 form actions **/

.form-actions {
  background-color: #F2F4F6;
  border: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 19px 20px 20px;
  &:before {
    content: "";
    display: table;
    line-height: 0;
  }
  &:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
}

/*** Bordered form layout ***/

.form-horizontal.form-bordered .control-group {
  &:first-child {
    border-bottom: 1px solid #eee !important;
  }
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  &.last {
    border-bottom: 0;
  }
}

.grid.box .form-horizontal.form-bordered .control-group {
  margin-left: -10px;
  margin-right: -10px;
  &:first-child {
    margin-top: -10px;
  }
}

.form-horizontal.form-bordered {
  .control-group {
    .controls {
      padding: 10px;
      position: relative;
      border-left: 1px solid #eee;
      .chosen-container {
        min-height: 32px;
        .help-block {
          clear: both;
          padding-top: 10px !important;
        }
      }
    }
    .control-label {
      margin-top: 10px;
    }
  }
  &.form-row-stripped .control-group:nth-child(even), &.form-label-stripped .control-group:nth-child(even) {
    background-color: #fcfcfc;
  }
  &.form-row-stripped .m-wrap {
    background: #fff !important;
  }
  &.form-label-stripped .control-group:nth-child(even) .controls {
    background-color: #ffffff;
  }
  .help-inline, .help-block {
    padding-left: 0;
  }
}

.grid {
  .simple .form-actions {
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: -20px !important;
  }
  &.box .form .form-actions, &.solid .form .form-actions {
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -10px !important;
  }
}

/***  Form wizard  ***/

.wizard-steps {
  display: block;
  list-style: none outside none;
  padding: 0;
  position: relative;
  width: 100%;
  a {
    &:hover, &:active, &:focus {
      text-decoration: none;
    }
  }
  li {
    display: block;
    float: left;
    max-width: 25%;
    min-width: 25%;
    text-align: center;
    padding-left: 0;
    &:before {
      border-top: 6px solid #55606E;
      content: "";
      display: block;
      font-size: 0;
      overflow: hidden;
      position: relative;
      top: 13px;
      right: 1px;
      width: 100%;
      z-index: 1;
    }
    &:first-child:before {
      left: 50%;
      max-width: 50%;
    }
    &:last-child:before {
      max-width: 50%;
      width: 50%;
    }
    &.active {
      .step, &.complete .step {
        background-color: #0090D9;
        color: #FFFFFF;
        font-weight: bold;
        padding: 10px 15px;
        border: none;
        font-size: 16px;
      }
    }
    &.complete .step {
      background-color: #0aa699;
      padding: 1px 6px;
      border: 4px solid #55606e;
    }
    .step {
      i {
        font-size: 10px;
        font-weight: normal;
        position: relative;
        top: -1.5px;
      }
      background-color: #D1DADE;
      border-radius: 32px 32px 32px 32px;
      color: #FFFFFF;
      display: inline;
      font-size: 15px;
      font-weight: bold;
      line-height: 12px;
      padding: 4px 9px;
      position: relative;
      text-align: center;
      z-index: 2;
      transition: all 0.2s linear 0s;
    }
    &.complete .title, &.active .title {
      color: #2B3D53;
    }
    .title {
      color: #B1BCC5;
      display: block;
      font-size: 13px;
      line-height: 15px;
      max-width: 100%;
      position: relative;
      table-layout: fixed;
      text-align: center;
      top: 20px;
      word-wrap: break-word;
      z-index: 104;
    }
  }
}

.step-content {
  margin-left: 60px;
  margin-top: 40px;
  .step-pane {
    display: none;
    min-height: 267px;
  }
  .active {
    display: block;
  }
}

.wizard-actions {
  display: block;
  list-style: none outside none;
  padding: 0;
  position: relative;
  width: 100%;
  li {
    display: inline;
  }
}

.tab-content.transparent {
  background-color: transparent;
}

/*** grids ***/

.grid {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
  &:after, &:before {
    display: table;
  }
}

.grid-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  &.descriptive {
    padding-left: 23px !important;
    padding-top: 20px !important;
    .actions {
      margin-right: 14px;
      margin-top: -16px;
      a {
        color: #4c5264;
        &:hover {
          opacity: 0.5;
        }
      }
      i {
        font-size: 22px;
        margin-right: 10px;
      }
    }
    p {
      display: inline-block;
      width: 60%;
      white-space: nowrap;
      line-height: 23px;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #7a7d82;
      font-size: 12px;
    }
  }
  &.clickable {
    cursor: pointer;
  }
  h4 i {
    font-size: 14px;
    margin-right: 5px;
    color: #666;
  }
  .tools, .actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right;
  }
  .tools > a {
    display: inline-block;
    height: 16px;
    margin-left: 5px;
  }
  .dropdown-menu i {
    color: #000;
  }
  .tools > a:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .6;
  }
  .actions > {
    .btn-group {
      margin-top: -12px;
    }
    .btn {
      padding: 4px 10px;
      margin-top: -13px;
    }
    .btn-group > .btn {
      padding: 4px 10px;
      margin-top: -1px;
    }
    .btn.mini {
      margin-top: -12px;
      padding: 4px 10px;
    }
  }
  .pagination.pagination-small {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -2px;
  }
}

.grid .solid .grid-title {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}

.grid-body {
  clear: both;
  padding: 0;
  &.light-blue {
    background-color: #bfd5fa  !important;
  }
}

.grid.light-blue {
  background-color: #bfd5fa  !important;
}

.grid-body.blue, .grid.blue {
  background-color: #58acf3 !important;
}

.grid-body.red, .grid.red {
  background-color: #f35958 !important;
}

.grid-body.yellow, .grid.yellow {
  background-color: #ffb848 !important;
}

.grid-body.green, .grid.green {
  background-color: #0aa699 !important;
}

.grid-body.purple, .grid.purple {
  background-color: #852b99 !important;
}

.grid-body.light-grey, .grid.light-grey {
  background-color: #fafafa !important;
}

.grid-body.dark-grey, .grid.dark-grey {
  background-color: #555555 !important;
}

.grid-body .btn-toolbar {
  margin: 0px !important;
  padding: 0px !important;
}

/*  draggable girds */

.sortable .grid .grid-title {
  cursor: move;
}

.ui-sortable {
  min-height: 0px !important;
}

.ui-sortable-placeholder {
  border: 1px dotted black;
  visibility: visible !important;
  height: 100% !important;
  * {
    visibility: hidden;
  }
}

.sortable-box-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #DDDDDD;
  display: block;
  /* float: left;*/
  margin-top: 0px !important;
  margin-bottom: 24px !important;
  * {
    visibility: hidden;
  }
}

/*** Solid colored grid ***/

.grid {
  &.solid {
    .grid-title {
      .tools {
        margin-top: 2px;
        border: 0px;
      }
      margin-bottom: 5px;
      border: 0px;
      padding: 13px 15px 6px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
      h4 {
        color: #fff;
      }
    }
    .grid-body {
      color: #fff;
      padding: 20px;
      h3 {
        color: #fff;
      }
    }
  }
  &.simple {
    padding: 0px !important;
    .grid-title {
      padding: 14px 15px 7px 15px;
      border-bottom: 1px solid #eee;
      color: #282323 !important;
      background-color: #fff;
      > .actions > .btn > i {
        color: #fff !important;
      }
      .tools {
        margin-top: 0px;
        position: relative;
        a {
          position: relative;
          background: url('../img/icon/portlet-tray.png') no-repeat;
          transition: all 0.1s linear 0s;
        }
      }
    }
  }
  &.solid .grid-title .tools a {
    position: relative;
    background: url('../img/icon/portlet-tray.png') no-repeat;
    transition: all 0.1s linear 0s;
  }
  &.simple .grid-title .tools > a.remove, &.solid .grid-title .tools > a.remove {
    background-position: -66px -38px;
    width: 10px;
    height: 10px;
    top: -5px;
  }
  &.simple .grid-title .tools > a.config, &.solid .grid-title .tools > a.config {
    background-position: -3px -32px;
    width: 22px;
    height: 22px;
  }
  &.simple .grid-title .tools > a.reload, &.solid .grid-title .tools > a.reload {
    background-position: -37px -38px;
    width: 12px;
    height: 10px;
    top: -5px;
  }
  &.simple .grid-title .tools > a.expand, &.solid .grid-title .tools > a.expand {
    background-position: -123px -40px;
    width: 10px;
    height: 6px;
    top: -5px;
  }
  &.simple .grid-title .tools > a.collapse, &.solid .grid-title .tools > a.collapse {
    background-position: -95px -40px;
    width: 9px;
    height: 7px;
    top: -5px;
  }
  &.simple {
    .form-actions {
      margin-right: -26px !important;
      margin-left: -26px !important;
      margin-bottom: -26px !important;
    }
    &.transparent .grid-body {
      background-color: transparent !important;
      border: none;
    }
    .grid-body {
      background-color: #fff;
      padding: 26px;
      border: 1px solid #dddddd;
      color: #6f7b8a;
      &.no-padding {
        padding: 0px;
      }
      .wrap-body {
        padding: 0 26px;
        padding-top: 10px;
      }
      &.no-border {
        border: 0px;
        padding-top: 1px;
      }
      h4, h3 {
        color: #282323;
      }
    }
    .grid-title {
      margin-bottom: 0px;
      border: 1px solid #dddddd;
      border-bottom: 0px;
      &.no-border {
        border: 0px;
        border-bottom: 0px;
      }
    }
    &.transparent .grid-title {
      border: none;
      border-bottom: 1px solid #D7DBE0;
      background-color: transparent;
    }
    &.vertical {
      &.green {
        border-left: 4px solid #0aa699;
        border-top: none !important;
      }
      &.red {
        border-left: 4px solid #f35958;
        border-top: none !important;
      }
      &.purple {
        border-left: 4px solid #736086;
        border-top: none !important;
      }
      &.blue {
        border-left: 4px solid #0090d9;
        border-top: none !important;
      }
      &.red {
        border-left: 4px solid #f35958;
        border-top: none !important;
      }
      &.purple {
        border-left: 4px solid #736086;
        border-top: none !important;
      }
      &.blue {
        border-left: 4px solid #0090d9;
        border-top: none !important;
      }
    }
    &.horizontal {
      &.red .grid-title {
        border-top: 4px solid #f35958;
      }
      &.yellow .grid-title {
        border-top: 4px solid #ffb848;
      }
      &.green .grid-title {
        border-top: 4px solid #0aa699;
      }
      &.purple .grid-title {
        border-top: 4px solid #852b99;
      }
      &.grey .grid-title {
        border-top: 4px solid #555555;
      }
      &.light-grey .grid-title {
        border-top: 4px solid #aaa;
      }
    }
  }
  &.box {
    padding: 0px !important;
    .grid-title {
      padding: 8px 10px 2px 10px;
      border-bottom: 1px solid #eee;
      color: #fff !important;
      > .actions > .btn > i {
        color: #fff !important;
      }
      .tools {
        margin-top: 3px;
        a {
          background: url(../img/icon/portlet-tray.png) no-repeat;
          width: 23px;
          height: 23px;
        }
      }
    }
    .grid-body {
      background-color: #fff;
      padding: 10px;
    }
    .grid-title {
      margin-bottom: 0px;
    }
    &.blue {
      .grid-title {
        background-color: #58acf3;
      }
      border: 1px solid #b4cef8;
      border-top: 0;
    }
    &.red {
      .grid-title {
        background-color: #f35958;
      }
      border: 1px solid #f35958;
      border-top: 0;
    }
    &.yellow {
      .grid-title {
        background-color: #ffb848;
      }
      border: 1px solid #fccb7e;
      border-top: 0;
    }
    &.green {
      .grid-title {
        background-color: #0aa699;
      }
      border: 1px solid #0aa699;
      border-top: 0;
    }
    &.purple {
      .grid-title {
        background-color: #852b99;
      }
      border: 1px solid #af5cc1;
      border-top: 0;
    }
    &.grey {
      .grid-title {
        background-color: #555555;
      }
      border: 1px solid #9d9c9c;
      border-top: 0;
    }
    &.light-grey {
      .grid-title {
        background-color: #aaa;
      }
      border: 1px solid #eee;
      border-top: 0;
    }
  }
}

/*** simple grid ***/

/* grid buttons */

/*** Box grid ***/

/* grid buttons */

/*** General Users  List ***/

.user-info-wrapper {
  display: block;
  margin: 20px 31px;
  margin-bottom: 0px;
  .profile-wrapper {
    height: 65px;
    width: 65px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    margin-right: 11px;
    margin-top: 9px;
    float: left;
  }
  .user-info {
    color: #fff;
    background-color: #1b1e24;
    display: inline-block;
    .status {
      color: #929fa5;
      font-size: 13px;
      margin-bottom: 10px;
      margin-top: 2px;
      font-weight: normal;
    }
    .profile {
      float: right;
      display: inline;
    }
    .btn-set {
      margin-top: 10px;
    }
    .username {
      font-size: 19px;
    }
    .greeting {
      font-size: 19px;
      font-weight: 600;
      position: relative;
      top: 1.5px;
    }
    a {
      color: #fff;
    }
    .status-icon {
      margin: 0px 5px;
    }
    a:hover {
      text-decoration: none;
    }
    .collapse {
      width: 18px;
      height: 18px;
      background-color: #50545c;
      position: absolute;
      right: 15px;
      margin-top: 10px;
      i {
        position: relative;
        margin-top: -8px;
        top: -2px;
        left: 3px;
      }
      &:hover {
        background-color: #000000;
      }
    }
  }
}

.side-panel {
  border-width: 0;
  display: block;
  max-height: none;
  min-height: 100%;
  position: fixed;
  top: 0;
  width: 17em;
  background: linear-gradient(#f9f9f9, #eeeeee) repeat scroll 0 0 #f9f9f9;
  border: 1px solid #AAAAAA;
  color: #333333;
  text-shadow: 0 1px 0 #FFFFFF;
  float: right;
  right: 0;
  z-index: 1200;
}

/* User - status icons */

.status-widget {
  margin-bottom: 9px;
  padding: 0 31px;
  animation-duration: 0.3s !important;
}

.status-widget-wrapper {
  font-size: 13px;
}

.status-widget {
  .title {
    color: #fff;
    font-size: 13px;
    a {
      &:hover, &:active {
        text-decoration: none;
      }
    }
  }
  p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    color: #808285;
  }
  .title i {
    float: right;
    font-size: 7px;
    margin-top: 6px;
    margin-right: 6px;
    color: #8b8f92;
  }
  .progress {
    height: 10px;
    background-color: #2a2e36;
    background-image: -moz-linear-gradient(top, #2a2e36, #2a2e36);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a2e36), to(#2a2e36));
    background-image: -webkit-linear-gradient(top, #2a2e36, #2a2e36);
    background-image: -o-linear-gradient(top, #2a2e36, #2a2e36);
    background-image: linear-gradient(to bottom, #2a2e36, #2a2e36);
    background-repeat: repeat-x;
    margin-bottom: 5px;
    -webkit-transition: width 30.0s ease !important;
    -moz-transition: width 30.0s ease !important;
    -o-transition: width 30.0s ease !important;
    transition: width 30.0s ease !important;
  }
}

.status-icon {
  background: url('../img/icon/status.png') no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 2px;
  &.green {
    background-position: -1px -1px;
    width: 14px;
    height: 14px;
  }
  &.red {
    background-position: -17px -1px;
    width: 14px;
    height: 14px;
  }
  &.blue {
    background-position: -33px -1px;
    width: 14px;
    height: 14px;
  }
  &.yellow {
    background-position: -48px -1px;
    width: 15px;
    height: 14px;
  }
  &.grey {
    background-position: -64px -1px;
    width: 14px;
    height: 14px;
  }
}

.user-info {
  img {
    float: left;
    margin-right: 5px;
  }
  .details {
    display: inline-block;
  }
  .label {
    font-weight: 300;
    font-size: 11px;
  }
}

/*** SlimScrollBar  ***/

.scroller {
  padding: 0px !important;
  margin: 0px !important;
  padding-right: 12px !important;
}

.popover-content .scroller {
  padding-right: 0px !important;
}

.grid-body .slimScrollBar {
  margin-right: 0px !important;
}

/*** Toggle buttons plugin css changes ***/

.toggle-button {
  margin-top: 3px;
  background-image: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: 1px solid #eee !important;
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  label {
    margin-top: 3px;
    background-image: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border: 1px solid #eee !important;
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  span {
    &.labelRight, &.primary, &.labelLeft, &.info, &.success, &.warning, &.danger {
      -moz-border-radius-topleft: 0px !important;
      -webkit-border-top-left-radius: 0px !important;
      border-top-left-radius: 0px !important;
      -moz-border-radius-bottomleft: 0px !important;
      -webkit-border-bottom-left-radius: 0px !important;
      border-bottom-left-radius: 0px !important;
      -moz-border-radius-topright: 0px !important;
      -webkit-border-top-right-radius: 0px !important;
      border-top-right-radius: 0px !important;
      -moz-border-radius-bottomright: 0px !important;
      -webkit-border-bottom-right-radius: 0px !important;
      border-bottom-right-radius: 0px !important;
      font-size: 13px !important;
      font-weight: 300 !important;
      background-image: none !important;
    }
    &.labelRight {
      background-color: #eee;
    }
  }
}

/*** Date tables plugin changes ***/

.dataTable {
  clear: both;
  margin-top: 5px;
}

.dataTables_filter label {
  line-height: 32px !important;
}

.DTTT_dropdown li {
  position: relative;
}

div.DTTT_print_info {
  &.modal {
    height: 150px;
    margin-top: 150px;
    text-align: center;
    border: 0px;
    z-index: 999;
  }
  h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

/** Tiles **/

.tiles-container {
  margin-left: 0px;
  margin-right: 0px;
}

.tiles {
  background-color: #bcbcbc;
  color: #fff;
  position: relative;
  &.overflow-hidden {
    overflow: hidden;
  }
  &.full-height {
    height: 100%;
  }
  &.added-margin {
    margin-right: -10px;
  }
  &.no-margin {
    margin-right: 0;
  }
  &.margin-reset {
    margin-left: 37px;
  }
  .tiles-title {
    font-size: 10.5px;
    font-family: 'Open Sans';
    letter-spacing: 0.5px;
    font-weight: 600;
  }
  .tiles-body {
    padding: 19px 18px 15px 24px;
  }
}

.tile-more-content {
  background-color: #fff;
  .tiles-body {
    padding: 19px 18px 17px 24px;
  }
}

.tiles {
  .controller {
    position: relative;
    display: inline-block;
    float: right;
    a {
      position: relative;
      background: url('../img/icon/portlet-tray.png') no-repeat;
      transition: all 0.1s linear 0s;
      display: inline-block;
      &.remove {
        background-position: -66px -38px;
        height: 10px;
        top: -5px;
        width: 10px;
      }
      &.config {
        background-position: -3px -32px;
        height: 22px;
        width: 22px;
      }
      &.reload {
        background-position: -37px -38px;
        height: 10px;
        top: -5px;
        width: 12px;
      }
      &.expand {
        background-position: -123px -11px;
        width: 10px;
        height: 6px;
        top: -5px;
      }
      &:hover {
        &.collapse {
          background-position: -95px -40px;
          height: 7px;
          top: -5px;
          width: 9px;
        }
        &.remove {
          background-position: -66px -9px;
          height: 10px;
          top: -5px;
          width: 10px;
          /* to add opacity opacity:0.50; */
        }
        &.config {
          background-position: -3px -32px;
          height: 22px;
          width: 22px;
        }
        &.reload {
          background-position: -38px -9px;
          height: 10px;
          top: -5px;
          width: 12px;
        }
        &.expand {
          background-position: -123px -11px;
          width: 10px;
          height: 6px;
          top: -5px;
        }
        &.collapse {
          background-position: -95px -40px;
          height: 7px;
          top: -5px;
          width: 9px;
        }
      }
    }
  }
  &.white .controller a {
    &.remove:hover {
      background-position: -66px -38px;
      height: 10px;
      top: -5px;
      width: 10px;
      opacity: 0.6;
    }
    &.config:hover {
      background-position: -3px -32px;
      height: 22px;
      width: 22px;
      opacity: 0.6;
    }
    &.reload:hover {
      background-position: -37px -38px;
      height: 10px;
      top: -5px;
      width: 12px;
      opacity: 0.6;
    }
    &.expand:hover {
      background-position: -123px -11px;
      width: 10px;
      height: 6px;
      top: -5px;
      opacity: 0.6;
    }
  }
  .settings-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 4px;
  }
  .heading {
    font-size: 25px;
    display: block;
    font-family: 'Open Sans';
    font-weight: 600;
    margin: 4px 0px;
  }
  p {
    margin: 0 0 5px;
  }
  hr {
    margin: 10px 0px;
    height: 1px;
    border: none;
    background-color: #2b3038;
  }
  .heading .icon-grid {
    top: 1px;
    font-size: 31px;
    position: relative;
  }
}

/* Tile Element Tweaks */

.row-fluid {
  &.side-content .tiles, .tile-content {
    margin: 0;
  }
}

.tiles {
  .tiles-body-overlay {
    position: absolute;
    z-index: 100;
    padding: 19px 18px 17px 24px;
    width: auto;
  }
  .progress {
    width: 70%;
  }
  .iconplaceholder {
    background-color: rgba(0, 0, 0, 0.28);
    i {
      color: #fff;
    }
  }
}

.tile-footer {
  background-color: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 13px;
  padding: 8px 15px;
}

/* the default opacity is way too dark, just a small tweak to make it bit lighter */

.tiles {
  &.white > .tile-footer {
    background-color: #eceff1;
    color: #d1d3d9;
    font-size: 13px;
    padding: 8px 15px;
  }
  > .tiles-body > .description {
    font-size: 12px;
    display: block;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
  }
}

.chart-wrapper {
  padding-top: 40px;
}

.tiles {
  .description {
    i {
      font-size: 21px;
      color: #fff;
    }
    .mini-description {
      position: relative;
      top: -5px;
    }
  }
  label {
    color: #fff;
  }
  .progress {
    margin-bottom: 15px;
  }
  &.red {
    background-color: #f35958;
  }
  &.purple {
    background-color: #736086;
  }
  &.blue {
    background-color: #0090d9;
  }
  &.green {
    background-color: #0aa699;
  }
  &.black {
    background-color: #22262e;
  }
  &.dark-blue {
    background-color: #365d98;
  }
  &.light-blue {
    background-color: #00abea;
  }
  &.light-red {
    background-color: #f96773;
  }
  &.grey {
    background-color: #f2f4f6;
  }
  &.gradient-grey {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(131, 131, 131, 0.65)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
    /* W3C */
  }
  &.gradient-black {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C */
  }
  &.tiles-overlay-hover:hover! .tiles.gradient-grey {}
  &.white {
    background-color: #ffffff;
    color: #8b91a0;
    &.borderall {
      border: 1px solid #e5e9ec;
    }
    &.border-left {
      border-left: 1px solid #e5e9ec;
    }
    &.border-right {
      border-right: 1px solid #e5e9ec;
    }
    &.border-top {
      border-top: 1px solid #e5e9ec;
    }
    &.border-bottom {
      border-bottom: 1px solid #e5e9ec;
    }
    hr {
      margin: 10px 0px;
      height: 1px;
      border: none;
      background-color: #f2f3f5;
    }
    label {
      color: #9aa0ad;
    }
    > .tiles-body > .heading {
      color: #000;
    }
    .tiles-body > .description {
      color: #8b91a0;
    }
  }
  .blend {
    color: rgba(0, 0, 0, 0.42);
  }
  &.black {
    .blend {
      color: #8b91a0;
    }
    input {
      background-color: #0d0f12;
      border: 0;
    }
  }
  .button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 12px;
  }
  &.red {
    .settings-box, .button {
      background: #bf3938;
      color: #f35958;
    }
  }
  &.purple .settings-box {
    background: #08897e;
    color: transparent;
  }
  &.red .button {
    background: #08897e;
    color: transparent;
    background: #bf3938;
    color: #f7bebe;
  }
  &.purple .button {
    background: #736086;
    color: #d7d5d7;
  }
}

/* Tile Colors */

.tiles-chart {
  position: relative;
  .tiles-body {
    position: absolute;
    z-index: 100;
    padding: 19px 18px 17px 24px;
    .heading {
      color: #0aa699;
    }
  }
  .controller {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 100;
  }
}

.tiles-overlay {
  width: 100%;
  height: 100%;
  &.auto {
    width: auto;
    height: auto;
  }
  &.green {
    background-color: rgba(61, 185, 175, 0.8);
  }
  &.blue {
    background-color: rgba(0, 144, 217, 0.8);
  }
}

/*** Widgets and its elements ***/

.widget-item {
  position: relative;
  &.narrow-margin {
    margin-right: -10px;
  }
  .controller {
    position: absolute;
    display: block;
    z-index: 100;
    &.right {
      right: 20px;
      top: 20px;
    }
    &.left {
      left: 10px;
      top: 10px;
    }
    a {
      position: relative;
      background: url('../img/icon/portlet-tray.png') no-repeat;
      transition: all 0.1s linear 0s;
      display: inline-block;
      &.remove {
        background-position: -66px -38px;
        height: 10px;
        top: -5px;
        width: 10px;
      }
      &.config {
        background-position: -3px -32px;
        height: 22px;
        width: 22px;
      }
      &.reload {
        background-position: -37px -38px;
        height: 10px;
        top: -5px;
        width: 12px;
      }
      &.expand {
        background-position: -123px -11px;
        width: 10px;
        height: 6px;
        top: -5px;
      }
      &:hover {
        &.collapse {
          background-position: -95px -40px;
          height: 7px;
          top: -5px;
          width: 9px;
        }
        &.remove, &.config, &.reload, &.expand, &.collapse {
          opacity: 0.50;
        }
      }
    }
  }
  &.white .controller a {
    &.remove:hover {
      background-position: -66px -38px;
      height: 10px;
      top: -5px;
      width: 10px;
      opacity: 0.6;
    }
    &.config:hover {
      background-position: -3px -32px;
      height: 22px;
      width: 22px;
      opacity: 0.6;
    }
    &.reload:hover {
      background-position: -37px -38px;
      height: 10px;
      top: -5px;
      width: 12px;
      opacity: 0.6;
    }
  }
}

.widget {
  display: block;
  margin-right: -10px;
  .widget-title {
    display: block;
    padding: 10px;
    padding-bottom: 14px;
    background-color: #fff;
    color: #e5e9ec;
    text-align: center;
    font-weight: bold;
    &.dark {
      background-color: #1b1e24;
      color: #fff;
    }
    &.blue {
      background-color: #0090D9;
      color: #fff;
    }
    &.red {
      background-color: #F35958;
      color: #fff;
    }
    &.green {
      background-color: #0AA699;
      color: #fff;
    }
    &.purple {
      background-color: #736086;
      color: #fff;
    }
  }
  .widget-body {
    display: block;
    background-color: #fff;
    padding: 15px 25px;
  }
  .controller {
    position: relative;
    display: inline-block;
    float: right;
    top: 6px;
    margin-right: 8px;
    a {
      position: relative;
      background: url('../img/icon/portlet-tray.png') no-repeat;
      transition: all 0.1s linear 0s;
      display: inline-block;
      &.remove {
        background-position: -66px -38px;
        height: 10px;
        top: -5px;
        width: 10px;
      }
      &.config {
        background-position: -3px -32px;
        height: 22px;
        width: 22px;
      }
      &.reload {
        background-position: -37px -38px;
        height: 10px;
        top: -5px;
        width: 12px;
      }
      &.expand {
        background-position: -123px -11px;
        width: 10px;
        height: 6px;
        top: -5px;
      }
      &:hover {
        &.collapse {
          background-position: -95px -40px;
          height: 7px;
          top: -5px;
          width: 9px;
        }
        &.remove {
          background-position: -66px -9px;
          height: 10px;
          top: -5px;
          width: 10px;
        }
        &.config {
          background-position: -3px -32px;
          height: 22px;
          width: 22px;
        }
        &.reload {
          background-position: -38px -9px;
          height: 10px;
          top: -5px;
          width: 12px;
        }
        &.expand {
          background-position: -123px -11px;
          width: 10px;
          height: 6px;
          top: -5px;
        }
        &.collapse {
          background-position: -95px -40px;
          height: 7px;
          top: -5px;
          width: 9px;
        }
      }
    }
  }
  .widget-title.dark .controller a {
    &.remove {
      background-position: -66px -9px;
      height: 10px;
      top: -5px;
      width: 10px;
    }
    &.config {
      background-position: -3px -32px;
      height: 22px;
      width: 22px;
    }
    &.reload {
      background-position: -38px -9px;
      height: 10px;
      top: -5px;
      width: 12px;
      &:hover {
        opacity: 0.5;
      }
    }
    &.remove:hover {
      opacity: 0.5;
    }
  }
}

.weather-widget {
  overflow: hidden;
  .big-icon {
    width: 120px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 23px;
    margin-bottom: 8px;
  }
  .small-text-description {
    position: relative;
    top: -9px;
  }
}

.weather-widget-big-text {
  font-size: 54px !important;
}

.widget-stats {
  padding-left: 0;
  display: inline-block;
  .wrapper {
    margin: 5px 0 5px 0;
    border-right: 1px solid #363a41;
    margin-right: 7px;
    padding-right: 7px;
    &.last {
      border: 0;
    }
  }
  .item-title {
    font-size: 12px;
  }
  .item-count {
    font-size: 15px;
    color: #fff;
    display: block;
    font-weight: bold;
  }
}

/* Buttons Overwride */

.btn {
  display: inline-block;
  padding: 9px 12px;
  padding-top: 7px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5e5e5e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d1dade;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: none !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.12s linear 0s !important;
  font: 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  &:focus {
    outline: none;
  }
  &:hover, &:focus, &:active, &.active, &.disabled, &[disabled] {
    background-color: #c1cace;
  }
}

.btn-cons {
  margin-right: 5px;
  min-width: 120px;
  margin-bottom: 8px;
}

/* only for demonstration */

.btn-demo-space {
  margin-bottom: 8px;
}

.demo-placeholder {
  width: 100%;
  height: 250px;
}

/* */

.btn-social {
  font-size: 20px;
  margin: 10px;
  &:hover, &:focus, &:active, &.active, &.disabled, &[disabled] {
    color: #2d8ebf;
    text-decoration: none;
  }
}

.btn-primary {
  color: #fff;
  background-color: #0aa699;
  &:hover, &:focus, &:active, &.active, &.disabled, &[disabled] {
    background-color: #0b9c8f;
  }
}

.btn-success {
  color: #fff;
  background-color: #0090d9;
  &:hover, &:focus, &:active, &.active, &.disabled, &[disabled] {
    background-color: #1285d1;
  }
}

.btn-info {
  color: #fff;
  background-color: #1f3853;
  &:hover, &:focus, &:active, &.active, &.disabled, &[disabled] {
    background-color: #152639;
  }
}

.btn-warning {
  color: #fff;
  background-color: #FBB05E;
  &:hover, &:focus, &:active, &.active, &.disabled, &[disabled] {
    background-color: #f8a142;
  }
}

.btn-danger {
  color: #fff;
  background-color: #f35958;
  &:hover, &:focus, &:active, &.active, &.disabled, &[disabled] {
    background-color: #e94847;
  }
}

.btn-danger-dark {
  color: #fff;
  background-color: #b94141;
  &:hover, &:focus, &:active, &.active, &.disabled, &[disabled] {
    background-color: #e94847;
    color: #fff;
  }
}

.btn-dark {
  color: #fff;
  background-color: #333a49;
}

.btn-white {
  color: #5e5e5e;
  background-color: #fff;
  border: 1px solid #e5e9ec;
  &:hover, &:focus, &:active, &.active, &.disabled, &[disabled] {
    background-color: #fbfcfd;
    border: 1px solid #b4b9be;
  }
}

.btn-link {
  color: #5e5e5e;
  background-color: transparent;
  border: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn-link {
  &:hover, &:focus, &:active, &.active, &.disabled, &[disabled] {
    background-color: transparent;
  }
}

.btn-large {
  [class^="icon-"], [class*=" icon-"] {
    margin-top: 4px;
  }
}

.btn-small {
  padding: 3px 12px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  [class^="icon-"], [class*=" icon-"] {
    margin-top: 0;
  }
}

.btn-mini {
  [class^="icon-"], [class*=" icon-"] {
    margin-top: -1px;
  }
  padding: 2px 9px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-group {
  &.open {
    .btn.dropdown-toggle {
      background-color: #e6e6e6;
    }
    .btn-primary.dropdown-toggle {
      background-color: #0b9c8f;
    }
    .btn-warning.dropdown-toggle {
      background-color: #fbc01e;
    }
    .btn-danger.dropdown-toggle {
      background-color: #e94847;
    }
    .btn-success.dropdown-toggle {
      background-color: #0090d9;
    }
    .btn-info.dropdown-toggle {
      background-color: #152639;
    }
    .btn-inverse.dropdown-toggle {
      background-color: #222;
    }
    .btn-white.dropdown-toggle {
      background-color: #fbfcfd;
    }
  }
  > .btn + .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: 1px #f7f7f7 solid;
  }
}

.btn-block + .btn-block {
  margin-top: 8px;
}

.btn .caret {
  margin-left: 3px;
  &.single {
    margin-left: 0px;
  }
}

.btn-group > .dropdown-menu {
  font-size: 13px;
  li {
    padding-left: 0px;
  }
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  border: none;
  border-radius: 3px;
  padding: 0px;
  font-size: 13px;
  .divider {
    background-color: #eaedf0;
    height: 1px;
    margin: 3px 0;
    border-bottom: 0px;
  }
  > li > a {
    line-height: 25px;
    color: #2a2e36;
    margin: 4px;
    border-radius: 3px;
    text-align: left;
    &:hover, &:focus {
      color: #1b1e24;
      text-decoration: none;
      background-color: #eff2f3;
      background-image: none;
    }
  }
}

.dropdown-submenu {
  &:hover > a, &:focus > a {
    color: #1b1e24;
    text-decoration: none;
    background-color: #eff2f3;
    background-image: none;
  }
}

.dropdown-menu > {
  .active > a {
    color: #1b1e24;
    text-decoration: none;
    background-color: #eff2f3;
    background-image: none;
    &:hover, &:focus {
      color: #1b1e24;
      text-decoration: none;
      background-color: #eff2f3;
      background-image: none;
    }
  }
  .disabled > a {
    color: #999;
    &:hover, &:focus {
      color: #999;
    }
    &:hover, &:focus {
      text-decoration: none;
      cursor: default;
      background-color: transparent;
      background-image: none;
    }
  }
}

.btn-group > .btn {
  + .dropdown-toggle {
    padding-right: 10px;
    border-left: 1px solid #E5E9EC;
  }
  &:hover, &:focus, &:active, &.active {
    z-index: 0;
  }
  &.btn-white {
    &:hover, &:focus, &:active, &.active {
      border: 1px solid #E5E9EC;
    }
  }
  &.btn-mini + .dropdown-toggle {
    padding-right: 8px;
  }
}

code, pre {
  border: none;
}

code {
  background-color: #f3f6f9;
  &:hover {
    background-color: #e8edf3;
  }
}

/* Used for demo - Might come in handy */

.single-colored-widget {
  height: auto;
  h3 {
    font-size: 22px;
    line-height: 32.5px;
  }
  .heading {
    padding: 8px 15px;
    padding-bottom: 4px;
    background-color: #fff;
    h4 {
      margin-bottom: 5px;
      margin-top: 5px;
    }
  }
  .content-wrapper {
    padding: 15px 27px;
    padding-bottom: 20px;
    i {
      color: #fff;
    }
    &.red {
      background-color: #f35958;
    }
    &.green {
      background-color: #0aa699;
    }
    &.blue {
      background-color: #0090d9;
    }
    &.red p {
      color: #832929;
    }
    &.green p {
      color: #505458;
    }
    &.blue p {
      color: #0a5174;
    }
    .mini-logo, .h3, .mini-logo {
      margin-bottom: 15px;
    }
  }
}

.the-icons {
  padding-top: 17px;
  i {
    color: #505458;
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
  }
  a {
    color: #505458;
    font-size: 14px;
    cursor: pointer;
    display: block;
    height: 32px;
    line-height: 32px;
    &:hover {
      text-decoration: none;
      .fa, [class*="fa"] {
        font-size: 28px;
        vertical-align: -5px;
      }
    }
  }
}

/*** Bs2 nav tabs lef/right ***/

.tabbable {
  &:before {
    content: "";
    display: table;
    line-height: 0;
  }
  &:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0 none;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

.tab-content > .active, .pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #DDDDDD;
  > {
    li {
      margin-bottom: 0;
      margin-top: -1px;
      > a {
        border-radius: 0 0 4px 4px;
      }
    }
    .active > a {
      border-color: rgba(0, 0, 0, 0) #dddddd #dddddd;
      &:hover, &:focus {
        border-color: rgba(0, 0, 0, 0) #dddddd #dddddd;
      }
    }
  }
}

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  margin-bottom: 3px;
  margin-right: 0;
  min-width: 74px;
}

.tabs-left > .nav-tabs {
  border-right: 1px solid #DDDDDD;
  float: left;
  margin-right: 19px;
  > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
    &:hover, &:focus {
      border-color: #EEEEEE #DDDDDD #EEEEEE #EEEEEE;
    }
  }
}

.tabs-right > .nav-tabs {
  border-left: 1px solid #DDDDDD;
  float: right;
  margin-left: 19px;
  > li > a {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    &:hover, &:focus {
      border-color: #EEEEEE #EEEEEE #EEEEEE #DDDDDD;
    }
  }
}

.nav > .disabled > a {
  color: #999999;
  &:hover, &:focus {
    background-color: rgba(0, 0, 0, 0);
    cursor: default;
    text-decoration: none;
  }
}

/*** Custom Styles for Tabs **/

.nav-tabs {
  margin-bottom: 0px;
  background-color: #d1dade;
  > {
    li {
      > a {
        border-radius: 0;
        border: 0px;
        padding: 15px 20px;
        color: #8e9aa2;
        min-width: 70px;
      }
      &.active > a {
        border-width: 0px;
        &:hover, &:focus {
          border-width: 0px;
        }
      }
    }
    .active > a {
      border: 0px;
      color: #505458;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
      &:hover, &:focus {
        border: 0px;
        color: #505458;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
      }
    }
  }
}

.tabs-left > .nav-tabs > li > a {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.tabs-right > .nav-tabs > li > a {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.nav {
  > li > a {
    &:hover, &:focus {
      background-color: transparent;
      color: #505458;
    }
  }
  .tools {
    float: right;
    position: relative;
    right: 10px;
    top: 10px;
    a {
      position: relative;
      background: url('../img/icon/portlet-tray.png') no-repeat;
      transition: all 0.1s linear 0s;
    }
    > a {
      &.remove {
        background-position: -66px -38px;
        width: 10px;
        height: 10px;
      }
      &.config {
        background-position: -3px -32px;
        width: 22px;
        height: 22px;
      }
    }
  }
  &.tools > a.config {
    background-position: -3px -32px;
    width: 22px;
    height: 22px;
  }
  .tools > a {
    &.reload {
      background-position: -37px -38px;
      width: 12px;
      height: 10px;
    }
    &.expand {
      background-position: -123px -40px;
      width: 10px;
      height: 6px;
    }
    &.collapse {
      background-position: -95px -40px;
      width: 9px;
      height: 7px;
    }
  }
  &.tools > a.collapse {
    background-position: -95px -40px;
    width: 9px;
    height: 7px;
  }
}

.nav-pills > li > a {
  padding: 8px 12px;
}

.nav-tabs > li {
  margin-bottom: -3px;
  padding-left: 0;
}

.nav-pills {
  margin-bottom: 10px;
  > li.active > a {
    background-color: #0090d9;
    &:hover, &:focus {
      background-color: #0090d9;
    }
  }
}

.nav-tabs > li > a, .nav-pills > li > a {
  margin-right: 0px;
}

.tab-content {
  position: relative;
  z-index: 10;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 18px;
  > .tab-pane {
    padding: 15px;
  }
}

.pill-content > .pill-pane {
  padding: 15px;
}

.tab-content > .active, .pill-content > .active {
  padding: 19px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 0px;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 0px;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle {
  background-color: #C1CACE;
}

.nav > li.dropdown.open.active > a {
  &:hover, &:focus {
    background-color: #C1CACE;
  }
}

.dropdown-menu li {
  padding-left: 0px;
}

/*** Custom Styles for accordion **/

.accordion-group {
  border: 0px;
}

.accordion-heading {
  background-color: #D1DADE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 35px;
  a {
    &.collapsed {
      color: #8E9AA2;
    }
    &:hover.collapsed {
      color: #505458;
    }
    color: #505458;
  }
  .collapsed i {
    font-family: 'FontAwesome';
    float: right;
    position: relative;
    top: 4px;
    &:before {
      content: "\f055";
    }
  }
  i {
    font-family: 'FontAwesome';
    float: right;
    position: relative;
    top: 4px;
    &:before {
      content: "\f056";
    }
  }
  .accordion-toggle {
    padding: 12px 18px;
  }
  .collapsed {
    background-color: #d9e0e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}

.panel {
  background-color: transparent;
  box-shadow: none;
}

.panel-default {
  border: 0px;
  > .panel-heading {
    background-image: none;
    background-color: #D9E0E4;
    border-radius: 2px;
    box-shadow: none;
  }
}

.panel-group {
  margin-bottom: 18px;
  .panel-heading + .panel-collapse .panel-body {
    border: 0;
  }
  .panel + .panel {
    margin-top: 2px;
  }
}

.panel-title > a {
  color: #505458;
  font-size: 13px;
  font-weight: normal;
  display: block;
  &:hover {
    color: #505458 !important;
    &:after {
      color: #505458 !important;
    }
  }
}

.panel-heading {
  &.collapsed {
    background-color: #d1dade;
  }
  .panel-title > a {
    &:after {
      /* symbol for "opening" panels */
      font-family: 'FontAwesome';
      content: "\f056";
      float: right;
      color: #505458;
    }
    &.collapsed {
      color: #8E9AA2;
      &:after {
        /* symbol for "collapsed" panels */
        content: "\f055";
        color: #8E9AA2;
      }
    }
  }
}

/*** Sliders **/

.slider {
  display: block;
  margin: 5px 0px;
  &.primary .slider-track {
    background: #0AA699;
    background-image: none;
  }
  &.sucess .slider-track {
    background: #0090D9;
    background-image: none;
  }
  &.info .slider-track {
    background-color: #1F3853;
    background-image: none;
  }
  &.warning .slider-track {
    background: #FDD01C;
    background-image: none;
  }
  &.danger .slider-track {
    background: #F35958;
    background-image: none;
  }
  &.white .slider-track {
    background: #fff;
    background-image: none;
  }
  &.slider-vertical {
    margin: 0 10px;
  }
}

.slider-handle.round {
  opacity: 1;
  background: rgb(248, 249, 250);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(248, 249, 250, 1) 13%, rgba(255, 255, 255, 1) 97%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, rgba(248, 249, 250, 1)), color-stop(97%, rgba(255, 255, 255, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(248, 249, 250, 1) 13%, rgba(255, 255, 255, 1) 97%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(248, 249, 250, 1) 13%, rgba(255, 255, 255, 1) 97%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(248, 249, 250, 1) 13%, rgba(255, 255, 255, 1) 97%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(248, 249, 250, 1) 13%, rgba(255, 255, 255, 1) 97%);
  /* W3C */
  -webkit-box-shadow: inset 0 2px 1px -1px white, 0px 1px 3px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: inset 0 2px 1px -1px white, 0px 1px 3px rgba(0, 0, 0, 0.39);
  box-shadow: inset 0 2px 1px -1px white, 0px 1px 3px rgba(0, 0, 0, 0.39);
  width: 26px;
  height: 26px;
}

.slider {
  &.slider-horizontal {
    .slider-handle {
      margin-top: -10px !important;
    }
    .slider-track {
      height: 5px !important;
      -webkit-border-radius: 8px !important;
      -moz-border-radius: 8px !important;
      border-radius: 8px !important;
      -webkit-box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
      -moz-box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
      box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
    }
  }
  &.slider-vertical {
    .slider-handle {
      margin-left: -10px !important;
    }
    .slider-track {
      width: 5px !important;
    }
  }
}

.the-icons [class*="span"]:first-child {
  margin-left: 2.5641%;
}

.slider-selection {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
}

.blue .slider-selection {
  background-image: none !important;
  background-color: #0a6ea0!important;
}

.red .slider-selection {
  background-image: none !important;
  background-color: #000!important;
}

.green .slider-selection {
  background-image: none !important;
  background-color: #0e766d!important;
}

/*** Messages and Notifications **/
/*** Alerts **/

.alert {
  color: #ce8f22;
  background-color: #fffcee;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 19px 9px 15px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #F0DBB4;
  transition: all 0.2s linear 0s;
}

.alert-success {
  color: #438a85;
  background-color: #f3faf8;
  border-color: #bfd1cf;
}

.alert-info {
  color: #246a8e;
  background-color: #ebf6fb;
  border-color: #bfd4de;
}

.alert-danger, .alert-error {
  color: #e76e70;
  background-color: #fff6f4;
  border-color: #f8cdcd;
}

.alert .link {
  color: #be8c37;
  font-weight: bold;
}

.alert-success .link {
  color: #3a7672;
}

.alert-info .link {
  color: #2f6986;
}

.alert-danger .link, .alert-error .link {
  color: #db7c7e;
}

.alert-danger .alert-heading, .alert-error .alert-heading {
  color: #db7c7e !important;
}

.alert-success .alert-heading {
  color: #438a85 !important;
}

.alert-info .alert-heading {
  color: #246a8e !important;
}

.alert {
  .alert-heading {
    color: #be8625;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .btn-small {
    position: relative;
    top: -3.5px;
  }
  .button-set .btn {
    position: relative;
    top: 8px;
  }
  .close {
    background: url("../img/icon/noti-cross.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    top: 4.5px;
    margin-left: 20px;
    &:hover {
      opacity: 1;
    }
  }
}

.alert-success .close {
  background-position: -38px -10px !important;
}

.alert-info .close {
  background-position: -67px -10px !important;
}

.alert-error .close, .alert .alert-danger .close {
  background-position: -95px -10px !important;
}

.alert-block {
  padding: 15px 19px 15px 17px;
}

/*** Notifications **/

.notification-messages {
  font-family: 'Open Sans';
  background-color: #eef9f8;
  padding: 15px 18px 10px;
  display: block;
  color: #8b91a0;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  &.success {
    background-color: #eef9f8;
  }
  &.danger {
    background-color: #fef2f2;
  }
  &.info {
    background-color: #edf7fc;
    &:hover {
      background-color: #d8ebf4;
      cursor: pointer;
    }
  }
  &.danger:hover {
    background-color: #fae1e1;
    cursor: pointer;
  }
  &.success:hover {
    background-color: #d9edf1;
    cursor: pointer;
  }
  .message-wrapper {
    display: inline-block;
    width: 70%;
    height: 43px;
    .heading {
      display: block;
      float: left;
      color: #1b1e24;
      font-size: 13px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      width: 100%;
      margin: 0;
      line-height: 19px;
      font-weight: 600;
    }
    .description {
      display: block;
      float: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      font-size: 11px;
      width: 100%;
      line-height: 19px;
    }
  }
  .date {
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    font-style: italic;
    opacity: 0.4;
  }
  .user-profile {
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    float: left;
    height: 35px;
    overflow: hidden;
    width: 35px;
    margin-right: 10px;
    margin-top: 2px;
  }
  .iconholder {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    i {
      font-size: 28px;
    }
  }
  &.success .iconholder i, &.danger .iconholder i, &.info .iconholder i {
    color: #f35958;
  }
}

/** Tooltips **/

.tooltip-inner {
  padding: 6px 9px;
}

/*** Progress bars **/

.progress {
  height: 12px;
  background-color: #ebeef1;
  background-image: none;
  box-shadow: none;
  &.no-radius {
    border-radius: 0px;
    .progress-bar {
      border-radius: 0px;
    }
  }
  &.transparent {
    background-color: rgba(0, 0, 0, 0.28);
  }
  &.progress-small {
    height: 4px;
  }
  &.progress-large {
    height: 20px;
  }
}

.progress-bar {
  box-shadow: none;
  border-radius: 3px;
  background-color: #0090D9;
  background-image: none;
  -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
}

.progress-bar-success {
  background-color: #0AA699;
  background-image: none;
}

.progress-bar-info {
  background-color: #0090D9;
  background-image: none;
}

.progress-bar-warning {
  background-color: #FDD01C;
  background-image: none;
}

.progress-bar-danger {
  background-color: #F35958;
  background-image: none;
}

.progress-bar-white {
  background-color: #fff;
  background-image: none;
}

.progress-bar-black {
  background-color: #1b1e24;
  background-image: none;
}

.progress-info .bar, .progress .bar-info {
  background-color: #0090D9;
  background-image: none;
}

.progress-warning .bar, .progress .bar-warning {
  background-color: #FDD01C;
  background-image: none;
}

.progress-danger .bar, .progress .bar-danger {
  background-color: #F35958;
  background-image: none;
}

.progress-white .bar, .progress .bar-white {
  background-color: #fff;
  background-image: none;
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #0AA699;
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #0090D9;
}

ul.progress-list {
  list-style: none;
  margin: 10px 5px 23px 0;
  padding: 0;
  li {
    .details-wrapper {
      display: inline-block;
      float: left;
      .name {
        display: block;
        color: #000;
        font-size: 13px;
      }
      .description {
        display: block;
        color: #9a9a9a;
        font-size: 12px;
      }
    }
    .details-status {
      display: inline-block;
      background-color: #e5e9ec;
      color: #5c6370;
      font-size: 11px;
      padding: 6px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
    .progress {
      margin-top: 10px;
    }
  }
}

.details-status-single {
  display: inline-block;
  background-color: #e5e9ec;
  color: #5c6370;
  font-size: 11px;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*** Badges & Labels **/

.label {
  padding: 3px 9px;
  font-size: 11px;
  text-shadow: none;
  background-color: #D1DADE;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #5E5E5E;
}

.badge {
  text-shadow: none;
  font-family: 'Open Sans';
  font-weight: 600;
  background-color: #D1DADE;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  color: #5E5E5E;
}

.label-success, .badge-success {
  background-color: #0aa699;
  color: #fff;
}

.label-warning, .badge-warning {
  background-color: #fdd01c;
  color: #fff;
}

.label-important, .badge-important {
  background-color: #f35958;
  color: #fff;
}

.label-info, .badge-info {
  background-color: #0090d9;
  color: #fff;
}

.label-inverse, .badge-inverse {
  background-color: #1f3853;
  color: #fff;
}

.label-white, .badge-white {
  background-color: #fff;
  color: #5E5E5E;
}

.label-white, .badge-disable {
  background-color: #2a2e36;
  color: #8b91a0;
}

.table {
  > thead > tr > th {
    border-bottom: 0px;
  }
  th {
    /*border-bottom: 1px solid #c9d1d8;*/
    border-top: 1px solid #e8edf1;
    padding: 10px 12px;
    font-size: 12px;
    text-transform: uppercase;
  }
}

/*** Popovers **/

.popover {
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  max-width: 350px;
}

.popover-title {
  background-color: #fff;
  margin: 0 5px;
  font-weight: bold;
  color: #505458 !important;
  text-align: center;
}

.popover-content {
  font-size: 13px;
}

.popover {
  &.right .arrow {
    border-right-color: rgba(0, 0, 0, 0.08);
  }
  &.left .arrow {
    border-right-color: rgba(0, 0, 0, 0.08);
  }
  &.top .arrow {
    border-right-color: rgba(0, 0, 0, 0.08);
  }
  &.bottom .arrow:after {
    top: 0;
    margin-left: -11px;
  }
  .arrow:after {
    border-width: 11px;
  }
}

.header .popover-title {
  border-bottom: 0px;
  padding-top: 14px;
}

/*** Modals **/

.modal {
  border-radius: 3px;
}

.modal-header {
  text-align: center;
}

.modal-body {
  background-color: #e5e9ec;
}

.modal-footer {
  border-top: none;
  box-shadow: none;
  background-color: #F3F5F6;
  margin-top: 0;
}

.modal-header p {
  color: #8b91a0;
}

/*** Table Styles **/

.table {
  > {
    thead > tr > th, tbody > tr > th, tfoot > tr > th, thead > tr > td, tbody > tr > td, tfoot > tr > td {
      padding: 12px;
    }
  }
  tr.row_selected {
    td {
      background-color: #ffffcc !important;
    }
    .progress {
      background-color: #fff;
    }
  }
  td {
    border-top: 1px solid #e8edf1;
    vertical-align: top;
    padding: 10px 12px !important;
    color: #576475;
    font-size: 13px;
    &.no-border {
      border: none;
    }
    &:first-child, &:last-child {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
  }
  th input[type="radio"] {
    margin-top: -2px;
  }
}

input[type="checkbox"], .table td input[type="radio"], input[type="checkbox"] {
  margin-top: -2px;
}

.table {
  td {
    .progress {
      margin-bottom: 0px;
    }
    &.small-cell {
      width: 40px;
    }
  }
  th {
    &.small-cell {
      width: 40px;
    }
    &.medium-cell {
      width: 112px;
    }
    &.big-cell {
      width: 200px;
    }
  }
  td {
    .muted {
      color: #95989a;
    }
    &.clickable {
      cursor: pointer;
    }
  }
}

.table-fixed-layout {
  table-layout: fixed;
  td {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.table-condensed {
  > {
    thead > tr > th, tbody > tr > th, tfoot > tr > th, thead > tr > td, tbody > tr > td, tfoot > tr > td {
      padding: 9px;
    }
  }
  th .checkbox {
    margin-left: 4px;
  }
}

.table > {
  tbody > tr > td, tfoot > tr > td {
    border-top: 1px solid #E8EDF1;
  }
}

.table-striped tbody > tr {
  &:nth-child(2n+1) > {
    td, th {
      background-color: #ecf0f2;
      border: none;
    }
  }
  > td {
    border: 0px;
  }
}

.table-hover tbody tr {
  &:hover > {
    td, th {
      background-color: #e2e8eb;
    }
  }
  &.row_selected:hover > td {
    background-color: #fef8ae !important;
  }
  &:hover > td .progress {
    background-color: #fff;
  }
}

.table-condensed {
  th, td {
    padding: 10px 5px;
  }
}

.table-tools-actions {
  margin: 0px 5px;
}

.table {
  .checkbox, .star {
    margin-left: 3px;
  }
}

.inner-table td {
  background-color: transparent !important;
}

.table-bordered {
  border-color: #E8EDF1 !important;
  th {
    background-color: #ecf0f2;
    border: 0 !important;
  }
  td {
    border: 1px solid #E8EDF1 !important;
    &:first-child, &:last-child {
      border-radius: 0px;
    }
  }
}

.form-group {
  margin-bottom: 20px;
  .form-label {
    color: #55606e;
    display: inline-block;
    margin-right: 8px;
  }
  .help {
    color: #A7ABB1;
    font-size: 12px;
  }
  .controls {
    margin-top: 8px;
  }
}

.form-control {
  border: 1px solid #E5E9EC;
  font-size: 13px;
}

.form-row {
  input, select, textarea, select2 {
    margin-bottom: 10px;
  }
  .radio {
    margin-bottom: 7px;
  }
  &:last-child {
    margin-bottom: 0;
  }
}

.slide-primary, .slide-success {
  display: inline-block;
}

.slide-primary .ios-switch .on-background {
  background-image: none;
  background-color: #0AA699;
}

.slide-success .ios-switch .on-background {
  background-image: none;
  background-color: #0090D9;
}

/*** Select2 Pluging Customization **/

.select2-container .select2-choice {
  background-image: none;
  border-radius: 2px;
  border: 1px solid #e5e9ec;
  padding: 3px 9px;
  transition: border 0.2s linear 0s;
  height: 35px;
  .select2-arrow {
    background: transparent;
  }
}

.select2-dropdown-open.select2-drop-above {
  .select2-choice, .select2-choices {
    background-image: none;
  }
}

.select2-container .select2-choice .select2-arrow b {
  background: none;
  &:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: relative;
    top: 2px;
    right: 5px;
    font-size: 12px;
  }
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.select2-container .select2-choice .select2-arrow {
  border-left: 0px;
}

.select2-drop.select2-drop-above {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none;
}

.select2-container-active {
  .select2-choice, .select2-choices {
    box-shadow: none;
    border: 1px solid #e5e9ec;
    background: #f4f5f7;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}

.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px;
}

.select2-container.select2-drop-above .select2-choice {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.select2-dropdown-open.select2-drop-above {
  .select2-choice, .select2-choices {
    border: 1px solid #e5e9ec;
    background: #f4f5f7;
  }
}

.select2-search input {
  background: #fff !important;
  vertical-align: baseline;
  line-height: 28px;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  border: 1px solid #999999;
}

.select2-results {
  li.select2-result-with-children > .select2-result-label {
    color: #282323;
  }
  .select2-highlighted {
    background: #0090D9;
    border-radius: 3px;
    .select2-result-label {
      color: #fff;
    }
  }
  .select2-no-results, .select2-searching, .select2-selection-limit {
    background: none;
    color: #6F7B8A;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 0px;
    position: relative;
    top: -5px;
  }
}

.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-top: none;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
}

.select2-results li {
  color: #6F7B8A;
}

.select2-search {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
}

.select2-results {
  margin: 3px 10px 10px 3px;
}

.select2-container-multi {
  .select2-choices {
    background-image: none;
    border: 1px solid #dae0e4;
    border-radius: 2px;
  }
  &.select2-container-active {
    .select2-choices {
      border: 1px solid #dae0e4;
      box-shadow: none;
    }
    .select2-search-choice {
      background-color: #fff !important;
    }
  }
  .select2-choices .select2-search-choice {
    background-color: #e8edf1;
    background-image: none;
    border: none;
    box-shadow: none;
    color: inherit;
    border-radius: 8px;
    margin: 8px -5px 7px 10px;
    padding: 4px 8px 4px 21px;
  }
}

.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0;
  &:hover {
    text-decoration: none;
  }
  &:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    font-size: 12px;
    color: #94a1b2;
  }
}

.select2-container-multi .select2-search-choice-close {
  left: 6px;
}

.select2-drop-multi .select2-results {
  .select2-no-results, .select2-searching, .select2-selection-limit {
    top: 0px;
  }
}

.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0;
}

.input-append {
  .add-on:last-child, .btn:last-child, .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 2px 2px 0;
  }
}

/*** Form Input Appends and Prepends - Looks great **/

.input-prepend {
  &.inside .add-on:first-child, .btn:first-child {
    background-color: #fff;
    border: 1px solid #e5e9ec;
    position: relative;
    left: 3px;
    border-radius: 2px;
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 4px;
    top: 0px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
    color: #9ea9b2;
  }
  &.inside.no-boarder .add-on:first-child, &.no-boarder .btn:first-child {
    border: none;
  }
}

.input-append .add-on, .input-prepend .add-on {
  position: absolute;
  background-color: #D1DADE;
  color: #5E5E5E;
  text-shadow: none;
  border: #D1DADE;
  border-radius: 0 2px 2px 0;
  height: 37px;
  min-width: 34px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6px;
}

.input-append {
  .add-on .arrow {
    background-color: transparent !important;
    position: absolute;
    left: -6px;
    color: #D1DADE;
    z-index: 100;
    font-size: 26px;
  }
  &.primary .add-on {
    background-color: #0aa699;
    color: #fff;
  }
}

.input-prepend .add-on {
  background-color: #0aa699;
  color: #fff;
}

.input-append {
  &.primary .add-on .arrow {
    color: #0aa699;
  }
  &.success .add-on {
    background-color: #0090D9;
    color: #fff;
    display: inline-block;
    float: left;
  }
}

.input-prepend .add-on {
  background-color: #0090D9;
  color: #fff;
  display: inline-block;
  float: left;
}

.input-append {
  &.success .add-on .arrow {
    color: #0090D9;
  }
  &.info .add-on {
    background-color: #1F3853;
    color: #fff;
  }
}

.input-prepend .add-on {
  background-color: #1F3853;
  color: #fff;
}

.input-append {
  &.info .add-on .arrow {
    color: #1F3853;
  }
  &.warning .add-on {
    background-color: #FDD01C;
    color: #fff;
  }
}

.input-prepend .add-on {
  background-color: #FDD01C;
  color: #fff;
}

.input-append {
  &.warning .add-on .arrow {
    color: #FDD01C;
  }
  &.danger .add-on {
    background-color: #F35958;
    color: #fff;
  }
}

.input-prepend .add-on {
  background-color: #F35958;
  color: #fff;
}

.input-append {
  &.danger .add-on .arrow {
    color: #F35958;
  }
  .add-on .arrow:before {
    font-family: 'FontAwesome';
    content: "\f0d9 ";
  }
}

.input-focus {
  background-color: #f4f5f7 !important;
  color: #56646e !important;
}

.no-boarder .input-focus {
  border: none !important;
}

.input-append input[class*="span"] {
  padding-left: 16px;
  border-right: 0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-prepend input[class*="span"] {
  padding-left: 16px;
  border-left: 0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 2px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-append .form-control {
  display: inline-block;
}

.input-with-icon {
  position: relative;
  input {
    padding-left: 32px !important;
  }
  i {
    color: #e5e9ec;
    display: block;
    position: absolute;
    margin: 9px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
  }
  &.right {
    input {
      padding-left: 12px !important;
      padding-right: 33px !important;
    }
    i {
      right: 8px;
      float: right;
    }
  }
}

/** Bs3 new input appends **/

.input-group-addon {
  border: 1px solid #E5E9EC;
  color: #9EA9B2;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
  i {
    position: relative;
    top: 1px;
  }
}

.transparent {
  .input-group-addon {
    background-color: #fff;
    padding: 8px 1px 10px 9px;
  }
  &.input-group .form-control:first-child, .input-group-addon:first-child {
    border-right: 0px;
    border-left: 1px solid #e5e9ec;
  }
  .input-group-btn {
    &:first-child > {
      .btn, .dropdown-toggle {
        border-right: 0px;
        border-left: 1px solid #e5e9ec;
      }
    }
    &:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
      border-right: 0px;
      border-left: 1px solid #e5e9ec;
    }
  }
  .input-group .form-control:last-child, .input-group-addon:last-child {
    padding: 6px 10px;
  }
  .input-group-btn {
    &:last-child > {
      .btn, .dropdown-toggle {
        padding: 6px 10px;
      }
    }
    &:first-child > .btn:not(:first-child) {
      padding: 6px 10px;
    }
  }
}

.input-group-addon {
  &.primary {
    background-color: #0aa699;
    border: 1px solid #0aa699;
    color: #fff;
  }
  &.success {
    background-color: #0090d9;
    color: #fff;
  }
  &.info {
    background-color: #1f3853;
    color: #fff;
  }
  &.warning {
    background-color: #fbb05e;
    color: #fff;
    background-color: #fbb05e;
    color: #fff;
  }
  &.danger {
    background-color: #f35958;
    color: #fff;
  }
  &.primary {
    background-color: #0aa699;
    border: 1px solid #0aa699;
    color: #fff;
  }
  &.success .arrow {
    color: #0090d9;
  }
  &.info .arrow {
    color: #1f3853;
  }
  &.primary .arrow {
    color: #0aa699;
  }
  &.warning .arrow {
    color: #fbb05e;
  }
  &.danger .arrow {
    color: #f35958;
  }
  .arrow {
    position: relative;
    right: -6px;
    color: #D1DADE;
    z-index: 100;
    &:before {
      font-family: 'FontAwesome';
      content: "\f0da";
      font-size: 23px;
      position: absolute;
      left: 17px;
      top: -2px;
    }
  }
  &:last-child {
    .arrow:before {
      font-family: 'FontAwesome';
      content: "\f0d9";
      font-size: 23px;
      position: absolute;
      left: -23px;
      top: -2px;
    }
    input {
      border-left: 0px;
    }
  }
}

.transparent input {
  border-left: 0px;
}

/*** Datepickers **/

.datepicker {
  padding: 10px 16px;
  border-radius: 2px;
  font-size: 12px;
  th, td {
    padding: 5.5px !important;
  }
  thead tr {
    .datepicker-switch {
      color: #6f7b8a;
      font-size: 13px;
    }
    .prev, .next {
      color: #0090d9;
      content: '';
      font-size: 0px;
    }
    .prev:before {
      color: #0090d9;
      font-family: 'FontAwesome';
      content: "\f053";
      font-size: 13px;
    }
    .next:before {
      color: #0090d9;
      font-family: 'FontAwesome';
      content: "\f054";
      font-size: 13px;
    }
    .dow {
      color: #0090d9;
      text-transform: uppercase;
      font-size: 11px;
    }
  }
  tbody tr .odd {
    color: #d0d3d8;
  }
  table tr td {
    &.old, &.new {
      color: #d0d3d8;
    }
    &.active {
      background-image: none;
      text-shadow: none;
      font-weight: 600;
      &:hover {
        background-image: none;
        text-shadow: none;
        font-weight: 600;
      }
      &.disabled {
        background-image: none;
        text-shadow: none;
        font-weight: 600;
        &:hover {
          background-image: none;
          text-shadow: none;
          font-weight: 600;
        }
      }
    }
    &.today {
      background-color: #e5e9ec;
      background-image: none;
      color: #fff;
      &:hover {
        background-color: #e5e9ec;
        background-image: none;
        color: #fff;
      }
      &.disabled {
        background-color: #e5e9ec;
        background-image: none;
        color: #fff;
        &:hover {
          background-color: #e5e9ec;
          background-image: none;
          color: #fff;
        }
      }
    }
    &.day:hover {
      background: #eeeeee;
      opacity: 0.65;
    }
    &.active {
      &:hover, &.disabled:hover, &:active, &:hover:active {
        background-color: #0090d9;
      }
      &.disabled {
        &:active, &:hover:active {
          background-color: #0090d9;
        }
      }
      &.active {
        background-color: #0090d9;
        &:hover {
          background-color: #0090d9;
        }
      }
      &.disabled {
        &.active {
          background-color: #0090d9;
          &:hover {
            background-color: #0090d9;
          }
        }
        background-color: #0090d9;
        &:hover {
          background-color: #0090d9;
        }
        &.disabled {
          background-color: #0090d9;
          &:hover {
            background-color: #0090d9;
          }
        }
      }
      &[disabled], &.disabled[disabled] {
        background-color: #0090d9;
        &:hover {
          background-color: #0090d9;
        }
      }
    }
    span {
      &.active {
        background-image: none;
        border: none;
        text-shadow: none;
        &:hover {
          background-image: none;
          border: none;
          text-shadow: none;
        }
        &.disabled {
          background-image: none;
          border: none;
          text-shadow: none;
          &:hover {
            background-image: none;
            border: none;
            text-shadow: none;
          }
        }
        &:hover, &.disabled:hover, &:active, &:hover:active {
          background-color: #0090d9;
        }
        &.disabled {
          &:active, &:hover:active {
            background-color: #0090d9;
          }
        }
        &.active {
          background-color: #0090d9;
          &:hover {
            background-color: #0090d9;
          }
        }
        &.disabled {
          &.active {
            background-color: #0090d9;
            &:hover {
              background-color: #0090d9;
            }
          }
          background-color: #0090d9;
          &:hover {
            background-color: #0090d9;
          }
          &.disabled {
            background-color: #0090d9;
            &:hover {
              background-color: #0090d9;
            }
          }
        }
        &[disabled], &.disabled[disabled] {
          background-color: #0090d9;
          &:hover {
            background-color: #0090d9;
          }
        }
      }
      border-radius: 4px 4px 4px 4px;
    }
  }
}

.datepicker-inline {
  width: auto;
}

/*** Data-table customization **/

.dataTables_wrapper .pagination ul > li {
  display: inline-block;
  padding-left: 0px;
  &:last-child > {
    a, span {
      margin-left: -8px;
    }
  }
  > a {
    border: none;
    box-shadow: none;
    border-radius: 3px;
    color: #6F7B8A;
  }
}

.pagination ul > li > span {
  border: none;
  box-shadow: none;
  border-radius: 3px;
  color: #6F7B8A;
}

.dataTables_wrapper .pagination ul {
  box-shadow: none;
  font-size: 12px;
  padding: 0;
  > .disabled > span {
    color: #C2C6CB !important;
    opacity: 0.65 !important;
    background-color: #fff !important;
  }
}

.pagination ul > .disabled > a {
  color: #C2C6CB !important;
  opacity: 0.65 !important;
  background-color: #fff !important;
  &:hover, &:focus {
    color: #C2C6CB !important;
    opacity: 0.65 !important;
    background-color: #fff !important;
  }
}

.dataTables_wrapper .pagination ul > {
  li > a {
    padding: 5px 10px;
  }
  .active > a {
    background-color: #F3F6F9;
    font-weight: 600;
  }
}

.pagination ul > .active > span {
  background-color: #F3F6F9;
  font-weight: 600;
}

.dataTables_wrapper .pagination ul > li > a:hover {
  background-color: #e8edf3;
}

.pagination ul > {
  li > a:focus {
    background-color: #e8edf3;
  }
  .active > {
    a, span {
      background-color: #e8edf3;
    }
  }
}

.dataTables_wrapper .pagination ul > li {
  &.next > a:hover {
    background-color: #fff;
    color: #000;
  }
  &.prev {
    > a:hover {
      background-color: #fff;
      color: #000;
    }
    &.disabled > a:hover {
      color: #C2C6CB;
      opacity: 0.65;
      background-color: #fff;
    }
  }
  &.next.disabled > a:hover {
    color: #C2C6CB;
    opacity: 0.65;
    background-color: #fff;
  }
}

.form-horizontal {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

/** Validations **/

form {
  margin: 0;
}

.error {
  font-size: 12px;
  color: #f35958;
  display: block;
}

.form-no-horizontal-spacing .error {
  margin-bottom: 10px;
}

input.error {
  border: 1px solid #f35958;
}

.error-control {
  input {
    border: 1px solid #f35958;
  }
  i {
    color: #f35958;
  }
}

.success-control {
  input {
    border: 1px solid #0aa699;
  }
  i {
    color: #0aa699;
  }
}

.easy-pie-custom {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
  canvas {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.easy-pie-percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  :after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
  }
}

.profile-img-wrapper {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  &.big {
    height: 68px;
    width: 68px;
  }
  &.with-left-space-custom {
    margin-left: 7px;
  }
}

.user-comment-wrapper {
  display: block;
  margin-bottom: 9px;
  padding: 0 14px;
  .profile-wrapper {
    display: inline-block;
    float: left;
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    width: 35px;
    margin: 6px 8px 0 0px;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
  }
  .comment {
    display: inline-block;
    float: left;
    .user-name {
      color: #0090d9;
      font-size: 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .more-details-wrapper {
      float: left;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
    }
    .preview-wrapper {
      display: block;
      color: #71798a;
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      min-width: 0;
    }
    .more-details {
      display: inline-block;
      float: left;
      color: #bfbfbf;
      margin-right: 10px;
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
}

.user-status {
  width: 14px;
  height: 14px;
  position: relative;
  border-radius: 14px;
  background-color: #c5c8cb;
  display: inline-block;
  float: left;
  margin-right: 3px;
  top: 3px;
  &.busy {
    background-color: #fb3c4a;
  }
  &.away {
    background-color: #c5c8cb;
  }
  &.available {
    background-color: #0aa699;
  }
  &:before {
    width: 5px;
    height: 5px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
  }
}

.blog-post-controls-wrapper {
  display: block;
  margin-top: 4px;
  margin-bottom: 15px;
}

.blog-post-control {
  display: inline-block;
  float: left;
  margin-right: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.7;
}

.content-loading-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.content-loading {
  position: relative;
  left: 45%;
  top: 45%;
}

.jvectormap-zoomin {
  bottom: 15px;
  top: auto;
}

.jvectormap-zoomout {
  bottom: 15px;
  left: 35px;
  top: auto;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  background-color: #0090d9;
  padding: 8px 10px;
  height: auto;
  width: auto;
}

/* Wrapper for page content to push down footer */

#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

.error-body {
  background-color: #e5e9ec !important;
  font-family: 'Open Sans';
  height: 100%;
}

.error-wrapper {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -130px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
  height: 624px;
  &:after {
    content: "";
    display: block;
  }
}

.error-container {
  font-family: 'Open Sans';
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.error-main {
  text-align: center;
  position: absolute;
  margin-top: 18%;
}

.error-container {
  .error-number {
    color: #22262e;
    font-size: 120px;
    text-align: center;
    font-weight: 600;
    line-height: 130px;
  }
  .error-description {
    color: #22262e;
    font-size: 32px;
    text-align: center;
    font-weight: 300;
  }
  .error-description-mini {
    color: #22262e;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
  }
  .input-prepend.inside .add-on {
    background-color: #fff;
    padding-top: 6px;
    color: #a1a1a1;
  }
  ul.footer-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    li {
      display: inline;
      border-right: 1px solid #000;
      padding: 0px 10px;
      a {
        color: #22262e;
        font-size: 12px;
      }
      &:last-child {
        display: inline;
        border-right: none;
        padding: 0px 10px;
      }
    }
    &.small-links li {
      a {
        color: #616a7b;
        font-size: 11px;
      }
      border-right: 1px solid #616a7b;
      &:last-child {
        border-right: none;
      }
    }
  }
  .copyright {
    font-size: 12px;
    text-align: center;
  }
}

#footer {
  height: 130px;
}

/** Google Maps **/

#gmaps_context_menu {
  text-align: center;
  a {
    color: #8b91a0;
    &:hover {
      color: #1b1e24;
      text-decoration: none;
    }
  }
}

/** Invoice **/

.grid.simple .grid-body.invoice-body {
  padding: 30px;
  .invoice-logo {
    margin-bottom: 18px;
  }
}

.invoice-button-action-set {
  position: fixed;
}

/** Login **/

.login-container {
  margin-top: 13%;
}

/** Lockscreen **/

.lockscreen-wrapper {
  position: relative;
  margin-top: 20%;
  .profile-wrapper {
    border-radius: 100px;
    float: left;
    height: 65px;
    margin-right: 11px;
    margin-top: 9px;
    overflow: hidden;
    width: 65px;
    display: inline-block;
  }
  .user {
    text-align: left;
  }
  .user-form {
    margin-top: -10px;
    display: inline-block;
    float: left;
    min-width: 320px;
    input, button {
      float: left;
      margin-right: 10px;
    }
  }
}

/** Full Calender **/

.calender-options-wrapper {
  padding: 13px;
  padding: 20px;
  .events-wrapper {
    margin-top: 50px;
  }
  .events-heading {
    font-size: 13px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .external-event {
    font-size: 12px;
    color: #fff;
    background-color: #d44443;
    display: block;
    padding: 5px 8px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 8px;
    cursor: move;
  }
}

.fc-view {
  margin-top: 15px;
}

table.fc-border-separate {
  margin-top: 20px;
}

.fc {
  td, th {
    vertical-align: middle;
  }
}

.fc-grid th {
  text-transform: uppercase;
  padding-bottom: 10px;
}

.fc-border-separate {
  th, td {
    border-width: 0px;
    border-bottom: 1px solid #e5e9ec;
  }
  tr.fc-last {
    th, td {
      border-right-width: 0px;
    }
  }
  td.fc-last {
    border-right-width: 0px;
  }
  tr.fc-last td {
    border-bottom-width: 0px;
  }
}

.fc-grid .fc-day-number {
  padding: 25px 10px;
}

.fc-state-highlight {
  background-color: transparent;
  .fc-day-number {
    background-color: #f35958;
    border-radius: 999px;
    padding: 5px 11px;
    color: #fff;
  }
}

.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end {
  margin-top: 10px;
}

.fc table thead tr th {
  font-size: 0.9em;
}

/*** Mini Charts ***/

.mini-chart-wrapper {
  display: block;
  width: 100%;
  padding: 19px 9px 0;
  .chart-details-wrapper {
    display: inline-block;
    margin: 8px;
  }
  .mini-chart {
    display: inline-block;
    position: relative;
    top: -10px;
  }
  .chart-details-wrapper {
    .chartname {
      display: block;
      font-size: 10.5px;
      text-transform: uppercase;
      color: #9A9A9A;
    }
    .chart-value {
      display: block;
      font-size: 14px;
      color: #000000;
    }
  }
  &.donut {
    .chart-details-wrapper {
      float: left;
      margin-top: 0;
    }
    .mini-chart {
      float: left;
    }
  }
}

.legendColorBox > div {
  border: 0px !important;
}

.legendLabel {
  line-height: 20px !important;
}

/*** Ricksaw chart legend **/

.rickshaw_legend {
  display: block;
  border-radius: 0px;
  background-color: #f2f4f6;
  .line {
    margin-bottom: 10px;
    .swatch {
      margin: 0 8px;
    }
  }
  .label {
    color: #6F7B8A;
  }
  ul {
    margin: 15px 16px;
  }
}

/**** Header Chat Message ****/

.simple-chat-popup {
  margin-top: 3px;
  padding: 5px 0;
  left: -77.5px;
  top: 25px;
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  .simple-chat-popup-arrow {
    border-bottom-color: #292b2e;
    border-width: 0 5px 5px;
    left: 74%;
    margin-left: -5px;
    top: 0;
  }
}

.simple-chat-popup-arrow {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

.simple-chat-popup-inner {
  background-color: #000000;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  padding: 8px;
  text-align: right;
  text-decoration: none;
  background-color: #292b2e;
  font-size: 12px;
  .message {
    color: #bfc0c1;
    font-size: 11px;
    margin-top: -4px;
  }
}

.side-bar-widgets {
  position: relative;
  display: block;
}

/**** User Profile ****/

.cover-pic-wrapper {
  max-height: 250px;
  position: relative;
  overflow: hidden;
}

.user-profile-pic {
  width: 100%;
  text-align: right;
  margin-top: -40px;
  position: relative;
  z-index: 200;
  img {
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    height: 68px;
    overflow: hidden;
    width: 68px;
    border: 5px solid #fff;
    background-color: #e5e9ec;
  }
}

.user-mini-description {
  margin-right: 10px;
  h3 {
    margin: 5px 0;
    margin-bottom: 0px;
    text-align: right;
  }
  h5 {
    margin: 0px;
    text-align: right;
    font-size: 13px;
    color: #8B91A0;
    text-align: right;
  }
}

.user-description-box {
  background-color: #f2f4f6;
  margin: 10px 15px;
  padding: 20px;
  p {
    margin: 0 0 10px;
    font-size: 12px;
    i {
      width: 25px;
      font-size: 14px;
    }
    &:last-child {
      margin: 0px;
    }
  }
}

.friend-list {
  color: #414243;
  margin: 15px 0;
  .friend-details-wrapper {
    display: inline-block;
    float: left;
  }
  .friend-profile-pic {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .friend-name {
    display: block;
    font-size: 13px;
  }
  .friend-description {
    display: block;
    font-size: 12px;
    color: #767e84;
  }
  .action-bar {
    display: inline-block;
    margin-left: 10px;
    margin-top: 8px;
  }
}

ul.my-friends {
  margin: 0px;
  margin-top: 16px;
  padding: 0;
  li {
    float: left;
    display: inline;
    margin-right: 5px;
    margin-bottom: 8px;
    .profile-pic {
      border-radius: 100px;
      display: inline-block;
      float: left;
      height: 35px;
      overflow: hidden;
      width: 35px;
    }
  }
}

.user-profile-pic-normal {
  border-radius: 100px 100px 100px 100px;
  height: 35px;
  overflow: hidden;
  width: 35px;
}

.user-profile-pic-2x {
  border-radius: 100px 100px 100px 100px;
  height: 50px;
  overflow: hidden;
  width: 50px;
  &.white-border {
    border: 5px solid #fff;
  }
}

.user-status-box {
  border: none;
  border-radius: 0;
  margin: 0;
}

.post {
  display: block;
  .info-wrapper {
    display: inline-block;
    float: left;
    width: 80%;
    &.small-width {
      width: 70%;
    }
  }
  .username {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .info {
    display: block;
  }
  .user-profile-pic-wrapper {
    display: inline-block;
    float: left;
    margin-right: 16px;
  }
  .more-details {
    display: block;
    float: left;
  }
  .post-links {
    li {
      display: inline;
      float: left;
      position: relative;
      display: inline;
      float: left;
      position: relative;
      padding-left: 0px;
      padding-right: 8px;
      &:after {
        color: #999999;
        content: "•";
        padding-left: 8px;
      }
      &:last-child:after {
        content: "";
      }
    }
    margin: 4px 0 0;
    list-style: none;
    font-size: 11px;
    padding: 0;
  }
  .dark-text {
    color: #2a2e36;
  }
  .action-bar {
    display: block;
    list-style: none;
    margin: 13px 0 37px;
    font-size: 12px;
    padding: 0;
    li {
      display: inline;
      float: left;
      position: relative;
      padding-right: 8px;
    }
  }
}

.post-input {
  padding-left: 14px !important;
  padding-top: 18px !important;
  font-size: 14px;
}

.comments-section {
  margin-top: 12px;
}

/*** Search Results ***/

#Parks {
  margin-bottom: 30px;
}

/* IMAGES */

.img_wrapper {
  position: relative;
  background: #d1dade;
  overflow: hidden;
  img {
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 1;
    top: 0;
    -webkit-transition: opacity 150ms;
    -moz-transition: opacity 150ms;
    -ms-transition: opacity 150ms;
    transition: opacity 150ms;
  }
  &.loaded img {
    opacity: 1;
  }
}

/* FAIL ELEMENT */

#Parks {
  position: relative;
  margin: 0px;
  padding: 0;
}

.fail_element {
  position: absolute;
  opacity: 0;
  top: 100px;
  text-align: center;
  width: 50%;
  left: 25%;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 300;
}

.fail .fail_element {
  opacity: 1;
}

/* LIST VIEW STYLES */

#Parks {
  &.list {
    .list_header {
      height: 38px;
      line-height: 38px;
      background: #d1dade;
      text-align: right;
      color: #59514c;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
    .meta {
      display: inline-block;
      width: 205px;
      text-align: center;
      line-height: 99px;
      border-left: 1px solid #d7dbe0;
      height: 100%;
      vertical-align: top;
    }
    .list_header .meta {
      line-height: 38px;
      border: 0 none;
      margin-top: -8px;
      vertical-align: inherit;
    }
    .meta.name {
      float: left;
      text-align: left;
      width: auto;
      border-left: 0 none;
    }
    .list_header .meta {
      &.name {
        padding-left: 15px;
      }
      span {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 7px 0 0;
        cursor: pointer;
        top: 6px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        &:after {
          content: '';
          position: absolute;
          top: 9px;
          left: 7px;
          border: 5px solid transparent;
        }
        &.asc:after {
          border-top: 7px solid #8E9AA2;
        }
        &.desc:after {
          top: 4px;
          border-bottom: 7px solid #8e9aa2;
        }
        &:hover {
          background: #b8bbbe;
        }
        &.asc:hover:after {
          border-top-color: #e5e9ec;
        }
        &.desc:hover:after {
          border-bottom-color: #e5e9ec;
        }
        &.active {
          &.asc:after {
            border-top-color: #505458;
          }
          &.desc:after {
            border-bottom-color: #505458;
          }
        }
      }
    }
    .mix {
      display: none;
      opacity: 0;
      padding: 18px 0 14px;
      border-bottom: 1px solid #d7dbe0;
      text-align: right;
      height: 127px;
      width: 100%;
      line-height: 99px;
      vertical-align: top;
      font-weight: 300;
      .meta {
        * {
          line-height: 1;
        }
        p, ul {
          display: inline-block;
          vertical-align: middle;
          list-style: none;
        }
        li {
          margin-bottom: 5px;
        }
      }
    }
    .img_wrapper {
      display: inline-block;
      width: 177px;
      height: 95px;
      vertical-align: top;
      margin-right: 30px;
    }
    .titles {
      display: inline-block;
      vertical-align: middle;
      h2 {
        font-weight: 700;
        font-size: 17px;
        text-transform: uppercase;
        color: #47a497;
        letter-spacing: 2px;
        margin-bottom: 3px;
        line-height: 1.2 !important;
      }
      p {
        text-indent: -2px;
      }
    }
  }
  &.grid {
    text-align: justify;
    .list_header {
      display: none;
    }
    .meta {
      display: none;
      &.name {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        display: block;
      }
    }
    .mix {
      display: none;
      opacity: 0;
      position: relative;
      width: 48.5%;
      padding-top: 26%;
      margin-bottom: 3%;
    }
    .img_wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #000;
    }
    .titles {
      position: relative;
      width: 90%;
      max-width: 400px;
      height: auto;
      margin-top: 75%;
      margin: 53.5% auto 0;
      top: -80px;
      z-index: 1;
      padding: 10px 0;
      background: #fff;
      background: rgba(255, 255, 255, 0.8);
      text-align: center;
      h2 {
        font-weight: 700;
        font-size: 17px;
        text-transform: uppercase;
        color: #47a497;
        letter-spacing: 2px;
        margin-bottom: 3px;
      }
      p {
        font-weight: 300;
        text-indent: -2px;
      }
    }
  }
  ul {
    padding-left: 0;
  }
}

/* GRID VIEW STYLES */

/** Global Profile pics **/

.user-profile img {
  border-radius: 100px 100px 100px 100px;
}

/* Time line */

.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  li {
    position: relative;
  }
  &:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #f2f4f6;
    left: 20%;
    margin-left: -10px;
  }
  > li {
    .cbp_tmtime {
      display: block;
      width: 25%;
      padding-right: 100px;
      position: absolute;
      font-family: 'Open Sans';
      text-align: right;
      .date {
        font-size: 1.2em;
        color: #505458;
        margin-bottom: 5px;
        display: block;
      }
      .time {
        font-size: 1.5em;
        color: #505458;
        display: block;
      }
    }
    &:nth-child(odd) .cbp_tmtime span:last-child {
      color: #505458;
    }
    .cbp_tmlabel {
      margin: 0 0 15px 25%;
      background: #ffffff;
      font-size: 13px;
      line-height: 1.4;
      position: relative;
    }
    &:nth-child(odd) .cbp_tmlabel {
      background: #ffffff;
    }
    .cbp_tmlabel {
      h2 {
        margin-top: 0px;
        padding: 0 0 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      }
      &:after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-right-color: #ffffff;
        border-width: 10px;
        top: 10px;
      }
    }
    &:nth-child(odd) .cbp_tmlabel:after {
      border-right-color: #ffffff;
    }
    .cbp_tmicon {
      width: 40px;
      height: 40px;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 37px;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: #7c8694;
      background: #ffffff;
      border-radius: 50%;
      box-shadow: 0 0 0 8px #ffffff;
      text-align: center;
      left: 20%;
      top: 0;
      margin: 0 0 0 -25px;
      font-size: 1.3em;
      &.success {
        background: #0090d9;
        box-shadow: 0 0 0 8px #2ba3df;
        color: #fff;
      }
      &.primary {
        background: #0aa699;
        box-shadow: 0 0 0 8px #33b5aa;
        color: #fff;
      }
      &.warning {
        background: #fbb05e;
        box-shadow: 0 0 0 8px #fcbd79;
        color: #fff;
      }
      &.danger {
        background: #f35958;
        box-shadow: 0 0 0 8px #f78c8b;
        color: #fff;
      }
      &.info {
        background: #1f3853;
        box-shadow: 0 0 0 8px #455a70;
        color: #fff;
      }
    }
  }
  .action-links {
    li {
      display: inline;
      float: left;
      position: relative;
      display: inline;
      float: left;
      position: relative;
      padding-left: 0px;
      padding-right: 8px;
      color: #8b91a0;
      &:after {
        color: #999999;
        content: "•";
        padding-left: 8px;
      }
      &:last-child:after {
        content: "";
      }
    }
    margin: 4px 0 0;
    list-style: none;
    font-size: 13px;
    padding: 0;
  }
}

/* The line */

/* The date/time */

/* Right content */

/* The triangle */

/* The icons */
/* The icons */

/* Media Queries */
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline! > li .cbp_tmtime {}
}

@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline {
    &:before {
      display: none;
    }
    > li {
      .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
        text-align: left;
      }
      .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
        &:after {
          right: auto;
          left: 20px;
          border-right-color: transparent;
          border-bottom-color: #fff;
          top: -20px;
        }
      }
      &:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #fff;
      }
      .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
      }
    }
  }
}

/*** Testonmials Widget Circle Styles -OWL **/

.bordered-circle {
  .owl-controls {
    text-align: left;
    .owl-page span {
      width: 9px;
      height: 9px;
      border: 1px solid #333333;
      opacity: 1;
      background-color: transparent;
    }
  }
  .owl-theme .owl-controls {
    .owl-page.active span, &.clickable .owl-page:hover span {
      background-color: #333333;
    }
  }
}

/*** Hashtags **/

.hashtags {
  display: inline-block;
  border: 2px solid #e5e9ec;
  background-color: transparent;
  color: #b9bec2;
  padding: 2px 8px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 12px;
  &:hover {
    border: 2px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.4);
  }
  &.transparent {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    &:hover {
      border: 2px solid rgba(255, 255, 255, 0.1);
      background-color: rgba(255, 255, 255, 0.8);
      color: #000;
    }
  }
}

/****** Craft Map *****/

.craft-map-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
}

/**** Notification Widget List ***/

.overlap-left-10 {
  position: relative;
  left: -10px;
}