@charset "UTF-8";
body {
  background-color: #f8f8f8;
  padding-top: 50px; }

#wrapper {
  width: 100%; }

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: #fff; }
  #page-wrapper .fa-external-link {
    font-size: 70% !important; }

@media (min-width: 150px) {
  #page-wrapper {
    margin-top: 50px; }

  .navbar-top-links .search-form input[type="text"] {
    width: 100% !important; } }
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 200px;
    /*margin: 0 0 0 50px;*/
    padding: 0 30px 5px 30px;
    border-left: 1px solid #e7e7e7; }
    #page-wrapper.without-menu {
      border-left: 0;
      margin-left: 0; }

  .sidebar {
    z-index: 1;
    position: absolute;
    width: 200px;
    margin-top: 51px; }

  /*.sidenav {
    z-index: 1;
    position: absolute;
    width: 50px;
    margin-top: 51px;
  }*/
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto; }

  .navbar-top-links .search-form input[type="text"] {
    width: 200px !important; } }
.navbar-top-links li {
  display: inline-block; }
  .navbar-top-links li:last-child {
    margin-right: 15px; }
  .navbar-top-links li a {
    padding: 15px;
    min-height: 50px; }
  .navbar-top-links li.search-form a {
    padding: 5px 10px; }
  .navbar-top-links li.search-form .input-group-addon {
    padding: 0; }
  .navbar-top-links li.search-form .dropdown-menu {
    padding: 0;
    border: none; }
    .navbar-top-links li.search-form .dropdown-menu .btn-group-vertical {
      width: 100%; }
      .navbar-top-links li.search-form .dropdown-menu .btn-group-vertical label {
        text-align: left;
        border-color: #CCC; }
        .navbar-top-links li.search-form .dropdown-menu .btn-group-vertical label i {
          color: #428bca; }
.navbar-top-links .dropdown-menu li {
  display: block; }
  .navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0; }
  .navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0; }
    .navbar-top-links .dropdown-menu li a div {
      white-space: normal; }
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0; }
.navbar-top-links .dropdown-messages {
  margin-left: 5px; }
.navbar-top-links .dropdown-tasks {
  margin-left: -59px; }
.navbar-top-links .dropdown-alerts {
  margin-left: -123px; }
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto; }

/*.sidenav {
  .sidenav-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  ul {
    li {
      border-bottom: 1px solid #e7e7e7;
      white-space: nowrap;
      span {
        display: none;
        padding-left: 5px;
      }
      &.active {
        background-color: #eee;
        a {
          color: #96BD0A;
        }
      }
    }
  }
}*/
.sidebar .sidebar-nav.navbar-collapse {
  padding-right: 0;
  padding-left: 0; }
.sidebar .sidebar-search {
  padding: 15px; }
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
  /*&.active > a {
    background-color: #eee;
  }*/ }
  .sidebar ul li a.active {
    background-color: #eee;
    color: #96BD0A; }
.sidebar .arrow {
  float: right; }
.sidebar .fa.arrow:before {
  content: "\f104"; }
.sidebar .active > a > .fa.arrow:before {
  content: "\f107"; }
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important; }
.sidebar .nav-second-level li a {
  padding-left: 30px; }
.sidebar .nav-third-level li a {
  padding-left: 52px; }

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s; }

.btn-primary.btn-outline {
  color: #428bca; }

.btn-success.btn-outline {
  color: #5cb85c; }

.btn-info.btn-outline {
  color: #5bc0de; }

.btn-warning.btn-outline {
  color: #f0ad4e; }

.btn-danger.btn-outline {
  color: #d9534f; }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff; }

.chat {
  margin: 0;
  padding: 0;
  list-style: none; }
  .chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999; }
    .chat li.left .chat-body {
      margin-left: 60px; }
    .chat li.right .chat-body {
      margin-right: 60px; }
    .chat li .chat-body p {
      margin: 0; }

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px; }

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll; }

.login-panel {
  margin-top: 30px; }

.flot-chart {
  display: block;
  height: 400px; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: 0 0; }

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome; }

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome; }

table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5); }

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429; }

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33; }

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important; }

.show-grid {
  margin: 15px 0; }

.huge {
  font-size: 40px; }

.panel-green {
  border-color: #5cb85c; }

.panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c; }

.panel-green a {
  color: #5cb85c; }

.panel-green a:hover {
  color: #3d8b3d; }

.panel-red {
  border-color: #d9534f; }

.panel-red .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f; }

.panel-red a {
  color: #d9534f; }

.panel-red a:hover {
  color: #b52b27; }

.panel-yellow {
  border-color: #f0ad4e; }

.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e; }

.panel-yellow a {
  color: #f0ad4e; }

.panel-yellow a:hover {
  color: #df8a13; }

.page-header {
  margin: 20px 0; }

i.fa.fa-empty {
  display: inline-block;
  width: 15px; }
  i.fa.fa-empty.fa-fw {
    width: 1.28571429em; }

div.modal-content div.form-group div.btn-group,
.statistics-filter div.form-group div.btn-group {
  width: 100%; }
  div.modal-content div.form-group div.btn-group button.btn,
  .statistics-filter div.form-group div.btn-group button.btn {
    width: 100%; }
  div.modal-content div.form-group div.btn-group ul.multiselect-container,
  .statistics-filter div.form-group div.btn-group ul.multiselect-container {
    max-height: 250px;
    overflow: auto; }

.form-inline ul.multiselect-container {
  max-height: 250px;
  overflow: auto; }

.navbar-collapse {
  max-height: none !important; }

.multiselect-container .checkbox input[type=checkbox] {
  display: inline-block !important; }

/* checks & radio */
.radio,
.checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0px; }

.radio label,
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px !important;
  margin-right: 15px;
  font-size: 13px; }

.radio label:before,
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0; }

.radio label {
  margin-bottom: 6px; }

.radio label:before {
  bottom: 2.5px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33); }

.radio input[type=radio]:checked + label:before {
  border-width: 5px; }

.radio input[type=radio] {
  display: none; }

.radio input[type=radio][disabled] + label {
  opacity: 0.65; }

.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #10cfbd; }

.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #6d5cae; }

.radio.radio-info input[type=radio]:checked + label:before {
  border-color: #3b4752; }

.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #f8d053; }

.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #f55753; }

.radio.radio-complete input[type=radio]:checked + label:before {
  border-color: #48b0f7; }

.checkbox input[type=radio][disabled] + label:after {
  background-color: #e6e6e6; }

.checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  white-space: nowrap;
  padding-top: 1px; }

.checkbox label:before {
  top: 1.4px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s; }

.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.2px;
  top: 2px;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s; }

.checkbox label:after {
  border-radius: 3px; }

.checkbox input[type=checkbox] {
  display: none; }

.checkbox.checkbox-circle label:after {
  border-radius: 99px; }

.checkbox.checkbox-circle label:before {
  border-radius: 99px; }

.checkbox input[type=checkbox]:checked + label:before {
  border-width: 8px; }

.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  color: #fff; }

.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65; }

.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3; }

.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important; }

.checkbox.right label:before {
  right: -35px;
  left: auto; }

.checkbox.right input[type=checkbox]:checked + label {
  position: relative; }

.checkbox.right input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  position: absolute;
  right: -27px;
  left: auto; }

.check-success .checkbox input[type=checkbox]:checked + label:before {
  border-color: #5cb85c; }

.check-primary .checkbox input[type=checkbox]:checked + label:before {
  border-color: #428bca; }

.check-complete .checkbox input[type=checkbox]:checked + label:before {
  border-color: #48b0f7; }

.check-warning .checkbox input[type=checkbox]:checked + label:before {
  border-color: #f0ad4e; }

.check-danger .checkbox input[type=checkbox]:checked + label:before {
  border-color: #d9534f; }

.check-info .checkbox input[type=checkbox]:checked + label:before {
  border-color: #5bc0de; }

.check-success .checkbox input[type=checkbox]:checked + label::after,
.check-primary .checkbox input[type=checkbox]:checked + label::after,
.check-complete .checkbox input[type=checkbox]:checked + label::after,
.check-warning .checkbox input[type=checkbox]:checked + label::after,
.check-danger .checkbox input[type=checkbox]:checked + label::after,
.check-info .checkbox input[type=checkbox]:checked + label::after {
  color: #ffffff; }

.dropdown-inline {
  display: inline-block; }

/* custom labels */
.label-outline {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #777;
  color: #777; }
  .label-outline.label-success {
    border-color: #5cb85c;
    color: #5cb85c; }
  .label-outline.label-primary {
    border-color: #428bca;
    color: #428bca; }
  .label-outline.label-warning {
    border-color: #f0ad4e;
    color: #f0ad4e; }
  .label-outline.label-danger {
    border-color: #d9534f;
    color: #d9534f; }
  .label-outline.label-info {
    border-color: #5bc0de;
    color: #5bc0de; }

/* calendar */
.calendar {
  width: 100%; }
  .calendar div.cal-row {
    width: 100%;
    border-bottom: 1px solid #e1e1e1; }
    .calendar div.cal-row:before, .calendar div.cal-row:after {
      display: table;
      content: "";
      line-height: 0; }
    .calendar div.cal-row:after {
      clear: both; }
    .calendar div.cal-row.cal-head {
      font-weight: bold;
      text-align: center;
      border-bottom: 0;
      margin-bottom: 5px; }
    .calendar div.cal-row div.cal-cell {
      width: 14.285714285714285%;
      display: block;
      float: left; }
  .calendar div.cal-month {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px; }
    .calendar div.cal-month div.cal-row:hover {
      background-color: #fafafa; }
    .calendar div.cal-month div.cal-row div.cal-cell {
      border-right: 1px solid #e1e1e1;
      position: relative; }
      .calendar div.cal-month div.cal-row div.cal-cell a {
        display: block;
        min-height: 130px; }
        .calendar div.cal-month div.cal-row div.cal-cell a div.cal-date {
          color: #337ab7;
          margin: 8px 10px 0 0;
          font-size: 16px;
          position: relative; }
      .calendar div.cal-month div.cal-row div.cal-cell:hover {
        background-color: #ededed; }
      .calendar div.cal-month div.cal-row div.cal-cell.cal-today {
        background-color: #fae3e3; }
      .calendar div.cal-month div.cal-row div.cal-cell.cal-weekend .cal-date {
        color: #d9534f; }
      .calendar div.cal-month div.cal-row div.cal-cell.cal-out {
        background-color: #f9f9f9; }
        .calendar div.cal-month div.cal-row div.cal-cell.cal-out > span {
          opacity: 0.4; }
      .calendar div.cal-month div.cal-row div.cal-cell:last-child {
        border-right: 0; }
      .calendar div.cal-month div.cal-row div.cal-cell .cal-events-count {
        position: absolute;
        display: block;
        min-width: 22px;
        top: 8px;
        left: 8px;
        padding: 5px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px; }
      .calendar div.cal-month div.cal-row div.cal-cell .cal-events {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        max-height: 90px;
        margin: 0;
        overflow: auto; }
        .calendar div.cal-month div.cal-row div.cal-cell .cal-events span.cal-event {
          display: block;
          margin: 0 5px 5px 5px;
          padding: 3px;
          font-weight: 500; }
      .calendar div.cal-month div.cal-row div.cal-cell .cal-events-dots {
        width: 95%;
        position: absolute;
        left: 5px;
        bottom: 5px;
        max-height: 80px;
        margin: 0 5px; }
        .calendar div.cal-month div.cal-row div.cal-cell .cal-events-dots span {
          margin: 0;
          display: inline-block;
          width: 12px;
          height: 12px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          border-radius: 8px;
          border: 1px solid #fff; }
    .calendar div.cal-month div.cal-row:last-child {
      border-bottom: 0; }

.list-group .list-group-item.list-group-item-muted {
  color: #bbb;
  background-color: #F5F5F5; }

/* file input */
.btn-file {
  position: relative;
  overflow: hidden; }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none; }

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee; }

.timeline > li {
  position: relative;
  margin-bottom: 20px; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }

.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc; }

.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff; }

.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #d9534f !important; }

.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-badge.default {
  background-color: #999 !important; }

.timeline-badge.timeline-badge-outline {
  background-color: #fff !important;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  color: #999; }
  .timeline-badge.timeline-badge-outline.success {
    border-color: #5cb85c;
    color: #5cb85c; }
  .timeline-badge.timeline-badge-outline.primary {
    border-color: #428bca;
    color: #428bca; }
  .timeline-badge.timeline-badge-outline.warning {
    border-color: #f0ad4e;
    color: #f0ad4e; }
  .timeline-badge.timeline-badge-outline.danger {
    border-color: #d9534f;
    color: #d9534f; }
  .timeline-badge.timeline-badge-outline.info {
    border-color: #5bc0de;
    color: #5bc0de; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px; }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }

  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0; }

  ul.timeline > li > .timeline-panel {
    float: right; }

  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0; }

  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0; } }
.morris-hover {
  position: absolute;
  z-index: 1000; }

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center; }

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0; }

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0; }

/*
 * metismenu - v1.0.3
 * Easy menu jQuery plugin for Twitter Bootstrap 3
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumuş
 * Under MIT License
 */
.arrow {
  float: right; }

.glyphicon.arrow:before {
  content: "\e079"; }

.active > a > .glyphicon.arrow:before {
  content: "\e114"; }

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/
.fa.arrow:before {
  content: "\f104"; }

.active > a > .fa.arrow:before {
  content: "\f107"; }

.plus-times {
  float: right; }

.fa.plus-times:before {
  content: "\f067"; }

.active > a > .fa.plus-times {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.plus-minus {
  float: right; }

.fa.plus-minus:before {
  content: "\f067"; }

.active > a > .fa.plus-minus:before {
  content: "\f068"; }

div.dataTables_length label {
  float: left;
  text-align: left;
  font-weight: normal; }

div.dataTables_length select {
  width: 75px; }

div.dataTables_filter label {
  float: right;
  font-weight: normal; }

div.dataTables_filter input {
  width: 16em; }

div.dataTables_info {
  padding-top: 8px; }

div.dataTables_paginate {
  float: right;
  margin: 0; }

div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

table.dataTable,
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer; }

/*
table.dataTable thead .sorting {
  background: url('../images/sort_both.png') no-repeat center right;
}

table.dataTable thead .sorting_asc {
  background: url('../images/sort_asc.png') no-repeat center right;
}

table.dataTable thead .sorting_desc {
  background: url('../images/sort_desc.png') no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
  background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
  background: url('../images/sort_desc_disabled.png') no-repeat center right;
}
*/
table.dataTable th:active {
  outline: none; }

/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.dataTables_scrollBody table {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top: none; }

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
  color: white;
  background-color: #08C; }

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important; }

.table tbody tr.active a {
  color: white; }

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc; }

table.DTTT_selectable tbody tr {
  cursor: pointer; }

div.DTTT .btn {
  font-size: 12px;
  color: #333 !important; }

div.DTTT .btn:hover {
  text-decoration: none !important; }

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003; }

ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */ }

ul.DTTT_dropdown.dropdown-menu li {
  position: relative; }

ul.DTTT_dropdown.dropdown-menu li:hover a {
  color: white !important;
  background-color: #0088cc; }

div.DTTT_collection_background {
  z-index: 2002; }

/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center; }

div.DTTT_print_info h6 {
  margin: 1em;
  font-size: 28px;
  font-weight: normal;
  line-height: 28px; }

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px; }

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white; }

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  margin-bottom: 0 !important;
  border-top: none; }

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none; }

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none; }

div.dataTables_filter input[type="search"] {
  margin-left: 5px; }

table.dataTable th.actions, table.dataTable td.actions {
  width: 25px; }
  table.dataTable th.actions:after, table.dataTable td.actions:after {
    content: ""; }

.max-height-250 {
  max-height: 250px;
  overflow: auto; }

.fix-height-330 {
  height: 330px;
  overflow: auto; }

.fix-height-300 {
  height: 300px;
  overflow: auto; }

.fix-height-250 {
  height: 250px;
  overflow: auto; }

.fix-height-245 {
  height: 245px;
  overflow: auto; }

.fix-height-200 {
  height: 200px;
  overflow: auto; }

.fix-height-195 {
  height: 195px;
  overflow: auto; }

.adm-tree-holder {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: auto;
  padding: 1px 5px;
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .adm-tree-holder input.adm-filter {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15%;
    min-width: 150px;
    height: 30px;
    line-height: 1.2;
    font-size: 12px;
    padding: 3px 8px;
    z-index: 3; }
  .adm-tree-holder ul {
    list-style-type: none; }
    .adm-tree-holder ul li {
      position: relative; }
      .adm-tree-holder ul li:before, .adm-tree-holder ul li:after {
        content: '';
        left: 0;
        position: absolute;
        right: auto; }
      .adm-tree-holder ul li:last-child:before {
        top: 0; }
      .adm-tree-holder ul li:before {
        border-left: 1px solid #cccccc;
        bottom: 50px;
        height: 100%;
        top: 10px;
        left: 10px;
        width: 1px; }
      .adm-tree-holder ul li:after {
        border-top: 1px solid #cccccc;
        height: 20px;
        top: 14px;
        width: 7px;
        left: 20px; }
      .adm-tree-holder ul li.check-success:before {
        top: 6px;
        left: 8px; }
      .adm-tree-holder ul li.check-success:after {
        top: 10px;
        left: 17px; }
      .adm-tree-holder ul li.check-success:last-child:before {
        border: none; }
  .adm-tree-holder ul.adm-tree {
    margin: 0 0 0 5px;
    padding: 0; }
    .adm-tree-holder ul.adm-tree li {
      margin: 0; }
      .adm-tree-holder ul.adm-tree li span.adm-node {
        position: relative;
        top: 5px;
        left: 0;
        display: inline-block;
        cursor: pointer;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px; }
        .adm-tree-holder ul.adm-tree li span.adm-node:before {
          content: "\f067";
          color: #333;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          font-size: 13px;
          top: 1px;
          left: 4px;
          position: absolute; }
        .adm-tree-holder ul.adm-tree li span.adm-node.adm-expanded:before {
          content: "\f068"; }
      .adm-tree-holder ul.adm-tree li div.checkbox {
        margin: 0;
        padding: 0; }
        .adm-tree-holder ul.adm-tree li div.checkbox label {
          font-size: 14px; }
          .adm-tree-holder ul.adm-tree li div.checkbox label > span {
            padding-left: 5px; }
            .adm-tree-holder ul.adm-tree li div.checkbox label > span.duration {
              font-weight: bold;
              font-size: 80%; }
              .adm-tree-holder ul.adm-tree li div.checkbox label > span.duration:before {
                content: "-";
                padding-right: 5px; }
            .adm-tree-holder ul.adm-tree li div.checkbox label > span.price {
              font-style: italic;
              font-size: 90%; }
              .adm-tree-holder ul.adm-tree li div.checkbox label > span.price:before {
                content: '('; }
              .adm-tree-holder ul.adm-tree li div.checkbox label > span.price:after {
                content: ')'; }

.cancellDetail .panel .panel-body ul.list-group, #firmsDetail .panel .panel-body ul.list-group, .panel-statistics .panel-body ul.list-group {
  margin-bottom: 0; }

#firmsDetail .img-flag {
  margin-top: -3px; }

.custom-search-form ul.dropdown-menu {
  min-width: 20px; }
  .custom-search-form ul.dropdown-menu li label {
    padding: 5px 6px;
    margin-left: 20px; }
  .custom-search-form ul.dropdown-menu li:last-child {
    border-bottom: none; }

.list-group .list-group-item .service-title {
  margin-top: 2px; }

/* modals */
.modal#modal-detail-categories-edit button.multiselect {
  white-space: normal; }
.modal#modal-detail-logo-edit .panel {
  margin-bottom: 0; }
.modal#modal-detail-email-communication table, .modal#modal-detail-transaction table, .modal#modal-detail-logins table {
  margin-bottom: 0; }
.modal#modal-detail-transaction table td > span.label {
  margin-right: 10px; }
.modal#modal-detail-services-deactivation ul.list-group {
  margin-bottom: 0; }
  .modal#modal-detail-services-deactivation ul.list-group li.list-group-item:first-child, .modal#modal-detail-services-deactivation ul.list-group li.list-group-item:last-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  .modal#modal-detail-services-deactivation ul.list-group li.list-group-item:first-child {
    border-top: none; }
  .modal#modal-detail-services-deactivation ul.list-group li.list-group-item:last-child {
    border-bottom: none; }

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777; }

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/**
 * selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid transparent;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: transparent; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0); }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid transparent; }

.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid transparent; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0); }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626; }

.selectize-dropdown .active.create {
  color: #262626; }

.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff; }

.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143; }

.selectize-dropdown .optgroup:first-child:before {
  display: none; }

.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px; }

.selectize-dropdown-content {
  padding: 5px 0; }

.selectize-dropdown-header {
  padding: 6px 12px; }

.selectize-input {
  min-height: 34px; }

.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.selectize-input.dropdown-active::before {
  display: none; }

.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px; }

.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

div.navbar-header i {
  color: #96BD0A;
  font-weight: normal; }
div.navbar-header small {
  color: #b4b4b4;
  float: left;
  padding: 17px 0px 13px;
  line-height: 20px;
  height: 50px; }

div.notifications {
  margin: 0 -30px; }
  div.notifications div.alert {
    border-radius: 0;
    border-width: 0 0 1px 0;
    margin-bottom: 0;
    /*&:last-child {
      margin-bottom: 20px;
    }*/ }

._hyperLink {
  cursor: pointer; }
