*:focus::-moz-placeholder {
  color: transparent !important;
}

*[autofocus]::-moz-placeholder:focus {
  color: graytext !important;
}

*:focus:-moz-placeholder {
  color: transparent !important;
}

*[autofocus]:-moz-placeholder:focus {
  color: graytext !important;
}

*:focus::-webkit-input-placeholder {
  color: transparent !important;
}

*[autofocus]::-webkit-input-placeholder {
  color: graytext !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  background: #fff;
  line-height: 1.25em;
  color: #868e96;
}

/*for fileds and buttons styles*/

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=time],
input[type=url],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

img {
  vertical-align: top;
}

textarea {
  overflow-y: auto;
  vertical-align: top;
}

.symbol-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.symbol-list li {
  list-style: none;
}

.symbol-list > li {
  padding: 5px 0 5px 36px;
  position: relative;
  min-height: 27px;
}

.symbol-list > li .far {
  left: 0;
  top: 5px;
  position: absolute;
  margin: auto;
}

.symbol-list a {
  color: #868e96;
}

.btn {
  -webkit-transition-property: background, color, box-shadow, border-color;
  -webkit-transition-property: background, color, border-color, -webkit-box-shadow;
  transition-property: background, color, border-color, -webkit-box-shadow;
  transition-property: background, color, box-shadow, border-color;
  transition-property: background, color, box-shadow, border-color, -webkit-box-shadow;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  padding: 13px 20px;
  line-height: 20px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .btn.btn {
    white-space: normal;
  }
}

.btn.btn.min-medium {
  min-width: 205px;
}

.btn.btn-icon-right {
  text-align: left;
  position: relative;
}

.btn.btn-icon-right .far {
  font-size: 14px;
  width: 14px;
  height: 14px;
  right: 20px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}

.btn.btn.btn-sm {
  font-size: 11px;
  line-height: 20px;
  padding: 6px 11px 4px;
}

.btn.btn.btn-sm em {
  font-style: normal;
}

.btn.btn-simple {
  background: #e9ecef;
  border: 1px solid #e9ecef;
  color: #495057;
}

.btn.btn-simple .glyphicon {
  color: #495057;
}

.btn.btn-simple .glyphicon:last-child:not(:first-child) {
  padding-left: 5px;
}

.btn.btn-simple:hover,
.btn.btn-simple:focus {
  border-color: #d5d8db;
  background: #d5d8db;
}

.btn.btn-simple.border {
  background: #fff;
  color: #868e96;
}

.btn.btn-simple.clear {
  background: #fff;
  border-color: #fff;
}

.btn.btn-default {
  background: #f1f3f5;
  border: 1px solid transparent;
  color: #868e96;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
  outline: none;
  background: #f1f3f5;
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.08) 0 3px 5px;
}

.btn.btn-info {
  background: #3b5bdb;
  border-color: #3b5bdb;
}

.btn.btn-info:hover,
.btn.btn-info:focus {
  background: #2747c7;
  border-color: #2747c7;
}

.btn.btn-primary {
  background: #51ca00;
  background: -webkit-gradient(linear, left top, right top, from(#51ca00), color-stop(26%, #4fcb00), color-stop(27%, #53ca00), color-stop(28%, #4fcb00), color-stop(28%, #53ca00), color-stop(32%, #52cb00), color-stop(32%, #55cb00), color-stop(33%, #52cb00), color-stop(35%, #55cb00), color-stop(36%, #52cb00), color-stop(38%, #55cb00), color-stop(42%, #53cc00), color-stop(43%, #56cc00), color-stop(44%, #53cc00), color-stop(45%, #56cc00), color-stop(54%, #56ce00), color-stop(55%, #5acd00), color-stop(56%, #56ce00), color-stop(56%, #59ce00), color-stop(60%, #57cf00), color-stop(60%, #5bce00), color-stop(60%, #57cf00), color-stop(62%, #5acf00), color-stop(63%, #57cf00), color-stop(65%, #5ccf00), color-stop(67%, #59d000), color-stop(68%, #5ccf00), color-stop(77%, #5cd100), color-stop(77%, #5fd100), color-stop(78%, #5cd100), color-stop(78%, #5fd100), color-stop(85%, #5fd300), color-stop(86%, #62d200), color-stop(86%, #5fd300), color-stop(87%, #62d200), color-stop(94%, #60d400), to(#64d500));
  background: linear-gradient(to right, #51ca00 0%, #4fcb00 26%, #53ca00 27%, #4fcb00 28%, #53ca00 28%, #52cb00 32%, #55cb00 32%, #52cb00 33%, #55cb00 35%, #52cb00 36%, #55cb00 38%, #53cc00 42%, #56cc00 43%, #53cc00 44%, #56cc00 45%, #56ce00 54%, #5acd00 55%, #56ce00 56%, #59ce00 56%, #57cf00 60%, #5bce00 60%, #57cf00 60%, #5acf00 62%, #57cf00 63%, #5ccf00 65%, #59d000 67%, #5ccf00 68%, #5cd100 77%, #5fd100 77%, #5cd100 78%, #5fd100 78%, #5fd300 85%, #62d200 86%, #5fd300 86%, #62d200 87%, #60d400 94%, #64d500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51ca00', endColorstr='#64d500',GradientType=1 );
  border: 1px solid transparent;
  font-weight: 400;
  color: #fff;
  -webkit-box-shadow: 0px 5px 13.16px 0.84px rgba(33, 37, 41, 0.15);
          box-shadow: 0px 5px 13.16px 0.84px rgba(33, 37, 41, 0.15);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  outline: none;
  background: #51ca00;
  background: -webkit-gradient(linear, left top, right top, from(#51ca00), color-stop(26%, #4fcb00), color-stop(27%, #53ca00), color-stop(28%, #4fcb00), color-stop(28%, #53ca00), color-stop(32%, #52cb00), color-stop(32%, #55cb00), color-stop(33%, #52cb00), color-stop(35%, #55cb00), color-stop(36%, #52cb00), color-stop(38%, #55cb00), color-stop(42%, #53cc00), color-stop(43%, #56cc00), color-stop(44%, #53cc00), color-stop(45%, #56cc00), color-stop(54%, #56ce00), color-stop(55%, #5acd00), color-stop(56%, #56ce00), color-stop(56%, #59ce00), color-stop(60%, #57cf00), color-stop(60%, #5bce00), color-stop(60%, #57cf00), color-stop(62%, #5acf00), color-stop(63%, #57cf00), color-stop(65%, #5ccf00), color-stop(67%, #59d000), color-stop(68%, #5ccf00), color-stop(77%, #5cd100), color-stop(77%, #5fd100), color-stop(78%, #5cd100), color-stop(78%, #5fd100), color-stop(85%, #5fd300), color-stop(86%, #62d200), color-stop(86%, #5fd300), color-stop(87%, #62d200), color-stop(94%, #60d400), to(#64d500));
  background: linear-gradient(to right, #51ca00 0%, #4fcb00 26%, #53ca00 27%, #4fcb00 28%, #53ca00 28%, #52cb00 32%, #55cb00 32%, #52cb00 33%, #55cb00 35%, #52cb00 36%, #55cb00 38%, #53cc00 42%, #56cc00 43%, #53cc00 44%, #56cc00 45%, #56ce00 54%, #5acd00 55%, #56ce00 56%, #59ce00 56%, #57cf00 60%, #5bce00 60%, #57cf00 60%, #5acf00 62%, #57cf00 63%, #5ccf00 65%, #59d000 67%, #5ccf00 68%, #5cd100 77%, #5fd100 77%, #5cd100 78%, #5fd100 78%, #5fd300 85%, #62d200 86%, #5fd300 86%, #62d200 87%, #60d400 94%, #64d500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51ca00', endColorstr='#64d500',GradientType=1 );
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.08) 0 3px 5px;
}

.btn.btn-clear {
  color: #909599;
}

.btn.btn-clear:hover,
.btn.btn-clear:focus {
  text-decoration: underline;
}

.btn.btn-danger {
  background: red;
  border-color: red;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus {
  outline: none;
  background: #f00000;
  border: 1px solid #f00000;
  -webkit-box-shadow: rgba(233, 85, 13, 0.2) 0 3px 5px;
          box-shadow: rgba(233, 85, 13, 0.2) 0 3px 5px;
}

.btn.btn-circle {
  background: #51ca00;
  background: -webkit-gradient(linear, left top, right top, from(#51ca00), color-stop(26%, #4fcb00), color-stop(27%, #53ca00), color-stop(28%, #4fcb00), color-stop(28%, #53ca00), color-stop(32%, #52cb00), color-stop(32%, #55cb00), color-stop(33%, #52cb00), color-stop(35%, #55cb00), color-stop(36%, #52cb00), color-stop(38%, #55cb00), color-stop(42%, #53cc00), color-stop(43%, #56cc00), color-stop(44%, #53cc00), color-stop(45%, #56cc00), color-stop(54%, #56ce00), color-stop(55%, #5acd00), color-stop(56%, #56ce00), color-stop(56%, #59ce00), color-stop(60%, #57cf00), color-stop(60%, #5bce00), color-stop(60%, #57cf00), color-stop(62%, #5acf00), color-stop(63%, #57cf00), color-stop(65%, #5ccf00), color-stop(67%, #59d000), color-stop(68%, #5ccf00), color-stop(77%, #5cd100), color-stop(77%, #5fd100), color-stop(78%, #5cd100), color-stop(78%, #5fd100), color-stop(85%, #5fd300), color-stop(86%, #62d200), color-stop(86%, #5fd300), color-stop(87%, #62d200), color-stop(94%, #60d400), to(#64d500));
  background: linear-gradient(to right, #51ca00 0%, #4fcb00 26%, #53ca00 27%, #4fcb00 28%, #53ca00 28%, #52cb00 32%, #55cb00 32%, #52cb00 33%, #55cb00 35%, #52cb00 36%, #55cb00 38%, #53cc00 42%, #56cc00 43%, #53cc00 44%, #56cc00 45%, #56ce00 54%, #5acd00 55%, #56ce00 56%, #59ce00 56%, #57cf00 60%, #5bce00 60%, #57cf00 60%, #5acf00 62%, #57cf00 63%, #5ccf00 65%, #59d000 67%, #5ccf00 68%, #5cd100 77%, #5fd100 77%, #5cd100 78%, #5fd100 78%, #5fd300 85%, #62d200 86%, #5fd300 86%, #62d200 87%, #60d400 94%, #64d500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51ca00', endColorstr='#64d500',GradientType=1 );
  border: 1px solid transparent;
  display: block;
  border-radius: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 1;
  padding: 4px;
  position: relative;
  color: #fff;
}

.btn.btn-circle .fa,
.btn.btn-circle .glyphicon {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 17px;
  height: 17px;
  display: block;
  font-size: 17px;
}

.btn.btn-circle.access {
  border-color: #91bf4f;
}

.btn.btn-circle.access .fa,
.btn.btn-circle.access .glyphicon {
  color: #91bf4f;
}

.btn.btn-link {
  font-size: 13px;
  color: #909599;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
  color: #3958d2;
}

.btn.btn-square {
  border-radius: 0;
}

.btn.btn-sm {
  padding: 5px 9px;
}

.btn.btn-xs {
  padding: 3px 6px;
}

.btn.btn-clear {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  outline: none;
}

.btn.btn-clear .fa,
.btn.btn-clear .glyphicon {
  color: #c5d0de;
  font-size: 16px;
  height: 16px;
  width: 16px;
}

input.form-control {
  line-height: 20px;
  font-size: 14px;
  height: 42px;
  border: 1px solid #dee2e6;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  input.form-control {
    font-size: 16px;
  }
}

input.form-control:focus {
  border-color: #3958d2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.08) 0 3px 5px;
}

input.form-control.gray-color {
  color: #b5b9bf;
}

input.form-square {
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  textarea {
    font-size: 16px !important;
  }
}

select.form-control {
  height: 40px;
}

.require {
  color: red;
  padding-left: 3px;
}

.control-label {
  font-weight: 700;
  font-size: 14px;
  color: #495057;
}

.form-group.fg-sm {
  margin-bottom: 10px;
}

.form-group.fg-lg {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .form-group-media-sm {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .form-horizontal .control-label {
    line-height: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.form-horizontal .control-label.text-left {
  text-align: left;
}

@media screen and (min-width: 992px) {
  .form-horizontal .checkbox {
    padding-top: 11px;
  }
}

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

.radio input,
.checkbox input {
  opacity: 0;
  visibility: hidden;
}

.radio input:checked ~ label::before,
.checkbox input:checked ~ label::before {
  border-color: #3b5bdb;
  background: #5c7cfa;
}

.radio label,
.checkbox label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 27px;
  padding-top: 2px;
  line-height: 16px;
  min-height: 20px;
}

.radio label::before,
.checkbox label::before {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  background: #fff;
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #dee2e6;
  border-radius: 2px;
}

.radio input:checked ~ label::after {
  left: 5px;
  top: 5px;
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #fff;
}

.radio label::before {
  border-radius: 16px;
}

.check-horizontal .checked,
.check-horizontal .radio {
  display: inline-block;
  vertical-align: top;
  font-size: 13.6px;
  margin-right: 10px;
}

.check-horizontal .checked:last-child,
.check-horizontal .radio:last-child {
  margin-right: 0;
}

.input-group.input-group-inner {
  position: relative;
  display: block;
}

.input-group.input-group-inner input.form-control {
  border-radius: 3px;
  padding-right: 46px;
  width: 100%;
  float: none;
}

.input-group.input-group-inner .input-group-btn {
  right: 0;
  top: 0;
  position: absolute;
  margin: auto;
  width: 36px;
  height: 100%;
}

.input-group.input-group-inner .input-group-btn .btn {
  background: none;
  border: 0;
}

.input-group .input-group-btn .btn {
  height: 42px;
  min-width: 42px;
  position: relative;
  text-align: center;
}

.input-group .input-group-btn .btn .glyphicon,
.input-group .input-group-btn .btn .fa {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  font-size: 16px;
  height: 16px;
  width: 16px;
  display: block;
}

.input-group-multiply::after {
  clear: both;
  width: 100%;
  display: table;
  content: '';
}

.input-group-multiply .input-group-addon {
  float: left;
  display: block;
  width: 30px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  border: 0;
  background: none;
}

.input-group-multiply input.form-control {
  width: calc(50% - 15px);
  float: left;
}

.input-group-addon {
  background: #f8f9fa;
  border-color: #dee2e6;
}

.panel.panel-default {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel.panel-default.clear > .panel-heading {
  padding: 0;
  border: 0;
}

.panel.panel-default.clear > .panel-heading .heading-title {
  padding: 0 0 10px;
}

.panel.panel-default.clear > .panel-body {
  padding: 0;
}

.panel.panel-default > .panel-heading {
  padding: 10px 0 0;
  background: none;
  position: relative;
}

.panel.panel-default > .panel-heading.no-border {
  border-bottom: 0;
}

.panel.panel-default > .panel-heading.border {
  padding-bottom: 10px;
}

.panel.panel-default > .panel-heading.border::after {
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: #dee2e6;
  content: '';
  left: -15px;
  width: calc(100% + 30px);
}

@media screen and (min-width: 1025px) {
  .panel.panel-default > .panel-heading.border::after {
    left: -30px;
    width: calc(100% + 60px);
  }
}

.panel.panel-default > .panel-body {
  padding: 30px 0 25px;
  border: 0;
  border-top: 0;
}

.panel.panel-default > .panel-body.small {
  padding: 10px 0 15px;
}

.panel.panel-default > .panel-body > .table-responsive > table.table-bordered-custom {
  margin-top: 14px;
  margin-bottom: 0;
}

.panel.panel-clear {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel.panel-clear > .panel-heading {
  padding: 0;
}

.panel.panel-clear > .panel-body {
  padding: 0;
}

.panel .table-filter {
  padding-top: 15px;
}

.panel .table-filter > .list-group {
  margin-bottom: 0;
}

.panel .panel-heading.no-border {
  border-bottom: 0;
}

.panel .panel-heading .heading-title {
  padding: 0 0 10px;
}

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

.panel .panel-body:last-child > table.table {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .panel-heading-settings.media-md .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: right;
  }

  .panel-heading-settings.media-md .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .panel-heading-settings.media-md .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: right;
  }

  .panel-heading-settings.media-md .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .panel-heading-settings.media-sm .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: right;
  }

  .panel-heading-settings.media-sm .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: auto;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .panel-heading-settings.media-sm .btn {
    display: block;
    width: 100%;
  }

  .panel-heading-settings.media-sm.type-one .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: right;
  }

  .panel-heading-settings.media-sm.type-one .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
  }

  .panel-heading-settings.media-sm.type-two .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: center;
  }

  .panel-heading-settings.media-sm.type-two .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 50%;
  }
}

@media screen and (min-width: 480px) {
  .panel-heading-settings.media-xs .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: right;
  }

  .panel-heading-settings.media-xs .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .panel-heading-settings.media-xs .btn {
    display: block;
    width: 100%;
  }

  .panel-heading-settings.media-xs.type-one .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: right;
  }

  .panel-heading-settings.media-xs.type-one .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
  }

  .panel-heading-settings.media-xs.type-two .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: center;
  }

  .panel-heading-settings.media-xs.type-two .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 50%;
  }
}

.panel-heading-settings.gutter-sm {
  margin: 0 -5px;
}

.panel-heading-settings.gutter-sm .settings-item {
  padding: 0 5px 5px;
}

.panel-heading-settings.gutter-md {
  margin: 0 -10px;
}

.panel-heading-settings.gutter-md .settings-item {
  padding: 0 10px 10px;
}

.main-box {
  padding: 30px 0;
}

@media screen and (max-width: 1024px) {
  .main-box {
    padding: 15px 0;
  }
}

.site-wrapper {
  height: 100%;
}

.container30 {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .container30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .container-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.row-sm > label,
.row-sm > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row-xs {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row-xs > label,
.row-xs > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row-xxs {
  margin: 0 -5px;
}

.row-xxs > label,
.row-xxs > div {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 992px) {
  .margin-button-negative-md {
    margin-top: -40px;
  }
}

@media screen and (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .col-slg-15 {
    width: 25%;
  }

  .col-slg-25 {
    width: 50%;
  }

  .col-slg-3 {
    width: 25%;
  }

  .col-slg-9 {
    width: 75%;
  }

  .col-slg-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .col-mlg-15 {
    width: 20%;
  }

  .col-mlg-30 {
    width: 40%;
  }

  .col-mlg-35 {
    width: 50%;
  }

  .col-mlg-45 {
    width: 60%;
  }

  .col-mlg-3 {
    width: 25%;
  }

  .col-mlg-5 {
    width: 75%;
  }
}

.box-table {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.box-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.heading-title {
  color: #495057;
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1365px) {
  .heading-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .heading-title {
    font-size: 32px;
  }
}

.heading-title.medium {
  font-size: 26px;
}

.heading-title.small {
  font-size: 22px;
  line-height: 1.2em;
}

@media screen and (max-width: 767px) {
  .heading-title.small {
    font-size: 18px;
    line-height: 32px;
  }
}

.table-panel-box,
.table-responsive {
  overflow-x: unset;
  border: 2px solid #dee2e6;
  border-radius: 3px;
}

.table-panel-box .glyphicon-info-sign,
.table-responsive .glyphicon-info-sign {
  font-size: 15px;
  margin-right: 5px;
}

.table-panel-box .table,
.table-responsive .table {
  margin-bottom: 9px;
}

table.table .fa-arrows {
  margin-right: 7px;
  font-size: 13px;
}

table.table .cell-fixed {
  width: 30px;
}

table.table .cell-gray {
  background: #f8f9fa;
}

table.table .cell-light-gray {
  background: #fff;
}

table.table .cell-field {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

table.table .cell-flex {
  width: 1%;
  white-space: nowrap;
}

table.table .cell-flex > * {
  display: inline-block;
  vertical-align: top;
}

table.table .cell-flex > *:not(:first-child) {
  margin-left: 7px;
}

table.table .cell-flex .btn-clear {
  border: 0;
  padding: 11px 4px 7px;
}

table.table .cell-sub {
  padding-left: 30px;
}

table.table .cell-dark-gray {
  background: #1b2a38;
  color: #fff;
}

table.table .cell-gray {
  background: #f9f9f9;
}

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

table.table.table-striped .glyphicon-info-sign {
  color: #cfcfd4;
}

table.table.table-striped .glyphicon-info-sign:hover,
table.table.table-striped .glyphicon-info-sign:focus {
  color: #16191c;
}

table.table.table-striped > thead > tr > th {
  color: #495057;
  font-size: 14px;
  padding: 10px 13px;
  border-bottom: 1px solid #dee2e6;
}

table.table.table-striped > thead > tr > th:first-child {
  padding-left: 20px;
}

table.table.table-striped > thead > tr > th:last-child {
  padding-right: 20px;
}

table.table.table-striped > tbody > tr > th,
table.table.table-striped > tbody > tr > td {
  padding: 11px 13px;
  vertical-align: middle;
  background: #fff;
  color: #868e96;
  border: 0;
}

table.table.table-striped > tbody > tr > th:first-child,
table.table.table-striped > tbody > tr > td:first-child {
  padding-left: 22px;
}

table.table.table-striped > tbody > tr > th:last-child,
table.table.table-striped > tbody > tr > td:last-child {
  padding-right: 22px;
}

table.table.table-striped > tbody > tr:last-child > th,
table.table.table-striped > tbody > tr:last-child > td {
  border-bottom: 1px solid #dee2e6;
}

table.table.table-striped > tbody > tr:nth-child(even) > td {
  background: #f8f9fa;
}

table.table.table-striped > tbody > tr > th {
  color: #495057;
}

table.table.table-bordered > thead > tr > th {
  border-bottom: 0;
}

table.table.table-bordered-custom > thead > tr > td,
table.table.table-bordered-custom > thead > tr > th,
table.table.table-bordered-custom > tbody > tr > td,
table.table.table-bordered-custom > tbody > tr > th {
  border: 0;
}

table.table.table-bordered-custom > thead > tr > th {
  border-bottom: 2px solid #495057;
}

table.table.table-bordered-custom > tbody > tr > td.cell-flex {
  padding: 5px 5px 5px 15px;
}

@media screen and (min-width: 768px) {
  table.table.table-bordered-custom > thead:first-child > tr > th {
    border-top: 1px solid #dfe2e5;
  }
}

table.table.table-bordered-custom > thead > tr > th .checkbox label {
  font-weight: 700;
}

table.table.table-bordered-custom > thead > tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}

table.table.table-bordered-custom > thead > tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}

table.table.table-bordered-custom > tbody > tr:last-child > td:first-child {
  border-radius: 0 0 0 5px;
}

table.table.table-bordered-custom > tbody > tr:last-child > td:last-child {
  border-radius: 0 0 5px 0;
}

table.table.table-bordered-custom > tbody > tr:hover > td {
  background: #f8f9fa;
}

@media screen and (max-width: 767px) {
  table.table.table-bordered-custom > thead > tr:last-child > td,
  table.table.table-bordered-custom > thead > tr:last-child > th,
  table.table.table-bordered-custom > tbody > tr:last-child > td,
  table.table.table-bordered-custom > tbody > tr:last-child > th {
    border-bottom: 0;
  }
}

table.table.table-bordered-custom > thead > tr > td,
table.table.table-bordered-custom > thead > tr > th,
table.table.table-bordered-custom > tbody > tr > td,
table.table.table-bordered-custom > tbody > tr > th {
  padding: 10px 15px;
  border: 1px solid #dfe2e5;
  vertical-align: middle;
}

table.table.table-bordered-custom > thead > tr > td:first-child,
table.table.table-bordered-custom > thead > tr > th:first-child,
table.table.table-bordered-custom > tbody > tr > td:first-child,
table.table.table-bordered-custom > tbody > tr > th:first-child {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  table.table.table-bordered-custom > thead > tr > td:first-child,
  table.table.table-bordered-custom > thead > tr > th:first-child,
  table.table.table-bordered-custom > tbody > tr > td:first-child,
  table.table.table-bordered-custom > tbody > tr > th:first-child {
    border-left: 0;
  }
}

table.table.table-bordered-custom > thead > tr > td:last-child,
table.table.table-bordered-custom > thead > tr > th:last-child,
table.table.table-bordered-custom > tbody > tr > td:last-child,
table.table.table-bordered-custom > tbody > tr > th:last-child {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  table.table.table-bordered-custom > thead > tr > td:last-child,
  table.table.table-bordered-custom > thead > tr > th:last-child,
  table.table.table-bordered-custom > tbody > tr > td:last-child,
  table.table.table-bordered-custom > tbody > tr > th:last-child {
    border-right: 0;
  }
}

table.table.table-bordered-custom > thead > tr > td:not(:first-child),
table.table.table-bordered-custom > thead > tr > th:not(:first-child),
table.table.table-bordered-custom > tbody > tr > td:not(:first-child),
table.table.table-bordered-custom > tbody > tr > th:not(:first-child) {
  border-left: 0;
}

table.table.table-bordered-custom > thead > tr > td:not(:last-child),
table.table.table-bordered-custom > thead > tr > th:not(:last-child),
table.table.table-bordered-custom > tbody > tr > td:not(:last-child),
table.table.table-bordered-custom > tbody > tr > th:not(:last-child) {
  border-right: 0;
}

table.table.table-panel {
  border: 0;
}

table.table.table-panel > tbody > tr > td {
  vertical-align: middle;
}

table.table.table-panel > tbody > tr > td:first-child {
  padding-left: 25px;
}

table.table.table-panel > tbody > tr > td:last-child {
  padding-right: 25px;
}

@media screen and (min-width: 992px) {
  table.table.table-no-margin-md {
    margin-bottom: 0;
  }
}

table.table .checkbox {
  margin: 0;
}

.modal-title {
  color: #495057;
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1365px) {
  .modal-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .modal-title {
    font-size: 32px;
  }
}

.modal-title.medium {
  font-size: 26px;
}

.modal-title.small {
  font-size: 22px;
  line-height: 1.2em;
}

@media screen and (max-width: 767px) {
  .modal-title.small {
    font-size: 18px;
    line-height: 32px;
  }
}

.modal-backdrop {
  background: none;
  opacity: 0;
  visibility: hidden;
}

.modal-header {
  background: #fff;
  border-color: #dee2e6;
  border-radius: 5px 5px 0 0;
  padding-bottom: 5px;
}

.modal-footer {
  background: #fff;
  border-color: #dee2e6;
  border-radius: 0 0 5px 5px;
}

.modal-content {
  border: 0;
}

.site-wrapper .modal-backdrop {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 0.3;
  visibility: visible;
  background: #000;
}

.status {
  background: #c2cad4;
  border-radius: 3px;
  padding: 2px 8px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12.6px;
  text-transform: lowercase;
}

.status.btn-block {
  text-align: center;
}

.status-success {
  background: #36af47;
}

.status-danger {
  background: #f03e3e;
}

.status-primary {
  background: #3958d2;
}

.status-info {
  background: #6b9cb5;
}

.list-group-clear .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
  border-right: 0;
  line-height: 1.4em;
}

.list-group-clear .list-group-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.list-group-clear .list-group-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.list-group .table {
  margin-bottom: 0;
}

.list-group .table-clear td,
.list-group .table-clear th {
  padding-left: 0;
}

.tooltip-inner {
  max-width: 200px;
  padding: 10px 15px;
}

.tooltip table {
  width: 170px;
}

.tooltip tr:not(:first-child) td,
.tooltip tr:not(:first-child) th {
  border: 0;
}

.tooltip th,
.tooltip td {
  padding: 6px 0 3px;
}

.navigation-pagination.right {
  text-align: right;
}

.navigation-pagination .glyphicon {
  position: relative;
  top: 2px;
}

.navigation-pagination ul > li.active > span,
.navigation-pagination ul > li.active > a {
  background: #51ca00;
  background: -webkit-gradient(linear, left top, right top, from(#51ca00), color-stop(26%, #4fcb00), color-stop(27%, #53ca00), color-stop(28%, #4fcb00), color-stop(28%, #53ca00), color-stop(32%, #52cb00), color-stop(32%, #55cb00), color-stop(33%, #52cb00), color-stop(35%, #55cb00), color-stop(36%, #52cb00), color-stop(38%, #55cb00), color-stop(42%, #53cc00), color-stop(43%, #56cc00), color-stop(44%, #53cc00), color-stop(45%, #56cc00), color-stop(54%, #56ce00), color-stop(55%, #5acd00), color-stop(56%, #56ce00), color-stop(56%, #59ce00), color-stop(60%, #57cf00), color-stop(60%, #5bce00), color-stop(60%, #57cf00), color-stop(62%, #5acf00), color-stop(63%, #57cf00), color-stop(65%, #5ccf00), color-stop(67%, #59d000), color-stop(68%, #5ccf00), color-stop(77%, #5cd100), color-stop(77%, #5fd100), color-stop(78%, #5cd100), color-stop(78%, #5fd100), color-stop(85%, #5fd300), color-stop(86%, #62d200), color-stop(86%, #5fd300), color-stop(87%, #62d200), color-stop(94%, #60d400), to(#64d500));
  background: linear-gradient(to right, #51ca00 0%, #4fcb00 26%, #53ca00 27%, #4fcb00 28%, #53ca00 28%, #52cb00 32%, #55cb00 32%, #52cb00 33%, #55cb00 35%, #52cb00 36%, #55cb00 38%, #53cc00 42%, #56cc00 43%, #53cc00 44%, #56cc00 45%, #56ce00 54%, #5acd00 55%, #56ce00 56%, #59ce00 56%, #57cf00 60%, #5bce00 60%, #57cf00 60%, #5acf00 62%, #57cf00 63%, #5ccf00 65%, #59d000 67%, #5ccf00 68%, #5cd100 77%, #5fd100 77%, #5cd100 78%, #5fd100 78%, #5fd300 85%, #62d200 86%, #5fd300 86%, #62d200 87%, #60d400 94%, #64d500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51ca00', endColorstr='#64d500',GradientType=1 );
  border-color: transparent;
}

.navigation-pagination ul > li.active > span:hover,
.navigation-pagination ul > li.active > span:focus,
.navigation-pagination ul > li.active > a:hover,
.navigation-pagination ul > li.active > a:focus {
  border-color: transparent;
}

.navigation-pagination ul > li > span,
.navigation-pagination ul > li > a {
  color: #16191b;
  border-color: #ced4da;
}

.navigation-pagination ul > li > span:hover,
.navigation-pagination ul > li > span:focus,
.navigation-pagination ul > li > a:hover,
.navigation-pagination ul > li > a:focus {
  color: #f4282d;
}

.brand-tabs {
  border-bottom-color: #e9ecef;
  margin-bottom: 20px;
}

.brand-tabs .date {
  color: #868e96;
  font-size: 10px;
}

.brand-tabs > li {
  margin: 0;
  border: 0;
}

.brand-tabs > li:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .brand-tabs > li:not(:last-child) {
    font-size: 11px;
  }
}

@media screen and (min-width: 1600px) {
  .brand-tabs > li:not(:last-child) {
    margin-right: 30px;
  }
}

.brand-tabs > li > span,
.brand-tabs > li > a {
  color: #868e96;
  padding: 15px 0;
  line-height: 20px;
  display: block;
  border: 0;
  margin-right: 0;
}

.brand-tabs > li > span:hover,
.brand-tabs > li > span:focus,
.brand-tabs > li > a:hover,
.brand-tabs > li > a:focus {
  border: 0;
  color: #3958d2;
  background: none;
}

.brand-tabs > li.active {
  border: 0;
}

.brand-tabs > li.active > a {
  border: 0;
  color: #3958d2;
}

.brand-tabs > li.active > a:hover,
.brand-tabs > li.active > a:focus {
  border: 0;
  color: #3958d2;
  background: none;
}

.grid-sizer,
.grid-item {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

@media screen and (min-width: 1400px) {
  .grid-sizer,
  .grid-item {
    width: 33.33333%;
  }
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

.grid-item {
  margin-bottom: 8px;
}

.mm-menu {
  background: #333333;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px;
}

.mm-menu .mm-listview > li.active a:not(.mm-next) {
  color: #3958d2;
  background: #fff;
}

.mm-menu .mm-listview > li.active .mm-next {
  background: #fff;
}

.mm-menu .mm-listview > li.active .mm-next:before,
.mm-menu .mm-listview > li.active .mm-next:after {
  border-color: #3958d2;
}

.mm-menu .mm-listview > li.active:after {
  border-color: #fff !important;
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  color: #fff;
  font-size: 13.3px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.mm-menu .mm-listview > li:not(.mm-divider)::after {
  border-bottom: 1px solid #474747;
  left: 0;
}

.mm-menu .mm-listview > li .mm-next::before {
  border-color: #474747;
}

.mm-menu .mm-listview > li .mm-next::after,
.mm-menu .mm-listview > li .mm-arrow::after {
  border-color: #fff;
}

.mm-menu .mm-navbar {
  border-bottom: 1px solid #474747;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar > a {
  color: #fff;
  font-size: 13.3px;
}

.mm-menu .mm-navbar .mm-btn::before,
.mm-menu .mm-navbar .mm-btn::after {
  border-color: #fff;
}

.mobileButtonRicardo {
  width: 36px;
  height: 32px;
  padding: 10px;
  position: relative;
  margin-top: 16px;
}

.mobileButtonRicardo span {
  left: 10px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  height: 2px;
  width: 16px;
  display: block;
  background: #000;
}

.mobileButtonRicardo span::before,
.mobileButtonRicardo span::after {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  height: 2px;
  background: #000;
}

.mobileButtonRicardo span::before {
  width: 10px;
  top: -5px;
}

.mobileButtonRicardo span::after {
  width: 8px;
  bottom: -5px;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 0;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 8px;
  background: #3958d2;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #3958d2;
  content: "";
}

.c-hamburger span::before {
  top: -20px;
}

.c-hamburger span::after {
  bottom: -20px;
}

.c-hamburger-md {
  width: 54px;
  height: 54px;
}

.c-hamburger-md span {
  left: 10px;
  right: 10px;
  height: 3px;
  top: 25px;
}

.c-hamburger-md span::before,
.c-hamburger-md span::after {
  height: 3px;
}

.c-hamburger-md span::before {
  top: -10px;
}

.c-hamburger-md span::after {
  bottom: -10px;
}

.c-hamburger-sm {
  width: 22px;
  height: 22px;
}

.c-hamburger-sm span {
  left: 0;
  right: 0;
  height: 3px;
  top: 7px;
}

.c-hamburger-sm span::before,
.c-hamburger-sm span::after {
  height: 3px;
}

.c-hamburger-sm span::before {
  top: -7px;
}

.c-hamburger-sm span::after {
  bottom: -7px;
}

.c-hamburger--htra {
  background-color: #fff;
}

.c-hamburger--htra span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #fff;
}

.c-hamburger--htra span::before,
.c-hamburger--htra span::after {
  background-color: #fff;
}

.c-hamburger--htra span::before {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  -webkit-transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s, -webkit-transform 0.3s;
}

.c-hamburger--htra span::after {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  -webkit-transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
}

.c-hamburger--htx {
  background-color: #fff;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.c-hamburger--htra.is-active {
  background-color: #fff;
}

.c-hamburger--htra.is-active span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%;
}

.c-hamburger--htra.is-active span::before {
  top: 0;
  -webkit-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  transform: translateX(-8px) translateY(4px) rotate(-45deg);
}

.c-hamburger--htra.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  transform: translateX(-8px) translateY(-4px) rotate(45deg);
}

.c-hamburger--htx.is-active {
  background-color: #fff;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

@media screen and (max-width: 600px) {
  .mm-opened #wpadminbar {
    top: -46px;
  }
}

.mm-opened .c-hamburger--htra {
  background-color: #fff;
}

.mm-opened .c-hamburger--htra span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mm-opened .c-hamburger--htra span::before,
.mm-opened .c-hamburger--htra span::after {
  width: 50%;
}

.mm-opened .c-hamburger--htra span::before {
  top: 0;
  -webkit-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  transform: translateX(-8px) translateY(4px) rotate(-45deg);
}

.mm-opened .c-hamburger--htra span::after {
  bottom: 0;
  -webkit-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  transform: translateX(-8px) translateY(-4px) rotate(45deg);
}

.mm-opened .c-hamburger--htx {
  background-color: #fff;
}

.mm-opened .c-hamburger--htx span {
  background: none;
}

.mm-opened .c-hamburger--htx span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened .c-hamburger--htx span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-opened .c-hamburger--htx span::before,
.mm-opened .c-hamburger--htx span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

@media screen and (max-width: 767px) {
  body.is-open {
    overflow-y: hidden;
  }

  body.is-open::after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.7);
  }
}

.has-error .select2-hidden-accessible + .select2-container--brand-multi,
.has-error .select2-hidden-accessible + .select2-container--brand-white-multi,
.has-error .select2-hidden-accessible + .select2-container--brand-white,
.has-error .select2-hidden-accessible + .select2-container--brand {
  border: 1px solid #a94442;
}

.select2-hidden-accessible.medium + .select2-container--brand-multi,
.select2-hidden-accessible.medium + .select2-container--brand-white-multi,
.select2-hidden-accessible.medium + .select2-container--brand-white,
.select2-hidden-accessible.medium + .select2-container--brand {
  height: 42px;
  padding: 9px 20px;
}

.select2-hidden-accessible + .select2-container--brand-multi,
.select2-hidden-accessible + .select2-container--brand-white-multi,
.select2-hidden-accessible + .select2-container--brand-white,
.select2-hidden-accessible + .select2-container--brand,
.select2-hidden-accessible + .select2-container--brand-primary,
.select2-hidden-accessible + .select2-container--brand-default {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  line-height: 20px;
  font-size: 14px;
  padding: 10px 0 10px 12px;
  font-family: "Roboto", sans-serif;
  outline: none;
}

.select2-hidden-accessible + .select2-container--brand-multi .select2-selection--single,
.select2-hidden-accessible + .select2-container--brand-white-multi .select2-selection--single,
.select2-hidden-accessible + .select2-container--brand-white .select2-selection--single,
.select2-hidden-accessible + .select2-container--brand .select2-selection--single,
.select2-hidden-accessible + .select2-container--brand-primary .select2-selection--single,
.select2-hidden-accessible + .select2-container--brand-default .select2-selection--single {
  line-height: 20px;
  height: 20px;
  position: relative;
  outline: none;
}

.select2-hidden-accessible + .select2-container--brand-multi .select2-selection__rendered,
.select2-hidden-accessible + .select2-container--brand-white-multi .select2-selection__rendered,
.select2-hidden-accessible + .select2-container--brand-white .select2-selection__rendered,
.select2-hidden-accessible + .select2-container--brand .select2-selection__rendered,
.select2-hidden-accessible + .select2-container--brand-primary .select2-selection__rendered,
.select2-hidden-accessible + .select2-container--brand-default .select2-selection__rendered {
  color: #16191b;
  padding: 0;
  outline: none;
}

.select2-hidden-accessible + .select2-container--brand-multi .select2-selection__placeholder,
.select2-hidden-accessible + .select2-container--brand-white-multi .select2-selection__placeholder,
.select2-hidden-accessible + .select2-container--brand-white .select2-selection__placeholder,
.select2-hidden-accessible + .select2-container--brand .select2-selection__placeholder,
.select2-hidden-accessible + .select2-container--brand-primary .select2-selection__placeholder,
.select2-hidden-accessible + .select2-container--brand-default .select2-selection__placeholder {
  color: #909599;
  outline: none;
}

.select2-hidden-accessible + .select2-container--brand-multi .select2-selection__arrow,
.select2-hidden-accessible + .select2-container--brand-white-multi .select2-selection__arrow,
.select2-hidden-accessible + .select2-container--brand-white .select2-selection__arrow,
.select2-hidden-accessible + .select2-container--brand .select2-selection__arrow,
.select2-hidden-accessible + .select2-container--brand-primary .select2-selection__arrow,
.select2-hidden-accessible + .select2-container--brand-default .select2-selection__arrow {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 38px;
  height: 38px;
  display: block;
  background: #fff;
  border-left: 0;
  outline: none;
}

.select2-hidden-accessible + .select2-container--brand-multi .select2-selection__arrow::before,
.select2-hidden-accessible + .select2-container--brand-white-multi .select2-selection__arrow::before,
.select2-hidden-accessible + .select2-container--brand-white .select2-selection__arrow::before,
.select2-hidden-accessible + .select2-container--brand .select2-selection__arrow::before,
.select2-hidden-accessible + .select2-container--brand-primary .select2-selection__arrow::before,
.select2-hidden-accessible + .select2-container--brand-default .select2-selection__arrow::before {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  content: "\E114";
  font-size: 10px;
  width: 10px;
  height: 10px;
  display: block;
  color: #dee2e6;
  line-height: 1;
  text-align: center;
}

.select2-hidden-accessible + .select2-container--brand-multi .select2-selection__arrow b,
.select2-hidden-accessible + .select2-container--brand-white-multi .select2-selection__arrow b,
.select2-hidden-accessible + .select2-container--brand-white .select2-selection__arrow b,
.select2-hidden-accessible + .select2-container--brand .select2-selection__arrow b,
.select2-hidden-accessible + .select2-container--brand-primary .select2-selection__arrow b,
.select2-hidden-accessible + .select2-container--brand-default .select2-selection__arrow b {
  display: none;
}

.select2-hidden-accessible + .select2-container--brand-primary {
  background: #51ca00;
  background: -webkit-gradient(linear, left top, right top, from(#51ca00), color-stop(26%, #4fcb00), color-stop(27%, #53ca00), color-stop(28%, #4fcb00), color-stop(28%, #53ca00), color-stop(32%, #52cb00), color-stop(32%, #55cb00), color-stop(33%, #52cb00), color-stop(35%, #55cb00), color-stop(36%, #52cb00), color-stop(38%, #55cb00), color-stop(42%, #53cc00), color-stop(43%, #56cc00), color-stop(44%, #53cc00), color-stop(45%, #56cc00), color-stop(54%, #56ce00), color-stop(55%, #5acd00), color-stop(56%, #56ce00), color-stop(56%, #59ce00), color-stop(60%, #57cf00), color-stop(60%, #5bce00), color-stop(60%, #57cf00), color-stop(62%, #5acf00), color-stop(63%, #57cf00), color-stop(65%, #5ccf00), color-stop(67%, #59d000), color-stop(68%, #5ccf00), color-stop(77%, #5cd100), color-stop(77%, #5fd100), color-stop(78%, #5cd100), color-stop(78%, #5fd100), color-stop(85%, #5fd300), color-stop(86%, #62d200), color-stop(86%, #5fd300), color-stop(87%, #62d200), color-stop(94%, #60d400), to(#64d500));
  background: linear-gradient(to right, #51ca00 0%, #4fcb00 26%, #53ca00 27%, #4fcb00 28%, #53ca00 28%, #52cb00 32%, #55cb00 32%, #52cb00 33%, #55cb00 35%, #52cb00 36%, #55cb00 38%, #53cc00 42%, #56cc00 43%, #53cc00 44%, #56cc00 45%, #56ce00 54%, #5acd00 55%, #56ce00 56%, #59ce00 56%, #57cf00 60%, #5bce00 60%, #57cf00 60%, #5acf00 62%, #57cf00 63%, #5ccf00 65%, #59d000 67%, #5ccf00 68%, #5cd100 77%, #5fd100 77%, #5cd100 78%, #5fd100 78%, #5fd300 85%, #62d200 86%, #5fd300 86%, #62d200 87%, #60d400 94%, #64d500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51ca00', endColorstr='#64d500',GradientType=1 );
  border-color: transparent;
}

.select2-hidden-accessible + .select2-container--brand-primary .select2-selection__rendered {
  color: #fff;
}

.select2-hidden-accessible + .select2-container--brand-primary .select2-selection__arrow {
  background: none;
}

.select2-hidden-accessible + .select2-container--brand-primary .select2-selection__arrow::before {
  color: #fff;
}

.select2-hidden-accessible + .select2-container--brand-default {
  background: #f1f3f5;
  border-color: transparent;
}

.select2-hidden-accessible + .select2-container--brand-default .select2-selection__rendered {
  color: #495057;
}

.select2-hidden-accessible + .select2-container--brand-default .select2-selection__arrow {
  background: none;
}

.select2-hidden-accessible + .select2-container--brand-default .select2-selection__arrow::before {
  color: #495057;
}

.select2-container--brand-multi .select2-dropdown,
.select2-container--brand-white-multi .select2-dropdown,
.select2-container--brand-white .select2-dropdown,
.select2-container--brand .select2-dropdown,
.select2-container--brand-primary .select2-dropdown,
.select2-container--brand-default .select2-dropdown {
  border: 2px solid #ebebee;
  border-top: 0;
  border-radius: 0;
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px;
}

@media screen and (max-width: 767px) {
  .select2-container--brand-multi .select2-dropdown input,
  .select2-container--brand-white-multi .select2-dropdown input,
  .select2-container--brand-white .select2-dropdown input,
  .select2-container--brand .select2-dropdown input,
  .select2-container--brand-primary .select2-dropdown input,
  .select2-container--brand-default .select2-dropdown input {
    font-size: 16px !important;
  }
}

.select2-container--brand-multi .select2-dropdown .select2-results__options,
.select2-container--brand-white-multi .select2-dropdown .select2-results__options,
.select2-container--brand-white .select2-dropdown .select2-results__options,
.select2-container--brand .select2-dropdown .select2-results__options,
.select2-container--brand-primary .select2-dropdown .select2-results__options,
.select2-container--brand-default .select2-dropdown .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--brand-multi .select2-search__field,
.select2-container--brand-white-multi .select2-search__field,
.select2-container--brand-white .select2-search__field,
.select2-container--brand .select2-search__field,
.select2-container--brand-primary .select2-search__field,
.select2-container--brand-default .select2-search__field {
  border: 1px solid #ebebee;
  outline: none;
}

.select2-container--brand-white-multi .select2-dropdown,
.select2-container--brand-white .select2-dropdown {
  border-color: #fff;
}

.select2-hidden-accessible + .select2-container--brand-white-multi,
.select2-hidden-accessible + .select2-container--brand-white {
  border-color: #fff;
}

select ~ .select2-container--brand {
  width: 100% !important;
}

select ~ .select2-container--clear .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  outline: none;
}

select ~ .select2-container--clear .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #B1B7BA;
}

select ~ .select2 {
  width: 100% !important;
}

select.md ~ .select2 {
  height: 30px;
  padding: 5px 0 5px 12px;
}

select.md ~ .select2 .select2-selection__rendered {
  font-size: 12px;
}

body > .select2-container--clear .select2-results {
  max-height: 250px;
  overflow-y: auto;
}

body > .select2-container--clear .select2-search__field {
  border: 1px solid #ebebee;
}

.select2-results .select2-results__option--highlighted {
  background: #3958d2;
  color: #fff;
}

.select2-container--brand-primary .select2-results .select2-results__option--highlighted {
  background: #51ca00;
  background: -webkit-gradient(linear, left top, right top, from(#51ca00), color-stop(26%, #4fcb00), color-stop(27%, #53ca00), color-stop(28%, #4fcb00), color-stop(28%, #53ca00), color-stop(32%, #52cb00), color-stop(32%, #55cb00), color-stop(33%, #52cb00), color-stop(35%, #55cb00), color-stop(36%, #52cb00), color-stop(38%, #55cb00), color-stop(42%, #53cc00), color-stop(43%, #56cc00), color-stop(44%, #53cc00), color-stop(45%, #56cc00), color-stop(54%, #56ce00), color-stop(55%, #5acd00), color-stop(56%, #56ce00), color-stop(56%, #59ce00), color-stop(60%, #57cf00), color-stop(60%, #5bce00), color-stop(60%, #57cf00), color-stop(62%, #5acf00), color-stop(63%, #57cf00), color-stop(65%, #5ccf00), color-stop(67%, #59d000), color-stop(68%, #5ccf00), color-stop(77%, #5cd100), color-stop(77%, #5fd100), color-stop(78%, #5cd100), color-stop(78%, #5fd100), color-stop(85%, #5fd300), color-stop(86%, #62d200), color-stop(86%, #5fd300), color-stop(87%, #62d200), color-stop(94%, #60d400), to(#64d500));
  background: linear-gradient(to right, #51ca00 0%, #4fcb00 26%, #53ca00 27%, #4fcb00 28%, #53ca00 28%, #52cb00 32%, #55cb00 32%, #52cb00 33%, #55cb00 35%, #52cb00 36%, #55cb00 38%, #53cc00 42%, #56cc00 43%, #53cc00 44%, #56cc00 45%, #56ce00 54%, #5acd00 55%, #56ce00 56%, #59ce00 56%, #57cf00 60%, #5bce00 60%, #57cf00 60%, #5acf00 62%, #57cf00 63%, #5ccf00 65%, #59d000 67%, #5ccf00 68%, #5cd100 77%, #5fd100 77%, #5cd100 78%, #5fd100 78%, #5fd300 85%, #62d200 86%, #5fd300 86%, #62d200 87%, #60d400 94%, #64d500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51ca00', endColorstr='#64d500',GradientType=1 );
}

.select2-container--brand-default .select2-results .select2-results__option--highlighted {
  background: #f1f3f5;
  color: #495057;
}

.noUi-horizontal {
  height: 4px;
  border-radius: 2px;
  background: #c5d0de;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-horizontal .noUi-handle {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f5f9));
  background: linear-gradient(to bottom, #ffffff 0%, #f3f5f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f5f9',GradientType=0 );
  height: 16px;
  width: 16px;
  border-radius: 3px;
  border: 1px solid #ced0da;
  left: -8px;
  top: -6px;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-horizontal .noUi-tooltip {
  background: #353c48;
  color: #fff;
  font-size: 13.6px;
  border-radius: 3px;
  border: 0;
  bottom: 150%;
}

.noUi-connect {
  background: #1d95ee;
}

body .mce-tinymce {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #dfe2e5;
}

body .mce-tinymce .mce-branding-powered-by {
  display: none;
}

body .mce-tinymce .mce-statusbar {
  background: #fff;
  display: none;
}

body .mce-tinymce .mce-panel {
  background: #f1f3f5;
}

body .mce-tinymce .mce-btn button {
  background: #f1f3f5;
}

body .mce-tinymce div.mce-edit-area {
  border-top-color: #dfe2e5;
}

body .mce-tinymce .mce-ico,
body .mce-tinymce .mce-txt {
  color: #aaa;
}

body .mce-tinymce .mce-caret {
  border-top-color: #aaa;
}

.scroll-sidebar .jspPane {
  width: 100% !important;
}

.scroll-sidebar .jspVerticalBar {
  background: #868e96;
  width: 5px;
}

.scroll-sidebar .jspTrack {
  background: #dee2e6;
}

.scroll-sidebar .jspDrag {
  background: #3958d2;
}

.file-preview {
  border-color: #dee2e6;
}

.file-default-preview {
  font-size: 50px;
  text-align: center;
}

.file-default-preview > .far {
  margin: 15px 0;
}

.file-caption.form-control {
  height: 42px;
  border-color: #dee2e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.file-caption.form-control.icon-visible {
  padding-left: 30px;
}

.file-caption.form-control .file-caption-name {
  line-height: 20px;
  padding: 4px 0;
}

.file-caption-main .file-caption-icon {
  top: 10px;
}

.file-caption-main .input-group-btn .btn,
.file-caption-main .input-group-btn button {
  height: 42px;
}

.file-caption-main .input-group-btn .btn .hidden-xs,
.file-caption-main .input-group-btn button .hidden-xs {
  display: none;
}

.box-table {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.box-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.login-auth {
  padding: 15px;
  text-align: center;
}

.login-auth img {
  height: 40px;
}

#app,
body,
html {
  height: 100%;
}

.header-fixed {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 6px solid #3958d2;
  height: 93px;
  padding-left: 320px;
}

@media screen and (max-width: 991px) {
  .header-fixed {
    height: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .header-fixed {
    padding-left: 249px;
  }
}

@media screen and (max-width: 991px) {
  .header-fixed {
    padding-left: 0;
  }
}

.header {
  height: 87px;
}

@media screen and (max-width: 991px) {
  .header {
    height: 50px;
  }
}

.header .logo {
  position: relative;
  height: 86px;
  width: 320px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 5px 0 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 5px 0 10px;
}

.header .logo::after {
  left: 0;
  top: 100%;
  position: absolute;
  margin: auto;
  content: '';
  height: 7px;
  background: #fff;
  width: 100%;
  border-top: 1px solid #e9ecef;
}

.header .logo a {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}

.header .logo a img {
  left: 24px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  height: 60px;
}

@media screen and (min-width: 992px) {
  .header .logo {
    left: 0;
    top: 0;
    position: absolute;
    margin: auto;
  }
}

@media screen and (max-width: 1199px) {
  .header .logo {
    width: 249px;
  }
}

@media screen and (max-width: 991px) {
  .header .logo {
    float: left;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .header .logo::after {
    display: none;
  }

  .header .logo a img {
    right: auto;
    left: 15px;
    height: 30px;
  }
}

.header .ht_nav {
  float: left;
}

.header .ht_nav.ht_sub-nav .ht_nav-list > li:not(:first-child) {
  margin-left: 0;
}

.header .ht_nav.ht_sub-nav .ht_nav-list > li.active a {
  background: #35383e;
}

.header .ht_nav.ht_sub-nav .ht_nav-list a {
  padding: 10px 15px;
}

@media screen and (max-width: 1199px) {
  .header .ht_nav.ht_sub-nav .ht_nav-list a {
    padding: 10px;
    font-size: 11px;
  }
}

.header .ht_nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  font-size: 0;
  width: 100%;
}

.header .ht_nav-list li {
  list-style: none;
}

.header .ht_nav-list > li {
  display: inline-block;
  vertical-align: top;
  font-size: 13.3px;
}

.header .ht_nav-list > li:not(:first-child) {
  margin-left: 0;
}

@media screen and (min-width: 1200px) {
  .header .ht_nav-list > li:not(:first-child) {
    margin-left: 20px;
  }
}

.header .ht_nav-list > li.active a {
  background: #3db600;
  background: -webkit-gradient(linear, left top, right top, from(#51ca00), color-stop(26%, #4fcb00), color-stop(27%, #53ca00), color-stop(28%, #4fcb00), color-stop(28%, #53ca00), color-stop(32%, #52cb00), color-stop(32%, #55cb00), color-stop(33%, #52cb00), color-stop(35%, #55cb00), color-stop(36%, #52cb00), color-stop(38%, #55cb00), color-stop(42%, #53cc00), color-stop(43%, #56cc00), color-stop(44%, #53cc00), color-stop(45%, #56cc00), color-stop(54%, #56ce00), color-stop(55%, #5acd00), color-stop(56%, #56ce00), color-stop(56%, #59ce00), color-stop(60%, #57cf00), color-stop(60%, #5bce00), color-stop(60%, #57cf00), color-stop(62%, #5acf00), color-stop(63%, #57cf00), color-stop(65%, #5ccf00), color-stop(67%, #59d000), color-stop(68%, #5ccf00), color-stop(77%, #5cd100), color-stop(77%, #5fd100), color-stop(78%, #5cd100), color-stop(78%, #5fd100), color-stop(85%, #5fd300), color-stop(86%, #62d200), color-stop(86%, #5fd300), color-stop(87%, #62d200), color-stop(94%, #60d400), to(#64d500));
  background: linear-gradient(to right, #51ca00 0%, #4fcb00 26%, #53ca00 27%, #4fcb00 28%, #53ca00 28%, #52cb00 32%, #55cb00 32%, #52cb00 33%, #55cb00 35%, #52cb00 36%, #55cb00 38%, #53cc00 42%, #56cc00 43%, #53cc00 44%, #56cc00 45%, #56ce00 54%, #5acd00 55%, #56ce00 56%, #59ce00 56%, #57cf00 60%, #5bce00 60%, #57cf00 60%, #5acf00 62%, #57cf00 63%, #5ccf00 65%, #59d000 67%, #5ccf00 68%, #5cd100 77%, #5fd100 77%, #5cd100 78%, #5fd100 78%, #5fd300 85%, #62d200 86%, #5fd300 86%, #62d200 87%, #60d400 94%, #64d500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51ca00', endColorstr='#64d500',GradientType=1 );
  color: #fff;
}

.header .ht_nav-list > li.active a:hover,
.header .ht_nav-list > li.active a:focus {
  text-decoration: none;
}

.header .ht_nav-list a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  display: block;
  padding: 15px;
  line-height: 20px;
  color: #fff;
}

.header .ht_nav-list a:hover,
.header .ht_nav-list a:focus {
  color: #fff;
}

.header .c-hamburger {
  margin: 16px 15px 7px 20px;
  float: right;
  background: none;
}

.header-list {
  display: table;
  font-size: 0;
  width: 100%;
  padding: 27px 0 0 0;
}

@media screen and (max-width: 991px) {
  .header-list {
    text-align: center;
    display: block;
  }
}

.header-item {
  display: inline-block;
  vertical-align: top;
  font-size: 12.6px;
}

.header-item:not(:first-child) {
  margin-left: 7px;
}

@media screen and (min-width: 1200px) {
  .header-item:not(:first-child) {
    margin-left: 15px;
  }
}

.header-item .dropdown-toggle {
  border-radius: 3px;
}

.header-item .btn-default {
  height: 48px;
  width: 48px;
  position: relative;
}

.header-item .btn-default .glyphicon {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: block;
  line-height: 1px;
  text-align: center;
}

.header-item .btn-default .glyphicon::before {
  line-height: 1;
  position: relative;
  top: -1px;
}

.header-search {
  margin-top: -5px;
  position: relative;
  max-width: 353px;
  height: 40px;
  position: relative;
}

.header-search .form-control {
  border: 0;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  z-index: 1;
  width: 100%;
  height: 40px;
  line-height: 20px;
  padding: 9px 0 9px 49px;
}

@media screen and (min-width: 992px) {
  .header-search .form-control {
    right: 0;
    top: 0;
    position: absolute;
    margin: auto;
  }
}

.header-search .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 991px) {
  .header-search {
    width: auto;
    margin-bottom: 10px;
  }
}

.header-search .btn {
  left: 1px;
  top: 1px;
  position: absolute;
  margin: auto;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  outline: none !important;
  z-index: 2;
  background: #fff;
  width: 36px;
  height: 36px;
  font-size: 17px;
  color: #868e96;
}

.header-search .btn:hover,
.header-search .btn:focus {
  color: #3958d2;
}

.header-search .btn .glyphicon {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 14px;
  height: 14px;
}

.header-search.open .form-control {
  width: 200px;
  right: 24px;
  border-color: #3958d2;
  -webkit-box-shadow: rgba(233, 85, 13, 0.2) 0 3px 5px;
          box-shadow: rgba(233, 85, 13, 0.2) 0 3px 5px;
}

.header-search.open .btn {
  background: #fff;
  border-color: #91bf4f;
}

.header-search.open .btn .glyphicon,
.header-search.open .btn .fa {
  color: #91bf4f;
}

.header-middle {
  background: #51ca00;
  background: -webkit-gradient(linear, left top, right top, from(#51ca00), color-stop(26%, #4fcb00), color-stop(27%, #53ca00), color-stop(28%, #4fcb00), color-stop(28%, #53ca00), color-stop(32%, #52cb00), color-stop(32%, #55cb00), color-stop(33%, #52cb00), color-stop(35%, #55cb00), color-stop(36%, #52cb00), color-stop(38%, #55cb00), color-stop(42%, #53cc00), color-stop(43%, #56cc00), color-stop(44%, #53cc00), color-stop(45%, #56cc00), color-stop(54%, #56ce00), color-stop(55%, #5acd00), color-stop(56%, #56ce00), color-stop(56%, #59ce00), color-stop(60%, #57cf00), color-stop(60%, #5bce00), color-stop(60%, #57cf00), color-stop(62%, #5acf00), color-stop(63%, #57cf00), color-stop(65%, #5ccf00), color-stop(67%, #59d000), color-stop(68%, #5ccf00), color-stop(77%, #5cd100), color-stop(77%, #5fd100), color-stop(78%, #5cd100), color-stop(78%, #5fd100), color-stop(85%, #5fd300), color-stop(86%, #62d200), color-stop(86%, #5fd300), color-stop(87%, #62d200), color-stop(94%, #60d400), to(#64d500));
  background: linear-gradient(to right, #51ca00 0%, #4fcb00 26%, #53ca00 27%, #4fcb00 28%, #53ca00 28%, #52cb00 32%, #55cb00 32%, #52cb00 33%, #55cb00 35%, #52cb00 36%, #55cb00 38%, #53cc00 42%, #56cc00 43%, #53cc00 44%, #56cc00 45%, #56ce00 54%, #5acd00 55%, #56ce00 56%, #59ce00 56%, #57cf00 60%, #5bce00 60%, #57cf00 60%, #5acf00 62%, #57cf00 63%, #5ccf00 65%, #59d000 67%, #5ccf00 68%, #5cd100 77%, #5fd100 77%, #5cd100 78%, #5fd100 78%, #5fd300 85%, #62d200 86%, #5fd300 86%, #62d200 87%, #60d400 94%, #64d500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51ca00', endColorstr='#64d500',GradientType=1 );
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.header-bottom {
  background: #f1f3f5;
}

.header .dropdown {
  outline: none;
}

.header .dropdown-menu {
  width: 100%;
  left: auto;
  right: 0;
}

.header .dropdown-toggle {
  text-decoration: none;
  display: block;
  line-height: 20px;
  padding: 0 15px 0 53px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-align: left;
  width: 235px;
}

.header .dropdown-toggle:hover,
.header .dropdown-toggle:focus {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .header .dropdown-toggle {
    padding: 0 15px 0 53px;
  }
}

.header .dropdown-toggle .glyphicon {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  font-size: 10px;
  width: 10px;
  height: 10px;
  display: block;
  color: #adb5bd;
}

.header .dropdown-toggle .name {
  font-size: 16px;
  color: #242424;
  line-height: 20px;
  display: block;
  padding: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header .dropdown-toggle .circle {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  overflow: hidden;
}

.header .dropdown-toggle .position {
  display: block;
  color: #909599;
  font-size: 13px;
}

.header .dropdown-toggle .avatar {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  overflow: hidden;
}

.header .dropdown-toggle .avatar img {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.header .dropdown-toggle .caret {
  right: 5px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  border-top-color: #fff;
}

@media screen and (max-width: 991px) {
  .header .dropdown {
    display: none;
  }
}

.hb_title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
  padding: 5px 0;
}

.mm-menu .dropdown {
  outline: none;
}

.mm-menu .dropdown-menu {
  width: 100%;
  left: auto;
  right: 0;
}

.mm-menu .dropdown-toggle {
  text-decoration: none;
  display: block;
  line-height: 20px;
  padding: 0 15px 0 53px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-align: left;
  width: 235px;
}

.mm-menu .dropdown-toggle:hover,
.mm-menu .dropdown-toggle:focus {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .mm-menu .dropdown-toggle {
    padding: 0 15px 0 53px;
  }
}

.mm-menu .dropdown-toggle .glyphicon {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  font-size: 10px;
  width: 10px;
  height: 10px;
  display: block;
  color: #adb5bd;
}

.mm-menu .dropdown-toggle .name {
  font-size: 16px;
  color: #242424;
  line-height: 20px;
  display: block;
  padding: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mm-menu .dropdown-toggle .circle {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  overflow: hidden;
}

.mm-menu .dropdown-toggle .position {
  display: block;
  color: #909599;
  font-size: 13px;
}

.mm-menu .dropdown-toggle .avatar {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  overflow: hidden;
}

.mm-menu .dropdown-toggle .avatar img {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.mm-menu .dropdown-toggle .caret {
  right: 5px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  border-top-color: #fff;
}

.mm-menu .mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 90px;
}

.mm-menu .mm-navbar {
  top: 50px;
}

.mm-menu .dropdown {
  z-index: 999;
  height: 48px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.mm-menu .dropdown.add {
  left: 15px;
  top: 10px;
  position: absolute;
  margin: auto;
  width: 48px;
}

.mm-menu .dropdown.add .btn.btn-default {
  background: #fff;
  border-color: #fff;
  color: #f1f3f5;
}

.mm-menu .dropdown.add .dropdown-menu {
  right: auto;
  left: 0;
  width: 100%;
}

.mm-menu .dropdown.user {
  left: 73px;
  top: 10px;
  position: absolute;
  margin: auto;
  width: calc(100% - 103px);
}

.mm-menu .dropdown-toggle {
  height: 48px;
  padding-left: 15px;
  text-align: left;
}

.mm-menu .dropdown-toggle .name {
  display: block;
  color: #fff;
}

.mm-menu .dropdown-toggle .position {
  display: block;
}

.mm-menu .dropdown-toggle .caret {
  border-top-color: #fff;
}

.mm-menu .dropdown.test {
  border: 1px solid red;
}

.special-wrapper::after {
  clear: both;
  content: '';
  width: 100%;
  display: table;
}

@media screen and (min-width: 1200px) {
  .special-sidebar {
    width: 240px;
    float: left;
  }
}

@media screen and (min-width: 1200px) {
  .special-content {
    width: calc(100% - 240px);
    float: left;
    padding-left: 30px;
  }
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.list-overflow {
  overflow-y: scroll;
  height: 392px;
  margin-top: 10px;
}

.list-overflow table.table {
  margin: 0;
}

.list-overflow table.table > tbody > tr > td:last-child {
  padding-right: 8px;
}

.input-daterange.col-daterange input {
  border-radius: 3px;
  text-align: left;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background: #91bf4f;
}

.below-link {
  text-align: right;
  padding: 0 25px 25px;
}

.below-link a {
  text-decoration: underline;
  color: #3958d2;
}

.below-link a:hover,
.below-link a:focus {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .below-link {
    text-align: center;
  }
}

.object-location-map {
  padding-bottom: 100%;
}

.decor-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 5px;
}

.decor-list li {
  list-style: none;
}

.decor-list > li {
  padding: 8px 0 8px 48px;
  position: relative;
  min-height: 32px;
  line-height: 20px;
}

.decor-list > li:not(:last-child) {
  margin-bottom: 9px;
}

.decor-list a {
  color: #868e96;
}

.decor-list .square {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  border: 1px solid #e9ecef;
  border-radius: 2px;
  height: 32px;
  width: 32px;
  color: #868e96;
}

.decor-list .square span {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  font-size: 16px;
  height: 16px;
  width: 16px;
  display: block;
}

.textarea-footer {
  background: #f8f9fa;
  border: 1px solid #dfe2e5;
  border-top: 0;
  padding: 16px 15px 6px;
}

.preview-posts {
  border: 1px solid #dfe2e5;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 1px 3px;
          box-shadow: rgba(0, 0, 0, 0.04) 0 1px 3px;
}

.preview-posts:not(:last-child) {
  margin-bottom: 20px;
}

.preview-posts-list {
  padding-top: 15px;
}

.preview-posts-body {
  font-size: 14.6px;
  line-height: 1.5em;
  min-height: 90px;
}

.preview-posts-body,
.preview-posts-footer {
  padding: 15px 25px 5px;
}

.preview-posts-footer {
  background: #fff;
  border-radius: 0 0 3px 3px;
}

.preview-posts-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 8px 0;
}

.preview-posts-meta li {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .preview-posts-meta {
    display: table;
    font-size: 0;
    width: 100%;
  }
}

.preview-posts-meta > li {
  color: #868e96;
  line-height: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .preview-posts-meta > li {
    display: inline-block;
    vertical-align: top;
    font-size: 12.6px;
  }

  .preview-posts-meta > li:not(:first-child) {
    padding-left: 30px;
  }

  .preview-posts-meta > li:not(:first-child)::before {
    left: 13px;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 4px;
    background: #868e96;
  }
}

@media screen and (max-width: 767px) {
  .preview-posts-meta > li {
    padding-left: 17px;
  }

  .preview-posts-meta > li::before {
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 4px;
    background: #868e96;
  }
}

@media screen and (min-width: 768px) {
  .preview-posts-settings {
    text-align: right;
  }
}

.panel-body-first {
  padding-top: 10px;
}

.change-password > a {
  color: #495057;
  font-size: 12px;
  font-style: italic;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 15px;
}

.panel-decor {
  border: 2px solid #dee2e6;
  border-radius: 3px;
  margin-bottom: 9px;
}

.panel-decor.clear {
  border: 0;
  margin-bottom: 0;
}

.panel-decor-item {
  border-bottom: 1px solid #dee2e6;
  padding: 20px;
}

.panel-decor-item::after {
  clear: both;
  width: 100%;
  display: table;
  content: '';
}

.panel-decor-item.last {
  margin-bottom: 9px;
}

.panel-decor-item.medium {
  padding-top: 10px;
  padding-bottom: 0;
}

.panel-decor-item.info strong {
  display: block;
  padding-bottom: 5px;
  color: #495057;
}

.panel-decor-item.choose,
.panel-decor-item.settings {
  padding-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 480px) {
  .panel-decor-item.choose,
  .panel-decor-item.settings {
    padding-bottom: 0;
    padding-right: 115px;
  }
}

.panel-decor-item.settings p {
  color: #212529;
}

.panel-decor-item.settings .meta {
  padding-bottom: 5px;
}

.panel-decor-item.settings .meta .name {
  color: #495057;
  padding-right: 7px;
}

.panel-decor-item.settings .meta .date {
  font-size: 11px;
  color: #868e96;
}

.panel-decor-item.choose {
  padding-left: 50px;
}

.panel-decor-item.choose .meta {
  font-size: 11px;
  color: #495057;
  padding: 0 0 5px;
}

.panel-decor-item.choose .meta .slash {
  padding: 0 7px;
}

.panel-decor-item.choose .radio,
.panel-decor-item.choose .checkbox {
  margin-left: -27px;
  position: relative;
}

.panel-decor-item.choose .radio label,
.panel-decor-item.choose .checkbox label {
  font-size: 14px;
  color: #495057;
}

.panel-decor-item.choose p {
  font-size: 12px;
  line-height: 1.2em;
}

.panel-decor-item.box {
  border: 2px solid #dee2e6;
  border-radius: 3px;
  margin-bottom: 9px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.2em;
  position: relative;
}

.panel-decor-item.box:last-child {
  margin-bottom: 0;
}

.panel-decor-item.box .name {
  color: #495057;
  padding-bottom: 5px;
}

.panel-decor-item.box p {
  margin: 0;
  font-size: 12px;
  color: #868e96;
}

.panel-decor-settings {
  display: table;
  font-size: 0;
}

@media screen and (min-width: 480px) {
  .panel-decor-settings {
    right: 20px;
    top: 10px;
    position: absolute;
    margin: auto;
  }
}

.panel-decor-settings > .item {
  display: inline-block;
  vertical-align: top;
  font-size: 1px;
  margin-left: 8px;
}

.panel-decor-settings > .item:first-child {
  margin-left: 0;
}

.content-container {
  padding-left: 320px;
  padding-top: 40px;
}

@media screen and (max-width: 1199px) {
  .content-container {
    padding-left: 249px;
  }
}

@media screen and (max-width: 1024px) {
  .content-container {
    padding-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .content-container {
    padding-left: 0;
  }
}

.sidebar-left {
  -webkit-transition-property: opacity, left;
  transition-property: opacity, left;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 5px 0 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 5px 0 10px;
  width: 320px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 124px;
  height: 100%;
  z-index: 777;
}

@media screen and (max-width: 991px) {
  .sidebar-left {
    padding-top: 54px;
    left: -265px;
  }

  .sidebar-left.is-open {
    left: 0;
  }
}

.sidebar-left.loaded {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1199px) {
  .sidebar-left {
    width: 249px;
  }
}

.sidebar-left .dropdown {
  outline: none;
}

.sidebar-left .dropdown-menu {
  width: 100%;
  left: auto;
  right: 0;
}

.sidebar-left .dropdown-toggle {
  text-decoration: none;
  display: block;
  line-height: 20px;
  padding: 0 15px 0 53px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-align: left;
  width: 235px;
}

.sidebar-left .dropdown-toggle:hover,
.sidebar-left .dropdown-toggle:focus {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .sidebar-left .dropdown-toggle {
    padding: 0 15px 0 53px;
  }
}

.sidebar-left .dropdown-toggle .glyphicon {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  font-size: 10px;
  width: 10px;
  height: 10px;
  display: block;
  color: #adb5bd;
}

.sidebar-left .dropdown-toggle .name {
  font-size: 16px;
  color: #242424;
  line-height: 20px;
  display: block;
  padding: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-left .dropdown-toggle .circle {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  overflow: hidden;
}

.sidebar-left .dropdown-toggle .position {
  display: block;
  color: #909599;
  font-size: 13px;
}

.sidebar-left .dropdown-toggle .avatar {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  overflow: hidden;
}

.sidebar-left .dropdown-toggle .avatar img {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.sidebar-left .dropdown-toggle .caret {
  right: 5px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  border-top-color: #fff;
}

.sidebar-left .header-item.dropdown.user {
  margin: 10px 5px 0 10px;
  display: none;
}

@media screen and (max-width: 991px) {
  .sidebar-left .header-item.dropdown.user {
    display: block;
  }
}

.sidebar-left .header-item.dropdown.user .dropdown-toggle {
  width: 100%;
  outline: none;
  padding-right: 30px;
  padding-left: 49px;
}

.sidebar-left .header-item.dropdown.user .dropdown-toggle .glyphicon {
  right: 13px;
}

.sidebar-left .header-search {
  margin: 10px 5px 0 10px;
  display: none;
}

@media screen and (max-width: 991px) {
  .sidebar-left .header-search {
    display: block;
  }
}

.sidebar-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav__list li {
  list-style: none;
}

.sidebar-nav__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav__list ul li {
  list-style: none;
}

.sidebar-nav__list ul > li > a {
  position: relative;
  color: #868e96;
}

.sidebar-nav__list ul > li > a .glyphicon {
  left: 0;
  top: 4px;
  position: absolute;
  margin: auto;
  width: 14px;
  height: 14px;
  display: block;
  font-size: 8px;
}

.sidebar-nav__list > li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 30px 18px 73px;
  position: relative;
}

.sidebar-nav__list > li > a .far {
  left: 24px;
  top: 18px;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.sidebar-nav__list > li > a::before {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  content: '';
  height: 56px;
  width: 4px;
  display: block;
}

.sidebar-nav__list > li > a .glyphicon {
  right: 10px;
  top: 0;
  position: absolute;
  margin: auto;
  width: 14px;
  height: 14px;
  display: block;
  font-size: 11px;
}

.sidebar-nav__list > li > a.parent {
  font-size: 14px;
}

.sidebar-nav__list > li > a.parent ~ div > ul {
  padding: 8px 0 10px 57px;
  border-top: 1px solid transparent;
}

.sidebar-nav__list > li > a.parent:not(.collapsed) {
  color: #343a40;
}

.sidebar-nav__list > li > a.parent:not(.collapsed) .far {
  color: #3958d2;
}

.sidebar-nav__list > li > a.parent:not(.collapsed)::before {
  background: #3958d2;
  -webkit-box-shadow: rgba(92, 124, 250, 0.1) 5px 0 15px;
          box-shadow: rgba(92, 124, 250, 0.1) 5px 0 15px;
}

.sidebar-nav__list > li.active > a {
  color: #343a40;
}

.sidebar-nav__list > li.active > a::before {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  height: 100%;
  width: 6px;
  background: #2e3033;
}

.sidebar-nav__list > li:hover > a,
.sidebar-nav__list > li:focus > a {
  color: #343a40;
}

.sidebar-nav__list > li:hover > a .far,
.sidebar-nav__list > li:focus > a .far {
  color: #3958d2;
}

.sidebar-nav__list li a {
  color: #868e96;
}

.sidebar-nav__list li:hover > a,
.sidebar-nav__list li:focus > a {
  color: #343a40;
}

.sidebar-nav__list li:hover > a .glyphicon,
.sidebar-nav__list li:focus > a .glyphicon {
  color: #3958d2;
}

.sidebar-nav__list li li.active > a {
  color: #343a40;
}

.sidebar-nav__list li li.active > a .glyphicon {
  color: #3958d2;
}

.sidebar-nav__list a {
  color: #2e3033;
  display: block;
  position: relative;
  line-height: 20px;
  padding: 4px 0 4px 16px;
  font-size: 13px;
}

.sidebar-nav__list a em {
  font-style: normal;
}

.sidebar-nav__list a span {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

.sidebar-nav__list a:hover,
.sidebar-nav__list a:focus {
  text-decoration: none;
}

.sidebar-title {
  padding: 27px 33px 16px;
  color: #8b8c8e;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

