﻿
/*! Forza? */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-top: 0;
  font-weight: 300;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small {
  font-weight: 300;
}

.list-inline>li:first-child {
  padding-left: 0;
}

.panel dl {
  margin: 0 auto;
}

.panel dl dd {
  margin-bottom: 10px;
}

blockquote {
  font-style: italic;
  border-left-width: 2px;
}

blockquote.pull-right {
  border-right-width: 2px;
}

address {
  display: block;
}

kdb,
samp {
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

pre {
  margin-bottom: 20px;
}

pre.prettyprint {
  margin-bottom: 10px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  vertical-align: middle;
}

.table-responsive {
  overflow-x: auto;
}

@media (max-width:767px) {
  .table-flipscroll table:before,
  .table-flipscroll thead:before,
  .table-flipscroll table:after,
  .table-flipscroll thead:after {
    content: " ";
    display: table;
  }

  .table-flipscroll table:after,
  .table-flipscroll thead:after {
    clear: both;
  }

  .table-flipscroll table:before,
  .table-flipscroll thead:before,
  .table-flipscroll table:after,
  .table-flipscroll thead:after {
    content: " ";
    display: table;
  }

  .table-flipscroll table:after,
  .table-flipscroll thead:after {
    clear: both;
  }

  .table-flipscroll table,
  .table-flipscroll caption,
  .table-flipscroll td,
  .table-flipscroll thead,
  .table-flipscroll thead tr,
  .table-flipscroll th,
  .table-flipscroll tbody {
    display: block;
  }

  .table-flipscroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
  }

  .table-flipscroll table th,
  .table-flipscroll table td {
    margin: 0;
    vertical-align: top;
  }

  .table-flipscroll table th:last-child,
  .table-flipscroll table td:last-child {
    border-bottom: 1px solid #e9ecf0;
  }

  .table-flipscroll table td {
    min-height: 1.25em;
    text-align: left;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .table-flipscroll table thead {
    float: left;
  }

  .table-flipscroll table th {
    text-align: left;
    border-bottom-width: 1px!important;
    border-left: 0;
  }

  .table-flipscroll table th:first-child {
    border-top: 1px solid transparent!important;
  }

  .table-flipscroll table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  .table-flipscroll table tbody tr {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #e9ecf0;
  }

  .table-vertical table,
  .table-vertical caption,
  .table-vertical thead,
  .table-vertical tbody,
  .table-vertical th,
  .table-vertical td,
  .table-vertical tr {
    display: block;
  }

  .table-vertical thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-vertical tr {
    border: 1px solid #ccc;
  }

  .table-vertical td {
    border: none;
    border-bottom: 1px solid #e9ecf0;
    position: relative;
    padding-left: 50%!important;
    white-space: normal;
    text-align: left;
  }

  .table-vertical td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 700;
    content: attr(data-title);
  }
}

legend {
  padding-bottom: 5px;
  font-weight: 300;
  font-size: 19px;
}

label {
  margin-bottom: 10px;
  font-weight: 400;
}

select[multiple] {
  padding: 7px!important;
}

.form-control {
  border: 1px solid #e1e3e8;
  color: #656b79;
  height: 34px;
  padding: 7px 9px;
  box-shadow: none!important;
}

select.form-control {
  padding: 6px 9px 5px 4px;
}

.form-control:focus {
  border-color: #4697ce;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 28px!important;
  padding: 4px 10px!important;
  font-size: 12px!important;
  line-height: 1.5!important;
  border-radius: 2px!important;
}

select.input-sm {
  height: 28px!important;
  line-height: 28px!important;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto!important;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 42px!important;
  padding: 9px 20px!important;
  font-size: 17px!important;
  line-height: 1.33!important;
  border-radius: 3px!important;
}

select.input-lg {
  height: 42px!important;
  line-height: 42px!important;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto!important;
}

.form-horizontal .control-label,
.form-control-static {
  padding-top: 8px;
  padding-bottom: 0;
}

.form-group {
  margin-bottom: 15px;
}

.row-border .form-group {
  border-top: 1px solid #f8f9fa;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 5px;
  padding-right: 5px;
}

.row-border .form-group:first-child {
  border-top: 0;
  padding-top: 0;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  position: absolute;
  top: 10px;
  margin: 0 -5px;
}

.help-block {
  margin-bottom: 0;
  margin-top: 8px;
}

form .ng-dirty.ng-invalid {
  border-color: #bf1c1c;
  color: #bf1c1c;
}

form .ng-dirty.ng-valid {
  border-color: #40a35c;
  color: #40a35c;
}

form .no-validate {
  border: 1px solid #e1e3e8!important;
  color: #656b79!important;
}

.select2-container.ng-dirty {
  border: none!important;
}

.input-icon {
  position: relative;
}

.input-icon>i {
  position: absolute;
  display: block;
  margin: 10px 12px;
  color: #CCC;
  text-align: center;
  width: 1.2em;
}

.input-icon.right>i {
  right: 0;
  float: right;
}

.btn {
  font-family: 'Open Sans','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
  border-width: 0;
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.07);
}

.btn:focus {
  outline: 0;
}

.btn:active,
.btn.active,
.btn.fc-state-active {
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.07);
}

.btn-default:hover {
  color: #3d414a;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.07)!important;
}

.btn-link,
.btn-link:active {
  box-shadow: none!important;
}

.btn-inverse {
  color: #fff;
  background-color: #4f5259;
  border-color: #4f5259;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open>.dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #37393e;
  border-color: #323439;
}

.btn-inverse:active,
.btn-inverse.active,
.open>.dropdown-toggle.btn-inverse {
  background-image: none;
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #4f5259;
  border-color: #4f5259;
}

.btn-inverse .badge {
  color: #4f5259;
  background-color: #fff;
}

.btn-white {
  color: #656b79;
  background-color: #fff;
  border-color: #e9ecf0;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open>.dropdown-toggle.btn-white {
  color: #656b79;
  background-color: #e6e6e6;
  border-color: #c5cdd7;
}

.btn-white:active,
.btn-white.active,
.open>.dropdown-toggle.btn-white {
  background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: #e9ecf0;
}

.btn-white .badge {
  color: #fff;
  background-color: #656b79;
}

.btn-link {
  box-shadow: none;
}

.btn-brown {
  color: #fff;
  background-color: #c0392b;
  border-color: #c0392b;
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active,
.open>.dropdown-toggle.btn-brown {
  color: #fff;
  background-color: #962d22;
  border-color: #8e2a20;
}

.btn-brown:active,
.btn-brown.active,
.open>.dropdown-toggle.btn-brown {
  background-image: none;
}

.btn-brown.disabled,
.btn-brown[disabled],
fieldset[disabled] .btn-brown,
.btn-brown.disabled:hover,
.btn-brown[disabled]:hover,
fieldset[disabled] .btn-brown:hover,
.btn-brown.disabled:focus,
.btn-brown[disabled]:focus,
fieldset[disabled] .btn-brown:focus,
.btn-brown.disabled:active,
.btn-brown[disabled]:active,
fieldset[disabled] .btn-brown:active,
.btn-brown.disabled.active,
.btn-brown[disabled].active,
fieldset[disabled] .btn-brown.active {
  background-color: #c0392b;
  border-color: #c0392b;
}

.btn-brown .badge {
  color: #c0392b;
  background-color: #fff;
}

.btn-indigo {
  color: #fff;
  background-color: #9358ac;
  border-color: #9358ac;
}

.btn-indigo:hover,
.btn-indigo:focus,
.btn-indigo:active,
.btn-indigo.active,
.open>.dropdown-toggle.btn-indigo {
  color: #fff;
  background-color: #77458c;
  border-color: #714285;
}

.btn-indigo:active,
.btn-indigo.active,
.open>.dropdown-toggle.btn-indigo {
  background-image: none;
}

.btn-indigo.disabled,
.btn-indigo[disabled],
fieldset[disabled] .btn-indigo,
.btn-indigo.disabled:hover,
.btn-indigo[disabled]:hover,
fieldset[disabled] .btn-indigo:hover,
.btn-indigo.disabled:focus,
.btn-indigo[disabled]:focus,
fieldset[disabled] .btn-indigo:focus,
.btn-indigo.disabled:active,
.btn-indigo[disabled]:active,
fieldset[disabled] .btn-indigo:active,
.btn-indigo.disabled.active,
.btn-indigo[disabled].active,
fieldset[disabled] .btn-indigo.active {
  background-color: #9358ac;
  border-color: #9358ac;
}

.btn-indigo .badge {
  color: #9358ac;
  background-color: #fff;
}

.btn-orange {
  color: #fff;
  background-color: #f0934e;
  border-color: #f0934e;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open>.dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #ec761f;
  border-color: #eb7116;
}

.btn-orange:active,
.btn-orange.active,
.open>.dropdown-toggle.btn-orange {
  background-image: none;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #f0934e;
  border-color: #f0934e;
}

.btn-orange .badge {
  color: #f0934e;
  background-color: #fff;
}

.btn-sky {
  color: #fff;
  background-color: #76c4ed;
  border-color: #76c4ed;
}

.btn-sky:hover,
.btn-sky:focus,
.btn-sky:active,
.btn-sky.active,
.open>.dropdown-toggle.btn-sky {
  color: #fff;
  background-color: #49b1e7;
  border-color: #40ade6;
}

.btn-sky:active,
.btn-sky.active,
.open>.dropdown-toggle.btn-sky {
  background-image: none;
}

.btn-sky.disabled,
.btn-sky[disabled],
fieldset[disabled] .btn-sky,
.btn-sky.disabled:hover,
.btn-sky[disabled]:hover,
fieldset[disabled] .btn-sky:hover,
.btn-sky.disabled:focus,
.btn-sky[disabled]:focus,
fieldset[disabled] .btn-sky:focus,
.btn-sky.disabled:active,
.btn-sky[disabled]:active,
fieldset[disabled] .btn-sky:active,
.btn-sky.disabled.active,
.btn-sky[disabled].active,
fieldset[disabled] .btn-sky.active {
  background-color: #76c4ed;
  border-color: #76c4ed;
}

.btn-sky .badge {
  color: #76c4ed;
  background-color: #fff;
}

.btn-midnightblue {
  color: #fff;
  background-color: #2b3d51;
  border-color: #2b3d51;
}

.btn-midnightblue:hover,
.btn-midnightblue:focus,
.btn-midnightblue:active,
.btn-midnightblue.active,
.open>.dropdown-toggle.btn-midnightblue {
  color: #fff;
  background-color: #192430;
  border-color: #161f29;
}

.btn-midnightblue:active,
.btn-midnightblue.active,
.open>.dropdown-toggle.btn-midnightblue {
  background-image: none;
}

.btn-midnightblue.disabled,
.btn-midnightblue[disabled],
fieldset[disabled] .btn-midnightblue,
.btn-midnightblue.disabled:hover,
.btn-midnightblue[disabled]:hover,
fieldset[disabled] .btn-midnightblue:hover,
.btn-midnightblue.disabled:focus,
.btn-midnightblue[disabled]:focus,
fieldset[disabled] .btn-midnightblue:focus,
.btn-midnightblue.disabled:active,
.btn-midnightblue[disabled]:active,
fieldset[disabled] .btn-midnightblue:active,
.btn-midnightblue.disabled.active,
.btn-midnightblue[disabled].active,
fieldset[disabled] .btn-midnightblue.active {
  background-color: #2b3d51;
  border-color: #2b3d51;
}

.btn-midnightblue .badge {
  color: #2b3d51;
  background-color: #fff;
}

.btn-magenta {
  color: #fff;
  background-color: #e06d94;
  border-color: #e06d94;
}

.btn-magenta:hover,
.btn-magenta:focus,
.btn-magenta:active,
.btn-magenta.active,
.open>.dropdown-toggle.btn-magenta {
  color: #fff;
  background-color: #d74375;
  border-color: #d53b6f;
}

.btn-magenta:active,
.btn-magenta.active,
.open>.dropdown-toggle.btn-magenta {
  background-image: none;
}

.btn-magenta.disabled,
.btn-magenta[disabled],
fieldset[disabled] .btn-magenta,
.btn-magenta.disabled:hover,
.btn-magenta[disabled]:hover,
fieldset[disabled] .btn-magenta:hover,
.btn-magenta.disabled:focus,
.btn-magenta[disabled]:focus,
fieldset[disabled] .btn-magenta:focus,
.btn-magenta.disabled:active,
.btn-magenta[disabled]:active,
fieldset[disabled] .btn-magenta:active,
.btn-magenta.disabled.active,
.btn-magenta[disabled].active,
fieldset[disabled] .btn-magenta.active {
  background-color: #e06d94;
  border-color: #e06d94;
}

.btn-magenta .badge {
  color: #e06d94;
  background-color: #fff;
}

.btn-green {
  color: #fff;
  background-color: #16a085;
  border-color: #16a085;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open>.dropdown-toggle.btn-green {
  color: #fff;
  background-color: #107360;
  border-color: #0f6a58;
}

.btn-green:active,
.btn-green.active,
.open>.dropdown-toggle.btn-green {
  background-image: none;
}

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #16a085;
  border-color: #16a085;
}

.btn-green .badge {
  color: #16a085;
  background-color: #fff;
}

.btn-purple {
  color: #fff;
  background-color: #e044ab;
  border-color: #e044ab;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open>.dropdown-toggle.btn-purple {
  color: #fff;
  background-color: #cf2294;
  border-color: #c6218e;
}

.btn-purple:active,
.btn-purple.active,
.open>.dropdown-toggle.btn-purple {
  background-image: none;
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #e044ab;
  border-color: #e044ab;
}

.btn-purple .badge {
  color: #e044ab;
  background-color: #fff;
}

.btn-alizarin {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}

.btn-alizarin:hover,
.btn-alizarin:focus,
.btn-alizarin:active,
.btn-alizarin.active,
.open>.dropdown-toggle.btn-alizarin {
  color: #fff;
  background-color: #d62c1a;
  border-color: #cd2a19;
}

.btn-alizarin:active,
.btn-alizarin.active,
.open>.dropdown-toggle.btn-alizarin {
  background-image: none;
}

.btn-alizarin.disabled,
.btn-alizarin[disabled],
fieldset[disabled] .btn-alizarin,
.btn-alizarin.disabled:hover,
.btn-alizarin[disabled]:hover,
fieldset[disabled] .btn-alizarin:hover,
.btn-alizarin.disabled:focus,
.btn-alizarin[disabled]:focus,
fieldset[disabled] .btn-alizarin:focus,
.btn-alizarin.disabled:active,
.btn-alizarin[disabled]:active,
fieldset[disabled] .btn-alizarin:active,
.btn-alizarin.disabled.active,
.btn-alizarin[disabled].active,
fieldset[disabled] .btn-alizarin.active {
  background-color: #e74c3c;
  border-color: #e74c3c;
}

.btn-alizarin .badge {
  color: #e74c3c;
  background-color: #fff;
}

.btn-block+.btn-block {
  margin-top: 10px;
}

.btn-default-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #e9ecf0;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-default-alt:hover,
.btn-default-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #cbd2db;
}

.btn-default-alt:active,
.btn-default-alt.active {
  border-color: #e9ecf0;
  background-color: #e9ecf0;
  color: #fff;
}

.btn-default-alt.disabled,
.btn-default-alt[disabled],
fieldset[disabled] .btn-default-alt,
.btn-default-alt.disabled:hover,
.btn-default-alt[disabled]:hover,
fieldset[disabled] .btn-default-alt:hover,
.btn-default-alt.disabled:focus,
.btn-default-alt[disabled]:focus,
fieldset[disabled] .btn-default-alt:focus {
  box-shadow: none!important;
  border-color: #e9ecf0;
}

.btn-default-alt.disabled:active,
.btn-default-alt[disabled]:active,
fieldset[disabled] .btn-default-alt:active,
.btn-default-alt.disabled.active,
.btn-default-alt[disabled].active,
fieldset[disabled] .btn-default-alt.active {
  border-color: #e9ecf0;
  background-color: #e9ecf0;
  color: #fff;
}

.btn-default-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-default-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-default-alt:active,
.btn-default-alt.active {
  color: #656b79!important;
}

.btn-primary-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #4697ce;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-primary-alt:hover,
.btn-primary-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #2f7db2;
}

.btn-primary-alt:active,
.btn-primary-alt.active {
  border-color: #4697ce;
  background-color: #4697ce;
  color: #fff;
}

.btn-primary-alt.disabled,
.btn-primary-alt[disabled],
fieldset[disabled] .btn-primary-alt,
.btn-primary-alt.disabled:hover,
.btn-primary-alt[disabled]:hover,
fieldset[disabled] .btn-primary-alt:hover,
.btn-primary-alt.disabled:focus,
.btn-primary-alt[disabled]:focus,
fieldset[disabled] .btn-primary-alt:focus {
  box-shadow: none!important;
  border-color: #4697ce;
}

.btn-primary-alt.disabled:active,
.btn-primary-alt[disabled]:active,
fieldset[disabled] .btn-primary-alt:active,
.btn-primary-alt.disabled.active,
.btn-primary-alt[disabled].active,
fieldset[disabled] .btn-primary-alt.active {
  border-color: #4697ce;
  background-color: #4697ce;
  color: #fff;
}

.btn-primary-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-primary-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-warning-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #e8db4f;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-warning-alt:hover,
.btn-warning-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #e2d222;
}

.btn-warning-alt:active,
.btn-warning-alt.active {
  border-color: #e8db4f;
  background-color: #e8db4f;
  color: #fff;
}

.btn-warning-alt.disabled,
.btn-warning-alt[disabled],
fieldset[disabled] .btn-warning-alt,
.btn-warning-alt.disabled:hover,
.btn-warning-alt[disabled]:hover,
fieldset[disabled] .btn-warning-alt:hover,
.btn-warning-alt.disabled:focus,
.btn-warning-alt[disabled]:focus,
fieldset[disabled] .btn-warning-alt:focus {
  box-shadow: none!important;
  border-color: #e8db4f;
}

.btn-warning-alt.disabled:active,
.btn-warning-alt[disabled]:active,
fieldset[disabled] .btn-warning-alt:active,
.btn-warning-alt.disabled.active,
.btn-warning-alt[disabled].active,
fieldset[disabled] .btn-warning-alt.active {
  border-color: #e8db4f;
  background-color: #e8db4f;
  color: #fff;
}

.btn-warning-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-warning-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-danger-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #e75a5a;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-danger-alt:hover,
.btn-danger-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #e12d2d;
}

.btn-danger-alt:active,
.btn-danger-alt.active {
  border-color: #e75a5a;
  background-color: #e75a5a;
  color: #fff;
}

.btn-danger-alt.disabled,
.btn-danger-alt[disabled],
fieldset[disabled] .btn-danger-alt,
.btn-danger-alt.disabled:hover,
.btn-danger-alt[disabled]:hover,
fieldset[disabled] .btn-danger-alt:hover,
.btn-danger-alt.disabled:focus,
.btn-danger-alt[disabled]:focus,
fieldset[disabled] .btn-danger-alt:focus {
  box-shadow: none!important;
  border-color: #e75a5a;
}

.btn-danger-alt.disabled:active,
.btn-danger-alt[disabled]:active,
fieldset[disabled] .btn-danger-alt:active,
.btn-danger-alt.disabled.active,
.btn-danger-alt[disabled].active,
fieldset[disabled] .btn-danger-alt.active {
  border-color: #e75a5a;
  background-color: #e75a5a;
  color: #fff;
}

.btn-danger-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-danger-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-success-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #7dcc93;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-success-alt:hover,
.btn-success-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #58be75;
}

.btn-success-alt:active,
.btn-success-alt.active {
  border-color: #7dcc93;
  background-color: #7dcc93;
  color: #fff;
}

.btn-success-alt.disabled,
.btn-success-alt[disabled],
fieldset[disabled] .btn-success-alt,
.btn-success-alt.disabled:hover,
.btn-success-alt[disabled]:hover,
fieldset[disabled] .btn-success-alt:hover,
.btn-success-alt.disabled:focus,
.btn-success-alt[disabled]:focus,
fieldset[disabled] .btn-success-alt:focus {
  box-shadow: none!important;
  border-color: #7dcc93;
}

.btn-success-alt.disabled:active,
.btn-success-alt[disabled]:active,
fieldset[disabled] .btn-success-alt:active,
.btn-success-alt.disabled.active,
.btn-success-alt[disabled].active,
fieldset[disabled] .btn-success-alt.active {
  border-color: #7dcc93;
  background-color: #7dcc93;
  color: #fff;
}

.btn-success-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-success-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-info-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #63b7e6;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-info-alt:hover,
.btn-info-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #37a3df;
}

.btn-info-alt:active,
.btn-info-alt.active {
  border-color: #63b7e6;
  background-color: #63b7e6;
  color: #fff;
}

.btn-info-alt.disabled,
.btn-info-alt[disabled],
fieldset[disabled] .btn-info-alt,
.btn-info-alt.disabled:hover,
.btn-info-alt[disabled]:hover,
fieldset[disabled] .btn-info-alt:hover,
.btn-info-alt.disabled:focus,
.btn-info-alt[disabled]:focus,
fieldset[disabled] .btn-info-alt:focus {
  box-shadow: none!important;
  border-color: #63b7e6;
}

.btn-info-alt.disabled:active,
.btn-info-alt[disabled]:active,
fieldset[disabled] .btn-info-alt:active,
.btn-info-alt.disabled.active,
.btn-info-alt[disabled].active,
fieldset[disabled] .btn-info-alt.active {
  border-color: #63b7e6;
  background-color: #63b7e6;
  color: #fff;
}

.btn-info-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-info-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-inverse-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #4f5259;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-inverse-alt:hover,
.btn-inverse-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #37393e;
}

.btn-inverse-alt:active,
.btn-inverse-alt.active {
  border-color: #4f5259;
  background-color: #4f5259;
  color: #fff;
}

.btn-inverse-alt.disabled,
.btn-inverse-alt[disabled],
fieldset[disabled] .btn-inverse-alt,
.btn-inverse-alt.disabled:hover,
.btn-inverse-alt[disabled]:hover,
fieldset[disabled] .btn-inverse-alt:hover,
.btn-inverse-alt.disabled:focus,
.btn-inverse-alt[disabled]:focus,
fieldset[disabled] .btn-inverse-alt:focus {
  box-shadow: none!important;
  border-color: #4f5259;
}

.btn-inverse-alt.disabled:active,
.btn-inverse-alt[disabled]:active,
fieldset[disabled] .btn-inverse-alt:active,
.btn-inverse-alt.disabled.active,
.btn-inverse-alt[disabled].active,
fieldset[disabled] .btn-inverse-alt.active {
  border-color: #4f5259;
  background-color: #4f5259;
  color: #fff;
}

.btn-inverse-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-inverse-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-brown-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #c0392b;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-brown-alt:hover,
.btn-brown-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #962d22;
}

.btn-brown-alt:active,
.btn-brown-alt.active {
  border-color: #c0392b;
  background-color: #c0392b;
  color: #fff;
}

.btn-brown-alt.disabled,
.btn-brown-alt[disabled],
fieldset[disabled] .btn-brown-alt,
.btn-brown-alt.disabled:hover,
.btn-brown-alt[disabled]:hover,
fieldset[disabled] .btn-brown-alt:hover,
.btn-brown-alt.disabled:focus,
.btn-brown-alt[disabled]:focus,
fieldset[disabled] .btn-brown-alt:focus {
  box-shadow: none!important;
  border-color: #c0392b;
}

.btn-brown-alt.disabled:active,
.btn-brown-alt[disabled]:active,
fieldset[disabled] .btn-brown-alt:active,
.btn-brown-alt.disabled.active,
.btn-brown-alt[disabled].active,
fieldset[disabled] .btn-brown-alt.active {
  border-color: #c0392b;
  background-color: #c0392b;
  color: #fff;
}

.btn-brown-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-brown-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-indigo-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #9358ac;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-indigo-alt:hover,
.btn-indigo-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #77458c;
}

.btn-indigo-alt:active,
.btn-indigo-alt.active {
  border-color: #9358ac;
  background-color: #9358ac;
  color: #fff;
}

.btn-indigo-alt.disabled,
.btn-indigo-alt[disabled],
fieldset[disabled] .btn-indigo-alt,
.btn-indigo-alt.disabled:hover,
.btn-indigo-alt[disabled]:hover,
fieldset[disabled] .btn-indigo-alt:hover,
.btn-indigo-alt.disabled:focus,
.btn-indigo-alt[disabled]:focus,
fieldset[disabled] .btn-indigo-alt:focus {
  box-shadow: none!important;
  border-color: #9358ac;
}

.btn-indigo-alt.disabled:active,
.btn-indigo-alt[disabled]:active,
fieldset[disabled] .btn-indigo-alt:active,
.btn-indigo-alt.disabled.active,
.btn-indigo-alt[disabled].active,
fieldset[disabled] .btn-indigo-alt.active {
  border-color: #9358ac;
  background-color: #9358ac;
  color: #fff;
}

.btn-indigo-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-indigo-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-orange-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #f0934e;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-orange-alt:hover,
.btn-orange-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #ec761f;
}

.btn-orange-alt:active,
.btn-orange-alt.active {
  border-color: #f0934e;
  background-color: #f0934e;
  color: #fff;
}

.btn-orange-alt.disabled,
.btn-orange-alt[disabled],
fieldset[disabled] .btn-orange-alt,
.btn-orange-alt.disabled:hover,
.btn-orange-alt[disabled]:hover,
fieldset[disabled] .btn-orange-alt:hover,
.btn-orange-alt.disabled:focus,
.btn-orange-alt[disabled]:focus,
fieldset[disabled] .btn-orange-alt:focus {
  box-shadow: none!important;
  border-color: #f0934e;
}

.btn-orange-alt.disabled:active,
.btn-orange-alt[disabled]:active,
fieldset[disabled] .btn-orange-alt:active,
.btn-orange-alt.disabled.active,
.btn-orange-alt[disabled].active,
fieldset[disabled] .btn-orange-alt.active {
  border-color: #f0934e;
  background-color: #f0934e;
  color: #fff;
}

.btn-orange-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-orange-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-sky-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #76c4ed;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-sky-alt:hover,
.btn-sky-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #49b1e7;
}

.btn-sky-alt:active,
.btn-sky-alt.active {
  border-color: #76c4ed;
  background-color: #76c4ed;
  color: #fff;
}

.btn-sky-alt.disabled,
.btn-sky-alt[disabled],
fieldset[disabled] .btn-sky-alt,
.btn-sky-alt.disabled:hover,
.btn-sky-alt[disabled]:hover,
fieldset[disabled] .btn-sky-alt:hover,
.btn-sky-alt.disabled:focus,
.btn-sky-alt[disabled]:focus,
fieldset[disabled] .btn-sky-alt:focus {
  box-shadow: none!important;
  border-color: #76c4ed;
}

.btn-sky-alt.disabled:active,
.btn-sky-alt[disabled]:active,
fieldset[disabled] .btn-sky-alt:active,
.btn-sky-alt.disabled.active,
.btn-sky-alt[disabled].active,
fieldset[disabled] .btn-sky-alt.active {
  border-color: #76c4ed;
  background-color: #76c4ed;
  color: #fff;
}

.btn-sky-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-sky-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-midnightblue-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #2b3d51;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-midnightblue-alt:hover,
.btn-midnightblue-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #192430;
}

.btn-midnightblue-alt:active,
.btn-midnightblue-alt.active {
  border-color: #2b3d51;
  background-color: #2b3d51;
  color: #fff;
}

.btn-midnightblue-alt.disabled,
.btn-midnightblue-alt[disabled],
fieldset[disabled] .btn-midnightblue-alt,
.btn-midnightblue-alt.disabled:hover,
.btn-midnightblue-alt[disabled]:hover,
fieldset[disabled] .btn-midnightblue-alt:hover,
.btn-midnightblue-alt.disabled:focus,
.btn-midnightblue-alt[disabled]:focus,
fieldset[disabled] .btn-midnightblue-alt:focus {
  box-shadow: none!important;
  border-color: #2b3d51;
}

.btn-midnightblue-alt.disabled:active,
.btn-midnightblue-alt[disabled]:active,
fieldset[disabled] .btn-midnightblue-alt:active,
.btn-midnightblue-alt.disabled.active,
.btn-midnightblue-alt[disabled].active,
fieldset[disabled] .btn-midnightblue-alt.active {
  border-color: #2b3d51;
  background-color: #2b3d51;
  color: #fff;
}

.btn-midnightblue-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-midnightblue-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-magenta-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #e06d94;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-magenta-alt:hover,
.btn-magenta-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #d74375;
}

.btn-magenta-alt:active,
.btn-magenta-alt.active {
  border-color: #e06d94;
  background-color: #e06d94;
  color: #fff;
}

.btn-magenta-alt.disabled,
.btn-magenta-alt[disabled],
fieldset[disabled] .btn-magenta-alt,
.btn-magenta-alt.disabled:hover,
.btn-magenta-alt[disabled]:hover,
fieldset[disabled] .btn-magenta-alt:hover,
.btn-magenta-alt.disabled:focus,
.btn-magenta-alt[disabled]:focus,
fieldset[disabled] .btn-magenta-alt:focus {
  box-shadow: none!important;
  border-color: #e06d94;
}

.btn-magenta-alt.disabled:active,
.btn-magenta-alt[disabled]:active,
fieldset[disabled] .btn-magenta-alt:active,
.btn-magenta-alt.disabled.active,
.btn-magenta-alt[disabled].active,
fieldset[disabled] .btn-magenta-alt.active {
  border-color: #e06d94;
  background-color: #e06d94;
  color: #fff;
}

.btn-magenta-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-magenta-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-green-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #16a085;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-green-alt:hover,
.btn-green-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #107360;
}

.btn-green-alt:active,
.btn-green-alt.active {
  border-color: #16a085;
  background-color: #16a085;
  color: #fff;
}

.btn-green-alt.disabled,
.btn-green-alt[disabled],
fieldset[disabled] .btn-green-alt,
.btn-green-alt.disabled:hover,
.btn-green-alt[disabled]:hover,
fieldset[disabled] .btn-green-alt:hover,
.btn-green-alt.disabled:focus,
.btn-green-alt[disabled]:focus,
fieldset[disabled] .btn-green-alt:focus {
  box-shadow: none!important;
  border-color: #16a085;
}

.btn-green-alt.disabled:active,
.btn-green-alt[disabled]:active,
fieldset[disabled] .btn-green-alt:active,
.btn-green-alt.disabled.active,
.btn-green-alt[disabled].active,
fieldset[disabled] .btn-green-alt.active {
  border-color: #16a085;
  background-color: #16a085;
  color: #fff;
}

.btn-green-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-green-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-purple-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #e044ab;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-purple-alt:hover,
.btn-purple-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #cf2294;
}

.btn-purple-alt:active,
.btn-purple-alt.active {
  border-color: #e044ab;
  background-color: #e044ab;
  color: #fff;
}

.btn-purple-alt.disabled,
.btn-purple-alt[disabled],
fieldset[disabled] .btn-purple-alt,
.btn-purple-alt.disabled:hover,
.btn-purple-alt[disabled]:hover,
fieldset[disabled] .btn-purple-alt:hover,
.btn-purple-alt.disabled:focus,
.btn-purple-alt[disabled]:focus,
fieldset[disabled] .btn-purple-alt:focus {
  box-shadow: none!important;
  border-color: #e044ab;
}

.btn-purple-alt.disabled:active,
.btn-purple-alt[disabled]:active,
fieldset[disabled] .btn-purple-alt:active,
.btn-purple-alt.disabled.active,
.btn-purple-alt[disabled].active,
fieldset[disabled] .btn-purple-alt.active {
  border-color: #e044ab;
  background-color: #e044ab;
  color: #fff;
}

.btn-purple-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-purple-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn-alizarin-alt {
  color: #333;
  background-color: rgba(255,255,255,0);
  border-color: #e74c3c;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

.btn-alizarin-alt:hover,
.btn-alizarin-alt:focus {
  box-shadow: none!important;
  color: #000;
  border-color: #d62c1a;
}

.btn-alizarin-alt:active,
.btn-alizarin-alt.active {
  border-color: #e74c3c;
  background-color: #e74c3c;
  color: #fff;
}

.btn-alizarin-alt.disabled,
.btn-alizarin-alt[disabled],
fieldset[disabled] .btn-alizarin-alt,
.btn-alizarin-alt.disabled:hover,
.btn-alizarin-alt[disabled]:hover,
fieldset[disabled] .btn-alizarin-alt:hover,
.btn-alizarin-alt.disabled:focus,
.btn-alizarin-alt[disabled]:focus,
fieldset[disabled] .btn-alizarin-alt:focus {
  box-shadow: none!important;
  border-color: #e74c3c;
}

.btn-alizarin-alt.disabled:active,
.btn-alizarin-alt[disabled]:active,
fieldset[disabled] .btn-alizarin-alt:active,
.btn-alizarin-alt.disabled.active,
.btn-alizarin-alt[disabled].active,
fieldset[disabled] .btn-alizarin-alt.active {
  border-color: #e74c3c;
  background-color: #e74c3c;
  color: #fff;
}

.btn-alizarin-alt.dropdown-toggle {
  border-width: 1px;
}

.btn-alizarin-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}

.btn[class*=alt] {
  padding: 7px 15px;
}

.btn-lg[class*=alt] {
  padding: 9px 19px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}

.btn-sm[class*=alt] {
  padding: 4px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs[class*=alt] {
  padding: 4px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 0 4px;
}

.caret {
  -webkit-font-smoothing: antialiased;
  display: inline;
  margin-left: 2px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  vertical-align: top;
}

.caret:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  line-height: 1em;
  font-size: 14px;
}

.dropdown-menu {
  left: auto;
  right: 0;
  margin-top: 2px;
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
  background-color: #fff;
  background-color: rgba(255,255,255,.98);
}

.dropdown-menu.pull-left {
  left: 0;
  right: auto;
}

.dropdown-menu .divider {
  margin: 10px 0;
}

.dropdown-menu>li>a {
  color: #656b79;
  padding: 5px 15px;
}

.dropdown-menu.arrow:before {
  position: absolute;
  top: -8px;
  right: 11px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: '';
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #656b79;
  background-color: #e9ecf0;
}

.well {
  padding: 15px;
  box-shadow: none!important;
}

.well blockquote {
  border-color: #e9ecf0;
}

.well.well-transparent {
  background: 0 0;
}

blockquote {
  color: #a2a7b1;
  font-style: normal;
  font-weight: 300;
}

blockquote small,
blockquote .small {
  font-size: 12px;
}

.nav-tabs .dropdown-menu {
  margin-top: 0;
}

.nav-tabs>li>a {
  margin-right: 0;
}

.nav-tabs>li>a:hover {
  border-color: #fbfbfb;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  border-color: #fbfbfb;
}

.btn.dropdown-toggle {
  min-width: 26px;
}

.btn-group,
.btn-group-vertical {
  padding: 0;
}

.btn-group>.btn.fc-state-active,
.btn-group-vertical>.btn.fc-state-active {
  z-index: 2;
}

.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: 0;
}

.btn-toolbar .btn-group {
  float: none;
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
  margin-left: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 15px;
  padding-right: 15px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb>li {
  font-size: 12px!important;
}

.pagination {
  margin: 10px 0;
}

.pagination>li>a,
.pagination>li span {
  padding: 6px 15px;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 20px!important;
  font-size: 17px!important;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 3px!important;
  border-top-left-radius: 3px!important;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 3px!important;
  border-top-right-radius: 3px!important;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px!important;
  font-size: 12px!important;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 2px!important;
  border-top-left-radius: 2px!important;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 2px!important;
  border-top-right-radius: 2px!important;
}

.pager li>a,
.pager li span {
  padding: 6px 14px;
}

.popover {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
}

.popover .arrow {
  border-top-color: rgba(0,0,0,.1)!important;
}

.popover-title {
  padding: 8px 15px;
  border-bottom-width: 0;
  border-radius: 0;
}

.popover-content {
  padding: 10px 15px;
}

.tooltip {
  font-size: 11px;
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow {
  left: 5px;
}

.tooltip.top-right .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  right: 5px;
}

.tooltip-inner {
  padding: 5px 8px;
}

.modal-content {
  box-shadow: none;
}

.alert {
  background: #fff!important;
}

.alert p {
  margin: 0!important;
}

.alert p+p {
  margin-top: 10px!important;
}

.alert .alert-link {
  font-weight: 700;
  color: #4697ce!important;
}

.thumbnail {
  margin-bottom: 0;
}

.label {
  padding: .09em .6em .15em;
  font-family: 'Open Sans','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
  font-weight: 400;
  font-size: .84615em;
  border-radius: 2px;
}

.label-orange {
  background-color: #f0934e;
}

.label-orange[href]:hover,
.label-orange[href]:focus {
  background-color: #ec761f;
}

.label-grape {
  background-color: #7a869c;
}

.label-grape[href]:hover,
.label-grape[href]:focus {
  background-color: #616d82;
}

.label-inverse {
  background-color: #4f5259;
}

.label-inverse[href]:hover,
.label-inverse[href]:focus {
  background-color: #37393e;
}

.label-sky {
  background-color: #76c4ed;
}

.label-sky[href]:hover,
.label-sky[href]:focus {
  background-color: #49b1e7;
}

.badge {
  padding: 4px 6px;
  font-size: 11px;
  font-family: 'Open Sans','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
}

.badge-primary {
  background-color: #4697ce;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #2f7db2;
}

.badge-success {
  background-color: #7dcc93;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #58be75;
}

.badge-info {
  background-color: #63b7e6;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #37a3df;
}

.badge-warning {
  background-color: #e8db4f;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #e2d222;
}

.badge-danger {
  background-color: #e75a5a;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #e12d2d;
}

.badge-magenta {
  background-color: #e06d94;
}

.badge-magenta[href]:hover,
.badge-magenta[href]:focus {
  background-color: #d74375;
}

.badge-orange {
  background-color: #f0934e;
}

.badge-orange[href]:hover,
.badge-orange[href]:focus {
  background-color: #ec761f;
}

.badge-indigo {
  background-color: #9358ac;
}

.badge-indigo[href]:hover,
.badge-indigo[href]:focus {
  background-color: #77458c;
}

#sidebar .badge.badge-primary {
  background-color: #4697ce;
}

#sidebar .badge.badge-primary[href]:hover,
#sidebar .badge.badge-primary[href]:focus {
  background-color: #2f7db2;
}

#sidebar .badge.badge-indigo {
  background-color: #9358ac;
}

#sidebar .badge.badge-indigo[href]:hover,
#sidebar .badge.badge-indigo[href]:focus {
  background-color: #77458c;
}

#sidebar .badge.badge-orange {
  background-color: #f0934e;
}

#sidebar .badge.badge-orange[href]:hover,
#sidebar .badge.badge-orange[href]:focus {
  background-color: #ec761f;
}

#sidebar .badge.badge-success {
  background-color: #7dcc93;
}

#sidebar .badge.badge-success[href]:hover,
#sidebar .badge.badge-success[href]:focus {
  background-color: #58be75;
}

#sidebar .badge.badge-info {
  background-color: #63b7e6;
}

#sidebar .badge.badge-info[href]:hover,
#sidebar .badge.badge-info[href]:focus {
  background-color: #37a3df;
}

#sidebar .badge.badge-warning {
  background-color: #e8db4f;
}

#sidebar .badge.badge-warning[href]:hover,
#sidebar .badge.badge-warning[href]:focus {
  background-color: #e2d222;
}

#sidebar .badge.badge-danger {
  background-color: #e75a5a;
}

#sidebar .badge.badge-danger[href]:hover,
#sidebar .badge.badge-danger[href]:focus {
  background-color: #e12d2d;
}

.progress-sm {
  height: 8px;
}

.progress,
.progress-bar {
  box-shadow: none;
}

.progress-bar-inverse {
  background-color: #4f5259;
}

.progress-striped .progress-bar-inverse {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-primary {
  background-color: #4697ce;
}

.progress-striped .progress-bar-primary {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-green {
  background-color: #16a085;
}

.progress-striped .progress-bar-green {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-orange {
  background-color: #f0934e;
}

.progress-striped .progress-bar-orange {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-purple {
  background-color: #e044ab;
}

.progress-striped .progress-bar-purple {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-indigo {
  background-color: #9358ac;
}

.progress-striped .progress-bar-indigo {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-striped .progress-bar {
  background-image: linear-gradient(45deg,rgba(255,255,255,.35) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.35) 50%,rgba(255,255,255,.35) 75%,transparent 75%,transparent);
}

.contextual-progress {
  margin: 20px 0;
}

.contextual-progress .progress-percentage {
  float: right;
  position: relative;
}

.contextual-progress .label {
  position: absolute;
  right: 32px;
  top: 2px;
  padding: 3px 5px;
}

.contextual-progress .progress-title {
  float: left;
}

.contextual-progress .progress {
  height: 2px;
  margin: 5px 0 0;
}

.contextual-progress:first-child {
  margin-top: 0;
}

.input-group-addon {
  padding: 8px 5px;
  min-width: 44px;
}

.input-group-btn>.btn+.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn.active {
  z-index: inherit;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
  color: #fff;
}

body {
  padding-top: 40px;
}

body.static-header {
  padding-top: 0;
}

#page-container {
  background: #353e49;
  overflow: hidden;
}

#page-content {
  min-height: 650px;
  background: #f3f4f6;
  height: 100%;
}

#wrap>.container {
  padding: 20px;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: none;
}

.navbar-brand {
  font: 0/0 a!important;
  color: transparent!important;
  text-shadow: none!important;
  background-color: transparent!important;
  border: 0!important;
  background: url(../img/logo.png) no-repeat center center;
  height: 40px;
  width: 106px;
}

@media (max-width:480px) {
  ul.toolbar {
    display: block;
    float: none!important;
    margin: 0;
    background-color: #2a3340;
  }

  .navbar-header {
    margin: 0 auto;
    float: none!important;
    width: 106px;
  }

  body {
    padding-top: 80px;
  }

  #page-rightbar,
  #sidebar {
    top: 80px!important;
  }
}

#headerbar {
  top: -1000px;
  left: 0;
  position: fixed;
  padding: 20px 20px 0;
  z-index: 9999;
  width: 100%;
  background-color: #000;
  background-color: rgba(0,0,0,.86);
  transition: top .25s ease;
}

#headerbar:before,
#headerbar:after {
  content: " ";
  display: table;
}

#headerbar:after {
  clear: both;
}

#headerbar:before,
#headerbar:after {
  content: " ";
  display: table;
}

#headerbar:after {
  clear: both;
}

#page-content {
  padding-bottom: 30px;
}

footer {
  background: #f3f4f6;
  margin-left: 230px;
  color: #a2a7b1;
  height: 30px;
  margin-top: -30px;
  overflow: hidden;
}

footer>div.clearfix,
footer>div.dl-horizontal dd,
footer>div.container,
footer>div.container-fluid,
footer>div.row,
footer>div.form-horizontal .form-group,
footer>div.nav,
footer>div.btn-toolbar,
footer>div.btn-group-vertical>.btn-group,
footer>div.pager,
footer>div.modal-footer {
  margin: 6px 20px 0;
  font-size: 12px;
  color: #3d414a;
}

footer>div.clearfix a,
footer>div.dl-horizontal dd a,
footer>div.container a,
footer>div.container-fluid a,
footer>div.row a,
footer>div.form-horizontal .form-group a,
footer>div.nav a,
footer>div.btn-toolbar a,
footer>div.btn-group-vertical>.btn-group a,
footer>div.pager a,
footer>div.modal-footer a {
  color: #3d414a;
}

footer>div.clearfix a:hover,
footer>div.dl-horizontal dd a:hover,
footer>div.container a:hover,
footer>div.container-fluid a:hover,
footer>div.row a:hover,
footer>div.form-horizontal .form-group a:hover,
footer>div.nav a:hover,
footer>div.btn-toolbar a:hover,
footer>div.btn-group-vertical>.btn-group a:hover,
footer>div.pager a:hover,
footer>div.modal-footer a:hover {
  color: #6c7381;
  text-decoration: none!important;
}

footer>div.clearfix ul,
footer>div.dl-horizontal dd ul,
footer>div.container ul,
footer>div.container-fluid ul,
footer>div.row ul,
footer>div.form-horizontal .form-group ul,
footer>div.nav ul,
footer>div.btn-toolbar ul,
footer>div.btn-group-vertical>.btn-group ul,
footer>div.pager ul,
footer>div.modal-footer ul {
  margin-bottom: -2px;
}

footer>div.clearfix ul li:last-child,
footer>div.dl-horizontal dd ul li:last-child,
footer>div.container ul li:last-child,
footer>div.container-fluid ul li:last-child,
footer>div.row ul li:last-child,
footer>div.form-horizontal .form-group ul li:last-child,
footer>div.nav ul li:last-child,
footer>div.btn-toolbar ul li:last-child,
footer>div.btn-group-vertical>.btn-group ul li:last-child,
footer>div.pager ul li:last-child,
footer>div.modal-footer ul li:last-child {
  padding-right: 0;
}

footer #back-to-top {
  margin-top: -1px;
}

#page-heading .breadcrumb {
  line-height: .75;
  padding: 20px 20px 0 20px;
  background: 0 0;
}

#page-heading {
  background: #f3f4f6;
}

#page-heading:before,
#page-heading:after {
  content: " ";
  display: table;
}

#page-heading:after {
  clear: both;
}

#page-heading:before,
#page-heading:after {
  content: " ";
  display: table;
}

#page-heading:after {
  clear: both;
}

#page-heading h1 {
  margin: 0;
  padding: 20px;
  float: left;
  line-height: 34px;
  font-weight: 300;
  font-size: 24px;
}

#page-heading .options {
  display: inline;
  float: right;
  position: relative;
  top: 20px;
  right: 20px;
}

@media print {
  #page-leftbar,
  #page-heading .options,
  #page-heading .breadcrumbs,
  header {
    display: none!important;
  }
}

@media (max-width:767px) {
  header .navbar-collapse.in {
    overflow-y: visible;
  }

  #sidebar {
    position: fixed;
    width: 0;
    top: 40px;
    bottom: 0;
    overflow-x: hidden!important;
  }

  body.show-leftbar #sidebar {
    width: 230px;
  }
}

.focusedform {
  height: 100%;
  background: #353e49;
  padding: 0;
}

.focusedform #page-rightbar,
.focusedform header {
  display: none;
}

.focusedform .panel {
  width: 400px;
}

.focusedform .brand {
  display: block;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 224px;
}

.focusedform .verticalcenter {
  position: absolute;
  top: 42%;
  left: 50%;
  margin-top: -186px;
  margin-left: -200px;
}

.focusedform #wrap {
  overflow: visible;
  height: 100%;
}

.focusedform #page-container {
  height: 100%;
}

.focusedform #page-content {
  margin-left: 0!important;
  height: 100%;
  position: relative;
}

.focusedform #page-rightbar,
.focusedform #page-leftbar {
  display: none;
}

@media (max-width:767px) {
  .focusedform .panel {
    width: 320px;
  }

  .focusedform .verticalcenter {
    margin-left: -160px;
  }
}

.navbar {
  box-shadow: none;
}

.layout-horizontal footer {
  margin-left: 0;
  margin-top: 0;
  overflow: hidden;
}

.layout-horizontal #page-content {
  margin-left: 0;
}

.layout-horizontal nav.navbar {
  z-index: 999;
}

.layout-horizontal #page-leftbar,
.layout-horizontal #leftmenu-trigger {
  display: none;
}

.layout-horizontal #page-content {
  margin-left: 0!important;
}

#horizontal-navbar .navbar-nav>.open>a {
  background: #3d4854;
}

#horizontal-navbar .navbar-nav>.open>a i {
  background: 0 0;
}

#horizontal-navbar .navbar-nav ul {
  background-color: #2d343d;
  border: none;
  border-radius: 0;
}

#horizontal-navbar .navbar-nav ul li a {
  color: #8797a3;
}

#horizontal-navbar .navbar-nav ul li a:hover {
  background: #3d4854;
  color: #c1cfde;
}

#horizontal-navbar .navbar-nav li a {
  color: #8e9eab;
}

#horizontal-navbar .navbar-nav li a i {
  color: #8e9eab;
}

#horizontal-navbar .navbar-nav li.active a,
#horizontal-navbar .navbar-nav li.active a i,
#horizontal-navbar .navbar-nav li.active a:hover,
#horizontal-navbar .navbar-nav li.active a:hover i {
  background-color: #7dcc93;
  color: #fff;
}

#horizontal-navbar .navbar-nav li.active a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #f3f4f6 transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
}

#horizontal-navbar .navbar-nav li a:hover,
#horizontal-navbar .navbar-nav li a:hover i {
  background: #3d4854;
  color: #c1cfde;
}

#horizontal-navbar .navbar-nav i {
  margin-right: 2px;
}

@media (max-width:767px) {
  #horizontal-navbar .navbar-nav li.active a:before {
    border-color: transparent!important;
  }
}

nav.navbar {
  background: #353e49;
}

nav.navbar .navbar-toggle,
nav.navbar .navbar-toggle:hover,
nav.navbar .navbar-toggle:focus {
  background: 0 0;
  color: #fff;
  border: none;
}

@media (min-width:768px) {
  #horizontal-navbar.large-icons-nav .navbar-nav {
    margin-bottom: 0;
  }

  #horizontal-navbar.large-icons-nav .navbar-nav li {
    min-width: 120px;
  }

  #horizontal-navbar.large-icons-nav .navbar-nav li a>i {
    font-size: 28px;
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-right: 0;
  }

  #horizontal-navbar.large-icons-nav .navbar-nav li span {
    display: block;
    text-align: center;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
  }
}

.fixed-layout {
  background: rgba(0,0,0,.9);
}

.fixed-layout #page-container,
.fixed-layout header {
  max-width: none!important;
  width: 1195px;
  margin: 0 auto;
}

.fixed-layout header .navbar-brand {
  display: block;
}

.blockImportant {
  display: block!important;
}

header a.hasnotifications {
  color: #fff!important;
}

header .toolbar .dropdown,
header #headerbardropdown,
header #rightmenu-trigger {
  border-left: 1px solid #0e1216;
}

header #leftmenu-trigger {
  border-right: 1px solid #0e1216;
}

.scrollthis {
  height: 260px;
  overflow-y: scroll;
}

.scrollthis li:before,
.scrollthis li:after {
  content: " ";
  display: table;
}

.scrollthis li:after {
  clear: both;
}

.scrollthis li:before,
.scrollthis li:after {
  content: " ";
  display: table;
}

.scrollthis li:after {
  clear: both;
}

.scrollthis li a {
  display: block;
  text-decoration: none;
}

.scrollthis+.dd-footer {
  border-top: 1px solid #e6e7e8;
}

.dropdown-menu.notifications,
.dropdown-menu.messages {
  padding: 0;
  z-index: 1300;
  width: 320px;
}

.dropdown-menu.notifications li,
.dropdown-menu.messages li {
  border-bottom: 1px solid #e9ecf0;
  color: #656b79!important;
}

.dropdown-menu.notifications li a,
.dropdown-menu.messages li a {
  white-space: normal;
  color: #656b79;
}

.dropdown-menu.notifications li a.active,
.dropdown-menu.messages li a.active {
  color: #3d414a!important;
  background: #f5f6f7!important;
}

.dropdown-menu.notifications li a.active:hover,
.dropdown-menu.messages li a.active:hover {
  color: #3d414a!important;
  background: #f2f3f5!important;
}

.dropdown-menu.notifications li a:hover,
.dropdown-menu.messages li a:hover {
  color: #3d414a!important;
  background: none!important;
}

.dropdown-menu.notifications li a .btn-mark-unread+.tooltip>.tooltip-inner,
.dropdown-menu.messages li a .btn-mark-unread+.tooltip>.tooltip-inner {
  min-width: 83px;
}

.dropdown-menu.notifications li a button.btn-mark-read,
.dropdown-menu.messages li a button.btn-mark-read,
.dropdown-menu.notifications li a button.btn-mark-unread,
.dropdown-menu.messages li a button.btn-mark-unread,
.dropdown-menu.notifications li a button,
.dropdown-menu.messages li a button {
  float: right;
  border: none!important;
  padding: 0!important;
  background: none!important;
  line-height: 0;
}

.dropdown-menu.notifications li a button.btn-mark-read i,
.dropdown-menu.messages li a button.btn-mark-read i,
.dropdown-menu.notifications li a button.btn-mark-unread i,
.dropdown-menu.messages li a button.btn-mark-unread i,
.dropdown-menu.notifications li a button i,
.dropdown-menu.messages li a button i {
  color: #b5b9c2!important;
  margin: 0;
  font-size: 9px!important;
  padding: 3px!important;
  margin-right: -3px;
}

.dropdown-menu.notifications li a button.btn-mark-read:hover i,
.dropdown-menu.messages li a button.btn-mark-read:hover i,
.dropdown-menu.notifications li a button.btn-mark-unread:hover i,
.dropdown-menu.messages li a button.btn-mark-unread:hover i,
.dropdown-menu.notifications li a button:hover i,
.dropdown-menu.messages li a button:hover i {
  color: #4697ce!important;
}

.dropdown-menu.notifications li .time,
.dropdown-menu.messages li .time {
  color: #d9dbe0;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 11px;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  line-height: 16px;
}

.dropdown-menu.notifications li.dd-header a,
.dropdown-menu.messages li.dd-header a,
.dropdown-menu.notifications li.dd-footer a,
.dropdown-menu.messages li.dd-footer a {
  color: #4697ce;
}

.dropdown-menu.notifications li.dd-header,
.dropdown-menu.messages li.dd-header {
  padding: 6px 10px;
  font-size: 11px;
}

.dropdown-menu.notifications li.dd-header:before,
.dropdown-menu.messages li.dd-header:before,
.dropdown-menu.notifications li.dd-header:after,
.dropdown-menu.messages li.dd-header:after {
  content: " ";
  display: table;
}

.dropdown-menu.notifications li.dd-header:after,
.dropdown-menu.messages li.dd-header:after {
  clear: both;
}

.dropdown-menu.notifications li.dd-header:before,
.dropdown-menu.messages li.dd-header:before,
.dropdown-menu.notifications li.dd-header:after,
.dropdown-menu.messages li.dd-header:after {
  content: " ";
  display: table;
}

.dropdown-menu.notifications li.dd-header:after,
.dropdown-menu.messages li.dd-header:after {
  clear: both;
}

.dropdown-menu.notifications li.dd-header span:first-child,
.dropdown-menu.messages li.dd-header span:first-child {
  float: left!important;
  float: left;
  font-weight: 400;
}

.dropdown-menu.notifications li.dd-header span:last-child,
.dropdown-menu.messages li.dd-header span:last-child {
  float: right!important;
  float: right;
}

.dropdown-menu.notifications li.dd-header span:last-child a,
.dropdown-menu.messages li.dd-header span:last-child a {
  padding: 0!important;
}

.dropdown-menu.notifications li.dd-header a,
.dropdown-menu.messages li.dd-header a {
  background: none!important;
}

.dropdown-menu.notifications li.dd-header a:hover,
.dropdown-menu.messages li.dd-header a:hover {
  color: #4697ce!important;
}

.dropdown-menu.notifications li.dd-footer,
.dropdown-menu.messages li.dd-footer {
  font-size: 11px;
}

.dropdown-menu.notifications li.dd-footer a,
.dropdown-menu.messages li.dd-footer a {
  text-align: center;
  padding: 7px 10px;
}

.dropdown-menu.notifications li.dd-footer a:hover,
.dropdown-menu.messages li.dd-footer a:hover {
  background: none!important;
  color: #4697ce!important;
  text-decoration: underline;
}

.dropdown-menu.notifications li:last-child,
.dropdown-menu.messages li:last-child {
  border-bottom: 0;
}

.dropdown-menu.notifications li .notification-user i {
  color: #2b3d51;
}

.dropdown-menu.notifications li .notification-warning i {
  color: #e8db4f;
}

.dropdown-menu.notifications li .notification-danger i {
  color: #e75a5a;
}

.dropdown-menu.notifications li .notification-fix i {
  color: #4f5259;
}

.dropdown-menu.notifications li .notification-success i {
  color: #7dcc93;
}

.dropdown-menu.notifications li .notification-failure i {
  color: #e75a5a;
}

.dropdown-menu.notifications li .notification-order i {
  color: #63b7e6;
}

.dropdown-menu.notifications li a {
  padding: 15px;
  line-height: 16px;
}

.dropdown-menu.notifications li a i {
  float: left!important;
  float: left;
  padding: 5px 0;
  text-align: center;
  margin-top: -4px;
  margin-right: 7px;
}

.dropdown-menu.notifications li a .msg {
  overflow: hidden;
  display: inline;
}

.dropdown-menu.notifications li .time {
  float: right;
}

.dropdown-menu.messages li a {
  line-height: 14px;
  padding: 15px;
}

.dropdown-menu.messages li a img {
  float: left!important;
  float: left;
  margin-right: 10px;
  height: 30px;
  border-radius: 50%;
}

.dropdown-menu.messages li a div {
  overflow: hidden;
  position: relative;
}

.dropdown-menu.messages li a .name {
  margin-top: 0;
  color: #3d414a;
}

.dropdown-menu.messages li a .msg {
  padding-top: 5px;
}

.dropdown-menu.messages li a .tooltip,
.dropdown-menu.messages li a .tooltip-arrow {
  position: absolute!important;
}

.dropdown-menu.messages li .time {
  float: right;
}

.dropdown-menu.messages li img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.dropdown-menu.messages li span {
  display: block;
}

.dropdown-menu.messages li span.msg {
  font-size: 11px;
  color: gray;
}

.dropdown-menu.userinfo {
  padding: 0 15px;
  min-width: 200px;
}

.dropdown-menu.userinfo:before,
.dropdown-menu.userinfo:after {
  content: " ";
  display: table;
}

.dropdown-menu.userinfo:after {
  clear: both;
}

.dropdown-menu.userinfo:before,
.dropdown-menu.userinfo:after {
  content: " ";
  display: table;
}

.dropdown-menu.userinfo:after {
  clear: both;
}

.dropdown-menu.userinfo ul {
  padding-left: 0;
}

.dropdown-menu.userinfo li {
  list-style: none;
}

.dropdown-menu.userinfo h5 {
  margin: -2px 0 -2px 0;
}

.dropdown-menu.userinfo li.username {
  margin: 0 -15px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #e9ecf0;
}

.dropdown-menu.userinfo li.username:before,
.dropdown-menu.userinfo li.username:after {
  content: " ";
  display: table;
}

.dropdown-menu.userinfo li.username:after {
  clear: both;
}

.dropdown-menu.userinfo li.username:before,
.dropdown-menu.userinfo li.username:after {
  content: " ";
  display: table;
}

.dropdown-menu.userinfo li.username:after {
  clear: both;
}

.dropdown-menu.userinfo li.username a {
  padding: 0 5px;
}

.dropdown-menu.userinfo li.username .pull-left img {
  width: 30px;
  border-radius: 50%;
}

.dropdown-menu.userinfo li.username .pull-right {
  min-width: 130px;
}

.dropdown-menu.userinfo li.username .pull-right small {
  color: gray;
}

.dropdown-menu.userinfo li.username .pull-right small span {
  color: #4697ce;
}

.dropdown-menu.userinfo .userlinks ul {
  display: block;
  position: relative;
  border: none;
  background: 0 0;
  width: 100%;
  box-shadow: none;
}

.dropdown-menu.userinfo .userlinks ul li {
  margin: 0 -15px;
}

.dropdown-menu.userinfo .userlinks ul li a {
  white-space: inherit;
}

.dropdown-menu.userinfo .userlinks ul li.divider {
  margin: 5px -15px;
}

.dropdown-menu.userinfo .userlinks ul i.pull-right {
  margin-top: 2px;
}

.dropdown-menu.search {
  width: 280px;
  padding: 0;
}

.dropdown-menu.search input[type=text] {
  border: none;
  height: 38px;
}

#headerbardropdown {
  padding: 8px 10px;
}

#headerbardropdown span {
  background-color: none;
  padding: 2px 8px 3px 8px;
  display: block;
  border-radius: 2px;
}

#headerbardropdown i {
  margin-left: 0;
}

.toolbar.navbar-nav {
  margin: 0;
}

.navbar-nav .dropdown-toggle {
  padding-top: 11px;
  padding-bottom: 10px;
}

.navbar-nav.toolbar>li {
  float: right;
}

a.username {
  padding: 8px 10px!important;
  font-size: 12px!important;
}

a.username:before,
a.username:after {
  content: " ";
  display: table;
}

a.username:after {
  clear: both;
}

a.username:before,
a.username:after {
  content: " ";
  display: table;
}

a.username:after {
  clear: both;
}

a.username span {
  font-weight: 600;
  padding-right: 8px;
  top: 2px;
  position: relative;
  float: left;
}

a.username img {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  float: right;
}

.dropdown-menu.userinfo .username a {
  padding: 0;
  color: #3d414a;
}

.dropdown-menu.userinfo .username a:before,
.dropdown-menu.userinfo .username a:after {
  content: " ";
  display: table;
}

.dropdown-menu.userinfo .username a:after {
  clear: both;
}

.dropdown-menu.userinfo .username a:before,
.dropdown-menu.userinfo .username a:after {
  content: " ";
  display: table;
}

.dropdown-menu.userinfo .username a:after {
  clear: both;
}

.dropdown-menu.userinfo .username a:hover {
  text-decoration: none;
  background: 0 0;
}

header.navbar {
  margin-bottom: 0;
  border: none;
}

.nav .badge,
#sidebar .badge {
  text-align: center;
  text-shadow: none!important;
}

.nav .badge {
  top: 4px;
  left: 22px;
  position: absolute;
}

#sidebar .badge {
  float: right;
  position: absolute;
  top: 11px;
  right: 30px;
}

.navbar .btn {
  font-size: 1em;
  padding: 5px;
}

.navbar .btn.pull-left {
  border-right: 1px solid #555;
  margin-right: 10px;
}

.navbar .btn.pull-right {
  border-left: 1px solid #555;
  margin-left: 10px;
}

#leftmenu-trigger,
#rightmenu-trigger {
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjI5OTJEN0UxMDdFMTFFMzk1QjZBODRFMTJGRERFNzMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjI5OTJEN0QxMDdFMTFFMzk1QjZBODRFMTJGRERFNzMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmRpZDo4QzE3NEM1ODdCMTBFMzExQTBDOEVEREIyRENFMUU0QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4QzE3NEM1ODdCMTBFMzExQTBDOEVEREIyRENFMUU0QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmxMBE8AAADNSURBVHja7NpBCoAwDARAIz7cn9cvaGhqW2bPCnEwSxGjtXZIPicCgAABAhSAAAECFIAAAQIUgADXyZW45+583aiUzB0+qFphgDpw7P1TzacDrTBAHTjxmbB8Vh1ohQECBCgAAQIEKAABAgQoAAECBCgAAQIEKAABAgQoAAECBCgAAU6YzP+Bb/+Hi8metWTuDGAs+rKEFdaBOvBLl/xVAUPn27EDwwrrQB3Yu2P+WvvyWXc/B4YV1oEABSBAgAAFIECAAAUgQIA75RFgAGBMGKmai6EfAAAAAElFTkSuQmCC);
}

#leftmenu-trigger {
  background-position: 0 0;
  float: left;
}

#leftmenu-trigger:hover {
  background-position: 0 40px;
}

#rightmenu-trigger {
  background-position: 39px 0;
  float: right;
}

#rightmenu-trigger:hover {
  background-position: 39px 40px;
}

@media (max-width:767px) {
  .dropdown-menu.messages {
    margin-right: -35px;
  }

  .dropdown-menu.messages:before {
    margin-right: 35px;
  }

  .dropdown-menu.notifications {
    margin-right: -85px;
  }

  .dropdown-menu.notifications:before {
    margin-right: 85px;
  }

  nav.navbar .dropdown-menu {
    position: relative;
    float: none;
    background: 0 0;
    box-shadow: none;
    border: none;
  }

  nav.navbar .navbar-header {
    width: auto;
  }
}

nav.navbar {
  margin-bottom: 0;
}

#page-rightbar {
  background: #fafbfc;
  display: none;
  width: 300px;
  top: 40px;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  position: fixed;
  border-left: 1px solid #e1e3e8;
}

#page-rightbar>div {
  position: static!important;
  overflow-y: hidden;
}

#page-rightbar>div .jspContainer,
#page-rightbar>div .jspPane {
  width: 299px!important;
}

body.show-rightbar #page-rightbar {
  display: block;
}

body.show-rightbar #page-rightbar .panel-heading {
  padding: 0 10px;
  background-color: #f5f6f7;
}

body.show-rightbar #page-rightbar .panel-heading a {
  color: #a2a7b1!important;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .1em;
}

body.show-rightbar #page-rightbar .panel-heading a small {
  color: #AEAFB1;
  font-size: 13px;
}

body.show-rightbar #page-rightbar .panel-heading a:after {
  opacity: .5;
  filter: alpha(opacity=50);
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  float: right;
}

body.show-rightbar #page-rightbar .panel-heading a.collapsed:after {
  content: "\f104";
  opacity: .5;
  filter: alpha(opacity=50);
}

body.show-rightbar #page-rightbar .open .panel-heading a:after {
  opacity: .5;
  filter: alpha(opacity=50);
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  float: right;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body {
  background: #fafbfc;
  margin-top: 0;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body:before,
body.show-rightbar #page-rightbar .panel-collapse .panel-body:after {
  content: " ";
  display: table;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body:after {
  clear: both;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body:before,
body.show-rightbar #page-rightbar .panel-collapse .panel-body:after {
  content: " ";
  display: table;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body:after {
  clear: both;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body .more {
  padding-top: 0;
  font-size: 11px;
  float: right;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body .widget-block {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body .widget-block:before,
body.show-rightbar #page-rightbar .panel-collapse .panel-body .widget-block:after {
  content: " ";
  display: table;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body .widget-block:after {
  clear: both;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body .widget-block:before,
body.show-rightbar #page-rightbar .panel-collapse .panel-body .widget-block:after {
  content: " ";
  display: table;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body .widget-block:after {
  clear: both;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body .widget-block small {
  display: block;
  color: #fff;
  color: rgba(255,255,255,.75);
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body .widget-block h5 {
  margin: 0;
  color: #fff;
  font-size: 1.3em;
}

body.show-rightbar #page-rightbar .panel-collapse .panel-body .widget-block h5>small {
  vertical-align: super;
  display: inline;
  font-size: .6em;
}

body.show-rightbar #widgetarea {
  display: block;
  overflow: visible;
}

body.show-rightbar #chatarea {
  display: none;
  margin-top: 10px;
}

body.show-rightbar #chatarea .chatuser {
  font-size: 17px;
  margin: 0 0;
}

body.show-rightbar #chatarea .chathistory {
  bottom: 122px;
  top: 40px;
  position: absolute;
  height: auto;
  display: block;
  z-index: 999999999;
  overflow-y: auto;
  overflow-x: hidden;
}

body.show-rightbar #chatarea .chatinput {
  height: 100px;
  width: 279px;
  bottom: 10px;
  position: absolute;
}

body.show-rightbar #chatarea .chatinput textarea {
  border: 1px solid #e1e3e8;
  text-decoration: none;
  background-color: #fff;
  width: 100%;
  height: 62px;
  padding: 10px;
  resize: none;
}

body.show-rightbar #chatarea .chatmsg {
  text-align: right;
  position: relative;
  background: #fbfbfb;
  color: #1a1a1a;
  width: 279px;
  padding: 10px;
  margin: 10px 0 20px;
  border-radius: 3px;
}

body.show-rightbar #chatarea .chatmsg:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 100%;
  right: 5%;
  border-top: 10px solid #fbfbfb;
  border-left: 15px solid transparent;
}

body.show-rightbar #chatarea .chatmsg p {
  margin: 0;
  font-size: 14px;
}

body.show-rightbar #chatarea .chatmsg span {
  padding-top: 5px;
  display: block;
  text-align: left;
  font-size: 12px;
  opacity: .3;
  filter: alpha(opacity=30);
}

body.show-rightbar #chatarea .chatmsg.sent {
  text-align: left;
  background: #2b3d51;
  color: #fff;
  position: relative;
}

body.show-rightbar #chatarea .chatmsg.sent span {
  text-align: right;
}

body.show-rightbar #chatarea .chatmsg.sent:after {
  left: 5%;
  right: auto;
  border-left: none;
  border-top: 10px solid #2b3d51;
  border-right: 15px solid transparent;
}

.chat-users {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
  padding: 0;
}

.chat-users a {
  display: block;
  color: #656b79;
}

.chat-users a:hover {
  text-decoration: none;
  background-color: #f2f3f5;
  border-radius: 0;
}

.chat-users li {
  margin: 5px 0 0 0;
}

.chat-users li:first-child {
  margin-top: 0;
}

.chat-users img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.chat-users span {
  padding-left: 10px;
}

.chat-users li a:after {
  content: "•";
  float: right;
  font-size: 1.7em;
  padding-right: 5px;
  line-height: 30px;
}

.chat-users li[data-stats=online] a:after {
  color: #7dcc93;
}

.chat-users li[data-stats=busy] a:after {
  color: #e75a5a;
}

.chat-users li[data-stats=away] a:after {
  color: #e8db4f;
}

.chat-users li[data-stats=offline] a:after {
  color: #fbfbfb;
}

#page-leftbar {
  float: left;
  background: #353e49;
  white-space: nowrap;
  position: relative;
}

#page-leftbar:before,
#page-leftbar:after {
  content: " ";
  display: table;
}

#page-leftbar:after {
  clear: both;
}

#page-leftbar:before,
#page-leftbar:after {
  content: " ";
  display: table;
}

#page-leftbar:after {
  clear: both;
}

#page-leftbar .collapse.in {
  padding: 5px 0 5px;
}

#page-leftbar .collapse {
  padding: 0;
}

#sidebar {
  white-space: normal;
  margin: 0;
  padding-left: 0!important;
}

#sidebar .badge {
  font-weight: 600;
  background-color: rgba(21,22,26,.6);
  right: 25px!important;
}

#sidebar i {
  color: #8e9eab;
  margin-left: 1px;
  margin-right: 8px;
  min-width: 18px;
  text-align: center;
  display: inline-block;
}

#sidebar .divider {
  height: 1px;
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  background-color: #2d343d;
}

#sidebar .divider:hover {
  background-color: #2d343d;
}

#sidebar a {
  text-decoration: none;
}

#sidebar ul {
  padding: 10px 0;
  list-style: none;
}

#sidebar ul {
  padding-left: 0!important;
}

#sidebar ul,
#sidebar ul li a {
  background: #2d343d;
  color: #8797a3;
}

#sidebar li.active i,
#sidebar li.active a:hover i {
  color: #fff;
}

#sidebar li a {
  color: #8e9eab;
  display: block;
  padding: 11px 10px;
  position: relative;
  font-weight: 400;
  transition: all .3s ease;
}

#sidebar a:hover {
  background-color: #3d4854;
  color: #c1cfde;
}

#sidebar a:hover i {
  color: #c1cfde;
}

#sidebar>li.active>a {
  background: #7dcc93;
  color: #fff;
}

#sidebar>li.active>a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f3f4f6 transparent transparent;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0;
}

#sidebar ul li.active>a {
  color: #fff!important;
}

#sidebar ul li a {
  padding: 5px 10px 5px 37px;
}

#sidebar ul li.active:not(.open)>a {
  font-weight: 600;
  color: #fff;
}

#sidebar li ul {
  display: none;
}

#sidebar ul ul {
  padding: 0;
}

#sidebar li li li a {
  padding-left: 60px;
}

#sidebar ul ul ul li a {
  padding-left: 80px;
}

#sidebar ul ul ul ul li a {
  padding-left: 100px;
}

#sidebar li.hasChild>a {
  position: relative;
}

#sidebar li.hasChild>a:before,
#sidebar li.hasChild>a:after {
  content: " ";
  display: table;
}

#sidebar li.hasChild>a:after {
  clear: both;
}

#sidebar li.hasChild>a:before,
#sidebar li.hasChild>a:after {
  content: " ";
  display: table;
}

#sidebar li.hasChild>a:after {
  clear: both;
}

#sidebar li.hasChild>a:before,
#sidebar li.hasChild.open>a:before {
  content: "\f105";
  opacity: .5;
  filter: alpha(opacity=50);
}

#sidebar li.hasChild.open>a:before {
  content: "\f107";
  opacity: .5;
  filter: alpha(opacity=50);
}

#sidebar li.hasChild>a:before,
#sidebar li.hasChild.open>a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: right;
  padding-right: 0;
  display: inline-block;
  float: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#sidebar li.hasChild li.hasChild a:before {
  top: 5px;
}

body.collapse-leftbar #sidebar>li.hasChild.open>a:before {
  content: "";
}

body.collapse-leftbar #sidebar>li.hasChild>a:before {
  content: "";
}

body.collapse-leftbar #sidebar>li.hasChild:hover>a:before {
  content: "\f107";
}

#page-leftbar {
  width: 230px;
}

#page-content {
  margin-left: 230px;
}

#wrap {
  overflow: hidden;
}

@media (max-width:767px) {
  #page-leftbar {
    width: 0;
    z-index: 999;
  }

  #page-content,
  #sidebar {
    transition: 250ms ease;
  }

  #sidebar {
    white-space: nowrap;
  }

  #page-content {
    width: 100%;
    margin-left: 0;
  }

  footer {
    margin-left: 0;
  }

  body.show-leftbar #page-leftbar {
    width: 230px;
  }

  body.show-leftbar #page-content {
    margin-left: 230px;
  }

  body.show-leftbar footer {
    -webkit-transform: translate(230px,0);
    transform: translate(230px,0);
  }
}

#search {
  line-height: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

#search>a {
  display: none!important;
}

#search form {
  margin: 0;
  padding: 0;
  position: relative;
}

#search form .search-query {
  background: #2d343d;
  color: #8e9eab;
  padding: 0 10px 0 37px;
  border-radius: 0;
  min-height: 40px;
  line-height: 18px;
  width: 100%;
}

#search form .search-query::-moz-placeholder {
  color: rgba(142,158,171,.4);
  opacity: 1;
}

#search form .search-query:-ms-input-placeholder {
  color: rgba(142,158,171,.4);
}

#search form .search-query::-webkit-input-placeholder {
  color: rgba(142,158,171,.4);
}

#search form .search-query:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

#search form .search-query:focus:-ms-input-placeholder {
  color: transparent;
}

#search form .search-query:focus::-webkit-input-placeholder {
  color: transparent;
}

#search form .search-query:focus+button i {
  opacity: 1;
  filter: alpha(opacity=100);
}

#search form .search-query,
#search form .search-query:active,
#search form .search-query:focus {
  border: none;
}

#search form button[type=submit] {
  float: left;
  position: absolute;
  top: 0;
  left: 10px;
  border: 0;
  background: 0 0;
  padding: 13px 0;
  margin: 0;
  min-width: none;
}

#search form button[type=submit] i {
  color: #8e9eab;
  opacity: .4;
  filter: alpha(opacity=40);
}

body.collapse-leftbar #page-leftbar {
  width: 40px;
}

body.collapse-leftbar #page-content,
body.collapse-leftbar footer {
  margin-left: 40px;
}

body.collapse-leftbar #sidebar>li {
  white-space: nowrap;
  z-index: 999;
  position: relative;
}

body.collapse-leftbar #sidebar>li span {
  display: none;
}

body.collapse-leftbar #sidebar>li>ul {
  position: absolute;
  width: 210px;
  left: 40px;
  display: none!important;
}

body.collapse-leftbar #sidebar>li:hover,
body.collapse-leftbar #sidebar>li.keep-open {
  background: #3d4854;
  width: 250px;
}

body.collapse-leftbar #sidebar>li:hover span,
body.collapse-leftbar #sidebar>li.keep-open span {
  display: inline;
}

body.collapse-leftbar #sidebar>li:hover>ul,
body.collapse-leftbar #sidebar>li.keep-open>ul {
  display: block!important;
}

body.collapse-leftbar #sidebar>li:hover.divider,
body.collapse-leftbar #sidebar>li.keep-open.divider {
  width: 40px!important;
}

body.collapse-leftbar #sidebar>li:hover>a,
body.collapse-leftbar #sidebar>li.keep-open>a,
body.collapse-leftbar #sidebar>li:hover a i,
body.collapse-leftbar #sidebar>li.keep-open a i {
  color: #c1cfde;
}

body.collapse-leftbar #sidebar>li.active:hover>a:after {
  display: none;
}

body.collapse-leftbar #sidebar>li.active:hover>a,
body.collapse-leftbar #sidebar>li.active:hover>a i {
  color: #fff;
}

body.collapse-leftbar #sidebar i {
  margin-right: 20px!important;
  margin-left: 1px;
}

body.collapse-leftbar #sidebar li li a {
  padding-left: 10px;
}

body.collapse-leftbar #sidebar li li li a {
  padding-left: 20px;
}

body.collapse-leftbar #sidebar li li li li a {
  padding-left: 30px;
}

body.collapse-leftbar #search:hover {
  width: 40px!important;
}

body.collapse-leftbar #search:hover,
body.collapse-leftbar #search:hover a {
  background: none!important;
  box-shadow: none!important;
}

body.collapse-leftbar #search a {
  display: block!important;
  padding: 13px 10px;
}

body.collapse-leftbar #search form {
  display: none;
}

body.collapse-leftbar #search .opacity-control {
  opacity: .5;
  filter: alpha(opacity=50);
}

body.collapse-leftbar #search.keep-open {
  width: 250px!important;
}

body.collapse-leftbar #search.keep-open>a {
  background: #2d343d!important;
}

body.collapse-leftbar #search.keep-open>a:hover {
  background: #8e9eab;
}

body.collapse-leftbar #search.keep-open form {
  display: block;
  width: 220px;
  position: absolute;
  top: 0;
  left: 30px;
}

body.collapse-leftbar #search.keep-open form .search-query {
  border: 0;
  background: 0 0;
  padding: 0 10px 0 10px;
  position: relative!important;
  z-index: 1050;
  width: 100%;
}

body.collapse-leftbar #search.keep-open form button[type=submit] {
  display: none;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 40px;
  margin-bottom: 19px;
  border: 0;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container>.navbar-header,
.container>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {
  .container>.navbar-header,
  .container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width:768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  z-index: 1000;
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 19px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width:768px) {
  .navbar>.container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 6px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: rgba(0,0,0,.15)!important;
  border: 1px solid transparent;
  border-radius: 3px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left!important;
    float: left;
  }

  .navbar-right {
    float: right!important;
    float: right;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.navbar-btn {
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}

.navbar-text {
  float: left;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

@media (min-width:768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.navbar-default {
  background-color: #e6e7e8;
  border-color: 0;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #d5d6d8;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: 0;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #d5d6d8;
  color: #555;
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .navbar-nav a {
    color: #333;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #d5d6d8;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #202731;
  border-color: #161b22;
}

.navbar-inverse .navbar-brand {
  color: #888;
  color: rgba(255,255,255,.5);
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #d9dbe0;
}

.navbar-inverse .navbar-nav>li>a {
  color: #888;
  color: rgba(255,255,255,.5);
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:focus {
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #0e1216;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #12161b;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #0e1216;
  color: #fff;
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-top-color: rgba(255,255,255,.5);
  border-bottom-color: rgba(255,255,255,.5);
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-link {
  color: #888;
  color: rgba(255,255,255,.5);
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.panel {
  margin: 0 0 20px;
  border-radius: 3px;
}

.panel-body {
  border: 0 solid #e1e3e8;
  border-radius: 3px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  font-size: 13px;
  border-bottom: 1px solid #e1e3e8;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  height: 40px;
  line-height: 2em;
}

.panel-heading:before,
.panel-heading:after {
  content: " ";
  display: table;
}

.panel-heading:after {
  clear: both;
}

.panel-heading:before,
.panel-heading:after {
  content: " ";
  display: table;
}

.panel-heading:after {
  clear: both;
}

.panel-heading .nav.nav-tabs li a {
  color: #656b79;
  outline: 0;
  cursor: pointer;
  text-rendering: auto;
}

.panel-heading .nav.nav-tabs li a:hover {
  border: 1px solid transparent;
  color: #444;
  background: 0 0;
}

.panel-heading .nav.nav-tabs li.active a {
  color: #3d414a;
  background-color: #f3f4f6;
  border-left: 1px solid #e1e3e8;
  border-right: 1px solid #e1e3e8;
  border-top: 1px solid #e1e3e8;
  cursor: default;
}

.panel-heading h4 {
  font-size: 13px;
  letter-spacing: .1em;
  color: #a2a7b1;
  text-transform: uppercase;
  float: left;
  margin: 0;
  line-height: 40px;
  text-rendering: auto;
}

.panel-heading h4 i {
  position: relative;
}

.panel-heading .options {
  float: right!important;
  float: right;
}

.panel-heading .options:before,
.panel-heading .options:after {
  content: " ";
  display: table;
}

.panel-heading .options:after {
  clear: both;
}

.panel-heading .options:before,
.panel-heading .options:after {
  content: " ";
  display: table;
}

.panel-heading .options:after {
  clear: both;
}

.panel-heading .options .nav-tabs {
  float: left;
  position: relative;
  top: 0;
}

.panel-heading .options .nav-tabs li a {
  line-height: 38px;
}

.panel-heading .options>a {
  opacity: .5;
  filter: alpha(opacity=50);
  color: #a2a7b1;
  float: right;
  line-height: 40px;
  padding-left: 10px;
}

.panel-heading .options>a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}

.panel-heading .options .btn {
  line-height: 1em!important;
  padding-top: 2px;
  padding-bottom: 2px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.panel-footer {
  padding: 15px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-footer:before,
.panel-footer:after {
  content: " ";
  display: table;
}

.panel-footer:after {
  clear: both;
}

.panel-footer:before,
.panel-footer:after {
  content: " ";
  display: table;
}

.panel-footer:after {
  clear: both;
}

.panel-body {
  padding: 20px;
}

.panel-heading+.panel-body {
  border: none;
  padding: 15px 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-body+.panel-footer {
  padding: 10px 0 0;
  border-top: 1px solid #e1e3e8;
  color: #e1e3e8;
}

.options .nav-tabs {
  border-bottom: 0;
}

.options .nav-tabs li a {
  padding: 0 10px;
  font-size: 13px;
  line-height: 38px;
}

.options .nav-tabs li a:hover {
  background: 0 0;
}

.options .nav-tabs>li>a {
  margin-right: 0;
}

.icon-highlight {
  top: -1px;
  padding: 5px 0;
  height: 25px;
  width: 25px;
  text-align: center;
  background: rgba(0,0,0,.15);
  border-radius: 2px;
  margin: 5px 3px 5px -3px;
  border: 1px solid rgba(0,0,0,.08);
}

.icon-scale {
  font-size: 14px;
}

.icon-scale-sm {
  font-size: 13px;
}

.icon-gray {
  color: rgba(0,0,0,.5);
}

.icon-highlight-info {
  color: #fff!important;
  background: #63b7e6;
}

.icon-highlight-primary {
  color: #fff!important;
  background: #4697ce;
}

.icon-highlight-danger {
  color: #fff!important;
  background: #e75a5a;
}

.icon-highlight-success {
  color: #fff!important;
  background: #7dcc93;
}

.icon-highlight-inverse {
  color: #fff!important;
  background: #4f5259;
}

.icon-highlight-orange {
  color: #fff!important;
  background: #f0934e;
}

.icon-highlight-midnightblue {
  color: #fff!important;
  background: #2b3d51;
}

.icon-highlight-indigo {
  color: #fff!important;
  background: #9358ac;
}

.icon-highlight-green {
  color: #fff!important;
  background: #16a085;
}

.icon-highlight-sky {
  color: #fff!important;
  background: #76c4ed;
}

.icon-highlight-warning {
  color: #fff!important;
  background: #e8db4f;
}

.icon-highlight-purple {
  color: #fff!important;
  background: #e044ab;
}

.panel-primary {
  border-color: #4697ce;
}

.panel-primary .panel-heading {
  color: #fff;
  background-color: #4697ce;
  border-color: #4697ce;
}

.panel-primary .panel-body {
  border-top: 2px solid #4697ce;
}

.panel-primary .panel-body.no-border {
  border-top: none;
}

.panel-success {
  border-color: #7dcc93;
}

.panel-success .panel-heading {
  color: #fff;
  background-color: #7dcc93;
  border-color: #7dcc93;
}

.panel-success .panel-body {
  border-top: 2px solid #7dcc93;
}

.panel-success .panel-body.no-border {
  border-top: none;
}

.panel-warning {
  border-color: #e8db4f;
}

.panel-warning .panel-heading {
  color: #fff;
  background-color: #e8db4f;
  border-color: #e8db4f;
}

.panel-warning .panel-body {
  border-top: 2px solid #e8db4f;
}

.panel-warning .panel-body.no-border {
  border-top: none;
}

.panel-danger {
  border-color: #e75a5a;
}

.panel-danger .panel-heading {
  color: #fff;
  background-color: #e75a5a;
  border-color: #e75a5a;
}

.panel-danger .panel-body {
  border-top: 2px solid #e75a5a;
}

.panel-danger .panel-body.no-border {
  border-top: none;
}

.panel-info {
  border-color: #63b7e6;
}

.panel-info .panel-heading {
  color: #fff;
  background-color: #63b7e6;
  border-color: #63b7e6;
}

.panel-info .panel-body {
  border-top: 2px solid #63b7e6;
}

.panel-info .panel-body.no-border {
  border-top: none;
}

.panel-inverse {
  border-color: #4f5259;
}

.panel-inverse .panel-heading {
  color: #fff;
  background-color: #4f5259;
  border-color: #4f5259;
}

.panel-inverse .panel-body {
  border-top: 2px solid #4f5259;
}

.panel-inverse .panel-body.no-border {
  border-top: none;
}

.panel-brown {
  border-color: #c0392b;
}

.panel-brown .panel-heading {
  color: #fff;
  background-color: #c0392b;
  border-color: #c0392b;
}

.panel-brown .panel-body {
  border-top: 2px solid #c0392b;
}

.panel-brown .panel-body.no-border {
  border-top: none;
}

.panel-indigo {
  border-color: #9358ac;
}

.panel-indigo .panel-heading {
  color: #fff;
  background-color: #9358ac;
  border-color: #9358ac;
}

.panel-indigo .panel-body {
  border-top: 2px solid #9358ac;
}

.panel-indigo .panel-body.no-border {
  border-top: none;
}

.panel-orange {
  border-color: #f0934e;
}

.panel-orange .panel-heading {
  color: #fff;
  background-color: #f0934e;
  border-color: #f0934e;
}

.panel-orange .panel-body {
  border-top: 2px solid #f0934e;
}

.panel-orange .panel-body.no-border {
  border-top: none;
}

.panel-sky {
  border-color: #76c4ed;
}

.panel-sky .panel-heading {
  color: #fff;
  background-color: #76c4ed;
  border-color: #76c4ed;
}

.panel-sky .panel-body {
  border-top: 2px solid #76c4ed;
}

.panel-sky .panel-body.no-border {
  border-top: none;
}

.panel-midnightblue {
  border-color: #2b3d51;
}

.panel-midnightblue .panel-heading {
  color: #fff;
  background-color: #2b3d51;
  border-color: #2b3d51;
}

.panel-midnightblue .panel-body {
  border-top: 2px solid #2b3d51;
}

.panel-midnightblue .panel-body.no-border {
  border-top: none;
}

.panel-magenta {
  border-color: #e06d94;
}

.panel-magenta .panel-heading {
  color: #fff;
  background-color: #e06d94;
  border-color: #e06d94;
}

.panel-magenta .panel-body {
  border-top: 2px solid #e06d94;
}

.panel-magenta .panel-body.no-border {
  border-top: none;
}

.panel-green {
  border-color: #16a085;
}

.panel-green .panel-heading {
  color: #fff;
  background-color: #16a085;
  border-color: #16a085;
}

.panel-green .panel-body {
  border-top: 2px solid #16a085;
}

.panel-green .panel-body.no-border {
  border-top: none;
}

.panel-purple {
  border-color: #e044ab;
}

.panel-purple .panel-heading {
  color: #fff;
  background-color: #e044ab;
  border-color: #e044ab;
}

.panel-purple .panel-body {
  border-top: 2px solid #e044ab;
}

.panel-purple .panel-body.no-border {
  border-top: none;
}

.panel-grape {
  border-color: #7a869c;
}

.panel-grape .panel-heading {
  color: #fff;
  background-color: #7a869c;
  border-color: #7a869c;
}

.panel-grape .panel-body {
  border-top: 2px solid #7a869c;
}

.panel-grape .panel-body.no-border {
  border-top: none;
}

.panel.gray {
  border-color: #e9ecf0;
}

.panel.gray .panel-heading {
  color: #656b79;
  background-color: #e9ecf0;
  border-color: #e9ecf0;
}

.panel.gray .panel-body {
  border-top: 2px solid #e9ecf0;
}

.panel.gray .panel-body.no-border {
  border-top: none;
}

.panel.gray .panel-heading {
  border-bottom: 0 solid #e1e3e8;
  padding-right: 10px;
}

.panel.gray .panel-heading .options .nav-tabs {
  top: 1px!important;
}

.panel.gray .panel-heading .nav.nav-tabs li a {
  border: none;
  line-height: 39px!important;
}

.panel.gray .panel-heading .nav.nav-tabs li a:hover {
  border: none;
  line-height: 39px!important;
}

.panel.gray .panel-heading .nav.nav-tabs li.active a {
  background: #fff;
  border: none;
  line-height: 39px!important;
}

.panel.gray .panel-heading .nav.nav-tabs li.active a:hover {
  background: #fff;
  border: none;
  line-height: 39px!important;
}

.panel.gray .panel-heading h4 {
  padding-left: 10px;
  color: #a2a7b1!important;
}

.panel.gray .panel-heading h4>.nav.nav-tabs {
  right: 10px;
}

.panel.gray .panel-heading h4>.nav.nav-tabs li a {
  line-height: 39px;
  padding: 0 10px;
  margin-top: 1px;
  border: none!important;
}

.panel.gray .panel-body {
  background-color: #fff;
  border-top: 0!important;
  border-left: 0 solid #e1e3e8;
  border-right: 0 solid #e1e3e8;
  border-bottom: 0 solid #e1e3e8;
  padding: 20px!important;
}

.panel-gray {
  border-color: #e9ecf0;
}

.panel-gray .panel-heading {
  color: #656b79;
  background-color: #e9ecf0;
  border-color: #e9ecf0;
}

.panel-gray .panel-body {
  border-top: 2px solid #e9ecf0;
}

.panel-gray .panel-body.no-border {
  border-top: none;
}

.panel-gray .panel-heading {
  border-top: 0 solid #e1e3e8!important;
  border-left: 0 solid #e1e3e8!important;
  border-right: 0 solid #e1e3e8!important;
  border-bottom: none;
}

.panel-gray .panel-heading h4 {
  color: #a2a7b1!important;
}

.panel-gray .panel-heading .options a {
  color: #656b79!important;
}

.panel-gray .panel-heading.rounded-bottom {
  border-bottom: 0 solid #e1e3e8!important;
}

.panel-gray .panel-body {
  border-bottom: 0 solid #e1e3e8!important;
  border-left: 0 solid #e1e3e8!important;
  border-right: 0 solid #e1e3e8!important;
}

[class*=panel-].panel .panel-heading {
  padding: 0 15px;
  border-bottom: none;
}

[class*=panel-].panel .panel-heading.rounded-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

[class*=panel-].panel .panel-heading .nav.nav-tabs>li a {
  line-height: 39px!important;
  color: #fff;
  color: rgba(255,255,255,.75);
}

[class*=panel-].panel .panel-heading .nav.nav-tabs>li a:hover {
  color: #fff;
}

[class*=panel-].panel .panel-heading .nav.nav-tabs>li.active a {
  color: #656b79;
  background: #fff;
}

[class*=panel-].panel .panel-heading .options a {
  color: #fff;
}

[class*=panel-].panel .panel-heading .options .nav-tabs {
  top: 1px!important;
}

[class*=panel-].panel .panel-heading .options .nav-tabs li,
[class*=panel-].panel .panel-heading .options .nav-tabs li a {
  border: none;
  font-size: 13px!important;
}

[class*=panel-].panel .panel-heading .options .nav-tabs li a {
  line-height: 39px!important;
}

[class*=panel-].panel .panel-heading .options .nav-tabs li.active a:hover {
  color: #656b79;
}

[class*=panel-].panel .panel-heading .options .nav-tabs li a i {
  font-size: 13px;
}

[class*=panel-].panel .panel-body {
  padding: 15px;
  border-left: 0 solid #e1e3e8;
  border-right: 0 solid #e1e3e8;
  border-bottom: 0 solid #e1e3e8;
  background-color: #fff;
}

[class*=panel-].panel .panel-body.no-padding {
  padding: 0;
}

[class*=panel-].panel .panel-footer {
  background-color: #fbfbfb;
  border-width: 0;
  border-style: solid;
  border-color: #e1e3e8;
  padding: 15px;
  color: #2b2e33;
}

[class*=panel-].panel .panel-heading+.panel-body {
  border-top: none;
}

[class*=panel-].panel .panel-body .panel-footer {
  margin: 15px -15px -15px;
  border-top: 0 solid #e1e3e8;
}

.panel-heading>h4>ul.nav.nav-tabs {
  position: relative;
  border: none;
}

.panel-heading>h4>ul.nav.nav-tabs>li {
  padding-left: 0;
}

.panel-heading>h4>ul.nav.nav-tabs>li>a {
  padding: 0 10px;
  line-height: 38px;
}

[class*=panel-].panel .panel-heading>h4 {
  color: #fff;
}

[class*=panel-].panel .panel-heading>h4>ul.nav.nav-tabs {
  bottom: -1px;
  right: 14px;
  border: none;
}

[class*=panel-].panel .panel-heading>h4>ul.nav.nav-tabs>li>a {
  border: none;
  padding: 0 10px;
  line-height: 40px;
  margin-top: 0;
}

.panel-body>.list-group {
  margin: -20px;
}

.panel-body>.list-group .list-group-item {
  border-width: 1px 0;
}

.panel-body>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-body>.list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel>.table {
  margin-bottom: 0;
}

.panel>.panel-body+.table {
  border-top: 1px solid #e9ecf0;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
  overflow: hidden;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading h4 a {
  color: #fff;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 0 solid #e1e3e8;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 0 solid #e1e3e8;
}

.panel-group .panel-collapse .panel-body {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel .panel-heading .nav.nav-tabs>li {
  margin-bottom: -2px;
}

.panel .panel-heading .nav.nav-tabs>li.dropdown>a:hover,
.panel .panel-heading .nav.nav-tabs>li.dropdown a:focus {
  color: #656b79;
  background-color: transparent;
}

.panel .panel-heading .nav.nav-tabs>li.dropdown.open>a,
.panel .panel-heading .nav.nav-tabs>li.dropdown.open>a:hover,
.panel .panel-heading .nav.nav-tabs>li.dropdown.open>a:focus {
  color: #656b79;
  background-color: transparent;
  border: 1px solid transparent;
}

[class*=panel-].panel .panel-heading .nav.nav-tabs>li {
  margin-bottom: -1px;
}

[class*=panel-].panel .panel-heading .nav.nav-tabs>li.dropdown>a:hover,
[class*=panel-].panel .panel-heading .nav.nav-tabs>li.dropdown a:focus {
  background-color: transparent;
  color: #fff;
  color: rgba(255,255,255,.75);
}

[class*=panel-].panel .panel-heading .nav.nav-tabs>li.dropdown.open>a,
[class*=panel-].panel .panel-heading .nav.nav-tabs>li.dropdown.open>a:hover,
[class*=panel-].panel .panel-heading .nav.nav-tabs>li.dropdown.open>a:focus {
  background-color: transparent;
  color: #fff;
  border: none;
}

.panel-heading h4 .nav.nav-tabs .dropdown-menu {
  margin-top: -2px;
}

.panel-heading .nav.nav-tabs>li.dropdown.open ul.dropdown-menu li a {
  color: #656b79;
}

.panel-heading .nav.nav-tabs>li.dropdown.open ul.dropdown-menu li a:hover {
  background-color: #e1e3e8;
  border: none;
}

panel-controls {
  float: right!important;
  height: 36px;
  margin-left: 10px;
}

panel-controls>a {
  opacity: .5;
  filter: alpha(opacity=50);
  color: #000;
  font-size: 14px;
  float: right;
  line-height: 35px;
  padding-left: 10px;
}

tab-heading .badge {
  top: 0!important;
  left: 0!important;
  position: relative!important;
  letter-spacing: 0;
}

.tiles-heading,
.tiles-body,
.tiles-footer {
  transition: .05s ease-in;
}

.tiles-heading:before,
.tiles-body:before,
.tiles-footer:before,
.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
  content: " ";
  display: table;
}

.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
  clear: both;
}

.tiles-heading:before,
.tiles-body:before,
.tiles-footer:before,
.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
  content: " ";
  display: table;
}

.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
  clear: both;
}

.info-tiles,
.shortcut-tiles {
  margin: 0 0 20px;
  display: block;
  border-radius: 3px;
}

a.info-tiles,
a.shortcut-tiles {
  background: 0 0;
}

.info-tiles .tiles-heading {
  letter-spacing: .1em;
  padding: 6px 10px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
}

.info-tiles .tiles-heading .pull-right {
  transition: .06s ease-in;
  color: rgba(255,255,255,.4);
}

.info-tiles .tiles-body {
  font-size: 32px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.info-tiles .tiles-body .text-center {
  position: relative;
  text-align: center;
}

.info-tiles .tiles-body .text-center i {
  position: absolute;
  margin: auto;
  top: -5px;
  left: -5px;
  color: rgba(255,255,255,.15);
}

.info-tiles .tiles-body .text-center i:hover {
  color: rgba(255,255,255,.15);
}

.info-tiles .tiles-body .text-center .info-text {
  font-size: 36px;
  height: 87px;
  line-height: 87px;
  color: #fff;
}

.info-tiles .tiles-body .text-center .info-text .superscript {
  position: relative;
  font-size: 18px;
  top: -18px;
  color: rgba(255,255,255,.6);
}

.info-tiles .tiles-body .text-center .info-text .subscript {
  position: relative;
  font-size: 18px;
  top: 0;
  color: rgba(255,255,255,.6);
}

.info-tiles .tiles-body .text-center .info-text-bottom {
  font-size: 13px;
  color: rgba(255,255,255,.6);
}

.info-tiles .tiles-body-alt {
  font-size: 32px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.info-tiles .tiles-body-alt,
.info-tiles .tiles-body {
  padding: 15px;
  font-weight: 300;
}

.info-tiles .tiles-body-alt .sparkline,
.info-tiles .tiles-body .sparkline {
  width: 100px;
  margin: 0 auto;
  padding: 0;
}

.info-tiles .tiles-body-alt .text-top,
.info-tiles .tiles-body .text-top {
  vertical-align: super;
  font-size: 24px;
}

.info-tiles .tiles-body-alt .text-smallcaps,
.info-tiles .tiles-body .text-smallcaps {
  font-variant: small-caps;
}

.info-tiles .tiles-body-alt .text-center,
.info-tiles .tiles-body .text-center {
  margin-top: -5px;
}

.info-tiles .tiles-body-alt i,
.info-tiles .tiles-body i {
  font-size: 32px;
  color: rgba(255,255,255,.4);
  transition: .06s ease-in;
}

.info-tiles .tiles-body-alt>i,
.info-tiles .tiles-body>i {
  position: absolute;
}

.info-tiles .tiles-body-alt div+small,
.info-tiles .tiles-body div+small {
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 400;
  color: rgba(255,255,255,.7);
  margin-top: -7px;
  margin-bottom: 4px;
}

.info-tiles .tiles-footer {
  color: #fff;
  color: rgba(255,255,255,.4);
  padding: 5px 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.info-tiles .tiles-footer i {
  float: right;
  position: relative;
  top: 2px;
  display: none;
}

.info-tiles .tiles-footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 0;
  height: 0;
  margin-right: 11px;
  margin-bottom: 20px;
  border-top: 5px solid rgba(0,0,0,.35);
  border-right: 5px solid #f3f4f6;
  border-bottom: 5px solid #f3f4f6;
  border-left: 5px solid rgba(0,0,0,.35);
  border-top-left-radius: 3px;
}

.info-tiles .tiles-footer:hover {
  color: #fff;
}

.info-tiles:hover {
  text-decoration: none;
}

.info-tiles:hover i {
  color: #fff;
}

.info-tiles:hover .tiles-footer {
  color: #fff;
}

.info-tiles:hover .tiles-footer i {
  display: inline;
}

.info-tiles:hover .tiles-heading .pull-right {
  color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .info-tiles .tiles-footer:after {
    right: 0;
    border-top: 6px solid rgba(0,0,0,.35);
  }
}

@media (max-width:767px) {
  .col-xs-12 .info-tiles .tiles-footer:after {
    bottom: -20px;
  }
}

.shortcut-tiles .tiles-body {
  padding: 10px 10px 0 10px;
  font-size: 32px;
  line-height: 32px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.shortcut-tiles .tiles-body i {
  font-size: 32px;
  color: rgba(255,255,255,.6);
  transition: .06s ease-in;
}

.shortcut-tiles .tiles-body .pull-right {
  line-height: 0;
}

.shortcut-tiles .tiles-body .pull-right .badge {
  background-color: #000;
  background-color: rgba(0,0,0,.3);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
}

.shortcut-tiles .tiles-footer {
  text-transform: none;
  text-align: right;
  padding: 7px 10px;
  letter-spacing: .1em;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.shortcut-tiles:hover {
  text-decoration: none;
}

.shortcut-tiles:hover i {
  color: #fff;
}

.info-tiles.tiles-info {
  color: #fff!important;
}

.info-tiles.tiles-info .tiles-heading {
  background: #86c7ec;
}

.info-tiles.tiles-info .tiles-body {
  background: #63b7e6;
}

.info-tiles.tiles-info .tiles-body-alt {
  background: #63b7e6;
}

.info-tiles.tiles-info .tiles-footer {
  background: #37a3df;
}

.info-tiles.tiles-info:hover {
  color: #fff;
}

.info-tiles.tiles-info:hover .tiles-heading {
  background: #6ebce8;
}

.info-tiles.tiles-info:hover .tiles-body {
  background: #4dade2;
}

.info-tiles.tiles-info:hover .tiles-body-alt {
  background: #4dade2;
}

.info-tiles.tiles-info:hover .tiles-footer {
  background: #2398da;
}

.info-tiles.tiles-success {
  color: #fff!important;
}

.info-tiles.tiles-success .tiles-heading {
  background: #9ad7ab;
}

.info-tiles.tiles-success .tiles-body {
  background: #7dcc93;
}

.info-tiles.tiles-success .tiles-body-alt {
  background: #7dcc93;
}

.info-tiles.tiles-success .tiles-footer {
  background: #58be75;
}

.info-tiles.tiles-success:hover {
  color: #fff;
}

.info-tiles.tiles-success:hover .tiles-heading {
  background: #86d09b;
}

.info-tiles.tiles-success:hover .tiles-body {
  background: #6bc584;
}

.info-tiles.tiles-success:hover .tiles-body-alt {
  background: #6bc584;
}

.info-tiles.tiles-success:hover .tiles-footer {
  background: #47b566;
}

.info-tiles.tiles-danger {
  color: #fff!important;
}

.info-tiles.tiles-danger .tiles-heading {
  background: #ec7e7e;
}

.info-tiles.tiles-danger .tiles-body {
  background: #e75a5a;
}

.info-tiles.tiles-danger .tiles-body-alt {
  background: #e75a5a;
}

.info-tiles.tiles-danger .tiles-footer {
  background: #e12d2d;
}

.info-tiles.tiles-danger:hover {
  color: #fff;
}

.info-tiles.tiles-danger:hover .tiles-heading {
  background: #e96565;
}

.info-tiles.tiles-danger:hover .tiles-body {
  background: #e44444;
}

.info-tiles.tiles-danger:hover .tiles-body-alt {
  background: #e44444;
}

.info-tiles.tiles-danger:hover .tiles-footer {
  background: #d51f1f;
}

.info-tiles.tiles-warning {
  color: #fff!important;
}

.info-tiles.tiles-warning .tiles-heading {
  background: #ede273;
}

.info-tiles.tiles-warning .tiles-body {
  background: #e8db4f;
}

.info-tiles.tiles-warning .tiles-body-alt {
  background: #e8db4f;
}

.info-tiles.tiles-warning .tiles-footer {
  background: #e2d222;
}

.info-tiles.tiles-warning:hover {
  color: #fff;
}

.info-tiles.tiles-warning:hover .tiles-heading {
  background: #e9dd5a;
}

.info-tiles.tiles-warning:hover .tiles-body {
  background: #e5d638;
}

.info-tiles.tiles-warning:hover .tiles-body-alt {
  background: #e5d638;
}

.info-tiles.tiles-warning:hover .tiles-footer {
  background: #cfc01b;
}

.info-tiles.tiles-primary {
  color: #fff!important;
}

.info-tiles.tiles-primary .tiles-heading {
  background: #66a9d7;
}

.info-tiles.tiles-primary .tiles-body {
  background: #4697ce;
}

.info-tiles.tiles-primary .tiles-body-alt {
  background: #4697ce;
}

.info-tiles.tiles-primary .tiles-footer {
  background: #2f7db2;
}

.info-tiles.tiles-primary:hover {
  color: #fff;
}

.info-tiles.tiles-primary:hover .tiles-heading {
  background: #509dd1;
}

.info-tiles.tiles-primary:hover .tiles-body {
  background: #348bc6;
}

.info-tiles.tiles-primary:hover .tiles-body-alt {
  background: #348bc6;
}

.info-tiles.tiles-primary:hover .tiles-footer {
  background: #2a6f9e;
}

.info-tiles.tiles-inverse {
  color: #fff!important;
}

.info-tiles.tiles-inverse .tiles-heading {
  background: #62666f;
}

.info-tiles.tiles-inverse .tiles-body {
  background: #4f5259;
}

.info-tiles.tiles-inverse .tiles-body-alt {
  background: #4f5259;
}

.info-tiles.tiles-inverse .tiles-footer {
  background: #37393e;
}

.info-tiles.tiles-inverse:hover {
  color: #fff;
}

.info-tiles.tiles-inverse:hover .tiles-heading {
  background: #555860;
}

.info-tiles.tiles-inverse:hover .tiles-body {
  background: #43464b;
}

.info-tiles.tiles-inverse:hover .tiles-body-alt {
  background: #43464b;
}

.info-tiles.tiles-inverse:hover .tiles-footer {
  background: #2b2d30;
}

.info-tiles.tiles-midnightblue {
  color: #fff!important;
}

.info-tiles.tiles-midnightblue .tiles-heading {
  background: #39516c;
}

.info-tiles.tiles-midnightblue .tiles-body {
  background: #2b3d51;
}

.info-tiles.tiles-midnightblue .tiles-body-alt {
  background: #2b3d51;
}

.info-tiles.tiles-midnightblue .tiles-footer {
  background: #192430;
}

.info-tiles.tiles-midnightblue:hover {
  color: #fff;
}

.info-tiles.tiles-midnightblue:hover .tiles-heading {
  background: #2f4359;
}

.info-tiles.tiles-midnightblue:hover .tiles-body {
  background: #223040;
}

.info-tiles.tiles-midnightblue:hover .tiles-body-alt {
  background: #223040;
}

.info-tiles.tiles-midnightblue:hover .tiles-footer {
  background: #10171f;
}

.info-tiles.tiles-sky {
  color: #fff!important;
}

.info-tiles.tiles-sky .tiles-heading {
  background: #9ad4f2;
}

.info-tiles.tiles-sky .tiles-body {
  background: #76c4ed;
}

.info-tiles.tiles-sky .tiles-body-alt {
  background: #76c4ed;
}

.info-tiles.tiles-sky .tiles-footer {
  background: #49b1e7;
}

.info-tiles.tiles-sky:hover {
  color: #fff;
}

.info-tiles.tiles-sky:hover .tiles-heading {
  background: #81c9ee;
}

.info-tiles.tiles-sky:hover .tiles-body {
  background: #5fbaea;
}

.info-tiles.tiles-sky:hover .tiles-body-alt {
  background: #5fbaea;
}

.info-tiles.tiles-sky:hover .tiles-footer {
  background: #32a7e4;
}

.info-tiles.tiles-orange {
  color: #fff!important;
}

.info-tiles.tiles-orange .tiles-heading {
  background: #f3aa74;
}

.info-tiles.tiles-orange .tiles-body {
  background: #f0934e;
}

.info-tiles.tiles-orange .tiles-body-alt {
  background: #f0934e;
}

.info-tiles.tiles-orange .tiles-footer {
  background: #ec761f;
}

.info-tiles.tiles-orange:hover {
  color: #fff;
}

.info-tiles.tiles-orange:hover .tiles-heading {
  background: #f19a5a;
}

.info-tiles.tiles-orange:hover .tiles-body {
  background: #ee8536;
}

.info-tiles.tiles-orange:hover .tiles-body-alt {
  background: #ee8536;
}

.info-tiles.tiles-orange:hover .tiles-footer {
  background: #df6a13;
}

.info-tiles.tiles-indigo {
  color: #fff!important;
}

.info-tiles.tiles-indigo .tiles-heading {
  background: #a573ba;
}

.info-tiles.tiles-indigo .tiles-body {
  background: #9358ac;
}

.info-tiles.tiles-indigo .tiles-body-alt {
  background: #9358ac;
}

.info-tiles.tiles-indigo .tiles-footer {
  background: #77458c;
}

.info-tiles.tiles-indigo:hover {
  color: #fff;
}

.info-tiles.tiles-indigo:hover .tiles-heading {
  background: #9961b0;
}

.info-tiles.tiles-indigo:hover .tiles-body {
  background: #854e9d;
}

.info-tiles.tiles-indigo:hover .tiles-body-alt {
  background: #854e9d;
}

.info-tiles.tiles-indigo:hover .tiles-footer {
  background: #683d7b;
}

.info-tiles.tiles-green {
  color: #fff!important;
}

.info-tiles.tiles-green .tiles-heading {
  background: #1bc4a3;
}

.info-tiles.tiles-green .tiles-body {
  background: #16a085;
}

.info-tiles.tiles-green .tiles-body-alt {
  background: #16a085;
}

.info-tiles.tiles-green .tiles-footer {
  background: #107360;
}

.info-tiles.tiles-green:hover {
  color: #fff;
}

.info-tiles.tiles-green:hover .tiles-heading {
  background: #18ab8e;
}

.info-tiles.tiles-green:hover .tiles-body {
  background: #138a72;
}

.info-tiles.tiles-green:hover .tiles-body-alt {
  background: #138a72;
}

.info-tiles.tiles-green:hover .tiles-footer {
  background: #0d5d4d;
}

.info-tiles.tiles-magenta {
  color: #fff!important;
}

.info-tiles.tiles-magenta .tiles-heading {
  background: #e78fad;
}

.info-tiles.tiles-magenta .tiles-body {
  background: #e06d94;
}

.info-tiles.tiles-magenta .tiles-body-alt {
  background: #e06d94;
}

.info-tiles.tiles-magenta .tiles-footer {
  background: #d74375;
}

.info-tiles.tiles-magenta:hover {
  color: #fff;
}

.info-tiles.tiles-magenta:hover .tiles-heading {
  background: #e2789c;
}

.info-tiles.tiles-magenta:hover .tiles-body {
  background: #dc5885;
}

.info-tiles.tiles-magenta:hover .tiles-body-alt {
  background: #dc5885;
}

.info-tiles.tiles-magenta:hover .tiles-footer {
  background: #d32e66;
}

.info-tiles.tiles-purple {
  color: #fff!important;
}

.info-tiles.tiles-purple .tiles-heading {
  background: #e667bb;
}

.info-tiles.tiles-purple .tiles-body {
  background: #e044ab;
}

.info-tiles.tiles-purple .tiles-body-alt {
  background: #e044ab;
}

.info-tiles.tiles-purple .tiles-footer {
  background: #cf2294;
}

.info-tiles.tiles-purple:hover {
  color: #fff;
}

.info-tiles.tiles-purple:hover .tiles-heading {
  background: #e24fb0;
}

.info-tiles.tiles-purple:hover .tiles-body {
  background: #dc2ea1;
}

.info-tiles.tiles-purple:hover .tiles-body-alt {
  background: #dc2ea1;
}

.info-tiles.tiles-purple:hover .tiles-footer {
  background: #b91f84;
}

.info-tiles.tiles-brown {
  color: #fff!important;
}

.info-tiles.tiles-brown .tiles-heading {
  background: #d44e40;
}

.info-tiles.tiles-brown .tiles-body {
  background: #c0392b;
}

.info-tiles.tiles-brown .tiles-body-alt {
  background: #c0392b;
}

.info-tiles.tiles-brown .tiles-footer {
  background: #962d22;
}

.info-tiles.tiles-brown:hover {
  color: #fff;
}

.info-tiles.tiles-brown:hover .tiles-heading {
  background: #ca3c2d;
}

.info-tiles.tiles-brown:hover .tiles-body {
  background: #ab3326;
}

.info-tiles.tiles-brown:hover .tiles-body-alt {
  background: #ab3326;
}

.info-tiles.tiles-brown:hover .tiles-footer {
  background: #81261d;
}

.info-tiles.tiles-grape {
  color: #fff!important;
}

.info-tiles.tiles-grape .tiles-heading {
  background: #919bad;
}

.info-tiles.tiles-grape .tiles-body {
  background: #7a869c;
}

.info-tiles.tiles-grape .tiles-body-alt {
  background: #7a869c;
}

.info-tiles.tiles-grape .tiles-footer {
  background: #616d82;
}

.info-tiles.tiles-grape:hover {
  color: #fff;
}

.info-tiles.tiles-grape:hover .tiles-heading {
  background: #818da1;
}

.info-tiles.tiles-grape:hover .tiles-body {
  background: #6c7991;
}

.info-tiles.tiles-grape:hover .tiles-body-alt {
  background: #6c7991;
}

.info-tiles.tiles-grape:hover .tiles-footer {
  background: #566074;
}

.info-tiles.tiles-toyo {
  color: #fff!important;
}

.info-tiles.tiles-toyo .tiles-heading {
  background: #677fa4;
}

.info-tiles.tiles-toyo .tiles-body {
  background: #556b8d;
}

.info-tiles.tiles-toyo .tiles-body-alt {
  background: #556b8d;
}

.info-tiles.tiles-toyo .tiles-footer {
  background: #42536d;
}

.info-tiles.tiles-toyo:hover {
  color: #fff;
}

.info-tiles.tiles-toyo:hover .tiles-heading {
  background: #5a7195;
}

.info-tiles.tiles-toyo:hover .tiles-body {
  background: #4b5f7d;
}

.info-tiles.tiles-toyo:hover .tiles-body-alt {
  background: #4b5f7d;
}

.info-tiles.tiles-toyo:hover .tiles-footer {
  background: #38475d;
}

.info-tiles.tiles-alizarin {
  color: #fff!important;
}

.info-tiles.tiles-alizarin .tiles-heading {
  background: #eb6d60;
}

.info-tiles.tiles-alizarin .tiles-body {
  background: #e74c3c;
}

.info-tiles.tiles-alizarin .tiles-body-alt {
  background: #e74c3c;
}

.info-tiles.tiles-alizarin .tiles-footer {
  background: #d62c1a;
}

.info-tiles.tiles-alizarin:hover {
  color: #fff;
}

.info-tiles.tiles-alizarin:hover .tiles-heading {
  background: #e85647;
}

.info-tiles.tiles-alizarin:hover .tiles-body {
  background: #e43725;
}

.info-tiles.tiles-alizarin:hover .tiles-body-alt {
  background: #e43725;
}

.info-tiles.tiles-alizarin:hover .tiles-footer {
  background: #bf2718;
}

.shortcut-tiles.tiles-info {
  color: #fff!important;
}

.shortcut-tiles.tiles-info .tiles-heading,
.shortcut-tiles.tiles-info .tiles-body,
.shortcut-tiles.tiles-info .tiles-footer {
  background: #63b7e6;
}

.shortcut-tiles.tiles-info:hover {
  color: #fff;
}

.shortcut-tiles.tiles-info:hover .tiles-heading,
.shortcut-tiles.tiles-info:hover .tiles-body,
.shortcut-tiles.tiles-info:hover .tiles-footer {
  background: #4dade2;
}

.shortcut-tiles.tiles-success {
  color: #fff!important;
}

.shortcut-tiles.tiles-success .tiles-heading,
.shortcut-tiles.tiles-success .tiles-body,
.shortcut-tiles.tiles-success .tiles-footer {
  background: #7dcc93;
}

.shortcut-tiles.tiles-success:hover {
  color: #fff;
}

.shortcut-tiles.tiles-success:hover .tiles-heading,
.shortcut-tiles.tiles-success:hover .tiles-body,
.shortcut-tiles.tiles-success:hover .tiles-footer {
  background: #6bc584;
}

.shortcut-tiles.tiles-danger {
  color: #fff!important;
}

.shortcut-tiles.tiles-danger .tiles-heading,
.shortcut-tiles.tiles-danger .tiles-body,
.shortcut-tiles.tiles-danger .tiles-footer {
  background: #e75a5a;
}

.shortcut-tiles.tiles-danger:hover {
  color: #fff;
}

.shortcut-tiles.tiles-danger:hover .tiles-heading,
.shortcut-tiles.tiles-danger:hover .tiles-body,
.shortcut-tiles.tiles-danger:hover .tiles-footer {
  background: #e44444;
}

.shortcut-tiles.tiles-warning {
  color: #fff!important;
}

.shortcut-tiles.tiles-warning .tiles-heading,
.shortcut-tiles.tiles-warning .tiles-body,
.shortcut-tiles.tiles-warning .tiles-footer {
  background: #e8db4f;
}

.shortcut-tiles.tiles-warning:hover {
  color: #fff;
}

.shortcut-tiles.tiles-warning:hover .tiles-heading,
.shortcut-tiles.tiles-warning:hover .tiles-body,
.shortcut-tiles.tiles-warning:hover .tiles-footer {
  background: #e5d638;
}

.shortcut-tiles.tiles-primary {
  color: #fff!important;
}

.shortcut-tiles.tiles-primary .tiles-heading,
.shortcut-tiles.tiles-primary .tiles-body,
.shortcut-tiles.tiles-primary .tiles-footer {
  background: #4697ce;
}

.shortcut-tiles.tiles-primary:hover {
  color: #fff;
}

.shortcut-tiles.tiles-primary:hover .tiles-heading,
.shortcut-tiles.tiles-primary:hover .tiles-body,
.shortcut-tiles.tiles-primary:hover .tiles-footer {
  background: #348bc6;
}

.shortcut-tiles.tiles-inverse {
  color: #fff!important;
}

.shortcut-tiles.tiles-inverse .tiles-heading,
.shortcut-tiles.tiles-inverse .tiles-body,
.shortcut-tiles.tiles-inverse .tiles-footer {
  background: #4f5259;
}

.shortcut-tiles.tiles-inverse:hover {
  color: #fff;
}

.shortcut-tiles.tiles-inverse:hover .tiles-heading,
.shortcut-tiles.tiles-inverse:hover .tiles-body,
.shortcut-tiles.tiles-inverse:hover .tiles-footer {
  background: #43464b;
}

.shortcut-tiles.tiles-midnightblue {
  color: #fff!important;
}

.shortcut-tiles.tiles-midnightblue .tiles-heading,
.shortcut-tiles.tiles-midnightblue .tiles-body,
.shortcut-tiles.tiles-midnightblue .tiles-footer {
  background: #2b3d51;
}

.shortcut-tiles.tiles-midnightblue:hover {
  color: #fff;
}

.shortcut-tiles.tiles-midnightblue:hover .tiles-heading,
.shortcut-tiles.tiles-midnightblue:hover .tiles-body,
.shortcut-tiles.tiles-midnightblue:hover .tiles-footer {
  background: #223040;
}

.shortcut-tiles.tiles-sky {
  color: #fff!important;
}

.shortcut-tiles.tiles-sky .tiles-heading,
.shortcut-tiles.tiles-sky .tiles-body,
.shortcut-tiles.tiles-sky .tiles-footer {
  background: #76c4ed;
}

.shortcut-tiles.tiles-sky:hover {
  color: #fff;
}

.shortcut-tiles.tiles-sky:hover .tiles-heading,
.shortcut-tiles.tiles-sky:hover .tiles-body,
.shortcut-tiles.tiles-sky:hover .tiles-footer {
  background: #5fbaea;
}

.shortcut-tiles.tiles-orange {
  color: #fff!important;
}

.shortcut-tiles.tiles-orange .tiles-heading,
.shortcut-tiles.tiles-orange .tiles-body,
.shortcut-tiles.tiles-orange .tiles-footer {
  background: #f0934e;
}

.shortcut-tiles.tiles-orange:hover {
  color: #fff;
}

.shortcut-tiles.tiles-orange:hover .tiles-heading,
.shortcut-tiles.tiles-orange:hover .tiles-body,
.shortcut-tiles.tiles-orange:hover .tiles-footer {
  background: #ee8536;
}

.shortcut-tiles.tiles-indigo {
  color: #fff!important;
}

.shortcut-tiles.tiles-indigo .tiles-heading,
.shortcut-tiles.tiles-indigo .tiles-body,
.shortcut-tiles.tiles-indigo .tiles-footer {
  background: #9358ac;
}

.shortcut-tiles.tiles-indigo:hover {
  color: #fff;
}

.shortcut-tiles.tiles-indigo:hover .tiles-heading,
.shortcut-tiles.tiles-indigo:hover .tiles-body,
.shortcut-tiles.tiles-indigo:hover .tiles-footer {
  background: #854e9d;
}

.shortcut-tiles.tiles-green {
  color: #fff!important;
}

.shortcut-tiles.tiles-green .tiles-heading,
.shortcut-tiles.tiles-green .tiles-body,
.shortcut-tiles.tiles-green .tiles-footer {
  background: #16a085;
}

.shortcut-tiles.tiles-green:hover {
  color: #fff;
}

.shortcut-tiles.tiles-green:hover .tiles-heading,
.shortcut-tiles.tiles-green:hover .tiles-body,
.shortcut-tiles.tiles-green:hover .tiles-footer {
  background: #138a72;
}

.shortcut-tiles.tiles-magenta {
  color: #fff!important;
}

.shortcut-tiles.tiles-magenta .tiles-heading,
.shortcut-tiles.tiles-magenta .tiles-body,
.shortcut-tiles.tiles-magenta .tiles-footer {
  background: #e06d94;
}

.shortcut-tiles.tiles-magenta:hover {
  color: #fff;
}

.shortcut-tiles.tiles-magenta:hover .tiles-heading,
.shortcut-tiles.tiles-magenta:hover .tiles-body,
.shortcut-tiles.tiles-magenta:hover .tiles-footer {
  background: #dc5885;
}

.shortcut-tiles.tiles-purple {
  color: #fff!important;
}

.shortcut-tiles.tiles-purple .tiles-heading,
.shortcut-tiles.tiles-purple .tiles-body,
.shortcut-tiles.tiles-purple .tiles-footer {
  background: #e044ab;
}

.shortcut-tiles.tiles-purple:hover {
  color: #fff;
}

.shortcut-tiles.tiles-purple:hover .tiles-heading,
.shortcut-tiles.tiles-purple:hover .tiles-body,
.shortcut-tiles.tiles-purple:hover .tiles-footer {
  background: #dc2ea1;
}

.shortcut-tiles.tiles-brown {
  color: #fff!important;
}

.shortcut-tiles.tiles-brown .tiles-heading,
.shortcut-tiles.tiles-brown .tiles-body,
.shortcut-tiles.tiles-brown .tiles-footer {
  background: #c0392b;
}

.shortcut-tiles.tiles-brown:hover {
  color: #fff;
}

.shortcut-tiles.tiles-brown:hover .tiles-heading,
.shortcut-tiles.tiles-brown:hover .tiles-body,
.shortcut-tiles.tiles-brown:hover .tiles-footer {
  background: #ab3326;
}

.shortcut-tiles.tiles-grape {
  color: #fff!important;
}

.shortcut-tiles.tiles-grape .tiles-heading,
.shortcut-tiles.tiles-grape .tiles-body,
.shortcut-tiles.tiles-grape .tiles-footer {
  background: #7a869c;
}

.shortcut-tiles.tiles-grape:hover {
  color: #fff;
}

.shortcut-tiles.tiles-grape:hover .tiles-heading,
.shortcut-tiles.tiles-grape:hover .tiles-body,
.shortcut-tiles.tiles-grape:hover .tiles-footer {
  background: #6c7991;
}

.shortcut-tiles.tiles-toyo {
  color: #fff!important;
}

.shortcut-tiles.tiles-toyo .tiles-heading,
.shortcut-tiles.tiles-toyo .tiles-body,
.shortcut-tiles.tiles-toyo .tiles-footer {
  background: #556b8d;
}

.shortcut-tiles.tiles-toyo:hover {
  color: #fff;
}

.shortcut-tiles.tiles-toyo:hover .tiles-heading,
.shortcut-tiles.tiles-toyo:hover .tiles-body,
.shortcut-tiles.tiles-toyo:hover .tiles-footer {
  background: #4b5f7d;
}

.shortcut-tiles.tiles-alizarin {
  color: #fff!important;
}

.shortcut-tiles.tiles-alizarin .tiles-heading,
.shortcut-tiles.tiles-alizarin .tiles-body,
.shortcut-tiles.tiles-alizarin .tiles-footer {
  background: #e74c3c;
}

.shortcut-tiles.tiles-alizarin:hover {
  color: #fff;
}

.shortcut-tiles.tiles-alizarin:hover .tiles-heading,
.shortcut-tiles.tiles-alizarin:hover .tiles-body,
.shortcut-tiles.tiles-alizarin:hover .tiles-footer {
  background: #e43725;
}

.info-tiles .tiles-body .easypiechart {
  margin: 0 auto;
  height: 100px;
  line-height: 100px;
  width: 100px;
}

.info-tiles .tiles-body .easypiechart .percent {
  width: 100px;
  line-height: 100px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
}

.panel-userprofile {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.panel-userprofile li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecf0;
}

.panel-userprofile li:before,
.panel-userprofile li:after {
  content: " ";
  display: table;
}

.panel-userprofile li:after {
  clear: both;
}

.panel-userprofile li:before,
.panel-userprofile li:after {
  content: " ";
  display: table;
}

.panel-userprofile li:after {
  clear: both;
}

.panel-userprofile li:first-child {
  padding-top: 0;
}

.panel-userprofile li:last-child {
  border-bottom: 0;
}

.panel-userprofile li img {
  float: left;
  height: 30px;
  width: 30px;
  border-radius: 2px;
}

.panel-userprofile li .content {
  margin-left: 45px;
}

.panel-userprofile li .content .time {
  float: right;
  color: #d9dbe0;
  font-size: 12px;
}

.panel-tasks {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.panel-tasks li {
  padding: 9px 100px 9px 10px;
  margin-bottom: 2px;
  border: 1px solid transparent!important;
  border-radius: 2px;
  background: #fbfbfb;
  position: relative;
}

.panel-tasks li form {
  margin-right: -90px;
}

.panel-tasks li:before,
.panel-tasks li:after {
  content: " ";
  display: table;
}

.panel-tasks li:after {
  clear: both;
}

.panel-tasks li:before,
.panel-tasks li:after {
  content: " ";
  display: table;
}

.panel-tasks li:after {
  clear: both;
}

.panel-tasks li:hover,
.panel-tasks li:active,
.panel-tasks li:focus {
  border: 1px solid transparent!important;
}

.panel-tasks li:active,
.panel-tasks li:focus {
  cursor: -webkit-grabbing;
  border: none;
}

.panel-tasks li label {
  margin-bottom: 0;
  position: relative;
}

.panel-tasks li label .task-description.done {
  text-decoration: line-through;
  font-style: italic;
  opacity: .8;
  filter: alpha(opacity=80);
}

.panel-tasks li .options {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
}

.panel-tasks li:last-child {
  margin-bottom: 0;
}

.panel-tasks li>label {
  margin-bottom: -5px;
}

.panel-tasks li.angular-ui-tree-placeholder {
  background: #f3f4f6!important;
  padding: 9px 100px 9px 15px!important;
  min-height: 40px;
  margin: 0 0 2px!important;
  border: 0 dashed #e1e3e8!important;
  border-radius: 3px!important;
}

.tasklist .panel-tasks li {
  border: none;
}

.tasklist .angular-ui-tree-placeholder {
  height: 24px!important;
  border: 2px solid #aaf;
}

.tasklist .panel-tasks li form {
  display: block;
}

.tasklist .form-group {
  margin-bottom: 0!important;
}

.dropdown-colors li {
  padding: 2px 10px;
}

.dropdown-colors .label {
  display: block;
  padding: 10px;
  cursor: pointer;
}

.color-block {
  width: 18px;
  height: 18px;
  float: left;
}

.color-block:empty {
  display: inline-block;
}

.panel-chat {
  margin-bottom: 20px;
  height: 700px;
  overflow-y: auto;
}

.panel-chat .chat-message {
  margin-bottom: 10px;
  position: relative;
}

.panel-chat .chat-message:last-child {
  margin-bottom: 0;
}

.panel-chat .chat-message:after {
  left: 38px;
  top: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #EEE;
  border-width: 6px;
  margin-top: -4px;
}

.panel-chat .chat-message .chat-contact {
  float: left;
  margin-right: 10px;
}

.panel-chat .chat-message .chat-contact img {
  max-width: 40px;
  border-radius: 50%;
}

.panel-chat .chat-message .chat-text {
  padding: 10px;
  background-color: #eee;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.panel-chat .chat-message.me .chat-contact {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.panel-chat .chat-message.me .chat-text {
  background-color: #ddd;
}

.panel-chat .chat-message.me:after {
  border-right-color: transparent;
  border-left-color: #ddd;
  right: 38px;
  left: auto;
}

.chat-primary .chat-text {
  color: #fff!important;
  background-color: #4697ce!important;
}

.chat-primary:after {
  border-right-color: #4697ce!important;
}

.chat-primary.me:after {
  border-left-color: #4697ce!important;
}

.chat-warning .chat-text {
  color: #fff!important;
  background-color: #e8db4f!important;
}

.chat-warning:after {
  border-right-color: #e8db4f!important;
}

.chat-warning.me:after {
  border-left-color: #e8db4f!important;
}

.chat-danger .chat-text {
  color: #fff!important;
  background-color: #e75a5a!important;
}

.chat-danger:after {
  border-right-color: #e75a5a!important;
}

.chat-danger.me:after {
  border-left-color: #e75a5a!important;
}

.chat-success .chat-text {
  color: #fff!important;
  background-color: #7dcc93!important;
}

.chat-success:after {
  border-right-color: #7dcc93!important;
}

.chat-success.me:after {
  border-left-color: #7dcc93!important;
}

.chat-info .chat-text {
  color: #fff!important;
  background-color: #63b7e6!important;
}

.chat-info:after {
  border-right-color: #63b7e6!important;
}

.chat-info.me:after {
  border-left-color: #63b7e6!important;
}

.chat-inverse .chat-text {
  color: #fff!important;
  background-color: #4f5259!important;
}

.chat-inverse:after {
  border-right-color: #4f5259!important;
}

.chat-inverse.me:after {
  border-left-color: #4f5259!important;
}

.chat-brown .chat-text {
  color: #fff!important;
  background-color: #c0392b!important;
}

.chat-brown:after {
  border-right-color: #c0392b!important;
}

.chat-brown.me:after {
  border-left-color: #c0392b!important;
}

.chat-indigo .chat-text {
  color: #fff!important;
  background-color: #9358ac!important;
}

.chat-indigo:after {
  border-right-color: #9358ac!important;
}

.chat-indigo.me:after {
  border-left-color: #9358ac!important;
}

.chat-orange .chat-text {
  color: #fff!important;
  background-color: #f0934e!important;
}

.chat-orange:after {
  border-right-color: #f0934e!important;
}

.chat-orange.me:after {
  border-left-color: #f0934e!important;
}

.chat-sky .chat-text {
  color: #fff!important;
  background-color: #76c4ed!important;
}

.chat-sky:after {
  border-right-color: #76c4ed!important;
}

.chat-sky.me:after {
  border-left-color: #76c4ed!important;
}

.chat-midnightblue .chat-text {
  color: #fff!important;
  background-color: #2b3d51!important;
}

.chat-midnightblue:after {
  border-right-color: #2b3d51!important;
}

.chat-midnightblue.me:after {
  border-left-color: #2b3d51!important;
}

.chat-magenta .chat-text {
  color: #fff!important;
  background-color: #e06d94!important;
}

.chat-magenta:after {
  border-right-color: #e06d94!important;
}

.chat-magenta.me:after {
  border-left-color: #e06d94!important;
}

.chat-green .chat-text {
  color: #fff!important;
  background-color: #16a085!important;
}

.chat-green:after {
  border-right-color: #16a085!important;
}

.chat-green.me:after {
  border-left-color: #16a085!important;
}

.chat-purple .chat-text {
  color: #fff!important;
  background-color: #e044ab!important;
}

.chat-purple:after {
  border-right-color: #e044ab!important;
}

.chat-purple.me:after {
  border-left-color: #e044ab!important;
}

table.mailbox tbody>tr>td {
  border-top: none;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background: 0 0;
}

.tab-container {
  margin-bottom: 20px;
}

.tab-container .nav-tabs {
  margin: 0;
}

.tab-container .nav-tabs>li>a {
  color: #a2a7b1;
  border-radius: 3px 3px 0 0;
  border: none!important;
}

.tab-container .nav-tabs>li>a:hover {
  color: #3d414a;
  cursor: pointer;
  border: none!important;
}

.tab-container .tab-content {
  background: #fff;
  z-index: 1;
  position: relative;
  border: 0;
  border-radius: 3px;
  border-top: 0;
  padding: 15px;
}

.tab-container p {
  margin: 0;
}

.tab-container p+p {
  margin-top: 10px;
}

.tab-container>.nav-tabs>li.active>a {
  color: #fff!important;
  border: none!important;
}

.tab-container.tab-left>.nav-tabs>li,
.tab-container.tab-right>.nav-tabs>li {
  float: none;
  min-width: 75px;
}

.tab-container.tab-left>.nav-tabs>li>a,
.tab-container.tab-right>.nav-tabs>li>a {
  border: 0;
}

.tab-container.tab-left .tab-content,
.tab-container.tab-right .tab-content {
  overflow: auto;
  border: 0;
}

.tab-container.tab-left>.nav-tabs {
  float: left;
}

.tab-container.tab-left>.nav-tabs>li>a {
  border-right: 0;
}

.tab-container.tab-left>.nav-tabs>li.active,
.tab-container.tab-left>.nav-tabs>li.active>a {
  border-radius: 3px 0 0 3px!important;
}

.tab-container.tab-left>.nav-tabs a.dropdown-toggle:hover {
  text-decoration: none;
}

.tab-container.tab-right>.nav-tabs {
  float: right;
}

.tab-container.tab-right>.nav-tabs>li>a {
  border-left: 0;
}

.tab-container.tab-right>.nav-tabs>li.active,
.tab-container.tab-right>.nav-tabs>li.active>a {
  border-radius: 0 3px 3px 0!important;
}

.tab-container.tab-bottom>.tab-content {
  border-top: 0;
}

.tab-container.tab-bottom>.nav-tabs {
  border-bottom: none;
  margin-top: 0;
}

.tab-container.tab-bottom>.nav-tabs>li.active,
.tab-container.tab-bottom>.nav-tabs>li.active>a {
  border-radius: 0 0 3px 3px!important;
}

.tab-container .nav-tabs {
  border: none!important;
}

.tab-container .tab-controls {
  position: relative;
  min-width: 75px;
}

.tab-primary.tab-container .tab-content {
  border: 1px solid #4697ce!important;
}

.tab-primary.tab-container>.nav-tabs>li.active>a {
  background: #4697ce;
  box-shadow: 0 3px 0 0 #4697ce;
}

.tab-primary.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #4697ce;
  box-shadow: 3px 0 0 0 #4697ce;
}

.tab-primary.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #4697ce;
  box-shadow: -3px 0 0 0 #4697ce;
}

.tab-primary.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #4697ce;
  box-shadow: 0 -3px 0 0 #4697ce;
}

.tab-warning.tab-container .tab-content {
  border: 1px solid #e8db4f!important;
}

.tab-warning.tab-container>.nav-tabs>li.active>a {
  background: #e8db4f;
  box-shadow: 0 3px 0 0 #e8db4f;
}

.tab-warning.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #e8db4f;
  box-shadow: 3px 0 0 0 #e8db4f;
}

.tab-warning.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #e8db4f;
  box-shadow: -3px 0 0 0 #e8db4f;
}

.tab-warning.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #e8db4f;
  box-shadow: 0 -3px 0 0 #e8db4f;
}

.tab-danger.tab-container .tab-content {
  border: 1px solid #e75a5a!important;
}

.tab-danger.tab-container>.nav-tabs>li.active>a {
  background: #e75a5a;
  box-shadow: 0 3px 0 0 #e75a5a;
}

.tab-danger.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #e75a5a;
  box-shadow: 3px 0 0 0 #e75a5a;
}

.tab-danger.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #e75a5a;
  box-shadow: -3px 0 0 0 #e75a5a;
}

.tab-danger.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #e75a5a;
  box-shadow: 0 -3px 0 0 #e75a5a;
}

.tab-success.tab-container .tab-content {
  border: 1px solid #7dcc93!important;
}

.tab-success.tab-container>.nav-tabs>li.active>a {
  background: #7dcc93;
  box-shadow: 0 3px 0 0 #7dcc93;
}

.tab-success.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #7dcc93;
  box-shadow: 3px 0 0 0 #7dcc93;
}

.tab-success.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #7dcc93;
  box-shadow: -3px 0 0 0 #7dcc93;
}

.tab-success.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #7dcc93;
  box-shadow: 0 -3px 0 0 #7dcc93;
}

.tab-info.tab-container .tab-content {
  border: 1px solid #63b7e6!important;
}

.tab-info.tab-container>.nav-tabs>li.active>a {
  background: #63b7e6;
  box-shadow: 0 3px 0 0 #63b7e6;
}

.tab-info.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #63b7e6;
  box-shadow: 3px 0 0 0 #63b7e6;
}

.tab-info.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #63b7e6;
  box-shadow: -3px 0 0 0 #63b7e6;
}

.tab-info.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #63b7e6;
  box-shadow: 0 -3px 0 0 #63b7e6;
}

.tab-inverse.tab-container .tab-content {
  border: 1px solid #4f5259!important;
}

.tab-inverse.tab-container>.nav-tabs>li.active>a {
  background: #4f5259;
  box-shadow: 0 3px 0 0 #4f5259;
}

.tab-inverse.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #4f5259;
  box-shadow: 3px 0 0 0 #4f5259;
}

.tab-inverse.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #4f5259;
  box-shadow: -3px 0 0 0 #4f5259;
}

.tab-inverse.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #4f5259;
  box-shadow: 0 -3px 0 0 #4f5259;
}

.tab-brown.tab-container .tab-content {
  border: 1px solid #c0392b!important;
}

.tab-brown.tab-container>.nav-tabs>li.active>a {
  background: #c0392b;
  box-shadow: 0 3px 0 0 #c0392b;
}

.tab-brown.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #c0392b;
  box-shadow: 3px 0 0 0 #c0392b;
}

.tab-brown.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #c0392b;
  box-shadow: -3px 0 0 0 #c0392b;
}

.tab-brown.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #c0392b;
  box-shadow: 0 -3px 0 0 #c0392b;
}

.tab-indigo.tab-container .tab-content {
  border: 1px solid #9358ac!important;
}

.tab-indigo.tab-container>.nav-tabs>li.active>a {
  background: #9358ac;
  box-shadow: 0 3px 0 0 #9358ac;
}

.tab-indigo.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #9358ac;
  box-shadow: 3px 0 0 0 #9358ac;
}

.tab-indigo.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #9358ac;
  box-shadow: -3px 0 0 0 #9358ac;
}

.tab-indigo.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #9358ac;
  box-shadow: 0 -3px 0 0 #9358ac;
}

.tab-orange.tab-container .tab-content {
  border: 1px solid #f0934e!important;
}

.tab-orange.tab-container>.nav-tabs>li.active>a {
  background: #f0934e;
  box-shadow: 0 3px 0 0 #f0934e;
}

.tab-orange.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #f0934e;
  box-shadow: 3px 0 0 0 #f0934e;
}

.tab-orange.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #f0934e;
  box-shadow: -3px 0 0 0 #f0934e;
}

.tab-orange.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #f0934e;
  box-shadow: 0 -3px 0 0 #f0934e;
}

.tab-sky.tab-container .tab-content {
  border: 1px solid #76c4ed!important;
}

.tab-sky.tab-container>.nav-tabs>li.active>a {
  background: #76c4ed;
  box-shadow: 0 3px 0 0 #76c4ed;
}

.tab-sky.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #76c4ed;
  box-shadow: 3px 0 0 0 #76c4ed;
}

.tab-sky.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #76c4ed;
  box-shadow: -3px 0 0 0 #76c4ed;
}

.tab-sky.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #76c4ed;
  box-shadow: 0 -3px 0 0 #76c4ed;
}

.tab-midnightblue.tab-container .tab-content {
  border: 1px solid #2b3d51!important;
}

.tab-midnightblue.tab-container>.nav-tabs>li.active>a {
  background: #2b3d51;
  box-shadow: 0 3px 0 0 #2b3d51;
}

.tab-midnightblue.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #2b3d51;
  box-shadow: 3px 0 0 0 #2b3d51;
}

.tab-midnightblue.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #2b3d51;
  box-shadow: -3px 0 0 0 #2b3d51;
}

.tab-midnightblue.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #2b3d51;
  box-shadow: 0 -3px 0 0 #2b3d51;
}

.tab-magenta.tab-container .tab-content {
  border: 1px solid #e06d94!important;
}

.tab-magenta.tab-container>.nav-tabs>li.active>a {
  background: #e06d94;
  box-shadow: 0 3px 0 0 #e06d94;
}

.tab-magenta.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #e06d94;
  box-shadow: 3px 0 0 0 #e06d94;
}

.tab-magenta.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #e06d94;
  box-shadow: -3px 0 0 0 #e06d94;
}

.tab-magenta.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #e06d94;
  box-shadow: 0 -3px 0 0 #e06d94;
}

.tab-green.tab-container .tab-content {
  border: 1px solid #16a085!important;
}

.tab-green.tab-container>.nav-tabs>li.active>a {
  background: #16a085;
  box-shadow: 0 3px 0 0 #16a085;
}

.tab-green.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #16a085;
  box-shadow: 3px 0 0 0 #16a085;
}

.tab-green.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #16a085;
  box-shadow: -3px 0 0 0 #16a085;
}

.tab-green.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #16a085;
  box-shadow: 0 -3px 0 0 #16a085;
}

.tab-purple.tab-container .tab-content {
  border: 1px solid #e044ab!important;
}

.tab-purple.tab-container>.nav-tabs>li.active>a {
  background: #e044ab;
  box-shadow: 0 3px 0 0 #e044ab;
}

.tab-purple.tab-container.tab-left>.nav-tabs>li.active>a {
  background: #e044ab;
  box-shadow: 3px 0 0 0 #e044ab;
}

.tab-purple.tab-container.tab-right>.nav-tabs>li.active>a {
  background: #e044ab;
  box-shadow: -3px 0 0 0 #e044ab;
}

.tab-purple.tab-container.tab-bottom>.nav-tabs>li.active>a {
  background: #e044ab;
  box-shadow: 0 -3px 0 0 #e044ab;
}

.accordion-group .accordion-item .accordion-title {
  text-decoration: none;
}

.accordion-group .accordion-item .accordion-title h4 {
  color: #3d414a;
  background-color: #e9ecf0;
  border: 1px solid #e9ecf0;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 5px 0;
}

.accordion-group .accordion-item .accordion-title h4:after {
  opacity: .5;
  filter: alpha(opacity=50);
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  float: right;
  text-decoration: none;
}

.accordion-group .accordion-item .accordion-title.collapsed h4:after {
  content: "\f104";
  opacity: .5;
  filter: alpha(opacity=50);
}

.accordion-group .accordion-item .accordion-body {
  padding: 20px;
}

accordion h4.panel-title {
  float: none;
  line-height: 0;
}

accordion h4.panel-title a {
  line-height: 40px;
  display: block;
  cursor: pointer;
  margin: 0 -15px;
  padding: 0 15px;
}

accordion h4.panel-title a:hover {
  text-decoration: none;
}

accordion h4.panel-title i.fa {
  opacity: .7;
  filter: alpha(opacity=70);
  line-height: 40px;
}

.timeline-month {
  width: 90px;
  text-align: center;
  position: relative;
  left: 6%;
  margin-left: -42px;
}

.timeline-month span {
  display: block;
}

.timeline {
  padding-left: 0;
  list-style: none;
  position: relative;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  width: 2px;
  background: #e9ecf0;
  left: 6%;
  margin-left: 2px;
}

.timeline>li {
  position: relative;
}

.timeline>li .timeline-header {
  padding: 0 0 10px;
  color: rgba(255,255,255,.5);
}

.timeline>li .timeline-header:before,
.timeline>li .timeline-header:after {
  content: " ";
  display: table;
}

.timeline>li .timeline-header:after {
  clear: both;
}

.timeline>li .timeline-header:before,
.timeline>li .timeline-header:after {
  content: " ";
  display: table;
}

.timeline>li .timeline-header:after {
  clear: both;
}

.timeline>li .timeline-header span.date {
  float: left;
  text-transform: uppercase;
}

.timeline>li .timeline-header span.author {
  float: right;
  font-size: 12px;
  display: none;
}

.timeline>li .timeline-icon {
  width: 50px;
  height: 50px;
  font-size: 1.4em;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #3d414a;
  background: #e9ecf0;
  border-radius: 50%;
  text-align: center;
  left: 6%;
  top: 0;
  margin: 0 0 0 -22px;
  padding: 0;
}

.timeline>li .timeline-body {
  margin: 0 0 20px 14%;
  padding: 20px;
  color: rgba(255,255,255,.75);
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  background-color: #fff;
}

.timeline>li .timeline-body h1,
.timeline>li .timeline-body h2,
.timeline>li .timeline-body h3,
.timeline>li .timeline-body h4,
.timeline>li .timeline-body h5,
.timeline>li .timeline-body h6 {
  color: #fff;
}

.timeline>li .timeline-body:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-width: 10px;
  top: 5%;
}

.timeline>li .timeline-body img {
  margin: 5px 20px 0 0;
}

.timeline>li .timeline-footer {
  color: #fff;
}

.timeline>li .timeline-footer:before,
.timeline>li .timeline-footer:after {
  content: " ";
  display: table;
}

.timeline>li .timeline-footer:after {
  clear: both;
}

.timeline>li .timeline-footer:before,
.timeline>li .timeline-footer:after {
  content: " ";
  display: table;
}

.timeline>li .timeline-footer:after {
  clear: both;
}

@media (max-width:991px) {
  .timeline-month {
    width: 100%;
    text-align: center;
    margin-left: 0;
    left: 0;
  }

  .timeline-month span {
    display: inline!important;
  }

  .timeline:before {
    width: 0;
    left: 0;
  }

  .timeline>li {
    margin-top: 20px;
  }

  .timeline>li:first-child {
    margin-top: 0;
  }

  .timeline>li .timeline-body {
    margin: 0!important;
  }

  .timeline>li .timeline-body:after {
    border-width: 0;
  }

  .timeline>li .timeline-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    margin: 20px 50px 0 0;
    position: relative;
    float: right;
  }
}

.timeline-primary .timeline-body {
  border-color: #4697ce;
  background-color: #4697ce!important;
}

.timeline-primary .timeline-body:after {
  border-right-color: #4697ce!important;
}

.timeline-primary .timeline-time {
  color: #4697ce;
}

.timeline-warning .timeline-body {
  border-color: #e8db4f;
  background-color: #e8db4f!important;
}

.timeline-warning .timeline-body:after {
  border-right-color: #e8db4f!important;
}

.timeline-warning .timeline-time {
  color: #e8db4f;
}

.timeline-danger .timeline-body {
  border-color: #e75a5a;
  background-color: #e75a5a!important;
}

.timeline-danger .timeline-body:after {
  border-right-color: #e75a5a!important;
}

.timeline-danger .timeline-time {
  color: #e75a5a;
}

.timeline-success .timeline-body {
  border-color: #7dcc93;
  background-color: #7dcc93!important;
}

.timeline-success .timeline-body:after {
  border-right-color: #7dcc93!important;
}

.timeline-success .timeline-time {
  color: #7dcc93;
}

.timeline-info .timeline-body {
  border-color: #63b7e6;
  background-color: #63b7e6!important;
}

.timeline-info .timeline-body:after {
  border-right-color: #63b7e6!important;
}

.timeline-info .timeline-time {
  color: #63b7e6;
}

.timeline-inverse .timeline-body {
  border-color: #4f5259;
  background-color: #4f5259!important;
}

.timeline-inverse .timeline-body:after {
  border-right-color: #4f5259!important;
}

.timeline-inverse .timeline-time {
  color: #4f5259;
}

.timeline-brown .timeline-body {
  border-color: #c0392b;
  background-color: #c0392b!important;
}

.timeline-brown .timeline-body:after {
  border-right-color: #c0392b!important;
}

.timeline-brown .timeline-time {
  color: #c0392b;
}

.timeline-indigo .timeline-body {
  border-color: #9358ac;
  background-color: #9358ac!important;
}

.timeline-indigo .timeline-body:after {
  border-right-color: #9358ac!important;
}

.timeline-indigo .timeline-time {
  color: #9358ac;
}

.timeline-orange .timeline-body {
  border-color: #f0934e;
  background-color: #f0934e!important;
}

.timeline-orange .timeline-body:after {
  border-right-color: #f0934e!important;
}

.timeline-orange .timeline-time {
  color: #f0934e;
}

.timeline-sky .timeline-body {
  border-color: #76c4ed;
  background-color: #76c4ed!important;
}

.timeline-sky .timeline-body:after {
  border-right-color: #76c4ed!important;
}

.timeline-sky .timeline-time {
  color: #76c4ed;
}

.timeline-midnightblue .timeline-body {
  border-color: #2b3d51;
  background-color: #2b3d51!important;
}

.timeline-midnightblue .timeline-body:after {
  border-right-color: #2b3d51!important;
}

.timeline-midnightblue .timeline-time {
  color: #2b3d51;
}

.timeline-magenta .timeline-body {
  border-color: #e06d94;
  background-color: #e06d94!important;
}

.timeline-magenta .timeline-body:after {
  border-right-color: #e06d94!important;
}

.timeline-magenta .timeline-time {
  color: #e06d94;
}

.timeline-green .timeline-body {
  border-color: #16a085;
  background-color: #16a085!important;
}

.timeline-green .timeline-body:after {
  border-right-color: #16a085!important;
}

.timeline-green .timeline-time {
  color: #16a085;
}

.timeline-purple .timeline-body {
  border-color: #e044ab;
  background-color: #e044ab!important;
}

.timeline-purple .timeline-body:after {
  border-right-color: #e044ab!important;
}

.timeline-purple .timeline-time {
  color: #e044ab;
}

body,
html {
  height: 100%;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}

.jqstooltip {
  width: auto!important;
  height: auto!important;
  border: none!important;
}

textarea.autosize {
  vertical-align: top;
  transition: height .2s;
}

.stepy-header {
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style: none;
  padding-left: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ecf0;
  margin-bottom: 20px;
}

.stepy-header li {
  display: table-cell;
  cursor: pointer;
  line-height: 1.42;
  color: #000;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
  font-size: 13px;
  font-family: 'Open Sans','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
  font-weight: 400;
}

.stepy-header li small,
.stepy-header li .small {
  font-weight: 400;
  line-height: 1;
  color: #d9dbe0;
}

.stepy-header li small,
.stepy-header li .small {
  font-size: 75%;
}

.stepy-header li div {
  line-height: 1.42;
  color: #000;
  margin-top: 19px;
  margin-bottom: 9.5px;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  font-weight: 300;
  font-family: 'Open Sans','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
  font-family: 300;
}

.stepy-header li div small,
.stepy-header li div .small {
  font-weight: 400;
  line-height: 1;
  color: #d9dbe0;
}

.stepy-header li div small,
.stepy-header li div .small {
  font-size: 65%;
}

.stepy-header li:not(.stepy-active) {
  opacity: .3;
}

.stepy-header li:not(.stepy-active):hover {
  opacity: .7;
}

.stepy-header.panel-footer {
  margin: 20px 0 -21px 0;
  padding: 15px 20px;
  border-top: 1px solid #e1e3e8!important;
}

.stepy-navigator.panel-footer .btn {
  margin-left: 10px;
}

.stepy-navigator .button-next,
.stepy-navigator .button-back {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.46153846;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Open Sans','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
  border-width: 0;
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.07);
  color: #fff;
  background-color: #4697ce;
  border-color: #4697ce;
}

.stepy-navigator .button-next:focus,
.stepy-navigator .button-back:focus,
.stepy-navigator .button-next:active:focus,
.stepy-navigator .button-back:active:focus,
.stepy-navigator .button-next.active:focus,
.stepy-navigator .button-back.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.stepy-navigator .button-next:hover,
.stepy-navigator .button-back:hover,
.stepy-navigator .button-next:focus,
.stepy-navigator .button-back:focus {
  color: #656b79;
  text-decoration: none;
}

.stepy-navigator .button-next:active,
.stepy-navigator .button-back:active,
.stepy-navigator .button-next.active,
.stepy-navigator .button-back.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.stepy-navigator .button-next.disabled,
.stepy-navigator .button-back.disabled,
.stepy-navigator .button-next[disabled],
.stepy-navigator .button-back[disabled],
fieldset[disabled] .stepy-navigator .button-next,
fieldset[disabled] .stepy-navigator .button-back {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.stepy-navigator .button-next:focus,
.stepy-navigator .button-back:focus {
  outline: 0;
}

.stepy-navigator .button-next:active,
.stepy-navigator .button-back:active,
.stepy-navigator .button-next.active,
.stepy-navigator .button-back.active,
.stepy-navigator .button-next.fc-state-active,
.stepy-navigator .button-back.fc-state-active {
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.07);
}

.stepy-navigator .button-next:hover,
.stepy-navigator .button-back:hover,
.stepy-navigator .button-next:focus,
.stepy-navigator .button-back:focus,
.stepy-navigator .button-next:active,
.stepy-navigator .button-back:active,
.stepy-navigator .button-next.active,
.stepy-navigator .button-back.active,
.open>.dropdown-toggle.stepy-navigator .button-next,
.open>.dropdown-toggle.stepy-navigator .button-back {
  color: #fff;
  background-color: #2f7db2;
  border-color: #2d77aa;
}

.stepy-navigator .button-next:active,
.stepy-navigator .button-back:active,
.stepy-navigator .button-next.active,
.stepy-navigator .button-back.active,
.open>.dropdown-toggle.stepy-navigator .button-next,
.open>.dropdown-toggle.stepy-navigator .button-back {
  background-image: none;
}

.stepy-navigator .button-next.disabled,
.stepy-navigator .button-back.disabled,
.stepy-navigator .button-next[disabled],
.stepy-navigator .button-back[disabled],
fieldset[disabled] .stepy-navigator .button-next,
fieldset[disabled] .stepy-navigator .button-back,
.stepy-navigator .button-next.disabled:hover,
.stepy-navigator .button-back.disabled:hover,
.stepy-navigator .button-next[disabled]:hover,
.stepy-navigator .button-back[disabled]:hover,
fieldset[disabled] .stepy-navigator .button-next:hover,
fieldset[disabled] .stepy-navigator .button-back:hover,
.stepy-navigator .button-next.disabled:focus,
.stepy-navigator .button-back.disabled:focus,
.stepy-navigator .button-next[disabled]:focus,
.stepy-navigator .button-back[disabled]:focus,
fieldset[disabled] .stepy-navigator .button-next:focus,
fieldset[disabled] .stepy-navigator .button-back:focus,
.stepy-navigator .button-next.disabled:active,
.stepy-navigator .button-back.disabled:active,
.stepy-navigator .button-next[disabled]:active,
.stepy-navigator .button-back[disabled]:active,
fieldset[disabled] .stepy-navigator .button-next:active,
fieldset[disabled] .stepy-navigator .button-back:active,
.stepy-navigator .button-next.disabled.active,
.stepy-navigator .button-back.disabled.active,
.stepy-navigator .button-next[disabled].active,
.stepy-navigator .button-back[disabled].active,
fieldset[disabled] .stepy-navigator .button-next.active,
fieldset[disabled] .stepy-navigator .button-back.active {
  background-color: #4697ce;
  border-color: #4697ce;
}

.stepy-navigator .button-next .badge,
.stepy-navigator .button-back .badge {
  color: #4697ce;
  background-color: #fff;
}

.stepy-navigator .button-back+.finish {
  margin-left: 5px;
}

[class*=panel-].panel .stepy-navigator {
  margin: 20px -21px -21px -21px;
  padding: 20px 20px;
  border-top: 1px solid #e9ecf0;
}

.wysihtml5-toolbar {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.wysihtml5-toolbar>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.wysihtml5-toolbar>li {
  padding: 0 10px 10px 0;
}

.wysihtml5-toolbar>li .dropdown-menu {
  margin-top: -10px;
  left: 0;
}

.wysihtml5-sandbox {
  border: 1px solid #e1e3e8!important;
  padding: 5px 9px!important;
}

.nicescroll-rails {
  width: 6px!important;
  margin: 1px 0!important;
  border-top-left-radius: 2px!important;
  border-top-right-radius: 2px!important;
  border-bottom-right-radius: 2px!important;
  border-bottom-left-radius: 2px!important;
}

.nicescroll-rails>div {
  opacity: .2!important;
  filter: alpha(opacity=20)!important;
  border: none!important;
  width: 6px!important;
  border-radius: 3px!important;
}

.panel .fc-header {
  margin-bottom: 20px;
}

.panel .fc-header h2 {
  line-height: 1.42;
  color: #000;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
  font-size: 16px;
  font-family: 'Open Sans','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
  font-weight: 400;
  margin: 0;
}

.panel .fc-header h2 small,
.panel .fc-header h2 .small {
  font-weight: 400;
  line-height: 1;
  color: #d9dbe0;
}

.panel .fc-header h2 small,
.panel .fc-header h2 .small {
  font-size: 75%;
}

.panel .fc-header .fc-button {
  display: inline-block!important;
  margin-bottom: 0!important;
  font-weight: 400!important;
  text-align: center!important;
  vertical-align: middle!important;
  cursor: pointer!important;
  background-image: none!important;
  border: 1px solid transparent!important;
  white-space: nowrap!important;
  padding: 8px 16px!important;
  font-size: 13px!important;
  line-height: 1.46153846!important;
  border-radius: 3px!important;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
  font-family: 'Open Sans','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif!important;
  border-width: 0!important;
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.07)!important;
  color: #656b79!important;
  background-color: #e9ecf0!important;
  border-color: #e9ecf0!important;
  padding: 5px 10px!important;
  font-size: 12px!important;
  line-height: 1.5!important;
  border-radius: 2px!important;
  height: auto;
  text-shadow: none;
  border-radius: 0!important;
}

.panel .fc-header .fc-button:focus,
.panel .fc-header .fc-button:active:focus,
.panel .fc-header .fc-button.active:focus {
  outline: thin dotted!important;
  outline: 5px auto -webkit-focus-ring-color!important;
  outline-offset: -2px!important;
}

.panel .fc-header .fc-button:hover,
.panel .fc-header .fc-button:focus {
  color: #656b79!important;
  text-decoration: none!important;
}

.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active {
  outline: 0!important;
  background-image: none!important;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125)!important;
}

.panel .fc-header .fc-button.disabled,
.panel .fc-header .fc-button[disabled],
fieldset[disabled] .panel .fc-header .fc-button {
  cursor: not-allowed!important;
  pointer-events: none!important;
  opacity: .65!important;
  filter: alpha(opacity=65)!important;
  box-shadow: none!important;
}

.panel .fc-header .fc-button:focus {
  outline: 0!important;
}

.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active,
.panel .fc-header .fc-button.fc-state-active {
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.07)!important;
}

.panel .fc-header .fc-button:hover,
.panel .fc-header .fc-button:focus,
.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active,
.open>.dropdown-toggle.panel .fc-header .fc-button {
  color: #656b79!important;
  background-color: #cbd2db!important;
  border-color: #c5cdd7!important;
}

.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active,
.open>.dropdown-toggle.panel .fc-header .fc-button {
  background-image: none!important;
}

.panel .fc-header .fc-button.disabled,
.panel .fc-header .fc-button[disabled],
fieldset[disabled] .panel .fc-header .fc-button,
.panel .fc-header .fc-button.disabled:hover,
.panel .fc-header .fc-button[disabled]:hover,
fieldset[disabled] .panel .fc-header .fc-button:hover,
.panel .fc-header .fc-button.disabled:focus,
.panel .fc-header .fc-button[disabled]:focus,
fieldset[disabled] .panel .fc-header .fc-button:focus,
.panel .fc-header .fc-button.disabled:active,
.panel .fc-header .fc-button[disabled]:active,
fieldset[disabled] .panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.disabled.active,
.panel .fc-header .fc-button[disabled].active,
fieldset[disabled] .panel .fc-header .fc-button.active {
  background-color: #e9ecf0!important;
  border-color: #e9ecf0!important;
}

.panel .fc-header .fc-button .badge {
  color: #e9ecf0!important;
  background-color: #656b79!important;
}

.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active,
.panel .fc-header .fc-button.fc-state-active {
  outline: 0!important;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125)!important;
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.07)!important;
  color: #656b79!important;
  background-color: #cbd2db!important;
  border-color: #c5cdd7!important;
  background-image: none!important;
}

.panel .fc-header .fc-button:active:focus,
.panel .fc-header .fc-button.active:focus,
.panel .fc-header .fc-button.fc-state-active:focus {
  outline: thin dotted!important;
  outline: 5px auto -webkit-focus-ring-color!important;
  outline-offset: -2px!important;
}

.panel .fc-header .fc-button.fc-corner-left {
  border-bottom-left-radius: 3px!important;
  border-top-left-radius: 3px!important;
}

.panel .fc-header .fc-button.fc-corner-right {
  border-bottom-right-radius: 3px!important;
  border-top-right-radius: 3px!important;
}

.panel .fc-header .fc-corner-left {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.panel .fc-header .fc-corner-right {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.fc-widget-header,
.fc-widget-content {
  border: 1px solid #e9ecf0!important;
}

.fc-border-separate {
  table-layout: fixed;
  border-collapse: collapse!important;
}

.fc-border-separate th {
  padding: 1px 0!important;
  width: 14.28%!important;
}

.fc-event-container .fc-event {
  background-color: #4697ce;
  border-radius: 2px;
  border: none!important;
  padding: 1px;
}

.external-event {
  cursor: move;
}

.toggle-primary .toggle-slide .toggle-on,
.toggle-primary .toggle-slide .toggle-on.active {
  background-color: #4697ce;
}

.toggle-primary .toggle-slide.active .toggle-blob {
  border: 1px solid #4697ce;
}

.toggle-success .toggle-slide .toggle-on,
.toggle-success .toggle-slide .toggle-on.active {
  background-color: #7dcc93;
}

.toggle-success .toggle-slide.active .toggle-blob {
  border: 1px solid #7dcc93;
}

.toggle-warning .toggle-slide .toggle-on,
.toggle-warning .toggle-slide .toggle-on.active {
  background-color: #e8db4f;
}

.toggle-warning .toggle-slide.active .toggle-blob {
  border: 1px solid #e8db4f;
}

.toggle-danger .toggle-slide .toggle-on,
.toggle-danger .toggle-slide .toggle-on.active {
  background-color: #e75a5a;
}

.toggle-danger .toggle-slide.active .toggle-blob {
  border: 1px solid #e75a5a;
}

.toggle-info .toggle-slide .toggle-on,
.toggle-info .toggle-slide .toggle-on.active {
  background-color: #63b7e6;
}

.toggle-info .toggle-slide.active .toggle-blob {
  border: 1px solid #63b7e6;
}

.toggle-inverse .toggle-slide .toggle-on,
.toggle-inverse .toggle-slide .toggle-on.active {
  background-color: #4f5259;
}

.toggle-inverse .toggle-slide.active .toggle-blob {
  border: 1px solid #4f5259;
}

.toggle-slide {
  border-radius: 2px;
}

.toggle-slide .toggle-blob {
  border-radius: 2px;
}

.gallery {
  overflow: hidden;
  transition: all 150ms fade;
}

.gallery h4 {
  display: none;
  top: 0;
  right: 10px;
  position: absolute;
  text-align: right;
  z-index: 2;
}

.gallery .mix {
  opacity: 0;
  display: none;
  padding: 10px;
  border-top: 1px solid transparent;
}

.gallery .gap {
  display: inline-block;
  width: 200px;
}

.gallery img {
  z-index: 3;
  position: relative;
}

.gallery:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.gallery.full-width li {
  position: relative;
}

.gallery.full-width .mix:not(:first-child) {
  border-top: 1px solid #e9ecf0;
}

.gallery.full-width h4 {
  display: block;
}

.legend .legendLabel {
  padding-left: 4px;
}

#flotTip {
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 3px 8px;
  border-radius: 2px;
}

.tt-hint {
  display: block;
  width: 100%;
  height: 37px;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.46153846;
  color: #3d414a;
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border: 1px solid #e1e3e8;
  color: #656b79;
  height: 34px;
  padding: 7px 9px;
  box-shadow: none!important;
}

.tt-hint:focus {
  border-color: #3d414a;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(61,65,74,.6);
}

.tt-hint::-moz-placeholder {
  color: #d9dbe0;
  opacity: 1;
}

.tt-hint:-ms-input-placeholder {
  color: #d9dbe0;
}

.tt-hint::-webkit-input-placeholder {
  color: #d9dbe0;
}

.tt-hint[disabled],
.tt-hint[readonly],
fieldset[disabled] .tt-hint {
  cursor: not-allowed;
  background-color: #fbfbfb;
  opacity: 1;
}

textarea.tt-hint {
  height: auto;
}

select.tt-hint {
  padding: 6px 9px 5px 4px;
}

.tt-hint:focus {
  border-color: #4697ce;
}

.tt-dropdown-menu {
  z-index: 1001;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  background-color: rgba(255,255,255,.98);
  border: 1px solid #ccc;
  border: 1px solid #dfe1e5;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #000;
  background-image: linear-gradient(to bottom,#e1e3e8 0,#d3d6dd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e3e8', endColorstr='#ffd3d6dd', GradientType=0);
}

.tt-suggestion.tt-is-under-cursor a {
  color: rgba(255,255,255,.98);
}

.tt-suggestion p {
  margin: 0;
}

.easypiechart {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  text-align: center;
}

.easypiechart .percent {
  position: absolute;
  width: 90px;
  line-height: 90px;
  font-size: 19px;
  font-weight: 300;
  color: gray;
}

.easypiechart .percent:after {
  content: '%';
}

.easypiechart+label {
  text-align: center;
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
}

.editable-container .form-group {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 7px;
}

.editable-container .btn {
  height: 32px;
}

.form-control-static .editable-wrap {
  margin-top: -9px;
}

.form-control-static .editable-wrap button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.46153846;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Open Sans','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
  border-width: 0;
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.07);
  color: #656b79;
  background-color: #e9ecf0;
  border-color: #e9ecf0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.form-control-static .editable-wrap button:focus,
.form-control-static .editable-wrap button:active:focus,
.form-control-static .editable-wrap button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control-static .editable-wrap button:hover,
.form-control-static .editable-wrap button:focus {
  color: #656b79;
  text-decoration: none;
}

.form-control-static .editable-wrap button:active,
.form-control-static .editable-wrap button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.form-control-static .editable-wrap button.disabled,
.form-control-static .editable-wrap button[disabled],
fieldset[disabled] .form-control-static .editable-wrap button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.form-control-static .editable-wrap button:focus {
  outline: 0;
}

.form-control-static .editable-wrap button:active,
.form-control-static .editable-wrap button.active,
.form-control-static .editable-wrap button.fc-state-active {
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.07);
}

.form-control-static .editable-wrap button:hover,
.form-control-static .editable-wrap button:focus,
.form-control-static .editable-wrap button:active,
.form-control-static .editable-wrap button.active,
.open>.dropdown-toggle.form-control-static .editable-wrap button {
  color: #656b79;
  background-color: #cbd2db;
  border-color: #c5cdd7;
}

.form-control-static .editable-wrap button:active,
.form-control-static .editable-wrap button.active,
.open>.dropdown-toggle.form-control-static .editable-wrap button {
  background-image: none;
}

.form-control-static .editable-wrap button.disabled,
.form-control-static .editable-wrap button[disabled],
fieldset[disabled] .form-control-static .editable-wrap button,
.form-control-static .editable-wrap button.disabled:hover,
.form-control-static .editable-wrap button[disabled]:hover,
fieldset[disabled] .form-control-static .editable-wrap button:hover,
.form-control-static .editable-wrap button.disabled:focus,
.form-control-static .editable-wrap button[disabled]:focus,
fieldset[disabled] .form-control-static .editable-wrap button:focus,
.form-control-static .editable-wrap button.disabled:active,
.form-control-static .editable-wrap button[disabled]:active,
fieldset[disabled] .form-control-static .editable-wrap button:active,
.form-control-static .editable-wrap button.disabled.active,
.form-control-static .editable-wrap button[disabled].active,
fieldset[disabled] .form-control-static .editable-wrap button.active {
  background-color: #e9ecf0;
  border-color: #e9ecf0;
}

.form-control-static .editable-wrap button .badge {
  color: #e9ecf0;
  background-color: #656b79;
}

.tokenfield .tt-hint {
  font-size: 13px!important;
  line-height: 1!important;
  border: 0!important;
  padding: 0!important;
  height: 19px!important;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: .9em;
  line-height: .9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.fa {
  font-size: 1.0769230769230769230769230769231em;
}

.daterangepicker .ranges li {
  font-size: 13px!important;
  border-radius: 3px!important;
}

.ui-pnotify-container {
  padding: 15px;
}

.slider.slider-horizontal .slider-track {
  height: 8px!important;
  box-shadow: none!important;
}

.slider.slider-horizontal .slider-handle {
  margin-top: -5px!important;
}

.slider.slider-vertical .slider-track {
  width: 8px!important;
  box-shadow: none!important;
}

.slider.slider-vertical .slider-handle {
  margin-left: -5px!important;
}

.slider-handle {
  width: 18px!important;
  height: 18px!important;
  background: #fbfbfb!important;
  box-shadow: inset 0 0 0 1px #7dcc93!important;
  opacity: 1!important;
  filter: alpha(opacity=100)!important;
}

.slider.slider-disabled {
  opacity: .4!important;
  filter: alpha(opacity=40)!important;
}

.slider-track {
  background: #e9ecf0!important;
}

.slider-selection {
  background: #7dcc93!important;
  box-shadow: none!important;
}

.angular-ui-tree-handle {
  font-weight: 400!important;
  background: #fbfbfb;
  border: 1px solid #f3f4f6;
  margin: 0;
  padding: 6px 55px 6px 30px;
  border-radius: 3px;
}

.angular-ui-tree-handle .handletools {
  padding: 3px;
  background: 0 0;
  position: absolute;
}

.angular-ui-tree-handle .handletools.expand,
.angular-ui-tree-handle .handletools.add,
.angular-ui-tree-handle .handletools.delete {
  position: absolute;
  top: 5px;
}

.angular-ui-tree-handle .handletools.expand {
  left: 5px;
}

.angular-ui-tree-handle .handletools.delete {
  right: 10px;
}

.angular-ui-tree-handle .handletools.add {
  right: 30px;
}

.angular-ui-tree-handle .handletools.expand {
  color: #a2a7b1;
}

.angular-ui-tree-handle .handletools.expand:hover {
  color: #656b79;
}

.angular-ui-tree-handle .handletools.add {
  color: #a2a7b1;
}

.angular-ui-tree-handle .handletools.add:hover {
  color: #7dcc93;
}

.angular-ui-tree-handle .handletools.delete {
  color: #a2a7b1;
}

.angular-ui-tree-handle .handletools.delete:hover {
  color: #e75a5a;
}

.angular-ui-tree-placeholder {
  background: #e9ecf0!important;
  border-radius: 3px!important;
  border: 0 dashed #e1e3e8!important;
  margin: 0!important;
  box-shadow: inset 0 0 0 0 #f3f4f6;
}

.panel .angular-ui-tree-placeholder {
  box-shadow: inset 0 0 0 0 #fff;
}

.fs-editor-wrapper .fs-editor .fs-editable {
  border: 1px solid #e1e3e8!important;
  border-radius: 3px!important;
  padding: 7px 9px!important;
}

.fs-editor-wrapper .fs-editor .fs-editable:focus {
  border-color: #4697ce!important;
}

.fs-icon {
  background: none!important;
  right: 1px!important;
  top: 4px!important;
  color: #d9dbe0!important;
}

.fs-icon:hover {
  color: #a2a7b1!important;
}

.fs-icon:before {
  content: '\f0b2';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.switch {
  margin-bottom: -4px;
  text-transform: uppercase;
  letter-spacing: .1em;
  min-width: 90px!important;
  font-size: 11px;
  border-radius: 3px!important;
  border: 1px solid #e1e3e8!important;
  box-shadow: inset 0 0 0 1px #e1e3e8;
}

.switch span {
  line-height: 24px!important;
}

.switch .knob {
  background: #fbfbfb!important;
  border: none!important;
}

.switch .switch-left {
  background: #7dcc93!important;
}

.switch .switch-right {
  background: #e1e3e8!important;
}

.switch.primary .switch-left {
  background: #4697ce!important;
}

.switch.success .switch-left {
  background: #7dcc93!important;
}

.switch.info .switch-left {
  background: #63b7e6!important;
}

.switch.danger .switch-left {
  background: #e75a5a!important;
}

.switch.warning .switch-left {
  background: #e8db4f!important;
}

.switch.inverse .switch-left {
  background: #4f5259!important;
}

.select2-drop {
  margin-top: 3px!important;
}

.select2-container .select2-choice {
  border: 1px solid #e1e3e8!important;
  outline: 0!important;
  border-radius: 3px!important;
  padding: 0 0 0 10px!important;
  background: #fff!important;
  box-shadow: none!important;
  height: 34px!important;
  line-height: 34px!important;
}

.select2-arrow {
  width: 27px!important;
}

.select2-search input,
.select2-container-multi input {
  background: none!important;
}

.select2-search:after,
.select2-container-multi:after {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  color: #e1e3e8;
  position: absolute;
  top: 8px;
  right: 8px;
}

.select2-display-none .select2-search:after {
  right: 12px;
}

.select2-choices .select2-input {
  background: none!important;
}

.select2-choices .select2-input:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  color: #e1e3e8;
  margin-left: -20px;
}

.select2-choice .select2-arrow b,
.select2-choices .select2-arrow b {
  background: none!important;
  text-align: center;
  margin-top: -1px;
}

.select2-choice .select2-arrow b:before,
.select2-choices .select2-arrow b:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  color: #e1e3e8;
}

.select2-drop .select2-search {
  padding-top: 4px;
}

.select2-drop .select2-search input {
  border: 1px solid #e1e3e8!important;
}

.select2-container .select2-choice .select2-arrow {
  border-left: 0!important;
  background: none!important;
}

.select2-drop-active {
  border: 1px solid #e1e3e8!important;
  border-radius: 3px!important;
  box-shadow: none!important;
}

.select2-container-multi .select2-choices {
  border: 1px solid #e1e3e8!important;
  border-radius: 3px!important;
  background-image: none!important;
  box-shadow: none!important;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 6px 25px 6px 10px!important;
  background: none!important;
}

.select2-dropdown-open .select2-choice {
  border-radius: 3px!important;
}

.select2-dropdown-open .select2-choices {
  border-radius: 3px!important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  border: 0!important;
  color: #656b79!important;
  background-image: none!important;
  box-shadow: none!important;
  padding: 5px 5px 5px 18px!important;
}

.ms-container {
  width: 100%!important;
}

.ms-container .ms-list {
  border: 1px solid #e1e3e8!important;
  border-radius: 3px!important;
}

.ms-container .ms-selectable li.ms-elem-selectable {
  border-bottom: 1px solid #e1e3e8!important;
  padding: 5px 10px!important;
  font-size: 13px!important;
}

.ng-grid-footer {
  border-top: 1px solid #e9ecf0;
  background: #fbfbfb;
  padding: 10px 0;
}

.ng-grid-footer .form-control {
  display: inline;
  width: auto;
}

.ng-grid-footer .ng-grid-pages {
  width: 140px;
}

.ng-grid-footer .ng-grid-pagination label {
  display: inline;
}

.ng-grid-footer .ngGridMaxPagesNumber {
  padding-right: 10px;
}

.ngGrid .ngTopPanel {
  background: #fff;
}

.ngGrid .ngTopPanel .ngHeaderContainer {
  border-bottom: 1px solid #e9ecf0;
}

.ngGrid .ngTopPanel .ngHeaderContainer .ngVerticalBar {
  visibility: hidden;
}

.ngGrid .ngRow {
  border-top: 1px solid #e9ecf0;
}

.ngGrid .ngRow.even {
  background-color: #fbfbfb;
}

.ngGrid .ngRow.odd {
  background-color: #fff;
}

.ngGrid .ngRow.selected {
  background: #e9ecf0;
}

.ngGrid input {
  border: none;
  background: inherit;
  padding: 5px;
}

.ngVerticalBarVisible {
  background-color: #e9ecf0!important;
}

.editable-input {
  display: block;
  width: 100%;
  height: 37px;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.46153846;
  color: #3d414a;
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border: 1px solid #e1e3e8;
  color: #656b79;
  height: 34px;
  padding: 7px 9px;
  box-shadow: none!important;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  height: 28px!important;
  padding: 4px 10px!important;
  font-size: 12px!important;
  line-height: 1.5!important;
  border-radius: 2px!important;
}

.editable-input:focus {
  border-color: #3d414a;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(61,65,74,.6);
}

.editable-input::-moz-placeholder {
  color: #d9dbe0;
  opacity: 1;
}

.editable-input:-ms-input-placeholder {
  color: #d9dbe0;
}

.editable-input::-webkit-input-placeholder {
  color: #d9dbe0;
}

.editable-input[disabled],
.editable-input[readonly],
fieldset[disabled] .editable-input {
  cursor: not-allowed;
  background-color: #fbfbfb;
  opacity: 1;
}

textarea.editable-input {
  height: auto;
}

select.editable-input {
  padding: 6px 9px 5px 4px;
}

.editable-input:focus {
  border-color: #4697ce;
}

select.editable-input {
  height: 30px;
  line-height: 30px;
}

textarea.editable-input,
select[multiple].editable-input {
  height: auto;
}

select.editable-input {
  height: 28px!important;
  line-height: 28px!important;
}

textarea.editable-input,
select[multiple].editable-input {
  height: auto!important;
}

select.editable-input,
input.editable-input {
  height: 28px;
}

select.editable-input {
  padding: 4px 9px 5px 4px;
}

.editable-bstime table {
  height: 110px!important;
}

.editable-bstime td {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.cke_float .cke_top {
  border: 0 solid #e1e3e8!important;
}

.cke_top {
  border-radius: 3px 3px 0 0!important;
  border-bottom: none!important;
}

.cke_bottom {
  border-top: none!important;
  border-radius: 0 0 3px 3px!important;
  background: #fbfbfb!important;
}

.cke-focus,
.cke-focus .cke-top {
  border-radius: 3px!important;
  background: #fbfbfb!important;
}

.cke_chrome {
  border: 1px solid #e1e3e8!important;
  border-radius: 3px!important;
}

.cke_inner {
  border-radius: 3px!important;
}

.cke_combo_button {
  border: 1px solid #e9ecf0!important;
  border-radius: 3px!important;
}

.cke_top a:hover {
  border-radius: 3px!important;
  background: #e9ecf0!important;
  border: 1px solid #e9ecf0!important;
}

input.datepicker+ul th .btn,
.datepicker th .btn {
  display: block;
  width: 100%;
}

input.datepicker+ul table,
.datepicker table {
  border-collapse: separate;
  border-spacing: 1px;
}

input.datepicker+ul .btn-default.btn-info span,
.datepicker .btn-default.btn-info span {
  color: inherit!important;
}

input.datepicker+ul {
  right: inherit!important;
  padding: 5px;
}

.datepicker.datepicker-dropdown {
  right: auto;
  padding: 5px;
}

.datepicker.datepicker-dropdown td,
.datepicker.datepicker-dropdown th {
  text-align: center;
}

.datepicker.datepicker-dropdown tbody td {
  cursor: pointer;
  border-radius: 3px;
}

.datepicker.datepicker-dropdown tbody td.active {
  background-color: #E9ECF0;
  color: #656B79;
}

.datepicker.datepicker-dropdown tbody td.today {
  background-color: #4697ce;
  color: #fff;
}

table.timepicker,
.timepicker table {
  border-spacing: 5px 0;
  border-collapse: separate;
}

.rating i {
  cursor: pointer;
  margin-left: 5px;
}

.icheck-label {
  padding: 0!important;
  text-rendering: auto;
}

.icheck-label>div {
  width: 20px!important;
}

.icheck-label input {
  display: none;
}

.icheckbox_minimal-blue,
.iradio_minimal-blue {
  margin-top: -5px!important;
  margin-bottom: -4px!important;
}

.drop[flow-drop] {
  border: 2px dashed #e1e3e8;
  padding: 10px;
}

.gallery-box .title {
  margin-bottom: 10px;
  display: inline-block;
}

.jqvmap-label {
  position: absolute;
  display: none;
  border-radius: 2px;
  background: #292929;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  padding: 0 5px!important;
  left: 10px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.46153846;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Open Sans','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
  border-width: 0;
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.07);
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  color: #656b79;
  background-color: #e9ecf0;
  border-color: #e9ecf0;
  width: 18px;
}

.jqvmap-zoomin:focus,
.jqvmap-zoomout:focus,
.jqvmap-zoomin:active:focus,
.jqvmap-zoomout:active:focus,
.jqvmap-zoomin.active:focus,
.jqvmap-zoomout.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover,
.jqvmap-zoomin:focus,
.jqvmap-zoomout:focus {
  color: #656b79;
  text-decoration: none;
}

.jqvmap-zoomin:active,
.jqvmap-zoomout:active,
.jqvmap-zoomin.active,
.jqvmap-zoomout.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.jqvmap-zoomin.disabled,
.jqvmap-zoomout.disabled,
.jqvmap-zoomin[disabled],
.jqvmap-zoomout[disabled],
fieldset[disabled] .jqvmap-zoomin,
fieldset[disabled] .jqvmap-zoomout {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.jqvmap-zoomin:focus,
.jqvmap-zoomout:focus {
  outline: 0;
}

.jqvmap-zoomin:active,
.jqvmap-zoomout:active,
.jqvmap-zoomin.active,
.jqvmap-zoomout.active,
.jqvmap-zoomin.fc-state-active,
.jqvmap-zoomout.fc-state-active {
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.07);
}

.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover,
.jqvmap-zoomin:focus,
.jqvmap-zoomout:focus,
.jqvmap-zoomin:active,
.jqvmap-zoomout:active,
.jqvmap-zoomin.active,
.jqvmap-zoomout.active,
.open>.dropdown-toggle.jqvmap-zoomin,
.open>.dropdown-toggle.jqvmap-zoomout {
  color: #656b79;
  background-color: #cbd2db;
  border-color: #c5cdd7;
}

.jqvmap-zoomin:active,
.jqvmap-zoomout:active,
.jqvmap-zoomin.active,
.jqvmap-zoomout.active,
.open>.dropdown-toggle.jqvmap-zoomin,
.open>.dropdown-toggle.jqvmap-zoomout {
  background-image: none;
}

.jqvmap-zoomin.disabled,
.jqvmap-zoomout.disabled,
.jqvmap-zoomin[disabled],
.jqvmap-zoomout[disabled],
fieldset[disabled] .jqvmap-zoomin,
fieldset[disabled] .jqvmap-zoomout,
.jqvmap-zoomin.disabled:hover,
.jqvmap-zoomout.disabled:hover,
.jqvmap-zoomin[disabled]:hover,
.jqvmap-zoomout[disabled]:hover,
fieldset[disabled] .jqvmap-zoomin:hover,
fieldset[disabled] .jqvmap-zoomout:hover,
.jqvmap-zoomin.disabled:focus,
.jqvmap-zoomout.disabled:focus,
.jqvmap-zoomin[disabled]:focus,
.jqvmap-zoomout[disabled]:focus,
fieldset[disabled] .jqvmap-zoomin:focus,
fieldset[disabled] .jqvmap-zoomout:focus,
.jqvmap-zoomin.disabled:active,
.jqvmap-zoomout.disabled:active,
.jqvmap-zoomin[disabled]:active,
.jqvmap-zoomout[disabled]:active,
fieldset[disabled] .jqvmap-zoomin:active,
fieldset[disabled] .jqvmap-zoomout:active,
.jqvmap-zoomin.disabled.active,
.jqvmap-zoomout.disabled.active,
.jqvmap-zoomin[disabled].active,
.jqvmap-zoomout[disabled].active,
fieldset[disabled] .jqvmap-zoomin.active,
fieldset[disabled] .jqvmap-zoomout.active {
  background-color: #e9ecf0;
  border-color: #e9ecf0;
}

.jqvmap-zoomin .badge,
.jqvmap-zoomout .badge {
  color: #e9ecf0;
  background-color: #656b79;
}

.jqvmap-zoomin {
  top: 10px;
}

.jqvmap-zoomout {
  top: 29px;
}

.jqvmap-region {
  cursor: pointer;
}

.jspDrag {
  background: rgba(0,0,0,.3)!important;
  border-radius: 4px;
}

.jspTrack {
  background: none!important;
}

.jspVerticalBar {
  background: none!important;
  width: 6px!important;
  right: 1px!important;
}

.navbar .dropdown-menu.notifications .jspPane,
.navbar .dropdown-menu.messages .jspPane {
  width: 320px!important;
}

.bootstro-highlight {
  border: none;
  background-color: transparent!important;
}

.gallery {
  padding-left: 0;
  list-style: none;
}

.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}

.gallery:after {
  clear: both;
}

.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}

.gallery:after {
  clear: both;
}

.gallery .item {
  width: 150px;
  height: 200px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.gallery .item a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 250ms ease;
}

.gallery .item a h4 {
  background-color: #000;
  background-color: rgba(0,0,0,.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
  padding: 5px;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  position: absolute;
  bottom: -30px;
  display: block;
  left: 0;
  right: 0;
  color: #fff;
}

.gallery .item a:hover h4 {
  bottom: 0;
}

.show-grid [class*=col-] {
  background: #e6e7e8;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f3f4f6;
}

.show-grid [class*=col-]:hover {
  background: #e1e3e8;
}

.demo-example .breadcrumb {
  margin-bottom: 20px;
}

#demo-type-table {
  width: 100%;
  margin: -20px 0 -20px 0;
}

#demo-type-table td {
  vertical-align: middle;
}

#demo-type-table h1,
#demo-type-table h2,
#demo-type-table h3,
#demo-type-table h4,
#demo-type-table h5,
#demo-type-table h6 {
  margin: 15px 0;
}

#demo-type-table td:last-child {
  text-align: right;
}

#threads,
#comments,
#users {
  max-height: 420px;
  overflow-x: hidden;
}

#demo-dropdown {
  width: 183px;
  padding: 15px;
}

#demo-dropdown label {
  width: 100px;
  margin-bottom: 10px;
}

#demo-dropdown label[for=fixedheader] {
  position: relative;
}

#demo-dropdown #fixedheader {
  display: inline-block;
}

#demo-dropdown .demo-color-variation {
  margin-left: 0;
  display: inline-block;
  position: relative;
}

#demo-dropdown .demo-color-variation li {
  padding-right: 2px;
  padding-left: 0;
}

#demo-dropdown .demo-color-variation li a {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 60%;
}

#demo-dropdown .demo-color-variation li a.color-lite {
  background-color: #2b3d51;
}

#demo-dropdown .demo-color-variation li a.color-steel {
  background-color: #687285;
}

#demo-dropdown .demo-color-variation li a.color-lavender {
  background-color: #716885;
}

#demo-dropdown .demo-color-variation li a.color-black {
  background-color: #000;
}

#demo-dropdown .demo-color-variation li a.color-dark {
  background-color: #313338;
}

#demo-dropdown .demo-color-variation li a.color-red {
  background-color: #b43e2e;
}

#demo-dropdown .demo-color-variation li a.color-green {
  background-color: #48d09b;
}

#demo-dropdown .demo-color-variation li a.color-blue {
  background-color: #2e5dac;
}

#demo-dropdown .demo-color-variation li a.color-default {
  background-color: #2b3d51;
}

#demo-dropdown .demo-color-variation li a.color-inverse {
  background-color: #4f5259;
}

#demo-dropdown .demo-color-variation li a.color-primary {
  background-color: #4697ce;
}

#demo-dropdown .demo-color-variation li a.color-gray {
  background-color: #a2a7b1;
}

#demo-dropdown .demo-color-variation li a.color-indigo {
  background-color: #9358ac;
}

#demo-dropdown .demo-color-variation li a.color-dangerdark {
  background-color: #f0934e;
}

.sparkline-block {
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  padding: 5px 0;
}

@media (max-width:767px) {
  #demo-dropdown {
    margin-right: -100px;
  }

  #demo-dropdown:before {
    margin-right: 100px;
  }
}

.demo-blocks {
  width: 50px;
  height: 50px;
  border: 2px solid #e9ecf0;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 10px;
}

.demo-blocks:hover {
  border-color: #e1e3e8;
}

.demo-blocks.color-dark {
  background: #313338;
}

.demo-blocks.color-red {
  background: #b43e2e;
}

.demo-blocks.color-green {
  background: #48d09b;
}

.demo-blocks.color-blue {
  background: #2e5dac;
}

.demo-blocks.color-lavender {
  background: #716885;
}

.demo-blocks.pattern-brickwall {
  background: url(../img/patterns/brickwall.png);
}

.demo-blocks.pattern-dark-stripes {
  background: url(../img/patterns/dark_stripes.png);
}

.demo-blocks.pattern-rockywall {
  background: url(../img/patterns/rockywall.png);
}

.demo-blocks.pattern-subtle-carbon {
  background: url(../img/patterns/subtle_carbon.png);
}

.demo-blocks.pattern-tweed {
  background: url(../img/patterns/tweed.png);
}

.demo-blocks.pattern-vertical-cloth {
  background: url(../img/patterns/vertical_cloth.png);
}

.demo-blocks.pattern-grey_wash_wall {
  background: url(../img/patterns/grey_wash_wall.png);
}

.demo-blocks.pattern-pw_maze_black {
  background: url(../img/patterns/pw_maze_black.png);
}

.demo-blocks.pattern-wild_oliva {
  background: url(../img/patterns/wild_oliva.png);
}

.demo-blocks.pattern-stressed_linen {
  background: url(../img/patterns/stressed_linen.png);
}

.demo-blocks.pattern-sos {
  background: url(../img/patterns/sos.png);
}

.visitor-sparklines p {
  color: #a2a7b1;
}

.pln {
  color: #48484C;
}

.str {
  color: #D14;
}

.kwd {
  color: #1E347B;
}

.com {
  color: #93A1A1;
}

.typ {
  color: teal;
}

.lit {
  color: #195F91;
}

.pun {
  color: #93A1A1;
}

.opn {
  color: #93A1A1;
}

.clo {
  color: #93A1A1;
}

.tag {
  color: #008;
}

.atn {
  color: teal;
}

.atv {
  color: #D14;
}

.dec {
  color: teal;
}

.var {
  color: teal;
}

.fun {
  color: #DC322F;
}

pre.prettyprint {
  background-color: #F7F7F9;
  padding: 10px;
  border: 1px solid #E1E1E8;
}

pre.prettyprint.linenums {
  box-shadow: 40px 0 0 #FBFBFC inset,41px 0 0 #ECECF0 inset;
}

ol.linenums {
  color: #1E347B;
  margin: 0 0 0 40px;
}

ol.linenums li {
  color: #BEBEC5;
  line-height: 18px;
  padding-left: 12px;
  text-shadow: 0 1px 0 #FFF;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: normal;
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}

.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(../plugins/form-colorpicker/img/bootstrap-colorpicker/saturation.png);
  cursor: crosshair;
  float: left;
}

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
}

.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.colorpicker-hue {
  background-image: url(../plugins/form-colorpicker/img/bootstrap-colorpicker/hue.png);
}

.colorpicker-alpha {
  background-image: url(../plugins/form-colorpicker/img/bootstrap-colorpicker/alpha.png);
  display: none;
}

.colorpicker {
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  max-width: 150px;
  margin-top: 1px;
  z-index: 9999!important;
}

.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table;
}

.colorpicker:after {
  clear: both;
}

.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table;
}

.colorpicker:after {
  clear: both;
}

.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.colorpicker div {
  position: relative;
}

.colorpicker.alpha {
  min-width: 140px;
}

.colorpicker.alpha .colorpicker-alpha {
  display: block;
}

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(../plugins/form-colorpicker/img/bootstrap-colorpicker/alpha.png);
  background-position: 0 100%;
}

.colorpicker-color div {
  height: 10px;
}

.input-group.color .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-300px,0) scale(4);
  transform: translate(-300px,0) scale(4);
  cursor: pointer;
}

.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}

.fileinput .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileinput .thumbnail>img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput .input-group-addon {
  padding: 7px 15px;
  font-weight: 400;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput .uneditable-input {
  white-space: normal;
}

.fileinput-new .input-group .btn-file {
  border-radius: 0 3px 3px 0;
}

.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 2px 2px 0;
}

.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 3px 3px 0;
}

.form-group.has-warning .fileinput .uneditable-input {
  color: #b9ab18;
  border-color: #e8db4f;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #b9ab18;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #e8db4f;
}

.form-group.has-error .fileinput .uneditable-input {
  color: #bf1c1c;
  border-color: #e75a5a;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #bf1c1c;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #e75a5a;
}

.form-group.has-success .fileinput .uneditable-input {
  color: #40a35c;
  border-color: #7dcc93;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #40a35c;
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #7dcc93;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}