@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700");
body {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #737373;
  background-color: #FFF;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  moz-osx-font-smoothing: grayscale !important;
}
a {
  color: #0667D6;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
  color: #054fa4;
}
.icon i {
  display: inline-block;
  width: 14px;
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
.text-base {
  color: #737373;
}
.text-muted {
  color: #9a9a9a;
}
.text-white {
  color: #FFF;
}
.text-black {
  color: #1f364f;
}
.text-primary {
  color: #054fa4;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #033773;
}
.text-success {
  color: #117b66;
}
a.text-success:hover,
a.text-success:focus {
  color: #0b4e41;
}
.text-info {
  color: #0096db;
}
a.text-info:hover,
a.text-info:focus {
  color: #0073a8;
}
.text-warning {
  color: #ea9e00;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b77c00;
}
.text-danger {
  color: #cc1a23;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9f141b;
}
.text-purple {
  color: #721ab6;
}
a.text-purple:hover,
a.text-purple:focus {
  color: #56138a;
}
.bg-light {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-dark {
  background-color: rgba(31, 54, 79, 0.1);
}
.bg-white {
  background-color: #FFF;
}
.bg-default {
  background-color: #eeeeee;
}
.bg-black {
  background-color: #627284;
  color: #FFF;
}
a.bg-black:hover,
a.bg-black:focus {
  background-color: #4d5967;
}
.bg-primary {
  background-color: #5195e2;
  color: #FFF;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #257adb;
}
.bg-success {
  background-color: #5dc2ae;
  color: #FFF;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #40ab96;
}
.bg-info {
  background-color: #57caff;
  color: #FFF;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #24baff;
}
.bg-warning {
  background-color: #ffcc62;
  color: #FFF;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffbb2f;
}
.bg-danger {
  background-color: #ed7177;
  color: #FFF;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e7444c;
}
.bg-purple {
  background-color: #b065e9;
  color: #FFF;
}
a.bg-purple:hover,
a.bg-purple:focus {
  background-color: #9938e3;
}
.drop-cap:first-letter {
  float: left;
  margin: 0 10px -5px 0;
  font-size: 450%;
  line-height: 100%;
  color: #737373;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row > [class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.row-sm > [class^="col"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-sm.grid {
  margin: -5px;
}
.row-sm.grid > [class^="col"] {
  padding: 5px;
}
.row-xs {
  margin-left: -1.66666667px;
  margin-right: -1.66666667px;
}
.row-xs > [class^="col"] {
  padding-left: 1.66666667px;
  padding-right: 1.66666667px;
}
.row-xs.grid {
  margin: -1.66666667px;
}
.row-xs.grid > [class^="col"] {
  padding: 1.66666667px;
}
.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 > [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row-0.divider > [class^="col"] {
  border-right: 1px solid #d9d9d9;
}
.row-0.divider > [class^="col"]:last-child {
  border: none;
}
caption {
  color: #9a9a9a;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 15px;
  vertical-align: middle;
  border-top: 1px solid #d9d9d9;
}
.table > thead > tr > th,
.table > tfoot > tr > th {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #9a9a9a;
  border-bottom: 1px solid #d9d9d9;
}
.table > tbody + tbody {
  border-top: 1px solid #d9d9d9;
}
.table.no-border > thead > tr > th,
.table.no-border > tbody > tr > th,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > tbody > tr > td,
.table.no-border > tfoot > tr > td {
  border: none;
}
.table-bordered {
  border: 1px solid #d9d9d9;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d9d9d9;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}
label {
  font-weight: 700;
}
.form-control {
  box-shadow: none;
  font-size: 14px;
  border: 1px solid transparent;
  background-color: #f5f5f5;
}
.form-control.focus,
.form-control:focus {
  border: 1px solid grey!important;
  box-shadow: none;
}
.form-control.rounded {
  border-radius: 100px !important;
}
.radio-custom,
.checkbox-custom,
.switch {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio-custom label,
.checkbox-custom label,
.switch label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio-custom + .radio-custom,
.checkbox-custom + .checkbox-custom,
.switch + .switch {
  margin-top: -5px;
}
input[type="radio"][disabled] + label,
input[type="checkbox"][disabled] + label,
input[type="radio"].disabled + label,
input[type="checkbox"].disabled + label,
fieldset[disabled] input[type="radio"] + label,
fieldset[disabled] input[type="checkbox"] + label {
  opacity: .6;
  cursor: not-allowed !important;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
}
.radio-inline,
.checkbox-inline,
.switch-inline {
  padding-left: 0;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox-custom {
  position: relative;
}
.checkbox-custom input[type="checkbox"] {
  display: none !important;
}
.checkbox-custom input[type="checkbox"] + label {
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox-custom input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  /*top: 2px;*/
  top: 1px;
  width: 16px;
  height: 16px;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
}
.checkbox-custom input[type="checkbox"] + label:after {
  position: absolute;
  top: -1px;
  left: 2px;
  font-family: "Ionicons";
  content: "\f121";
  font-size: 14px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.checkbox-custom input[type="checkbox"] + label.checkbox-success:before {
  border-color: #17A88B;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-success:after {
  color: #FFF;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-warning:before {
  border-color: #FFB61E;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-warning:after {
  color: #FFF;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-error:before {
  border-color: #E5343D;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-error:after {
  color: #FFF;
}
.checkbox-custom input[type="checkbox"]:checked + label:before {
  background-color: #d9d9d9;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.checkbox-custom input[type="checkbox"]:checked + label.checkbox-success:before {
  background-color: #17A88B;
}
.checkbox-custom input[type="checkbox"]:checked + label.checkbox-warning:before {
  background-color: #FFB61E;
}
.checkbox-custom input[type="checkbox"]:checked + label.checkbox-error:before {
  background-color: #E5343D;
}
.radio-custom {
  position: relative;
}
.radio-custom input[type="radio"] {
  display: none !important;
}
.radio-custom input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 0;
}
.radio-custom input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
}
.radio-custom input[type="radio"] + label:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #737373;
  top: 7px;
  left: 5px;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.radio-custom input[type="radio"] + label.radio-success:before {
  border-color: #17A88B;
}
.radio-custom input[type="radio"] + label.radio-success:after {
  background-color: #FFF;
}
.radio-custom input[type="radio"] + label.radio-warning:before {
  border-color: #FFB61E;
}
.radio-custom input[type="radio"] + label.radio-warning:after {
  background-color: #FFF;
}
.radio-custom input[type="radio"] + label.radio-error:before {
  border-color: #E5343D;
}
.radio-custom input[type="radio"] + label.radio-error:after {
  background-color: #FFF;
}
.radio-custom input[type="radio"]:checked + label:before {
  background-color: #d9d9d9;
}
.radio-custom input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.radio-custom input[type="radio"]:checked + label.radio-success:before {
  background-color: #17A88B;
}
.radio-custom input[type="radio"]:checked + label.radio-warning:before {
  background-color: #FFB61E;
}
.radio-custom input[type="radio"]:checked + label.radio-error:before {
  background-color: #E5343D;
}
.switch {
  position: relative;
}
.switch input[type="radio"],
.switch input[type="checkbox"] {
  display: none !important;
}
.switch input[type="radio"] + label,
.switch input[type="checkbox"] + label {
  cursor: pointer;
  margin-bottom: 0;
  height: 20px;
  width: 36px;
}
.switch input[type="radio"] + label:before,
.switch input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 20px;
  border: 2px solid #d9d9d9;
  background-color: #FFF;
  border-radius: 50px;
}
.switch input[type="radio"] + label:after,
.switch input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  margin-left: 0;
  width: 14px;
  height: 14px;
  background-color: #d9d9d9;
  border-radius: 50%;
  -webkit-transition: margin 0.05s;
  -moz-transition: margin 0.05s;
  -o-transition: margin 0.05s;
  transition: margin 0.05s;
}
.switch input[type="radio"]:checked + label:after,
.switch input[type="checkbox"]:checked + label:after {
  margin-left: 16px;
}
.switch input[type="radio"]:checked + label.switch-black:before,
.switch input[type="checkbox"]:checked + label.switch-black:before {
  border-color: #1f364f;
}
.switch input[type="radio"]:checked + label.switch-black:after,
.switch input[type="checkbox"]:checked + label.switch-black:after {
  background-color: #1f364f;
}
.switch input[type="radio"]:checked + label.switch-success:before,
.switch input[type="checkbox"]:checked + label.switch-success:before {
  border-color: #17A88B;
}
.switch input[type="radio"]:checked + label.switch-success:after,
.switch input[type="checkbox"]:checked + label.switch-success:after {
  background-color: #17A88B;
}
.switch input[type="radio"]:checked + label.switch-warning:before,
.switch input[type="checkbox"]:checked + label.switch-warning:before {
  border-color: #FFB61E;
}
.switch input[type="radio"]:checked + label.switch-warning:after,
.switch input[type="checkbox"]:checked + label.switch-warning:after {
  background-color: #FFB61E;
}
.switch input[type="radio"]:checked + label.switch-error:before,
.switch input[type="checkbox"]:checked + label.switch-error:before {
  border-color: #E5343D;
}
.switch input[type="radio"]:checked + label.switch-error:after,
.switch input[type="checkbox"]:checked + label.switch-error:after {
  background-color: #E5343D;
}
.form-control-feedback {
  line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-custom,
.has-success .checkbox-custom,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #17A88B;
}
.has-success .form-control {
  border-color: transparent;
  box-shadow: none;
  background-color: #5dc2ae!important;
  color: #FFF;
}
.has-success .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
.has-success .input-group-addon {
  color: #FFF;
  border-color: transparent;
  background-color: #17A88B;
}
.has-success .form-control-feedback {
  color: #17A88B;
}
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-custom,
.has-info .checkbox-custom,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
  color: #57caff;
}
.has-info .form-control {
  border-color: transparent;
  box-shadow: none;
  background-color: #57caff;
  color: #FFF;
}
.has-info .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
.has-info .input-group-addon {
  color: #FFF;
  border-color: transparent;
  background-color: #57caff;
}
.has-info .form-control-feedback {
  color: #57caff;
}
.has-primary .help-block,
.has-primary .control-label,
.has-primary .radio,
.has-primary .checkbox,
.has-primary .radio-custom,
.has-primary .checkbox-custom,
.has-primary .radio-inline,
.has-primary .checkbox-inline,
.has-primary.radio label,
.has-primary.checkbox label,
.has-primary.radio-inline label,
.has-primary.checkbox-inline label {
  color: #57caff;
}
.has-primary .form-control {
  border-color: transparent;
  box-shadow: none;
  background-color: #57caff;
  color: #FFF;
}
.has-primary .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
.has-primary .input-group-addon {
  color: #FFF;
  border-color: transparent;
  background-color: #57caff;
}
.has-primary .form-control-feedback {
  color: #57caff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-custom,
.has-warning .checkbox-custom,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FFB61E;
}
.has-warning .form-control {
  border-color: transparent;
  box-shadow: none;
  background-color: #ffcc62;
  color: #FFF;
}
.has-warning .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
.has-warning .input-group-addon {
  color: #FFF;
  border-color: transparent;
  background-color: #FFB61E;
}
.has-warning .form-control-feedback {
  color: #FFB61E;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-custom,
.has-error .checkbox-custom,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #E5343D;
}
.has-error .form-control {
  border-color: transparent;
  box-shadow: none;
  background-color: #ed7177;
  color: #FFF;
}
.has-error .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
.has-error .input-group-addon {
  color: #FFF;
  border-color: transparent;
  background-color: #E5343D;
}
.has-error .form-control-feedback {
  color: #E5343D;
}
@media (min-width: 768px) {
  .form-inline .radio-custom,
  .form-inline .checkbox-custom,
  .form-inline .switch {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom,
.form-horizontal .switch {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom,
.form-horizontal .switch {
  height: 27px;
}
.form-horizontal .checkbox-custom input[type="checkbox"] + label:before {
  top: 9px;
}
.form-horizontal .checkbox-custom input[type="checkbox"] + label:after {
  top: 7px;
}
.form-horizontal .radio-custom input[type="radio"] + label:before {
  top: 9px;
}
.form-horizontal .radio-custom input[type="radio"] + label:after {
  top: 14px;
}
.form-horizontal .switch input[type="radio"] + label:before,
.form-horizontal .switch input[type="checkbox"] + label:before {
  top: 7px;
}
.form-horizontal .switch input[type="radio"] + label:after,
.form-horizontal .switch input[type="checkbox"] + label:after {
  top: 10px;
}
.btn {
  outline: 0 !important;
  padding: 5px 15px;
  border-width: 1px;
  font-weight: 700;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn-link {
  color: #9a9a9a;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #737373;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 9px 20px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 12px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0px 5px;
}
.btn-default {
  color: #737373;
  background-color: #eeeeee;
  border-color: #d9d9d9;
}
.btn-default:focus,
.btn-default.focus {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-default:hover {
  color: #737373 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #737373;
  background-color: #cdcdcd;
  border-color: #cdcdcd;
}
.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 {
  color: #737373;
  background-color: #cdcdcd;
  border-color: #cdcdcd;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default .badge {
  color: #e6e6e6;
}
.btn-primary {
  color: #FFF;
  background-color: #5195e2;
  border-color: #055bbd;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #FFF !important;
  background-color: #054fa4 !important;
  border-color: #054fa4 !important;
}
.btn-primary:hover {
  color: #FFF !important;
  background-color: #055bbd !important;
  border-color: #055bbd !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #054fa4;
  border-color: #054fa4;
}
.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 {
  color: #FFF;
  background-color: #054fa4;
  border-color: #054fa4;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0667D6;
  border-color: #0667D6;
}
.btn-primary .badge {
  color: #0667D6;
}
.btn-success {
  color: #FFF;
  background-color: #5dc2ae;
  border-color: #149278;
}
.btn-success:focus,
.btn-success.focus {
  color: #FFF !important;
  background-color: #117b66 !important;
  border-color: #117b66 !important;
}
.btn-success:hover {
  color: #FFF !important;
  background-color: #149278 !important;
  border-color: #149278 !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #FFF;
  background-color: #117b66;
  border-color: #117b66;
}
.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 {
  color: #FFF;
  background-color: #117b66;
  border-color: #117b66;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #17A88B;
  border-color: #17A88B;
}
.btn-success .badge {
  color: #17A88B;
}
.btn-info {
  color: #FFF;
  background-color: #57caff;
  border-color: #00a7f5;
}
.btn-info:focus,
.btn-info.focus {
  color: #FFF !important;
  background-color: #0096db !important;
  border-color: #0096db !important;
}
.btn-info:hover {
  color: #FFF !important;
  background-color: #00a7f5 !important;
  border-color: #00a7f5 !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #FFF;
  background-color: #0096db;
  border-color: #0096db;
}
.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 {
  color: #FFF;
  background-color: #0096db;
  border-color: #0096db;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #0FB3FF;
  border-color: #0FB3FF;
}
.btn-info .badge {
  color: #0FB3FF;
}
.btn-purple {
  color: #FFF;
  background-color: #b065e9;
  border-color: #801dcd;
}
.btn-purple:focus,
.btn-purple.focus {
  color: #FFF !important;
  background-color: #721ab6 !important;
  border-color: #721ab6 !important;
}
.btn-purple:hover {
  color: #FFF !important;
  background-color: #801dcd !important;
  border-color: #801dcd !important;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #FFF;
  background-color: #721ab6;
  border-color: #721ab6;
}
.btn-purple:active:hover,
.btn-purple.active:hover,
.open > .dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open > .dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open > .dropdown-toggle.btn-purple.focus {
  color: #FFF;
  background-color: #721ab6;
  border-color: #721ab6;
}
.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.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: #8E23E0;
  border-color: #8E23E0;
}
.btn-purple .badge {
  color: #8E23E0;
}
.btn-warning {
  color: #FFF;
  background-color: #ffcc62;
  border-color: #ffae04;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #FFF !important;
  background-color: #ea9e00 !important;
  border-color: #ea9e00 !important;
}
.btn-warning:hover {
  color: #FFF !important;
  background-color: #ffae04 !important;
  border-color: #ffae04 !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #FFF;
  background-color: #ea9e00;
  border-color: #ea9e00;
}
.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 {
  color: #FFF;
  background-color: #ea9e00;
  border-color: #ea9e00;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #FFB61E;
  border-color: #FFB61E;
}
.btn-warning .badge {
  color: #FFB61E;
}
.btn-danger {
  color: #FFF;
  background-color: #ed7177;
  border-color: #e21d27;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #FFF !important;
  background-color: #cc1a23 !important;
  border-color: #cc1a23 !important;
}
.btn-danger:hover {
  color: #FFF !important;
  background-color: #e21d27 !important;
  border-color: #e21d27 !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #FFF;
  background-color: #cc1a23;
  border-color: #cc1a23;
}
.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 {
  color: #FFF;
  background-color: #cc1a23;
  border-color: #cc1a23;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #E5343D;
  border-color: #E5343D;
}
.btn-danger .badge {
  color: #E5343D;
}
.btn-pink {
  color: #FFF;
  background-color: #f2829a;
  border-color: #eb365b;
}
.btn-pink:focus,
.btn-pink.focus {
  color: #FFF !important;
  background-color: #e81f48 !important;
  border-color: #e81f48 !important;
}
.btn-pink:hover {
  color: #FFF !important;
  background-color: #eb365b !important;
  border-color: #eb365b !important;
}
.btn-pink:active,
.btn-pink.active,
.open > .dropdown-toggle.btn-pink {
  color: #FFF;
  background-color: #e81f48;
  border-color: #e81f48;
}
.btn-pink:active:hover,
.btn-pink.active:hover,
.open > .dropdown-toggle.btn-pink:hover,
.btn-pink:active:focus,
.btn-pink.active:focus,
.open > .dropdown-toggle.btn-pink:focus,
.btn-pink:active.focus,
.btn-pink.active.focus,
.open > .dropdown-toggle.btn-pink.focus {
  color: #FFF;
  background-color: #e81f48;
  border-color: #e81f48;
}
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled.focus,
.btn-pink[disabled].focus,
fieldset[disabled] .btn-pink.focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  background-color: #ED4D6E;
  border-color: #ED4D6E;
}
.btn-pink .badge {
  color: #ED4D6E;
}
.btn-black {
  color: #FFF;
  background-color: #627284;
  border-color: #18293d;
}
.btn-black:focus,
.btn-black.focus {
  color: #FFF !important;
  background-color: #111d2b !important;
  border-color: #111d2b !important;
}
.btn-black:hover {
  color: #FFF !important;
  background-color: #18293d !important;
  border-color: #18293d !important;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #FFF;
  background-color: #111d2b;
  border-color: #111d2b;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #FFF;
  background-color: #111d2b;
  border-color: #111d2b;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #1f364f;
  border-color: #1f364f;
}
.btn-black .badge {
  color: #1f364f;
}
.btn-outline.btn-default {
  background-color: transparent;
  color: #676767;
  border-color: #d9d9d9;
}
.btn-outline.btn-primary {
  background-color: transparent;
  color: #055bbd;
  border-color: #055bbd;
}
.btn-outline.btn-success {
  background-color: transparent;
  color: #149278;
  border-color: #149278;
}
.btn-outline.btn-info {
  background-color: transparent;
  color: #00a7f5;
  border-color: #00a7f5;
}
.btn-outline.btn-purple {
  background-color: transparent;
  color: #801dcd;
  border-color: #801dcd;
}
.btn-outline.btn-warning {
  background-color: transparent;
  color: #ffae04;
  border-color: #ffae04;
}
.btn-outline.btn-danger {
  background-color: transparent;
  color: #e21d27;
  border-color: #e21d27;
}
.btn-outline.btn-pink {
  background-color: transparent;
  color: #eb365b;
  border-color: #eb365b;
}
.btn-outline.btn-black {
  background-color: transparent;
  color: #18293d;
  border-color: #18293d;
}
.btn-raised.btn-default {
  box-shadow: 0 3px 0 0 #cdcdcd;
}
.btn-raised.btn-default:focus,
.btn-raised.btn-default.focus {
  box-shadow: 0 3px 0 0 #c0c0c0;
}
.btn-raised.btn-primary {
  box-shadow: 0 3px 0 0 #054fa4;
}
.btn-raised.btn-primary:focus,
.btn-raised.btn-primary.focus {
  box-shadow: 0 3px 0 0 #04438c;
}
.btn-raised.btn-success {
  box-shadow: 0 3px 0 0 #117b66;
}
.btn-raised.btn-success:focus,
.btn-raised.btn-success.focus {
  box-shadow: 0 3px 0 0 #0e6553;
}
.btn-raised.btn-info {
  box-shadow: 0 3px 0 0 #0096db;
}
.btn-raised.btn-info:focus,
.btn-raised.btn-info.focus {
  box-shadow: 0 3px 0 0 #0084c2;
}
.btn-raised.btn-purple {
  box-shadow: 0 3px 0 0 #721ab6;
}
.btn-raised.btn-purple:focus,
.btn-raised.btn-purple.focus {
  box-shadow: 0 3px 0 0 #6417a0;
}
.btn-raised.btn-warning {
  box-shadow: 0 3px 0 0 #ea9e00;
}
.btn-raised.btn-warning:focus,
.btn-raised.btn-warning.focus {
  box-shadow: 0 3px 0 0 #d18d00;
}
.btn-raised.btn-danger {
  box-shadow: 0 3px 0 0 #cc1a23;
}
.btn-raised.btn-danger:focus,
.btn-raised.btn-danger.focus {
  box-shadow: 0 3px 0 0 #b5171f;
}
.btn-raised.btn-pink {
  box-shadow: 0 3px 0 0 #e81f48;
}
.btn-raised.btn-pink:focus,
.btn-raised.btn-pink.focus {
  box-shadow: 0 3px 0 0 #d8163e;
}
.btn-raised.btn-black {
  box-shadow: 0 3px 0 0 #111d2b;
}
.btn-raised.btn-black:focus,
.btn-raised.btn-black.focus {
  box-shadow: 0 3px 0 0 #0a1018;
}
.btn-rounded {
  border-radius: 100px !important;
}
.sk-double-bounce .sk-child {
  background-color: #1f364f;
}
.dropdown-menu {
  border: 2px solid #d9d9d9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dropdown-menu > li > a {
  padding: 5px 20px;
  color: #737373;
}
.dropdown-menu > li > a > img {
  margin-right: 8px;
}
.dropdown-menu .divider {
  background-color: #d9d9d9;
}
.dm-large {
  width: 400px;
}
.dm-medium {
  width: 340px;
}
.dm-small {
  width: 280px;
}
.dm-xs {
  width: 100px;
  min-width: 100px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #1f364f;
}
.dropdown-header {
  padding: 5px 20px;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -2px;
}
.btn-group.btn-rounded button:first-child {
  border-radius: 100px;
}
.btn-group.btn-rounded button:last-child {
  border-radius: 100px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.input-group-addon {
  border: 1px solid transparent;
}
.input-group-btn > .btn + .btn {
  margin-left: -2px;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: 0;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
.nav > li > a {
  color: #737373;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #FFF;
}
.nav-tabs {
  border-bottom: 1px solid #d9d9d9 !important;
}
.nav-tabs > li > a {
  margin: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  -webkit-transition: -webkit-box-shadow 0.3s;
  -moz-transition: -moz-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.nav-tabs > li > a:hover {
  box-shadow: inset 0 -2px 0 #1f364f !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #1f364f;
  box-shadow: inset 0 -2px 0 #1f364f !important;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
}
.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus {
  background-color: #FFF;
  box-shadow: inset 0 -2px 0 #1f364f !important;
}
.nav-nav {
  border-bottom: none;
}
.nav-nav > li {
  float: left;
  margin-bottom: -1px;
}
.nav-nav > li > a {
  margin: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  -webkit-transition: -webkit-box-shadow 0.3s;
  -moz-transition: -moz-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.nav-nav > li > a:hover {
  /*box-shadow: inset 0 -2px 0 #1f364f !important;*/
  font-weight: 700;
}
.nav-nav > li.active > a,
.nav-nav > li.active > a:hover,
.nav-nav > li.active > a:focus {
  color: #1f364f;
  /*box-shadow: inset 0 -2px 0 #1f364f !important;*/
  font-weight: 700;
}
.nav-nav .dropdown-menu {
  margin-top: 0;
}
.nav-nav .open > a,
.nav-nav .open > a:hover,
.nav-nav .open > a:focus {
  background-color: #FFF;
  /*box-shadow: inset 0 -2px 0 #1f364f !important;*/
  font-weight: 700;
}
.nav-nav .badge {
  position: absolute;
  top: 10px;
  right: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #1f364f;
}
.nav-tabs-btn > li.active > a,
.nav-tabs-btn > li.active > a:hover,
.nav-tabs-btn > li.active > a:focus {
  background-color: #1f364f;
  color: white;
}
.nav-tabs-btn > li > a:hover {
  box-shadow: inset 0 -2px 0 #1f364f !important;
}
.nav-tabs-btn {
  border-bottom: 1px solid #d9d9d9 !important;
}
.nav-tabs-btn>li {
  float: left;
  margin-bottom: -1px;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .active {
  display: block;
}
.tab-content .pagination .active {
  display: inline;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb > li > a {
  color: #9a9a9a;
}
.breadcrumb > .active {
  color: #737373;
}
.pagination > li > a,
.pagination > li > span {
  color: #737373;
  border: 2px solid #d9d9d9;
  padding: 5px 12px;
  margin-left: -2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #737373;
  border-color: #d9d9d9;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1f364f;
  border-color: #1f364f;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 10px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 9px 16px;
}
.label {
  border-radius: 4px;
  font-weight: 700;
  padding: 3px 6px;
}
.label-default {
  background-color: #eeeeee;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #d4d4d4;
}
.label-primary {
  background-color: #5195e2;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #257adb;
}
.label-success {
  background-color: #5dc2ae;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #40ab96;
}
.label-purple {
  background-color: #b065e9;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
  background-color: #9938e3;
}
.label-info {
  background-color: #57caff;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #24baff;
}
.label-warning {
  background-color: #ffcc62;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ffbb2f;
}
.label-danger {
  background-color: #ed7177;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e7444c;
}
.label-outline.label-default {
  background-color: transparent;
  color: #9a9a9a;
  border: 1px solid #9a9a9a;
}
.label-outline.label-primary {
  background-color: transparent;
  color: #0667D6;
  border: 1px solid #0667D6;
}
.label-outline.label-success {
  background-color: transparent;
  color: #17A88B;
  border: 1px solid #17A88B;
}
.label-outline.label-purple {
  background-color: transparent;
  color: #8E23E0;
  border: 1px solid #8E23E0;
}
.label-outline.label-info {
  background-color: transparent;
  color: #0FB3FF;
  border: 1px solid #0FB3FF;
}
.label-outline.label-warning {
  background-color: transparent;
  color: #FFB61E;
  border: 1px solid #FFB61E;
}
.label-outline.label-danger {
  background-color: transparent;
  color: #E5343D;
  border: 1px solid #E5343D;
}
.badge {
  font-size: 10px;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  padding: 0 3px;
  border-radius: 2px;
  font-weight: 700;
}
.thumbnail {
  border: 1px solid #d9d9d9;
}
.progress {
  border-radius: 10px;
  box-shadow: none;
}
.progress-bar {
  background-color: #0667D6;
  box-shadow: none;
}
.progress-xs {
  height: 3px;
  border-radius: 3px;
}
.progress-xs.vertical {
  width: 3px;
}
.progress-sm {
  height: 12px;
  border-radius: 6px;
}
.progress-sm .progress-bar {
  line-height: 12px;
  font-size: 10px;
}
.progress-sm .progress-bar .progressbar-front-text {
  line-height: 12px;
  font-size: 10px;
}
.progress-sm.vertical {
  width: 12px;
}
.progress-lg {
  height: 30px;
  border-radius: 14px;
}
.progress-lg .progress-bar {
  line-height: 30px;
}
.progress-lg .progress-bar .progressbar-front-text {
  line-height: 30px;
}
.progress-lg.vertical {
  width: 30px;
}
.progress-bar-white {
  background-color: #FFF;
}
.progress-bar-success {
  background-color: #17A88B;
}
.progress-bar-info {
  background-color: #0FB3FF;
}
.progress-bar-purple {
  background-color: #8E23E0;
}
.progress-bar-warning {
  background-color: #FFB61E;
}
.progress-bar-danger {
  background-color: #E5343D;
}
.progress-bar-gray {
  background-color: #777777;
}
.media-left .media-object {
  overflow: hidden;
}
.avatar {
  position: relative;
}
.avatar .media-object {
  width: 34px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.avatar .status {
  position: absolute;
  top: 0;
  left: 26px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #FFF;
}
.avatar.media-right .status {
  left: 36px;
}
.media-lg .media {
  margin-top: 25px;
}
.media-lg .media:first-child {
  margin-top: 0;
}
.mo-xs {
  height: 24px;
  line-height: 24px;
}
.mo-max-xs {
  max-width: 24px;
}
.mo-sm {
  height: 28px;
  line-height: 28px;
}
.mo-max-sm {
  max-width: 28px;
}
.mo-md {
  height: 34px;
  line-height: 34px;
}
.mo-max-md {
  max-width: 34px;
}
.mo-lg {
  height: 52px;
  line-height: 52px;
}
.mo-max-lg {
  max-width: 52px;
}
.list-group.divider .list-group-item {
  border-bottom: 1px solid #d9d9d9;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.list-group.divider .list-group-item:last-child {
  border-bottom: none;
}
.list-group.no-border .list-group-item {
  border: none;
  border-radius: 4px;
}
.list-group-item {
  border: 1px solid #d9d9d9;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #1f364f;
  border-color: #1f364f;
}
a.list-group-item,
button.list-group-item {
  color: #737373;
}
.panel {
  margin-bottom: 20px;
  box-shadow: none;
}
.panel-body {
  padding: 20px;
}
.panel-heading {
  padding: 15px 20px;
}
.panel-title {
  font-size: 18px;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #d9d9d9;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-default {
  border-color: #d9d9d9;
}
.panel-default > .panel-heading {
  color: #737373;
  background-color: #eeeeee;
  border-color: #d9d9d9;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d9d9d9;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d9d9d9;
}
.panel-primary {
  border-color: #055bbd;
}
.panel-primary > .panel-heading {
  color: #054fa4;
  background-color: #5195e2;
  border-color: #055bbd;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #055bbd;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #055bbd;
}
.panel-success {
  border-color: #149278;
}
.panel-success > .panel-heading {
  color: #117b66;
  background-color: #5dc2ae;
  border-color: #149278;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #149278;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #149278;
}
.panel-info {
  border-color: #00a7f5;
}
.panel-info > .panel-heading {
  color: #0096db;
  background-color: #57caff;
  border-color: #00a7f5;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00a7f5;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00a7f5;
}
.panel-warning {
  border-color: #ffae04;
}
.panel-warning > .panel-heading {
  color: #ea9e00;
  background-color: #ffcc62;
  border-color: #ffae04;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffae04;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffae04;
}
.panel-danger {
  border-color: #e21d27;
}
.panel-danger > .panel-heading {
  color: #cc1a23;
  background-color: #ed7177;
  border-color: #e21d27;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e21d27;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e21d27;
}
.well {
  box-shadow: none;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  padding: 15px 20px;
  border-bottom: none;
  border-top: 5px solid #d9d9d9;
}
.modal-body {
  padding: 20px;
}
.modal-footer {
  border-top: none;
}
.modal-header .close {
  outline: 0;
}
.tooltip-inner {
  font-size: 12px;
  background-color: #1f364f;
  padding: 5px 8px;
  border-radius: 3px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #1f364f;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #1f364f;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #1f364f;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #1f364f;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #1f364f;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #1f364f;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #1f364f;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #1f364f;
}
.popover {
  border: 1px solid #d9d9d9;
}
.popover.top > .arrow {
  border-top-color: #d9d9d9;
}
.popover.right > .arrow {
  border-right-color: #d9d9d9;
}
.popover.bottom > .arrow {
  border-bottom-color: #d9d9d9;
}
.popover.left > .arrow {
  border-left-color: #d9d9d9;
}
.popover-title {
  border-bottom: 1px solid #d9d9d9;
}
body.main-sidebar-toggled {
  overflow-y: hidden;
}
body.main-sidebar-toggled .main-sidebar {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.brand {
  line-height: 54px;
  display: block;
  position: absolute;
  left:50%;
  margin-left: -50px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 54px;
  width: 100%;
  box-shadow: 0 0 54px rgba(31, 54, 79, 0.2);
  z-index: 1040;
  background-color: #FFF;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -ms-backface-visibility: hidden !important;
  -o-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
header .header-icon {
  display: inline-block;
  padding: 0 10px;
  line-height: 54px;
  font-size: 16px;
  color: #9a9a9a;
}
header .header-icon:hover {
  background-color: #f5f5f5;
}
header .search-form span {
  color: #9a9a9a;
}
.hamburger-menu, .hamburger-menu-rg {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
}
.hamburger-menu span,.hamburger-menu-rg span  {
  position: absolute;
  top: 25px;
  left: 18px;
}
.hamburger-menu span,
.hamburger-menu span:before,
.hamburger-menu span:after,
.hamburger-menu-rg span,
.hamburger-menu-rg span:before,
.hamburger-menu-rg span:after{
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 18px;
  border-radius: 2px;
  background-color: #9a9a9a;
}
.hamburger-menu span:before,
.hamburger-menu span:after,
.hamburger-menu-rg span:before,
.hamburger-menu-rg span:after{
  content: "";
  left: 0;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -ms-backface-visibility: hidden !important;
  -o-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.hamburger-menu span:before,
.hamburger-menu-rg span:before{
  top: -6px;
}
.hamburger-menu span:after, .hamburger-menu-rg span:after {
  top: 6px;
}
.hamburger-menu.active span:before, .hamburger-menu-rg.active span:before {
  -webkit-transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
  -moz-transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
  -ms-transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
  -o-transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
  transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
}
.hamburger-menu.active span:after, .hamburger-menu-rg.active span:after {
  -webkit-transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
  -moz-transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
  -ms-transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
  -o-transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
  transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
}
.notification-bar {
  margin: 0;
}
.notification-bar > li {
  float: left;
  padding: 0;
}
.notification-bar .bubble {
  position: relative;
}
.notification-bar .bubble .badge {
  position: absolute;
  top: 12px;
  left: 27px;
}
.notification-bar .bubble .dot {
  position: absolute;
  top: 15px;
  left: 30px;
}
.notification-bar .dropdown.open {
  position: relative;
}
.notification-bar .dropdown.open:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-width: 6px;
  border-style: solid;
  border-color: #d9d9d9 #d9d9d9 transparent transparent;
  margin-left: -6px;
  z-index: 1020;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .notification-bar .dropdown.open:before {
    display: none;
  }
}
.notification-bar .dropdown-header {
  text-transform: uppercase;
  padding: 15px 20px;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}
.notification-bar .dropdown-menu {
  margin-top: 0;
  padding: 0;
  top: 62px;
}
.notification-bar .dropdown-menu .logout-form {
  padding: 0;
  margin: 0;
}
.notification-bar .dropdown-menu .logout-form button {
  display: block;
  width: 100%;
  padding: 5px 20px;
  color: #737373;
  text-align: left;
}
.notification-bar .dropdown-menu .logout-form button:hover {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
  outline: none;
}
.notification-bar .dropdown-menu > ul {
  min-height: 120px;
  max-height: 240px;
}
.notification-bar .dropdown-menu > ul li {
  margin-top: 0;
}
.notification-bar .dropdown-menu > ul li > a {
  padding: 10px 20px;
  color: #737373;
  display: block;
}
.notification-bar .dropdown-menu > ul li > a:hover {
  background-color: #f5f5f5;
}
.notification-bar .dropdown-footer {
  border-top: 1px solid #d9d9d9;
  text-align: center;
  padding: 10px;
}
.main-sidebar {
  background-color: #FFF;
  position: fixed;
  top: 54px;
  bottom: 0;
  left: 0;
  width: 300px;
  padding: 0 20px 0 20px;
  z-index: 1030;
  opacity: 0;
  box-shadow: 3px 0 6px rgba(31, 54, 79, 0.2);
  -lh-property: 0;
height:-webkit-calc(100% - 54px);
height:-moz-calc(100% - 54px);
height:calc(100% - 54px);
;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.3s;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -ms-backface-visibility: hidden !important;
  -o-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
.main-sidebar .sidebar-category {
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 10px 15px;
  color: #9a9a9a;
  font-size: 10px;
  font-weight: 700;
  display: block;
}
.user {
  padding: 20px 20px;
  overflow: visible;
}
.user h4 {
  color: #737373;
}
.user .avatar {
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.user .avatar img {
  max-width: 40px;
}
.user .status {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.user .dropdown-menu {
  min-width: 120px;
}
.user .dropdown-menu > li > a {
  padding: 4px 15px;
}
.user #dropdown-status {
  color: #9a9a9a;
}
.navigation > li {
  margin-bottom: 2px;
}
.navigation > li > a {
  position: relative;
  display: block;
  color: #737373;
  padding: 10px 15px;
  font-weight: 700;
}
.navigation > li > a > i {
  margin-right: 15px;
  width: 16px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-shadow: 1px 1px 2px #1f364f;
}
.navigation > li > a .badge,
.navigation > li > a .label {
  position: absolute;
  top: 17px;
  right: 30px;
}
.navigation > li > a:hover,
.navigation > li > a.active {
  border-radius: 4px;
  color: #1f364f;
  background-color: rgba(31, 54, 79, 0.1);
}
.navigation > li > ul > li ul {
  padding-left: 20px;
}
.navigation > li > ul > li ul li:first-child:before {
  top: -20px;
}
.navigation ul {
  padding-left: 29px;
}
.navigation ul li {
  position: relative;
}
.navigation ul li:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 20px;
  width: 1px;
  border-left: 1px dotted #808080;
}
.navigation ul li:first-child:before {
  top: 0;
}
.navigation ul li:last-child:before {
  top: -20px;
  height: 40px;
}
.navigation ul li:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  border-top: 1px dotted #808080;
}
.navigation ul li > a:first-child {
  padding-left: 40px;
  padding-right: 15px;
  /*line-height: 40px;*/
  color: #737373;
  font-size: 12px;
  /*white-space: nowrap;*/
  display: block;
  white-space: normal;
  line-height: 20px;
  padding-top: 12px;
}
.navigation ul li > a:first-child:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #808080;
}
.navigation ul li > a:first-child:hover,
.navigation ul li > a:first-child.active {
  color: #1f364f;
}
.navigation ul li > a:first-child[aria-expanded="false"]:after,
.navigation ul li > a:first-child[aria-expanded="true"]:after {
  line-height: 40px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 15px;
}
.navigation ul li.panel {
  margin-bottom: 0;
}
.navigation li.panel {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.navigation a[aria-expanded="false"]:after {
  font-family: "Ionicons";
  content: "\f3d3";
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 12px;
  line-height: 48px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.navigation a[aria-expanded="true"]:after {
  font-family: "Ionicons";
  content: "\f3d3";
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 12px;
  line-height: 48px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.main-container {
  padding-top: 54px;
}
.page-content {
  padding: 20px 20px 0 20px;
  -webkit-transition: padding-left 0.3s;
  -moz-transition: padding-left 0.3s;
  -o-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}
.footer {
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  body.main-sidebar-toggled {
    overflow-y: auto;
  }
  body.main-sidebar-toggled .main-sidebar {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  body.main-sidebar-toggled .page-container {
    padding-left: 0;
  }
  body.main-sidebar-toggled .page-content {
    padding-left: 20px;
  }
  body.sidebar-unpin .main-sidebar {
    box-shadow: 3px 0 6px rgba(31, 54, 79, 0.2);
  }
  body.sidebar-unpin .page-container {
    padding-left: 0;
  }
  body.sidebar-unpin .page-content {
    padding-left: 20px;
  }
  .main-sidebar {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: none;
  }
  .page-container {
    padding-left: 300px;
    -webkit-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
  }
  .page-content {
    padding: 20px 20px 0 0;
    position: relative;
  }
  .hamburger-menu span:before, .hamburger-menu-rg span:before {
    -webkit-transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
    -moz-transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
    -ms-transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
    -o-transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
    transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
  }
  .hamburger-menu span:after, .hamburger-menu-rg span:after  {
    -webkit-transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
    -moz-transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
    -ms-transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
    -o-transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
    transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
  }
  .hamburger-menu.active span:before,
  .hamburger-menu.active span:after,
  .hamburger-menu-rg.active span:before,
  .hamburger-menu-rg.active span:after{
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    -o-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}
.hamburger-menu.active span:before,
.hamburger-menu.active span:after,
.hamburger-menu-rg.active span:before,
.hamburger-menu-rg.active span:after{
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  -ms-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  -o-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}
@media (max-width: 767px) {
  header {
    height: 54px;
  }
  .brand {
    display: none;
  }
  .main-sidebar {
    top: 54px;
    -lh-property: 0;
height:-webkit-calc(100% - 54px);
height:-moz-calc(100% - 54px);
height:calc(100% - 54px);
;
  }
  .main-container {
    padding-top: 54px;
    width: 100%;
  }
  .notification-bar > li.dropdown.open {
    position: static;
  }
  .notification-bar > li.dropdown.open .dropdown-menu {
    width: 100%;
    top: 54px;
  }
  .page-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.search-bar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 54px;
  background-color: #FFF;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  opacity: 1;
  z-index: 1050;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-bar.closed {
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.search-bar form {
  margin: 4px;
}
.search-bar form .form-control {
  border: none;
  background-color: transparent;
}
.search-bar form .btn,
.search-bar form .btn:hover,
.search-bar form .btn.focus,
.search-bar form .btn:focus,
.search-bar form .btn.active,
.search-bar form .btn:active {
  background-color: transparent !important;
  border-color: transparent !important;
}
.right-sidebar,
.conversation {
  position: fixed;
  top: 54px;
  right: 0;
  width:100%;
  z-index: 1030;
  background-color: #FFF;
  box-shadow: -1px 0 4px rgba(31, 54, 79, 0.2);
  opacity: 1;
  -lh-property: 0;
  height:100%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.8s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.3s;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -ms-backface-visibility: hidden !important;
  -o-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
.right-sidebar.closed {
  opacity: 0;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.conversation.closed {
  opacity: 0;
  -webkit-transform: translate(0,100%);
  -moz-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  -o-transform: translate(0,100%);
  transform: translate(0,100%);
}
@media (max-width: 767px) {
  .conversation {
    top: 80px;
    -lh-property: 0;
    height:-webkit-calc(100% - 80px);
    height:-moz-calc(100% - 80px);
    height:calc(100% - 80px);
  }
  .right-sidebar{
    top: 0;
    -lh-property: 0;
    height:100%;
  }
}
.right-sidebar .sidebar-category {
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 10px 0;
  font-size: 10px;
  font-weight: 700;
  display: block;
  color: #9a9a9a;
}
.chat-list {
  margin-left: -20px;
  margin-right: -20px;
}
.chat-list li {
  margin-top: 0;
}
.chat-list li > a {
  padding: 10px 20px;
  display: block;
  color: #737373;
}
.chat-list li > a:hover {
  background-color: #f5f5f5;
}
.chat-content {
  -lh-property: 0;
height:-webkit-calc(100% - 170px);
height:-moz-calc(100% - 170px);
height:calc(100% - 170px);
;
}
.nav-sidebar > li {
  display: table-cell;
  width: 1%;
}
.nav-sidebar > li > a {
  line-height: 48px;
  padding: 0;
}
.nav-sidebar > li > a > i {
  font-size: 16px;
  display: block;
}
.nav-sidebar-content {
  -lh-property: 0;
height:-webkit-calc(100% - 50px);
height:-moz-calc(100% - 50px);
height:calc(100% - 50px);
;
}
.nav-sidebar-content .tab-pane {
  padding: 20px;
}
.sidebar-lg {
  width: 260px;
}
.sidebar-md {
  width: 220px;
}
.sidebar-sm {
  width: 180px;
}
.sidebar-xs {
  width: 80px;
}
.content-lg {
  margin-left: 260px;
}
.content-md {
  margin-left: 220px;
}
.content-sm {
  margin-left: 180px;
}
.content-xs {
  margin-left: 80px;
}
.main-content {
  padding: 20px;
}
.sidebar-toggle {
  cursor: pointer;
  position: absolute;
  z-index: 910;
  padding: 10px 15px;
  border: 2px solid #d9d9d9;
  border-left: none;
  top: 200px;
  left: 0;
  display: none;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.sidebar-container {
  position: relative;
}
.sidebar {
  padding: 20px;
  position: fixed;
  top: 54px;
  bottom: 0;
}
.sidebar .list-group .list-group-item {
  padding: 10px;
  color: #9a9a9a;
  font-weight: 700;
}
.sidebar .list-group .list-group-item i {
  width: 14px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.sidebar .list-group .list-group-item.active,
.sidebar .list-group .list-group-item.active:hover,
.sidebar .list-group .list-group-item.active:focus {
  color: #737373;
  background-color: transparent;
}
.sidebar .list-group .list-group-item:hover,
.sidebar .list-group .list-group-item:focus {
  background-color: transparent;
  color: #737373;
}
.page-actions {
  margin-bottom: 20px;
}
.page-actions [class^="col"]:nth-child(2) {
  text-align: right;
}
@media (max-width: 767px) {
  body.sidebar-toggled {
    overflow-y: hidden;
  }
  body.sidebar-toggled .sidebar {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  body.sidebar-toggled .sidebar-toggle {
    -lh-property: 0;
left:-webkit-calc(100% - 2px);
left:-moz-calc(100% - 2px);
left:calc(100% - 2px);
;
  }
  .sidebar-toggle {
    display: block;
  }
  .sidebar {
    z-index: 900;
    border-right: 2px solid #d9d9d9;
    top: 54px;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  }
  .main-content {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-actions [class^="col"]:nth-child(2) {
    text-align: left;
    padding-top: 10px;
  }
}
.widget {
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.widget .expand {
  margin-left: -20px;
  margin-right: -20px;
}
.widget-heading {
  padding: 20px;
}
.heading-style-items {
  box-shadow: inset 0px -5px 8px -1px lightgrey
}
.widget-heading + .widget-body {
  padding-top: 0;
}
.widget-tools {
  margin-bottom: 0;
}
.widget-tools > li {
  float: left;
  padding: 0 10px;
}
.widget-tools > li:last-child {
  padding-right: 0;
}
.widget-tools > li a {
  color: #9a9a9a;
}
.widget-title {
  margin: 0;
  font-size: 18px;
  color: #1f364f;
}
.widget-body {
  padding: 20px;
}
/*.follow-list {
	li {
		margin-top: 0;
		> a {
			padding: 12px 0;
			display: block;
			color: @text-color;
		}
	}
}*/
.chat-content .chat-item {
  padding: 8px 17px 8px 17px;
  position: relative;
}
.chat-content .chat-item.self .chat-bubble {
  margin-right: 25px;
}
.chat-content .chat-item.self .chat-avatar {
  left: 0;
  top: 0;
}
.chat-content .chat-item.self .chat-text {
  background-color: #e6e6e6;
  padding: 10px 10px 10px 20px;
}
.chat-content .chat-item.other {
  text-align: right;
}
.chat-content .chat-item.other .chat-bubble {
  margin-left: 25px;
}
.chat-content .chat-item.other .chat-avatar {
  right: 0;
  top: 0;
}
.chat-content .chat-item.other .chat-text {
  background-color: rgb(181, 225, 247);
  color: #656565;
  text-align: left;
  padding: 15px 20px 15px 10px;
}
.chat-content .chat-avatar {
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: absolute;
}
.chat-content .chat-bubble {
  margin-bottom: 3px;
}
.chat-content .chat-text {
  border-radius: 4px;
  display: inline-block;
}
.activity-list .media-left {
  min-width: 140px;
}
.activity-list > li {
  position: relative;
  padding: 10px 0 10px 41px;
}
.activity-list > li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  border-left: 1px solid #d9d9d9;
}
.activity-list > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  border: 2px solid #9a9a9a;
  background-color: #FFF;
}
.activity-list.activity-sm > li {
  padding: 10px 0 10px 25px;
}
.activity-list > li.activity-primary:after {
  border-color: #0667D6;
}
.activity-list > li.activity-success:after {
  border-color: #17A88B;
}
.activity-list > li.activity-info:after {
  border-color: #0FB3FF;
}
.activity-list > li.activity-purple:after {
  border-color: #8E23E0;
}
.activity-list > li.activity-warning:after {
  border-color: #FFB61E;
}
.activity-list > li.activity-danger:after {
  border-color: #E5343D;
}
.activity-list > li.activity-white:after {
  border-color: #FFF;
}
.milestones > li {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
}
.milestones > li:last-child {
  padding-bottom: 0;
}
.milestones > li:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 0;
  height: 100%;
  border-left: 1px solid #d9d9d9;
  z-index: -1;
}
.events-header {
  height: 50px;
  line-height: 50px;
}
.draggable li {
  padding: 10px 0;
  cursor: move;
}
.draggable li:first-child {
  padding-top: 0;
}
.draggable li.ui-draggable-dragging {
  padding: 10px;
  background-color: #FFF;
  color: #737373;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.flotTip {
  font-size: 12px;
  background-color: #1f364f;
  color: #FFF;
  padding: 5px 8px;
  z-index: 900;
  border-radius: 3px;
}
.legendColorBox div {
  border-radius: 50%;
}
.legendLabel {
  padding-left: 3px;
  padding-right: 10px;
  line-height: 2;
}
.ct-golden-section:before {
  padding-bottom: 0;
}
.ct-label {
  font-size: 11px;
  color: #9a9a9a;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #5dc2ae;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
  fill: #5dc2ae;
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #5195e2;
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
  fill: #5195e2;
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #f2829a;
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
  fill: #f2829a;
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #b065e9;
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-area {
  fill: #b065e9;
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #ed7177;
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-area {
  fill: #ed7177;
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #ffcc62;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
  fill: #ffcc62;
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #627284;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-area {
  fill: #627284;
}
.morris-hover.morris-default-style {
  font-size: 12px;
  background-color: #FFF;
  padding: 5px 8px;
  z-index: 900;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}
.chartjs canvas {
  width: 100% !important;
  max-width: 1000px;
  height: auto !important;
}
.jvectormap-zoomout {
  top: 45px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  line-height: 24px;
  width: 24px;
  height: 24px;
  color: #1f364f;
  background-color: #FFF;
  font-size: 16px;
  padding: 0;
  border: 1px solid #1f364f;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.easy-pie-chart {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 80px;
  padding: 20px;
  text-align: center;
}
.easy-pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.easy-pie-chart .percent {
  position: absolute;
  top: 35px;
  left: 35px;
  line-height: 40px;
  width: 50px;
  height: 50px;
  background-color: #e6e6e6;
  border: 5px solid #f5f5f5;
  border-radius: 50%;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}
.minicolors-swatch {
  border: none;
}
.dropzone {
  border: 2px dashed #d9d9d9;
  background-color: #f5f5f5;
}
.dropzone .dz-message {
  padding: 50px 0;
  margin: 0;
  color: #9a9a9a;
}
.dropzone .dz-message .icon-dz {
  display: block;
  font-size: 64px;
  color: #e6e6e6;
  margin-bottom: 15px;
}
.daterangepicker .ranges li {
  background-color: transparent;
  border-color: transparent;
  border-radius: 3px;
  color: #737373;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background-color: #1f364f;
  border-color: #1f364f;
}
.daterangepicker .input-mini {
  border-color: #d9d9d9;
}
.daterangepicker .input-mini.active,
.daterangepicker .input-mini:focus {
  outline: 0;
  border-color: #66afe9;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #1f364f;
}
.daterangepicker td.start-date {
  border-radius: 2px 0 0 2px;
}
.daterangepicker td.end-date {
  border-radius: 0 2px 2px 0;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
  background-color: #1f364f;
  border-radius: 2px;
  border-color: #1f364f;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #1f364f;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget a[data-action] {
  color: #737373;
}
.note-editor.note-frame {
  border: 1px solid #d9d9d9;
}
.bootstrap-tagsinput {
  border: 1px solid #d9d9d9;
  box-shadow: none;
  padding: 6px 12px;
  line-height: 20px;
  display: block;
}
.bootstrap-tagsinput .tag {
  display: inline-block;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: decimal !important;
}
.toast-title {
  font-weight: 700;
}
#toast-container > div {
  border-radius: 0px;
  opacity: 1;
  color: #FFF;
  background-color: #1f364f;
  padding: 15px 15px 15px 65px;
  width: 300px;
  min-height: 74px;
}
#toast-container > .toast {
  background-image: none !important;
}
.toast-close-button {
  height: 20px;
  width: 20px;
  color: #9a9a9a;
  text-shadow: none;
  opacity: 1;
  top: -5px;
  right: -5px;
  outline: 0;
}
.toast:before {
  font-family: "Ionicons";
  font-size: 30px;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.toast-success .toast-title {
  color: #117b66;
}
.toast-success .toast-progress {
  background-color: #5dc2ae;
}
.toast-success:before {
  content: "\f120";
  color: #117b66;
}
.toast-info .toast-title {
  color: #054fa4;
}
.toast-info .toast-progress {
  background-color: #5195e2;
}
.toast-info:before {
  content: "\f149";
  color: #054fa4;
}
.toast-warning .toast-title {
  color: #ea9e00;
}
.toast-warning .toast-progress {
  background-color: #ffcc62;
}
.toast-warning:before {
  content: "\f100";
  color: #ea9e00;
}
.toast-error .toast-title {
  color: #cc1a23;
}
.toast-error .toast-progress {
  background-color: #ed7177;
}
.toast-error:before {
  content: "\f2a4";
  color: #cc1a23;
}
.wizard > .content > .body input {
  border: 1px solid transparent;
}
.wizard > .content > .body label {
  margin-bottom: 0;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  margin: 3px;
  border-radius: 0;
  padding: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background-color: #1f364f;
  color: #FFF;
}
.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
  border: 2px solid #FFF;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background-color: #e6e6e6;
  color: #9a9a9a;
}
.wizard > .steps .done a .number,
.wizard > .steps .done a:hover .number,
.wizard > .steps .done a:active .number {
  border-color: #9a9a9a;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background-color: #e6e6e6;
  color: #9a9a9a;
}
.wizard > .steps .disabled a .number,
.wizard > .steps .disabled a:hover .number,
.wizard > .steps .disabled a:active .number {
  border-color: #9a9a9a;
}
.wizard > .content {
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  min-height: 150px;
}
.wizard > .content > .body {
  width: 100%;
  height: 100%;
  padding: 15px 0 0 0;
  position: static;
}
.wizard > .steps .number {
  font-size: 16px;
  padding: 5px;
  border-radius: 50%;
  border: 2px solid #FFF;
  width: 36px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  opacity: .65;
  background-color: #eeeeee;
  color: #737373;
  cursor: not-allowed;
  border: 2px solid #d9d9d9;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background-color: #627284;
  border-radius: 4px;
  padding: 5px 15px;
  border: 2px solid #18293d;
}
.tabcontrol > .content {
  overflow-y: auto;
  border-top: 1px solid #d9d9d9;
}
.tabcontrol > .steps > ul {
  margin: 0;
}
.tabcontrol > .steps > ul > li {
  margin: 0;
  padding: 0 !important;
  border-radius: 0;
  border: none !important;
  background-color: transparent !important;
}
.tabcontrol > .steps > ul > li > a {
  padding: 15px 20px !important;
  color: #737373;
  -webkit-transition: -webkit-box-shadow 0.3s;
  -moz-transition: -moz-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.tabcontrol > .steps > ul > li > a:hover {
  box-shadow: inset 0 -2px 0 #1f364f;
}
.tabcontrol > .steps > ul > li.current > a {
  color: #1f364f;
  box-shadow: inset 0 -2px 0 #1f364f;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #1f364f;
}
.img-container,
.img-preview {
  background-color: #f7f7f7;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.img-container {
  min-height: 200px;
  max-height: 554px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .img-container {
    min-height: 554px;
  }
}
.img-container > img {
  max-width: 100%;
}
.docs-preview {
  margin-right: -15px;
  margin-bottom: 10px;
}
.img-preview {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.img-preview > img {
  max-width: 100%;
}
.preview-lg {
  width: 263px;
  height: 148px;
}
.preview-md {
  width: 139px;
  height: 78px;
}
.preview-sm {
  width: 69px;
  height: 39px;
}
.preview-xs {
  width: 35px;
  height: 20px;
  margin-right: 0;
}
.docs-data > .input-group {
  margin-bottom: 10px;
}
.docs-data > .input-group > label {
  min-width: 80px;
}
.docs-data > .input-group > span {
  min-width: 50px;
}
.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
  margin-right: 5px;
  margin-bottom: 10px;
}
.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
  margin-bottom: 10px;
}
.docs-tooltip {
  display: block;
  margin: -6px -12px;
  padding: 6px 12px;
}
.docs-tooltip > .icon {
  margin: 0 -3px;
  vertical-align: top;
}
.tooltip-inner {
  white-space: normal;
}
.btn-upload .tooltip-inner {
  white-space: nowrap;
}
@media (max-width: 400px) {
  .btn-group-crop {
    margin-right: -15px !important;
  }
  .btn-group-crop > .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .btn-group-crop .docs-tooltip {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.docs-options .dropdown-menu {
  width: 100%;
}
.docs-options .dropdown-menu > li {
  padding: 5px 20px;
}
.docs-options .dropdown-menu > li .checkbox {
  margin: 5px 0;
}
.docs-options .dropdown-menu > li:hover {
  background-color: #f7f7f7;
}
.docs-options .dropdown-menu > li > label {
  display: block;
}
.docs-cropped .modal-body {
  text-align: center;
}
.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
  max-width: 100%;
}
.overlay-container {
  position: relative;
  overflow: hidden;
}
.overlay-container.overlay-color:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 41, 61, 0.6);
}
.overlay-container .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.overlay-container .overlay-content {
  color: #FFF;
  background-color: rgba(24, 41, 61, 0.6);
}
.overlay-container hr {
  border-color: rgba(255, 255, 255, 0.2);
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.text-italic {
  font-style: italic;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-20 {
  line-height: 20px !important;
}
.bd-t {
  border-top: 1px solid #d9d9d9;
}
.bd-r {
  border-right: 1px solid #d9d9d9;
}
.bd-b {
  border-bottom: 1px solid #d9d9d9;
}
.bd-l {
  border-left: 1px solid #d9d9d9;
}
.no-shadow {
  box-shadow: none !important;
}
.no-border {
  border: none !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.block {
  display: block !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fs-10 {
  font-size: 11px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.m-0a {
  margin: 0 auto;
}
.m-0 {
  margin: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 30px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.email-from .media-body {
  width: auto;
}
.email-from .media-heading {
  white-space: nowrap;
  color: #9a9a9a;
}
.email-select {
  width: 50px;
  text-align: center;
}
.email-title {
  color: #9a9a9a;
  font-weight: 700;
}
.email-summary {
  color: #9a9a9a;
}
.unread .email-title {
  color: #737373;
}
.unread .email-from .media-heading {
  color: #737373;
}
.email-single p {
  margin-bottom: 20px;
}
.email-single .img-responsive {
  margin: 0 auto;
}
.fc-toolbar {
  background-color: #FFF;
  padding: 8px 0;
  margin-bottom: 0;
  height: 50px;
}
.fc-toolbar h2 {
  font-weight: 300;
  margin: 2px 0;
  line-height: 1;
}
.fc-view-container {
  background-color: #FFF;
  color: #737373;
}
.fc button {
  font-size: 14px;
  padding: 5px 15px;
  height: auto;
  border: 2px solid #d9d9d9;
  color: #737373;
}
.fc .fc-button-group > * {
  margin: 0 0 0 -2px;
}
.fc-state-default {
  background-color: #eeeeee;
  color: #FFF;
  border-style: none;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
}
.fc-state-default:hover {
  outline: 0;
  background-color: #d9d9d9;
}
.fc-state-default:focus,
.fc-state-default.focus {
  outline: 0;
}
.fc-unthemed .fc-today {
  background-color: #f5f5f5;
}
.body-bg-full {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  #font-family: 'Itim', cursive;
}
.body-bg-full .page-container {
  padding: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.body-bg-full .page-container .page-content {
  padding: 20px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  min-height: auto;
  width: 340px;
}
.body-bg-full .logo {
  margin-bottom: 30px;
}
.btn-demo .btn {
  margin: 0 10px 10px 0;
}
.bg-demo {
  color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5YTlhOWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #9a9a9a, #f5f5f5);
  background-image: -moz-linear-gradient(left, #9a9a9a, #f5f5f5);
  background-image: -o-linear-gradient(left, #9a9a9a, #f5f5f5);
  background-image: linear-gradient(to right, #9a9a9a, #f5f5f5);
}
.loading-demo {
  height: 240px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.chart-demo {
  height: 300px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.icon-demo .row > [class^="col"] {
  line-height: 50px;
  cursor: pointer;
  height: 50px;
}
.icon-demo .row > [class^="col"]:hover i {
  font-size: 28px;
}
.icon-demo i {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: 40px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#passport-pos .nav li a{
  cursor: pointer!important;
}
.table.table-xs > thead > tr > th,
.table.table-xs > tbody > tr > th,
.table.table-xs > tfoot > tr > th,
.table.table-xs > thead > tr > td,
.table.table-xs > tbody > tr > td,
.table.table-xs > tfoot > tr > td {
  padding: 1px 2px;
}
.table.table-sm > thead > tr > th,
.table.table-sm > tbody > tr > th,
.table.table-sm > tfoot > tr > th,
.table.table-sm > thead > tr > td,
.table.table-sm > tbody > tr > td,
.table.table-sm > tfoot > tr > td {
  padding: 3px 4px;
}
.table.table-md > thead > tr > th,
.table.table-md > tbody > tr > th,
.table.table-md > tfoot > tr > th,
.table.table-md > thead > tr > td,
.table.table-md > tbody > tr > td,
.table.table-md > tfoot > tr > td {
  padding: 6px 7px;
}

@media screen and (max-width: 767px) {
  .table-responsive {border: 1px solid #d9d9d9;}
  .panel-heading {padding: 7px 10px;}
  .panel-body {padding: 10px;}
  .widget-body {padding: 10px;}
  .widget-heading {padding: 10px;}
}
.selectrelcatalog{
  cursor: pointer;
}
