@charset "UTF-8";
/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px\0 ;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-danger.disabled, .btn-danger[disabled], .btn-default.disabled, .btn-default[disabled], .btn-info.disabled, .btn-info[disabled], .btn-primary.disabled, .btn-primary[disabled], .btn-success.disabled, .btn-success[disabled], .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-default, fieldset[disabled] .btn-info, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-warning {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-warning .badge {
  text-shadow: none;
}

.btn.active, .btn:active {
  background-image: none;
}

.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default.active, .btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff265a88", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}

.btn-primary:focus, .btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}

.btn-primary.active, .btn-primary:active {
  background-color: #265a88;
  border-color: #245580;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #265a88;
  background-image: none;
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff419641", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:focus, .btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success.active, .btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #419641;
  background-image: none;
}

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2aabd2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:focus, .btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info.active, .btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffeb9316", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:focus, .btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning.active, .btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #eb9316;
  background-image: none;
}

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc12e2a", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:focus, .btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger.active, .btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #c12e2a;
  background-image: none;
}

.img-thumbnail, .thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-repeat: repeat-x;
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
  background-color: #2e6da4;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff8f8f8", GradientType=0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb", endColorstr="#ffe2e2e2", GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand, .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c", endColorstr="#ff222222", GradientType=0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808", endColorstr="#ff0f0f0f", GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
  border-radius: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffc8e5bc", GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffb9def0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fff8efc0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffe7c3c3", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff286090", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff449d44", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff31b0d5", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffec971f", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc9302c", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2b669a", GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

.list-group-item.active .badge, .list-group-item.active:focus .badge, .list-group-item.active:hover .badge {
  text-shadow: none;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
}

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffd0e9c6", GradientType=0);
  background-repeat: repeat-x;
}

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffc4e3f3", GradientType=0);
  background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fffaf2cc", GradientType=0);
  background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffebcccc", GradientType=0);
  background-repeat: repeat-x;
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small, small {
  font-size: 85%;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus, a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title], abbr[title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

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

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

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

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

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

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

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

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

.table-bordered {
  border: 1px solid #ddd;
}

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

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

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

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

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

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

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

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

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

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

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9 ;
  margin-left: -20px;
}

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

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}

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

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

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

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

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

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

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

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

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

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

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

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

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

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

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

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

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

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

.label-primary {
  background-color: #337ab7;
}

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

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #5bc0de;
}

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

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

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

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

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

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

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

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

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

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

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

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

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

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

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

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

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

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

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

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

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

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

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

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

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

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

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

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

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

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

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

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

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

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

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

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

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

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

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

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

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

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

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

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

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

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: summernote;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/summernote/summernote.eot);
  src: url(../fonts/summernote/summernote.eot?#iefix) format("embedded-opentype"), url(../fonts/summernote/summernote.woff2) format("woff2"), url(../fonts/summernote/summernote.woff) format("woff"), url(../fonts/summernote/summernote.ttf) format("truetype");
}
[class*=" note-icon"]:before, [class^=note-icon]:before {
  display: inline-block;
  font-family: summernote;
  font-style: normal;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

.note-icon-fw {
  text-align: center;
  width: 1.25em;
}

.note-icon-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.note-icon-pull-left {
  float: left;
}

.note-icon-pull-right {
  float: right;
}

.note-icon.note-icon-pull-left {
  margin-right: 0.3em;
}

.note-icon.note-icon-pull-right {
  margin-left: 0.3em;
}

.note-icon-align:before {
  content: "\ea01";
}

.note-icon-align-center:before {
  content: "\ea02";
}

.note-icon-align-indent:before {
  content: "\ea03";
}

.note-icon-align-justify:before {
  content: "\ea04";
}

.note-icon-align-left:before {
  content: "\ea05";
}

.note-icon-align-outdent:before {
  content: "\ea06";
}

.note-icon-align-right:before {
  content: "\ea07";
}

.note-icon-arrow-circle-down:before {
  content: "\ea08";
}

.note-icon-arrow-circle-left:before {
  content: "\ea09";
}

.note-icon-arrow-circle-right:before {
  content: "\ea0a";
}

.note-icon-arrow-circle-up:before {
  content: "\ea0b";
}

.note-icon-arrows-alt:before {
  content: "\ea0c";
}

.note-icon-arrows-h:before {
  content: "\ea0d";
}

.note-icon-arrows-v:before {
  content: "\ea0e";
}

.note-icon-bold:before {
  content: "\ea0f";
}

.note-icon-caret:before {
  content: "\ea10";
}

.note-icon-chain-broken:before {
  content: "\ea11";
}

.note-icon-circle:before {
  content: "\ea12";
}

.note-icon-close:before {
  content: "\ea13";
}

.note-icon-code:before {
  content: "\ea14";
}

.note-icon-col-after:before {
  content: "\ea15";
}

.note-icon-col-before:before {
  content: "\ea16";
}

.note-icon-col-remove:before {
  content: "\ea17";
}

.note-icon-eraser:before {
  content: "\ea18";
}

.note-icon-float-left:before {
  content: "\ea19";
}

.note-icon-float-none:before {
  content: "\ea1a";
}

.note-icon-float-right:before {
  content: "\ea1b";
}

.note-icon-font:before {
  content: "\ea1c";
}

.note-icon-frame:before {
  content: "\ea1d";
}

.note-icon-italic:before {
  content: "\ea1e";
}

.note-icon-link:before {
  content: "\ea1f";
}

.note-icon-magic:before {
  content: "\ea20";
}

.note-icon-menu-check:before {
  content: "\ea21";
}

.note-icon-minus:before {
  content: "\ea22";
}

.note-icon-orderedlist:before {
  content: "\ea23";
}

.note-icon-pencil:before {
  content: "\ea24";
}

.note-icon-picture:before {
  content: "\ea25";
}

.note-icon-question:before {
  content: "\ea26";
}

.note-icon-redo:before {
  content: "\ea27";
}

.note-icon-rollback:before {
  content: "\ea28";
}

.note-icon-row-above:before {
  content: "\ea29";
}

.note-icon-row-below:before {
  content: "\ea2a";
}

.note-icon-row-remove:before {
  content: "\ea2b";
}

.note-icon-special-character:before {
  content: "\ea2c";
}

.note-icon-square:before {
  content: "\ea2d";
}

.note-icon-strikethrough:before {
  content: "\ea2e";
}

.note-icon-subscript:before {
  content: "\ea2f";
}

.note-icon-summernote:before {
  content: "\ea30";
}

.note-icon-superscript:before {
  content: "\ea31";
}

.note-icon-table:before {
  content: "\ea32";
}

.note-icon-text-height:before {
  content: "\ea33";
}

.note-icon-trash:before {
  content: "\ea34";
}

.note-icon-underline:before {
  content: "\ea35";
}

.note-icon-undo:before {
  content: "\ea36";
}

.note-icon-unorderedlist:before {
  content: "\ea37";
}

.note-icon-video:before {
  content: "\ea38";
}

.note-editor {
  position: relative;
}

.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: #87cefa;
  background-color: #fff;
  opacity: 0.95;
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.note-editor .note-dropzone.hover {
  color: #098ddf;
}

.note-editor.dragover .note-dropzone {
  display: table;
}

.note-editor .note-editing-area {
  position: relative;
}

.note-editor .note-editing-area .note-editable {
  outline: none;
}

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

.note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px;
}

.note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px;
}

.note-editor.note-airframe, .note-editor.note-frame {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.note-editor.note-airframe.codeview .note-editing-area .note-editable, .note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

.note-editor.note-airframe.codeview .note-editing-area .note-codable, .note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

.note-editor.note-airframe .note-editing-area, .note-editor.note-frame .note-editing-area {
  overflow: hidden;
}

.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
}

.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false], .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
  background-color: hsla(0deg, 0%, 50.2%, 0.11);
}

.note-editor.note-airframe .note-editing-area .note-codable, .note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  outline: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 0;
}

.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 1050;
}

.note-editor.note-airframe.fullscreen .note-resizebar, .note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

.note-editor.note-airframe .note-status-output, .note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  height: 20px;
  margin-bottom: 0;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

.note-editor.note-airframe .note-status-output:empty, .note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

.note-editor.note-airframe .note-status-output .pull-right, .note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

.note-editor.note-airframe .note-status-output .text-muted, .note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

.note-editor.note-airframe .note-status-output .text-primary, .note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

.note-editor.note-airframe .note-status-output .text-success, .note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

.note-editor.note-airframe .note-status-output .text-info, .note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

.note-editor.note-airframe .note-status-output .text-warning, .note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

.note-editor.note-airframe .note-status-output .text-danger, .note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

.note-editor.note-airframe .note-status-output .alert, .note-editor.note-frame .note-status-output .alert {
  margin: -7px 0 0;
  padding: 7px 10px 2px;
  border-radius: 0;
  color: #000;
  background-color: #f5f5f5;
}

.note-editor.note-airframe .note-status-output .alert .note-icon, .note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

.note-editor.note-airframe .note-status-output .alert-success, .note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

.note-editor.note-airframe .note-status-output .alert-info, .note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

.note-editor.note-airframe .note-status-output .alert-warning, .note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

.note-editor.note-airframe .note-status-output .alert-danger, .note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

.note-editor.note-airframe .note-statusbar, .note-editor.note-frame .note-statusbar {
  background-color: hsla(0deg, 0%, 50.2%, 0.11);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.note-editor.note-airframe .note-statusbar .note-resizebar, .note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 9px;
  width: 100%;
  cursor: ns-resize;
}

.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar, .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar, .note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar, .note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

.note-editor.note-airframe .note-placeholder, .note-editor.note-frame .note-placeholder {
  padding: 10px;
}

.note-editor.note-airframe {
  border: 0;
}

.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0;
}

.note-popover.popover {
  display: none;
  max-width: none;
}

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.note-popover.popover .arrow {
  left: 20px !important;
}

.note-toolbar {
  position: relative;
}

.note-editor .note-toolbar, .note-popover .popover-content {
  margin: 0;
  padding: 0 0 5px 5px;
}

.note-editor .note-toolbar > .note-btn-group, .note-popover .popover-content > .note-btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

.note-editor .note-toolbar .note-btn-group .note-table, .note-popover .popover-content .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

.note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre, .note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px;
}

.note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p, .note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p {
  margin: 0;
  padding: 0;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu {
  min-width: 337px;
}

.note-editor .note-toolbar .note-color .dropdown-toggle, .note-popover .popover-content .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: #eee;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}

.note-editor .note-toolbar .note-para .note-dropdown-menu, .note-popover .popover-content .note-para .note-dropdown-menu {
  min-width: 228px;
  padding: 5px;
}

.note-editor .note-toolbar .note-para .note-dropdown-menu > div + div, .note-popover .popover-content .note-para .note-dropdown-menu > div + div {
  margin-left: 5px;
}

.note-editor .note-toolbar .note-dropdown-menu, .note-popover .popover-content .note-dropdown-menu {
  min-width: 160px;
}

.note-editor .note-toolbar .note-dropdown-menu.right, .note-popover .popover-content .note-dropdown-menu.right {
  right: 0;
  left: auto;
}

.note-editor .note-toolbar .note-dropdown-menu.right:before, .note-popover .popover-content .note-dropdown-menu.right:before {
  right: 9px;
  left: auto !important;
}

.note-editor .note-toolbar .note-dropdown-menu.right:after, .note-popover .popover-content .note-dropdown-menu.right:after {
  right: 10px;
  left: auto !important;
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a i, .note-popover .popover-content .note-dropdown-menu.note-check a i {
  color: #00bfff;
  visibility: hidden;
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i, .note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
  visibility: visible;
}

.note-editor .note-toolbar .note-fontsize-10, .note-popover .popover-content .note-fontsize-10 {
  font-size: 10px;
}

.note-editor .note-toolbar .note-color-palette, .note-popover .popover-content .note-color-palette {
  line-height: 1;
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn, .note-popover .popover-content .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover, .note-popover .popover-content .note-color-palette div .note-color-btn:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}

.note-modal .modal-dialog {
  outline: 0;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

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

.note-modal .note-modal-form {
  margin: 0;
}

.note-modal .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  color: #d3d3d3;
  text-align: center;
  border: 4px dashed #d3d3d3;
  margin-bottom: 10px;
}

@-moz-document url-prefix() {
  .note-modal .note-image-input {
    height: auto;
  }
}
.note-placeholder {
  position: absolute;
  display: none;
  color: grey;
}

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}

.note-handle .note-control-selection > div {
  position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}

.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder, .note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

.note-handle .note-control-selection .note-control-sizing {
  background-color: #000;
}

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none;
}

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

.note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}

.editor-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  /*position: absolute;
  background-color: #fbfbfb;
  font: 14px/20px 'Open Sans', sans-serif;
  left: 50%;
  top: 50%;
  z-index: 101;
  width: inherit;*/
}
.readable-error {
  font-size: medium;
  font-weight: bold;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.filter-panel {
  display: flex;
  justify-content: space-between;
}

.footer-panel {
  display: flex;
  justify-content: space-between;
}

.vertical-spaced-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.color-orange {
  color: darkorange;
}

.color-green {
  color: green;
}

.top-spaced-10 {
  margin-top: 10px;
}

.top-spaced-30 {
  margin-top: 30px;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.balance-points {
  display: flex;
}

.balance-point {
  justify-content: space-between;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #dedede;
  color: black;
}
@media (min-width: 1600px) {
  .balance-point {
    flex-direction: row;
    font-size: 16px;
    padding: 15px;
  }
}

.my-clients__table {
  border-collapse: collapse;
  border: solid 1px black;
}
.my-clients__cell {
  padding: 8px 16px;
  border: solid 1px black;
}
.refresh-token-modal-container {
  background-color: #fff;
  padding: 30px;
  max-width: 1000px;
  max-height: 1000px;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.catalogs-table-header {
  width: 600px;
}

.article-catalog-input-field {
  width: 250px;
}

.article-catalog-label {
  font-size: 18px;
  font-weight: bold;
  margin-left: 35%;
}

.article-buttons-container {
  margin: 0 10px 0 10px;
}

.article-catalog-modal-container {
  background-color: #fff;
  padding: 30px;
  max-width: 600px;
  max-height: 400px;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.article-input-single-line {
  display: inherit;
  width: 800px;
}

.article-body-textarea {
  width: 100%;
  height: 400px;
}

.article-preview-container {
  position: relative;
  width: 180px;
  margin: 5px 15px;
}

.articles-preview-table {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.article-preview-item {
  border: 1px solid #e2e2e2;
  height: 255px;
}

.article-preview-item .recommend {
  position: relative;
  height: 290px;
  margin-bottom: 2.5em;
  cursor: pointer;
}

.article-preview-essence {
  position: absolute;
  padding: 0.6em 1em;
  background: #FFCD29;
  top: 110px;
  left: -1px;
  z-index: 1;
  line-height: initial;
}

.article-preview-essence i {
  color: #000;
  text-shadow: 0 1px 1px #fff;
  font-weight: bold;
  text-decoration: none;
}

.article-preview-essence i.left {
  display: block;
  width: 5px;
  height: 35px;
  background: url(/img/yellowline-left.png) no-repeat;
  position: absolute;
  top: 0;
  left: -5px;
}

.article-preview-essence i.right {
  display: block;
  width: 10px;
  height: 31px;
  background: url(/img/yellowline-right.png) no-repeat;
  position: absolute;
  top: 0;
  right: -10px;
}

.article-preview-pic {
  background: #f7f7f7;
  padding: 6px;
  text-align: center;
}

.article-preview-pic-wrap {
  height: 150px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.article-preview-pic img, .image-wrapper .article-preview-pic img {
  max-height: 100%;
  max-width: 100%;
}

.article-preview-pic-wrap .close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  background-color: #FFF;
  padding: 5px 2px 2px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.2;
  text-align: center;
  font-size: 22px;
  line-height: 10px;
  border-radius: 50%;
}

.article-preview-pic-wrap:hover .close {
  opacity: 1;
}

.forecast-item.recomended a {
  text-decoration: none;
}

.article-preview-header {
  text-shadow: 0 1px 1px #fff;
}

.article-preview-item.recomended .article-preview-header {
  background: none;
  font-weight: bold;
  padding: 5px 10px 0 10px;
  height: 60px;
}

.mid {
  font-size: 1.1em;
  line-height: 1.4em;
}

.article-preview-item.recomended .article-preview-footer {
  text-align: right;
  padding: 15px 5px 5px 5px;
  text-transform: uppercase;
  font-size: 0.769em;
}

.article-preview-row-link {
  vertical-align: bottom;
  text-align: center;
}

.lightgrey {
  color: #b2b2b2 !important;
}

.black {
  color: #000 !important;
}

.pale {
  color: #666 !important;
}

.yellowline-label {
  display: block;
}

.hline {
  background: url(/img/grey-pixel.gif) center repeat-x;
}

.sm {
  font-size: 0.9em;
}

.centered-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.article-form-row-container {
  display: inline-block;
  margin-right: 10px;
}

.article-title-img {
  width: 640px;
}

.articles-flex {
  display: flex;
  flex-wrap: wrap;
}
/* light gray */
/* ultralight gray */
.paging-ul {
  display: inline-block;
}

.paging-input {
  background: none !important;
  border: none;
  padding: 0 !important;
  font-family: arial, sans-serif;
  color: #069;
  text-decoration: none;
  cursor: pointer;
  caret-color: transparent;
}

.paging-input:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

.banners-form-row__label-wrap-short, .banners-form-row__label-wrap-long {
  display: block;
  vertical-align: top;
  position: relative;
  top: 1px;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 5px;
  max-width: 100%;
}

.banners-form-row__label-wrap-long {
  width: 12em;
}

.banners-form-row__label-wrap-short {
  width: 6em;
}

.banner-description-textarea {
  width: 800px;
  height: 100px;
}

.banner-input-medium, .banner-input-long {
  display: inherit;
}

.banner-input-long {
  width: 800px;
}

.banner-input-medium {
  width: 400px;
}

.banner-fields-container-inline, .banner-fields-container-block {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.banner-fields-container-block {
  display: block;
}

.banner-fields-container-inline {
  display: inline-block;
}

.banner-table {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.banner-table td {
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.banner-table td div {
  height: inherit;
  width: inherit;
  overflow: hidden;
  box-sizing: border-box;
}
.banner-table td div img {
  max-width: 100%;
}
.banner-table th {
  text-align: center;
}

.banner-modal-container {
  background-color: #fff;
  padding: 30px;
  max-width: 600px;
  max-height: 700px;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.banner-modal-form-output_textarea {
  padding: 3px 10px;
  height: 200px;
  width: 600px;
}

.banner-button {
  margin-left: 10px;
  float: right;
}

.banner-image-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* light gray */
/* ultralight gray */
.campaign-modal-container {
  background-color: #fff;
  padding: 30px;
  max-width: 1000px;
  max-height: 600px;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.campaign-form-input_textarea {
  padding: 3px 10px;
  height: auto;
  width: 600px;
  min-height: 110px;
}

.campaign-form-input_text {
  width: 150px;
}

.campaign-form-row__label-wrap {
  display: inline-block;
  width: 20em;
  vertical-align: top;
  position: relative;
  top: 1px;
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 5px;
  max-width: 100%;
}
.website-option, .scorepriorityclub-option, .smartlab-option, .comon-option, .tiktok-option, .youtube-option, .whatsapp-option, .viber-option, .twitter-option, .skype-option, .odnoklassniki-option, .linkedin-option, .instagram-option, .vkontakte-option, .facebook-option {
  width: 24px;
  height: 24px;
}

.facebook-option {
  background: url(/img/socials/facebook-icon.png) no-repeat;
  background-size: cover;
}

.vkontakte-option {
  background: url(/img/socials/vk-icon.png) no-repeat;
  background-size: cover;
}

.instagram-option {
  background: url(/img/socials/instagram-icon.png) no-repeat;
  background-size: cover;
}

.linkedin-option {
  background: url(/img/socials/linkedin-icon.png) no-repeat;
  background-size: cover;
}

.odnoklassniki-option {
  background: url(/img/socials/odnoklassniki-icon.png) no-repeat;
  background-size: cover;
}

.skype-option {
  background: url(/img/socials/skype-icon.png) no-repeat;
  background-size: cover;
}

.twitter-option {
  background: url(/img/socials/twitter-icon.png) no-repeat;
  background-size: cover;
}

.viber-option {
  background: url(/img/socials/viber-icon.png) no-repeat;
  background-size: cover;
}

.whatsapp-option {
  background: url(/img/socials/whatsapp-icon.png) no-repeat;
  background-size: cover;
}

.youtube-option {
  background: url(/img/socials/youtube-icon.png) no-repeat;
  background-size: cover;
}

.tiktok-option {
  background: url(/img/socials/tiktok-icon.png) no-repeat;
  background-size: cover;
}

.comon-option {
  background: url(/img/socials/finam-icon.png) no-repeat;
  background-size: cover;
}

.smartlab-option {
  background: url(/img/socials/smartlab-icon.png) no-repeat;
  background-size: cover;
}

.scorepriorityclub-option {
  background: url(/img/socials/scorepriorityclub-icon.png) no-repeat;
  background-size: cover;
}

.website-option {
  background: url(/img/socials/website-icon.png) no-repeat;
  background-size: cover;
}

.contacts-form-row__input-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.contacts-form-row__input-wrap .btn {
  padding: 4px 4px;
}

.web_resources-contacts, .messengers-contacts, .social-networks-contacts {
  vertical-align: top;
  margin-left: 30px;
  width: 460px;
  display: inline-block;
}

.contacts-container input {
  width: 300px;
}

button.telegram-join-link {
  display: flex;
  align-items: center;
  width: 350px;
}
/* light gray */
/* ultralight gray */
.new-header {
  background: none;
  position: relative;
  z-index: 99;
}
.new-header .header {
  background-color: #161618;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding: 15px 0 4px 0;
  font-family: Inter, sans-serif;
}
@media screen and (max-width: 1159px) {
  .new-header .header {
    height: 60px;
    padding: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .new-header {
    max-width: 100%;
  }
}

.new-header_loading {
  background-image: url("/img/common/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  height: 84px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .new-header_loading {
    height: 61px;
  }
}

.heading {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  margin: 20px 0;
}
.heading:empty {
  display: none;
}

h1.heading {
  font-size: 36px;
}

h2.heading {
  font-size: 24px;
}

h3.heading {
  font-size: 18px;
}

.heading-row {
  border-bottom: 1px solid #e0e0e0;
}

.heading_level2 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 1em 0;
  font-size: 25px;
  border: 0;
  padding: 0;
}

.heading_no-margin-bottom {
  margin-bottom: 0;
}

.heading_no-border-bottom {
  border-bottom: 0;
}

.right-col-content .heading {
  margin: 0 0 1em 0;
  font-size: 25px;
  border: 0;
  padding: 0;
}

/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
.form-table input.text {
  font: 0.9em Arial, Helvetica, sans-serif;
  color: #282828;
  padding: 3px 0.3em;
  margin: 0 3px 5px 0;
}

/* light gray */
/* ultralight gray */ /*@import "fonts";
@import "icons";*/
.arr-down {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAYBAMAAAA196EjAAAAJ1BMVEUAAAD///+srKz856MAUp9VVVXtHCT///+srKz856MAUp9VVVXtHCSBP/G7AAAAB3RSTlMAgICAgICAIGX4wgAAAGVJREFUCNcNyJEWwCAABdC3reLZdDicZvFoPtkHTKI8yqM8yqM86qP27J4LnVLEktIJ6AhgIY4QPOYQdtLzZmJzzmJybiUtbyKe1ipkazdZeZL4xuhQY7xk5yniKiVDlGLIzBMGP26pHEss5K32AAAAAElFTkSuQmCC");
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 8px;
  height: 4px;
  margin: 0 5px;
}
.arr-down.arr-down_reversed {
  transform: rotate(180deg);
}

.arr-down_yellow {
  background-position: 0 0;
}

.arr-down_grey {
  background-position: 0 -4px;
}

.arr-down_white {
  background-position: 0 -8px;
}

.arr-down_darkgrey {
  background-position: 0 -12px;
}

.arr-down_red {
  background-position: 0 -16px;
}

.arr-down_blue {
  background-position: 0 -20px;
}

a:hover .arr-down_blue,
a:hover .arr-down_darkgrey,
a:hover .arr-down_white {
  background-position: 0 -16px;
}

h2.fl {
  margin-top: 0.75em;
}

label input {
  vertical-align: middle;
  margin-right: 0.4em;
}

.left-col-margin {
  margin-right: 10px;
}

.right-col-margin {
  margin-left: 10px;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.w100 {
  width: 100%;
}

.fl {
  float: left !important;
}

.fr {
  float: right;
}

.overview-table {
  margin-bottom: 2em;
}

.to-translit {
  display: block;
  width: 52px;
  height: 24px;
  background: url(/img/common/btn-to-translit.png) no-repeat;
  left: -2px;
  position: relative;
}

.input-desc {
  color: #777;
  width: 230px;
  left: 56em;
  text-align: left;
  position: absolute;
  right: 1em;
  white-space: normal;
  font-size: 0.9em;
  margin-top: -1em;
  display: none;
}

.right-col-content h3 {
  margin-left: 0.25em;
}

.ideas-desc p {
  font-size: 1.16em;
  line-height: 1.3em;
  color: #666;
  margin: 1em 0;
}

.ideas th.first {
  padding-left: 3em;
}

.article h1 {
  font-size: 2.1em;
  line-height: 1.2em;
}

.input-validation-error {
  border: 1px solid #c90000 !important;
}

.input-phone-check-error {
  border: 1px solid #c90000 !important;
}

.required {
  color: #c90000 !important;
}

.form-row .required {
  display: none !important;
}

.free {
  background-color: #ffeca0;
  padding: 0 2px;
  color: #482a0f;
  font: normal 75%/100% Arial, sans-serif;
  vertical-align: middle;
}

.new {
  font: normal 85%/100% Arial, sans-serif;
  color: #dd0000;
  vertical-align: top;
  padding-left: 0.6em;
}

.no-left-border {
  border-left: none !important;
}

.dataSum {
  font-weight: bold;
}

ul.numeric {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 0.5em;
}

.footnote {
  margin: 2em 0 1em 0.5em;
  font-size: 90%;
}

.list-item-delete {
  position: absolute;
  right: 1em;
  top: 9px;
  cursor: pointer;
  width: 9px;
  height: 9px;
}

.right-col-content h3.ui-accordion-header {
  margin-left: 0;
}

.ui-datepicker-trigger {
  right: 0 !important;
}

.ajax-presenter.ajax-presenter-loading {
  min-height: 100px;
}

.documentsButtons {
  margin-top: 2em;
}

.close {
  cursor: pointer;
}

.requisitesLTD div {
  font-weight: bold !important;
  padding: 0.5em 0;
}

.primary {
  font-size: larger;
}

.info-note {
  top: 0;
  padding-top: 0.5em;
  padding-bottom: 20px;
  background-image: url(/img/icons/note-coner.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.profile {
  float: left;
  clear: both;
  overflow: auto;
  width: 100%;
  padding-top: 1em;
}

.loadingHref {
  background: url("/img/load_ring.gif") no-repeat right center !important;
  min-height: 16px !important;
  padding-right: 16px;
}

div.drow {
  border-bottom: solid 1px #E6E6E6;
  display: table-cell;
  width: 100%;
  height: 5em;
  vertical-align: middle;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timeInput {
  width: 3em;
}

.scroll-top-button {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 50px;
  z-index: 99;
  border: 1px solid #fec80b;
  outline: none;
  background-color: #fed957;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}

.scroll-top-button:hover {
  background-color: #fee48a;
}

.space-between, .space-between-column, .space-between-row, .space-between-row-centered {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.space-between-row, .space-between-row-centered {
  flex-direction: row;
}

.space-between-row-centered {
  align-items: center;
}

.flex-start-row-start {
  display: flex;
  justify-content: start;
  align-items: start;
}

.space-between-column {
  flex-direction: column;
}

.transparent-button {
  border: none;
  background: none;
  padding: 0px;
}

a.default-cursor {
  cursor: default;
}

.contracts-list {
  display: block;
  padding-bottom: 10px;
  width: 750px;
}

.contracts-activation-panel {
  position: sticky;
  padding-left: 20px;
  width: 450px;
}

.activate-contract-loading {
  background-image: url("/img/common/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
}
/* light gray */
/* ultralight gray */
.container .box {
  width: 680px;
  margin: 10px;
  display: table;
}

.container .box .box-row {
  display: table-row;
}

.container-small .box-small .box-cell-small-cube {
  display: table-cell;
  width: 110px;
  height: 100px;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}

.container-small .box-small .box-cell-small {
  display: table-cell;
}

.container-small {
  display: table-caption;
}

.box-small {
  width: 450px;
  margin-top: 10px;
  margin-left: 10px;
  /*display: table;*/
}

.container-small .box-small .box-row-small {
  border: solid black;
  border-width: 1px;
  height: 124px;
}

.container .box .box-cell {
  display: table-cell;
  padding: 10px;
}

.pie-chart-container, .line-chart-container {
  width: 450px;
  height: 260px;
}

.line-chart-container {
  border: solid black;
  border-width: 1px;
  margin-left: 10px;
  margin-top: 10px;
}

.combined-chart-container {
  width: 280px;
}

.pie-chart-container {
  border: solid black;
  border-width: 1px;
  margin-left: 10px;
  margin-top: 10px;
}

.dashboard-container {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.dashboard-filter-button {
  padding-left: 20px;
}

.dashboard-filter-container {
  width: 750px;
  height: 50px;
}

.webmetrics-form {
  height: 900px;
}

.dashboard-filter-utm {
  float: right;
}

.filter-element {
  height: 30px;
  margin: 0 3px 5px 0;
}

.filter-dropdown {
  height: 30px;
  min-width: 200px;
}

.filter-label {
  padding-right: 10px;
}
/* light gray */
/* ultralight gray */
.issue-form-input {
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  margin: 0 3px 5px 0;
  height: 60px;
  box-sizing: border-box;
  vertical-align: middle;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.issue-form-input_textarea, .issue-form-input_text {
  width: 500px;
}
@media screen and (min-width: 1px) and (max-width: 700px) {
  .issue-form-input_textarea, .issue-form-input_text {
    width: 500px;
  }
}

.issue-form-input_text {
  padding: 3px 10px;
  border: 1px solid #dbdbdb;
}

.issue-form-input_textarea {
  padding: 3px 10px;
  height: 150px;
}

.issue-form-input_dropdown {
  width: 150px;
}

.issues-list-item {
  cursor: pointer;
}

.issue-form-input_datepicker {
  padding: 3px 10px;
  width: 124px;
}

.issues-filter-table {
  width: 100%;
}

.js-issue-history-data-table {
  width: 100%;
}

.issue-history-title {
  margin-bottom: 15px;
}

.issue-form-row__label-wrap {
  display: inline-block;
  width: 20em;
  vertical-align: top;
  position: relative;
  top: 1px;
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 5px;
  max-width: 100%;
}
/* light gray */
/* ultralight gray */
.modal__footer {
  vertical-align: bottom;
  align-items: center;
}

.marketing-form-row__label-wrap {
  display: inline-block;
  width: 10em;
  vertical-align: top;
  position: relative;
  top: 1px;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 5px;
  max-width: 100%;
}

.marketing-button {
  margin: 10px 10px 10px 10px;
}

.marketing-form-row__hints {
  width: 100px;
  font-size: 10px;
  line-height: 1.2;
  color: #c90000;
}

.marketing-form-row__input-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.marketing-form-row__input-wrap.date-input {
  float: left;
  width: 235px;
}
.marketing-form-row__input-wrap.date-input ~ .xsd-validator {
  clear: none;
}
.marketing-form-row__input-wrap.date-input input {
  width: 100%;
}

.marketing-short-table-header {
  width: 100px;
}

.marketing-medium-table-header {
  width: 150px;
}

.marketing-wide-table-header {
  width: 300px;
}

.marketing-form-row-container {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}
/* light gray */
/* ultralight gray */
.new-header {
  background: none;
  position: relative;
  z-index: 99;
}
.new-header .header {
  background-color: #161618;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding: 15px 0 4px 0;
  font-family: Inter, sans-serif;
}
@media screen and (max-width: 1159px) {
  .new-header .header {
    height: 60px;
    padding: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .new-header {
    max-width: 100%;
  }
}

.new-header_loading {
  background-image: url("/img/common/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  height: 84px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .new-header_loading {
    height: 61px;
  }
}

.heading {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  margin: 20px 0;
}
.heading:empty {
  display: none;
}

h1.heading {
  font-size: 36px;
}

h2.heading {
  font-size: 24px;
}

h3.heading {
  font-size: 18px;
}

.heading-row {
  border-bottom: 1px solid #e0e0e0;
}

.heading_level2 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 1em 0;
  font-size: 25px;
  border: 0;
  padding: 0;
}

.heading_no-margin-bottom {
  margin-bottom: 0;
}

.heading_no-border-bottom {
  border-bottom: 0;
}

.right-col-content .heading {
  margin: 0 0 1em 0;
  font-size: 25px;
  border: 0;
  padding: 0;
}

/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
.form-table input.text {
  font: 0.9em Arial, Helvetica, sans-serif;
  color: #282828;
  padding: 3px 0.3em;
  margin: 0 3px 5px 0;
}

/* light gray */
/* ultralight gray */ /*@import "fonts";
@import "icons";*/
.arr-down {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAYBAMAAAA196EjAAAAJ1BMVEUAAAD///+srKz856MAUp9VVVXtHCT///+srKz856MAUp9VVVXtHCSBP/G7AAAAB3RSTlMAgICAgICAIGX4wgAAAGVJREFUCNcNyJEWwCAABdC3reLZdDicZvFoPtkHTKI8yqM8yqM86qP27J4LnVLEktIJ6AhgIY4QPOYQdtLzZmJzzmJybiUtbyKe1ipkazdZeZL4xuhQY7xk5yniKiVDlGLIzBMGP26pHEss5K32AAAAAElFTkSuQmCC");
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 8px;
  height: 4px;
  margin: 0 5px;
}
.arr-down.arr-down_reversed {
  transform: rotate(180deg);
}

.arr-down_yellow {
  background-position: 0 0;
}

.arr-down_grey {
  background-position: 0 -4px;
}

.arr-down_white {
  background-position: 0 -8px;
}

.arr-down_darkgrey {
  background-position: 0 -12px;
}

.arr-down_red {
  background-position: 0 -16px;
}

.arr-down_blue {
  background-position: 0 -20px;
}

a:hover .arr-down_blue,
a:hover .arr-down_darkgrey,
a:hover .arr-down_white {
  background-position: 0 -16px;
}

h2.fl {
  margin-top: 0.75em;
}

label input {
  vertical-align: middle;
  margin-right: 0.4em;
}

.left-col-margin {
  margin-right: 10px;
}

.right-col-margin {
  margin-left: 10px;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.w100 {
  width: 100%;
}

.fl {
  float: left !important;
}

.fr {
  float: right;
}

.overview-table {
  margin-bottom: 2em;
}

.to-translit {
  display: block;
  width: 52px;
  height: 24px;
  background: url(/img/common/btn-to-translit.png) no-repeat;
  left: -2px;
  position: relative;
}

.input-desc {
  color: #777;
  width: 230px;
  left: 56em;
  text-align: left;
  position: absolute;
  right: 1em;
  white-space: normal;
  font-size: 0.9em;
  margin-top: -1em;
  display: none;
}

.right-col-content h3 {
  margin-left: 0.25em;
}

.ideas-desc p {
  font-size: 1.16em;
  line-height: 1.3em;
  color: #666;
  margin: 1em 0;
}

.ideas th.first {
  padding-left: 3em;
}

.article h1 {
  font-size: 2.1em;
  line-height: 1.2em;
}

.input-validation-error {
  border: 1px solid #c90000 !important;
}

.input-phone-check-error {
  border: 1px solid #c90000 !important;
}

.required {
  color: #c90000 !important;
}

.form-row .required {
  display: none !important;
}

.free {
  background-color: #ffeca0;
  padding: 0 2px;
  color: #482a0f;
  font: normal 75%/100% Arial, sans-serif;
  vertical-align: middle;
}

.new {
  font: normal 85%/100% Arial, sans-serif;
  color: #dd0000;
  vertical-align: top;
  padding-left: 0.6em;
}

.no-left-border {
  border-left: none !important;
}

.dataSum {
  font-weight: bold;
}

ul.numeric {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 0.5em;
}

.footnote {
  margin: 2em 0 1em 0.5em;
  font-size: 90%;
}

.list-item-delete {
  position: absolute;
  right: 1em;
  top: 9px;
  cursor: pointer;
  width: 9px;
  height: 9px;
}

.right-col-content h3.ui-accordion-header {
  margin-left: 0;
}

.ui-datepicker-trigger {
  right: 0 !important;
}

.ajax-presenter.ajax-presenter-loading {
  min-height: 100px;
}

.documentsButtons {
  margin-top: 2em;
}

.close {
  cursor: pointer;
}

.requisitesLTD div {
  font-weight: bold !important;
  padding: 0.5em 0;
}

.primary {
  font-size: larger;
}

.info-note {
  top: 0;
  padding-top: 0.5em;
  padding-bottom: 20px;
  background-image: url(/img/icons/note-coner.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.profile {
  float: left;
  clear: both;
  overflow: auto;
  width: 100%;
  padding-top: 1em;
}

.loadingHref {
  background: url("/img/load_ring.gif") no-repeat right center !important;
  min-height: 16px !important;
  padding-right: 16px;
}

div.drow {
  border-bottom: solid 1px #E6E6E6;
  display: table-cell;
  width: 100%;
  height: 5em;
  vertical-align: middle;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timeInput {
  width: 3em;
}

.scroll-top-button {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 50px;
  z-index: 99;
  border: 1px solid #fec80b;
  outline: none;
  background-color: #fed957;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}

.scroll-top-button:hover {
  background-color: #fee48a;
}

.space-between, .space-between-column, .space-between-row, .tags-cloud, .space-between-row-centered {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.space-between-row, .tags-cloud, .space-between-row-centered {
  flex-direction: row;
}

.space-between-row-centered {
  align-items: center;
}

.flex-start-row-start {
  display: flex;
  justify-content: start;
  align-items: start;
}

.space-between-column {
  flex-direction: column;
}

.transparent-button {
  border: none;
  background: none;
  padding: 0px;
}

a.default-cursor {
  cursor: default;
}

.paging {
  margin: 0 5px;
}

.paging-active {
  font-weight: bold;
  pointer-events: none;
}

.new-list {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 750px;
  padding-left: 20px;
}

.article-preview {
  padding-bottom: 20px;
}

.article-preview-buttons {
  padding-top: 10px;
}

.article-preview-description {
  display: flex;
  flex-direction: column;
  padding-right: 25px;
}
.article-preview-description h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 0 0;
}
.article-preview-description h3 a {
  color: rgb(41, 41, 41);
}

.article-preview-date {
  color: grey;
  font-size: 13px;
}

.article-preview-draft {
  color: darkorange;
  font-weight: bold;
  font-size: 1em;
}

.article-preview-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}

.article-preview-tag {
  padding: 1px 3px;
  border: 1px solid darkgray;
  color: grey;
  border-radius: 5px;
}

.article-preview-picture {
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.article-preview-picture img {
  max-height: 200px;
  max-width: 200px;
  object-fit: scale-down;
}

.hashtag {
  font-weight: 700;
  font-size: 22px;
}

.tags-panel {
  top: 50px;
  margin-top: 50px;
  position: sticky;
  padding-left: 20px;
  width: 450px;
}

.tags-cloud {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tag-button {
  border: 1px solid rgb(230, 230, 230);
  border-radius: 3px;
  padding: 6px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.tag-button-text {
  font-size: 15px;
  color: rgb(117, 117, 117);
}

.selected-tag {
  margin: 30px 40px;
  color: #e66e15;
  border: 1px solid #e66e15;
  border-radius: 17px;
  background-color: transparent;
  display: flex;
  padding: 3px;
  display: inline-block;
}

.hashtag {
  padding-left: 6px;
}

.selected-tag-close {
  color: rgba(230, 110, 21, 0.7);
  padding: 0px 6px;
  font-size: x-large;
}
.timeline {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.timeline:after {
  content: "";
  height: auto;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 5px;
  left: 30px;
  bottom: 25px;
}

.timeline.timeline-sm:after {
  left: 10px;
}

.timeline li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}

.timeline li:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e3e3e3;
  position: absolute;
  left: 24px;
  top: 5px;
}

.timeline li .timeline-date {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
  font-style: italic;
  font-size: 13px;
}

.timeline.timeline-icons li {
  padding-top: 7px;
}

.timeline.timeline-icons li:after {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #e3e3e3;
  left: 14px;
  z-index: 11;
}

.timeline.timeline-icons li .timeline-icon {
  position: absolute;
  left: 23.5px;
  top: 11px;
  z-index: 12;
}

.timeline.timeline-icons li .timeline-icon [class*=glyphicon] {
  top: -1px !important;
}

.timeline.timeline-icons.timeline-sm li {
  padding-left: 40px;
  margin-bottom: 10px;
}

.timeline.timeline-icons.timeline-sm li:after {
  left: -5px;
}

.timeline.timeline-icons.timeline-sm li .timeline-icon {
  left: 1.5px;
}

.timeline.timeline-advanced li {
  padding-top: 0;
}

.timeline.timeline-advanced li:after {
  background: #fff;
  border: 1px solid #29b6d8;
}

.timeline.timeline-advanced li:before {
  content: "";
  width: 52px;
  height: 52px;
  border: 10px solid #fff;
  position: absolute;
  left: 4px;
  top: -10px;
  border-radius: 50%;
  z-index: 12;
}

.timeline.timeline-advanced li .timeline-icon {
  color: #29b6d8;
}

.timeline.timeline-advanced li .timeline-date {
  width: 75px;
  position: absolute;
  right: 5px;
  top: 3px;
  text-align: right;
}

.timeline.timeline-advanced li .timeline-title {
  font-size: 17px;
  margin-bottom: 0;
  padding-top: 5px;
  font-weight: bold;
}

.timeline.timeline-advanced li .timeline-subtitle {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
}

.timeline.timeline-advanced li .timeline-content {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 70px;
}

.timeline.timeline-advanced li .timeline-content p {
  margin-bottom: 3px;
}

.timeline.timeline-advanced li .timeline-content .divider-dashed {
  padding-top: 0px;
  margin-bottom: 7px;
  width: 200px;
}

.timeline.timeline-advanced li .timeline-user {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.timeline.timeline-advanced li .timeline-user:before,
.timeline.timeline-advanced li .timeline-user:after {
  content: " ";
  display: table;
}

.timeline.timeline-advanced li .timeline-user:after {
  clear: both;
}

.timeline.timeline-advanced li .timeline-user .timeline-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}

.timeline.timeline-advanced li .timeline-user .timeline-user-name {
  font-weight: bold;
  margin-bottom: 0;
}

.timeline.timeline-advanced li .timeline-user .timeline-user-subtitle {
  color: #a6a6a6;
  margin-top: -4px;
  margin-bottom: 0;
}

.timeline.timeline-advanced li .timeline-link {
  margin-left: 5px;
  display: inline-block;
}

.timeline-load-more-btn {
  margin-left: 70px;
}

.timeline-load-more-btn i {
  margin-right: 5px;
}

.dropdown-menu {
  padding: 0 0 0 0;
}

a.dropdown-menu-header {
  background: #f7f9fe;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
}

.dropdown-menu > li a {
  padding: 10px 20px;
}

.badge {
  padding: 3px 5px 2px;
  position: absolute;
  top: 9px;
  right: -10px;
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}

.badge-danger {
  background-color: #db5565;
}
.offline-tool-source-file-container {
  position: relative;
  padding: 15px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
}

.offline-tool-source-file-container__tab-content {
  padding-top: 10px;
}
/* light gray */
/* ultralight gray */
.phone-number-verification-form-row__label-wrap {
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 5px;
  max-width: 100%;
}

.phone-number-verification-form-row__input-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.confirmation-code, .unverified-number {
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.unverified-number {
  width: 146px;
}

.confirmation-code {
  width: 6em;
}

.confirmation-container {
  position: relative;
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

.timeout_container {
  display: block;
  position: relative;
  top: 1px;
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 5px;
  max-width: 100%;
}
.profile-upper-container {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.profile-status-container {
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
  align-self: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.profile-status-label {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  padding-right: 20px;
}

.profile-status-value {
  font-weight: 700;
  align-self: auto;
}

.profile-points-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-points-label {
  flex-wrap: nowrap;
  padding-right: 10px;
  display: flex;
}

.profile-points-value {
  padding-right: 10px;
  font-weight: 700;
}

.profile-points-info {
  display: flex;
  flex-wrap: nowrap;
}

.profile-points-history-modal-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.profile-points-history-modal-link {
  width: 100%;
}

.profile-points-modal-container {
  background-color: #fff;
  padding: 30px;
  max-width: 1000px;
  max-height: 90vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.profile-form-row_border-top-bottom-dashed {
  border-bottom: 1px dashed #dbdbdb;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
.referral-form-output {
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  margin: 0 3px 5px 0;
  box-sizing: border-box;
  vertical-align: middle;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.referral-form-row__hints {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  color: #c90000;
}

.referral-form-row {
  position: relative;
  max-width: 100%;
}

div.hide {
  display: none;
}

.referral-form-text-field {
  padding: 3px 10px;
  width: 750px;
}

.referral-form-output_textarea {
  padding: 3px 10px;
  margin: 5px 5px;
  width: 100%;
}

.maxwidth {
  width: 100%;
}

.referral-validation-form {
  display: contents;
}

.referral-container {
  border: solid black;
  border-width: 2px;
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.referral-anchor {
  padding: 10px 10px 10px 10px;
}

.utm-buttons-container {
  margin-top: 25px;
}
.status-offline, .status-online {
  width: 24px;
  height: 24px;
  padding-left: 24px;
  line-height: 24px;
}

.status-online {
  background: url(/img/services/online-icon.png) no-repeat;
  background-size: cover;
}

.status-offline {
  background: url(/img/services/offline-icon.png) no-repeat;
  background-size: cover;
}

.service-input-text-short {
  padding: 3px 10px;
  width: 80px;
}

.services-label {
  vertical-align: top;
  line-height: 2.2;
  margin-left: 5px;
}
/* light gray */
/* ultralight gray */
.source-modal-container {
  background-color: #fff;
  padding: 30px;
  max-width: 950px;
  max-height: 600px;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.source-form-wide-input_text {
  width: 600px;
}

.source-form-wide-input_text {
  padding: 3px 10px;
}

.source-form-input_text {
  width: 100%;
}

.source-form-input_text {
  padding: 3px 10px;
}

.source-form-row__hints {
  width: 200px;
  font-size: 10px;
  line-height: 1.2;
  color: #c90000;
}
.expandable-button, .collapse-block, .expand-block {
  width: 23px;
  height: 23px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  position: relative;
  top: -25px;
}

.expand-block {
  cursor: pointer;
  background-image: url("/img/common/chevron_down.png");
}

.collapse-block {
  cursor: pointer;
  background-image: url("/img/common/chevron_up.png");
}
.arr-down {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAYBAMAAAA196EjAAAAJ1BMVEUAAAD///+srKz856MAUp9VVVXtHCT///+srKz856MAUp9VVVXtHCSBP/G7AAAAB3RSTlMAgICAgICAIGX4wgAAAGVJREFUCNcNyJEWwCAABdC3reLZdDicZvFoPtkHTKI8yqM8yqM86qP27J4LnVLEktIJ6AhgIY4QPOYQdtLzZmJzzmJybiUtbyKe1ipkazdZeZL4xuhQY7xk5yniKiVDlGLIzBMGP26pHEss5K32AAAAAElFTkSuQmCC");
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 8px;
  height: 4px;
  margin: 0 5px;
}
.arr-down.arr-down_reversed {
  transform: rotate(180deg);
}

.arr-down_yellow {
  background-position: 0 0;
}

.arr-down_grey {
  background-position: 0 -4px;
}

.arr-down_white {
  background-position: 0 -8px;
}

.arr-down_darkgrey {
  background-position: 0 -12px;
}

.arr-down_red {
  background-position: 0 -16px;
}

.arr-down_blue {
  background-position: 0 -20px;
}

a:hover .arr-down_blue,
a:hover .arr-down_darkgrey,
a:hover .arr-down_white {
  background-position: 0 -16px;
}
/* light gray */
/* ultralight gray */
.new-header {
  background: none;
  position: relative;
  z-index: 99;
}
.new-header .header {
  background-color: #161618;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding: 15px 0 4px 0;
  font-family: Inter, sans-serif;
}
@media screen and (max-width: 1159px) {
  .new-header .header {
    height: 60px;
    padding: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .new-header {
    max-width: 100%;
  }
}

.new-header_loading {
  background-image: url("/img/common/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  height: 84px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .new-header_loading {
    height: 61px;
  }
}

.heading {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  margin: 20px 0;
}
.heading:empty {
  display: none;
}

h1.heading {
  font-size: 36px;
}

h2.heading {
  font-size: 24px;
}

h3.heading {
  font-size: 18px;
}

.heading-row {
  border-bottom: 1px solid #e0e0e0;
}

.heading_level2 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 1em 0;
  font-size: 25px;
  border: 0;
  padding: 0;
}

.heading_no-margin-bottom {
  margin-bottom: 0;
}

.heading_no-border-bottom {
  border-bottom: 0;
}

.right-col-content .heading {
  margin: 0 0 1em 0;
  font-size: 25px;
  border: 0;
  padding: 0;
}

/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
.form-table input.text {
  font: 0.9em Arial, Helvetica, sans-serif;
  color: #282828;
  padding: 3px 0.3em;
  margin: 0 3px 5px 0;
}

/* light gray */
/* ultralight gray */ /*@import "fonts";
@import "icons";*/
.arr-down {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAYBAMAAAA196EjAAAAJ1BMVEUAAAD///+srKz856MAUp9VVVXtHCT///+srKz856MAUp9VVVXtHCSBP/G7AAAAB3RSTlMAgICAgICAIGX4wgAAAGVJREFUCNcNyJEWwCAABdC3reLZdDicZvFoPtkHTKI8yqM8yqM86qP27J4LnVLEktIJ6AhgIY4QPOYQdtLzZmJzzmJybiUtbyKe1ipkazdZeZL4xuhQY7xk5yniKiVDlGLIzBMGP26pHEss5K32AAAAAElFTkSuQmCC");
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 8px;
  height: 4px;
  margin: 0 5px;
}
.arr-down.arr-down_reversed {
  transform: rotate(180deg);
}

.arr-down_yellow {
  background-position: 0 0;
}

.arr-down_grey {
  background-position: 0 -4px;
}

.arr-down_white {
  background-position: 0 -8px;
}

.arr-down_darkgrey {
  background-position: 0 -12px;
}

.arr-down_red {
  background-position: 0 -16px;
}

.arr-down_blue {
  background-position: 0 -20px;
}

a:hover .arr-down_blue,
a:hover .arr-down_darkgrey,
a:hover .arr-down_white {
  background-position: 0 -16px;
}

h2.fl {
  margin-top: 0.75em;
}

label input {
  vertical-align: middle;
  margin-right: 0.4em;
}

.left-col-margin {
  margin-right: 10px;
}

.right-col-margin {
  margin-left: 10px;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.w100 {
  width: 100%;
}

.fl {
  float: left !important;
}

.fr {
  float: right;
}

.overview-table {
  margin-bottom: 2em;
}

.to-translit {
  display: block;
  width: 52px;
  height: 24px;
  background: url(/img/common/btn-to-translit.png) no-repeat;
  left: -2px;
  position: relative;
}

.input-desc {
  color: #777;
  width: 230px;
  left: 56em;
  text-align: left;
  position: absolute;
  right: 1em;
  white-space: normal;
  font-size: 0.9em;
  margin-top: -1em;
  display: none;
}

.right-col-content h3 {
  margin-left: 0.25em;
}

.ideas-desc p {
  font-size: 1.16em;
  line-height: 1.3em;
  color: #666;
  margin: 1em 0;
}

.ideas th.first {
  padding-left: 3em;
}

.article h1 {
  font-size: 2.1em;
  line-height: 1.2em;
}

.input-validation-error {
  border: 1px solid #c90000 !important;
}

.input-phone-check-error {
  border: 1px solid #c90000 !important;
}

.required {
  color: #c90000 !important;
}

.form-row .required {
  display: none !important;
}

.free {
  background-color: #ffeca0;
  padding: 0 2px;
  color: #482a0f;
  font: normal 75%/100% Arial, sans-serif;
  vertical-align: middle;
}

.new {
  font: normal 85%/100% Arial, sans-serif;
  color: #dd0000;
  vertical-align: top;
  padding-left: 0.6em;
}

.no-left-border {
  border-left: none !important;
}

.dataSum {
  font-weight: bold;
}

ul.numeric {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 0.5em;
}

.footnote {
  margin: 2em 0 1em 0.5em;
  font-size: 90%;
}

.list-item-delete {
  position: absolute;
  right: 1em;
  top: 9px;
  cursor: pointer;
  width: 9px;
  height: 9px;
}

.right-col-content h3.ui-accordion-header {
  margin-left: 0;
}

.ui-datepicker-trigger {
  right: 0 !important;
}

.ajax-presenter.ajax-presenter-loading {
  min-height: 100px;
}

.documentsButtons {
  margin-top: 2em;
}

.close {
  cursor: pointer;
}

.requisitesLTD div {
  font-weight: bold !important;
  padding: 0.5em 0;
}

.primary {
  font-size: larger;
}

.info-note {
  top: 0;
  padding-top: 0.5em;
  padding-bottom: 20px;
  background-image: url(/img/icons/note-coner.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.profile {
  float: left;
  clear: both;
  overflow: auto;
  width: 100%;
  padding-top: 1em;
}

.loadingHref {
  background: url("/img/load_ring.gif") no-repeat right center !important;
  min-height: 16px !important;
  padding-right: 16px;
}

div.drow {
  border-bottom: solid 1px #E6E6E6;
  display: table-cell;
  width: 100%;
  height: 5em;
  vertical-align: middle;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timeInput {
  width: 3em;
}

.scroll-top-button {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 50px;
  z-index: 99;
  border: 1px solid #fec80b;
  outline: none;
  background-color: #fed957;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}

.scroll-top-button:hover {
  background-color: #fee48a;
}

.space-between, .space-between-column, .space-between-row, .space-between-row-centered {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.space-between-row, .space-between-row-centered {
  flex-direction: row;
}

.space-between-row-centered {
  align-items: center;
}

.flex-start-row-start {
  display: flex;
  justify-content: start;
  align-items: start;
}

.space-between-column {
  flex-direction: column;
}

.transparent-button {
  border: none;
  background: none;
  padding: 0px;
}

a.default-cursor {
  cursor: default;
}
/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
.form-table input.text {
  font: 0.9em Arial, Helvetica, sans-serif;
  color: #282828;
  padding: 3px 0.3em;
  margin: 0 3px 5px 0;
}

/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
.clearfix {
  -ms-zoom: 1;
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pseudo-link {
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
  color: #00529f;
  transition: all 0.2s ease;
}
.pseudo-link:hover {
  color: #ed1c24;
  border-bottom-color: transparent;
}

* {
  outline: none;
}

html, body {
  color: #282828;
  background-color: #f8f8f8;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.38;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  min-width: 320px;
}

:focus {
  outline: none;
}

::-ms-clear {
  display: none;
}

header,
footer,
section {
  display: block;
}

p {
  margin: 0 0 1em;
}

a {
  text-decoration: none;
  color: #00529f;
  cursor: pointer;
  transition: color 0.2s ease;
}
a:hover {
  color: #ed1c24;
}
a img {
  border: none;
}

/*h1 {
	color: $black;
	font-weight: normal;
	font-size: 2.15em;
	line-height: 1em;
	margin: 0.1em 0 0.6em;
}

h2 {
	color: $black;
	font-weight: bold;
	font-size: 1.38em;
	line-height: 1.1em;
	margin: 0.5em 0 0.25em;

	a {
		text-decoration: none;
		color: $black;
	}
}

h3 {
    font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	color: $black;
	margin: 1.7em 0 0.55em;

    a {
		text-decoration: none;
		color: $black;
	}
}*/
input[disabled],
input[readonly],
select[disabled],
textarea[disabled],
textarea[readonly] {
  background-image: none;
  background-color: rgba(242, 242, 242, 0.5) !important;
  color: #808080 !important;
  cursor: default !important;
  border-color: #dbdbdb;
}

input[type=password] {
  font-family: Helvetica, Arial, sans-serif;
}

input[type=radio] {
  margin: 0 3px 0 0;
  border: 0;
}

textarea {
  resize: vertical;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
}

ul {
  margin: 0.5em 0 0 1.5em;
  padding: 0;
}

li {
  margin: 0 0 0.5em;
  padding: 0;
}

select {
  margin: 0;
  padding: 3px 0.3em;
  border: 1px solid #dbdbdb;
}

th img {
  margin-left: 0.3em;
}

/* Helper Classes */
.cursor-pointer {
  cursor: pointer;
}

.tablet-show {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .tablet-show {
    display: block !important;
  }
}

.mob-show {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 660px) {
  .mob-show {
    display: block !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .tablet-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 660px) {
  .mob-hide {
    display: none !important;
  }
}

.pseudo-link_font-smaller {
  font-size: 0.9em;
}

.bold {
  font-weight: bold;
}

/* light gray */
/* ultralight gray */
.new-header {
  background: none;
  position: relative;
  z-index: 99;
}
.new-header .header {
  background-color: #161618;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding: 15px 0 4px 0;
  font-family: Inter, sans-serif;
}
@media screen and (max-width: 1159px) {
  .new-header .header {
    height: 60px;
    padding: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .new-header {
    max-width: 100%;
  }
}

.new-header_loading {
  background-image: url("/img/common/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  height: 84px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .new-header_loading {
    height: 61px;
  }
}

.heading {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  margin: 20px 0;
}
.heading:empty {
  display: none;
}

h1.heading {
  font-size: 36px;
}

h2.heading {
  font-size: 24px;
}

h3.heading {
  font-size: 18px;
}

.heading-row {
  border-bottom: 1px solid #e0e0e0;
}

.heading_level2 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 1em 0;
  font-size: 25px;
  border: 0;
  padding: 0;
}

.heading_no-margin-bottom {
  margin-bottom: 0;
}

.heading_no-border-bottom {
  border-bottom: 0;
}

.right-col-content .heading {
  margin: 0 0 1em 0;
  font-size: 25px;
  border: 0;
  padding: 0;
}

/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
.form-table input.text {
  font: 0.9em Arial, Helvetica, sans-serif;
  color: #282828;
  padding: 3px 0.3em;
  margin: 0 3px 5px 0;
}

/* light gray */
/* ultralight gray */
.clearfix {
  -ms-zoom: 1;
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pseudo-link {
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
  color: #00529f;
  transition: all 0.2s ease;
}
.pseudo-link:hover {
  color: #ed1c24;
  border-bottom-color: transparent;
}

/*@import "fonts";
@import "icons";*/
.arr-down {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAYBAMAAAA196EjAAAAJ1BMVEUAAAD///+srKz856MAUp9VVVXtHCT///+srKz856MAUp9VVVXtHCSBP/G7AAAAB3RSTlMAgICAgICAIGX4wgAAAGVJREFUCNcNyJEWwCAABdC3reLZdDicZvFoPtkHTKI8yqM8yqM86qP27J4LnVLEktIJ6AhgIY4QPOYQdtLzZmJzzmJybiUtbyKe1ipkazdZeZL4xuhQY7xk5yniKiVDlGLIzBMGP26pHEss5K32AAAAAElFTkSuQmCC");
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 8px;
  height: 4px;
  margin: 0 5px;
}
.arr-down.arr-down_reversed {
  transform: rotate(180deg);
}

.arr-down_yellow {
  background-position: 0 0;
}

.arr-down_grey {
  background-position: 0 -4px;
}

.arr-down_white {
  background-position: 0 -8px;
}

.arr-down_darkgrey {
  background-position: 0 -12px;
}

.arr-down_red {
  background-position: 0 -16px;
}

.arr-down_blue {
  background-position: 0 -20px;
}

a:hover .arr-down_blue,
a:hover .arr-down_darkgrey,
a:hover .arr-down_white {
  background-position: 0 -16px;
}

h2.fl {
  margin-top: 0.75em;
}

label input {
  vertical-align: middle;
  margin-right: 0.4em;
}

.left-col-margin {
  margin-right: 10px;
}

.right-col-margin {
  margin-left: 10px;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.w100 {
  width: 100%;
}

.fl {
  float: left !important;
}

.fr {
  float: right;
}

.overview-table {
  margin-bottom: 2em;
}

.to-translit {
  display: block;
  width: 52px;
  height: 24px;
  background: url(/img/common/btn-to-translit.png) no-repeat;
  left: -2px;
  position: relative;
}

.input-desc {
  color: #777;
  width: 230px;
  left: 56em;
  text-align: left;
  position: absolute;
  right: 1em;
  white-space: normal;
  font-size: 0.9em;
  margin-top: -1em;
  display: none;
}

.right-col-content h3 {
  margin-left: 0.25em;
}

.ideas-desc p {
  font-size: 1.16em;
  line-height: 1.3em;
  color: #666;
  margin: 1em 0;
}

.ideas th.first {
  padding-left: 3em;
}

.article h1 {
  font-size: 2.1em;
  line-height: 1.2em;
}

.input-validation-error {
  border: 1px solid #c90000 !important;
}

.input-phone-check-error {
  border: 1px solid #c90000 !important;
}

.required {
  color: #c90000 !important;
}

.form-row .required {
  display: none !important;
}

.free {
  background-color: #ffeca0;
  padding: 0 2px;
  color: #482a0f;
  font: normal 75%/100% Arial, sans-serif;
  vertical-align: middle;
}

.new {
  font: normal 85%/100% Arial, sans-serif;
  color: #dd0000;
  vertical-align: top;
  padding-left: 0.6em;
}

.no-left-border {
  border-left: none !important;
}

.dataSum {
  font-weight: bold;
}

ul.numeric {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 0.5em;
}

.footnote {
  margin: 2em 0 1em 0.5em;
  font-size: 90%;
}

.list-item-delete {
  position: absolute;
  right: 1em;
  top: 9px;
  cursor: pointer;
  width: 9px;
  height: 9px;
}

.right-col-content h3.ui-accordion-header {
  margin-left: 0;
}

.ui-datepicker-trigger {
  right: 0 !important;
}

.ajax-presenter.ajax-presenter-loading {
  min-height: 100px;
}

.documentsButtons {
  margin-top: 2em;
}

.close {
  cursor: pointer;
}

.requisitesLTD div {
  font-weight: bold !important;
  padding: 0.5em 0;
}

.primary {
  font-size: larger;
}

.info-note {
  top: 0;
  padding-top: 0.5em;
  padding-bottom: 20px;
  background-image: url(/img/icons/note-coner.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.profile {
  float: left;
  clear: both;
  overflow: auto;
  width: 100%;
  padding-top: 1em;
}

.loadingHref {
  background: url("/img/load_ring.gif") no-repeat right center !important;
  min-height: 16px !important;
  padding-right: 16px;
}

div.drow {
  border-bottom: solid 1px #E6E6E6;
  display: table-cell;
  width: 100%;
  height: 5em;
  vertical-align: middle;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timeInput {
  width: 3em;
}

.scroll-top-button {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 50px;
  z-index: 99;
  border: 1px solid #fec80b;
  outline: none;
  background-color: #fed957;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}

.scroll-top-button:hover {
  background-color: #fee48a;
}

.space-between, .space-between-column, .space-between-row, .space-between-row-centered {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.space-between-row, .space-between-row-centered {
  flex-direction: row;
}

.space-between-row-centered {
  align-items: center;
}

.flex-start-row-start {
  display: flex;
  justify-content: start;
  align-items: start;
}

.space-between-column {
  flex-direction: column;
}

.transparent-button {
  border: none;
  background: none;
  padding: 0px;
}

a.default-cursor {
  cursor: default;
}

/* light gray */
/* ultralight gray */
.page-wrap {
  min-height: 100%;
  margin-bottom: -135px;
}
@media screen and (min-width: 1px) and (max-width: 760px) {
  .page-wrap {
    margin-bottom: -236px;
  }
}
@media screen and (min-width: 1px) and (max-width: 625px) {
  .page-wrap {
    margin-bottom: -351px;
  }
}
.page-wrap:after {
  content: "";
  display: block;
  height: 135px;
}
@media screen and (min-width: 1px) and (max-width: 760px) {
  .page-wrap:after {
    height: 236px;
  }
}
@media screen and (min-width: 1px) and (max-width: 625px) {
  .page-wrap:after {
    height: 351px;
  }
}

/* light gray */
/* ultralight gray */
.page-footer {
  height: 135px;
}
@media screen and (min-width: 1px) and (max-width: 760px) {
  .page-footer {
    height: 236px;
  }
}
@media screen and (min-width: 1px) and (max-width: 625px) {
  .page-footer {
    height: 351px;
  }
}

.page-footer_loading {
  background-image: url("/img/common/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

html.fullUI {
  height: 100%;
}

body.fullUI {
  height: 100%;
}

.alerts {
  margin: 0 0 0.95em;
}
.alerts table {
  margin-left: 0.4em;
}
.alerts a {
  margin-left: 0.4em;
}
.alerts .phone {
  display: inline-block;
  padding-right: 10px;
  font-size: 0.9em;
  background: url(/img/common/icon-phone.gif) right center no-repeat;
  margin-right: 0.7em;
}
.alerts .mail {
  display: inline-block;
  padding-right: 16px;
  font-size: 0.9em;
  background: url(/img/common/icon-mail.gif) right center no-repeat;
}
.alerts .btn-holder {
  padding: 1em 0 1.5em;
  border-bottom: 1px solid #dadada;
}

.alert-block {
  padding: 1.5em 1.5em 2em;
}
.alert-block p {
  margin: 0.5em 0 0;
  text-shadow: #fff 0 1px 0;
  line-height: 1.3em;
}

@media screen and (max-width: 660px) and (min-width: 1px) {
  .buttons_change-login {
    text-align: left !important;
    margin: 0 !important;
    padding: 40px 0 !important;
  }
}
.login-form form {
  width: 100%;
  padding: 0;
}
.login-form form .reg-btn-holder {
  background: #f5f5f5;
  padding: 1.5em 0 2em;
}
.login-form form .reg-btn-holder .btn.active {
  color: #282828;
  cursor: pointer;
}
.login-form form .reg-btn-holder .btn.active.yellow {
  background-position: 0 -40px;
}
.login-form form .btn {
  margin: 0 auto;
}
.login-form table {
  margin: 1.35em 0 2em;
}
.login-form table td {
  white-space: nowrap;
  font-size: 1.1em;
  color: #666;
  padding: 0.65em 0;
  padding-right: 1em;
  text-align: left;
}
.login-form table td.red {
  padding-right: 4px;
  padding-left: 1em;
}
.login-form table td input {
  margin-bottom: 0;
  font-size: 1em;
  color: #282828;
}
.login-form table td input.error {
  border: 1px solid #e70020;
}
.login-form table td select {
  margin: 0 0 0.4em;
}
.login-form table td .email-domain {
  margin-left: 17.5em;
  margin-top: 0.5em;
  font-size: 1em;
  left: 0;
}
.login-form .step-back {
  position: absolute;
  left: 0;
  margin-top: 1.9em;
  font-size: 1.1em;
}

.input-desc {
  color: #777;
  width: 230px;
  left: 56em;
  text-align: left;
  position: absolute;
  right: 1em;
  white-space: normal;
  font-size: 0.9em;
  margin-top: -1em;
  display: none;
}

.wizard-step-panel {
  padding-bottom: 26px;
  background: url('"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAAaCAMAAAATz4ZZAAAAP1BMVEXr6+v////5+fn7+/v8/Pz9/f34+Pjz8/P6+vr09PTy8vL+/v739/fv7+/u7u7x8fH29vbw8PD19fXt7e3s7OyTlRXeAAACeElEQVR4XrzWB2olUQxE0ebF0OEn73+tgw2DsEGxoM8ebklb/VYkmTEkSdJYB+vJe4smr3MW7yF4ic6Qi/NhffG2P754H9bFOUNeoodg8Tpn8t6iJ+9gNVaSDElmFEnd6o+iySx37cTXO7mheTl7vP0z7pJ9eKaeySU744CqpbTvrPuQOQMnjsJJ0dSf0Ikrdz17vHy8feJdANIVC5gC4BXQXW5AvKKHYmm6YsqsMeNV412TrFIL/2+rDCh5ah4MX3PYhDaATFW3WCpgDshJIC8bMODVLabqLYNS1pPGwyYZzrsSNXT8wJNhkQwaFj5+/Mk0QtInD5PQBEAhk2Vk6RmsGj/TpKmSwbDIBD3h7tAp99uST3aNYOnD4ROgfeAJ0ACHGTjPGlfReNhg1iTZ3ZA3qaKtWhWPbDfsgAVgHQ5PD98u6LrHAnWP6eCMVnc4NA+gZUa2Kx7VYtu/VSegednwSD5A/Qqgf9VExgA3Pd5OQNAaoGjF8MgeQNyqfdt/qzElIvsNvxTQvPB9uGUs7o8ULzYmBQy/7FciasxOtp1Ro0pUDhiAFNWCjihgENyAfmNaUIr6xzwd3DAQg1AUtAxYSD/915sCctmYB9rpYbLALvituKVfWnooCE6woiTsssP4DDqMXZYEK3JCEPTA0o2AOMsoidmg80oblBijOCsg+tdSh2jmzaxZjuCy8ayZN4tmoi1Nink+ysblIBvno77swLEJADAIRFGFXPX33zcLmCaFcOJTP7pEPmBBTk5hyQkWshD5g+FkbjHcbaeOCQAAQBiGsRv/ftHAC4mHNlsV7o2MPCZ0EDogdEDogNABoQNCB4QOCB0Y4nw1s0q/Q+4AAAAASUVORK5CYII="') center bottom no-repeat;
  white-space: nowrap;
}
.wizard-step-panel .wizard-header {
  margin: 0;
}
.wizard-step-panel .wizard-step {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  padding: 0.8em 1em;
  color: #b2b2b2;
  font-size: 0.9em;
}
.wizard-step-panel .wizard-step.active {
  color: #282828;
  font-weight: bold;
}
.wizard-step-panel .wizard-splitter {
  width: 16px;
  background: url('"data:image/gif;base64,R0lGODlhEAAxAMQAAP7+/uzs7Pz8/Orq6vr6+v39/fDw8Onp6fj4+O3t7evr6/X19fT09O/v7+Tk5PPz8+Li4ujo6Pb29vf39/Ly8ufn5/n5+ebm5vv7++/v7+7u7uXl5ePj4+Hh4f///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjA1ODAxMTc0MDcyMDY4MTE4QzE0QTZEMEM3NUFBMjMwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjREQzYzNEI5NUM3NDExRTE5OUFBQjE0MjY4NkE5RTJEIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjREQzYzNEI4NUM3NDExRTE5OUFBQjE0MjY4NkE5RTJEIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA2ODAxMTc0MDcyMDY4MTE4QzE0QTZEMEM3NUFBMjMwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA1ODAxMTc0MDcyMDY4MTE4QzE0QTZEMEM3NUFBMjMwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAABAAMQAABZrgFHlkaZ7Bc64lxrFwksCsY9EnM+DnIfElRAQAJGkMRY8AIkgaFEnPBZGUKIjFVJJQKSQzmWQBQkg+AligLzkZpHkJynbjLWoCUVuSAS0udkAAB1RABjNAS01AAUhACBdFBQELRRR9PAUVZUBgRQQddTgACgx+I4EDE5WHPAKaWY08CA5vMAADlEA6RQIHN5xhQBgXiqIHsTghADs="') center no-repeat;
  padding: 0;
  margin: 0;
}

.control-phone-group .control-phone {
  float: left;
  margin: 0 0.23em;
}
.control-phone-group .control-phone-country {
  width: 7em;
  height: 2.48em;
}
.control-phone-group .control-phone-code {
  width: 3.5em;
  height: 2.48em;
}
.control-phone-group .control-phone-number {
  width: 7em;
  height: 2.48em;
}
.control-phone-group .control-phone-bracket {
  font-size: 140%;
  margin-top: 0.2em;
}
.control-phone-group .control-phone-title {
  color: #afafaf;
  display: block;
  float: none !important;
  font-size: 80%;
  text-align: right;
  width: auto !important;
}
.control-phone-group .control-phone-title-country {
  width: 6em;
}
.control-phone-group .control-phone-title-code {
  width: 4.7em;
}
.control-phone-group .control-phone-title-phone {
  width: 6.5em;
}

.control-edox-style {
  border: 1px solid #dadada !important;
  box-shadow: 0 5px 5px -5px #dadada inset;
  color: #282828;
}

.hidden {
  display: none;
}

.small-controls .control-phone-group {
  width: 18em;
}
.small-controls .control-phone-group .control-phone-country {
  width: 6.5em;
}
.small-controls .control-phone-group .control-phone-number {
  width: 5em;
}
.small-controls .control-phone-group .control-phone-title-country {
  width: 6em;
}
.small-controls .control-phone-group .control-phone-title-code {
  width: 4.5em;
}
.small-controls .control-phone-group .control-phone-title-phone {
  width: 5em;
}

.no-label-control .control-phone-label {
  display: none;
}
.heading {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  margin: 20px 0;
}
.heading:empty {
  display: none;
}

h1.heading {
  font-size: 36px;
}

h2.heading {
  font-size: 24px;
}

h3.heading {
  font-size: 18px;
}

.heading-row {
  border-bottom: 1px solid #e0e0e0;
}

.heading_level2 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 1em 0;
  font-size: 25px;
  border: 0;
  padding: 0;
}

.heading_no-margin-bottom {
  margin-bottom: 0;
}

.heading_no-border-bottom {
  border-bottom: 0;
}

.right-col-content .heading {
  margin: 0 0 1em 0;
  font-size: 25px;
  border: 0;
  padding: 0;
}
/* light gray */
/* ultralight gray */
.new-header {
  background: none;
  position: relative;
  z-index: 99;
}
.new-header .header {
  background-color: #161618;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding: 15px 0 4px 0;
  font-family: Inter, sans-serif;
}
@media screen and (max-width: 1159px) {
  .new-header .header {
    height: 60px;
    padding: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .new-header {
    max-width: 100%;
  }
}

.new-header_loading {
  background-image: url("/img/common/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  height: 84px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .new-header_loading {
    height: 61px;
  }
}
/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
.clearfix {
  -ms-zoom: 1;
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pseudo-link {
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
  color: #00529f;
  transition: all 0.2s ease;
}
.pseudo-link:hover {
  color: #ed1c24;
  border-bottom-color: transparent;
}

* {
  outline: none;
}

html, body {
  color: #282828;
  background-color: #f8f8f8;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.38;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  min-width: 320px;
}

:focus {
  outline: none;
}

::-ms-clear {
  display: none;
}

header,
footer,
section {
  display: block;
}

p {
  margin: 0 0 1em;
}

a {
  text-decoration: none;
  color: #00529f;
  cursor: pointer;
  transition: color 0.2s ease;
}
a:hover {
  color: #ed1c24;
}
a img {
  border: none;
}

/*h1 {
	color: $black;
	font-weight: normal;
	font-size: 2.15em;
	line-height: 1em;
	margin: 0.1em 0 0.6em;
}

h2 {
	color: $black;
	font-weight: bold;
	font-size: 1.38em;
	line-height: 1.1em;
	margin: 0.5em 0 0.25em;

	a {
		text-decoration: none;
		color: $black;
	}
}

h3 {
    font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	color: $black;
	margin: 1.7em 0 0.55em;

    a {
		text-decoration: none;
		color: $black;
	}
}*/
input[disabled],
input[readonly],
select[disabled],
textarea[disabled],
textarea[readonly] {
  background-image: none;
  background-color: rgba(242, 242, 242, 0.5) !important;
  color: #808080 !important;
  cursor: default !important;
  border-color: #dbdbdb;
}

input[type=password] {
  font-family: Helvetica, Arial, sans-serif;
}

input[type=radio] {
  margin: 0 3px 0 0;
  border: 0;
}

textarea {
  resize: vertical;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
}

ul {
  margin: 0.5em 0 0 1.5em;
  padding: 0;
}

li {
  margin: 0 0 0.5em;
  padding: 0;
}

select {
  margin: 0;
  padding: 3px 0.3em;
  border: 1px solid #dbdbdb;
}

th img {
  margin-left: 0.3em;
}

/* Helper Classes */
.cursor-pointer {
  cursor: pointer;
}

.tablet-show {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .tablet-show {
    display: block !important;
  }
}

.mob-show {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 660px) {
  .mob-show {
    display: block !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .tablet-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 660px) {
  .mob-hide {
    display: none !important;
  }
}

.pseudo-link_font-smaller {
  font-size: 0.9em;
}

.bold {
  font-weight: bold;
}
/* light gray */
/* ultralight gray */
.page-footer {
  height: 135px;
}
@media screen and (min-width: 1px) and (max-width: 760px) {
  .page-footer {
    height: 236px;
  }
}
@media screen and (min-width: 1px) and (max-width: 625px) {
  .page-footer {
    height: 351px;
  }
}

.page-footer_loading {
  background-image: url("/img/common/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
/* light gray */
/* ultralight gray */
.page-wrap {
  min-height: 100%;
  margin-bottom: -135px;
}
@media screen and (min-width: 1px) and (max-width: 760px) {
  .page-wrap {
    margin-bottom: -236px;
  }
}
@media screen and (min-width: 1px) and (max-width: 625px) {
  .page-wrap {
    margin-bottom: -351px;
  }
}
.page-wrap:after {
  content: "";
  display: block;
  height: 135px;
}
@media screen and (min-width: 1px) and (max-width: 760px) {
  .page-wrap:after {
    height: 236px;
  }
}
@media screen and (min-width: 1px) and (max-width: 625px) {
  .page-wrap:after {
    height: 351px;
  }
}
.add-button {
  width: 34px;
  height: 34px !important;
  background: url(/img/common/add-button-icon.png) no-repeat;
  background-size: cover;
}

.delete-button {
  width: 34px;
  height: 34px !important;
  background: url(/img/common/delete-button-icon.png) no-repeat;
  background-size: cover;
}
/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
.ibutton,
input.ui-button.ibutton {
  white-space: inherit;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 12px !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  text-align: center;
  min-height: 30px;
  height: auto;
  color: #282828;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
  background-color: #f2f2f2;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 4px 10px 5px;
  position: relative;
  zoom: 1;
  transition: all 0.2s ease;
  line-height: normal;
}
.ibutton:hover, .ibutton:active,
input.ui-button.ibutton:hover,
input.ui-button.ibutton:active {
  color: #282828;
  text-decoration: none;
  background-color: #fefefe;
}
.ibutton[disabled], .ibutton.disabled,
input.ui-button.ibutton[disabled],
input.ui-button.ibutton.disabled {
  background-image: none;
  background-color: rgba(242, 242, 242, 0.5) !important;
  color: #808080 !important;
  cursor: default !important;
  border-color: #dbdbdb;
}
.ibutton[disabled]:hover, .ibutton[disabled]:active, .ibutton.disabled:hover, .ibutton.disabled:active,
input.ui-button.ibutton[disabled]:hover,
input.ui-button.ibutton[disabled]:active,
input.ui-button.ibutton.disabled:hover,
input.ui-button.ibutton.disabled:active {
  background-image: none;
  background-color: rgba(242, 242, 242, 0.5) !important;
  color: #808080 !important;
  cursor: default !important;
  border-color: #dbdbdb;
}
.ibutton a,
input.ui-button.ibutton a {
  color: #282828;
}
.ibutton a:hover,
input.ui-button.ibutton a:hover {
  color: #282828;
}
.ibutton .ui-button-text,
input.ui-button.ibutton .ui-button-text {
  display: inline;
  padding: 0;
}
.ibutton .fa.fa-spinner.fa-spin,
input.ui-button.ibutton .fa.fa-spinner.fa-spin {
  display: none;
}
.ibutton.loading,
input.ui-button.ibutton.loading {
  opacity: 0.7;
  pointer-events: none;
}
.ibutton.loading .fa.fa-spinner.fa-spin,
input.ui-button.ibutton.loading .fa.fa-spinner.fa-spin {
  display: inline-block;
}

.ibutton_big, input.ui-button.ibutton_big {
  height: 45px !important;
  font-size: 14px !important;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 1px) and (max-width: 400px) {
  .ibutton_big, input.ui-button.ibutton_big {
    height: auto !important;
    line-height: normal;
  }
}
@media screen and (min-width: 1px) and (max-width: 600px) {
  .ibutton_big.ibutton_secondary, input.ui-button.ibutton_big.ibutton_secondary {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ibutton_dropdown,
input.ui-button.ibutton_dropdown {
  font-size: 14px !important;
  padding: 9px 20px;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: left;
}

.ibutton_input-margin-bottom {
  margin-bottom: 5px !important;
}

.form-row_buttons-bottom-indent .ibutton,
.ibutton_bottom-indent {
  margin-bottom: 1em !important;
}

.ui-state-default.ibutton_primary,
input.ui-button.ibutton_primary,
.ibutton_primary {
  font-weight: bold;
  background-color: #fed957;
  background-image: none;
  border: 1px solid #fec80b;
  color: #282828;
}
.ui-state-default.ibutton_primary:hover, .ui-state-default.ibutton_primary:active,
input.ui-button.ibutton_primary:hover,
input.ui-button.ibutton_primary:active,
.ibutton_primary:hover,
.ibutton_primary:active {
  background-color: #fee48a;
  background-image: none;
}
.ui-state-default.ibutton_primary:disabled,
input.ui-button.ibutton_primary:disabled,
.ibutton_primary:disabled {
  background-image: none;
  background-color: rgba(242, 242, 242, 0.5) !important;
  color: #808080 !important;
  cursor: default !important;
  border-color: #dbdbdb;
}
.ui-state-default.ibutton_primary:disabled:hover, .ui-state-default.ibutton_primary:disabled:active,
input.ui-button.ibutton_primary:disabled:hover,
input.ui-button.ibutton_primary:disabled:active,
.ibutton_primary:disabled:hover,
.ibutton_primary:disabled:active {
  background-image: none;
  background-color: rgba(242, 242, 242, 0.5) !important;
  color: #808080 !important;
  cursor: default !important;
  border-color: #dbdbdb;
}

.ui-state-default.ibutton_add,
input.ui-button.ibutton_add,
.ibutton_add {
  background-color: #30af49;
  background-image: none;
  border: 1px solid #2b9b41;
  color: #fff;
  text-shadow: none;
}
.ui-state-default.ibutton_add:hover, .ui-state-default.ibutton_add:active,
input.ui-button.ibutton_add:hover,
input.ui-button.ibutton_add:active,
.ibutton_add:hover,
.ibutton_add:active {
  background-color: #35c351;
  background-image: none;
  color: #fff;
}
.ui-state-default.ibutton_add:disabled,
input.ui-button.ibutton_add:disabled,
.ibutton_add:disabled {
  background-image: none;
  background-color: rgba(242, 242, 242, 0.5) !important;
  color: #808080 !important;
  cursor: default !important;
  border-color: #dbdbdb;
}
.ui-state-default.ibutton_add:disabled:hover, .ui-state-default.ibutton_add:disabled:active,
input.ui-button.ibutton_add:disabled:hover,
input.ui-button.ibutton_add:disabled:active,
.ibutton_add:disabled:hover,
.ibutton_add:disabled:active {
  background-image: none;
  background-color: rgba(242, 242, 242, 0.5) !important;
  color: #808080 !important;
  cursor: default !important;
  border-color: #dbdbdb;
}

.ui-state-default.ibutton_remove,
input.ui-button.ibutton_remove,
.ibutton_remove {
  background-color: #e60000;
  background-image: none;
  border: 1px solid #cd0000;
  color: #fff;
  text-shadow: none;
}
.ui-state-default.ibutton_remove:hover, .ui-state-default.ibutton_remove:active,
input.ui-button.ibutton_remove:hover,
input.ui-button.ibutton_remove:active,
.ibutton_remove:hover,
.ibutton_remove:active {
  background-color: #ff0101;
  background-image: none;
  color: #fff;
}
.ui-state-default.ibutton_remove:disabled,
input.ui-button.ibutton_remove:disabled,
.ibutton_remove:disabled {
  background-image: none;
  background-color: rgba(242, 242, 242, 0.5) !important;
  color: #808080 !important;
  cursor: default !important;
  border-color: #dbdbdb;
}
.ui-state-default.ibutton_remove:disabled:hover, .ui-state-default.ibutton_remove:disabled:active,
input.ui-button.ibutton_remove:disabled:hover,
input.ui-button.ibutton_remove:disabled:active,
.ibutton_remove:disabled:hover,
.ibutton_remove:disabled:active {
  background-image: none;
  background-color: rgba(242, 242, 242, 0.5) !important;
  color: #808080 !important;
  cursor: default !important;
  border-color: #dbdbdb;
}

.ibutton_secondary,
input.ui-button.ibutton_secondary,
.ui-state-default.ibutton_secondary {
  font-weight: bold;
  border-color: #dbdbdb;
  background-color: #f8f8f8;
  background-image: none;
}
.ibutton_secondary:hover, .ibutton_secondary:active,
input.ui-button.ibutton_secondary:hover,
input.ui-button.ibutton_secondary:active,
.ui-state-default.ibutton_secondary:hover,
.ui-state-default.ibutton_secondary:active {
  background-color: #f1f1f1;
  background-image: none;
}
.ibutton_secondary:disabled,
input.ui-button.ibutton_secondary:disabled,
.ui-state-default.ibutton_secondary:disabled {
  background-image: none;
  background-color: rgba(242, 242, 242, 0.5) !important;
  color: #808080 !important;
  cursor: default !important;
  border-color: #dbdbdb;
}
.ibutton_secondary:disabled:hover, .ibutton_secondary:disabled:active,
input.ui-button.ibutton_secondary:disabled:hover,
input.ui-button.ibutton_secondary:disabled:active,
.ui-state-default.ibutton_secondary:disabled:hover,
.ui-state-default.ibutton_secondary:disabled:active {
  background-image: none;
  background-color: rgba(242, 242, 242, 0.5) !important;
  color: #808080 !important;
  cursor: default !important;
  border-color: #dbdbdb;
}

.form-row__input-wrap .ibutton {
  margin-right: 5px;
}

button.ibutton.icon {
  padding: 5px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  button.ibutton.icon {
    padding: 6px 0;
  }
}
button.ibutton.icon i {
  margin: 0 2px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  button.ibutton.icon i {
    margin: 0 5px;
  }
}

.ibutton-wrap {
  text-align: left;
  padding: 1.5em 0 1.5em 16em;
  clear: both;
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
}
.ibutton-wrap .ibutton + .ibutton {
  margin-left: 0;
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  .ibutton-wrap {
    max-width: 300px;
    padding: 1.5em 0 1.5em 0;
    text-align: center;
  }
}

.ibutton_dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.ibutton_dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.ibutton_dropdown-content button {
  background: none !important;
  border: none;
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.ibutton_dropdown-content a:hover, .ibutton_dropdown-content button:hover {
  color: #ed1c24;
}

.ibutton_dropdown-wrapper:hover .ibutton_dropdown-content, .ibutton_dropdown-wrapper:active .ibutton_dropdown-content {
  display: block;
}
/* light gray */
/* ultralight gray */
.inner-menu {
  list-style-type: none;
  margin: 0 0 20px;
  font-size: 0;
}

.inner-menu_border-bottom {
  border-bottom: 1px solid #e0e0e0;
}

.inner-menu__item-wrap {
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 10px;
}

.inner-menu__item {
  color: #808080;
  font-size: 14px;
}
.inner-menu__item.active {
  color: #282828;
  font-weight: bold;
}
.inner-menu__item.active:hover {
  text-decoration: none;
}
.inner-menu__item:hover {
  color: #282828;
  text-decoration: underline;
}

.inner-menu__item_hidden {
  display: none;
}

.inner-menu__item_show-more {
  color: #282828;
  cursor: pointer;
  text-decoration: none;
}
.inner-menu__item_show-more span {
  text-decoration: underline;
}
.inner-menu__item_show-more:hover {
  text-decoration: none;
}
.inner-menu__item_show-more:hover span {
  text-decoration: none;
}
.agent-chart0 {
  width: 0;
  height: 0;
  color: rgb(150, 200, 100);
  background-color: rgb(150, 200, 100);
  background-color: rgba(150, 200, 100, 0.2);
}

.agent-chart1 {
  width: 0;
  height: 0;
  color: rgb(150, 100, 200);
  background-color: rgb(150, 100, 200);
  background-color: rgba(150, 100, 200, 0.2);
}

.agent-chart2 {
  width: 0;
  height: 0;
  color: rgb(100, 150, 200);
  background-color: rgb(100, 150, 200);
  background-color: rgba(100, 150, 200, 0.2);
}

.agent-chart3 {
  width: 0;
  height: 0;
  color: rgb(100, 200, 150);
  background-color: rgb(100, 200, 150);
  background-color: rgba(100, 200, 150, 0.2);
}

.agent-chart4 {
  width: 0;
  height: 0;
  color: rgb(200, 150, 100);
  background-color: rgb(200, 150, 100);
  background-color: rgba(200, 150, 100, 0.2);
}

.agent-chart5 {
  width: 0;
  height: 0;
  color: rgb(200, 100, 150);
  background-color: rgb(200, 100, 150);
  background-color: rgba(200, 100, 150, 0.2);
}
/* light gray */
/* ultralight gray */
.ui-draggable-dragging .fa-arrows {
  display: block;
}

.popup-alert {
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 5;
  font-size: 14px;
  line-height: 22px;
  width: 260px;
  left: 50%;
  color: #282828;
  font-weight: normal;
}

.advertisement-list {
  margin: 0;
  list-style: none;
}
.advertisement-list li {
  margin-bottom: 10px;
}
.advertisement-list li a {
  color: #282828;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}
.advertisement-list li a:hover {
  color: #ed1c24;
}
.advertisement-list .important {
  color: #ed1c24;
  font-weight: bold;
}

.info-container {
  padding: 0 25px;
}

.fa-check-circle {
  color: #70c401;
}

.fa-ban {
  color: #ed1c24;
}

.fa-refresh {
  color: #555;
}

.signature {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.signature li a {
  color: #282828;
}
.signature li a i {
  margin-right: 8px;
}

.contract-form {
  padding-right: 30px;
  padding-left: 20px;
}

.contract-form > h4 {
  margin: 23px 0 7px 0;
}

.contract-form > h4:first-child {
  margin-top: 0;
}

.checkbox-holder {
  border: 1px solid #e1e1e1;
  font-size: 14px;
  margin-bottom: -1px;
}

.checkbox-holder:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}

.checkbox-holder.checked {
  background-color: #fff;
}

.checkbox-holder-alert {
  font-size: 12px;
  line-height: 18px;
  margin: 10px 20px 27px;
  padding: 10px 20px;
  background-color: #fdf9ee;
  border: 1px solid #eae3d1;
  position: relative;
}

.checkbox-holder-alert-corner {
  position: absolute;
  display: block;
  width: 21px;
  height: 11px;
  background-image: url(/template/img/checkbox-holder-alert-corner.png);
  top: -11px;
  left: 22px;
}

.checkbox-holder-alert-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #282828;
  font-size: 14px;
}

.notice {
  padding: 0 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  margin-top: 17px;
  box-sizing: border-box;
  max-width: 900px;
}
.notice > i {
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .notice {
    width: 100%;
  }
}

.notice_margin-bottom {
  margin-bottom: 30px;
}

.notice_short {
  max-width: 790px;
}

.notice_border-bottom {
  border-bottom: 1px solid #e2e2e3;
  padding-bottom: 12px;
}

.narrow-content .notice {
  padding-right: 0;
}

.accounts {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .accounts {
    border-left: 0;
    border-right: 0;
  }
}

.content-side-padding {
  margin: 0 20px;
}

.btn-holder {
  margin: 25px 0;
}

.contract-form .btn-holder {
  padding: 25px 0;
  border-top: 1px solid #e2e2e3;
}

div.btn-holder > *,
.btn-holder .btn {
  margin-right: 7px;
}

.btn-holder > .right-elem {
  font-size: 14px;
  float: right;
  margin-top: 10px;
}

.w310 {
  width: 310px;
}

.w370 {
  width: 370px;
}

.w230 {
  width: 230px;
}

.w330 {
  width: 330px;
}

.doc-series {
  width: 70px;
}

.doc-number {
  width: 150px;
  margin-left: 6px;
}

.state-select {
  width: 150px;
}

.state-val {
  width: 210px;
  margin-left: 6px;
}

.house-val {
  width: 80px;
  margin-right: 6px;
}

.index-val {
  width: 130px;
}

.phone-country-code {
  width: 160px;
  margin-right: 6px;
}

.phone-code {
  width: 50px;
  margin-right: 7px;
}

.phone-number {
  width: 100px;
}

.delete-field {
  display: inline-block;
  font-size: 15px;
  color: #ed1c24;
  border: 1px solid #dbdbdb;
  height: 22px;
  width: 28px;
  text-align: center;
  padding-top: 6px;
  margin-left: 6px;
}
.delete-field:hover {
  background-color: #fff;
}

.back-to-accounts-list {
  display: none;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: bold;
}

.back-to-accounts-list > i {
  margin-right: 10px;
}

.account-detail {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  position: relative;
  z-index: 1;
  padding: 0 20px 55px;
}
.account-detail > h3 {
  display: inline-block;
  margin: 22px 15px 5px 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .account-detail {
    border-left: none;
    border-right: none;
    box-sizing: border-box;
  }
}

.account-detail__h1,
.account-detail > .submenu {
  margin-left: 0;
  margin-right: 0;
}

.account-detail__more-link {
  font-size: 14px;
  border-bottom: 1px dashed;
}

.h1-level.rename-form {
  margin: 20px 0;
}

.h1-level.rename-form input,
.h1-level.rename-form button {
  font-size: 18px;
  line-height: 1.2;
  max-width: 100%;
  box-sizing: border-box;
}

.cards-list {
  color: #555;
}

.cards-list td {
  vertical-align: top;
}

.cards-list__item-title strong {
  color: #282828;
}

.cards-list__item-holder-name {
  color: #282828;
  text-transform: uppercase;
  font-weight: bold;
}

.card-monthly-statement {
  position: absolute;
  top: 34px;
  right: 20px;
}

.card-monthly-statement .year {
  display: block;
  margin: 10px 0 5px;
}

.card-monthly-statement .month {
  display: inline-block;
  margin: 0 10px 5px 0;
}

.info-table {
  margin: 35px 0 5px;
}

.half-col .info-table {
  margin-top: 10px;
}

.info-table > dt {
  clear: left;
  float: left;
  width: 30%;
  padding: 0 3.33% 10px 0;
}

.info-table > dd {
  padding-bottom: 10px;
  font-weight: bold;
  float: left;
}

.info-table > dd > a,
.info-table > dd > .link {
  font-weight: normal;
}

.info-table.dd-align-right {
  margin-right: 25px;
}

.half-col:nth-child(2) .info-table.dd-align-right {
  margin-right: 0;
  margin-left: 25px;
}

.info-table.dd-align-right > dt {
  width: 60%;
  padding-right: 0;
}

.info-table.dd-align-right > dd {
  text-align: right;
  float: none;
  margin-left: 60%;
}

.info-table-list {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.info-table-list > li {
  float: left;
  width: 50%;
  border-top: 1px solid #dbdbdb;
  box-sizing: border-box;
  padding: 20px 0;
}

.info-table-list > li:nth-child(1),
.info-table-list > li:nth-child(2) {
  border-top: none;
  padding-top: 0;
}

.info-table-list > li:nth-child(5),
.info-table-list > li:nth-child(6) {
  padding-bottom: 0;
}

.info-table-list > li:nth-child(even) {
  border-left: 1px solid #dbdbdb;
}

.info-table-list .dd-align-right {
  margin-right: 0;
}

.info-table-list > li:nth-child(odd) .info-table {
  margin-right: 25px;
}

.info-table-list > li:nth-child(even) .info-table {
  margin-left: 25px;
}

.info-table-list .info-table {
  margin-top: 0;
  margin-bottom: 0;
}

.info-table > dt.dt-hidden-desc {
  float: none;
  width: 100%;
  font-size: 12px;
  margin: 0 0 10px;
  padding-left: 20px;
  position: relative;
}

.info-table > dt.dt-hidden-desc > .fa-level-down {
  position: absolute;
  color: #999;
  left: 0;
  top: 5px;
}

.info-table > .hidden-desc {
  font-size: 12px;
  padding-left: 20px;
  position: relative;
}

.info-table > .hidden-desc > .fa-level-down {
  position: absolute;
  color: #999;
  left: 0;
  top: 5px;
}

.journal-header {
  padding: 0 20px;
  border-left: 1px solid #e2e2e3;
  border-right: 1px solid #e2e2e3;
  border-top: 1px solid #e2e2e3;
  margin-top: -1px;
}

.date-range-table {
  margin-top: -2px;
}

.datepicker-range {
  margin: 20px 0;
}

.datepicker-range_right {
  margin: -36px 0 0;
}

.datepicker-range .mdash {
  color: #b2b2b3;
  margin: 0 5px;
}

.datepicker-range > .statement-file {
  float: right;
  margin-top: 5px;
}

.btn-transparent {
  font: 14px/28px "Open Sans", sans-serif;
  color: #282828;
  background: none;
  border: 1px solid #dbdbdb;
  padding: 0 13px;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
}

.btn-transparent:hover {
  background-color: #fff;
}

.journal-table {
  border-collapse: collapse;
}

.journal-table.messages tr:hover td {
  background-color: #fff;
  cursor: pointer;
}

.journal-table th,
.journal-table td {
  border: 1px solid #e2e2e3;
  padding: 15px 10px;
  text-align: left;
  vertical-align: top;
}

.journal-table.messages td {
  padding-bottom: 20px;
}

.journal-table th:first-child,
.journal-table td:first-child {
  padding-left: 20px;
}

.journal-table.messages th:first-child,
.journal-table.messages td:first-child,
.journal-table.messages th:last-child,
.journal-table.messages td:last-child {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  border-right: none;
  border-left: none;
}

.journal-table th {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #555;
}

.journal-table th a {
  color: #555;
}

.journal-table .sorted a {
  color: #282828;
}

.journal-table td {
  font-size: 14px;
}

.journal-table .empty td {
  padding-bottom: 250px;
}

.journal-table.messages .messages-title {
  line-height: 22px;
  color: #282828 !important;
}

.journal-table.messages .not-read .messages-title {
  font-weight: bold;
}

.journal-table.messages .fa-flag,
.messages-filter .fa-flag {
  color: #d90008;
}

.journal-table.messages .message-text td {
  text-align: left;
  padding: 5px 10px 15px 65px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  background-color: #fbfbfb;
}

.modal-header {
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  border-bottom: 1px solid #e2e2e3;
}

.modal-close {
  position: absolute;
  font-size: 18px;
  color: #282828;
  right: 20px;
  top: 0;
}

.modal-header > h3 {
  margin-top: 15px;
}

.messages-filter {
  padding: 20px;
}

h1 > .light {
  color: #acacac;
  margin-left: 20px;
}

h1 > .light > i {
  margin-right: 15px;
}

.payments-list {
  margin: 0 20px 0;
  padding: 20px 0 0;
  list-style: none;
  border-top: 1px solid #e1e1e1;
  position: relative;
}

.payments-list > li {
  width: 16.66%;
  position: absolute;
  height: 180px;
}

.payments-list > li > a {
  border: 1px solid #ebebeb;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

/*-----------------------*/
/* #BROKER */
/*-----------------------*/
.progressbar-holder {
  margin: 10px 0 15px;
}

.half-col:not(:first-child) .progressbar-holder {
  margin-left: 25px;
}

.progressbar-value {
  float: right;
}

.progressbar-line {
  position: relative;
  height: 10px;
  background-color: #dbdbdb;
  margin: 15px 0 0;
}

.progressbar-line-value {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  background-color: #fad048;
  max-width: 100%;
}

.progressbar-line-value.green-fill {
  background-color: #5ca100;
}

.progressbar-line-value.yellow-fill {
  background-color: #fad048;
}

.progressbar-line-value.red-fill {
  background-color: #ed1c24;
}

.radiobuttons-h {
  display: inline-block;
  margin: 0 30px;
  padding: 0;
  list-style: none;
  border: 1px solid #dbdbdb;
  border-left: none;
  vertical-align: middle;
}

.radiobuttons-h > li {
  float: left;
  border-left: 1px solid #dbdbdb;
  margin-bottom: 0;
}

.radiobuttons-h > li > a {
  display: block;
  padding: 4px 15px;
  background-color: #fbfbfb;
  color: #282828;
}

.radiobuttons-h > .active > a {
  background-color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .one-thirds-col {
    float: none;
    width: 100%;
  }
  .global-side-margin,
.submenu__hidden ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .two-thirds-col {
    margin: 0;
    padding: 0 20px 0 21px;
  }
  h1 {
    margin: 20px 20px;
  }
  .two-thirds-col-left {
    float: none;
    width: inherit;
  }
  .one-thirds-col-right {
    float: none;
    width: inherit;
  }
  .half-col {
    float: none;
    width: 100%;
  }
  .half-col:nth-child(2) .info-table.dd-align-right {
    margin-right: 0;
    margin-left: 0;
  }
  .info-table.dd-align-right > dt {
    width: 100%;
  }
  .info-table.dd-align-right > dd {
    text-align: left;
    margin-left: 0;
  }
  .half-col:not(:first-child) .progressbar-holder {
    margin-left: 0;
  }
  .datepicker-range_right {
    margin: 20px 0 0;
    float: none;
    width: 395px;
  }
  .datepicker-range > label {
    display: block;
    margin-top: 10px;
  }
  .modal {
    width: inherit;
    margin-left: 0;
    left: 0;
    top: 0;
  }
  .payments-list > li {
    width: 25%;
  }
  .journal-header {
    padding-left: 20px;
    padding-right: 20px;
    border-width: 1px 0 0 0;
  }
  .signature-list__item-title {
    width: 50%;
    display: inline-block;
  }
  .signature-list__item-date {
    right: 90px;
  }
  .back-to-accounts-list {
    display: block;
  }
  .account-detail_invisible {
    display: none;
  }
  .account-detail .btn {
    margin-bottom: 10px;
  }
  .card-monthly-statement {
    position: static;
  }
}
@media screen and (min-width: 1px) and (max-width: 660px) {
  .info-table-list > li {
    float: none;
    width: 100%;
    border: none;
    padding: 0;
  }
  .info-table-list > li:nth-child(even) {
    border: none;
  }
  .info-table-list > li:nth-child(even) .info-table {
    margin: 0;
  }
  .payments-list > li {
    width: 50%;
  }
  .global-side-margin.narrow-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .w370 {
    width: 100%;
  }
  .state-select {
    width: 90px;
  }
  .w230 {
    width: 208px;
  }
  .phone-country-code {
    width: 105px;
  }
  .w330 {
    width: 275px;
  }
  .datepicker-range .btn-transparent {
    margin: 10px 0 0;
  }
  .datepicker-range > .statement-file {
    float: none;
    margin-bottom: 10px;
  }
  .datepicker-range .mdash {
    margin: 0;
  }
  .radiobuttons-h {
    margin: 10px 0 0;
  }
  .radiobuttons-h > li > a {
    font-size: 12px;
    padding: 4px 7px;
  }
  .signature-list__item-date {
    display: none;
  }
  .btn-holder > * {
    margin-bottom: 10px;
  }
  .info-table > dt {
    float: none;
    padding-bottom: 0;
    width: inherit;
  }
  .info-table > dd {
    float: none;
    margin: 0;
    padding-bottom: 15px;
  }
}
.paginator .page-size {
  float: right;
}
.paginator .page-size a {
  margin-right: 10px;
}

.progressline {
  height: 10px;
}
.progressline.green {
  background-color: #2e8b57;
}
.progressline.red {
  background-color: #ff7f7f;
}

.border-block {
  padding: 3px 20px;
  border: 1px solid #dedede;
  margin: -1px;
}
.border-block.border-block-no-bottom {
  border-bottom: none;
}
.border-block.border-block-no-top {
  border-top: none;
}
.border-block.border-block-no-right {
  border-right: none;
}
.border-block.border-block-no-left {
  border-left: none;
}

@media screen and (min-width: 1px) and (max-width: 660px) {
  .border-block {
    margin: -1px 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 420px) {
  .not-mobile-block {
    display: none;
    background-color: orange;
  }
}
.tile.tile-enabled:hover {
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(3, 3, 3, 0.2);
  position: relative;
  z-index: 1;
  left: -1px;
}

.tile.is-dragging {
  z-index: 5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.img-finam-logo {
  background-image: url(/img/edox-icon-36x36.png);
}

.img-profit-graph {
  background-image: url(/img/profit-graph-36x36.png);
}

.img-inline {
  display: inline-block;
  vertical-align: middle;
}

.img-size16 {
  width: 16px;
  height: 16px;
  background-size: cover;
}

.img-size24 {
  width: 24px;
  height: 24px;
  background-size: cover;
}

.img-size36 {
  width: 36px;
  height: 36px;
  background-size: cover;
}
/* light gray */
/* ultralight gray */
.inline-popup-link {
  cursor: pointer;
}
.inline-popup-link.open {
  position: relative;
  z-index: 12;
}

.inline-popup-link_label {
  position: relative;
  top: -0.4em;
  font-size: 12px;
  color: #00529f;
}

.inline-popup-wrap {
  display: inline-block;
}

.inline-popup {
  position: absolute;
  z-index: -1 !important;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  opacity: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  transition: 0.3s ease-out 0.1s;
  visibility: hidden;
  box-sizing: border-box;
}
.inline-popup.inline-popup_opened {
  opacity: 1;
  z-index: 10 !important;
  visibility: visible;
  border-radius: 8px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .inline-popup {
    padding: 35px 5px 0;
  }
}
.inline-popup.short-popup {
  width: 320px;
  margin-left: 10px;
  margin-top: 10px;
  padding: 15px 20px;
}
@media screen and (min-width: 1px) and (max-width: 660px) {
  .inline-popup.short-popup {
    left: 0;
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.inline-popup a {
  display: block;
}
.inline-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inline-popup ul li {
  margin-bottom: 10px;
  text-align: left;
  background-color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .inline-popup {
    overflow-y: auto;
    max-height: 350px;
  }
}

.inline-popup_inline-links a {
  display: inline;
  word-break: break-word;
}

.add-account .inline-popup {
  margin: 0;
  padding: 5px 23px 5px 0;
}
.add-account .inline-popup li {
  margin-bottom: 0;
}
.add-account .inline-popup a {
  display: block;
  padding: 5px 20px 5px;
}

.icon-dismiss-ghost-large-24 {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/dismiss.ghost.large.24.svg);
}

.icon-clock {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/clock.svg);
}

.icon-map_pin {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/map_pin.svg);
}

.icon-services-menu {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/services-menu.svg);
}
/* light gray */
/* ultralight gray */
.disabled-link {
  cursor: default;
}

.disabled-link:hover {
  color: inherit;
}

h1 {
  font-size: 30px;
  line-height: 120%;
  font-weight: normal;
  margin: 20px;
}

h1.bordered {
  border-bottom: 1px solid #e2e2e3;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 27px 0 12px;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

.p0 {
  padding: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.grey,
.cl-grey,
.noactive {
  color: #acacac !important;
}

.cl-red {
  color: #ed1c24;
}

.cl-green {
  color: #5ca100;
}

.w100 {
  width: 100%;
}

.hide {
  display: none;
}

.text {
  font-size: 14px;
  line-height: 22px;
  padding-right: 25%;
  height: 25px;
}

input.text,
textarea.text {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  padding: 0 10px;
  box-sizing: border-box;
}

textarea.text {
  height: auto;
  line-height: 20px;
}

.text a {
  text-decoration: underline;
}

.posr {
  position: relative;
}

.banner-top {
  text-align: center;
  margin: 3px 0;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .banner-top {
    display: none;
  }
}

.content {
  font-size: 14px;
  line-height: 1.42;
  font-family: "Open Sans", Arial, sans-serif;
  clear: both;
  padding: 0;
  position: relative;
}
.content ol {
  padding-left: 0;
}
.content ol li {
  list-style-position: inside;
}

.layout {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .layout {
    padding-left: 0;
    padding-right: 0;
  }
}

.layout_static {
  position: static;
}

.layout__inner-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  .layout__inner-content {
    max-width: 480px;
  }
}

.global-side-margin {
  padding: 0 20px;
}
.global-side-margin > h1 {
  margin-left: 0;
  margin-right: 0;
}
.global-side-margin.narrow-content {
  width: 590px;
  margin: 0 auto;
}

.one-thirds-col {
  float: left;
  width: 33.33%;
}

.one-thirds-col-right {
  float: left;
  width: 33.33%;
}

.half-col {
  float: left;
  width: 50%;
}

.two-thirds-col {
  margin-left: 33.33%;
}

.two-thirds-col-left {
  float: left;
  width: 66.66%;
}

.account-iframe {
  width: 100%;
  height: 524px;
  border: none;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .account-iframe {
    height: 470px;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .account-iframe {
    height: 575px;
  }
}
@media screen and (min-width: 1px) and (max-width: 370px) {
  .account-iframe {
    height: 590px;
  }
}
@media screen and (min-width: 1px) and (max-width: 320px) {
  .account-iframe {
    height: 660px;
  }
}
@charset "UTF-8";
/* Стили "таблицы" */
.simple-table-list_indent .simple-table-list-filter {
  padding: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.simple-table-list-filter-show {
  width: 175px;
  float: left;
}

.simple-table-list-filter-showbtn {
  margin: 0 0 0 10px;
  height: 30px;
}

.simple-table-list-filter-sort {
  width: 276px;
  margin-top: 10px;
}

.simple-table-list-filter-search {
  width: 276px;
  position: relative;
  margin-bottom: 10px;
}

.simple-table-list-filter-search-input {
  border: 1px solid #dbdbdb;
  background-color: #fff;
  font: 14px/28px "Open Sans", sans-serif;
  padding: 0 10px;
  vertical-align: middle;
  height: 30px;
  box-sizing: border-box;
  width: 100%;
}

.simple-table-list-filter-search-btn {
  position: absolute;
  display: block;
  width: 15px;
  height: 14px;
  background: url(/img/old-icons/icon-search.gif) no-repeat;
  border: none;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.simple-table-list-item {
  padding: 15px 0 5px;
  border-bottom: 1px solid #dbdbdb;
}

.simple-table-list_indent .simple-table-list-item {
  padding-left: 20px;
  padding-right: 20px;
}

.simple-table-list-item-field {
  margin-bottom: 10px;
}

.simple-table-list-item-field_date {
  color: #959595;
}

.simple-table-list-item-field-sum {
  white-space: nowrap;
}
@charset "UTF-8";
/* Дополнительная сортировка для datatables.net */
.sorting {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF1JREFUeNpiYEAAKSDWROIzMCJJ6AExKxDfAeLrMElkCRgAK2CEGsXFgAkuMf7//58BF2CE6mLFIvcRJOmMxdhvQHwIptMSSQFI4jiIhnkFpoABJoFuBxe68QABBgDLOxBnAk+FXQAAAABJRU5ErkJggg==) no-repeat;
  background-position: 98% 50%;
}

.sorting_desc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFlJREFUeNpiYEAAKSDWROIzMCJJ6AExKxDfAeLrMElkCRgAK2CEGsXFgAkuMf7//58BFwDpVAJiQSxyZ0HEXSD+j4bvwjQooSm4CxWDA5gCDAlkBSgSAAEGAM5cFVCPNY1CAAAAAElFTkSuQmCC) no-repeat;
  background-position: 98% 50%;
}

.sorting_asc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeNpiYEAFSlCMAUCCd6FYCZvEfyiGKxBEk4ArYITqNMZizXvG////M+ACIJ2sQKyHRe4bzFhNIFZBkvgNxJcYkQRgCsASQPwM3SiQAikYByDAAGOAFrCXLXWGAAAAAElFTkSuQmCC) no-repeat;
  background-position: 98% 50%;
}

.paging_simple_numbers .current {
  font-weight: bold;
}
@charset "UTF-8";
/* light gray */
/* ultralight gray */
.simple-table {
  font-size: 14px;
  margin: 25px 0;
  border: 0;
  border-collapse: collapse;
  width: 100%;
}
.simple-table tr.collapsed {
  display: none;
}
.simple-table tr:hover td {
  background-color: #fff;
}
.simple-table tr .sign-status {
  border-left: none;
  padding-left: 0.8em;
}
.simple-table tr .sign-status .sign-status {
  text-align: right;
  background: url("/img/common/done.gif") left top;
  display: block;
  width: 8px;
  height: 14px;
}
.simple-table th {
  font-size: 12px;
  color: #282828;
  font-weight: normal;
  background-color: #ffffff;
  text-align: left;
  vertical-align: top;
}
.simple-table th a {
  color: #000;
}
.simple-table th.simple-table__checkbox-holder {
  width: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.simple-table th.sticky-col {
  border-top: 1px solid #dbdbdb;
}
.simple-table th, .simple-table td {
  border: 1px solid #dbdbdb;
  padding: 15px 10px;
}
.simple-table th.multiple-cell, .simple-table td.multiple-cell {
  padding: 0;
}
.simple-table th .multiple-cell__top, .simple-table td .multiple-cell__top {
  vertical-align: bottom;
  padding: 15px 10px;
  border: 0;
}
.simple-table td.opinion span, .simple-table td.opinion2 span {
  width: 13px;
  height: 13px;
  overflow: hidden;
  background: transparent url(/img/tradingCentral/tc-arrows.gif) no-repeat 0 0;
  display: block;
  text-indent: -200px;
}
.simple-table td.opinion .v0, .simple-table td.opinion2 .v0 {
  background-position: 0 -26px;
}
.simple-table td.opinion .v2,
.simple-table td.opinion .v1, .simple-table td.opinion2 .v2,
.simple-table td.opinion2 .v1 {
  background-position: 0 0;
}
.simple-table td .href {
  cursor: pointer;
  color: #005286;
}
.simple-table td .href:hover {
  text-decoration: underline;
  color: red;
}
.simple-table .sticky-col {
  position: absolute;
  left: 22px;
  top: auto;
  color: #000;
  width: 150px;
  background: #fff;
  border-bottom: 0;
}
.simple-table .blank-col {
  min-width: 150px;
  border-left: 0;
}
.simple-table .multiple-cell__bottom-table {
  width: 100%;
  border-collapse: collapse;
}
.simple-table .multiple-cell__bottom-table td {
  text-align: center;
  padding: 10px;
  border-bottom: 0;
}
.simple-table .multiple-cell__bottom-table td.multiple-cell_no-border-left {
  border-left: 0;
}
.simple-table .multiple-cell__bottom-table td.multiple-cell_no-border-right {
  border-right: 0;
}
.simple-table .simple-table__group-key {
  text-align: left;
  font-size: 18px;
  color: #0A5991;
}
.simple-table .hidden-menu {
  position: absolute;
  background: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  padding: 0 0.4em;
  box-shadow: 0 3px 5px 0 #d1d1d1;
  width: 14.1em;
  left: -6.6em;
  top: 35px;
  z-index: 10;
  display: none;
}
.simple-table .hidden-menu ins {
  display: block;
  background: url(/img/hidden-menu-arrow.gif) no-repeat;
  width: 20px;
  height: 10px;
  margin-top: -10px;
  margin-left: 6.3em;
}
.simple-table .hidden-menu a {
  display: block;
  margin: 1em 0;
  float: none;
  background: none;
  width: auto;
  height: auto;
  color: #000;
  padding-left: 26px;
}
.simple-table .menu {
  position: relative;
  z-index: 0;
}
.simple-table .menu.active {
  z-index: 10;
}
.simple-table .menu.active .hidden-menu {
  display: block;
}
.simple-table .menu.active .menu-btn {
  background-position: -120px -66px;
}
.simple-table .menu .menu-btn {
  float: left;
  display: inline;
  width: 22px;
  height: 22px;
  background-image: url(/img/common/icons-journal.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: -120px 0;
  margin: 0;
}
.simple-table .menu .menu-btn:hover {
  background-position: -120px -22px;
}
.simple-table .group-open {
  margin: 0;
}
.simple-table .group-open.open {
  background-position: 0 -18px;
}
.simple-table .grouped i {
  display: inline-block;
  background: url("data:image/gif;base64,R0lGODdhBAAEAPABALS0tNra2iwAAAAABAAEAAACBQxgp5dRADs=") no-repeat;
  width: 4px;
  height: 4px;
  margin-top: 0.5em;
}

.simple-table_inventories .menu {
  z-index: initial;
}

.simple-table__small-col {
  width: 20px;
}

.sort-span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF1JREFUeNpiYEAAKSDWROIzMCJJ6AExKxDfAeLrMElkCRgAK2CEGsXFgAkuMf7//58BF2CE6mLFIvcRJOmMxdhvQHwIptMSSQFI4jiIhnkFpoABJoFuBxe68QABBgDLOxBnAk+FXQAAAABJRU5ErkJggg==) no-repeat;
  height: 10px;
  width: 10px;
  display: inline-block;
}

.sort-span_minus {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFlJREFUeNpiYEAAKSDWROIzMCJJ6AExKxDfAeLrMElkCRgAK2CEGsXFgAkuMf7//58BFwDpVAJiQSxyZ0HEXSD+j4bvwjQooSm4CxWDA5gCDAlkBSgSAAEGAM5cFVCPNY1CAAAAAElFTkSuQmCC) no-repeat;
}

.sort-span_plus {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeNpiYEAFSlCMAUCCd6FYCZvEfyiGKxBEk4ArYITqNMZizXvG////M+ACIJ2sQKyHRe4bzFhNIFZBkvgNxJcYkQRgCsASQPwM3SiQAikYByDAAGOAFrCXLXWGAAAAAElFTkSuQmCC) no-repeat;
}

.filter input[type=text] {
  border: 1px solid #dbdbdb;
  background-color: #fff;
  font: 14px/28px "Open Sans", sans-serif;
  padding: 0 10px;
  vertical-align: middle;
  height: 30px;
  box-sizing: border-box;
}
.filter .search-btn {
  top: 8px;
}

.filter-holder td {
  padding: 5px 10px;
}
.filter-holder select {
  padding: 3px 5px;
  border: 1px solid #dbdbdb;
  box-shadow: none;
  color: #282828;
  height: 30px;
}

.simple-table__icon_signed {
  font-size: 15px !important;
  color: #30af49;
}

.simple-table__pay-btn_right {
  float: right;
  margin-top: 10px;
}

.simple-table__td-right {
  text-align: right;
}

.simple-table__group-select {
  float: left;
  margin: 10px 22px 10px 10px;
}

.simple-table__group-select-title {
  display: inline-block;
  margin: 9px 0 12px;
}

.simple-table__group-select-label {
  cursor: pointer;
}
.simple-table__group-select-label :hover {
  color: #ed1c24;
}

.simple-table__contract-calc {
  color: #808080;
}

@media screen and (min-width: 1px) and (max-width: 480px) {
  .simple-table__tr_mobile td {
    padding: 0 10px;
  }
  .simple-table_grouped-documents {
    display: block;
  }
  .simple-table_grouped-documents thead {
    display: block;
  }
  .simple-table_grouped-documents thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .simple-table_grouped-documents tr {
    display: block;
    border-bottom: 1px solid #A2A2A2;
    padding: 10px 0;
  }
  .simple-table_grouped-documents tbody {
    display: block;
  }
  .simple-table_grouped-documents td {
    display: table;
    border-bottom: 0;
    border: none;
    position: relative;
    text-align: left;
    padding: 5px 10px;
  }
  .simple-table_grouped-documents td:before {
    content: attr(data-name);
    position: relative;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    display: block;
    text-align: left;
  }
  .simple-table_grouped-documents .simple-table__grouped-head {
    position: relative;
    top: 0;
    left: 0;
  }
  .simple-table_grouped-documents .simple-table__grouped-head th {
    display: none;
    background-color: transparent;
    border: 0;
  }
  .simple-table_grouped-documents .simple-table__grouped-head .simple-table__group-key {
    display: block;
    border-bottom: 0;
    padding-left: 0;
  }
  .simple-table_grouped-documents .simple-table__check-all {
    display: block !important;
    border-bottom: 0;
    border: none;
    position: relative;
    width: 95%;
    text-align: left;
    padding-left: 0;
  }
  .simple-table_grouped-documents .simple-table__check-all:after {
    content: attr(data-name);
    position: relative;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
  }
  .simple-table__buttons tr {
    display: table;
    width: 100%;
  }
  .simple-table__buttons td {
    float: left;
    display: inline-block;
  }
}
/* Пейджинг в ПИФах */
.dataTables_length {
  display: inline-block;
  margin-bottom: 25px;
}

.paging_simple_numbers {
  float: right;
}
.paging_simple_numbers .paginate_button {
  margin: 0 5px;
}

.simple-table__scroller {
  overflow-x: scroll;
  overflow-y: visible;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  margin: 25px 0;
}
.simple-table__scroller .simple-table {
  margin: 0;
}
.simple-table__scroller .simple-table td:first-child, .simple-table__scroller .simple-table th:first-child {
  border-left: 0;
}
.simple-table__scroller .simple-table td:last-child, .simple-table__scroller .simple-table th:last-child {
  border-right: 0;
}
/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
.form-row {
  -ms-zoom: 1;
  zoom: 1;
}
.form-row:before, .form-row:after {
  content: "";
  display: table;
}
.form-row:after {
  clear: both;
}

/* light gray */
/* ultralight gray */
.new-form-input, .form-row_copy-address select {
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  margin: 0 3px 5px 0;
  height: 30px;
  box-sizing: border-box;
  vertical-align: middle;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.new-form-input_textarea, .new-form-input_select, .form-row_copy-address select, .new-form-input_select-phone-country-code, .new-form-input_text {
  width: 310px;
}
@media screen and (min-width: 1px) and (max-width: 400px) {
  .new-form-input_textarea, .new-form-input_select, .form-row_copy-address select, .new-form-input_select-phone-country-code, .new-form-input_text {
    width: 280px;
  }
}

.new-form-input_text {
  padding: 3px 10px;
}

.new-form-input_select, .form-row_copy-address select, .new-form-input_select-phone-country-code {
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
  box-shadow: none;
  max-width: 100%;
  /* DOS address step */
}
.new-form-input_select.js-formstyler-select, .form-row_copy-address select.js-formstyler-select, .js-formstyler-select.new-form-input_select-phone-country-code {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 3px 0.6em;
  cursor: pointer;
}
.new-form-input_select.js-formstyler-select::-ms-expand, .form-row_copy-address select.js-formstyler-select::-ms-expand, .js-formstyler-select.new-form-input_select-phone-country-code::-ms-expand {
  display: none;
}
.new-form-input_select.article, .form-row_copy-address select.article, .article.new-form-input_select-phone-country-code {
  width: 10em;
}

.select-input-box {
  background: #fff;
  z-index: 0;
  position: relative;
}
.select-input-box .select-trigger {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0 !important;
  height: 28px;
  width: 29px;
  background: #fff;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding: 0;
}

@media screen and (min-width: 1px) and (max-width: 400px) {
  .new-form-input_margin-bot, .form-row_copy-address select {
    margin-bottom: 10px;
  }
}

.new-form-input_textarea {
  padding: 3px 10px;
  height: auto;
}

.new-form-input_textarea-code {
  font-family: monospace;
  font-size: 11px !important;
}

.new-form-input_error {
  border-color: #c90000;
}

.new-form-input_short {
  width: 5em;
}

.new-form-input_full-width {
  width: 100%;
}

.new-form-input_auto {
  width: auto;
}

.new-form-input_max-hundred {
  max-width: 100px;
}

.new-form-input_passport-number {
  width: 237px;
  margin-right: 0;
}

.new-form-input_select-phone-country-code {
  width: 100px;
}
@media screen and (min-width: 1px) and (max-width: 320px) {
  .new-form-input_select-phone-country-code {
    width: 95px;
  }
}

.new-form-input_phone-code {
  width: 66px;
}

.new-form-input_phone-number {
  width: 138px;
}
@media screen and (min-width: 1px) and (max-width: 400px) {
  .new-form-input_phone-number {
    width: 108px;
  }
}

.new-form-input_address {
  width: 215px;
}

.new-form-input_postal-index {
  width: 215px;
}

.new-form-input_datepicker {
  padding: 3px 10px;
  width: 124px;
}

.new-form-input_full-width {
  width: 100%;
}

.new-form-input_duplicable {
  width: 273px;
}

.new-form-date-input {
  position: relative;
}

.form-row {
  margin-bottom: 20px;
  position: relative;
  max-width: 100%;
}
.form-row .inline-popup {
  padding: 25px 15px 20px;
}
@media screen and (min-width: 1px) and (max-width: 940px) {
  .form-row .inline-popup {
    left: 0;
    right: 0;
    max-width: 100%;
  }
}

.form-row_client-info {
  margin-bottom: 10px;
}
.form-row_client-info .form-row__label-wrap, .form-row_client-info .form-row_copy-address span, .form-row_copy-address .form-row_client-info span {
  width: 270px;
}
.form-row_client-info .inline-popup-link {
  color: #c2c2c2;
}
.form-row_client-info .inline-popup-link.open i {
  color: #ed1c24;
}
.form-row_client-info .form-row__quest-icon {
  display: block;
  float: left;
  width: 12px;
  position: relative;
  margin-right: 10px;
  text-align: center;
  height: 20px;
}
.form-row_client-info .inline-popup {
  bottom: 150%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.35);
}
.form-row_client-info .inline-popup .inline-popup__triangle {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}
@media screen and (min-width: 1px) and (max-width: 610px) {
  .form-row_client-info .inline-popup {
    bottom: 50%;
    left: 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.35);
    transform: translateX(-110%) translateY(50%);
  }
  .form-row_client-info .inline-popup .inline-popup__triangle {
    right: -30px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
  }
  .form-row_client-info .form-row__input-wrap {
    width: 100%;
  }
  .form-row_client-info .form-row__quest-icon {
    float: right;
    margin-right: 0;
  }
}

.form-row_border-bottom-dashed {
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.duplicable-field-group_last .form-row_border-bottom-dashed:last-child {
  border-bottom: 0;
}

.form-row__client-show-btn {
  color: #00529f;
  border-bottom: 1px dashed #00529f;
  cursor: pointer;
}
.form-row__client-show-btn:hover {
  color: #e60000;
  border-color: #e60000;
}

.form-row__client-show-btn_hidden {
  display: none;
}

.client-info__show .form-row__client-show-btn {
  display: inline-block;
}

.form-row__client-label_button {
  width: 300px !important;
}

@media screen and (min-width: 1px) and (max-width: 610px) {
  .form-row__client-wrap-button {
    width: 100%;
    text-align: center;
  }
}

.form-row_buttons {
  padding-top: 25px;
  border-top: 1px solid #e2e2e3;
  margin-top: 40px;
}

.form-row_border-top {
  border-top: 1px solid #e2e2e3;
  padding-top: 25px;
  margin-top: 25px;
}

.form-row_login-with {
  padding-top: 10px;
  padding-bottom: 15px;
}

.form-row_copy-address {
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 610px) {
  .form-row_copy-address {
    background-color: transparent;
    padding: 0;
  }
}

.form-row__label-wrap, .form-row_copy-address span {
  display: inline-block;
  width: 15em;
  vertical-align: top;
  position: relative;
  top: 1px;
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 5px;
  max-width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 610px) {
  .form-row__label-wrap, .form-row_copy-address span {
    display: block;
    top: 0;
  }
}

.form-row__label-wrap_ver-align-mid {
  vertical-align: middle;
}

.form-row__label-wrap_copy-address-group {
  width: 235px;
}

.form-row__input-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.form-row__input-wrap * {
  font-size: 14px;
  max-width: 100%;
}
.form-row__input-wrap.date-input {
  float: left;
  width: 235px;
}
.form-row__input-wrap.date-input ~ .xsd-validator {
  clear: none;
}
.form-row__input-wrap.date-input input {
  width: 100%;
}

.form-row__input-inner-wrap {
  position: relative;
  display: inline-block;
  max-width: 475px;
}

.form-row__input-inner {
  font-size: 14px;
  display: inline-block;
}
.form-row__input-inner .search-btn {
  top: 0.6em !important;
}

.form-row__input-wrap_phone {
  width: 310px;
}
@media screen and (min-width: 1px) and (max-width: 400px) {
  .form-row__input-wrap_phone {
    width: auto;
  }
}

.form-row__phone-input-wrap {
  display: inline-block;
}

.form-row__phone-input-paragraph {
  color: #afafaf;
  margin-top: 0;
  font-size: 12px;
  text-align: center;
}

.form-row__phone-additional-number {
  display: none;
}
.form-row__phone-additional-number.form-row__phone-additional-number_opened {
  display: inline-block;
}

.form-row__phone-type-wrap {
  display: block;
}

.form-row__input-wrap_align-top {
  vertical-align: top;
}

.form-row__hints {
  float: right;
  width: 250px;
  font-size: 12px;
  line-height: 1.2;
  color: #c90000;
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  .form-row__hints {
    float: none;
    margin-left: 255px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1px) and (max-width: 610px) {
  .form-row__hints {
    margin-left: 0;
  }
}

.corporate-action-page .form-row__hints {
  background-color: transparent;
}

/* side link "create login" @ account */
.form-row__input-side-helper {
  display: inline-block;
  margin-left: 0.4em;
  font-size: 0.9em;
  vertical-align: middle;
}

.form-row_big-checkbox {
  border: 1px solid #e2e2e3;
  position: relative;
}

.form-row__big-checkbox-wrap,
.form-row__big-label-wrap {
  font-size: 14px;
  vertical-align: middle;
}

.form-row__big-checkbox-wrap {
  position: absolute;
  left: 5px;
  top: 5px;
}
.form-row__big-checkbox-wrap [type=checkbox] {
  width: 20px;
  height: 20px;
}

.form-row__big-label-wrap label {
  display: block;
  cursor: pointer;
  padding: 8px 8px 8px 38px;
}

.form-row_hide {
  display: none;
}

.form-row__whole-length .form-row__input-wrap,
.form-row__whole-length .datepicker {
  width: 310px !important;
}

.form-row__label-link {
  display: inline-block;
  font-size: 11px;
  border-bottom: 1px dashed #00529f;
}
.form-row__label-link:hover {
  border-color: #ed1c24;
}
/* light gray */
/* ultralight gray */
.new-form-input {
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  margin: 0 3px 5px 0;
  height: 30px;
  box-sizing: border-box;
  vertical-align: middle;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.new-form-input_textarea, .new-form-input_select, .new-form-input_select-phone-country-code, .new-form-input_text {
  width: 310px;
}
@media screen and (min-width: 1px) and (max-width: 400px) {
  .new-form-input_textarea, .new-form-input_select, .new-form-input_select-phone-country-code, .new-form-input_text {
    width: 280px;
  }
}

.new-form-input_text {
  padding: 3px 10px;
}

.new-form-input_select, .new-form-input_select-phone-country-code {
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
  box-shadow: none;
  max-width: 100%;
  /* DOS address step */
}
.new-form-input_select.js-formstyler-select, .js-formstyler-select.new-form-input_select-phone-country-code {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 3px 0.6em;
  cursor: pointer;
}
.new-form-input_select.js-formstyler-select::-ms-expand, .js-formstyler-select.new-form-input_select-phone-country-code::-ms-expand {
  display: none;
}
.new-form-input_select.article, .article.new-form-input_select-phone-country-code {
  width: 10em;
}

.select-input-box {
  background: #fff;
  z-index: 0;
  position: relative;
}
.select-input-box .select-trigger {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0 !important;
  height: 28px;
  width: 29px;
  background: #fff;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding: 0;
}

@media screen and (min-width: 1px) and (max-width: 400px) {
  .new-form-input_margin-bot {
    margin-bottom: 10px;
  }
}

.new-form-input_textarea {
  padding: 3px 10px;
  height: auto;
}

.new-form-input_textarea-code {
  font-family: monospace;
  font-size: 11px !important;
}

.new-form-input_error {
  border-color: #c90000;
}

.new-form-input_short {
  width: 5em;
}

.new-form-input_full-width {
  width: 100%;
}

.new-form-input_auto {
  width: auto;
}

.new-form-input_max-hundred {
  max-width: 100px;
}

.new-form-input_passport-number {
  width: 237px;
  margin-right: 0;
}

.new-form-input_select-phone-country-code {
  width: 100px;
}
@media screen and (min-width: 1px) and (max-width: 320px) {
  .new-form-input_select-phone-country-code {
    width: 95px;
  }
}

.new-form-input_phone-code {
  width: 66px;
}

.new-form-input_phone-number {
  width: 138px;
}
@media screen and (min-width: 1px) and (max-width: 400px) {
  .new-form-input_phone-number {
    width: 108px;
  }
}

.new-form-input_address {
  width: 215px;
}

.new-form-input_postal-index {
  width: 215px;
}

.new-form-input_datepicker {
  padding: 3px 10px;
  width: 124px;
}

.new-form-input_full-width {
  width: 100%;
}

.new-form-input_duplicable {
  width: 273px;
}

.new-form-date-input {
  position: relative;
}
/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
.new-form {
  background-color: #f8f8f8;
}
.new-form .mdash {
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
}

.new-form__form-wrap {
  margin-bottom: 50px;
}

.new-form__inner-wrap {
  position: relative;
  width: 865px;
  max-width: 60em;
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  .new-form__inner-wrap {
    width: auto;
  }
}

.new-form__inner-wrap_auto {
  width: auto;
}
.new-form__inner-wrap_auto .form-row__hints {
  width: 216px;
}

.new-form__inner-wrap_wide {
  width: 960px;
}
@media screen and (min-width: 1px) and (max-width: 1095px) {
  .new-form__inner-wrap_wide {
    width: auto;
  }
}
.new-form__inner-wrap_wide .form-row__label-wrap {
  width: 368px;
}
@media screen and (min-width: 1px) and (max-width: 750px) {
  .new-form__inner-wrap_wide .form-row__label-wrap {
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 400px) {
  .new-form__inner-wrap_wide .form-row__label-wrap {
    width: 280px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1095px) {
  .new-form__inner-wrap_wide .form-row__hints {
    float: none;
    margin-left: 378px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1px) and (max-width: 750px) {
  .new-form__inner-wrap_wide .form-row__hints {
    margin-left: 0;
  }
}

.new-form__group {
  padding-top: 20px;
}

.new-form__group_border-top {
  border-top: 1px solid #e2e2e3;
}

.new-form__group-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 620px;
  line-height: 1.4;
}

.new-form__group-title_level2 {
  font-size: 16px;
}

.new-form__group-title_small {
  font-size: 15px;
}

.new-form__group-title_margin-bottom-min {
  margin-bottom: 10px;
}

.new-form__group-title_margin-top {
  margin-top: 40px;
}

.new-form__address-group {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e3;
}
.new-form__address-group:nth-of-type(3) {
  border-bottom: 0;
}

.new-form__document-group {
  margin-bottom: 20px;
}

.new-form__document-group-title {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.7em;
}

.new-form__document-group-item {
  margin-bottom: 0.4em;
}

.new-form__check-all {
  margin-bottom: 25px;
  display: inline-block;
}

.new-form__hr {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e2e2e3;
  border: 0;
  height: 1px;
}

.new-form__top-label-wrap {
  margin-bottom: 5px;
}

.new-form__link-list {
  list-style-type: none;
}

.new-form-input_standart-width {
  width: 310px !important;
}
/* light gray */
/* ultralight gray */
.new-form .ui-datepicker-trigger {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 3px !important;
  height: 28px;
  width: 29px;
  background: #fff;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding: 0;
}
.new-form .input-validation-error + .ui-datepicker-trigger {
  border-left: 1px solid #c90000;
  border-right: 1px solid #c90000;
}

/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */

/* light gray */
/* ultralight gray */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: black;
  background-color: #fed957;
  border: 1px solid;
  border-color: #fec80b;
  border-radius: 4px;
}

.bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "x";
  padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/common//fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/common//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/common//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/common//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/common//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/common//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

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

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

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* light gray */
/* ultralight gray */
/* light gray */
/* ultralight gray */
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.ui-dialog {
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .ui-dialog {
    width: 93% !important;
    margin-left: auto;
    margin-right: auto;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box;
  }
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0 20px;
}
.ui-dialog .ui-dialog-title {
  margin: 15px 0 12px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.1;
  white-space: normal;
  min-width: 200px;
}
.ui-dialog .ui-dialog-titlebar-close {
  right: 20px;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-dialog .ui-dialog-content_indent {
  padding: 20px;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 10px 15px;
}

.ui-widget-content {
  background: #fbfbfb;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-widget-header {
  background: #fff;
  border: none;
  border-bottom: 1px solid #e2e2e3;
  color: #282828;
}

.ui-dialog-titlebar .ui-state-default,
.ui-dialog-titlebar .ui-state-hover,
.ui-tabs-nav .ui-state-default,
.ui-tabs-nav .ui-state-hover {
  border: none;
  background: none;
}

.ui-dialog-content_service-list p, .ui-dialog-content_service-list ul {
  margin: 0;
}
.ui-dialog-content_service-list ul {
  list-style-position: inside;
}

.ui-widget-content a {
  color: #00529f;
}
.ui-widget-content a:hover {
  color: #00529f;
}

.ui-tabs .ui-tabs-nav {
  padding: 0;
  background: none;
}
.ui-tabs .ui-tabs-panel {
  padding: 20px 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin: 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  font-weight: bold;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 15px 20px 10px 0;
}
.ui-tabs.ui-widget-content {
  border: none;
  padding: 0 20px;
}

.ui-datepicker {
  z-index: 101 !important;
}

.ui-datepicker-trigger {
  max-height: 100%;
}

.ui-accordion .ui-accordion-content {
  overflow: visible;
}
/*! jQuery UI - v1.11.2 - 2015-01-20
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

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

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0; /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0; /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/img/common/jquery-ui-1.11.2/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("/img/common/jquery-ui-1.11.2/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("/img/common/jquery-ui-1.11.2/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("/img/common/jquery-ui-1.11.2/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/img/common/jquery-ui-1.11.2/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("/img/common/jquery-ui-1.11.2/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/img/common/jquery-ui-1.11.2/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/img/common/jquery-ui-1.11.2/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/img/common/jquery-ui-1.11.2/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAAYFBMVEUAAACIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIjMfMccAAAAH3RSTlMAGQ8zQAhlYC8hnVBKGr9uKEWPzaCUFIFWLMSw7ah8FICxRgAADQNJREFUeNrsmlFqxDAMRKOTvPvfsuD9KNHQGUq2rmH1oNCNZEuaKE6c3WsYhhMo6vpkCg5XgHpcojVSUDfnjYJoBwLcE5YTBM1a0KytRAkg42/OW1uigLICVM8HzBkUAYqgsDrXBgU0f1tCs4uCZnSYXZy/I24BSsLZDgAgXkO2A0wC0gHb8CnGDnYOBUFeqJvzYbeFN94F8iK0nM+q/wfmQWgYhmEYhg/gDU+CRz8HFeWf5aFMQbwwevn3AQVUm32rJJqACKAO3Z36Wa9CBSi7edywGZL8U8bNLAoavayeCrD+dsGL0LN1M+b3AWUEW9ZzOiCtWu9/H7BmO2gNmLvAMAzDMAzD/8Hzh/lH87O1AAWwB4IxQ4wvipoJ8AHyCKCZUZf7cJqtgX7EZpPjh3pwCRAU0wo0HM2IGG0HyQDEGOLb7TIqgDGz8BW44TYBLRCA5kBzX5gOihL5Foakr1aMGR4TyBFSefLJO4AcMPY8IxAb2gTMa4Baz7oL/PF4AK5hGIZhGAbl+c9S4XECbr8YbCx8fiH87xKIAdRLJ88J3L9WoprJQbkNNGtKI6BEsfE1gBYQ5gb3RqLWv1DNZjoIygpQEi63mVUAbP2k9gIdzl2f7zFcpoN0O6wCo0e4cgJ0q1G4zf5C7DJezSrAwhQoAohAWQBJQPzFIZvB7p8vHa6XgAlxuUugoMIlIPU3NL5ZxNACBD1lYpJF0J0jswgKyLIEeZ0ve46C+VKw1/AV0A4wcPz7gC92zr/JSRgIw5uEn2L1ZjrTO/3n+f7f0jZYlywmsVoVxzw9rrcESN6XJZAr1P31G2IajUaj0TgwyO/EUT4xIxYHyBMBHnEAeK5+9nPAFfUnrvHwLgO7MCY0gtmVPw8ibjcn0WLKa2KB0gIYwclCUDaEZx8UGAesxFiUlEPlUhtBMAJq+YFZF7P67zPAwV4USXmknAEYOcVyDTTGKiwvjPDkTtAasHMgv8cpG2DX0NbXc1xDszjIc3FaoYsJnwLOdJG1W2gMlG8nqBlSKH8SlJ9owT0yeqWkv5AuGYcOPpo//HVOo9FoNBq/F/+Pn8hIAtiP5/Yh/Ir+Y31VklWnbyqx+mkgXhIohgf7sizSgPX3xh6P7mRIx3ce8WxiqD5ywKE+rWL9Kd2u7/GCxqkBRBPS8awJE72OYxnAnZJB3sTGgAjlx0VUPwc7BOoZsF8+YgzKZAARLSVysAfky31AdvdqjBf8rg/Q8sMe/8WzQKnLF8V/XxAZx9zBxNevA+qYTqKCO6ABVer6G41Go9H4LgEgyI/TX5E/xQJ8WKTAa+XKjXdQkhhscaj5McEkSrCbn4FZTGwC5e0ryQoqiY9dt6AzFoBld6k75J+mHgORMdELwcbJBm1rtNX9RN8z9YWPz1fSBplAgWFfo45O6LrOrxhDPiQGbBygv4FmQGIAyOmKgES4ZwAZA+hXuBtAf7kEtgacz2dBsoCACQoGzImB+CtE7oY4v7JpYGp4LM1lAAv6doV7H4A2MG2xB8CrAZd57hIDLpeLYDNwH9sZ1gDV320NABIDnMdYlAoWLjeyGXBauOk/6f8BAgRRAzxx0s2toIfA+/fbQ+Ast07xrPWH+HrYANX/9r7LG+DMDME5d3JOK2CeZ8hmwOm0wHLaGiCyNSAQJ90cwDwjK5e1E7wYOVAwQKwBYgx4Ew0ZxjegyxlgK2SOaAW8vLxAn82AcFqWU1AD1jhvwMsKEnET8zRNTC4xIIiusMTXVm9vDeiNASQZMET9FQO0vk8Rk3J9n8uAcIoEMjELsJAck9MEs0QmWJlMBhQMqB4CkNYX9VsDQlqfuQ7gtXIdUD8NanviJAqBWaxefrTTG7V6O8MaoL2gPI8QxkiQnwbm531xUp2ZThqNRqPx3/D6KkU8eMkDcSoTCJnx+wJsx9gDK4MZns31WBWZ9nTdg/rGcdyWh6BLfOiB12nZDHYGGN5RvGszANs/UQdguAGF8fw0TfXY7JPxm3o8eDqVO8iw1fwZPhv9wDirflAHcKZ92Fj4GF+iBFlQwSCQFYx8lvN1QuVMgkxJLGnsez+RtH8ccw0EGDQe2GWcLIxeLx0JAIGsAT6isYQv7J2LgpowEEXH8AbFKl1t123v//9lSVQmGTekVsuK5uiuvSY85u4QAia22qyWVWPFj4YS+lsD2uPDDhBAKfRPW2eUlbLvC85gg5Lb45687Mu3WBcoFBnqBIak9hlApIWbAb+xhx0/kkGFM+AXHegX31L6NmQAa7K1yIACTl8/Navm/r3c3haGLTcplbh2ABL76jRsQFL90A8ZPwcsrseVTiLWv8zjwCMmhmOcdcKay63jt6fyGKDgZgR9du000soja9zrJWlAghMifrE9YYClq8Ou3R2+nfQKJ6qg5viJ4UOAtZTv76x17qMdM4AEIFKK35dwgy8MSmwDiHyHBICfxIQ1cfyeC3hlx08b5EQ5NoMB6wJqZHmQIIch983YEPGLfoC47S21HCsU1gXHL0+DlgPKKjbH6o+URAb5KGmGjHeELvtAkUgkEvlKGvvGdIqeb4F5iP+TEj3lDfP7x1GoiaiGEkMO0iH+pqkqdqAE1s7uLZEkWJae8RYNTjRCyzca3+cKJdqm+XAcAG4xoEBJJQpr4Zpq2RuvBo1MftzeoKRCXtxwufioVvwDysB1QEh6B4eKOBaUvGBLVOMDdzMAQMFLmNjNj5sAbIAMpCGkBVCQzwCnqwlzMwpgA2iNY+ZxVz3PAcuAlcbeYN277jEgOJ4eA5xS7jFVA078Cp8YUIGsy9eW47/MEHd5ZICpwhkANFSxAWQMsBwuDaybPn5qICOSGkL7DLjsbtci/gR2G/ALVQ+2Vr/WWR5q3IAdoH92gwF7AA0qzgB59brqKfkGCT703rX3M0BmwHej3934OcCyNlSDFgkDpXEMcA6d6gRcf2pvG1CWvQFOI/jRNC3K+7cBHH/NDuj4U3VxFqp48XqNPTtgdnxnNXsJXAN+/jw9RYJ424AmMeMPIE+D//Es8E7vAAaZkkud51tWSPunYgfw6YycivD5aRDVGU8bgEbDBjB3MkCizN/+HYpvHwjQ47QYH4qUdYwVyYLgGGDFR1mCpH9mFOoHPO6cld3b246YYq20b6RkmyPvuEQikch9aBpilt/R831Jr8MBOAxijRNrehWW6Fnagojf0nToyOKDOzNMSveig6ajyThAqSEFajagDn/3FZMi9VwL8Rs+jS7RcYv1T8YSIBr+3rCQBjAKkPEDaWDgJutNthk0b/OrDDgASgEHa+NyH3LkMv6WY+f4fUN3C1UArDdEtHEqdF9oQIoTqdcAzm/eY2WVcfweA5STMsiIKANXFwYk6Lpuup4uB+w3QAIo2z+O/6YMmLwR5ARQakiBNzbgTWaAfwVcfnMbwHIaZKO3YbnxNoK25Py/+SzAgCajw0DnHVXFGSANkKXP8AWD6RY926uCeioDIpFIJBKZlhRSTgnaNDBD4t7UtYwfUk4JwBY4BrA9yq6Qtkr/gutfPuj8WMl/eZsCqQgYFxIpTQXAFggD2B4gHXbPhCcqOAaYcr8BroThUoKmAkdyrwFAa15PkkiHJyo4BrQypnDEUmLcgFlnAAyPlQFTtQHMQ7UBE58FYHigs8ADIPsBL2dAJBKJRL4QvPQ8KrUm7CvldFT2L/Q9uQotYZ+CQy7TLVCSAPL7D67WD0qNLWFPqB1X2gsHIF+T6/SjDmxU6Ij2KXWcAkBdUas1Aw4kU1n/VDw+HyrrsTVcnelH9qDd2wR70uz5L1QWQKWw9hiw0ixWC5z0AouFfgPn8v7Ra7scKyxWD2qAzgBNB+W2CzXc8CG//S65Tj/qIUCtOQcWaDlcUIOqcQ143kawBLp9B5Tu7YA0hRP+E39gWx4AHGY5az4SiUQiN8PzA8JaDqK6XvP6ptFheH5AUIthdNdqub4pdJglBpYhLQdSXqvl+ibQQeT8AKMNrHMCKO81D6WF5m3QkJq85TU0YnskNUbLOyIS5bY2kNZhLgdH4wxrojw3/wjW5/JxDSJfOUvWl68gsnWe56wNRKXRYew5vR6NnCgXO0wYqU8yoEB9YUBwf/SvMV2a+O9oQEFUeAzwvHoCCuuwQeEMKM8Twu93CBSFd4fCmmEdMhBAIENGtJm8bnQQnh/gb9S4EXzzNlKQmjzlnkaSpMZYuVF+3VOyDjDtaUyubwIdZPqODK9vAh1k+q4sr+/e+pHmO0QikUgkMhtw5Fb90P+59ijINAjo5zYA4waYB2uAxg0g0LwMAJBBar9B0L/GNChmwMwMePE24NXPApFIJBKJRO7NYj49ARACFRIk18e/oLmwoMXNBiww3/hvygCOd77xuxmAxfnhMQBn3Hgh4n/eNiA5w+WDX6xnlQO3ZsCx/nzj/9cMeJr4bz0LXMb/3G1A+Pw/uxzgDLgDWBx/ZhT/n42CkQsA1er3Z9wqvcsAAAAASUVORK5CYII=");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAAY1BMVEUAAABERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkRERkTC3wrKAAAAIHRSTlMAGBAyCD9gUSEuZkqgwEQnj81slZ0MMIOuFiwdmXDtfse2SqwAAAz8SURBVHja7JpRauwwDEWjnZz9r/KBf4bk0iNKXl1DdaDQjmRLulGc2J1rGIYTKOr6yxQcrgD1ukQ1UlA3542CZAcC3BOOCwQPa0FYPxREgBh/c97aEgWUClDPfECuYAhQNAqnc21QIPPXEsReQMnoZvZw/kTcAlSE0w4AoL2HtAMkgeiAbXiKbQebQ0EjL9TN+bDHwn9+CvgitJzPqv8L5kVoGIZhGIY/AO/fBI9+DyrK3+WhpCBYiF5+HlBAPWbfIIklEAKkw9Od+lqvIgUo3Tzu2Axl/p6xmAso0Uv1TID1swsgN/iWcaV7Flwi2LKe0wGyav3QecCa7aA1YJ4CwzAMwzAMvwfvX+Zfzc+GAgzAP3BjD9+LDyAT4AH6EcDDTLrch5M2CxAJiFXiywxYAjSKZQUZjoeRMGoHxQDS6PF1u0wKIGYWXoEN1wSyQBZ3Bx7uC+mgViJvYej0zYrx4Z5AH6ErL/5yB4gPxN7PCLQNLQH7NSCtZz0Ffng8ANcwDMMwDEPy/mup8DoB3S+6jYXn14T/XgISILy0Ak/g/m8l6mZyKNtAs6YUATNKxk8BtACfG+xEotavUGGTb/OXClARrm8zVQC0frr2ghzOXZ/PGC7vIBaxP87tcMb3BMIqu2PI/XzYY3yaU4CFFBgChEC9AJFA+IdDbwbdP0uDfG4BCXHZLVBQ7S3gh44ZXxYxsoAgL1mYYhG0aySLYEAsS9Cv8+XXyM1Xgt7Dl+EdkHD8ecA/ds6GyUkYCKCbBAjgVKfO1M75MfP+/6/UBtsliWyvWhXHvFrvlkCTfQmUXKHur18Q02g0Go3GjkF+Jw77jRmpy0GeCPCIAeC5+VMvAWfmn1nj4S7D+ryaOmGoyp8HCVctyXIpyu8lC1grkCecrwSGEF39yQKM+7tTUVYO9/6eIQhGjyE1FNuSb/4bBTiokyIrT9gjAMnALNdAY4pS7JURnnwQLAVUBrZ7HEtAvYW23h7jGtblgDwXpxU6qWdn4KpDpH0FQgH25QT3hBjlTwL7jhbcI7NXrPyN4bJhaOez+d2f5zQajUaj8Xvx//gbGVkA9XyuDuFX8t/XVyWV2ekPTdEUAICXDMxwZ1+WRR6w/L/S49FOhqUI7X7PKoa7txywq0+rWP5Zl+t7vKBxLoAkIZ/PFmGWr2NfArhiCfKi1AIWsG8X0fzZ2S5wfwTU6ycyQZsjgISWktjZDfL2MWCzezXGC746Bmj5bvd/813AOuSL4gEwpOZlbmfJW+cBrwcvr8btUMCvgpdGo9FoNH5IAAjyarqE/CEicIhicMY+c+MzWCmGsjjYPjqZYBI1EMqXH4FRirgIlPidbANNiS99H0nchBCrU915+27qIZAYsnwhlHH2gmVrtNXdRNcxdcbH5wt5g4pAgbmuUWcn9H3vFwohh0zAygDdBXQEZAJA3DfkZvg6AtgQQLfAVQCd94G1gOPxaN+BIZAFpoAxE4j/BomrEOcXVg3MhZ8ubI0AItcfCa7HALSBeYtPAJxUgB/HPhPw8vIi1COwjusFtYAReLsWAGQCnKdQlNAKeLmwOQJcRITouPV3gCAqwJOe+nIL6C7w5s16FzjK5Zh41PpDejwsQPOPb95uC3DFAsEltALGcYTNEeBchOjWAkTWAgIQUAGfAD59Qhb8chD01T5vCJBSgBQComjIPESg3xJQVsiY0Ap49+4ddJsjILgYXVABS7wt4N0CknAT4zR9YHKZgCC6QUyPdb5dKaArBJCNgHnJ3xag9X1MFEOu67ZGQHCJwEZMBCLZPjlNMEpigoWpGAGGgLu7AOT1QS+VgJDXV5wHcDbOAx55G4SZ9BSFwFiNeF570Bu0+mxBLUAN9PI8QhgSQX4aGJ/7xUk2I700Go1G47/hfBYTD94ohvS0CYSN+XtkIcrCzMJcTM/Gu7FyLtrT92JwgpPkDMOwzj8ENXDogPMUV5OdGebPmFdtBmD9K2oA5gtgzOenabofF30y3LLHg6fX7pxlXvfpAQ5F/sAwav6gBnBF+yhj4T3v+YIoQSKaMAhsJowc0wNNZxJkymLJ41N3msjaPwx1AzWcNZ6pRpxEBs9NIAEgsCnAJzSW8JW9c2FME4ai8DXIU3Cybuhq7c7//5XDYHOT3BLmdNRHPmztMTy8p5dLoMHu1/vVPrfiR04J/a0BzTDZAQIoPf1q6yUtS7/va7SCRn2+vS0g+vINDhkyNYi3BJrkbcyAIeMsjQN+Yws7fiRGTWfArp9qvqT0zWQAa3I1ZwDHn5k9ANBbST/f3gaaDZeUghfXAAmfnYYM4AzIi36S8WsA/3xcQSnFejdMPGLC7OOsE9bcbu2/PcWIAQpuRtBn506BKo9lbp8vSQMSnBDxO9vzDLD0fver+bUz5/84UUxqjp8Y3gWMFrJpWB9zH03IAPIAkVL8uoALvmtQYhtAJHcJI1+JmdbE8YsiyA4oo9aoiCqsjQGHDCqwvAi0EkUUzmwcqugHiMveQouxQpM64/jFYZAdUFZzTj15SnYGBSjpDgl3hGQfKBKJRCJfSQ6kRqTo+UYBAPqflOgpL7i/P4xCTUQ1lHM6zw6skedFwQ6UwIEsuhWSBKtuZLxFjhM5a/kCS/l3hRJNnr87DgCXGJChpBKZtXBNtd8bL4zGUmOaUecoKbNPbuTZqVHEr3PzAEzXMekdNDNiaCh5wYaoxjuuZgCAjJfQsesvNwHYAD+QnJBmMA5KA5yuJvTFKIANoAOGzOOuelUBlgH7RY+9wbp3fcSAyfH0EO0l3H2qBpz4FSANKEDW6WvD8csMcZfHEtCzcAYAORVsAGkDLIfLrivLknXex0856wGh4ekxA2R3u/biT2DXgB2KHmysfq2zPH6OGcBSAcroLYAchXlBnL3u94t9xxdI8I6aqLncgHAGNG78HGBZawqjvYSBUv2AFMcAZ9cpevb9A64/9WgN6Lp+B3CK4HueNyj/dw1o+Apcqsiic6/5oj5gC9R2cbPLXgLXgNfX08NLkNEakCdd16GDOAz+v6NAQw0AI1Nyqatqwwpp/1DsAD69I6cgiMMgZ4RmpAYgP8IGMFcxQDJcf2mg+PKBB3qcivGuSAGmNUsWBMcAKz5aJkj6x5Km+gG3e8+KenlRxGSHo1JkHBuQV1wikUjkOuQ5MasaPfWKnocdsDPiO058p2dhhZ6VLYjMS5oWLVm8c2eGSelatDjS0mzsoJRJgR9swI/pz75iUqTiXMh5IaDRJse4xfpnYjUEvBoULHwDGAX48QPpxMBN1uvl2mje5lcZsAOUAnbWxv33UKHy4284do5/bOhupjKA9ZqI1s4M7RcakOJEKgyQ+c3vWFltHP+IAcpJGT3QfAme3TMgQdu28/V0OWBpgIBDsv3j+C/KgNmLICeAUiYFXtiAFzsDwivg9otrAMs5kEVvzXI9WgRtyfl/8VGAAc1GC0Nr3p0mo0ANGDkCPsQHDKYb9GzOCuqhDIhEIpFIZF5SCDkjaNLgHRLX5+3Njx9CzgjAFkgDdJuyZ0gbdfwG17/K6GqYafz0NgVScjWEREpzAbAFngFsD5Cat6fDc2dwDHDbpQGuhEZK0FxgoJIGsD36+SSJGgDeDI4BjYxJRhyWCBtw1xkAzW1lwFw1gLmpGjDzUQCaGzoK3AApXPl0BkQikUjkC8FT30elvhN+7xUZAGyf6HNyFZregBQccplugJI8ID7/4Fx9o9TY9AYQaseVRjgA/zk5T9/qwEaFluh3Si2nAFAX1GhtAAey/LnsH2b4Nn6a8exGw9XL47S80e5tgq1+3vJvqMyAQuEwYsDiBD40hIbQWNzqR4rrDOhpody6UMMNH/6n3yXn6VvdBajRx8AMDYcLylHkrgGPWwRLoN22QOleDkhTOOE/8B9syx2A3V3eNR+JRCKRC+H7A6a1HER1vub1zaPDyPsDwloOoztf8/rm0NOsYFhNaTGQ8kwt1jeDDiPvD9BawzojgLJe81BaHHkxGr6mT9t5/d72yNcItrdE5LS7WkNaTyIHR8NgNFGW6R8m5+f2sAbRWDtL1vIZRLauqoq1hqgD/tYA5wep9d6beW+YEJifREBi/oCh0++HAIR0p+OfzwD5HAoorKcNms6Ajob4MdsuENYM6ykDAUxkSECjow5aTyLvD5BFjYvgy2iRgq9ppH2kSJKvEWjXKqSBjnWQuQ9jYn0z6Cnm78jw+ubRYebvyvL6rq1v6X6HSCQSiUTuBgxcqm/6n2sHwfIIJvRjG4CwAXpiDVDYAALdlwEAByi0NAj6W0CDYgbcmQFPXgOe/SgQiUQikUjk2tzq2FjJ9ChIJEjOj39B98KCFhcbsMD9xn9RBnC89xu/mwFYfEwjBuADN16Qqx+3BiQfkMH4xfqucuDSDBjmv9/4/zUDHib+S48CMv7HrgHTx/+7ywHOgCuAxfB1R/H/2SgYuQAA7xoM+1Wn1AkAAAAASUVORK5CYII=");
}

.ui-state-highlight .ui-icon {
  background-image: url("/img/common/jquery-ui-1.11.2/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/img/common/jquery-ui-1.11.2/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("/img/common/jquery-ui-1.11.2/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/img/common/jquery-ui-1.11.2/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
  border-radius: 8px;
}
@charset "UTF-8";
/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 20px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.nav__cont {
  position: fixed;
  width: 260px;
  bottom: 0;
  height: 100%;
  z-index: 100;
  background-color: #f8f8f8;
  overflow: hidden;
  transition-property: width, background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1400px) {
  .nav__cont {
    width: 10px;
    background-color: #333;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .nav__cont {
    width: 140px;
  }
}
@media (max-width: 1400px) {
  .nav__cont:hover, .nav__cont:active {
    width: 140px;
    background-color: #f8f8f8;
  }
}
@media (max-width: 1400px) {
  .nav__cont:hover .sidebar, .nav__cont:active .sidebar {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1400px) {
  .nav__cont:hover .sidebar_open-icon, .nav__cont:active .sidebar_open-icon {
    display: none;
  }
}

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: visibility 0s linear 0.3s, opacity 0s linear;
}
.sidebar a {
  color: inherit;
}
@media (max-width: 1400px) {
  .sidebar {
    visibility: hidden;
    opacity: 0;
  }
}

.nav {
  list-style-type: none;
  color: black;
}
.nav:first-child {
  padding-top: 1.5rem;
}

.nav__items:hover a:after {
  opacity: 1;
}

.sidebar > .balance-summary {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  margin: 32px;
  flex: 1 0 0;
}
@media (max-width: 1400px) {
  .sidebar > .balance-summary {
    margin: 32px 0px;
  }
}

.sidebar > .balance-details {
  flex: 6 0 0;
  font-size: 14px;
}
@media (min-width: 1600px) {
  .sidebar > .balance-details {
    font-size: 16px;
  }
}
@media (min-width: 1750px) {
  .sidebar > .balance-details {
    font-size: 18px;
  }
}

.sidebar > .sidebar-bottom {
  flex: 1 0 0;
  margin-bottom: 32px;
}

.balance-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #dedede;
}
@media (min-width: 1600px) {
  .balance-detail {
    flex-direction: row;
    font-size: 16px;
    padding: 15px;
  }
}

.balance-detail:hover, .balance-detail:active {
  box-shadow: 0 1px 20px 0 rgba(3, 3, 3, 0.2);
  color: #ed1c24;
}

.balance-detail > .balance-name + .balance-amount {
  flex: 1 1 auto;
}

.sidebar > .separator {
  border: 1px solid #dbdbdb;
}

.sidebar_open-icon {
  display: none;
}
@media (max-width: 1400px) {
  .sidebar_open-icon {
    display: block;
    position: absolute;
    color: #f8f8f8;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
}
/* light gray */
/* ultralight gray */
.cities-popup-contacts {
  font-size: 14px;
}
.cities-popup-contacts a {
  color: #282828;
  cursor: pointer;
}

.cities-popup-contacts__selected {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 115px;
  vertical-align: top;
}

.cities-popup-footer-city__selected {
  max-width: none;
  margin-bottom: 4px;
}

.cities-popup-contacts__map-point {
  display: none;
}

.cities-popup-contacts__phone-number {
  display: inline-block;
  vertical-align: top;
}

.cities-footer-popup-contacts {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 0 20px 20px;
  width: 40%;
}
@media screen and (min-width: 1px) and (max-width: 625px) {
  .cities-footer-popup-contacts {
    float: none;
    width: auto;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .cities-popup-contacts__phone-number,
.cities-popup-contacts__map-point,
.cities-popup-contacts__selected {
    display: none;
  }
  .cities-popup__footer-phone,
.cities-popup-footer-city__selected {
    display: inline-block;
  }
}
/* light gray */
/* ultralight gray */
.header__main-menu-popup {
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
  padding-bottom: 20px;
  position: absolute;
  width: 100%;
  z-index: 7;
  box-sizing: border-box;
}
.header__main-menu-popup .layout {
  margin-left: 0;
  padding-left: 0;
}
.header__main-menu-popup .layout_centered {
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu-popup {
    margin-top: 45px;
    padding-bottom: 0;
    padding-left: 0 !important;
  }
}

.header__main-menu-popup__menu {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu-popup__menu {
    margin-top: 0;
  }
}
.header__main-menu-popup__menu a {
  text-decoration: none;
}
.header__main-menu-popup__menu > li {
  float: left;
  width: 60%;
  margin-bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu-popup__menu > li {
    float: none;
    font-size: 14px;
    width: auto;
    margin-left: 0;
  }
}

.header__main-menu-popup__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__main-menu-popup__menu-list li {
  margin-bottom: 10px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu-popup__menu-list li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu-popup__menu-list li a {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    color: #555;
    display: block;
    font-weight: bold;
    padding: 15px 20px;
    position: relative;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu-popup__menu-list li:last-child > ul:last-child {
    border: none;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu-popup__menu-list {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
  }
}
/* light gray */
/* ultralight gray */
.header__main-menu-wrapper {
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 1159px) {
  .header__main-menu-wrapper {
    display: none;
  }
}

.header__main-menu {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    width: 100%;
  }
}
.header__main-menu > .active > a {
  color: #ed1c24;
}
.header__main-menu .fa {
  font-size: 16px;
}

.header__main-menu_projects {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu_projects {
    margin-top: 49px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu_projects_active {
    display: block;
  }
}

.header__main-menu__top-level-item {
  display: inline-block;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu__top-level-item {
    display: block;
    margin: 0;
    width: 100%;
  }
}
.header__main-menu__top-level-item > a {
  color: #b1aeb8;
  border: none;
  text-decoration: none;
  position: relative;
}
.header__main-menu__top-level-item > a:hover {
  cursor: pointer;
  color: #fff;
}
.header__main-menu__top-level-item > a:hover:after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #ffc759;
  width: 100%;
  transform: translateX(-50%);
  bottom: -18px;
  left: 50%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu__top-level-item > a {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    color: #555;
    display: block;
    font-weight: bold;
    padding: 15px 20px;
    position: relative;
  }
}
.header__main-menu__top-level-item > a[data-key=Find] {
  color: #afafaf;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu__top-level-item_hidden {
    display: none;
  }
}

.header__main-menu__top-level-item_active a {
  color: #fff;
}

.header__main-menu__mobile-right-arrow {
  display: none;
}

.header__main-menu__level-3 {
  list-style-type: none;
  padding-left: 10px;
  margin: -5px 0 15px 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu__level-3 {
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.header__main-menu__level-3__item {
  margin-bottom: 8px;
}

.header__main-menu__breadcrumbs {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu__breadcrumbs {
    background-color: #464646;
    box-sizing: border-box;
    display: block;
    padding: 15px 20px;
    margin-bottom: 0;
  }
}

.header__main-menu__breadcrumbs__item {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu__breadcrumbs__item {
    display: inline;
  }
  .header__main-menu__breadcrumbs__item .mobile-breadcrumb-arrow-left {
    margin: 0 10px;
  }
}

.mobile-breadcrumb-arrow-left {
  color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu_open {
    display: block;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .disabled-link .header__main-menu__mobile-right-arrow {
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 17px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu__breadcrumbs__item_first:hover {
    color: #fff;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu__breadcrumbs__item_second {
    display: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu__breadcrumbs__item_visible {
    display: inline-block;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__main-menu__breadcrumbs__item_inactive {
    color: #a3a3a3;
  }
}
/* light gray */
/* ultralight gray */
.header__section-menu__more__popup {
  padding: 18px 0 0;
  margin-left: 0;
  margin-top: 0;
  width: auto;
}
.header__section-menu__more__popup > ul {
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__section-menu__more__popup > ul > li {
  margin: 0 20px 15px;
}
.header__section-menu__more__popup > ul > li a {
  color: #282828;
  margin: 0 10px;
}
.header__section-menu__more__popup > ul > li a:hover {
  color: #ed1c24;
}
.header__section-menu__more__popup > ul > li > ul {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  list-style: none;
  margin: 15px 0 0;
  padding: 12px 26px 1px;
  position: relative;
}
.header__section-menu__more__popup > ul > li > ul:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAALBAMAAACJ0mBNAAAAFVBMVEX29vb////w8PD09PTr6+v5+fns7Oxpr8GGAAAAP0lEQVQI12NwEIQBFQYjRihTSIGBGSahxMDAYMIIFQaymV1hwiCJQKgwWAIiDJUAC0MlgMIwYBYEFIZJJIMpAFFfCAlwSA19AAAAAElFTkSuQmCC");
  content: "";
  display: block;
  height: 11px;
  left: 17px;
  position: absolute;
  top: -1px;
  width: 22px;
}
.header__section-menu__more__popup > ul > li > ul > li {
  margin-bottom: 15px;
}
.header__section-menu__more__popup > ul > li > ul > li > a {
  color: #555;
  font-size: 12px;
}
/* light gray */
/* ultralight gray */
.header__user-menu__popup {
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  padding: 18px 0 0;
  position: absolute;
  right: 0;
  width: 310px;
}
.header__user-menu__popup .fa {
  color: #959595;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__user-menu__popup {
    margin-left: 0;
    left: 0;
    right: 0;
    top: 10px;
    padding: 0;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #dbdbdb;
    width: 100%;
  }
}

.open .header__user-menu__popup {
  display: block;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .open .header__user-menu__popup {
    border-left: none;
    border-right: none;
    text-align: center;
  }
}

.header__user-menu__popup-list {
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__user-menu__popup-list-item {
  margin: 0;
}

.header__user-menu__popup-list-item-link {
  display: block;
  color: #282828;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__user-menu__popup-list-item-link {
    padding: 12px 10px;
    margin: 3px 0;
  }
}
/* light gray */
/* ultralight gray */
.header__user-menu {
  float: right;
  font-size: 12px;
  list-style: none;
  margin: -5px 4px 0 0;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__user-menu {
    float: none;
    position: absolute;
    margin: 0;
  }
}
.header__user-menu > li {
  display: inline-block;
  height: 32px;
  margin: 0;
  line-height: 19px;
}
.header__user-menu > li:last-child > a {
  padding-right: 0;
}
.header__user-menu > li > a {
  color: #fff;
  display: inline-block;
  height: 19px;
  padding: 7px 0;
}
.header__user-menu > li > a:hover {
  color: #ed1c24;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__user-menu > li > a {
    display: none;
  }
}
.header__user-menu > .active {
  background-color: #111;
}
.header__user-menu > .open .arr-down_white {
  background-position: 0 -12px;
}
.header__user-menu .new-message {
  vertical-align: top;
  margin-right: 5px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__user-menu .new-message {
    display: none !important;
  }
}
.header__user-menu .new-message__block {
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__user-menu .new-message__block {
    display: none !important;
  }
}
.header__user-menu .new-message__block .notice-count {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
}
.header__user-menu .new-message__link {
  color: #fad048;
  font-weight: bold;
  font-size: 16px;
  padding-top: 5px;
}
.header__user-menu .new-message__icon {
  line-height: 20px;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__user-menu_auth {
    display: block;
    width: 100%;
  }
  .header__user-menu_auth .header__user-menu__open-link-wrap {
    display: block;
  }
}

.header__user-menu__open-link-wrap {
  position: relative;
  margin-right: 8px !important;
}

.header__user-menu_logout {
  font-size: 15px;
  margin-left: 15px;
}
.header__user-menu_logout .fa-sign-out {
  line-height: 20px;
}

.header__user-menu_logout__link {
  padding-top: 6px !important;
  display: block;
}

.header__user-menu__open-link {
  cursor: pointer;
  padding-left: 8px !important;
  max-width: 288px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  display: block;
}
.header__user-menu__open-link:hover > .arr-down_white {
  background-position: 0 -16px;
}

.header-user-menu__change-client-link {
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header-user-menu__change-client-link {
    display: none !important;
  }
}

.open .header__user-menu__open-link,
.open .header__user-menu__open-link:hover {
  color: #282828 !important;
  background-color: #fff;
  z-index: 5;
  position: relative;
}
/* light gray */
/* ultralight gray */
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .cities-popup {
    top: 55px;
  }
}
@media screen and (min-width: 1px) and (max-width: 760px) {
  .cities-popup {
    max-width: 85%;
    overflow-y: scroll !important;
    top: 0;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200;
    max-height: 600px !important;
  }
}
.cities-popup .hotline {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 760px) {
  .cities-popup .hotline {
    margin-left: 20px;
  }
}

.open .cities-popup {
  display: block;
}

.cities-popup-list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 24%;
  margin-right: 1%;
}
@media screen and (min-width: 1px) and (max-width: 760px) {
  .cities-popup-list {
    width: 25%;
  }
}
@media screen and (min-width: 1px) and (max-width: 625px) {
  .cities-popup-list {
    width: 100%;
  }
}

.cities-popup-list-item {
  font-size: 13px;
  margin-bottom: 10px;
}
.cities-popup-list-item a:hover {
  color: #ed1c24;
}
@media screen and (min-width: 1px) and (max-width: 760px) {
  .cities-popup-list-item {
    padding-left: 20px;
  }
}

.footer-cities-list {
  display: none !important;
}

.cities-popup-footer {
  display: block;
}

.city-select-modal {
  max-height: 500px;
}
/* light gray */
/* ultralight gray */
.v3-underline {
  -webkit-text-decoration: underline dashed;
  text-decoration: underline dashed;
  text-underline-offset: 5px;
}

.v3-small-text {
  font-size: 14px;
  line-height: 20px;
}

.v3-general-text {
  font-size: 16px;
  color: #202023;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.128px;
}

.v3-large-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.28px;
}

@media screen and (max-width: 1159px) {
  .v3-large-text {
    font-size: 18px;
    letter-spacing: -0.216px;
  }
}
.v3-main-link {
  color: #202023;
  transition: color 0.3s ease;
  font-size: 16px;
}

.v3-main-link:hover {
  color: #95929c;
  cursor: pointer;
}

@media screen and (max-width: 1159px) {
  .v3-main-link {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.09px;
  }
}
.v3-main-link--highlight {
  -webkit-text-decoration: underline #202023;
  text-decoration: underline #202023;
  text-underline-offset: 4px;
  color: #202023;
}

.v3-main-link--highlight:hover {
  -webkit-text-decoration: underline #95929c;
  text-decoration: underline #95929c;
  text-underline-offset: 4px;
  color: #95929c;
  cursor: pointer;
}

.v3-main-link--highlight-second {
  color: #95929c;
}

.v3-border-horizontal {
  border-bottom: 1px solid #e7e6eb;
}

.v3-border-vertical {
  border-right: 1px solid #e7e6eb;
}

.v3-grey-text {
  color: #95929c;
}

.v3-red-text {
  color: #fa4d50;
}

.v3-rounded-label {
  padding: 4px 8px;
  border-radius: 24px;
  border: 1px solid #e7e6eb;
}

.v3-icon--x-small {
  background-size: 16px 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.v3-icon--small {
  background-size: 20px 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
}

.v3-icon--medium {
  background-size: 24px 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.v3-icon--large {
  background-size: 32px 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.align-center {
  text-align: center;
}

@media screen and (max-width: 1159px) {
  .v3-hide-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1160px) {
  .v3-hide-on-desktop {
    display: none !important;
  }
}
.link {
  color: #00529f;
  cursor: pointer;
}
.link :hover {
  color: #ed1c24;
  cursor: pointer;
}

.link__question-sign {
  display: inline-block;
  padding: 0 5px 0 3px;
}
.link__question-sign :hover {
  text-decoration: underline;
}

.modal {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.056px;
  font-family: Inter, sans-serif;
  background-color: #fbfbfb;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 101;
}
.modal form {
  padding: 0 20px;
}
.modal form > label {
  display: block;
  margin: 20px 0;
}

.w100 {
  width: 100%;
}

.text {
  font-size: 14px;
  line-height: 22px;
  padding-right: 25%;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.no-float {
  float: none !important;
}

.nobr {
  white-space: nowrap;
}

.light {
  font-weight: 300;
}

.cl-red {
  color: #ed1c24;
}

.cl-green {
  color: #5ca100;
}

.border-top {
  border-top: 1px solid #e0e0e0;
}

.info-managers-show {
  cursor: pointer;
}

.header {
  font-family: Inter, sans-serif;
  padding: 15px 0 4px 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header {
    background-color: #fff;
    height: 60px;
    padding: 0;
  }
}

.header__black-line {
  width: 1128px;
  margin: 0 auto;
  background-color: #151519;
  color: #b1aeb8;
  position: relative;
  z-index: 5;
}
.header__black-line a:hover .arr-down_grey {
  background-position: 0 -8px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__black-line {
    background-color: transparent;
    float: left;
    position: static;
  }
}

.header__section-menu__etc-link.open {
  position: relative;
  z-index: 5;
}

.header__section-menu {
  font-size: 12px;
  line-height: 14px;
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.header__section-menu > li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header__section-menu > li > a {
  color: #b1aeb8;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.header__section-menu > li > a:hover {
  color: #fff;
}
.header__section-menu > li > a:hover:after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #b1aeb8;
  width: 100%;
  transform: translateX(-50%);
  bottom: -14px;
  left: 50%;
}
.header__section-menu > .active > a {
  color: #fad048;
}
.header__section-menu .open > .js-open-popup {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1159px) {
  .header__section-menu {
    display: none;
  }
}

.contacts .cities {
  font-size: 12px;
  margin-left: 0;
}

.header__logo__block {
  display: flex;
  align-items: center;
  float: left;
  margin-top: 5px;
}
@media screen and (max-width: 1159px) {
  .header__logo__block {
    display: none;
  }
}
.header__logo__block .header__logo {
  float: left;
  height: 80px;
  margin: 0 0 0 15px;
  width: 100px;
  position: relative;
  z-index: 1;
}
.header__logo__block .header__logo .logo__sign {
  width: 80px;
  height: 45px;
  background: center no-repeat url('data:image/svg+xml;utf8, <svg height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 42"><path d="M7.5,32.5l2.3,1.8,2.3,1.8a16.9,16.9,0,0,1,1.3-3.1L8.9,29.4a17.1,17.1,0,0,0-1.3,3.1Z" fill="%23cd6600"/><path d="M9.1,28.9l4.6,3.5a18.6,18.6,0,0,1,1.9-2.7L11,26.2a18.4,18.4,0,0,0-1.9,2.7Z" fill="%23d78300"/><path d="M11.4,25.7,16,29.3a15.2,15.2,0,0,1,2.5-2.2l-4.6-3.5A15.2,15.2,0,0,0,11.4,25.7Z" fill="%23d69619"/><path d="M29.2,15.1l4.6,3.5A24.4,24.4,0,0,0,36,16.2l-4.5-3.6a24.8,24.8,0,0,1-2.2,2.4Z" fill="%23f8d13e"/><path d="M18.4,21.3l4.5,3.5,3.5-1.4-4.5-3.6Z" fill="%23fcdd6b"/><path d="M14.8,22.9l-.4.2L19,26.7l.4-.2,2.9-1.4-4.6-3.5-2.9,1.4Z" fill="%23ffab00"/><path d="M35.8,5.5,40.3,9q.7-1.5,1.2-3.2L37,2.3Q36.4,4,35.8,5.5Z" fill="%23e89300"/><path d="M34,9l4.6,3.5c.5-.9,1-1.9,1.5-3L35.5,6A31.6,31.6,0,0,1,34,9Z" fill="%23e9a400"/><path d="M22.5,19.6,27,23.2l3.1-1.7-4.6-3.6-3.1,1.8Z" fill="%23fff8b9"/><path d="M26.1,17.6l4.6,3.5A24.1,24.1,0,0,0,33.4,19l-4.6-3.5a24.3,24.3,0,0,1-2.7,2.1Z" fill="%23ffdb7b"/><path d="M31.9,12.2l4.6,3.5A27.7,27.7,0,0,0,38.3,13L33.7,9.5A28.4,28.4,0,0,1,31.9,12.2Z" fill="%23efb000"/><path d="M.9,27.4l2.3,1.8,2.3,1.7a17,17,0,0,1,1.3-3.1L2.2,24.2A17,17,0,0,0,.9,27.4Z" fill="%238c0e02"/><path d="M2.5,23.7l4.6,3.5A18.4,18.4,0,0,1,9,24.6L4.4,21A18.5,18.5,0,0,0,2.5,23.7Z" fill="%23ba170f"/><path d="M4.8,20.6l4.6,3.5a15.1,15.1,0,0,1,2.5-2.3L7.3,18.3a15.2,15.2,0,0,0-2.5,2.3Z" fill="%23c1170e"/><path d="M22.6,9.9l4.6,3.5a24.3,24.3,0,0,0,2.3-2.4L24.9,7.5a24.6,24.6,0,0,1-2.2,2.4Z" fill="%23df3b2e"/><path d="M11.7,16.2l4.6,3.5,3.5-1.4-4.6-3.5Z" fill="%23ff908c"/><path d="M8.2,17.8l-.4.2,4.6,3.5.4-.2L15.7,20l-4.6-3.5L8.2,17.8Z" fill="%23ec1f00"/><path d="M27.4,3.9,32,7.4c.5-.9,1-1.9,1.5-3L28.9.9C28.4,1.9,27.9,2.9,27.4,3.9Z" fill="%23c2170d"/><path d="M15.8,14.5,20.4,18l3.2-1.7L19,12.8l-3.2,1.7Z" fill="%23ffcfce"/><path d="M19.5,12.4,24.1,16a24.1,24.1,0,0,0,2.7-2.1l-4.6-3.5a23.9,23.9,0,0,1-2.7,2.1Z" fill="%23ef8c97"/><path d="M25.2,7.1l4.6,3.5a28.6,28.6,0,0,0,1.8-2.7L27.1,4.4a29.5,29.5,0,0,1-1.9,2.7Z" fill="%23d11a00"/><path d="M14.1,37.7l2.3,1.8,2.3,1.8A17,17,0,0,1,20,38.1l-4.6-3.5a17,17,0,0,0-1.3,3.1Z" fill="%238c0e02"/><path d="M15.8,34l4.6,3.5a18.2,18.2,0,0,1,1.9-2.7l-4.6-3.5A18.5,18.5,0,0,0,15.8,34Z" fill="%23ba170f"/><path d="M18,30.9l4.6,3.5a15.2,15.2,0,0,1,2.5-2.2l-4.6-3.5A15.1,15.1,0,0,0,18,30.9Z" fill="%23c1170e"/><path d="M35.9,20.2l4.6,3.5a24.4,24.4,0,0,0,2.3-2.4l-4.6-3.5a24.4,24.4,0,0,1-2.2,2.4Z" fill="%23df3b2e"/><path d="M25,26.5,29.6,30l3.5-1.4-4.6-3.5Z" fill="%23ff908c"/><path d="M21.4,28.1l-.4.2,4.6,3.5.4-.2,2.9-1.4-4.6-3.5-2.9,1.4Z" fill="%23ec1f00"/><path d="M29.1,24.8l4.6,3.5,3.2-1.7-4.6-3.5-3.1,1.7Z" fill="%23ffcfce"/><path d="M32.8,22.7l4.6,3.5A24,24,0,0,0,40,24.2l-4.6-3.5a23.9,23.9,0,0,1-2.7,2.1Z" fill="%23ef8c97"/><path d="M38.5,17.4,43,20.9a28.6,28.6,0,0,0,1.9-2.7l-4.6-3.5a28.7,28.7,0,0,1-1.8,2.8Z" fill="%23d11a00"/></svg>');
}
.header__logo__block .header__logo .logo__name {
  width: 80px;
  height: 15px;
  background: center no-repeat url("data:image/svg+xml,%3Csvg width='100%25' fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79 16'%3E%3Cpath d='M24,9.5V2H20.6V14.5H24l5.2-7.5v7.5h3.4V2H29.2ZM13.3,2h-2V.9H7.8V2.1h-2C2.2,2.1,0,4.4,0,8.5s2.1,6,6.1,6H7.8v1.2h3.4V14.5H13a6.1,6.1,0,0,0,4.6-1.7,6.1,6.1,0,0,0,1.5-4.4C19.1,4.4,17,2,13.3,2ZM7.8,12H7c-2.3,0-3.5-1.4-3.5-3.8S4.6,4.6,6.8,4.6H7.8Zm4.2,0h-.8V4.5h1.1c2.1,0,3.3,1.4,3.3,3.7S14.4,12,12.1,12ZM43.4,7H38.2V2H34.8V14.5h3.4v-5h5.2v5h3.4V2H43.4ZM75.8,2A2.5,2.5,0,0,0,73.2,4L71,10.8,68.7,4A2.5,2.5,0,0,0,66.2,2H63V14.5h3.4V5.7l2.9,8.8h3.2l2.9-8.8v8.8h3.4V2Zm-16.7.7A5.2,5.2,0,0,0,56.2,2H49.4V4.5h5.7c1.9,0,2.6.7,2.6,2.2V7H53a4.5,4.5,0,0,0-3.4,1.1,3.7,3.7,0,0,0-1,2.7A3.5,3.5,0,0,0,50,13.7a5.4,5.4,0,0,0,3.2.8h7.7v-7c0-2.3-.6-4-1.8-4.8ZM57.7,12H53.2c-.8,0-1.5-.3-1.5-1.2s.6-1.3,1.5-1.3h4.5Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1159px) {
  .header__logo__block .header__logo {
    background-image: url(/img/common/finam-inline-logo.png);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    float: none;
    height: 30px;
    margin: 15px 0 0 20px;
    width: 108px;
  }
}

.header__mobile__icon__block {
  display: none;
  width: 64px;
  position: relative;
}
@media screen and (max-width: 1159px) {
  .header__mobile__icon__block {
    display: block;
  }
}
.header__mobile__icon__block .header__mobile__logo {
  background-image: url(/img/common/finam-logo-mobile.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -2px;
  right: 0;
  background-size: 56px 56px;
}

/*data demo*/
.header__logo_demo.active {
  display: block !important;
  border-bottom: 12px solid #0c1c8c;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__logo_demo.active {
    border-bottom: 6px solid #0c1c8c;
    max-width: 40%;
  }
}
.header__logo_demo.left-right {
  margin-top: 31px;
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__logo_demo.left-right {
    margin-top: 12px;
  }
}
.header__logo_demo.right-left {
  margin-top: -12px;
  -webkit-transform: rotate(-150deg);
  -moz-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  -o-transform: rotate(-150deg);
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__logo_demo.right-left {
    margin-top: -6px;
  }
}

/*end data demo*/
#ClientChangeLoader {
  position: absolute;
  opacity: 0.5;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: none;
  background-color: #fff;
  text-align: center;
}
#ClientChangeLoader img {
  padding-top: 88px;
}

.header__submenu-right-block {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.056px;
  float: right;
  margin-top: 16px;
  z-index: 2;
  position: relative;
}
.header__submenu-right-block a {
  color: #202023;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__submenu-right-block {
    margin-top: 10px;
  }
}

.header__submenu-right-block .call-link {
  color: #00529f;
  font-size: 16px;
  margin-left: 10px;
  vertical-align: top;
  line-height: 24px;
  letter-spacing: -0.128px;
}

.header__mobile-icons__container {
  display: none;
  padding: 14px 0;
}
@media screen and (max-width: 1159px) {
  .header__mobile-icons__container {
    display: flex;
  }
}
.header__mobile-icons__container .header__mobile-icons {
  display: flex;
  padding: 10px;
  margin-top: 10px;
}
.header__mobile-icons__container .header__mobile-icons i:hover {
  cursor: pointer;
}
.header__mobile-icons__container .header__mobile-icons.header__mobile-icons--left {
  margin: 1px auto 0 12px;
}
.header__mobile-icons__container .header__mobile-icons.header__mobile-icons--right {
  margin: 3px 16px 0 auto;
}
.header__mobile-icons__container .header__mobile-icons .header__mobile-icons__group {
  display: flex;
  gap: 30px;
  align-items: center;
}

.header__mobile-icons {
  display: none;
  padding: 14px 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .header__mobile-icons {
    display: flex;
  }
}

.mobile-user-link,
.mobile-ham,
.mobile-message {
  display: inline-block;
  margin-left: 5px;
  padding: 10px;
  cursor: pointer;
  vertical-align: top;
}
.mobile-user-link .fa,
.mobile-ham .fa,
.mobile-message .fa {
  font-size: 14px;
}
.mobile-user-link.active,
.mobile-ham.active,
.mobile-message.active {
  color: #e60000;
}

.mobile-ham {
  position: relative;
  top: 1px;
}
.mobile-ham .fa {
  font-size: 18px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .mobile-ham {
    margin-right: 10px;
  }
}

.header__menu__divider {
  height: 1px;
  background-color: rgba(122, 120, 130, 0.4);
  margin: 12px 0 22px 115px;
}
@media screen and (max-width: 1159px) {
  .header__menu__divider {
    display: none;
  }
}

.footer {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  font-size: 12px;
  padding-top: 27px;
}

.footer__contacts {
  float: left;
  padding-left: 20px;
  width: 40%;
}

.footer__contact-city {
  color: #282828;
  font-weight: bold;
  text-decoration: none;
}

.footer__contact-city-data {
  line-height: 25px;
  margin-top: 6px;
}

.footer__right-column {
  padding: 0 20px;
  position: relative;
  top: -5px;
  float: right;
}
@media screen and (min-width: 1px) and (max-width: 760px) {
  .footer__right-column {
    padding-top: 17px;
    margin: 0 0 20px 0;
    float: none;
    clear: left;
  }
}

.footer-messengers {
  display: flex;
  flex-direction: row-reverse;
}
.footer-messengers .messenger-link {
  width: 30px;
  height: 30px;
}

.footer__copyright {
  line-height: 25px;
  margin: 0;
}
.footer__copyright img {
  margin-top: 20px;
}

.footer__show-stack-wrap {
  margin-bottom: 5px;
}

.footer__show-stack {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Comic Sans MS";
}

.relative {
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 625px) {
  .call-link {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .call-link {
    display: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .projects-menu-open {
    float: right;
    font-size: 18px;
    color: #fff;
    padding: 4px 10px;
    position: relative;
    top: -5px;
    left: 10px;
  }
}

@media screen and (min-width: 1px) and (max-width: 625px) {
  .footer__copyrights {
    border-top: 1px solid #ebebeb;
    margin: 0 20px;
    padding: 22px 0;
  }
}

.footer-contact-menu {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.footer-contact-menu > li {
  margin-bottom: 11px;
}
@media screen and (min-width: 1px) and (max-width: 625px) {
  .footer-contact-menu {
    float: none;
    margin: 0 20px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #ebebeb;
  }
}

.footer-contact-menu__mobile-version {
  font-weight: bold;
}

@media screen and (min-width: 1px) and (max-width: 625px) {
  .footer__contacts {
    float: none;
    margin: 0 20px;
    padding: 0 0 15px;
    width: auto;
  }
  .footer .layout:first-child {
    padding-bottom: 0;
    display: table;
    width: 100%;
  }
}
.represent-client div {
  margin-bottom: 1.1em;
  max-width: 31em;
}

.firm-represent-holder select,
.firm-represent-holder a {
  float: none;
}

.represent-client select {
  padding: 3px 0.3em;
  border: 1px solid #dbdbdb;
  box-shadow: none;
  color: #282828;
  height: 30px;
}

.search-client {
  position: relative;
}
.search-client label {
  position: absolute;
  margin-top: 0.3em;
  margin-left: 0.6em;
  color: #999;
}
.search-client input {
  width: 100%;
  height: 30px !important;
  padding-right: 20px;
  padding-left: 3px;
  margin: 0;
  box-sizing: border-box;
}
.search-client i {
  display: block;
  position: absolute;
  width: 15px;
  height: 14px;
  background-image: url("img/old-icons/icon-search.gif");
  background-repeat: no-repeat;
  right: 5px;
  top: 9px;
}

.search-client-error {
  color: #ed1c24;
  font-size: 12px;
}

.choose-client select {
  width: 31em;
  max-width: 100%;
}

.b-firm-agency-title {
  float: none;
  line-height: normal;
  margin-right: 0;
  width: auto;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .b-firm-agency-title {
    margin-left: 20px;
  }
  .b-firm-agency-title + .form-row__input-wrap {
    margin-left: 20px;
  }
}

.b-firm-agency-title + select,
.b-firm-agency-title + select + select {
  width: auto;
}

.notice-count {
  font-size: 12px;
}

.info-notices-loading {
  text-align: center;
  padding-top: 10px;
  background-image: url("img/load_bar.gif");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 40px;
}

.reset,
.reset td {
  border: none !important;
  background-image: none !important;
  font-size: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header__icons__container__desktop {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 1159px) {
  .header__icons__container__desktop {
    display: none;
  }
}

.contacts__container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.contacts__container__title {
  color: #fff;
}

.contacts__container:after {
  content: "";
  width: 8px;
  height: 5px;
  background-size: 8px 5px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.46967 0.269719C0.762563 -0.0231745 1.23744 -0.0231745 1.53033 0.269719L4 2.73939L6.46967 0.269719C6.76256 -0.0231745 7.23744 -0.0231745 7.53033 0.269719C7.82322 0.562612 7.82322 1.03749 7.53033 1.33038L4.53033 4.33038C4.23744 4.62327 3.76256 4.62327 3.46967 4.33038L0.46967 1.33038C0.176777 1.03749 0.176777 0.562612 0.46967 0.269719Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.contacts__container.open:after {
  transform: rotate(180deg);
}

.contacts__popup__container {
  background-color: #fff;
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.128px;
  color: #202023;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .contacts__popup__container {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
}
.contacts__popup__container .contacts-icon--yellow {
  filter: invert(76%) sepia(29%) saturate(807%) hue-rotate(351deg) brightness(102%) contrast(103%);
}
.contacts__popup__container .city-name {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.17px;
  font-weight: 600;
  border-bottom: 1px dashed #202023;
}
.contacts__popup__container .row-icon-block {
  display: flex;
  align-items: center;
}
.contacts__popup__container .row-icon-block.default-gap {
  gap: 8px;
}
.contacts__popup__container .row-icon-block.small-gap {
  gap: 2px;
}
.contacts__popup__container .row-footer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.056px;
}
.contacts__popup__container .popup__split__line {
  margin: 11px 0;
}
.contacts__popup__container .row-inline {
  display: inline-flex;
}
.contacts__popup__container a {
  display: inline;
}
.contacts__popup__container .icon-chevron-status {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/chevron-down.svg);
}
.contacts__popup__container .icon-chevron-status.open {
  background-image: url(/img/v3/chevron-up.svg);
}
.contacts__popup__container .contacts__workhours__details {
  margin: 8px 0;
  display: none;
}
.contacts__popup__container .contacts__workhours__details.active {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contacts__popup__container .contacts__workhours__details .contacts-workhours__office {
  display: flex;
  flex-direction: column;
}
.contacts__popup__container .contacts__workhours__details .contacts-workhours__cash {
  display: flex;
  flex-direction: column;
}
.contacts__popup__container .workhours__label {
  border-bottom: 1px dashed #202023;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.128px;
}
.contacts__popup__container .city-name__row {
  max-width: 90%;
}

.close-popup-button {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  border: none;
  padding: 8px;
  border-radius: 8px;
  background: rgba(192, 189, 201, 0.16);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .close-popup-button {
    background: rgba(192, 189, 201, 0.32);
  }
}
.close-popup-button:hover {
  cursor: pointer;
  color: #202023;
  background: rgba(192, 189, 201, 0.32);
}
.close-popup-button:hover i {
  opacity: 1;
}
.close-popup-button i {
  transition: all 0.3s ease;
  opacity: 0.4;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .close-popup-button i {
    opacity: 1;
  }
}

.header-icons__divider {
  width: 1px;
  height: 24px;
  background-color: rgba(122, 120, 130, 0.4);
}

.icon-service-menu__container {
  display: flex;
}

.services__popup__container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  width: 253px;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.056px;
  color: #202023;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1159px) {
  .services__popup__container {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
}
.services__popup__container .column {
  flex: 1;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.services__popup__container .service-row {
  display: flex;
  gap: 14px;
  align-items: center;
}
.services__popup__container .service-header {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.128px;
  font-weight: 600;
}
.services__popup__container .services__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1px) and (max-width: 1159px) {
  .services__popup__container .services__list {
    gap: 20px;
  }
}
.services__popup__container .services__list a:hover .service-row span {
  color: #95929c;
}
.services__popup__container .services__list a .service-row span {
  color: #4a494f;
  transition: color 0.3s ease;
}

.mail-read-filter {
  fill: #797780;
}

.icon-clock {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/clock.svg);
}

.icon-map_pin {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/map_pin.svg);
}

.icon-mail_closed {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/mail_closed.svg);
}

.icon-service-agent {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/service-agent.svg);
}

.icon-service-auto {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/service-auto.svg);
}

.icon-service-business-bank {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/service-business-bank.svg);
}

.icon-service-edu {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/service-edu.svg);
}

.icon-service-finam {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/service-finam.svg);
}

.icon-service-ft-trade {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/service-ft-trade.svg);
}

.icon-service-ibank {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/service-ibank.svg);
}

.icon-service-lk {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/service-lk.svg);
}

.icon-service-loyal {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/service-loyal.svg);
}

.icon-mobile-menu {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/mobile-menu.svg);
}

.icon-phone {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/phone.svg);
}

.icon-person-filled {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/v3/person-filled.svg);
}

.popup__split__line {
  height: 1px;
  width: 100%;
  background: #e7e6eb;
}

.user__popup__container {
  width: 272px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  gap: 8px;
  background-color: #fff;
  padding: 16px !important;
  font-family: Inter, sans-serif;
  color: #202023;
  position: relative;
}
@media screen and (max-width: 1159px) {
  .user__popup__container {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
}

.submenu-placeholder {
  background-color: #151519;
}

.universal-header__popup__container {
  padding: 0 !important;
  right: 0;
  width: fit-content;
  border-radius: 8px;
}
@media screen and (max-width: 1159px) {
  .universal-header__popup__container {
    width: 100% !important;
    right: 0;
    top: 75px;
    margin: 0 !important;
    max-width: initial !important;
    max-height: initial !important;
  }
}

.menu-mobile__container {
  display: none;
  color: #202023;
  font-family: Inter, sans-serif;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
  min-height: 600px;
}
@media screen and (max-width: 1159px) {
  .menu-mobile__container.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 75px;
    width: 100%;
    padding: 16px 16px 24px 16px;
    box-sizing: border-box;
  }
}
.menu-mobile__container .close__popup__button__block {
  position: absolute;
  right: 16px;
  top: 16px;
}
.menu-mobile__container .close__popup__button__block .close-popup:hover {
  cursor: pointer;
}
.menu-mobile__container .mobile-menu-header__container {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.28px;
  font-weight: 700;
}
.menu-mobile__container .mobile-menu-header__container.menu-header {
  margin-bottom: 22px;
}
.menu-mobile__container .mobile-menu-item__container {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-mobile__container .mobile-menu-item__container .mobile-menu-item-top-level {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.128px;
  padding: 8px 0;
}
.menu-mobile__container .mobile-menu-item__container .mobile-menu-item-top-level .top-level-item__block {
  display: flex;
  align-items: center;
}
.menu-mobile__container .mobile-menu-item__container .mobile-menu-item-top-level.active > .top-level-item__block > .menu-item-icon {
  background-image: url(/img/v3/chevron-down.svg);
  filter: initial;
}
.menu-mobile__container .mobile-menu-item__container .mobile-menu-item-top-level .menu-item-icon {
  filter: invert(65%) sepia(17%) saturate(134%) hue-rotate(217deg) brightness(88%) contrast(88%);
}
.menu-mobile__container .mobile-menu-item__container .menu-item-icon {
  position: absolute;
  right: 20px;
}
.menu-mobile__container .mobile-menu__divider__container {
  margin: 0 -16px 8px -16px;
}
.menu-mobile__container .mobile-menu__divider__container .mobile-menu__divider {
  height: 1px;
  width: 100%;
  background-color: #dbdade;
}