@charset "UTF-8";
/* ------------------------------------------------------------------------------
*
*  # Tables component
*
*  Overrides for tables bootstrap component
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */
th {
  font-weight: 500;
}

.table {
  margin-bottom: 0;
}

.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;
}

.panel[class*=bg-] .table > thead > tr > th,
.table[class*=bg-] > thead > tr > th,
.panel[class*=bg-] .table > tbody > tr > th,
.table[class*=bg-] > tbody > tr > th,
.panel[class*=bg-] .table > tfoot > tr > th,
.table[class*=bg-] > tfoot > tr > th,
.panel[class*=bg-] .table > thead > tr > td,
.table[class*=bg-] > thead > tr > td,
.panel[class*=bg-] .table > tbody > tr > td,
.table[class*=bg-] > tbody > tr > td,
.panel[class*=bg-] .table > tfoot > tr > td,
.table[class*=bg-] > tfoot > tr > td {
  border-color: rgba(255, 255, 255, 0.2);
}

.table tr[class*=bg-] > td,
.table tr[class*=bg-] > th {
  border-color: #fff;
}

.table tr > td[class*=bg-],
.table tr > th[class*=bg-] {
  border-color: #fff;
}

.table > thead > tr[class*=border-bottom-] > th,
.table > thead > tr[class*=border-bottom-] > td {
  border-bottom-color: inherit;
}

.table > tbody > tr[class*=border-top-] > th,
.table > tfoot > tr[class*=border-top-] > th,
.table > tbody > tr[class*=border-top-] > td,
.table > tfoot > tr[class*=border-top-] > td {
  border-top-color: inherit;
}

.table > thead > tr > th {
  border-bottom: 1px solid #bbb;
}

.table > tfoot > tr > th {
  border-top: 1px solid #bbb;
}

.table .table {
  background-color: #fff;
}

.table-responsive + .table-responsive > .table:not(.table-bordered):not(.table-framed),
.table:not(.table-bordered):not(.table-framed) + .table:not(.table-bordered):not(.table-framed) {
  border-top: 1px solid #ddd;
}

.panel-body + .table > tbody:first-child > tr:first-child > td,
.panel-body + .table-responsive > .table > tbody:first-child > tr:first-child > td,
.panel-body + .table > tbody:first-child > tr:first-child > th,
.panel-body + .table-responsive > .table > tbody:first-child > tr:first-child > th {
  border-top: 0;
}

.modal-body + .table-responsive > .table,
.modal-body + .table {
  border-bottom: 1px solid #ddd;
}

.modal-body + .table-responsive {
  border: 0;
}

.panel[class*=bg-] > .panel-body + .table,
.panel[class*=bg-] > .panel-body + .table-responsive {
  border-color: #fff;
}

.table > thead > tr.border-solid > th,
.table > thead > tr.border-solid > td {
  border-bottom-width: 2px;
}

.table > tbody > tr.border-solid > td,
.table > tfoot > tr.border-solid > td,
.table > tbody > tr.border-solid > th,
.table > tfoot > tr.border-solid > th {
  border-top-width: 2px;
}

.table-bordered > thead > tr.border-solid:first-child > th,
.table-bordered > thead > tr.border-solid:first-child > td {
  border-bottom-width: 2px;
}

.table > thead > tr.border-double > th,
.table > thead > tr.border-double > td {
  border-bottom-width: 3px;
  border-bottom-style: double;
}

.table > tbody > tr.border-double > td,
.table > tfoot > tr.border-double > td,
.table > tbody > tr.border-double > th,
.table > tfoot > tr.border-double > th {
  border-top-width: 3px;
  border-top-style: double;
}

.table-bordered > thead > tr.border-double:first-child > th,
.table-bordered > thead > tr.border-double:first-child > td {
  border-bottom-width: 3px;
  border-bottom-style: double;
}

.table > tbody > tr.border-dashed > td,
.table > tbody > tr.border-dashed > th {
  border-top-style: dashed;
}

.table-framed,
.panel > .table-framed,
.panel > .table-responsive > .table-framed {
  border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .table-responsive > .table-framed {
    border: 0;
  }
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th {
  border: 0;
}

.table-columned > tbody > tr > td,
.table-columned > tfoot > tr > td,
.table-columned > tbody > tr > th,
.table-columned > tfoot > tr > th {
  border: 0;
  border-left: 1px solid #ddd;
}

.table-columned > tbody > tr > td:first-child,
.table-columned > tfoot > tr > td:first-child,
.table-columned > tbody > tr > th:first-child,
.table-columned > tfoot > tr > th:first-child {
  border-left: 0;
}

.table-columned > thead > tr > th,
.table-columned > thead > tr > td {
  border-left: 1px solid #ddd;
}

.table-columned > thead > tr > th:first-child,
.table-columned > thead > tr > td:first-child {
  border-left: 0;
}

.table-xlg > thead > tr > th,
.table-xlg > tbody > tr > th,
.table-xlg > tfoot > tr > th,
.table-xlg > thead > tr > td,
.table-xlg > tbody > tr > td,
.table-xlg > tfoot > tr > td {
  padding: 20px;
}

.table-lg > thead > tr > th,
.table-lg > tbody > tr > th,
.table-lg > tfoot > tr > th,
.table-lg > thead > tr > td,
.table-lg > tbody > tr > td,
.table-lg > tfoot > tr > td {
  padding: 15px 20px;
}

.table-sm > thead > tr > th,
.table-sm > tbody > tr > th,
.table-sm > tfoot > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > td {
  padding: 10px 20px;
}

.table-xs > thead > tr > th,
.table-xs > tbody > tr > th,
.table-xs > tfoot > tr > th,
.table-xs > thead > tr > td,
.table-xs > tbody > tr > td,
.table-xs > tfoot > tr > td {
  padding: 8px 20px;
}

.table-xxs > thead > tr > th,
.table-xxs > tbody > tr > th,
.table-xxs > tfoot > tr > th,
.table-xxs > thead > tr > td,
.table-xxs > tbody > tr > td,
.table-xxs > tfoot > tr > td {
  padding: 6px 15px;
}

.table-bordered tr:first-child > td,
.table-bordered tr:first-child > th {
  border-top-color: #bbb;
}

.table-bordered tr[class*=bg-] > th,
.table-bordered tr[class*=bg-] > td,
.table-bordered tr > th[class*=bg-],
.table-bordered tr > td[class*=bg-] {
  border-color: #fff;
}

.panel[class*=bg-] .table-striped > tbody > tr:nth-child(odd),
.table-striped[class*=bg-] > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover > tbody > tr:hover > th,
.table-hover > tbody > tr:hover > td {
  background-color: inherit;
}

.panel[class*=bg-] .table-hover > tbody > tr:hover,
.table-hover[class*=bg-] > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.panel[class*=bg-] .panel-body > .table .active > th,
.panel[class*=bg-] .panel-body > .table-responsive > .table .active > th,
.table[class*=bg-] .active > th,
.panel[class*=bg-] .panel-body > .table .active > td,
.panel[class*=bg-] .panel-body > .table-responsive > .table .active > td,
.table[class*=bg-] .active > td,
.panel[class*=bg-] .panel-body > .table th.active,
.panel[class*=bg-] .panel-body > .table-responsive > .table th.active,
.table[class*=bg-] th.active,
.panel[class*=bg-] .panel-body > .table td.active,
.panel[class*=bg-] .panel-body > .table-responsive > .table td.active,
.table[class*=bg-] td.active {
  background-color: rgba(0, 0, 0, 0.15);
}

/* ------------------------------------------------------------------------------
*
*  # Form related components
*
*  Overrides for bootstrap form related components
*
*  Version: 1.1
*  Latest update: Mar 10, 2015
*
* ---------------------------------------------------------------------------- */
/* Form controls
----------------------------------*/
legend {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

fieldset:first-child legend:first-child {
  padding-top: 0;
}

legend .control-arrow {
  float: right;
  color: #999999;
}

legend .control-arrow:hover {
  color: #333333;
}

label {
  margin-bottom: 7px;
  font-weight: 400;
}

select[multiple],
select[size] {
  height: 200px;
  padding: 7px;
}

select[multiple] option,
select[size] option {
  padding: 7px 12px;
  border-radius: 3px;
}

select[multiple] option + option,
select[size] option + option {
  margin-top: 1px;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
}

.form-control {
  box-shadow: none;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-control[class*=bg-]:focus {
  border-color: transparent;
}

.form-control[class*=bg-]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control[class*=bg-]:-ms-input-placeholder {
  color: #fff;
}

.form-control[class*=bg-]::-webkit-input-placeholder {
  color: #fff;
}

.input-rounded {
  border-radius: 100px;
}

.input-roundless {
  border-radius: 0;
}

.form-control-unstyled {
  padding: 0;
  border: 0;
  background-color: transparent;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

/* Form components
----------------------------------*/
.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group .form-group:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .form-group div[class*="col-md-"]:not(.control-label) + div[class*="col-md-"] {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .form-group div[class*="col-lg-"]:not(.control-label) + div[class*="col-lg-"] {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .form-group div[class*="col-sm-"]:not(.control-label) + div[class*="col-sm-"] {
    margin-top: 20px;
  }
}

.form-group-material > .control-label {
  position: relative;
  top: 7px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.form-group-material > .control-label ~ .form-control-feedback {
  top: 27px;
}

.form-group-material > .control-label.is-visible {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-group-material > .control-label.animate {
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

.radio,
.checkbox {
  margin-top: 8px;
  margin-bottom: 8px;
}

.radio label,
.checkbox label {
  padding-left: 28px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  left: 0;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  padding-left: 28px;
}

.radio-right.radio-inline,
.radio-right label,
.checkbox-right.radio-inline,
.checkbox-right label,
.checkbox-right.checkbox-inline,
.checkbox-right label {
  padding-left: 0;
  padding-right: 28px;
}

.radio-right input[type="radio"],
.checkbox-right input[type="radio"],
.checkbox-right input[type="checkbox"] {
  left: auto;
  right: 0;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 15px;
}

.radio.disabled,
.checkbox.disabled,
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio,
fieldset[disabled] .checkbox,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  color: #999999;
}

/* Form control sizing
----------------------------------*/
.input-xlg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.333334;
  border-radius: 3px;
}

select.input-xlg {
  height: 42px;
  line-height: 42px;
}

textarea.input-xlg,
select[multiple].input-xlg {
  height: auto;
}

.form-group-xlg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.333334;
  border-radius: 3px;
}

select.form-group-xlg .form-control {
  height: 42px;
  line-height: 42px;
}

textarea.form-group-xlg .form-control,
select[multiple].form-group-xlg .form-control {
  height: auto;
}

.form-group-xlg .form-control-static {
  height: 42px;
  min-height: 35px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.333334;
}

.input-xs {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
  border-radius: 2px;
}

select.input-xs {
  height: 32px;
  line-height: 32px;
}

textarea.input-xs,
select[multiple].input-xs {
  height: auto;
}

.form-group-xs .form-control {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
  border-radius: 2px;
}

select.form-group-xs .form-control {
  height: 32px;
  line-height: 32px;
}

textarea.form-group-xs .form-control,
select[multiple].form-group-xs .form-control {
  height: auto;
}

.form-group-xs .form-control-static {
  height: 32px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
}

/* Form helpers
----------------------------------*/
.has-feedback .form-control {
  padding-right: 36px;
}

.has-feedback .form-control.input-xlg {
  padding-right: 42px;
}

.has-feedback .form-control.input-lg {
  padding-right: 40px;
}

.has-feedback .form-control.input-sm {
  padding-right: 34px;
}

.has-feedback .form-control.input-xs {
  padding-right: 32px;
}

.form-control-feedback {
  width: 38px;
  color: #333333;
  z-index: 3;
}

input[class*=bg-] + .form-control-feedback {
  color: #fff;
}

.has-feedback-left .form-control {
  padding-right: 12px;
  padding-left: 36px;
}

.has-feedback-left .form-control.input-xlg {
  padding-right: 10px;
  padding-left: 42px;
}

.has-feedback-left .form-control.input-lg {
  padding-right: 15px;
  padding-left: 40px;
}

.has-feedback-left .form-control.input-sm {
  padding-right: 11px;
  padding-left: 34px;
}

.has-feedback-left .form-control.input-xs {
  padding-right: 10px;
  padding-left: 32px;
}

.has-feedback-left .form-control-feedback {
  right: auto;
  left: 0;
}

.input-xlg + .form-control-feedback,
.form-group-xlg > .form-control-feedback {
  width: 44px;
  height: 42px;
  line-height: 42px;
}

.input-lg + .form-control-feedback,
.form-group-lg > .form-control-feedback {
  width: 42px;
}

.input-sm + .form-control-feedback,
.form-group-sm > .form-control-feedback {
  width: 36px;
}

.input-xs + .form-control-feedback,
.form-group-xs > .form-control-feedback {
  width: 34px;
  height: 32px;
  line-height: 32px;
}

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  box-shadow: none;
}

.help-block {
  color: #999999;
  font-size: 12px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.help-inline {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.form-horizontal .form-group > div[class*="col-"] + .help-inline {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 1025px) {
  .help-inline {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    vertical-align: top;
  }
  .help-inline:not(.label) {
    color: #999999;
  }
  .form-group-lg .help-inline {
    margin-top: 10px;
  }
  .form-group-sm .help-inline {
    margin-top: 7px;
  }
  .form-group-xs .help-inline {
    margin-top: 6px;
  }
}

/* Form layouts
----------------------------------*/
@media (min-width: 769px) {
  .form-inline .form-group + .form-group {
    margin-left: 15px;
  }
  .form-inline .form-group > label {
    margin-right: 7px;
    position: relative;
    top: 1px;
  }
}

.form-horizontal .form-group .form-group {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 769px) {
  .form-horizontal .control-label {
    padding-bottom: 7px;
    padding-top: 0;
  }
  .form-horizontal .control-label:not(.text-right) {
    text-align: left;
  }
}

@media (min-width: 480px) {
  .form-horizontal .control-label[class*=col-xs-] {
    padding-top: 8px;
  }
}

@media (min-width: 1025px) {
  .form-horizontal .control-label[class*=col-md-] {
    padding-top: 8px;
  }
}

@media (min-width: 769px) {
  .form-horizontal .control-label[class*=col-sm-] {
    padding-top: 8px;
  }
}

@media (min-width: 1200px) {
  .form-horizontal .control-label[class*=col-lg-] {
    padding-top: 8px;
  }
}

.form-horizontal .has-feedback > .form-control-feedback {
  right: 0;
}

.form-horizontal .has-feedback-left .form-control-feedback {
  right: auto;
  left: 10px;
}

.form-horizontal .has-feedback-left > .form-control-feedback {
  left: 0;
}

@media (min-width: 769px) {
  .form-horizontal .form-group-xlg .control-label {
    font-size: 15px;
    padding-top: 11px;
  }
}

@media (min-width: 769px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 10px;
  }
}

@media (min-width: 769px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
  }
}

@media (min-width: 769px) {
  .form-horizontal .form-group-xs .control-label {
    font-size: 12px;
    padding-top: 6px;
  }
}

/* ------------------------------------------------------------------------------
*
*  # Buttons component
*
*  Overrides for buttons bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.btn {
  position: relative;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}

.btn::-moz-focus-inner {
  border: 0;
}

.btn:hover,
.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.btn:active,
.btn.active {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.btn[class*=bg-]:hover,
.btn[class*=bg-]:focus,
.btn[class*=bg-].focus {
  color: #fff;
}

.btn.text-size-small {
  line-height: 1.6666667;
}

.btn.text-size-mini {
  line-height: 1.82;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}

.btn-default:active,
.btn-default.active {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}

.btn-labeled {
  padding-left: 48px;
}

.btn-labeled.btn-default > b {
  background-color: #2196F3;
  color: #fff;
}

.btn-labeled > b {
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  line-height: 1;
  padding: 10px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.btn-labeled > b > i {
  top: 0;
}

.btn-labeled.btn-labeled-right {
  padding-left: 12px;
  padding-right: 48px;
}

.btn-labeled.btn-labeled-right > b {
  left: auto;
  right: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.btn-labeled.btn-xlg {
  padding-left: 58px;
}

.btn-labeled.btn-xlg > b {
  padding: 13px;
}

.btn-labeled.btn-xlg.btn-labeled-right {
  padding-left: 16px;
  padding-right: 58px;
}

.btn-labeled.btn-lg {
  padding-left: 55px;
}

.btn-labeled.btn-lg > b {
  padding: 12px;
}

.btn-labeled.btn-lg.btn-labeled-right {
  padding-left: 15px;
  padding-right: 55px;
}

.btn-labeled.btn-sm {
  padding-left: 45px;
}

.btn-labeled.btn-sm > b {
  padding: 9px;
}

.btn-labeled.btn-sm.btn-labeled-right {
  padding-left: 11px;
  padding-right: 45px;
}

.btn-labeled.btn-xs {
  padding-left: 42px;
}

.btn-labeled.btn-xs > b {
  padding: 8px;
}

.btn-labeled.btn-xs.btn-labeled-right {
  padding-left: 10px;
  padding-left: 42px;
}

.btn-flat {
  border-width: 2px;
  background-color: transparent;
}

.btn-flat:hover,
.btn-flat:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  box-shadow: none;
}

.btn-flat:active {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.btn-group.open .dropdown-toggle.btn-flat {
  box-shadow: none;
}

.btn-icon {
  padding-left: 9px;
  padding-right: 9px;
}

.btn-icon .checker,
.btn-icon .choice {
  margin-top: -1px;
}

.btn-icon.icon-2x {
  padding-left: 7px;
  padding-right: 7px;
}

.btn-icon.icon-2x > i {
  font-size: 32px;
  top: 0;
}

.btn-icon.icon-2x.btn-xlg {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-icon.icon-2x.btn-lg {
  padding-left: 9px;
  padding-right: 9px;
}

.btn-icon.icon-2x.btn-sm {
  padding-left: 6px;
  padding-right: 6px;
}

.btn-icon.icon-2x.btn-xs {
  padding-left: 5px;
  padding-right: 5px;
}

.btn-icon.btn-xlg,
.input-group-xlg > .input-group-btn > .btn-icon {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-icon.btn-lg,
.input-group-lg > .input-group-btn > .btn-icon {
  padding-left: 11px;
  padding-right: 11px;
}

.btn-icon.btn-sm,
.input-group-sm > .input-group-btn > .btn-icon {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-icon.btn-xs,
.input-group-xs > .input-group-btn > .btn.btn-icon {
  padding-left: 7px;
  padding-right: 7px;
}

.btn-float {
  padding: 16px;
  border-radius: 3px;
}

.btn-float.btn-link {
  padding: 11px;
}

.btn-float i {
  display: block;
  margin: 0;
  top: 0;
}

.btn-float img {
  border-radius: 3px;
}

.btn-float > span {
  display: block;
  padding-top: 10px;
  margin-bottom: -6px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-float.btn-float-lg i {
  font-size: 32px;
}

.btn-block-group .btn {
  border-radius: 0;
  border-width: 1px 0 0 1px;
}

.btn-block-group .btn:last-child {
  border-bottom-width: 1px;
}

.btn-block-group .btn-default {
  border-color: #ddd;
}

.btn-block-group .btn-block + .btn-block {
  margin-top: 0;
}

.btn-block-group div[class*=col-]:first-child .btn:first-child {
  border-radius: 3px 0 0 0;
}

.btn-block-group div[class*=col-]:first-child .btn:last-child {
  border-radius: 0 0 0 3px;
}

.btn-block-group div[class*=col-]:last-child .btn {
  border-right-width: 1px;
}

.btn-block-group div[class*=col-]:last-child .btn:first-child {
  border-radius: 0 3px 0 0;
}

.btn-block-group div[class*=col-]:last-child .btn:last-child {
  border-radius: 0 0 3px 0;
}

.btn-link {
  color: #333333;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  box-shadow: none;
}

.btn-rounded,
.btn-rounded.btn-labeled > b,
.btn-rounded img {
  border-radius: 100px;
}

.btn-block + .btn-block {
  margin-top: 10px;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
  background-color: #fcfcfc;
  border-color: #ddd;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #fcfcfc;
  border-color: #ddd;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background-color: #fcfcfc;
  border-color: #ddd;
}

.btn-default.disabled {
  box-shadow: none;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  background-color: #2196F3;
  border-color: #2196F3;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #2196F3;
  border-color: #2196F3;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #2196F3;
  border-color: #2196F3;
}

.btn-primary.disabled {
  box-shadow: none;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn-success.disabled {
  box-shadow: none;
}

.btn-info:focus,
.btn-info.focus,
.btn-info:hover {
  background-color: #00BCD4;
  border-color: #00BCD4;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #00BCD4;
  border-color: #00BCD4;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  background-color: #00BCD4;
  border-color: #00BCD4;
}

.btn-info.disabled {
  box-shadow: none;
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover {
  background-color: #FF5722;
  border-color: #FF5722;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #FF5722;
  border-color: #FF5722;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  background-color: #FF5722;
  border-color: #FF5722;
}

.btn-warning.disabled {
  box-shadow: none;
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #F44336;
  border-color: #F44336;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  background-color: #F44336;
  border-color: #F44336;
}

.btn-danger.disabled {
  box-shadow: none;
}

.btn-xlg,
.btn-group-xlg > .btn {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.4285715;
  border-radius: 3px;
}

.btn-xlg.btn-rounded {
  border-radius: 100px;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 3px;
}

.btn-lg.btn-rounded {
  border-radius: 100px;
}

.btn-sm:not(.btn-rounded),
.btn-group-sm > .btn:not(.btn-rounded),
.btn-xs:not(.btn-rounded),
.btn-group-xs > .btn:not(.btn-rounded) {
  border-radius: 3px;
}

/* ------------------------------------------------------------------------------
*
*  # Dropdown menu component
*
*  Overrides for dropdown menu bootstrap component
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.caret {
  font-style: normal;
  font-weight: normal;
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
  text-align: center;
  margin-top: -1px;
}

.caret:after {
  content: '\e9c5';
  font-family: 'icomoon';
  display: block;
  font-size: 16px;
  width: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-menu {
  min-width: 180px;
  padding: 7px 0;
  color: #333333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .divider {
  margin: 7px 0;
}

.dropdown-menu > li {
  position: relative;
  margin-bottom: 1px;
}

.dropdown-menu > li:last-child {
  margin-bottom: 0;
}

.dropdown-menu > li > a {
  padding: 8px 15px;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu > li > a > i,
.dropdown-menu > .dropdown-header > i,
.dropdown-menu > li > a > img,
.dropdown-menu > .dropdown-header > img {
  margin-right: 12px;
  float: left;
  margin-top: 2px;
  top: 0;
}

.dropdown-menu > li > a > i.pull-right,
.dropdown-menu > .dropdown-header > i.pull-right,
.dropdown-menu > li > a > img.pull-right,
.dropdown-menu > .dropdown-header > img.pull-right {
  margin-right: 0;
  margin-left: 12px;
}

.dropdown-menu > li > a > .label,
.dropdown-menu > .dropdown-header > .label,
.dropdown-menu > li > a > .badge,
.dropdown-menu > .dropdown-header > .badge {
  float: left;
  margin-right: 12px;
}

.dropdown-menu > li > a > .label.pull-right,
.dropdown-menu > .dropdown-header > .label.pull-right,
.dropdown-menu > li > a > .badge.pull-right,
.dropdown-menu > .dropdown-header > .badge.pull-right {
  margin-right: 0;
  margin-left: 12px;
}

.dropdown-menu > li > a > img,
.dropdown-menu > .dropdown-header > img {
  max-height: 16px;
}

.dropdown-menu > li > label:hover,
.dropdown-menu > li > label:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > label,
.dropdown-menu > .active > label:hover,
.dropdown-menu > .active > label:focus {
  color: #fff;
  outline: 0;
  background-color: #2196F3;
}

.dropdown-menu > .disabled > label,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  background-color: transparent;
  color: #999999;
}

.dropdown-menu > li > label {
  padding: 8px 15px;
  padding-left: 43px;
  display: block;
  cursor: pointer;
}

.dropdown-menu > li > label .checker,
.dropdown-menu > li > label .choice,
.dropdown-menu > li > label > input[type=checkbox],
.dropdown-menu > li > label > input[type=radio] {
  left: 15px;
  top: auto;
  margin-top: 1px;
}

.dropdown-menu > li.checkbox,
.dropdown-menu > li.radio {
  margin-top: 0;
}

.dropdown-menu > li.checkbox-right > label,
.dropdown-menu > li.radio-right > label,
.dropdown-menu > li.checkbox-right > label {
  padding-left: 15px;
  padding-right: 43px;
}

.dropdown-menu > li.checkbox-right > label .checker,
.dropdown-menu > li.checkbox-right > label > input[type=checkbox] {
  left: auto;
  right: 15px;
}

.dropdown-menu > li.radio-right > label .choice,
.dropdown-menu > li.radio-right > label > input[type=radio],
.dropdown-menu > li.checkbox-right > label .choice,
.dropdown-menu > li.checkbox-right > label > input[type=radio] {
  left: auto;
  right: 15px;
}

.dropdown-menu > .checkbox-switchery > label > .switchery {
  left: 15px;
}

.dropdown-menu > .checkbox-switchery.checkbox-right[class*=switchery-] > label {
  padding-left: 15px;
}

.dropdown-menu > .checkbox-switchery.checkbox-right[class*=switchery-] > label > .switchery {
  left: auto;
  right: 15px;
}

.dropdown-menu > .checkbox-switchery.switchery-sm {
  margin-bottom: 0;
}

.dropdown-menu > .checkbox-switchery.switchery-sm > label {
  padding-left: 68px;
}

.dropdown-menu > .checkbox-switchery.switchery-xs {
  margin-bottom: 0;
}

.dropdown-menu > .checkbox-switchery.switchery-xs > label {
  padding-left: 60px;
}

.dropdown-menu > .checkbox-switchery.checkbox-right.switchery-sm > label {
  padding-right: 68px;
}

.dropdown-menu > .checkbox-switchery.checkbox-right.switchery-xs > label {
  padding-right: 60px;
}

.dropdown-menu > .disabled .badge,
.dropdown-menu > .disabled .label,
.dropdown-menu > .disabled img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.dropdown-menu[class*=bg-] > li > a,
.dropdown-menu[class*=bg-] > li > label {
  color: #fff;
}

.dropdown-menu[class*=bg-] > li > a:hover,
.dropdown-menu[class*=bg-] > li > label:hover,
.dropdown-menu[class*=bg-] > li > a:focus,
.dropdown-menu[class*=bg-] > li > label:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu[class*=bg-] > li > a > .label,
.dropdown-menu[class*=bg-] > li > label > .label,
.dropdown-menu[class*=bg-] > li > a > .badge,
.dropdown-menu[class*=bg-] > li > label > .badge {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

.dropdown-menu[class*=bg-] > .active > a,
.dropdown-menu[class*=bg-] > .active > label,
.dropdown-menu[class*=bg-] > .active > a:hover,
.dropdown-menu[class*=bg-] > .active > label:hover,
.dropdown-menu[class*=bg-] > .active > a:focus,
.dropdown-menu[class*=bg-] > .active > label:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.dropdown-menu[class*=bg-] > .disabled > a,
.dropdown-menu[class*=bg-] > .disabled > label,
.dropdown-menu[class*=bg-] > .disabled > a:hover,
.dropdown-menu[class*=bg-] > .disabled > label:hover,
.dropdown-menu[class*=bg-] > .disabled > a:focus,
.dropdown-menu[class*=bg-] > .disabled > label:focus {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}

.dropdown-menu[class*=bg-] > .dropdown-header {
  color: rgba(255, 255, 255, 0.6);
}

.dropdown-menu[class*=bg-] > .dropdown-header.highlight {
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu[class*=bg-] .divider {
  background-color: rgba(255, 255, 255, 0.4);
}

.dropdown-menu-lg > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 1.4285715;
}

.dropdown-menu-sm > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  line-height: 1.6666667;
}

.dropdown-menu-xs > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 1.6666667;
}

.dropdown-menu > .dropdown-submenu > a {
  padding-right: 38px;
  position: relative;
}

.dropdown-menu > .dropdown-submenu > a:after {
  content: '\e9c7';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.dropdown-menu > .dropdown-submenu:hover > a,
.dropdown-menu > .dropdown-submenu:focus > a {
  background-color: #f5f5f5;
}

.dropdown-menu > .dropdown-submenu:hover > a:after,
.dropdown-menu > .dropdown-submenu:focus > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu > .dropdown-submenu.active > a {
  background-color: #2196F3;
  color: #fff;
}

@media (min-width: 769px) {
  .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.dropdown-menu > .dropdown-submenu.disabled > .dropdown-menu {
  display: none;
}

.dropdown-menu > .dropdown-submenu.disabled > a {
  background-color: transparent;
}

.dropdown-menu > .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -8px;
}

.dropup .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -8px;
}

.dropdown-menu > .dropdown-submenu.dropdown-submenu-left > .dropdown-menu {
  left: auto;
  right: 100%;
}

.dropup .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.dropup.dropdown-menu > .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -8px;
}

@media (max-width: 768px) {
  .dropdown-menu > .dropdown-submenu {
    position: static;
  }
  .dropdown-menu > .dropdown-submenu > a:after {
    content: '\e9c5';
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
    position: relative;
    left: 0;
    right: 0;
    float: none;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    min-width: 100%;
    margin: 0;
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu > li > a,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu > li > a {
    padding-left: 30px;
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu > li > ul > li > a,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu > li > ul > li > a {
    padding-left: 45px;
  }
}

.dropdown-menu[class*=bg-] > .dropdown-submenu:hover > a,
.dropdown-menu[class*=bg-] > .dropdown-submenu:focus > a {
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu[class*=bg-] > .dropdown-submenu.disabled:hover > a,
.dropdown-menu[class*=bg-] > .dropdown-submenu.disabled:focus > a {
  background-color: transparent;
}

.dropdown-header {
  padding: 8px 15px;
  font-size: 11px;
  line-height: 1.82;
  color: #999999;
  text-transform: uppercase;
  margin-top: 7px;
}

.dropdown-header.highlight {
  margin-top: 0;
  background-color: #f8f8f8;
  color: #999999;
}

li + .dropdown-header.highlight,
.dropdown-header.highlight + li {
  margin-top: 7px;
}

.dropdown-header.highlight:first-child {
  margin-top: 0;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border: 0;
}

.dropup .caret:after,
.navbar-fixed-bottom .dropdown .caret:after {
  content: '\e9c6';
}

/* ------------------------------------------------------------------------------
*
*  # Button group component
*
*  Overrides for button group bootstrap component
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 1px;
}

.btn-group .btn + .btn-default,
.btn-group .btn-default + .btn-group,
.btn-group .btn-group + .btn-default {
  margin-left: -1px;
}

.btn-toolbar {
  font-size: 0;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: none;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 9px;
  padding-right: 9px;
}

.btn-group > .btn-xlg + .dropdown-toggle,
.btn-group-xlg > .btn + .dropdown-toggle {
  padding-left: 13px;
  padding-right: 13px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group > .btn-sm + .dropdown-toggle,
.btn-group-sm > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-xs + .dropdown-toggle,
.btn-group-xs > .btn + .dropdown-toggle {
  padding-left: 7px;
  padding-right: 7px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.btn-group.open .dropdown-toggle.btn-default {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}

.btn-group-justified > .btn + .btn,
.btn-group-justified > .btn-group + .btn-group > .btn {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.btn-group-justified > .btn + .btn-default,
.btn-group-justified > .btn-group + .btn-group > .btn-default {
  border-left-width: 0;
}

/* ------------------------------------------------------------------------------
*
*  # Input groups component
*
*  Overrides for input groups bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.input-group .form-control-feedback {
  z-index: 3;
}

.input-group-xlg > .form-control,
.input-group-xlg > .input-group-addon,
.input-group-xlg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.333334;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
}

.input-group-transparent .input-group-addon {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

.input-group-transparent .form-control {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  width: auto;
  padding: 0;
}

.input-group-transparent .form-control:hover,
.input-group-transparent .form-control:focus {
  border-color: transparent;
}

.input-group-addon > i {
  display: block;
  top: 0;
}

.input-group-addon .checker,
.input-group-addon .choice {
  display: block;
  margin-top: 1px;
}

.input-group-addon.input-xlg {
  padding: 11px 15px;
  font-size: 14px;
  border-radius: 3px;
}

.input-group-addon.input-xs {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 2px;
}

.input-group-addon.input-sm {
  font-size: 13px;
}

.input-group-addon.input-lg {
  border-radius: 3px;
}

/* Mega Menu
––––––––––––––––––––––––––––––––––– */
.nav .mega-menu {
  position: static;
}

.mega-menu .dropdown-menu {
  left: auto;
}

@media (min-width: 769px) {
  .mega-menu.mega-menu-wide > .dropdown-menu {
    left: 20px;
    right: 20px;
  }
  .layout-boxed .mega-menu.mega-menu-wide > .dropdown-menu {
    left: 0;
    right: 0;
  }
}

.dropdown-content-heading {
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.dropdown-content-heading + .dropdown-menu-body {
  padding-top: 0;
}

.dropdown-content-heading + .dropdown-header {
  padding-top: 0 !important;
}

ul.dropdown-menu .dropdown-content-heading {
  padding-left: 15px;
  padding-right: 15px;
}

ul.dropdown-menu .dropdown-content-heading:first-child {
  padding-top: 13px;
  padding-bottom: 13px;
}

.dropdown-content-heading .icons-list {
  float: right;
}

@media (min-width: 769px) {
  .dropdown-content-heading + .table-responsive {
    border-top: 1px solid #ddd;
  }
}

.dropdown-content-footer {
  background-color: #fcfcfc;
  color: #333333;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.dropdown-content-footer a {
  display: block;
  padding: 7px;
  text-align: center;
  color: #333333;
}

.dropdown-content-footer a:hover,
.dropdown-content-footer a:focus {
  background-color: #f5f5f5;
}

.dropdown-content-footer a > i.display-block {
  top: 0;
}

@media (max-width: 768px) {
  .navbar-inverse .dropdown-content-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    border-color: transparent;
    border-radius: 0;
  }
  .navbar-inverse .dropdown-content-footer a {
    color: #fff;
  }
  .navbar-inverse .dropdown-content-footer a:hover,
  .navbar-inverse .dropdown-content-footer a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.dropdown-content-body {
  padding: 20px;
}

.dropdown-content-heading + .dropdown-content-body {
  padding-top: 0;
}

.dropdown-content:not(ul) {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-content .form-inline {
  white-space: nowrap;
}

.menu-list {
  margin: 0 0 20px 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
}

@media (min-width: 1200px) {
  [class*=col-lg-] .menu-list {
    margin-bottom: 8px;
  }
}

@media (min-width: 1025px) {
  [class*=col-md-] .menu-list {
    margin-bottom: 8px;
  }
}

@media (min-width: 769px) {
  [class*=col-sm-] .menu-list {
    margin-bottom: 8px;
  }
}

@media (min-width: 480px) {
  [class*=col-xs-] .menu-list {
    margin-bottom: 8px;
  }
}

.menu-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: none;
  left: 110%;
  width: 100%;
}

.menu-list li {
  position: relative;
  margin-top: 1px;
}

.menu-list li:first-child {
  margin-top: 0;
}

.menu-list li > a {
  display: block;
  color: #333333;
  padding: 8px 12px;
  border-radius: 3px;
}

.menu-list li > a:hover,
.menu-list li > a:focus {
  background-color: #f5f5f5;
}

.menu-list li > a > i {
  margin-right: 10px;
}

.menu-list li > a > .label,
.menu-list li > a > .badge {
  float: right;
  margin-left: 7px;
}

.menu-list li.active > a,
.menu-list li.active > a:hover,
.menu-list li.active > a:focus {
  color: #fff;
  background-color: #2196F3;
}

.menu-list li.disabled > a,
.menu-list li.disabled > a:hover,
.menu-list li.disabled > a:focus {
  background-color: transparent;
  color: #999999;
  cursor: not-allowed;
}

.menu-list li.disabled > a > .label,
.menu-list li.disabled > a > .badge,
.menu-list li.disabled > a > img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media (max-width: 768px) {
  .menu-list li > a {
    color: #fff;
  }
  .menu-list li > a:hover,
  .menu-list li > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menu-list li.active > a,
  .menu-list li.active > a:hover,
  .menu-list li.active > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menu-list li.disabled > a,
  .menu-list li.disabled > a:hover,
  .menu-list li.disabled > a:focus {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
    cursor: not-allowed;
  }
  .navbar-default .menu-list li > a {
    color: #333333;
  }
  .navbar-default .menu-list li > a:hover,
  .navbar-default .menu-list li > a:focus {
    background-color: #f5f5f5;
  }
  .navbar-default .menu-list li.active > a,
  .navbar-default .menu-list li.active > a:hover,
  .navbar-default .menu-list li.active > a:focus {
    color: #fff;
    background-color: #2196F3;
  }
  .navbar-default .menu-list li.disabled > a,
  .navbar-default .menu-list li.disabled > a:hover,
  .navbar-default .menu-list li.disabled > a:focus {
    background-color: transparent;
    color: #999999;
  }
}

@media (min-width: 769px) {
  .menu-list {
    overflow-y: auto;
    max-height: 340px;
  }
}

/* ------------------------------------------------------------------------------
*
*  # Labels component
*
*  Overrides for labels bootstrap component
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.label {
  display: inline-block;
  font-weight: 500;
  padding: 2px 5px 1px 5px;
  line-height: 1.5384616;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1px;
  border-radius: 2px;
}

.btn .label {
  top: 0;
}

.list-group-item.active > .label,
.nav-pills > .active > a > .label,
.nav-tabs-solid > .active > a > .label,
.nav-tabs[class*=bg-] > li > a > .label {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

@media (min-width: 769px) {
  .list-group-item > .label {
    float: right;
  }
  .list-group-item > .label + .label {
    margin-right: 7px;
  }
}

.label > .caret,
.badge > .caret {
  margin-top: -2px;
}

.open .label.dropdown-toggle,
.open .badge.dropdown-toggle {
  box-shadow: none;
}

.label[href]:hover,
.badge[href]:hover,
.label[href]:focus,
.badge[href]:focus {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.label-default {
  border-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #999999;
}

.label-primary {
  border-color: #2196F3;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2196F3;
}

.label-success {
  border-color: #4CAF50;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4CAF50;
}

.label-info {
  border-color: #00BCD4;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #00BCD4;
}

.label-warning {
  border-color: #FF5722;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #FF5722;
}

.label-danger {
  border-color: #F44336;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #F44336;
}

.label-striped {
  background-color: #f5f5f5;
  color: #333333;
  border-left-width: 2px;
  padding: 5px 10px;
}

.label-striped.label-striped-right {
  border-left-width: 1px;
  border-right-width: 2px;
}

.label-striped,
.label-striped.label-icon {
  border-radius: 0;
}

.label-striped[href]:hover,
.label-striped[href]:focus {
  color: #333333;
  background-color: #eeeeee;
  box-shadow: none;
}

.label-flat {
  background-color: transparent;
  border-width: 2px;
  border-radius: 0;
  padding: 1px 4px 0 4px;
}

.label-flat[href]:hover,
.label-flat[href]:focus {
  background-color: transparent;
  box-shadow: none;
}

.label-icon {
  padding: 7px;
  border-radius: 2px;
  line-height: 1;
}

.label-icon > i {
  top: 0;
}

.label-icon.label-flat {
  padding: 6px;
}

.label-icon-xlg {
  padding: 10px;
}

.label-icon-xlg.label-flat {
  padding: 9px;
}

.label-icon-lg {
  padding: 9px;
}

.label-icon-lg.label-flat {
  padding: 8px;
}

.label-icon-sm {
  padding: 6px;
}

.label-icon-sm.label-flat {
  padding: 5px;
}

.label-icon-xs {
  padding: 5px;
}

.label-icon-xs.label-flat {
  padding: 4px;
}

.label-rounded {
  border-radius: 100px;
}

.label-rounded:not(.label-icon) {
  padding-left: 7px;
  padding-right: 7px;
}

.label-roundless {
  border-radius: 0;
}

.label-block {
  display: block;
}

.form-control + .label-block {
  margin-top: 7px;
}

.label-block.text-left {
  text-align: left;
  margin-right: 0;
}

.label-block.text-right {
  text-align: right;
  margin-left: 0;
}

/* ------------------------------------------------------------------------------
*
*  # Badges component
*
*  Overrides for badges bootstrap component
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.badge {
  padding: 2px 6px 1px 6px;
  font-size: 10px;
  letter-spacing: 0.1px;
  vertical-align: baseline;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
}

.btn .badge {
  top: 0;
}

.btn-xs .badge {
  padding: 2px 6px 1px 6px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.nav-tabs-solid > .active > a > .badge,
.nav-tabs[class*=bg-] > li > a > .badge {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 0;
}

.nav-pills > li > a > .badge.position-right {
  margin-left: 7px;
}

.badge-default {
  background-color: #999999;
  border-color: #999999;
}

.badge-primary {
  background-color: #2196F3;
  border-color: #2196F3;
}

.badge-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.badge-info {
  background-color: #00BCD4;
  border-color: #00BCD4;
}

.badge-warning {
  background-color: #FF5722;
  border-color: #FF5722;
}

.badge-danger {
  background-color: #F44336;
  border-color: #F44336;
}

.badge-flat {
  background-color: transparent;
  border-width: 2px;
  padding: 1px 5px 0 5px;
}

.badge-flat[href]:hover,
.badge-flat[href]:focus {
  background-color: transparent;
  box-shadow: none;
}

/* ------------------------------------------------------------------------------
*
*  # Media list component
*
*  Overrides for media list bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.media {
  margin-top: 20px;
  position: relative;
}

.media.panel-body {
  margin-top: 0;
}

.media,
.media-body {
  overflow: visible;
}

.media-left,
.media-right,
.media-body {
  position: relative;
}

.media-heading {
  margin-bottom: 2px;
  display: block;
}

.media-list {
  margin-bottom: 0;
}

.media-right,
.media > .pull-right {
  padding-left: 20px;
}

.media-left,
.media > .pull-left {
  padding-right: 20px;
}

@media (max-width: 768px) {
  .stack-media-on-mobile:not(.text-left):not(.text-right) {
    text-align: center;
  }
  .stack-media-on-mobile .media-annotation {
    display: block;
  }
  .stack-media-on-mobile .media-annotation.dotted:not(.pull-right):before {
    content: none;
    margin: 0;
  }
  .stack-media-on-mobile .media-heading .media-annotation {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
  }
  .stack-media-on-mobile .media-left,
  .stack-media-on-mobile .media-right,
  .stack-media-on-mobile .media-body {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .stack-media-on-mobile .media-left img,
  .stack-media-on-mobile .media-right img,
  .stack-media-on-mobile .media-body img {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .stack-media-on-mobile .media-body,
  .stack-media-on-mobile .media-right {
    margin-top: 15px;
  }
  .stack-media-on-mobile .media-heading {
    margin-bottom: 5px;
  }
}

.media-left img:not(.media-preview),
.media-right img:not(.media-preview),
.thumbnail .media img:not(.media-preview) {
  width: 40px;
  height: 40px;
  max-width: none;
}

.media-badge {
  position: absolute;
  left: -10px;
  top: -2px;
}

.media-badge,
.media-badge[class*=bg-] {
  border: 2px solid;
}

@media (max-width: 768px) {
  .navbar-inverse .media-badge {
    border: 0;
    top: 0;
  }
}

.media-annotation {
  color: #999999;
  font-size: 12px;
  line-height: 1.6666667;
  font-weight: 400;
}

.media-heading .media-annotation {
  margin-left: 7px;
}

.media-annotation i {
  font-size: 13px;
}

.media-annotation.dotted:not(.pull-right):before {
  content: '•';
  margin-right: 10px;
}

.media-header {
  white-space: nowrap;
  margin-top: 20px;
  font-weight: 500;
}

.media-header:first-child {
  margin-top: 0;
}

.media-list-bordered > li {
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
  margin-top: 15px;
}

.media-list-bordered > li:first-child {
  padding-top: 0;
  border-top-width: 0;
}

.media-list-bordered.media-list-linked .media-header {
  margin-bottom: 15px;
}

.media-list-linked .media {
  margin-top: 0;
  padding: 0;
}

.media-list-linked .media-link {
  display: block;
  padding: 15px 20px;
  color: #333333;
}

.media-list-linked .media-link:hover,
.media-list-linked .media-link:focus {
  background-color: #fafafa;
  color: #333333;
}

.media-list-linked .media-header {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.media-list-linked .media-header:first-child {
  margin-top: 0;
}

.media-list-linked.media-list-bordered > li:first-child {
  border-top-width: 1px;
}

.media-list-linked.media-list-bordered > .media-header {
  margin-top: 0;
}

.media-list-linked.media-list-bordered > .media-header:first-child {
  border-top-width: 0;
}

/* ------------------------------------------------------------------------------
*
*  # List groups component
*
*  Overrides for list groups bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.list-group {
  list-style: none;
  margin-bottom: 0;
  border: 1px solid #ddd;
  padding: 7px 0;
  border-radius: 3px;
}

.list-group-item {
  background-color: transparent;
  padding: 10px 20px;
  border: 0;
}

.list-group-item.disabled .label,
.list-group-item.disabled:hover .label,
.list-group-item.disabled:focus .label,
.list-group-item.disabled .badge,
.list-group-item.disabled:hover .badge,
.list-group-item.disabled:focus .badge {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.list-group-divider {
  height: 1px;
  display: block;
  background-color: #e5e5e5;
  margin-top: 7px;
  margin-bottom: 7px;
}

.list-group-header {
  padding: 7px 20px;
  font-size: 11px;
  line-height: 1.82;
  color: #999999;
  text-transform: uppercase;
}

.list-group-header:first-child {
  margin-top: 7px;
}

.list-group-item + .list-group-header,
.list-group-divider + .list-group-header {
  margin-top: 14px;
}

.list-group-item > i,
.list-group-header > i {
  margin-right: 7px;
}

.list-group-item > i.pull-right,
.list-group-header > i.pull-right {
  margin-right: 0;
  margin-left: 7px;
  margin-top: 3px;
}

.list-group-item-heading {
  margin-top: 7px;
  margin-bottom: 7px;
}

.list-group-item-text {
  line-height: 1.5384616;
  margin-bottom: 7px;
}

.list-group-item-success {
  color: #43A047;
  background-color: #E8F5E9;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #43A047;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #43A047;
  background-color: #d6edd8;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}

.list-group-item-success,
a.list-group-item-success,
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #205823;
}

.list-group-item-info {
  color: #1565C0;
  background-color: #E3F2FD;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #1565C0;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #1565C0;
  background-color: #cbe7fb;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}

.list-group-item-info,
a.list-group-item-info,
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #104d92;
}

.list-group-item-warning {
  color: #EF6C00;
  background-color: #FFF3E0;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #EF6C00;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #EF6C00;
  background-color: #ffe9c6;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #EF6C00;
  border-color: #EF6C00;
}

.list-group-item-warning,
a.list-group-item-warning,
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #aa3510;
}

.list-group-item-danger {
  color: #D84315;
  background-color: #FBE9E7;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #D84315;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #D84315;
  background-color: #f7d5d1;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #D84315;
  border-color: #D84315;
}

.list-group-item-danger,
a.list-group-item-danger,
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #9c1f1f;
}

/* ------------------------------------------------------------------------------
*
*  # Panels component
*
*  Overrides for panels bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.panel {
  margin-bottom: 20px;
  border-color: #ddd;
  color: #333333;
}

.panel.has-scroll {
  max-width: 100%;
  overflow-x: auto;
}

.panel-flat > .panel-heading + .table,
.panel-flat > .panel-heading + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel[class*=bg-] > .panel-heading {
  border-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .panel[class*=bg-] > .panel-heading {
    background-color: inherit;
  }
}

.panel[class*=bg-].panel-flat > .panel-heading {
  border-bottom-color: transparent;
}

.panel[class*=bg-] > .panel-body {
  background-color: inherit;
}

.panel[class*=bg-] .panel-title {
  color: #fff;
}

.panel[class*=bg-] .table thead td,
.panel[class*=bg-] .table tbody td,
.panel[class*=bg-] .table thead th,
.panel[class*=bg-] .table tbody th {
  border-color: rgba(255, 255, 255, 0.1);
}

.panel[class*=bg-] .text-muted,
.panel[class*=bg-] .help-block,
.panel[class*=bg-] .help-inline {
  color: rgba(255, 255, 255, 0.8);
}

.panel[class*=border-top-] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel[class*=border-bottom-] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel[class*=border-left-] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.panel[class*=border-right-] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.panel-body {
  position: relative;
}

.panel-flat > .panel-heading + .panel-body {
  padding-top: 0;
}

.panel-body + .panel-body,
.panel-body + .table,
.panel-body + .table-responsive,
.panel-body.has-top-border {
  border-top: 1px solid #ddd;
}

.panel-body-accent {
  background-color: #fcfcfc;
}

.panel[class*=bg-] .panel-body-accent {
  background-color: rgba(0, 0, 0, 0.1);
}

.panel-heading {
  position: relative;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-bordered > .panel-heading {
  margin: 0;
}

.panel-flat > .panel-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.panel-flat > .panel-heading > .panel-title {
  margin-top: 2px;
  margin-bottom: 2px;
}

.panel-flat[class*=bg-] > .panel-heading {
  background-color: inherit;
}

.panel-heading[class*=bg-],
.panel-primary .panel-heading,
.panel-danger .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-info .panel-heading {
  margin: -1px -1px 0 -1px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-white > .panel-heading {
  background-color: #fff;
  border-bottom-color: #ddd;
}

.panel-title {
  position: relative;
  font-size: 13px;
}

.panel-title.text-size-mini {
  font-size: 11px;
}

.panel-title.text-size-small {
  font-size: 12px;
}

.panel-title.text-size-large {
  font-size: 14px;
}

a.panel-title {
  display: block;
}

.panel-title img {
  max-height: 20px;
  display: inline-block;
  vertical-align: top;
}

.panel-title > small:not(.display-block),
.panel-title > .small:not(.display-block) {
  margin-left: 5px;
}

h1.panel-title,
.h1.panel-title {
  font-size: 25px;
}

h2.panel-title,
.h2.panel-title {
  font-size: 23px;
}

h3.panel-title,
.h3.panel-title {
  font-size: 21px;
}

h4.panel-title,
.h4.panel-title {
  font-size: 19px;
}

h5.panel-title,
.h5.panel-title {
  font-size: 17px;
}

h6.panel-title,
.h6.panel-title {
  font-size: 15px;
}

.icons-list a[data-action] {
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.icons-list a[data-action]:after {
  font-family: 'icomoon';
  font-size: 16px;
  min-width: 16px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-list a[data-action="collapse"]:after {
  content: '\e9c1';
}

.icons-list a[data-action="reload"]:after {
  content: '\e9fb';
}

.icons-list a[data-action="close"]:after {
  content: '\e9b6';
}

.icons-list a[data-action="move"]:after {
  content: '\e986';
}

.icons-list a[data-action="modal"]:after {
  content: '\e9eb';
}

.panel-footer {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-footer:after {
  content: '';
  display: table;
  clear: both;
}

.panel-footer-transparent {
  background-color: transparent;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 12px;
}

.panel-footer-condensed {
  padding-top: 2px;
  padding-bottom: 2px;
}

.panel-footer-bordered {
  background-color: #fff;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.panel-group-control .panel-title > a {
  padding-left: 26px;
  display: inline-block;
}

.panel-group-control .panel-title > a:before {
  content: '\e9b7';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel-group-control .panel-title > a.collapsed:before {
  content: '\e9b8';
}

.panel-group-control.panel-group-control-right .panel-title > a {
  padding-left: 0;
  padding-right: 26px;
}

.panel-group-control.panel-group-control-right .panel-title > a:before {
  left: auto;
  right: 0;
}

.panel-primary {
  border-color: #ddd;
}

.panel-primary.panel-bordered {
  border-color: #2196F3;
}

.panel-success {
  border-color: #ddd;
}

.panel-success.panel-bordered {
  border-color: #4CAF50;
}

.panel-info {
  border-color: #ddd;
}

.panel-info.panel-bordered {
  border-color: #00BCD4;
}

.panel-warning {
  border-color: #ddd;
}

.panel-warning.panel-bordered {
  border-color: #FF5722;
}

.panel-danger {
  border-color: #ddd;
}

.panel-danger.panel-bordered {
  border-color: #F44336;
}
