.select-wrapper select {
  display: none !important;
}
.select-wrapper .select-selection {
  cursor: pointer;
  display: block;
  height: 32px;
  padding: 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 32px;
  color: #444;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
.select-wrapper .select-selection__input,
.select-wrapper .select-selection input,
.select-wrapper .select-selection textarea {
  height: 100%;
}
.select-wrapper .select-selection textarea:focus,
.select-wrapper .select-selection input:focus {
  color: #444 !important;
}
.select-wrapper .select-selection textarea,
.select-wrapper .select-selection input {
  resize: none;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  border: none;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.select-wrapper .select-selection__clean {
  display: inline-block;
  width: 34px;
  height: 100%;
  position: absolute;
  right: 49px;
  top: 0;
  border: none;
  background: inherit;
}
.select-wrapper .select-selection__clean b {
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 11px;
}
.select-wrapper .select-selection__clean b::before {
  content: "\F00D";
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.select-wrapper .select-selection__clean:disabled {
  display: none;
}
.select-wrapper .select-selection__arrow {
  display: inline-block;
  width: 34px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  background-clip: padding-box;
  background: #eee;
}
.select-wrapper .select-selection__arrow b {
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 14px;
}
.select-wrapper .select-selection__arrow b::before {
  content: "\F107";
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.select-wrapper .select-dropdown {
  margin-top: -1px;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-top: 0;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.select-wrapper .select-dropdown .select-result-option {
  list-style: none;
  display: list-item;
  background-image: none;
  cursor: pointer;
  text-align: left;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month, .react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker__navigation {
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names, .react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day, .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.height-change-listener {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  border: 0;
  background-color: transparent;
}
a,
a > i {
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -ms-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}
.smart-style-custom .contact-phone,
.smart-style-custom .contact-mail,
.smart-style-custom .navbar-user,
.smart-style-custom .account-exit {
  border-left: 1px solid #2a587b;
  height: 72px;
}
.smart-style-custom .contact-phone,
.smart-style-custom .contact-mail {
  padding: 24px 20px 23px;
}
.smart-style-custom .contact-phone > span,
.smart-style-custom .contact-mail > span {
  font-weight: 600;
  color: white;
}
.smart-style-custom .contact-phone > span > i,
.smart-style-custom .contact-mail > span > i {
  float: left;
  font-size: 22px;
  color: #9496a1;
  margin-right: 10px;
}
.smart-style-custom .navbar-user > li > a {
  padding: 0 20px;
  color: white;
  line-height: 72px;
}
.smart-style-custom .navbar-user > li > a:hover,
.smart-style-custom .navbar-user > li > a:focus {
  color: #c69e86;
  background: #01385f;
}
.smart-style-custom .navbar-user > li > a > em {
  margin-left: 4px;
}
.smart-style-custom .account-exit > button {
  height: 71px;
  font-size: 18px;
  width: 55px;
  color: #fff;
}
.smart-style-custom .account-exit > button:hover,
.smart-style-custom .account-exit > button:focus {
  color: #c69e86;
  background: #01385f;
}
.smart-style-custom .dropdown-menu > li > a:hover,
.smart-style-custom .dropdown-menu > li > a:focus {
  background-color: #edf0f5;
  color: #262626;
}
.smart-style-custom aside#left-panel {
  padding-top: 55px;
  background: white;
  box-shadow: inset -1px 0 0 #cccccc;
}
.smart-style-custom aside#left-panel .login-info {
  box-shadow: none;
  padding: 4px 0;
  border-bottom: 1px solid #01385f;
}
.smart-style-custom aside#left-panel .login-info img {
  margin-right: 9px;
}
.smart-style-custom aside#left-panel .login-info > span {
  border-bottom: none;
}
.smart-style-custom aside#left-panel .login-info a {
  color: rgba(31, 38, 74, 0.8);
}
.smart-style-custom aside#left-panel .login-info a:hover {
  color: #1f264a;
}
.smart-style-custom aside#left-panel .login-info a span {
  font-size: 15px;
}
.smart-style-custom .minifyme {
  background: #505571;
  color: white;
  width: 30px;
}
.smart-style-custom .minifyme:hover {
  background: #1f264a;
  color: #ffffff;
  width: 32px;
}
.smart-style-custom .smart-form.client-form header {
  padding: 15px 13px;
  border-bottom-width: 1px;
}
.smart-style-custom .smart-form .note {
  margin-right: 14px;
  margin-left: 14px;
}
.smart-style-custom .smart-form .note-legend {
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px;
  color: #9d2235;
}
.smart-style-custom .smart-form .radio label.radio {
  float: left;
  margin-right: 30px;
}
.smart-style-custom .smart-form .wrapper-label .checkbox {
  display: inline-block;
}
.smart-style-custom .smart-form .participant-block > fieldset {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -7px;
}
.smart-style-custom .smart-form .smart-form fieldset + fieldset.no-border {
  border-top: none;
}
.smart-style-custom .smart-form .form-widget-footer {
  margin: 0px -23px -29px;
}
.smart-style-custom h1.page-title {
  font-size: 19px;
}
.smart-style-custom i.page-title-separator {
  font-size: 18px;
  padding: 0 10px;
}
.smart-style-custom .form-actions {
  margin: auto;
}
.smart-style-custom.minified .minifyme {
  width: 100%;
  color: white;
}
.fluid-right > * {
  float: right !important;
}
.fluid-right > *:first-child {
  margin-left: 10px;
}
.fluid-left > * {
  float: left !important;
}
.participant-add {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.declarer-search .btn i::before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.declarer-search .btn + .btn,
.action-section .btn + .btn,
.action-buttons .btn + .btn {
  margin-left: 20px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  border-color: #ddd !important;
  background-color: #f4f4f4 !important;
  cursor: default !important;
}
.form-control-feedback.feedback-right.glyphicon {
  top: 0;
  right: -15px;
}
.tip-text-hidden {
  position: relative;
  height: 36px;
  overflow: hidden;
}
.tip-text-hidden:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 15px;
  background: -moz-linear-gradient(left, rgba(251, 251, 251, 0.5), #fbfbfb 50%);
  background: -webkit-linear-gradient(left, rgba(251, 251, 251, 0.5), #fbfbfb 50%);
  background: -o-linear-gradient(left, rgba(251, 251, 251, 0.5), #fbfbfb 50%);
  background: -ms-linear-gradient(left, rgba(251, 251, 251, 0.5), #fbfbfb 50%);
  background: linear-gradient(to right, rgba(251, 251, 251, 0.5), #fbfbfb 50%);
}
.qa-mark-cell {
  font-size: 15px;
  font-weight: bold;
}
.qa-mark-cell.with-description {
  color: #c69e85;
}
@media (max-width: 1473px) {
  .smart-style-custom .account-exit {
    display: none;
  }
  .smart-style-custom #logo {
    margin-right: 0;
  }
  .smart-style-custom .contact-phone,
  .smart-style-custom .contact-mail {
    display: block;
    height: auto;
    padding: 10px 10px 0;
    border: 0;
  }
}
@media (max-width: 768px) {
  .top-menu .nav > li.has_sub > a > b.collapse-sign {
    float: left;
  }
  .top-menu .nav > li > a {
    height: 71px;
  }
  .top-menu .nav > li > a i {
    margin-right: 0 !important;
  }
  .top-menu .nav > li > .sub-menu {
    width: auto;
  }
  .smart-style-custom #logo {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 510px) {
  .smart-style-custom .contact-phone,
  .smart-style-custom .contact-mail {
    display: none;
  }
  .top-menu .nav > li > a {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.smart-form .textarea textarea.resizable {
  resize: vertical;
  height: auto;
}
.custom-gge-checkbox {
  position: relative;
}
.custom-gge-checkbox input {
  display: none;
}
.custom-gge-checkbox label {
  cursor: pointer;
}
.custom-gge-checkbox label:hover:before {
  border-color: #1f264a;
}
.custom-gge-checkbox label:before {
  content: '';
  display: inline-block;
  border-color: #c8cbcc;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  background: white;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.custom-gge-checkbox input:checked + label:after {
  content: '\E92C';
  top: -5px;
  left: 3px;
  width: 16px;
  line-height: 30px;
  font-family: 'Portal icons';
  font-style: normal;
  font-size: 10px;
  text-align: center;
  position: absolute;
}
.custom-gge-checkbox input:checked + label:before {
  border-color: #1f264a;
}
.custom-gge-checkbox input:disabled + label:before {
  border-color: #c8cbcc;
  background-color: #e6eaeb;
}
.custom-gge-checkbox input:disabled + label {
  color: #c8cbcc;
}
.outform-checkbox > span.label {
  color: black;
  font-size: 14px;
  font-weight: normal;
  padding-left: 20px;
}
.outform-checkbox > input[type="checkbox"] {
  position: absolute;
  left: 0px;
}
.pd-opening-selected-view-modal .pd-opening-list {
  max-height: 400px;
  overflow-y: auto;
  padding: 20px;
}
.pd-opening-selected-view-modal .pd-opening-item {
  margin: 10px 0;
}
.pd-opening-selected-confirm-modal .pd-opening-list {
  max-height: 200px;
  overflow-y: auto;
}
.pd-opening-selected-confirm-modal .pd-opening-item,
.pd-opening-selected-confirm-modal .error-text {
  margin: 10px 0;
}
.pd-opening-selected-confirm-modal .error-text {
  color: red;
  font-weight: bold;
}
.error-text {
  position: static;
  display: block !important;
  color: #9d2235;
  bottom: 70px;
  font-style: normal;
  height: 40px;
}
.error-text-value {
  position: static;
  display: block !important;
  color: #9d2235;
  bottom: 70px;
  font-style: normal;
}
.succes-text-value {
  position: static;
  display: block !important;
  color: #0d811a;
  bottom: 70px;
  font-style: normal;
}
.pd-opening-submit-panel {
  margin: 0 5px;
}
.pd-opening-submit-panel .pd-opening-submit-panel-multi-buttons {
  display: flex;
  margin-right: 10px;
}
.pd-opening-submit-panel .pd-opening-submit-panel-multi-buttons .elements_fixed + .elements_fixed {
  margin-left: 5px;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cursor_pointer {
  cursor: pointer;
}
.tooltip-size-custom > .tooltip-inner {
  max-width: 300px !important;
  width: 300px;
}
.btn-icon-load,
.btn-icon-unload,
.btn-icon-unload-bold {
  padding: 5px 10px 5px 40px;
  font-size: 12px;
  white-space: nowrap;
  border: 2px solid #0f4c81;
  outline: none;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 5px;
}
.btn-icon-load:hover,
.btn-icon-unload:hover,
.btn-icon-unload-bold:hover {
  color: #0f4c81;
  background-color: transparent;
  border-color: #E6E8E8;
}
.btn-icon-unload {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015.5%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%200px%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Layer_6%22%20data-name%3D%22Layer%206%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2210.5%204%207.5%200%204.5%204%206.5%204%206.5%209%208.5%209%208.5%204%2010.5%204%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m15%2C15.5H0V7c0-.83.67-1.5%2C1.5-1.5h3v1H1.5c-.28%2C0-.5.23-.5.5v7.5h13v-7.49c0-.28-.23-.51-.51-.51h-2.99v-1h2.99c.83%2C0%2C1.51.68%2C1.51%2C1.51v8.49Z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat 15px 4px #0f4c81;
  background-size: 16px;
}
.btn-icon-unload:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015.5%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230f4c81%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%200px%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Layer_6%22%20data-name%3D%22Layer%206%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2210.5%204%207.5%200%204.5%204%206.5%204%206.5%209%208.5%209%208.5%204%2010.5%204%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m15%2C15.5H0V7c0-.83.67-1.5%2C1.5-1.5h3v1H1.5c-.28%2C0-.5.23-.5.5v7.5h13v-7.49c0-.28-.23-.51-.51-.51h-2.99v-1h2.99c.83%2C0%2C1.51.68%2C1.51%2C1.51v8.49Z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.btn-icon-unload-bold {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_475_411)%22%3E%0A%3Cpath%20d%3D%22M20%2014.5005C20.3978%2014.5005%2020.7794%2014.6585%2021.0607%2014.9398C21.342%2015.2211%2021.5%2015.6027%2021.5%2016.0005V20.0005C21.5%2020.6635%2021.2366%2021.2994%2020.7678%2021.7683C20.2989%2022.2371%2019.663%2022.5005%2019%2022.5005H5C4.33696%2022.5005%203.70107%2022.2371%203.23223%2021.7683C2.76339%2021.2994%202.5%2020.6635%202.5%2020.0005V16.0005C2.5%2015.6027%202.65804%2015.2211%202.93934%2014.9398C3.22064%2014.6585%203.60218%2014.5005%204%2014.5005C4.39782%2014.5005%204.77936%2014.6585%205.06066%2014.9398C5.34196%2015.2211%205.5%2015.6027%205.5%2016.0005V19.5005H18.5V16.0005C18.5%2015.6027%2018.658%2015.2211%2018.9393%2014.9398C19.2206%2014.6585%2019.6022%2014.5005%2020%2014.5005ZM13.237%203.1205L17.303%207.1875C17.4463%207.32587%2017.5605%207.49139%2017.6392%207.67439C17.7178%207.8574%2017.7591%208.05423%2017.7609%208.2534C17.7626%208.45257%2017.7247%208.65009%2017.6492%208.83443C17.5738%209.01878%2017.4624%209.18625%2017.3216%209.32709C17.1808%209.46793%2017.0133%209.57931%2016.8289%209.65473C16.6446%209.73016%2016.4471%209.76811%2016.2479%209.76638C16.0487%209.76465%2015.8519%209.72327%2015.6689%209.64465C15.4859%209.56604%2015.3204%209.45177%2015.182%209.3085L13.5%207.6265V16.0005C13.5%2016.3983%2013.342%2016.7799%2013.0607%2017.0612C12.7794%2017.3425%2012.3978%2017.5005%2012%2017.5005C11.6022%2017.5005%2011.2206%2017.3425%2010.9393%2017.0612C10.658%2016.7799%2010.5%2016.3983%2010.5%2016.0005V7.6265L8.818%209.3085C8.67963%209.45177%208.51411%209.56604%208.33111%209.64465C8.1481%209.72327%207.95127%209.76465%207.7521%209.76638C7.55293%209.76811%207.35541%209.73016%207.17107%209.65473C6.98672%209.57931%206.81925%209.46793%206.67841%209.32709C6.53757%209.18625%206.42619%209.01878%206.35077%208.83443C6.27535%208.65009%206.23739%208.45257%206.23912%208.2534C6.24085%208.05423%206.28223%207.8574%206.36085%207.67439C6.43946%207.49139%206.55373%207.32587%206.697%207.1875L10.763%203.1215C11.0912%202.79358%2011.5361%202.60938%2012%202.60938C12.4639%202.60937%2012.9088%202.79358%2013.237%203.1215V3.1205Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_475_411%22%3E%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat 15px 4px #0f4c81;
  background-size: 16px;
}
.btn-icon-unload-bold:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_475_411)%22%3E%0A%3Cpath%20d%3D%22M20%2014.5005C20.3978%2014.5005%2020.7794%2014.6585%2021.0607%2014.9398C21.342%2015.2211%2021.5%2015.6027%2021.5%2016.0005V20.0005C21.5%2020.6635%2021.2366%2021.2994%2020.7678%2021.7683C20.2989%2022.2371%2019.663%2022.5005%2019%2022.5005H5C4.33696%2022.5005%203.70107%2022.2371%203.23223%2021.7683C2.76339%2021.2994%202.5%2020.6635%202.5%2020.0005V16.0005C2.5%2015.6027%202.65804%2015.2211%202.93934%2014.9398C3.22064%2014.6585%203.60218%2014.5005%204%2014.5005C4.39782%2014.5005%204.77936%2014.6585%205.06066%2014.9398C5.34196%2015.2211%205.5%2015.6027%205.5%2016.0005V19.5005H18.5V16.0005C18.5%2015.6027%2018.658%2015.2211%2018.9393%2014.9398C19.2206%2014.6585%2019.6022%2014.5005%2020%2014.5005ZM13.237%203.1205L17.303%207.1875C17.4463%207.32587%2017.5605%207.49139%2017.6392%207.67439C17.7178%207.8574%2017.7591%208.05423%2017.7609%208.2534C17.7626%208.45257%2017.7247%208.65009%2017.6492%208.83443C17.5738%209.01878%2017.4624%209.18625%2017.3216%209.32709C17.1808%209.46793%2017.0133%209.57931%2016.8289%209.65473C16.6446%209.73016%2016.4471%209.76811%2016.2479%209.76638C16.0487%209.76465%2015.8519%209.72327%2015.6689%209.64465C15.4859%209.56604%2015.3204%209.45177%2015.182%209.3085L13.5%207.6265V16.0005C13.5%2016.3983%2013.342%2016.7799%2013.0607%2017.0612C12.7794%2017.3425%2012.3978%2017.5005%2012%2017.5005C11.6022%2017.5005%2011.2206%2017.3425%2010.9393%2017.0612C10.658%2016.7799%2010.5%2016.3983%2010.5%2016.0005V7.6265L8.818%209.3085C8.67963%209.45177%208.51411%209.56604%208.33111%209.64465C8.1481%209.72327%207.95127%209.76465%207.7521%209.76638C7.55293%209.76811%207.35541%209.73016%207.17107%209.65473C6.98672%209.57931%206.81925%209.46793%206.67841%209.32709C6.53757%209.18625%206.42619%209.01878%206.35077%208.83443C6.27535%208.65009%206.23739%208.45257%206.23912%208.2534C6.24085%208.05423%206.28223%207.8574%206.36085%207.67439C6.43946%207.49139%206.55373%207.32587%206.697%207.1875L10.763%203.1215C11.0912%202.79358%2011.5361%202.60938%2012%202.60938C12.4639%202.60937%2012.9088%202.79358%2013.237%203.1215V3.1205Z%22%20fill%3D%22%230f4c81%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_475_411%22%3E%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%230f4c81%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.btn-icon-load {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2012.5%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%200px%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Layer_7%22%20data-name%3D%22Layer%207%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2210.5%205%207.5%209%204.5%205%206.5%205%206.5%200%208.5%200%208.5%205%2010.5%205%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m15%2C12.5H0V4c0-.83.67-1.5%2C1.5-1.5h3v1H1.5c-.28%2C0-.5.23-.5.5v7.5h13v-7.49c0-.28-.23-.51-.51-.51h-2.99v-1h2.99c.83%2C0%2C1.51.68%2C1.51%2C1.51v8.49Z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat 15px 6px #0f4c81;
  background-size: 16px;
}
.btn-icon-load:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2012.5%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230f4c81%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%200px%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Layer_7%22%20data-name%3D%22Layer%207%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2210.5%205%207.5%209%204.5%205%206.5%205%206.5%200%208.5%200%208.5%205%2010.5%205%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m15%2C12.5H0V4c0-.83.67-1.5%2C1.5-1.5h3v1H1.5c-.28%2C0-.5.23-.5.5v7.5h13v-7.49c0-.28-.23-.51-.51-.51h-2.99v-1h2.99c.83%2C0%2C1.51.68%2C1.51%2C1.51v8.49Z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.btn-icon-load:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
  pointer-events: none;
}
.table-scroll {
  overflow: auto;
  max-height: 300px;
}
.remark-critical-exclamation {
  font-size: 17px !important;
  margin-top: -2px;
  color: #A90329;
  position: absolute;
  left: -8px;
}
.pd-structure-hint > .tooltip-inner {
  min-width: 350px;
  width: 350px;
  white-space: pre-line;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/*! 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: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
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 {
  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"] {
  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;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
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 {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/styles/fonts/glyphicons-halflings-regular.eot');
  src: url('/styles/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/styles/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/styles/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/styles/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/styles/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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.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: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.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: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-rub:before {
  content: "\20BD";
}
.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;
}
*:before,
*:after {
  -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: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3276B1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #214e75;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -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: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
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,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
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: 24px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 19px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.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: #999999;
}
.text-primary {
  color: #3276B1;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #275b89;
}
.text-success {
  color: #468847 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635 !important;
}
.text-info {
  color: #346597;
}
a.text-info:hover,
a.text-info:focus {
  color: #274c71;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #3276B1;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #275b89;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #D6DDE7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #b6c2d4;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  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-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
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[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13px;
  padding-right: 13px;
}
@media (min-width: 768px) {
  .container {
    width: 746px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 966px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1166px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13px;
  padding-right: 13px;
}
.row {
  margin-left: -13px;
  margin-right: -13px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    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;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #ecf3f8;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #ecf3f8;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #d9e7f1;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #D6DDE7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c6d0de;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #b94a48;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -13px;
  margin-right: -13px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 13px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-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;
}
.dropup,
.dropdown {
  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;*/
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #3276B1;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3276B1;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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-left: 0;
  padding-right: 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: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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: 2px;
}
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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 9px 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3276B1;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 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: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3276B1;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.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: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 13px;
  padding-left: 13px;
  border-top: 1px solid transparent;
  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;
    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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -13px;
  margin-left: -13px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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;
}
.navbar-brand {
  float: left;
  padding: 16px 13px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -13px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 13px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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: 8px -13px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navbar-form {
  margin-left: -13px;
  margin-right: -13px;
  padding: 10px 13px;
  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: 9px;
  margin-bottom: 9px;
}
@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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 13px;
    margin-right: 13px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -13px;
  }
  .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:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@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: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3276B1;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #214e75;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #3276B1;
  border-color: #3276B1;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.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-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.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:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #3276B1;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #275b89;
}
.label-success {
  background-color: #739E73;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #5b835b;
}
.label-info {
  background-color: #49b6d6;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2b9fc1;
}
.label-warning {
  background-color: #f59c1a;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #d38109;
}
.label-danger {
  background-color: #A90329;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #77021d;
}
.label-gge-blue {
  background-color: #1f264a;
}
.label-gge-blue[href]:hover,
.label-gge-blue[href]:focus {
  background-color: #101426;
}
.label-gge-green {
  background-color: #37611f;
}
.label-gge-green[href]:hover,
.label-gge-green[href]:focus {
  background-color: #213a13;
}
.label-gge-beige {
  background-color: #bd9a7a;
}
.label-gge-beige[href]:hover,
.label-gge-beige[href]:focus {
  background-color: #ac8058;
}
.label-gge-purple {
  background-color: #6e3671;
}
.label-gge-purple[href]:hover,
.label-gge-purple[href]:focus {
  background-color: #4c264e;
}
.label-checkbox {
  vertical-align: text-bottom;
  margin-left: 5px;
}
.label-no-padding {
  padding-top: 0px !important;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3276B1;
  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: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px;
  padding-left: 13px;
  padding-right: 13px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3276B1;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.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 {
  background-color: #dff0d8;
  border-color: #468847;
  color: #468847;
}
.alert-success hr {
  border-top-color: #3d773e;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #D6DDE7;
  border-color: #9cb4c5;
  color: #346597;
}
.alert-info hr {
  border-top-color: #8ca8bc;
}
.alert-info .alert-link {
  color: #274c71;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #DBAB57;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #d6a042;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #b94a48;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #a74240;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-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 {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -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: 18px;
  color: #fff;
  text-align: center;
  background-color: #3276B1;
  -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-striped .progress-bar,
.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);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -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: #739E73;
}
.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: #49b6d6;
}
.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: #f59c1a;
}
.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: #A90329;
}
.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 {
  zoom: 1;
  overflow: hidden;
}
.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-left,
.media-right,
.media-body {
  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 {
  margin-bottom: 20px;
  padding-left: 0;
}
.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-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
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:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3276B1;
  border-color: #3276B1;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c1d9ee;
}
.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #468847;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}
.list-group-item-info {
  color: #346597;
  background-color: #D6DDE7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #346597;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #346597;
  background-color: #c6d0de;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #346597;
  border-color: #346597;
}
.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #c09853;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #c09853;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}
.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #b94a48;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -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-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.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-right-radius: 1px;
  border-top-left-radius: 1px;
}
.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: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3276B1;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3276B1;
  border-color: #3276B1;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3276B1;
}
.panel-primary > .panel-heading .badge {
  color: #3276B1;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3276B1;
}
.panel-success {
  border-color: #468847;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #468847;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #468847;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #468847;
}
.panel-info {
  border-color: #9cb4c5;
}
.panel-info > .panel-heading {
  color: #346597;
  background-color: #D6DDE7;
  border-color: #9cb4c5;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #9cb4c5;
}
.panel-info > .panel-heading .badge {
  color: #D6DDE7;
  background-color: #346597;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #9cb4c5;
}
.panel-warning {
  border-color: #DBAB57;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #DBAB57;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #DBAB57;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #c09853;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #DBAB57;
}
.panel-danger {
  border-color: #b94a48;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b94a48;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #b94a48;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b94a48;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -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: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -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;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: 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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.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: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.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 !important;
  }
  .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: 1060;
  display: block;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.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 {
  bottom: 0;
  right: 5px;
  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;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  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 {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -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 > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  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);
}
.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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -15px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -15px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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-prev,
  .carousel-control .icon-next {
    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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
.carousel.fade .carousel-control {
  z-index: 5;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
  }
  th.visible-xs,
  td.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;
  }
  th.visible-sm,
  td.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;
  }
  th.visible-md,
  td.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;
  }
  th.visible-lg,
  td.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;
  }
  th.visible-print,
  td.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;
  }
}
/*!
 * SmartAdmin - Responsive WebApp
 *
 * Copyright 2014 bootstraphunter.com
 * Designed and built with all the love in the world by @bootstraphunt.
 */
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
 * JQUI STUFF
 */
/*	Overlay	 */
.ui-widget-overlay {
  background-image: none;
  background: #AAA;
  height: 100%;
  z-index: 949 !important;
  position: fixed;
  top: 0px;
  left: 0px;
}
/* Slider */
.slider {
  margin-top: 0px;
  margin-bottom: 30px;
}
.slider.slider-vertical {
  margin-bottom: 0px;
  margin-right: 5px;
}
/* menu */
.ui-menu {
  width: 155px;
  padding: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.ui-menu .ui-state-disabled {
  margin: .4em 0 .2em !important;
  background: none !important;
  color: #999 !important;
  font-weight: normal !important;
  cursor: default;
}
.ui-icon-carat-1-e:before {
  content: "\F105";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline;
}
.ui-menu .ui-menu-item a .ui-menu-icon {
  width: auto;
  height: auto;
  top: 0px;
  left: auto;
  right: auto;
  bottom: auto;
  text-indent: 0px;
}
/* tabs */
.ui-tabs .ui-tabs-nav li a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-bottom: 1px solid #ddd;
  color: #838383;
}
.ui-tabs .ui-tabs-nav li {
  margin-right: 3px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  font-weight: bold;
  border-top-width: 0px !important;
  margin-top: 1px !important;
  -webkit-box-shadow: 0 -2px 0 #57889C;
  -moz-box-shadow: 0 -2px 0 #57889C;
  box-shadow: 0 -2px 0 #57889C;
}
.ui-tabs .ui-tabs-panel {
  border: 1px solid #ddd;
  margin: 0;
  padding: 10px 13px;
  border-top: none;
}
.ui-tabs .ui-tabs-nav {
  margin-bottom: 0;
}
/* accordions */
.ui-accordion .ui-accordion-content {
  padding: 0;
}
.ui-accordion .ui-accordion-header {
  background-color: #fbfbfb;
  font-size: 15px;
  padding: 10px 15px 10px 36px !important;
}
.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-content {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.ui-accordion .ui-accordion-content {
  padding: 15px;
}
.ui-accordion-header-active + .ui-accordion-content {
  border-top: 1px solid #ddd;
}
.ui-accordion .ui-accordion-header {
  margin-top: -2px;
}
.ui-accordion .ui-accordion-header,
.ui-accordion-content {
  border-color: #dddddd !important;
}
.ui-accordion-header-icon {
  text-indent: 0px !important;
  background-image: none !important;
  text-align: center;
  line-height: normal;
  left: 12px !important;
  margin-top: -6px !important;
  font-size: 14px !important;
}
/*
	 * Calendar
	 */
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  text-align: center;
  margin-top: 2px;
}
.ui-datepicker-next > :first-child,
.ui-datepicker-prev > :first-child {
  text-indent: 0px !important;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background: none !important;
}
/*
 * JS SLIDER
 * Copied from: js/plugin/noUiSlider/jquery.nouislider.css 
 */
/*	General CSS resets;
 *		The target itself is not affected, allowing
 *		the remainder of the document to use an
 *		alternate box-sizing model;
 *		Support for box-sizing is wide spread:
 *		http://caniuse.com/#search=box-sizing
 */
.noUi-target * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
/*	Main slider bar;
 *		Standard styles no longer incorrectly force a
 *		width or height on the slider.
 */
.noUi-base {
  width: 100%;
  height: 14px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #bfbfbf;
  z-index: 1;
}
.noUi-origin-lower {
  background: #72a8d7;
}
/*	Handles + active state;
 *		The :after pseudo-element wont inherit
 *		box-sizing, so it needs to applied manually.
 */
.noUi-handle {
  background: #858585;
  height: 30px;
  width: 16px;
  border: 1px solid #ffffff;
  margin: -8px 0 0 -8px;
  cursor: default;
}
.noUi-handle:hover {
  background: #6c6c6c;
}
.noUi-active {
  cursor: default;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;
  background: #686868;
  height: 32px;
  width: 18px;
  margin: -9px 0 0 -8px;
  border: none;
}
.noUi-active:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  border: 1px solid #ddd;
}
/*	Styling-only classes;
 *		Structured to prevent double declarations
 *		for various states of the slider.
 */
.noUi-connect {
  background: #3276B1;
}
.noUi-background {
  background: #eeeeee;
  border: none;
}
/*	Functional styles for handle positioning;
 *		Note that the origins have z-index 0, the base has
 *		z-index 1; This fixes a bug where borders become invisible.
 */
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.noUi-origin-upper {
  background: inherit !important;
}
.noUi-z-index {
  z-index: 10;
}
/*	Adaptations for the vertical slider;
 *		Some standard styles have been extended to keep
 *		exceptions for the vertical slider as minimal as possible.
 */
.noUi-vertical {
  width: 10px;
  height: 100%;
}
.noUi-vertical .noUi-origin {
  bottom: 0;
  left: 0;
}
.noUi-vertical .noUi-handle {
  margin: -8px 0 0 -3px;
}
/*	Various alternate slider states;
 *		Support for transition is widely available,
 *		Only IE7, IE8 and IE9 will ignore these rules.
 *		Since this is merely a progressive enhancement,
 *		this is no problem at all.
 *		http://caniuse.com/#search=transition
 */
.noUi-target[disabled] .noUi-base {
  background: #999999;
}
.noUi-target[disabled] .noUi-connect {
  background: #BBB;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
/*
 * JQUI SPINNERS
 */
.ui-spinner-input {
  margin: 0 !important;
  height: 30px;
  padding: 6px 24px 6px 12px;
}
.ui-spinner-input.spinner-left {
  padding: 6px 12px 6px 24px;
}
.ui-spinner {
  width: 100%;
}
.ui-spinner-input.spinner-left + .ui-spinner-button,
.ui-spinner-input.spinner-left + .ui-spinner-button + .ui-spinner-button {
  right: auto;
  left: 0px;
}
.ui-spinner-up,
.ui-spinner-down {
  background: #739E73;
  border-radius: 0px;
}
.ui-spinner-up:hover,
.ui-spinner-up:active,
.ui-spinner-up:focus {
  background: #5b835b;
}
.ui-spinner-down:hover,
.ui-spinner-down:active,
.ui-spinner-down:focus {
  background: #77021d;
}
.ui-spinner-down {
  background: #c2032f;
}
.ui-spinner-up:before,
.ui-spinner-down:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F067";
  color: #ffffff;
  font-size: 14px;
  margin-top: 1px;
}
.ui-spinner-down:before {
  content: "\F068";
}
.ui-spinner-up > :first-child,
.ui-spinner-down > :first-child {
  display: none;
}
.ui-spinner-button {
  width: 19px;
}
/* spinner both */
.ui-spinner-input.spinner-both {
  padding: 6px 30px;
}
.ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
  left: 0px;
  right: auto;
}
.ui-spinner-input.spinner-both + .ui-spinner-button,
.ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
  height: 30px;
  width: 25px;
}
.ui-spinner-input.spinner-both + .ui-spinner-up:before,
.ui-spinner-input.spinner-both + .ui-spinner-up + .ui-spinner-down:before {
  margin-top: 8px;
}
/*
 * JQUI ADJUSTMENT
 */
.ui-dialog {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.widget-header > :first-child {
  margin: 13px 0;
}
.ui-widget-overlay {
  z-index: 999;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0 10px;
  background: #ffffff;
  border-bottom-color: #eeeeee;
}
.ui-dialog .ui-dialog-title {
  margin: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  margin-top: -16px;
  margin-right: 4px;
}
.ui-dialog-titlebar-close:before {
  content: "\F00D";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 .4em 0 0;
}
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 13px;
  padding: 19px 15px 20px;
  text-align: right;
  border-top: 1px solid #eeeeee;
}
.ui-autocomplete {
  z-index: 905 !important;
}
/*!
 * jQuery UI Bootstrap (1.0 alpha)
 * http://addyosmani.github.io/jquery-ui-bootstrap/
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */
/********** VJ - Move to Less - Start *************/
/* 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 {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  /*display: inline-block; */
  display: block;
  min-height: 0;
  /* support: IE7 */
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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
 ----------------------------------*/
/*
 * jQuery UI Resizable 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/resizable/
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.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;
}
/*
 * jQuery UI Selectable 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/selectable/
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI CSS Framework 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 *
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
 ----------------------------------*/
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.ui-widget .ui-widget {
  font-size: 13px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #404040;
}
.ui-widget-header {
  font-weight: bold;
  background-color: #F5F5F5;
  border-color: #DDDDDD;
  color: #333333;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
 ----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #333333;
  background-color: #ffffff;
  font-weight: normal;
  border: 1px solid #cccccc;
}
.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 {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #333333;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #adadad;
  font-weight: normal;
  color: #333333;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #333333;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
 ----------------------------------*/
.ui-state-highlight,
.ui-state-error,
.ui-state-default {
  position: relative;
  border-width: 1px;
  border-style: solid;
}
.ui-state-highlight p,
.ui-state-error p,
.ui-state-default p {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 7px 15px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #2d6987;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #953b39;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #953b39;
}
.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: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
 ----------------------------------*/
/* states and images*/
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("/styles/img/jqueryui/ui-icons_222222_256x240.png");
}
.ui-widget-content .ui-icon {
  background-image: url("/styles/img/jqueryui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/styles/img/jqueryui/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("/styles/img/jqueryui/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/styles/img/jqueryui/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("/styles/img/jqueryui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("/styles/img/jqueryui/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/styles/img/jqueryui/ui-icons_f6cf3b_256x240.png");
}
/* positioning */
.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-first {
  background-position: -80px -160px;
}
.ui-icon-seek-start {
  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 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-top-left-radius: 4px;
  /* Safari 4 */
  -moz-border-radius-topleft: 4px;
  /* Firefox 3.6 */
  border-top-left-radius: 4px;
}
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 4px;
  /* Safari 4 */
  -moz-border-radius-topright: 4px;
  /* Firefox 3.6 */
  border-top-right-radius: 4px;
}
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-bottom-left-radius: 4px;
  /* Safari 4 */
  -moz-border-radius-bottomleft: 4px;
  /* Firefox 3.6 */
  border-bottom-left-radius: 4px;
}
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-bottom-right-radius: 4px;
  /* Safari 4 */
  -moz-border-radius-bottomright: 4px;
  /* Firefox 3.6 */
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .30;
  filter: alpha(opacity=30);
  position: absolute;
  z-index: 949 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .30;
  filter: alpha(opacity=30);
  -webkit-border-radius: 8px;
  /* Safari 4 */
  -moz-border-radius: 8px;
  /* Firefox 3.6 */
  border-radius: 8px;
}
/*
 * jQuery UI Accordion 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/accordion/
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0 none;
  margin-top: -3px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/autocomplete/
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
/*
 * jQuery UI Button 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ui-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-button:focus,
.ui-button:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
}
ui-button.disabled,
ui-button[disabled],
fieldset[disabled] ui-button,
ui-button.disabled:hover,
ui-button[disabled]:hover,
fieldset[disabled] ui-button:hover,
ui-button.disabled:focus,
ui-button[disabled]:focus,
fieldset[disabled] ui-button:focus,
ui-button.disabled:active,
ui-button[disabled]:active,
fieldset[disabled] ui-button:active,
ui-button.disabled.active,
ui-button[disabled].active,
fieldset[disabled] ui-button.ui-state-active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.ui-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.ui-btn-sm,
.ui-btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ui-btn-xs {
  padding: 1px 5px;
}
.ui-btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.ui-btn-block + .ui-btn-block {
  margin-top: 5px;
}
input[type="submit"].ui-btn-block,
input[type="reset"].ui-btn-block,
input[type="button"].ui-btn-block {
  width: 100%;
}
.ui-button-text-icon-primary .ui-button-icon-primary {
  float: left;
}
.ui-button-text-icon-primary {
  padding: 2px 7px 3px;
}
.ui-button-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.ui-button-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.ui-button-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.ui-button-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.ui-button-inverse {
  color: #ffffff;
  background-color: #222222;
  border-color: #080808;
}
.ui-button-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.ui-button-error {
  color: #ffffff;
  background-color: #c43c35;
  border-color: #882a25;
}
.ui-button-primary:hover,
.ui-button-success:hover,
.ui-button-info:hover,
.ui-button-danger:hover,
.ui-button-warning:hover,
.ui-button-inverse:hover {
  color: #ffffff;
  text-decoration: none;
}
.ui-button-primary:hover,
.ui-button-primary:focus {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.ui-button-success:hover {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.ui-button-info:hover {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.ui-button-danger:hover {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.ui-button-warning:hover {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.ui-button-inverse:hover {
  color: #ffffff;
  background-color: #363636;
  border-color: #000000;
}
/* 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 */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button-text-icon-primary .ui-button-icon-primary.ui-icon {
  margin-top: 5px;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999px;
  display: none;
  /*tempfix*/
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .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: .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 {
  margin-bottom: 0;
  margin-top: 0;
  top: 50%;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  /* chrome margin*/
  margin-left: -8px;
  /* firefox margin*/
  margin-right: -6px;
}
.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: .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: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.ui-buttonset .ui-state-active.ui-state-hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.4em;
}
/* reset extra padding in Firefox */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * jQuery UI Menu 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
  list-style: none;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-corner-all {
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-widget-content {
  font-weight: bold;
  margin: 0;
  background-color: #428BCA;
  border-color: #357EBD;
  color: #FFFFFF;
  display: block;
  white-space: nowrap;
}
/* Fix problem with border in ui-state-active */
.ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px .4em;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-menu {
  width: 200px;
  margin-bottom: 2em;
}
/*
 * jQuery UI spinner 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* need to fix icons sprite */
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
/********** VJ - Move to Less - End *************/
/*
 * jQuery UI Dialog 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 300px;
  outline: 0;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /* Safari 4 */
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /* Firefox 3.6 */
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /*left: 50%;
	 margin-left: -280px;*/
  outline: medium none;
  /*top: 10%;
	 width: 560px;*/
  z-index: 1050;
}
.ui-dialog .ui-dialog-titlebar {
  /*padding: .4em 1em;*/
  position: relative;
  border: 0 0 0 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration: none;
  -webkit-border-bottom-right-radius: 0;
  /* Safari 4 */
  -moz-border-radius-bottomright: 0;
  /* Firefox 3.6 */
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  /* Safari 4 */
  -moz-border-radius-bottomleft: 0;
  /* Firefox 3.6 */
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #ccc;
}
.ui-dialog .ui-dialog-title {
  float: left;
  color: #404040;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -20px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  background: none;
  border-width: 0;
  border: none;
  -webkit-box-shadow: none;
  /* Safari 4 */
  -moz-box-shadow: none;
  /* Firefox 3.6 */
  box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
  text-indent: 9999px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 1px;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 1.3em 1.8em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  background-color: #ffffff;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  /* Safari 4 */
  -moz-border-radius: 0 0 6px 6px;
  /* Firefox 3.6 */
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  /* Safari 4 */
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  /* Firefox 3.6 */
  box-shadow: inset 0 1px 0 #ffffff;
  margin-bottom: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
/***Dialog fixes**/
.ui-dialog-buttonset .ui-button:not(:first-child) {
  cursor: pointer;
  display: inline-block;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  overflow: visible;
}
.ui-dialog-buttonset .ui-button:not(:first-child) .ui-state-hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
}
/* ui-dialog-buttonset UI info */
.ui-dialog-buttonset .ui-button.ui-button-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.ui-dialog-buttonset .ui-button.ui-button-info.ui-state-hover {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* ui-dialog-buttonset UI success */
.ui-dialog-buttonset .ui-button.ui-button-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.ui-dialog-buttonset .ui-button.ui-button-success.ui-state-hover {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
/* ui-dialog-buttonset UI warning */
.ui-dialog-buttonset .ui-button.ui-button-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.ui-dialog-buttonset .ui-button.ui-button-warning.ui-state-hover {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
/* ui-dialog-buttonset UI Danger */
.ui-dialog-buttonset .ui-button.ui-button-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.ui-dialog-buttonset .ui-button.ui-button-danger.ui-state-hover {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
/* ui-dialog-buttonset UI Inverse */
.ui-dialog-buttonset .ui-button.ui-button-inverse {
  color: #ffffff;
  background-color: #222222;
  border-color: #080808;
}
.ui-dialog-buttonset .ui-button.ui-button-inverse.ui-state-hover {
  color: #ffffff;
  background-color: #363636;
  border-color: #000000;
}
/*
 * jQuery UI Slider 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 18px;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  color: #ffffff;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.ui-slider-horizontal {
  height: 10px;
  background: #D5D5D5;
  border: none;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
  background-color: #fff;
  border-color: #CCC;
}
.ui-slider-horizontal .ui-slider-handle:focus {
  background-color: #fff;
  border-color: #357EBD;
}
.ui-slider-horizontal .ui-slider-handle:hover {
  background-color: #fff;
  border-color: #285E8E;
  outline: 0;
}
.ui-slider-horizontal .ui-slider-handle:active {
  background-color: #428BCA;
  border-color: #3276B1;
}
.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: .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;
}
/*
 * jQuery UI Tabs 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  border: 0;
  -webkit-border-radius: 0;
  /* Safari 4 */
  -moz-border-radius: 0;
  /* Firefox 3.6 */
  border-radius: 0;
}
.ui-tabs .ui-tabs-nav {
  margin-bottom: 5px;
  border: solid #ddd;
  border-width: 0 0 1px 0;
  -webkit-border-radius: 0;
  /* Safari 4 */
  -moz-border-radius: 0;
  /* Firefox 3.6 */
  border-radius: 0;
  background: none;
}
.ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 0;
  float: left;
  margin-right: 2px;
  margin-bottom: -1px;
  border: 0;
  list-style: none;
  white-space: nowrap;
  background: none;
}
.ui-tabs-nav .ui-state-default {
  border: 0;
  -webkit-box-shadow: none;
  /* Safari 4 */
  -moz-box-shadow: none;
  /* Firefox 3.6 */
  box-shadow: none;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  border: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 4px 4px 0 0;
  /* Safari 4 */
  -moz-border-radius: 4px 4px 0 0;
  /* Firefox 3.6 */
  border-radius: 4px 4px 0 0;
  padding: 8px 12px;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  color: #0069D6;
  background: none;
}
.ui-tabs .ui-tabs-nav li a:hover {
  border: 1px solid whiteSmoke;
  border-bottom: 1px solid #ddd;
  background-color: whiteSmoke;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #555;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
  background: #fff;
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  margin: 1em 0;
  border: 0;
  -webkit-border-radius: 0;
  /* Safari 4 */
  -moz-border-radius: 0;
  /* Firefox 3.6 */
  border-radius: 0;
  padding: 1px 0;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/* IE fix for background inheritance from ui-widget */
.ui-tabs .ui-tabs-nav li {
  filter: none;
}
/*
 * jQuery UI Tooltip 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
.ui-tooltip {
  display: block;
  font-size: 11px;
  opacity: 0.8;
  position: absolute;
  visibility: visible;
  z-index: 1024;
  max-width: 200px;
}
.ui-tooltip {
  background: #000000;
  border: 1px solid #000000;
}
.ui-tooltip {
  color: #FFFFFF;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 #000000;
  /* Safari 4 */
  -moz-box-shadow: inset 0 1px 0 #000000;
  /* Firefox 3.6 */
  box-shadow: inset 0 1px 0 #000000;
  border-radius: 4px 4px 4px 4px;
}
body .ui-tooltip {
  border-width: 1px;
}
/*
 .arrow {
 overflow: hidden;
 position: absolute;
 margin-left: 0;
 height: 20px;
 width: 20px;
 }

 .arrow.bottom {
 top: 100%;
 left: 38%;
 }

 .arrow.top {
 top: -50%;
 bottom: 22px;
 left: 42%;
 }

 .arrow.left {
 top : 25%;
 left: -15%;
 right: 0;
 bottom:-16px;
 }

 .arrow.right {
 top: 26%;
 left: 100%;
 right: 0;
 bottom:-16px;
 margin-left: 1px;
 }

 .arrow:after {
 content : " " ;
 position : absolute ;
 height : 0 ;
 left:0;
 top: 0;
 width: 0;
 margin-left : 0 ;
 bottom : 12px ;
 box-shadow: 6px 5px 9px -9px black;
 }

 .arrow.bottom:after {
 border-top:8px solid #000000;
 border-right:8px solid transparent;
 border-bottom:8px solid transparent;
 border-left:8px solid transparent;
 }

 .arrow.top:after {
 border-top:6px solid transparent;
 border-right:6px solid transparent;
 border-bottom:6px solid #000000;
 border-left:6px solid transparent;
 }

 .arrow.left:after{
 width:0;
 border-top: 6px solid transparent;
 border-right: 6px solid #000000;
 border-bottom: 6px solid transparent;
 border-left: 6px solid transparent;
 }

 .arrow.right:after{
 width:0;
 border-top: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid transparent;
 border-left: 6px solid #000000;
 }*/
/*
 * jQuery UI Datepicker 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  border: 0;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;
}
.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-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .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: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .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 .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 {
  border-left-width: 0;
}
.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: 0em;
}
/* 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 {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-datepicker th {
  font-weight: bold;
  color: gray;
}
.ui-datepicker-today a:hover {
  background-color: #808080;
  color: #ffffff;
}
.ui-datepicker-today a {
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0;
}
.ui-datepicker td a {
  margin-bottom: 0;
  border: 0;
}
.ui-datepicker td:hover {
  color: #ffffff;
}
.ui-datepicker td .ui-state-default {
  border: 0;
  background: none;
  margin-bottom: 0;
  padding: 5px;
  color: gray;
  text-align: center;
  filter: none;
}
.ui-datepicker td .ui-state-highlight {
  color: #ffffff;
  background-color: #A90329;
  border-color: #46b8da;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px;
}
.ui-datepicker td .ui-state-active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  margin-bottom: 0;
  font-size: normal;
  text-shadow: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px;
}
.ui-datepicker td .ui-state-hover {
  color: #ffffff;
  background: #428bca;
  background-color: #428bca;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #357ebd;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px;
}
/*
 * jQuery UI Progressbar 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  margin-bottom: 20px;
  border: 0px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ui-progressbar .ui-progressbar-value {
  margin: 0px;
  height: 100%;
  color: #ffffff;
  /*this can be removed if ui-widget-header is blue*/
  background-color: #428BCA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.ui-progressbar .ui-progressbar-overlay {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
/**Toolbar**/
.ui-toolbar {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  /* Firefox 3.6 */
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  /* CSS3 Compliant */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  /* IE8 */
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  /* Safari 4 */
  -moz-border-radius: 3px;
  /* Firefox 3.6 */
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  /* Safari 4 */
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  /* Firefox 3.6 */
  box-shadow: inset 0 1px 0 #ffffff;
}
/** File Input **/
.customfile-button {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/***Wijmo Theming**/
div.wijmo-wijmenu {
  padding: 0 20px;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -moz-linear-gradient(top, #333333, #222222);
  /* Firefox 3.6 */
  background-image: -o-linear-gradient(top, #333333, #222222);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #333333, #222222);
  /* CSS3 Compliant */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  /* IE8 */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  /* Safari 4 */
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  /* Firefox 3.6 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.wijmo-wijmenu .ui-state-default {
  -webkit-box-shadow: none;
  /* Safari 4 */
  -moz-box-shadow: none;
  /* Firefox 3.6 */
  box-shadow: none;
  color: #bfbfbf;
}
.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text {
  color: #bfbfbf;
}
.wijmo-wijmenu .ui-state-hover {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text {
  color: #ffffff;
}
div.wijmo-wijmenu .ui-widget-header h3 {
  position: relative;
  margin-top: 1px;
  padding: 0;
}
.wijmo-wijmenu h3 a {
  color: #ffffff;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-left: -20px;
  margin-top: 1px;
  padding: 8px 20px 12px;
}
.wijmo-wijmenu h3 a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
}
.wijmo-wijmenu .ui-widget-header {
  border: 0;
}
.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
  padding: 0.3em 0;
}
div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child {
  background: #333;
  border: 0;
  margin: 0;
  padding: 6px 0;
  width: 160px;
  -webkit-border-radius: 0 0 6px 6px;
  /* Safari 4 */
  -moz-border-radius: 0 0 6px 6px;
  /* Firefox 3.6 */
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* Safari 4 */
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* Firefox 3.6 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
div.wijmo-wijmenu .wijmo-wijmenu-item {
  margin: 0;
  border: 0;
}
.wijmo-wijmenu a.wijmo-wijmenu-link {
  margin: 0;
  line-height: 19px;
  padding: 10px 10px 11px;
  border: 0;
  -webkit-border-radius: 0;
  /* Safari 4 */
  -moz-border-radius: 0;
  /* Firefox 3.6 */
  border-radius: 0;
}
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link {
  display: block;
  float: none;
  padding: 4px 15px;
  width: auto;
}
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text {
  float: none;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
  background: #191919;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator {
  padding: 5px 0;
  background-image: none;
  background-color: #222;
  border-top: 1px solid #444;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.wijmo-wijmenu .wijmo-wijmenu-item input {
  -moz-transition: none 0s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  /* Safari 4 */
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  /* Firefox 3.6 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 5px 10px 0 10px;
  padding: 4px 9px;
  width: 100px;
}
.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  background-color: #ffffff;
  border: 0 none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  /* Safari 4 */
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  /* Firefox 3.6 */
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #404040;
  outline: 0 none;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #ffffff;
}
.wijmo-wijmenu .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  text-shadow: none;
}
.wijmo-wijmenu .ui-state-default {
  -webkit-box-shadow: none;
  /* Safari 4 */
  -moz-box-shadow: none;
  /* Firefox 3.6 */
  box-shadow: none;
  color: #bfbfbf;
  filter: none;
}
/**
 * Font Awesome in jQuery UI
 * @author Gerits Aurelien
 *
 **/
.ui-button-icon-primary.ui-icon[class^="icon-"]:before,
.ui-button-icon-primary.ui-icon[class*=" icon-"]:before,
.ui-button-icon-secondary.ui-icon[class^="icon-"]:before,
.ui-button-icon-secondary.ui-icon[class*=" icon-"]:before {
  font-size: inherit;
  margin-left: 7px !important;
  margin-left: 5px;
  display: inline;
  text-decoration: inherit;
  color: inherit;
}
/* **
 * If you use "Font awesome" is disable UI icons in element
 ** */
.ui-state-default .ui-icon[class*=" icon-"] {
  /* Reset background with font Awesome */
  background: none;
  margin-left: -12px;
  /*fix for margin issue with font awesome buttons*/
}
/* If you do not use ui-icon uncomment the lines */
/*
 .ui-button .ui-button-text{
 display: inline-block;
 padding: 0px;
 }

 .ui-button-text-icon-primary .ui-button-icon-primary{
 float:none;
 }*/
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: url('/styles/img/mybg.png') #ffffff;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: url('/styles/img/mybg.png') #ffffff;
  direction: ltr;
}
/* when mobile menu is active */
body.mobile-view-activated.hidden-menu {
  overflow-x: hidden;
}
/* откатили отсутствие скролла документа при открытой модалке
в рамках задачи ECPE-5701 */
body.modal-open {
  padding-right: 0 !important;
}
a:hover,
a:active,
a:focus,
button,
button:active,
button:focus,
object,
embed,
input::-moz-focus-inner {
  outline: 0;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-weight: 300;
}
.page-title {
  margin: 12px 0 28px;
}
.page-title span {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  vertical-align: 1px;
}
label {
  font-weight: normal;
}
*:focus {
  outline: 0 !important;
}
/*
 * IE FIX for tap delay
 */
a,
input,
button {
  -ms-touch-action: none !important;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.input-sm,
.input-lg,
.input-xs,
.form-control {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}
.input-xs {
  height: 24px;
  padding: 2px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-sm {
  padding: 6px 10px 5px;
}
.btn-lg {
  padding: 10px 16px;
}
.no-space {
  margin: 0;
}
.no-space > [class*="col-"] {
  margin: 0 !important;
  padding-right: 0;
  padding-left: 0;
}
#content {
  position: relative;
  /*position:relative;
	 left:0px;*/
}
body.container {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  box-shadow: 0 2px 70px rgba(0, 0, 0, 0.45);
}
body.container.hidden-menu:not(.mobile-view-activated) {
  overflow: hidden;
}
body.container.modal-open {
  padding: 0px !important;
}
/*
 * Headers
 */
h1 {
  font-size: 24px;
  margin: 10px 0;
}
h1 small {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px;
}
.lead {
  font-size: 19px;
}
h2 {
  letter-spacing: -1px;
  font-size: 22px;
  margin: 20px 0;
  line-height: normal;
}
h3 {
  display: block;
  font-size: 19px;
  font-weight: 400;
  margin: 20px 0;
  line-height: normal;
}
h4 {
  line-height: normal;
}
h5 {
  font-size: 17px;
  font-weight: 300;
  margin: 10px 0;
  line-height: normal;
}
h6 {
  font-size: 15px;
  margin: 10px 0;
  font-weight: bold;
  line-height: normal;
}
.row-seperator-header {
  margin: 15px 14px 20px;
  border-bottom: none;
  display: block;
  color: #646464;
  font-size: 20px;
  font-weight: 400;
}
/*
 * Footer
 * see: main-page-footer.less
 */
/*
 * Center Canvas
 */
.center-canvas,
.center-child-canvas > canvas {
  display: block !important;
  margin: 0 auto !important;
}
/*
 * JUST A BORDER
 */
.bordered {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.bordered:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
/*
 * ***************************************************
 * MAIN LAYOUT START
 * ***************************************************
 */
aside {
  display: block;
  /*overflow: hidden;*/
  background: #3A3633;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzYTM2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmEyNzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==");
  background: -moz-linear-gradient(left, #3A3633 93%, #2A2725 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(93%, #3A3633), color-stop(100%, #2A2725));
  background: -webkit-linear-gradient(left, #3A3633 93%, #2A2725 100%);
  background: -o-linear-gradient(left, #3A3633 93%, #2A2725 100%);
  background: -ms-linear-gradient(left, #3A3633 93%, #2A2725 100%);
  background: linear-gradient(to right, #3A3633 93%, #2A2725 100%);
  min-height: 100%;
}
/*
 * HEADER GROUP
 */
#header {
  display: block;
  height: 72px;
  margin: 0;
  padding: 0 13px 0 0;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
  background-repeat: repeat-x;
  position: relative;
  z-index: 905;
}
#header > div {
  display: inline-block;
  vertical-align: middle;
  height: 72px;
  float: left;
}
#header > div.open {
  font-weight: bold;
}
.fixed-header #header {
  position: fixed;
  width: 100%;
  z-index: 905;
  top: 0px;
  border-bottom: 2px solid #999999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.1);
}
/* as per version 1.3 */
.fixed-header.fixed-ribbon #header {
  border-bottom: none;
  box-shadow: none;
}
.container.fixed-header #header {
  max-width: 1164px;
}
.fixed-header #header .ajax-dropdown {
  z-index: 906;
}
.fixed-header #shortcut {
  position: fixed;
}
.fixed-header #main {
  margin-top: 72px;
}
#logo-group > span {
  display: inline-block;
  height: 62px;
  float: left;
}
#logo-group span#activity {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 24px;
  width: 24px;
  padding: 2px;
  text-align: center;
  text-decoration: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  border: 1px solid #bfbfbf;
  color: #C4BAB6;
  font-size: 19px;
  margin: 10px 0 0 0;
  position: relative;
}
#logo-group span#activity:hover {
  border: 1px solid #bfbfbf;
  transition: all 0.0s;
  cursor: pointer !important;
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}
#logo {
  display: inline-block;
  width: 175px;
  margin-top: 13px;
  margin-left: 9px;
}
#logo img {
  width: 110px;
  height: auto;
  padding-left: 3px;
}
#activity b.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  background: #0091D9;
  display: inline-block;
  font-size: 10px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 2px 4px 3px 4px;
  text-align: center;
  line-height: normal;
}
#activity.active .badge {
  background: #006fa6 !important;
}
#project-context,
.project-context {
  display: inline-block;
  padding: 7px 13px 0;
  position: relative;
}
#project-context > span,
.project-context > span {
  display: block;
}
#project-context > :first-child,
.project-context > :first-child {
  display: block;
  color: #bfbfbf;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 1px white;
  padding-left: 0px;
  text-align: left;
}
#project-selector,
.project-selector {
  max-width: 97%;
  white-space: nowrap;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  color: #555555;
  font-size: 14px;
  cursor: pointer;
}
#project-selector:hover,
.project-selector:hover {
  color: #333333;
}
.header-search {
  position: relative;
}
.header-search.pull-right {
  margin-left: 6px;
}
.header-search > input[type="text"] {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 200px;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  border-color: #bfbfbf;
  background: #ffffff;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-top: 10px;
  line-height: normal;
}
.header-search > button {
  background: none;
  border: none;
  color: #6D6A69;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 30px;
  z-index: 2;
}
#search-mobile {
  display: none;
}
#cancel-search-js {
  position: absolute;
  display: none;
  background: #A90329;
  z-index: 3;
  color: #ffffff;
  padding: 0;
  right: 10px;
  top: 10px;
  text-align: center;
  height: 29px;
  line-height: 29px;
  width: 30px;
  font-size: 17px;
  text-decoration: none !important;
}
#header > :first-child,
aside {
  width: 220px;
}
/*
 * LEFT PANEL
 */
#left-panel {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 904;
  padding-top: 72px;
}
/*
 * MAIN PANEL
 */
#main {
  margin-left: 220px;
  padding: 0;
  padding-bottom: 52px;
  min-height: 500px;
  position: relative;
}
/*
 * RIBBON
 */
#ribbon {
  min-height: 40px;
  background: #474544;
  padding: 0 13px;
  position: relative;
}
#ribbon .breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 11px 34px 11px 0 !important;
  background: none;
  vertical-align: top;
}
#ribbon .breadcrumb a,
#ribbon .breadcrumb {
  color: #BBB !important;
  text-decoration: none !Important;
}
#ribbon .breadcrumb > .active,
#ribbon .breadcrumb li:last-child {
  color: #E4E4E4;
}
.fixed-ribbon #ribbon {
  position: fixed;
  right: 0;
  left: 220px;
  top: 72px;
  z-index: 901;
}
.container.fixed-ribbon #ribbon {
  width: 944px;
  left: 590px;
}
.fixed-ribbon #content {
  padding-top: 73px;
}
.minified.fixed-ribbon #ribbon {
  left: 45px;
}
.hidden-menu.fixed-ribbon #ribbon {
  left: 10px;
}
/*
 * NAV
 * Menu CSS is learnt from: http://experiments.wemakesites.net/css3-treeview.html
 */
.fixed-navigation #left-panel {
  height: 100%;
  position: fixed;
  /*z-index: @fixed-navigation-zindex; */
}
/* Add this if not using slimscroll*/
.fixed-navigation nav {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 49px;
}
.fixed-navigation nav > ul {
  padding-right: 15px;
  position: relative;
  height: 100%;
  width: 114%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.mobile-detected.fixed-navigation nav > ul {
  padding-right: 30px !important;
}
/* Slimscrol CSS change: delete this if not using slimscroll

 .fixed-navigation nav {
 padding-bottom: 49px;
 }

 .fixed-navigation nav > ul {
 position: relative;
 }

 .slimScrollBar,
 .slimScrollRail {
 display:none !important;
 }

 .fixed-navigation .slimScrollBar,
 .fixed-navigation .slimScrollRail {
 display:block !important;
 }

 .minified .slimScrollBar {
 display:none !important;
 }*/
/* end slimscroll css change*/
.minified.fixed-navigation nav {
  -webkit-overflow-scrolling: none;
  overflow: visible;
  height: auto;
  padding-bottom: 0px;
}
.minified.fixed-navigation nav > ul {
  overflow: visible;
  padding-right: 0px;
  width: 100%;
}
/* All levels */
nav ul li a:active {
  background: #616161 !important;
}
/* All levels */
nav ul {
  width: 100%;
  padding: 40px 28px 25px 0;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 0.5em;
  list-style: none;
  position: relative;
}
/* All levels */
nav ul .active > a {
  color: #fff !important;
  position: relative;
}
/* All levels */
nav ul li.active > a:before {
  content: "\F0D9";
  font-family: FontAwesome;
  display: block;
  height: 27px;
  line-height: normal;
  width: 27px;
  position: absolute;
  right: -21px;
  font-size: 20px;
  color: #eeeeee;
}
nav ul li.active.open > a:before {
  content: "";
}
nav > ul > li:last-child.open {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/* All levels
nav ul li {
	overflow: hidden;
}*/
/* All levels */
nav ul li a {
  line-height: normal;
  font-size: 14px;
  padding: 10px 10px 10px 11px;
  color: #c0bbb7;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  position: relative;
}
/* Second level */
nav > ul > li > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
/* Third Level */
nav > ul > li > ul > li > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
/* All levels */
nav ul li a:focus {
  color: #C9C9C9;
}
/* All levels */
nav ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
nav ul li a.inactive,
nav ul li a.inactive:hover {
  opacity: .5;
  cursor: not-allowed;
  color: #c0bbb7;
}
/* All levels */
nav ul b {
  float: right;
  font-size: 11px;
  margin-top: 2px;
}
/* All levels */
nav ul span.menu-item-parent {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* First level: A, Second level: LI Open */
nav ul li.open > a,
nav ul li.open > a b {
  color: #fff !important;
}
/* First level: Icon */
nav > ul > li > a b {
  position: absolute !important;
  right: 10px;
  top: 10px;
}
nav > ul > li > a > i {
  /*font-size: 121%; fa-lg overrides this so..  */
  margin-right: 5px;
  width: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
}
/* First level icon */
nav > ul > li > a > i > em {
  font-size: 9px;
  display: block;
  padding: 2px;
  position: absolute;
  top: -8px;
  right: -6px;
  text-decoration: none;
  font-style: normal;
  background: #ED1C24;
  color: #ffffff;
  min-width: 13px;
  border-radius: 50%;
  max-height: 13px;
  line-height: 8px;
  font-weight: bold;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
/* Second level switched to relative */
nav ul li li {
  border-bottom: none;
  position: relative;
}
/* Second level: UL */
nav > ul > li > ul::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 23px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #7A7A7A;
}
/* Second level: UL LI */
nav > ul ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  left: 23px;
  top: 16px;
  border-top: 1px solid #7A7A7A;
  z-index: 1;
}
/* Third level: UL LI */
nav > ul ul ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  left: 10px;
  top: 17px;
  border-top: 1px solid transparent;
}
/* Second level and onwards > */
nav > ul ul li a i {
  font-size: 14px !important;
  width: 18px !important;
  text-align: center !important;
  vertical-align: 0 !important;
  line-height: 1 !important;
}
/* Second and Third level line color */
nav > ul > li:hover > ul::before,
nav > ul > li:hover > ul > li::before {
  border-color: #ACACAC !important;
}
/* Second Level: UL */
nav ul ul {
  margin: 0;
  padding: 0;
  display: none;
  background: rgba(69, 69, 69, 0.6);
}
nav ul ul {
  padding: 7px 0;
}
/* Third Level: UL */
nav ul ul ul {
  background: transparent;
  padding: 0;
}
/* Third Level: LI */
nav ul ul li {
  margin: 0;
  padding: 0;
}
/* Second Level: A */
nav ul ul li > a {
  padding-left: 42px;
  font-size: 14px;
  font-weight: normal;
  outline: 0;
}
/* Second Level: A:hover */
nav ul ul li > a:hover {
  background-color: rgba(69, 69, 69, 0.8);
  color: #ffffff;
}
/* Third Level: A */
nav ul ul ul li a {
  color: #bfbfbf;
  padding: 8px 10px 8px 60px;
  font-size: 14px;
}
/* Third Level: A:hover */
nav ul ul ul li a:hover {
  color: #ffffff;
}
/* Fourth Level: A */
nav ul ul ul ul li a {
  padding-left: 80px;
}
/* Fifth Level: A */
nav ul ul ul ul ul li a {
  padding-left: 100px;
}
/* Sixth Level: A */
nav ul ul ul ul ul ul li a {
  padding-left: 120px;
}
/* Second level: B */
nav ul ul b {
  color: #B3B3B3;
}
/* Second level: LI:hover B */
nav ul ul > li:hover b {
  color: #D5D9E2;
}
/*
 * HEADER NAV DROPDOWN LIST
 */
.header-dropdown-list {
  list-style: none;
  float: right;
  position: relative;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.header-dropdown-list > li {
  display: inline-block;
  padding-right: 5px;
}
.header-dropdown-list > li > .dropdown-toggle {
  margin-top: 16px;
  display: block;
}
/*
 * ***************************************************
 * MAIN LAYOUT END
 * ***************************************************
 */
/*
 * ACCORDIONS
 */
.smart-accordion-default.panel-group {
  margin-bottom: 0px;
}
.smart-accordion-default.panel-group .panel + .panel {
  margin-top: -1px;
}
.smart-accordion-default.panel-group .panel-heading {
  padding: 0px;
}
.smart-accordion-default.panel-group .panel-title a {
  display: block;
  padding: 10px 15px;
  text-decoration: none !important;
}
.smart-accordion-default .panel-heading,
.panel-group .panel {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.smart-accordion-default .panel-default > .panel-heading {
  background-color: #fcfcfc;
}
.smart-accordion-default .panel-default {
  border-color: #c3c3c3;
}
.smart-accordion-default .panel-title > a > :first-child {
  display: none;
}
.smart-accordion-default .panel-title > a.collapsed > .fa {
  display: none;
}
.smart-accordion-default .panel-title > a.collapsed > :first-child {
  display: inline-block;
}
.no-padding .smart-accordion-default > div {
  border-left: none !important;
  border-right: none !important;
}
.no-padding .smart-accordion-default > div:first-child {
  border-top: none !important;
}
.no-padding .smart-accordion-default > div:last-child {
  border-bottom: none !important;
}
/*
 * ON OFF SWITCHES
 */
/* http://proto.io/freebies/onoff/ */
.onoffswitch-container {
  margin-top: 4px;
  margin-left: 7px;
  display: inline-block;
}
.onoffswitch {
  position: relative;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #626262;
  border-radius: 50px;
  border-color: #adadad #b3b3b3 #9e9e9e;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  display: block;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 15px;
  padding: 0;
  line-height: 15px;
  font-size: 10px;
  color: #ffffff;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: attr(data-swchon-text);
  text-shadow: 0 -1px 0 #333333;
  padding-left: 7px;
  background-color: #3276B1;
  color: #ffffff;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.onoffswitch-inner:after {
  content: attr(data-swchoff-text);
  padding-right: 7px;
  text-shadow: 0 -1px 0 #ffffff;
  background-color: #ffffff;
  color: #555555;
  text-align: right;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.onoffswitch-switch {
  width: 19px;
  height: 19px;
  margin: -2px;
  background: white;
  border: 1px solid #9a9a9a;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, white, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, white, #eeeeee);
  background-image: -o-linear-gradient(top, white, #eeeeee);
  background-image: linear-gradient(to bottom, white, #eeeeee);
  background-repeat: repeat-x;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
  content: "\F00D";
  color: #A90329;
  display: block;
  text-align: center;
  line-height: 19px;
  font-size: 10px;
  text-shadow: 0 -1px 0 #ffffff;
  font-weight: bold;
  font-family: FontAwesome;
}
/* checked */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
  content: "\F00C";
  color: #57889C;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
  display: block;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.onoffswitch-switch:hover {
  background-color: #eeeeee;
}
.onoffswitch-switch:active {
  background-color: #eeeeee;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/*
 * Disabled state
 */
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after,
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-inner:before {
  text-shadow: 0 1px 0 #ffffff;
  background: #bfbfbf;
  color: #333333;
}
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-switch,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbfbf), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: -o-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: linear-gradient(to bottom, #bfbfbf, #f4f4f4);
  box-shadow: none !important;
}
.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-label {
  border-color: #ababab #999999 #878787 !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  border-color: #3276B1 #2a6395 #255681;
}
.onoffswitch + span,
.onoffswitch-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
/*
 * FORMS
 */
.form-control {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.form hr {
  margin-left: -13px;
  margin-right: -13px;
  border-color: rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
}
.form fieldset {
  display: block;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
fieldset {
  position: relative;
}
.form-actions {
  display: block;
  padding: 13px 14px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(249, 249, 249, 0.9);
  margin-top: 25px;
  margin-left: -13px;
  margin-right: -13px;
  margin-bottom: -13px;
  text-align: right;
}
.well .form-actions {
  margin-left: -19px;
  margin-right: -19px;
  margin-bottom: -19px;
}
.well.well-lg .form-actions {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
}
.well.well-sm .form-actions {
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: -9px;
}
.popover-content .form-actions {
  margin: 0 -14px -9px;
  border-radius: 0 0 3px 3px;
  padding: 9px 14px;
}
.no-padding .form .form-actions {
  margin: 0;
  display: block;
  padding: 13px 14px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 0.9);
  text-align: right;
  margin-top: 25px;
}
.form header,
legend,
.bootstrap-duallistbox-container label {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: #ffffff;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  margin: 25px 0px 20px;
}
.no-padding .form header {
  margin: 25px 14px 0;
}
.form header:first-child {
  margin-top: 10px;
}
legend {
  font-weight: 400;
  margin-top: 0px;
  background: none;
}
.input-group > * {
  transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.input-group-addon {
  padding: 6px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.input-group-addon {
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.input-group-addon .fa {
  font-size: 14px;
}
.input-group-addon .fa-lg,
.input-group-addon .fa-2x {
  font-size: 2em;
}
.input-group-addon .fa-3x,
.input-group-addon .fa-4x,
.input-group-addon .fa-5x {
  font-size: 30px;
}
input[type="text"]:focus + .input-group-addon {
  border-color: #0091D9;
  background-color: #72a0ce;
  color: #ffffff;
}
.has-warning input[type="text"],
.has-warning input[type="text"] + .input-group-addon,
.has-warning.checkbox > i {
  border-color: #DBAB57;
}
.has-warning input[type="text"] + .input-group-addon {
  background-color: #faf2cc;
  color: #c09853;
}
.has-warning input[type="text"]:focus,
.has-warning input[type="text"]:focus + .input-group-addon {
  border-color: #DBAB57;
}
.has-warning input[type="text"]:focus + .input-group-addon {
  background-color: #e1c118;
  color: #ffffff;
}
.has-error .input-group-addon {
  border-color: #b94a48;
  background: #f2dede;
  color: #b94a48;
}
.has-error textarea,
.has-error textarea + .input-group-addon {
  border-color: #b94a48 !important;
}
.has-error input[type="text"],
.has-error input[type="radio"] + i,
.has-error input[type="text"] + .input-group-addon,
.has-error.checkbox > i,
.has-error input.treeselect-choice-input[type="text"] + i {
  border-color: #b94a48;
}
.has-error input[type="text"] + .input-group-addon,
.has-error input.treeselect-choice-input[type="text"]:not(.read-only) + i {
  background-color: #f2dede;
  color: #b94a48;
}
.has-error input[type="text"]:focus,
.has-error input[type="radio"]:focus + i,
.has-error input[type="text"]:focus + .input-group-addon,
.has-error input.treeselect-choice-input[type="text"]:focus + i {
  border-color: #c05e5e;
}
.has-error input[type="text"]:focus + .input-group-addon,
.has-error input.treeselect-choice-input[type="text"]:focus + i {
  background-color: #c05e5e;
  color: #ffffff;
}
.has-success input[type="text"]:focus + .input-group-addon {
  border-color: #468847;
  background-color: #468847;
  color: #ffffff;
}
.form fieldset .form-group:last-child,
.form fieldset .form-group:last-child .note,
.form .form-group:last-child,
.form .form-group:last-child .note {
  margin-bottom: 0;
}
.note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999999;
}
/*
 * WITH ICON
 */
.input-icon-right {
  position: relative;
}
.input-icon-right > i,
.input-icon-left > i {
  position: absolute;
  right: 10px;
  top: 30%;
  font-size: 16px;
  color: #bfbfbf;
}
.input-icon-left > i {
  right: auto;
  left: 24px;
}
.input-icon-right .form-control {
  padding-right: 27px;
}
.input-icon-left .form-control {
  padding-left: 29px;
}
input[type="text"].ui-autocomplete-loading,
input[type="password"].ui-autocomplete-loading,
input[type="datetime"].ui-autocomplete-loading,
input[type="datetime-local"].ui-autocomplete-loading,
input[type="date"].ui-autocomplete-loading,
input[type="month"].ui-autocomplete-loading,
input[type="time"].ui-autocomplete-loading,
input[type="week"].ui-autocomplete-loading,
input[type="number"].ui-autocomplete-loading,
input[type="email"].ui-autocomplete-loading,
input[type="url"].ui-autocomplete-loading,
input[type="search"].ui-autocomplete-loading,
input[type="tel"].ui-autocomplete-loading,
input[type="color"].ui-autocomplete-loading {
  background-image: url("/styles/img/select2-spinner.gif") !important;
  background-repeat: no-repeat;
  background-position: 99% 50%;
  padding-right: 27px;
}
.input-group-addon .checkbox,
.input-group-addon .radio {
  min-height: 0px;
  margin-right: 0px !important;
  padding-top: 0;
}
.input-group-addon label input[type="checkbox"].checkbox + span,
.input-group-addon label input[type="radio"].radiobox + span,
.input-group-addon label input[type="radio"].radiobox + span:before,
.input-group-addon label input[type="checkbox"].checkbox + span:before {
  margin-right: 0px;
}
.input-group-addon .onoffswitch,
.input-group-addon .onoffswitch-label {
  margin: 0;
}
/*
 * Timeline Seperator
 */
.timeline-seperator {
  display: block;
  text-align: center;
  color: #999999;
  margin: 20px 0 0;
}
.timeline-seperator > :first-child {
  padding: 4px 5px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  background: #ffffff;
  font-size: 11px;
  border-radius: 4px;
}
.timeline-seperator .btn,
.timeline-seperator .btn + .dropdown-menu {
  margin-right: 15px;
}
.timeline-seperator:after {
  display: block;
  content: " ";
  margin: 0 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin-top: -8px;
}
/*
 * Alerts
 */
.alert {
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 5px 15px 5px 34px;
  color: #675100;
  border-width: 0px;
  border-left-width: 5px;
  padding: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.alert .close {
  top: 0px;
  right: -5px;
  line-height: 20px;
}
.alert-heading {
  font-weight: 600;
}
.alert-danger {
  border-color: #953b39;
  color: #ffffff;
  background-color: #c26565;
  text-shadow: none;
}
.alert-warning {
  border-color: #dfb56c;
  color: #826430;
  background-color: #efe1b3;
}
.alert-success {
  border-color: #8ac38b;
  color: #356635;
  background-color: #cde0c4;
}
.alert-info {
  border-color: #9cb4c5;
  color: #305d8c;
  background-color: #D6DDE7;
}
/*
 * WELLS
 */
.well {
  background-color: #fbfbfb;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 1px #ececec;
  -webkit-box-shadow: 0 1px 1px #ececec;
  -moz-box-shadow: 0 1px 1px #ececec;
  position: relative;
}
.well.well-clean {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.well.well-glass {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.well.well-light {
  background: #ffffff;
  border: 1px solid #e2e2e2;
}
.widget-body .well {
  margin-bottom: 0px;
}
.well.transparent {
  border: none !important;
  background: none !important;
}
.jarviswidget.well.transparent > div,
.jarviswidget.well.transparent > div .widget-body {
  padding: 0px !important;
}
/* any wells with custom bg the border will be darkened */
.well[class^="bg-"],
.well[class*=" bg-"] {
  border: 1px solid #555555 !important;
}
/*
 * TABS
 */
.nav-tabs > li > a .badge {
  font-size: 11px;
  padding: 3px 5px 3px 5px;
  opacity: .5;
  margin-left: 5px;
  min-width: 17px;
  font-weight: normal;
}
.nav-tabs > li > a > .fa {
  opacity: .5;
}
.tabs-left .nav-tabs > li > a .badge {
  margin-right: 5px;
  margin-left: 0px;
}
.nav-tabs > li > a .label {
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
  opacity: .5;
}
.nav-tabs > li.active > a .badge,
.nav-tabs > li.active > a .label,
.nav-tabs > li.active > a > .fa {
  opacity: 1;
}
.nav-tabs > li > a {
  border-radius: 0px;
  color: #333333;
}
.nav-tabs > li.active > a {
  -webkit-box-shadow: 0 -2px 0 #57889C;
  -moz-box-shadow: 0 -2px 0 #57889C;
  box-shadow: 0 -2px 0 #57889C;
  border-top-width: 0px !important;
  margin-top: 1px !important;
  font-weight: bold;
}
.tabs-left .nav-tabs > li.active > a {
  -webkit-box-shadow: -2px 0 0 #57889C;
  -moz-box-shadow: -2px 0 0 #57889C;
  box-shadow: -2px 0 0 #57889C;
  border-top-width: 1px !important;
  border-left: none !important;
  margin-left: 1px !important;
}
.tabs-left .nav-pills > li.active > a {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.tabs-right .nav-tabs > li.active > a {
  -webkit-box-shadow: 2px 0 0 #57889C;
  -moz-box-shadow: 2px 0 0 #57889C;
  box-shadow: 2px 0 0 #57889C;
  border-top-width: 1px !important;
  border-right: none !important;
  margin-right: 1px !important;
}
.tabs-below .nav-tabs > li.active > a {
  -webkit-box-shadow: 0 2px 0 #57889C;
  -moz-box-shadow: 0 2px 0 #57889C;
  box-shadow: 0 2px 0 #57889C;
  border-bottom-width: 0px !important;
  border-top: none !important;
  margin-top: 0px !important;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li,
.tabs-left > .nav-pills > li,
.tabs-right > .nav-pills > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a,
.tabs-left > .nav-pills > li > a,
.tabs-right > .nav-pills > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs,
.tabs-left > .nav-pills {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #dddddd;
}
.tabs-left > .nav-pills {
  border-right: none;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #d5d5d5 #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #d5d5d5 transparent #d5d5d5 #dddddd;
  *border-right-color: #ffffff;
}
.tabs-left > .tab-content {
  margin-left: 109px;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd;
  /* DDD */
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
  *border-left-color: #ffffff;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
  /* tabs */
}
/* bordered tabs */
.nav-tabs.bordered {
  background: #ffffff;
  border: 1px solid #dddddd;
}
.nav-tabs.bordered > :first-child a {
  border-left-width: 0px !important;
}
.nav-tabs.bordered + .tab-content {
  border: 1px solid #dddddd;
  border-top: none;
}
/* bordered tabs top right */
.tabs-pull-right.nav-tabs > li,
.tabs-pull-right.nav-pills > li {
  float: right;
}
.tabs-pull-right.nav-tabs > li:first-child > a,
.tabs-pull-right.nav-pills > li:first-child > a {
  margin-right: 1px;
}
.tabs-pull-right.bordered.nav-tabs > li:first-child > a,
.tabs-pull-right.bordered.nav-pills > li:first-child > a {
  border-left-width: 1px !important;
  margin-right: 0px;
  border-right-width: 0px;
}
/* jarviswidget header first child is tab */
.jarviswidget > header > .nav-tabs.pull-left > li:first-child a {
  border-left-width: 0px !important;
}
/*
 * WEBKIT IOS HIGHLIGHT COLOR
 *
 */
a:link,
.btn,
button {
  -webkit-tap-highlight-color: rgba(169, 3, 41, 0.5);
}
.login-info,
.login-info *,
#logo-group *,
.minified .menu-item-parent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * BS2 useful classes
 * these classes and its importance was overlooked in BS3
 */
.hidden-desktop {
  display: none !important;
}
/*
 * DROPDOWN MENU
 */
.dropdown-menu-xs {
  min-width: 37px;
}
.dropdown-menu-xs > li > a {
  padding: 3px 10px;
}
.dropdown-menu-xs > li > a:hover i {
  color: #fff !important;
}
/* Dropdown menu extended */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #bfbfbf;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
/*
 * Table
 */
.table.has-tickbox thead tr th:first-child {
  width: 18px;
}
.table.has-tickbox.smart-form thead tr th:first-child .radio,
.table.has-tickbox.smart-form thead tr th:first-child .checkbox,
.table.has-tickbox.smart-form tbody tr td:first-child .radio,
.table.has-tickbox.smart-form tbody tr td:first-child .checkbox {
  padding: 0px !important;
}
.table thead tr,
.fc-head-container thead tr {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  font-size: 12px;
}
.fc-head-container thead tr th {
  padding: 4px;
  line-height: 1.428571429;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-width: 1px;
}
.no-padding > .table-bordered,
.no-padding > .table-responsive > .table-bordered {
  border: none !important;
}
.no-padding > .table-bordered thead tr th:first-child,
.no-padding > .table-bordered thead tr td:first-child,
.no-padding > .table-bordered tbody tr td:first-child,
.no-padding > .table-responsive > .table-bordered thead tr th:first-child,
.no-padding > .table-responsive > .table-bordered thead tr td:first-child,
.no-padding > .table-responsive > .table-bordered tbody tr td:first-child {
  border-left-width: 0px !important;
}
.no-padding > .table-bordered thead tr th:last-child,
.no-padding > .table-bordered tbody tr td:last-child,
.no-padding > .table-responsive > .table-bordered thead tr th:last-child,
.no-padding > .table-responsive > .table-bordered tbody tr td:last-child {
  border-right-width: 0px !important;
}
.no-padding > .table-bordered tbody tr:last-child td,
.no-padding > .table-responsive > .table-bordered tbody tr:last-child td {
  border-bottom-width: 0px !important;
}
.no-padding .table-responsive .table {
  margin-bottom: 0;
}
.no-padding .note-editable .table-bordered {
  border: 1px solid #dddddd !important;
}
.smart-form.table td .radio i,
.smart-form.table td .checkbox i,
.smart-form.table th .radio i,
.smart-form.table th .checkbox i {
  top: 0px !important;
}
/* condenced table */
.table-condensed.table > tbody > tr > td,
.table-condensed.table > tbody > tr > th,
.table-condensed.table > tfoot > tr > td,
.table-condensed.table > tfoot > tr > th,
.table-condensed.table > thead > tr > td,
.table-condensed.table > thead > tr > th {
  padding: 5px 10px !important;
}
/*
 * small stats
 */
.show-stats .progress {
  height: 7px;
  border-radius: 0;
  margin-top: 3px;
  margin-bottom: 15px;
}
.show-stats {
  padding-top: 6px !important;
}
.show-stat-buttons {
  float: left;
  width: 100%;
}
.show-stats .show-stat-buttons > :first-child {
  padding-right: 5px;
}
.show-stats .show-stat-buttons > :last-child {
  padding-left: 5px;
}
.show-stat-microcharts {
  margin-left: -10px;
  margin-right: -10px;
}
.show-stat-microcharts > div {
  border-right: 1px solid #DADADA !important;
  border-top: 1px solid #DADADA !important;
  margin-top: 10px !important;
  height: 65px;
  overflow: hidden;
  padding: 7px 9px;
}
.show-stat-microcharts > :last-child {
  border-right: none !important;
}
.show-stat-microcharts .sparkline {
  margin-top: 10px;
  margin-right: 8px;
  opacity: .7;
}
.show-stat-microcharts .sparkline:hover {
  opacity: 1;
}
.smaller-stat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.smaller-stat li {
  margin-top: 3px;
  margin-right: 0px;
}
.smaller-stat li:first-child {
  margin-top: 8px;
}
.smaller-stat span.label {
  width: 40px;
  display: block;
  text-align: left;
  opacity: .5;
  cursor: default;
}
.smaller-stat span.label:hover {
  opacity: 1;
}
/*
 * Login info
 */
.login-info {
  border-bottom: 1px solid #D8D4D4;
  display: block;
  font-size: 12px;
  height: 39px;
  color: #ffffff;
  border: solid transparent;
  border-width: 1px 0px 1px 0px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  width: 100%;
  margin: 0px !important;
  border-bottom: 1px solid #525151;
}
.login-info a {
  text-decoration: none !important;
  color: #c0bbb7;
  display: inline-block;
  margin-top: 6px;
}
.login-info a span {
  text-transform: capitalize;
  font-size: 14px;
  /* 14px~ */
  display: inline-block;
  text-decoration: none;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.login-info a span + i {
  vertical-align: middle;
}
.login-info a:hover {
  color: #ffffff;
}
.login-info > span {
  height: 38px;
  display: block;
  padding: 0 10px;
  border-bottom: 1px solid #1A1817;
}
.login-info img {
  width: 25px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-right: 5px;
  margin-left: 0px;
  border-left: 3px solid #ffffff;
}
img.online,
img.busy,
img.offline,
img.away {
  border-left: 3px solid #fff;
}
img.online {
  border-left-color: #40AC2B !important;
}
img.busy {
  border-left-color: #ed1c24 !important;
}
img.offline {
  border-left-color: #dddddd !important;
}
img.away {
  border-left-color: #ffc40d !important;
}
/*
 * Client page forms
 */
.client-form header {
  padding: 15px 13px;
  margin: 0;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 0.9);
}
/*
 * MINIFIED MENU
 */
.minified .inbox-badge {
  border-radius: 50%;
  font-size: 9px;
  padding: 2px;
  position: absolute;
  top: 6px;
  right: 6px;
  background: #ED1C24;
  min-width: 13px;
}
.minifyme {
  border-bottom: 1px solid #302F2F;
  background: #454545;
  color: #A8A8A8;
  text-align: center;
  padding: 0;
  width: 36px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0px;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
  margin-top: 7px;
  font-size: 19px;
  transition: all 0.1s linear 0s;
}
.minifyme:hover {
  background: #646464;
  color: #E4E4E4;
  right: 0px;
  width: 40px;
  padding-right: 5px;
}
.minified .minifyme {
  right: 0px;
  color: #A8A8A8;
  position: relative;
  width: 100%;
  border-radius: 0px;
  margin: 0;
  height: 34px;
  font-size: 23px;
}
.minified .minifyme .fa:before {
  content: "\F0A9";
}
.minified .login-info a span,
.minified .login-info a i {
  display: none;
}
.minified .login-info span {
  padding: 0px 5px;
  text-align: center;
}
.minified .login-info img {
  margin: -2px 0 0;
  width: 30px;
}
.minified .login-info {
  height: 38px;
  border-bottom: 1px solid #181818;
}
.minified #left-panel {
  width: 45px;
}
.minified #main {
  margin-left: 45px;
}
/*
 * Minified NAV
 */
.minified #left-panel,
.minified nav > ul > li {
  overflow: visible;
}
.minified nav > ul > ul {
  min-height: 100px !important;
  max-height: 180px !important;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ed1c24 !important;
}
.minified nav > ul > li,
.minified nav > ul > li a {
  position: relative;
}
.minified nav ul > li > a {
  padding: 10px 11px;
  display: block;
}
.minified nav > ul > li > a .fa.fa-fw {
  display: block;
  width: auto;
  text-align: center;
  padding: 0;
}
.minified nav > ul > li > a > i {
  text-align: center;
  margin: 0;
  display: block;
}
.minified nav > ul > li.active > a::before {
  content: "\F0D9";
}
.minified nav ul ul li a {
  padding-left: 14px;
}
.minified nav ul ul li li a {
  padding-left: 25px;
}
.minified nav > ul ul li::before {
  left: 12px;
}
.minified nav > ul > li > ul::before {
  left: 12px;
}
.minified nav > ul > li > a .menu-item-parent,
.minified nav > ul > li > a > b {
  display: none;
}
.minified nav > ul > li > a > .menu-item-parent {
  display: none;
  position: absolute;
  left: 40px;
  top: -3px;
  width: 186px;
  height: 38px;
  line-height: 38px;
  background-color: whiteSmoke;
  color: #333333;
  z-index: 3;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #D8D4D4;
  border-bottom: 1px solid #ffffff;
  padding-left: 12px;
}
.minified nav > ul > li > ul {
  display: none !important;
  position: absolute;
  left: 40px;
  width: 199px;
  z-index: 5;
  border: 1px solid #bfbfbf;
  min-height: 180px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #454545;
  margin-top: -3px;
  overflow: hidden;
}
.minified nav ul > li > ul > li > ul {
  position: relative;
  left: 13px;
  border: none;
  width: auto;
  margin-left: -12px;
  width: 197px;
}
.minified nav > ul > li:hover > a > .menu-item-parent,
.minified nav > ul > li:hover > ul {
  display: block !important;
}
.minified nav > ul > li > ul > li {
  background-color: rgba(69, 69, 69, 0.9);
}
.minified nav > ul > li > ul > li > ul > li {
  background-color: #484B50;
}
.minified nav > ul > li {
  border-bottom: 1px solid #1A1817;
  border-top: 1px solid #525151;
}
.minified nav > ul > li > ul::before {
  border-left: none;
}
.minified nav > ul ul li::before {
  border: none;
}
.slimScrollDiv,
.slimScrollDiv > :first-child {
  overflow: hidden;
}
.minified .slimScrollDiv,
.minified .slimScrollDiv > :first-child {
  overflow: visible !important;
}
.minified .slimScrollBar,
.minified .slimScrollRail {
  display: none;
}
.minified nav > ul > li > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.minified nav > ul > li > ul > li > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.minified nav > ul > li > ul > li > ul > li a {
  padding-top: 6px;
  padding-bottom: 6px;
}
/* Fourth Level: A */
.minified nav ul ul ul ul li a {
  padding-left: 45px;
}
/* Fifth Level: A */
.minified nav ul ul ul ul ul li a {
  padding-left: 62px;
}
/* Sixth Level: A */
.minified nav ul ul ul ul ul ul li a {
  padding-left: 82px;
}
/*
 * ALTERNATIVE PAGING
 */
.pagination.pagination-alt > li > a {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  margin-left: -1px;
}
.pagination.pagination-alt > li:first-child > a {
  padding-left: 0px;
}
/*
 * CUSTOM BUTTON
 */
.pagination > li > a,
.pagination > li > span {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.disabled {
  color: #ffffff;
}
.btn-default.disabled {
  color: #999999;
}
.btn {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.btn:active {
  position: relative;
  top: 1px;
  left: 1px;
}
.btn.btn-ribbon {
  background-color: #707070;
  background-image: -moz-linear-gradient(top, #777, #666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777), to(#666));
  background-image: -webkit-linear-gradient(top, #777, #666);
  background-image: -o-linear-gradient(top, #777, #666);
  background-image: linear-gradient(to bottom, #777, #666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
  color: white;
  padding: 0 5px;
  line-height: 20px;
  vertical-align: middle;
  height: 20px;
  display: block;
  border: none;
  float: left;
  margin: 0 8px 0 0;
  cursor: pointer;
}
.btn.btn-ribbon > i {
  font-size: 111%;
}
.ribbon-button-alignment {
  padding-top: 10px;
  display: inline-block;
}
.ribbon-button-alignment.pull-right > .btn.btn-ribbon {
  margin: 0 0 0 8px;
}
.btn-circular {
  width: 20px;
  height: 20px;
  box-sizing: border-box !important;
  padding: 0;
  border: 1px solid #C8CBCC;
  border-radius: 20px;
  background-color: transparent;
}
.btn-circular:hover {
  background-color: #E6E8E8;
}
.btn-circular::before {
  content: ' ';
  line-height: 20px;
  text-align: center;
  color: #9B9B9B;
}
.btn-circular--cross::before {
  content: '\1F7AA';
  line-height: 20px;
  font-size: 10px;
  vertical-align: top;
}
.btn-circular--up::before {
  content: '\1F781';
  line-height: 22px;
  font-size: 9px;
}
.btn-circular--down::before {
  content: '\1F783';
  line-height: 17px;
  font-size: 9px;
  vertical-align: top;
}
.btn-with-icon {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
}
/*
 * Panels
 */
.panel-purple {
  border-color: #6E587A;
}
.panel-purple > .panel-heading {
  color: #ffffff;
  background-color: #6E587A;
  border-color: #6E587A;
}
.panel-greenLight {
  border-color: #71843f;
}
.panel-greenLight > .panel-heading {
  color: #ffffff;
  background-color: #71843f;
  border-color: #71843f;
}
.panel-greenDark {
  border-color: #496949;
}
.panel-greenDark > .panel-heading {
  color: #ffffff;
  background-color: #496949;
  border-color: #496949;
}
.panel-darken {
  border-color: #333333;
}
.panel-darken > .panel-heading {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}
.panel-pink {
  border-color: #ac5287;
}
.panel-pink > .panel-heading {
  color: #ffffff;
  background-color: #ac5287;
  border-color: #ac5287;
}
.panel-green {
  border-color: #356e35;
}
.panel-green > .panel-heading {
  color: #ffffff;
  background-color: #356e35;
  border-color: #356e35;
}
.panel-blueLight {
  border-color: #92A2A8;
}
.panel-blueLight > .panel-heading {
  color: #ffffff;
  background-color: #92A2A8;
  border-color: #92A2A8;
}
.panel-pinkDark {
  border-color: #a8829f;
}
.panel-pinkDark > .panel-heading {
  color: #ffffff;
  background-color: #a8829f;
  border-color: #a8829f;
}
.panel-redLight {
  border-color: #a65858;
}
.panel-redLight > .panel-heading {
  color: #ffffff;
  background-color: #a65858;
  border-color: #a65858;
}
.panel-red {
  border-color: #a90329;
}
.panel-red > .panel-heading {
  color: #ffffff;
  background-color: #a90329;
  border-color: #a90329;
}
.panel-teal {
  border-color: #568a89;
}
.panel-teal > .panel-heading {
  color: #ffffff;
  background-color: #568a89;
  border-color: #568a89;
}
.panel-orange {
  border-color: #C79121;
}
.panel-orange > .panel-heading {
  color: #ffffff;
  background-color: #C79121;
  border-color: #C79121;
}
.panel-blueDark {
  border-color: #4c4f53;
}
.panel-blueDark > .panel-heading {
  color: #ffffff;
  background-color: #4c4f53;
  border-color: #4c4f53;
}
.panel-magenta {
  border-color: #6e3671;
}
.panel-magenta > .panel-heading {
  color: #ffffff;
  background-color: #6e3671;
  border-color: #6e3671;
}
.panel-blue {
  border-color: #57889C;
}
.panel-blue > .panel-heading {
  color: #ffffff;
  background-color: #57889C;
  border-color: #57889C;
}
.panel-footer > .btn-block {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
/*
 * Circle Buttons
 */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/*
 * Big Metro Buttons
 */
.btn-metro {
  margin: 0 0 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-metro > span {
  display: block;
  vertical-align: bottom;
  margin-top: 10px;
  text-transform: uppercase;
}
.btn-metro > span.label {
  position: absolute;
  top: 0px;
  right: 0px;
}
/*
 * buttons with labels
 */
.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-link {
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 14px;
}
/*
 * nav-demo-btn
 */
.nav-demo-btn {
  background-color: rgba(77, 118, 134, 0.5);
  border-color: #3a7775;
}
.nav-demo-btn:hover,
.nav-demo-btn:active {
  background-color: rgba(77, 118, 134, 0.7);
  border-color: #3a7775;
}
/*
 * ANIMATION
 */
#left-panel {
  -webkit-transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
  transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
  -webkit-transform: translate(0px, 0px) translateZ(0px);
}
/* removed as it was too jerky */
/*#main {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}*/
/*
 * CHARTS
 */
.chart-small,
.chart-large,
.chart-xl {
  overflow: hidden;
}
.chart-small {
  height: 100px;
  width: 100%;
}
.chart-large {
  height: 235px;
  width: 100%;
}
.chart-xl {
  height: 297px;
  width: 100%;
}
/*
 * Flot Tool tips
 */
#flotTip {
  padding: 3px 5px;
  background-color: #ffffff;
  z-index: 9999;
  color: #333333;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  border: 1px solid #C1C1C1;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#flotTip span {
  color: #38812D;
  font-weight: bold;
}
.legendLabel span {
  display: block;
  margin: 0 5px;
}
.legendColorBox {
  padding-left: 10px;
  vertical-align: top;
  padding-top: 5px;
}
.legendColorBox div > div {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
 * Morris Charts
 */
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
.morris-hover {
  position: absolute;
  z-index: 903;
}
.fixed-page-footer .morris-hover {
  z-index: 900;
}
/*
 * Flot Chart
 */
.chart {
  overflow: hidden;
  /*- disabled for widget chrome bug */
  height: 220px;
  margin: 20px 5px 10px 10px;
}
.has-legend {
  margin-top: 30px !important;
}
.has-legend-unique {
  margin-top: 19px !important;
}
/*
 * Carren colors
 */
.icon-color-good {
  color: #40AC2B;
}
.icon-color-bad {
  color: #ed1c24;
}
/*
 * SIGNS
 */
.percent-sign:after,
.degree-sign:after {
  content: " %";
  line-height: normal;
}
.degree-sign:after {
  content: "\B0  F";
}
/*
 * HIDDEN MENU
 */
.hidden-menu #left-panel {
  left: -210px;
  z-index: 903;
}
.hidden-menu #main {
  margin-left: 10px;
}
.hidden-menu #left-panel:hover {
  left: 0px;
}
.hidden-menu .minifyme {
  display: none;
}
.minified #hide-menu {
  display: none;
}
.btn-header.pull-right {
  margin-left: 6px;
}
.btn-header a > span {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  display: inline-block;
}
.btn-header > :first-child > a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 24px;
  min-width: 30px;
  padding: 2px;
  text-align: center;
  text-decoration: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  border: 1px solid #bfbfbf;
  color: #6D6A69;
  font-size: 17px;
  margin: 10px 0 0 0;
}
.btn-header > :first-child > a:hover {
  border: 1px solid #bfbfbf;
  color: #222;
  transition: all 0.0s;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}
.btn-header > :first-child > a:active {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #ededed));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: -ms-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ededed', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}
.hidden-menu #hide-menu > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5A5A5A 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5A5A5A), color-stop(100%, #686868));
  background-image: -webkit-linear-gradient(to bottom, #5A5A5A 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5A5A5A 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5A5A5A 0%, #686868 100%);
  background-image: linear-gradient(to bottom, #5A5A5A 0%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  border-color: #494949;
}
.hidden-menu #hide-menu > :first-child > a:active,
.full-screen #fullscreen > :first-child > a:active {
  -webkit-box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}
/*
 * AJAX DROPDOWN
 */
.ajax-dropdown > :first-child {
  margin: 0 0 3px 0;
  padding: 0 0 9px 0;
}
.ajax-dropdown {
  position: absolute;
  display: none;
  z-index: 905;
  background: white;
  top: 48px;
  left: 16px;
  width: 344px;
  height: 435px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  padding: 10px;
  background: #ffffff;
  border: 1px solid #b3b3b3;
}
.ajax-dropdown:after,
.ajax-dropdown:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ajax-dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}
.ajax-dropdown:before {
  border-color: rgba(131, 131, 131, 0);
  border-bottom-color: #838383;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.ajax-dropdown .btn-group .btn {
  font-weight: bold;
  text-transform: capitalize;
}
/* better for 3 childs*/
.ajax-dropdown .btn-group > :nth-child(2) {
  border-right-width: 0px;
  border-left-width: 0px;
}
.ajax-dropdown .btn-group > :last-child {
  border-right-width: 1px !important;
}
/* better for 4+ childs
 .ajax-dropdown .btn-group >:first-child {
 border-right-width:1px;
 }

 .ajax-dropdown .btn-group >:nth-child(n+2) {
 border-left-width:0px;
 }

 .ajax-dropdown .btn-group >:last-child {
 border-right-width:1px !important;
 }	*/
.ajax-dropdown .btn-group .btn:active {
  top: 0px;
  left: 0px;
}
.ajax-notifications {
  height: 365px;
  display: block;
  overflow: auto;
  margin-right: -10px;
  margin-left: -10px;
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  background: #E9E9E9;
}
.ajax-notifications .alert.alert-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #757575;
  margin: 13px 10px;
}
.ajax-notifications .alert > :first-child {
  margin-bottom: 10px;
  font-weight: 400;
}
.ajax-dropdown > :last-child {
  font-size: 13px;
  display: block;
  padding: 5px 0;
  line-height: 22px;
  font-weight: 400;
}
.ajax-dropdown .fa-4x.fa-border {
  border-width: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 46px;
  text-align: center;
  color: #D1D1D1;
  border-color: #D1D1D1;
}
/*
 * LARGE DROPDOWNS
 */
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}
/*
 * PAGING
 */
.pagination-xs > li > a,
.pagination-xs > li > span {
  padding: 4px 9px;
  font-size: 12px;
}
/*
 * NOTIFICATIONS : MAIL
 */
.notification-body *,
.notification-body:before *,
.notification-body:after * {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}
.notification-body {
  padding: 0 0 0 3px;
  margin: 0;
  list-style: none;
}
.notification-body > li {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}
.notification-body > li > span {
  background: #ffffff;
  display: block;
  min-height: 25px;
  overflow: hidden;
  padding: 8px 10px 13px;
  white-space: normal;
}
.notification-body > li > span:hover {
  background: #F0F4F7;
  color: #667F8F;
}
.notification-body > li a.msg {
  padding-left: 50px !important;
}
.notification-body > li a,
.notification-body > li a:hover {
  text-decoration: none;
}
.notification-body > li a,
.notification-body > li a span {
  display: block;
  position: relative;
  overflow: hidden;
}
.notification-body > li a,
.notification-body > li a:hover {
  text-decoration: none;
}
.notification-body > li:hover .progress {
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #A7A7A7 inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #CCC inset;
  -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #ffffff inset;
}
.notification-body > li:hover .text-muted {
  color: #333333;
}
.notification-body .from {
  font-size: 14px;
  line-height: normal;
  color: #333333;
  font-weight: normal;
  margin-right: 60px;
  margin-bottom: 6px;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notification-body .unread .from {
  font-weight: bold;
}
.notification-body .unread {
  background: #FFFFE0;
}
.notification-body time {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 11px;
  font-weight: normal;
  color: #058dc7;
}
.notification-body .msg-body,
.notification-body .subject {
  font-size: 13px;
  color: #A0A0A0;
  max-height: 35px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notification-body .subject {
  font-size: 13px;
  color: #333333;
  max-height: 22px;
}
/*
 * WIZARDS
 */
.bootstrapWizard {
  display: block;
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%;
}
.bootstrapWizard a:hover,
.bootstrapWizard a:active,
.bootstrapWizard a:focus {
  text-decoration: none;
}
.bootstrapWizard li {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  padding-left: 0;
}
.bootstrapWizard li:before {
  border-top: 3px solid #55606E;
  content: "";
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  top: 11px;
  right: 1px;
  width: 100%;
  z-index: 1;
}
.bootstrapWizard li:first-child:before {
  left: 50%;
  max-width: 50%;
}
.bootstrapWizard li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.bootstrapWizard li.complete .step {
  background: #0AA66E;
  padding: 1px 6px;
  border: 3px solid #55606E;
}
.bootstrapWizard li .step i {
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -1.5px;
}
.bootstrapWizard li .step {
  background: #B2B5B9;
  color: #ffffff;
  display: inline;
  font-size: 15px;
  font-weight: bold;
  line-height: 12px;
  padding: 7px 13px;
  border: 3px solid transparent;
  border-radius: 50%;
  line-height: normal;
  position: relative;
  text-align: center;
  z-index: 2;
  transition: all 0.1s linear 0s;
}
.bootstrapWizard li.active .step,
.bootstrapWizard li.active.complete .step {
  background: #0091D9;
  color: #ffffff;
  font-weight: bold;
  padding: 7px 13px;
  font-size: 15px;
  border-radius: 50%;
  border: 3px solid #55606E;
}
.bootstrapWizard li.complete .title,
.bootstrapWizard li.active .title {
  color: #2B3D53;
}
.bootstrapWizard li .title {
  color: #bfbfbf;
  display: block;
  font-size: 13px;
  line-height: 15px;
  max-width: 100%;
  position: relative;
  table-layout: fixed;
  text-align: center;
  top: 20px;
  word-wrap: break-word;
  z-index: 104;
}
.wizard-actions {
  display: block;
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%;
}
.wizard-actions li {
  display: inline;
}
.tab-content.transparent {
  background-color: transparent;
}
/*
 * FUELUX WIZARD
 */
.fuelux .wizard {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.fuelux .wizard:before,
.fuelux .wizard:after {
  display: table;
  line-height: 0;
  content: "";
}
.fuelux .wizard:after {
  clear: both;
}
.fuelux .wizard ul {
  width: 4000px;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
.fuelux .wizard ul.previous-disabled li.complete {
  cursor: default;
}
.fuelux .wizard ul.previous-disabled li.complete:hover {
  color: #356e35;
  cursor: default;
  background: #f3f4f5;
}
.fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}
.fuelux .wizard ul li {
  position: relative;
  float: left;
  height: 46px;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  color: #999999;
  cursor: default;
  background: #ededed;
}
.fuelux .wizard ul li .chevron {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #d4d4d4;
}
.fuelux .wizard ul li .chevron:before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #ededed;
  content: "";
}
.fuelux .wizard ul li.complete {
  color: #468847;
  background: #f3f4f5;
}
.fuelux .wizard ul li.complete:hover {
  cursor: pointer;
  background: #e7eff8;
}
.fuelux .wizard ul li.complete:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}
.fuelux .wizard ul li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}
.fuelux .wizard ul li.active {
  color: #3a87ad;
  background: #f1f6fc;
}
.fuelux .wizard ul li.active .chevron:before {
  border-left: 14px solid #f1f6fc;
}
.fuelux .wizard ul li .badge {
  margin-right: 8px;
}
.fuelux .wizard ul li:first-child {
  padding-left: 20px;
  border-radius: 4px 0 0 4px;
}
.fuelux .wizard .actions {
  position: absolute;
  right: 0;
  z-index: 2;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 46px;
  vertical-align: middle;
  background-color: #eeeeee;
  border-left: 1px solid #d4d4d4;
}
.fuelux .wizard .actions a {
  margin-right: 8px;
  font-size: 12px;
  line-height: 45px;
}
.fuelux .wizard .actions .btn-prev i {
  margin-right: 5px;
}
.fuelux .wizard .actions .btn-next i {
  margin-left: 5px;
}
.fuelux .step-content .step-pane {
  display: none;
}
.fuelux .step-content .active {
  display: block;
}
.fuelux .step-content .active .btn-group .active {
  display: inline-block;
}
/*
 * jarvismetro TILE
 */
.jarvismetro-tile {
  float: left;
  display: block;
  background-color: #ffffff;
  width: 100px;
  height: 70px;
  cursor: pointer;
  box-shadow: inset 0px 0px 1px #FFFFCC;
  border: 1px dotted #C5C5C5;
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  font-smooth: always;
  margin: 0 10px 20px 0;
  padding: 5px;
  position: relative;
}
.jarvismetro-tile:hover {
  z-index: 10;
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
}
.jarvismetro-tile.big-cubes {
  width: 120px;
  height: 120px;
}
.jarvismetro-tile.double {
  width: 249px;
}
.jarvismetro-tile:active {
  top: 1px;
  left: 1px;
}
.jarvismetro-tile .iconbox {
  text-align: center;
}
.jarvismetro-tile .iconbox i {
  display: block;
  margin: 15px auto 0;
  height: 75px;
}
.jarvismetro-tile .iconbox span {
  display: block;
  text-align: left;
}
.jarvismetro-tile .iconbox span > span {
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 5px 5px;
  border: 1px solid #ffffff;
}
#shortcut .selected {
  border: 1px solid #0091D9 !important;
}
#shortcut .selected {
  position: relative;
}
#shortcut .selected:before {
  display: block;
  position: absolute;
  content: "\F00C";
  color: #ffffff;
  right: 4px;
  top: 3px;
  font-family: FontAwesome;
  z-index: 2;
}
#shortcut .selected:after {
  width: 0;
  height: 0;
  border-top: 35px solid #0091D9;
  border-left: 35px solid rgba(0, 0, 0, 0);
  position: absolute;
  display: block;
  right: 0;
  content: "";
  top: 0;
  z-index: 1;
}
/*
 * SHORT CUT
 */
#shortcut {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  height: auto;
  width: 100%;
  background-color: #33302F;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 907;
  display: none;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#shortcut ul {
  padding: 15px 20px 10px;
  list-style: none;
  margin: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #423F3F;
}
#shortcut ul li {
  display: inline-block;
  width: auto;
}
#shortcut ul li .jarvismetro-tile {
  margin: 0px 3px 3px;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
#shortcut ul li .jarvismetro-tile:hover {
  color: #ffffff;
  text-decoration: none;
}
#shortcut ul li .jarvismetro-tile:active,
#shortcut ul li .jarvismetro-tile:focus {
  left: 0;
  top: 0;
}
.shortcut-on #response-btn {
  display: none !important;
}
.shortcut-on #main .navbar,
.shortcut-on #left-bar .navbar {
  border: none !important;
}
/*
 * ARROW BOX
 */
.arrow-box-up:after,
.arrow-box-up:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-box-up:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}
.arrow-box-up:before {
  border-color: rgba(131, 131, 131, 0);
  border-bottom-color: #838383;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
/*
 * right
 */
.arrow-box-up-right:after,
.arrow-box-up-right:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-box-up-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  right: 10px;
  margin-left: -7px;
}
.arrow-box-up-right:before {
  border-color: rgba(131, 131, 131, 0);
  border-bottom-color: #838383;
  border-width: 8px;
  right: 9px;
  margin-left: -8px;
}
/*
 * BOOTSTRAP TOOLTIP
 */
.tooltip-inner {
  padding: 5px 10px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-radius: 0px;
}
/*
 * WEBKIT SCROLLING CSS
 * Reference: http://stackoverflow.com/questions/10592657/scrollbar-stylesheet
 * GitHub Source: https://gist.github.com/jambu/2004633
 */
.custom-scroll::-webkit-scrollbar {
  -webkit-overflow-scrolling: touch;
  height: 10px;
  width: 10px;
}
.custom-scroll::-webkit-scrollbar:hover {
  background-color: #E9E9E9;
  border: 1px solid #dbdbdb;
}
.custom-scroll::-webkit-scrollbar-button:start:decrement,
.custom-scroll::-webkit-scrollbar-button:end:increment {
  background: transparent;
  display: block;
  height: 0;
}
.custom-scroll::-webkit-scrollbar-track {
  background-clip: padding-box;
  border-width: 0 0 0 4px;
  border: solid transparent;
}
.custom-scroll::-webkit-scrollbar-track-piece {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
}
.custom-scroll::-webkit-scrollbar-thumb {
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.2);
  border-width: 0;
  border: none;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.custom-scroll::-webkit-scrollbar-thumb:vertical,
.custom-scroll::-webkit-scrollbar-thumb:horizontal {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #bfbfbf;
  border-radius: 0;
}
.custom-scroll::-webkit-scrollbar-thumb:active {
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.33);
  background-color: rgba(0, 0, 0, 0.44);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.33);
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #959595;
}
/*
 * Typehead
 */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
  height: 32px;
  padding: 6px 12px;
}
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #ffffff;
  background-color: #0081c2;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #ffffff;
}
.tt-suggestion p {
  margin: 0;
}
/*
 * Google Maps
 */
.google_maps {
  width: 100%;
  height: 350px;
  position: relative;
}
.google_maps * {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.google_maps img {
  max-width: none;
  /* needed for google map popup*/
}
/*
 * Header btn
 */
.header-btn {
  margin-top: 5px;
}
/*
 * CKEDITOR
 */
.cke_top {
  background: rgba(248, 248, 248, 0.9) !important;
  background-image: none !important;
}
/*
 * BS Multiselect
 * TODO:
 */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li > label.multiselect-group {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/*
 * FORMS: INPUT WITH ICONS
 */
.input-group .icon-addon .form-control {
  border-radius: 0;
}
.icon-addon {
  position: relative;
  color: #555;
  display: block;
}
.icon-addon:after,
.icon-addon:before {
  display: table;
  content: " ";
}
.icon-addon:after {
  clear: both;
}
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}
.icon-addon.addon-lg .form-control {
  line-height: 1.33;
  height: 46px;
  font-size: 18px;
  padding: 10px 16px 10px 40px;
}
.input-group-lg .icon-addon.addon-lg + .input-group-btn > .btn {
  height: 46px;
}
.icon-addon.addon-sm .form-control {
  height: 30px;
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  line-height: 1.5;
}
.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
  font-size: 18px;
  margin-left: 0;
  left: 11px;
  top: 4px;
}
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
  margin-left: 0;
  font-size: 12px;
  left: 5px;
  top: -1px;
}
.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
  color: #2580db;
}
.icon-addon input:disabled + .glyphicon,
.icon-addon select:disabled + .glyphicon,
.icon-addon input:disabled + .fa,
.icon-addon select:disabled + .fa {
  color: #ccc;
}
.text-break {
  word-break: break-word;
}
.progress {
  position: relative;
}
.progress .progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: 18px;
}
.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.progress.right .progress-bar {
  right: 0;
}
.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}
.progress.vertical {
  width: 18px;
  height: 100%;
  float: left;
  margin-right: 18px;
}
.progress.vertical.bottom {
  position: relative;
}
.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0;
}
.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
  -webkit-transition: all height 0.6s ease ease-out;
  -moz-transition: all height 0.6s ease ease-out;
  -o-transition: all height 0.6s ease ease-out;
  transition: all height 0.6s ease ease-out;
}
.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}
/*
 * PROGRESS BARS
 */
.progress-micro {
  height: 3px !important;
  line-height: 3px !important;
}
.progress-xs {
  height: 7px !important;
  line-height: 7px !important;
}
.progress-sm {
  height: 14px !important;
  line-height: 14px !important;
}
.progress-lg {
  height: 30px !important;
  line-height: 30px !important;
}
.progress .progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: 20px;
}
.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.progress.right .progress-bar {
  right: 0;
}
.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}
.progress.vertical {
  width: 25px;
  height: 100%;
  min-height: 150px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 0px;
}
.progress.wide-bar {
  width: 40px;
}
.progress.vertical.bottom {
  position: relative;
}
.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0;
}
.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}
.progress {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: 22px;
  background: #eeeeee;
  box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  -webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  background-color: #57889C;
  -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);
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: url('/styles/img/pattern/overlay-pattern.png');
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-danger {
  background-color: #A90329;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-success {
  background-color: #739E73;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #f59c1a;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #49b6d6;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-info .bar,
.progress .bar-info {
  background: #49b6d6;
}
.vertical-bars {
  padding: 0;
  margin: 0;
}
.vertical-bars:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.vertical-bars li {
  padding: 14px 0;
  width: 25%;
  display: block;
  float: left;
  text-align: center;
}
.vertical-bars li:first-child {
  border-left: none;
}
.vertical-bars > li > .progress.vertical:first-child {
  margin-left: auto;
}
.vertical-bars > li > .progress.vertical {
  margin: 0 auto;
  float: none;
}
/*
 * BAR HOLDER
 */
.bar-holder:first-child {
  border-top: none;
}
.bar-holder {
  padding: 18px 15px;
}
.bar-holder .progress {
  margin: 0;
}
/* progress bar colors */
[data-progressbar-value] {
  margin-top: 15px !important;
  overflow: visible;
  margin-bottom: 0px;
}
.dataTable [data-progressbar-value] {
  min-width: 70px;
}
[data-progressbar-value="100"]:before,
[data-progressbar-value="100"]:after,
[data-progressbar-value]:before,
[data-progressbar-value]:after {
  position: absolute;
  background: none;
  font-size: 11px;
  top: -12px;
}
[data-progressbar-value]:before {
  content: attr(data-progressbar-value);
  left: attr(data-progressbar-value) px;
}
[data-progressbar-value]:after {
  content: "%";
  left: 13px;
}
[data-progressbar-value="1"] > .progress-bar {
  width: 1%;
  background: #A90329;
}
[data-progressbar-value="2"] > .progress-bar {
  width: 2%;
  background: #A90329;
}
[data-progressbar-value="3"] > .progress-bar {
  width: 3%;
  background: #A90329;
}
[data-progressbar-value="4"] > .progress-bar {
  width: 4%;
  background: #A90329;
}
[data-progressbar-value="5"] > .progress-bar {
  width: 5%;
  background: #A90329;
}
[data-progressbar-value="6"] > .progress-bar {
  width: 6%;
  background: #A90329;
}
[data-progressbar-value="7"] > .progress-bar {
  width: 7%;
  background: #A90329;
}
[data-progressbar-value="8"] > .progress-bar {
  width: 8%;
  background: #A90329;
}
[data-progressbar-value="9"] > .progress-bar {
  width: 9%;
  background: #A90329;
}
[data-progressbar-value="10"] > .progress-bar {
  width: 10%;
  background: #db0435;
}
[data-progressbar-value="11"] > .progress-bar {
  width: 11%;
  background: #f59c1a;
}
[data-progressbar-value="12"] > .progress-bar {
  width: 12%;
  background: #f59c1a;
}
[data-progressbar-value="13"] > .progress-bar {
  width: 13%;
  background: #f59c1a;
}
[data-progressbar-value="14"] > .progress-bar {
  width: 14%;
  background: #f59c1a;
}
[data-progressbar-value="15"] > .progress-bar {
  width: 15%;
  background: #f59c1a;
}
[data-progressbar-value="16"] > .progress-bar {
  width: 16%;
  background: #f59c1a;
}
[data-progressbar-value="17"] > .progress-bar {
  width: 17%;
  background: #f59c1a;
}
[data-progressbar-value="18"] > .progress-bar {
  width: 18%;
  background: #f59c1a;
}
[data-progressbar-value="19"] > .progress-bar {
  width: 19%;
  background: #f59c1a;
}
[data-progressbar-value="20"] > .progress-bar {
  width: 20%;
  background: #f59c1a;
}
[data-progressbar-value="21"] > .progress-bar {
  width: 21%;
  background: #f59c1a;
}
[data-progressbar-value="22"] > .progress-bar {
  width: 22%;
  background: #f59c1a;
}
[data-progressbar-value="23"] > .progress-bar {
  width: 23%;
  background: #f59c1a;
}
[data-progressbar-value="24"] > .progress-bar {
  width: 24%;
  background: #f59c1a;
}
[data-progressbar-value="25"] > .progress-bar {
  width: 25%;
  background: #f59c1a;
}
[data-progressbar-value="26"] > .progress-bar {
  width: 26%;
  background: #f59c1a;
}
[data-progressbar-value="27"] > .progress-bar {
  width: 27%;
  background: #f59c1a;
}
[data-progressbar-value="28"] > .progress-bar {
  width: 28%;
  background: #f59c1a;
}
[data-progressbar-value="29"] > .progress-bar {
  width: 29%;
  background: #f59c1a;
}
[data-progressbar-value="30"] > .progress-bar {
  width: 30%;
  background: #f59c1a;
}
[data-progressbar-value="31"] > .progress-bar {
  width: 31%;
  background: #f59c1a;
}
[data-progressbar-value="32"] > .progress-bar {
  width: 32%;
  background: #f59c1a;
}
[data-progressbar-value="33"] > .progress-bar {
  width: 33%;
  background: #f59c1a;
}
[data-progressbar-value="34"] > .progress-bar {
  width: 34%;
  background: #f59c1a;
}
[data-progressbar-value="35"] > .progress-bar {
  width: 35%;
  background: #f59c1a;
}
[data-progressbar-value="36"] > .progress-bar {
  width: 36%;
  background: #f59c1a;
}
[data-progressbar-value="37"] > .progress-bar {
  width: 37%;
  background: #f59c1a;
}
[data-progressbar-value="38"] > .progress-bar {
  width: 38%;
  background: #f59c1a;
}
[data-progressbar-value="39"] > .progress-bar {
  width: 39%;
  background: #f59c1a;
}
[data-progressbar-value="40"] > .progress-bar {
  width: 40%;
  background: #f59c1a;
}
[data-progressbar-value="41"] > .progress-bar {
  width: 41%;
  background: #404040;
}
[data-progressbar-value="42"] > .progress-bar {
  width: 42%;
  background: #404040;
}
[data-progressbar-value="43"] > .progress-bar {
  width: 43%;
  background: #404040;
}
[data-progressbar-value="44"] > .progress-bar {
  width: 44%;
  background: #404040;
}
[data-progressbar-value="45"] > .progress-bar {
  width: 45%;
  background: #404040;
}
[data-progressbar-value="46"] > .progress-bar {
  width: 46%;
  background: #404040;
}
[data-progressbar-value="47"] > .progress-bar {
  width: 47%;
  background: #404040;
}
[data-progressbar-value="48"] > .progress-bar {
  width: 48%;
  background: #404040;
}
[data-progressbar-value="49"] > .progress-bar {
  width: 49%;
  background: #404040;
}
[data-progressbar-value="50"] > .progress-bar {
  width: 50%;
  background: #404040;
}
[data-progressbar-value="51"] > .progress-bar {
  width: 51%;
  background: #404040;
}
[data-progressbar-value="52"] > .progress-bar {
  width: 52%;
  background: #404040;
}
[data-progressbar-value="53"] > .progress-bar {
  width: 53%;
  background: #404040;
}
[data-progressbar-value="54"] > .progress-bar {
  width: 54%;
  background: #404040;
}
[data-progressbar-value="55"] > .progress-bar {
  width: 55%;
  background: #404040;
}
[data-progressbar-value="56"] > .progress-bar {
  width: 56%;
  background: #404040;
}
[data-progressbar-value="57"] > .progress-bar {
  width: 57%;
  background: #404040;
}
[data-progressbar-value="58"] > .progress-bar {
  width: 58%;
  background: #404040;
}
[data-progressbar-value="59"] > .progress-bar {
  width: 59%;
  background: #404040;
}
[data-progressbar-value="60"] > .progress-bar {
  width: 60%;
  background: #404040;
}
[data-progressbar-value="61"] > .progress-bar {
  width: 61%;
  background: #3276B1;
}
[data-progressbar-value="62"] > .progress-bar {
  width: 62%;
  background: #3276B1;
}
[data-progressbar-value="63"] > .progress-bar {
  width: 63%;
  background: #3276B1;
}
[data-progressbar-value="64"] > .progress-bar {
  width: 64%;
  background: #404040;
}
[data-progressbar-value="65"] > .progress-bar {
  width: 65%;
  background: #3276B1;
}
[data-progressbar-value="66"] > .progress-bar {
  width: 66%;
  background: #3276B1;
}
[data-progressbar-value="67"] > .progress-bar {
  width: 67%;
  background: #3276B1;
}
[data-progressbar-value="68"] > .progress-bar {
  width: 68%;
  background: #3276B1;
}
[data-progressbar-value="69"] > .progress-bar {
  width: 69%;
  background: #3276B1;
}
[data-progressbar-value="70"] > .progress-bar {
  width: 70%;
  background: #3276B1;
}
[data-progressbar-value="71"] > .progress-bar {
  width: 71%;
  background: #3276B1;
}
[data-progressbar-value="72"] > .progress-bar {
  width: 72%;
  background: #3276B1;
}
[data-progressbar-value="73"] > .progress-bar {
  width: 73%;
  background: #3276B1;
}
[data-progressbar-value="74"] > .progress-bar {
  width: 74%;
  background: #3276B1;
}
[data-progressbar-value="75"] > .progress-bar {
  width: 75%;
  background: #3276B1;
}
[data-progressbar-value="76"] > .progress-bar {
  width: 76%;
  background: #3276B1;
}
[data-progressbar-value="77"] > .progress-bar {
  width: 77%;
  background: #3276B1;
}
[data-progressbar-value="78"] > .progress-bar {
  width: 78%;
  background: #3276B1;
}
[data-progressbar-value="79"] > .progress-bar {
  width: 79%;
  background: #3276B1;
}
[data-progressbar-value="80"] > .progress-bar {
  width: 80%;
  background: #3276B1;
}
[data-progressbar-value="81"] > .progress-bar {
  width: 81%;
  background: #a0bda0;
}
[data-progressbar-value="82"] > .progress-bar {
  width: 82%;
  background: #a0bda0;
}
[data-progressbar-value="83"] > .progress-bar {
  width: 83%;
  background: #a0bda0;
}
[data-progressbar-value="84"] > .progress-bar {
  width: 84%;
  background: #9dbb9d;
}
[data-progressbar-value="85"] > .progress-bar {
  width: 85%;
  background: #9dbb9d;
}
[data-progressbar-value="86"] > .progress-bar {
  width: 86%;
  background: #9dbb9d;
}
[data-progressbar-value="87"] > .progress-bar {
  width: 87%;
  background: #97b797;
}
[data-progressbar-value="88"] > .progress-bar {
  width: 88%;
  background: #97b797;
}
[data-progressbar-value="89"] > .progress-bar {
  width: 89%;
  background: #91b391;
}
[data-progressbar-value="90"] > .progress-bar {
  width: 90%;
  background: #91b391;
}
[data-progressbar-value="91"] > .progress-bar {
  width: 91%;
  background: #91b391;
}
[data-progressbar-value="92"] > .progress-bar {
  width: 92%;
  background: #8eb18e;
}
[data-progressbar-value="93"] > .progress-bar {
  width: 93%;
  background: #8baf8b;
}
[data-progressbar-value="94"] > .progress-bar {
  width: 94%;
  background: #88ad88;
}
[data-progressbar-value="95"] > .progress-bar {
  width: 95%;
  background: #85ab85;
}
[data-progressbar-value="96"] > .progress-bar {
  width: 96%;
  background: #82a882;
}
[data-progressbar-value="97"] > .progress-bar {
  width: 97%;
  background: #7fa67f;
}
[data-progressbar-value="98"] > .progress-bar {
  width: 98%;
  background: #7ca47c;
}
[data-progressbar-value="99"] > .progress-bar {
  width: 99%;
  background: #79a279;
}
[data-progressbar-value="100"] > .progress-bar {
  width: 100%;
  background: #739E73;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  background-image: none !important;
}
[data-progressbar-value="100"]:before {
  content: attr(data-progressbar-value) '%';
  top: -12px;
  left: attr(data-progressbar-value) px;
}
[data-progressbar-value="100"]:after {
  content: "complete";
  left: auto;
  right: 0px;
  color: #739E73;
}
/* This issue relates to container + toggle menu with a result of overflow. */
html.hidden-menu-mobile-lock {
  overflow-x: hidden;
}
/*
 * No Padding
 */
.no-content-padding {
  margin: -10px -14px 0 -14px;
  /*used with content >:first-child */
}
.no-padding {
  padding: 0px !important;
}
.no-padding > pre {
  margin: 30px;
}
.no-padding  > table,
.no-padding .dataTables_wrapper table {
  border: none !important;
  margin-bottom: 0px !important;
  border-bottom-width: 0px !important;
}
.no-padding-bottom {
  padding-bottom: 0px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-7 {
  padding: 7px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-gutter {
  padding: 13px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-right-8 {
  padding-right: 8px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.no-padding  > table tr td:last-child,
.no-padding  > table tr th:last-child,
.no-padding .dataTables_wrapper table tr td:last-child,
.no-padding .dataTables_wrapper table tr th:last-child {
  border-right: none !important;
}
.no-padding  > table tr td:first-child,
.no-padding  > table tr th:first-child,
.no-padding .dataTables_wrapper table tr td:first-child,
.no-padding .dataTables_wrapper table tr th:first-child {
  border-left: none !important;
}
.no-padding .dataTables_wrapper table tbody tr:last-child td {
  border-bottom: 0;
}
/*
 * Font Weights
 */
.semi-bold {
  font-weight: 400 !important;
}
.ultra-light {
  font-weight: 300 !important;
}
/*
 * Font Sizes
 */
.font-xs {
  font-size: 85% !important;
}
.font-sm {
  font-size: 95% !important;
}
.font-md {
  font-size: 130% !important;
}
.font-lg {
  font-size: 160% !important;
}
.font-xl {
  font-size: 200% !important;
}
.font-400 {
  font-size: 400% !important;
}
.text-underlined {
  text-decoration-line: underline;
}
/*
 * Margins
 */
.no-margin {
  margin: 0px !important;
}
.margin-top-2 {
  margin-top: 2px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-7 {
  margin-top: 7px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-13 {
  margin-top: 13px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-bottom-2 {
  margin-bottom: 2px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom--5 {
  margin-bottom: -5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-top-0 {
  margin-top: 0px !important;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-left-3 {
  margin-left: 3px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-13 {
  margin-left: 13px !important;
}
/*
 * No border
 */
.no-border,
.well[class*=" bg-"].no-border {
  border-width: 0px !important;
}
.no-border-transparent {
  border-color: transparent !important;
}
.no-border-radius {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
/*
 * Inlines
 */
.display-inline {
  display: inline-block !important;
}
.display-normal {
  display: inline !important;
}
/*
 * CURSORS
 */
.cursor-pointer {
  cursor: pointer;
}
/*
 * Images
 */
.hover-transparent {
  opacity: .5;
}
.hover-transparent:hover {
  opacity: 1;
}
/*
 * Forced text alignments
 */
.text-align-center,
.text-center {
  text-align: center !important;
}
.text-align-left,
.text-left {
  text-align: left !important;
}
.text-align-right,
.text-right {
  text-align: right !important;
}
/*
 * HR
 */
hr.simple {
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: dashed;
}
/*
 * SHORT CUTS
 */
.pull-right {
  float: right !Important;
}
.pull-left {
  float: left !Important;
}
/*
 * Air fields
 * Description: absolute positioned objects
 */
.air {
  position: absolute;
  z-index: 5;
}
.air-bottom {
  bottom: 0px;
}
.air-top {
  top: 0px;
}
.air-top-right {
  top: 0px;
  right: 0px;
}
.air-top-left {
  top: 0px;
  left: 0px;
}
.air-bottom-left {
  bottom: 0px;
  left: 0px;
}
.air-bottom-right {
  bottom: 0px;
  right: 0px;
}
/*
 * Display none
 */
.display-none {
  display: none !important;
}
/*
 * Custom Radio and Input
 * SETUP
 */
.checkbox input[type="checkbox"].checkbox + span,
.checkbox-inline input[type="checkbox"].checkbox + span,
.radiobox-inline input[type="radio"].radiobox + span,
.radio input[type="radio"].radiobox + span {
  margin-left: -20px;
}
.form-inline .checkbox input[type="checkbox"].checkbox + span,
.form-inline .radiobox input[type="radio"].radiobox + span {
  margin-left: 0px;
}
.form-inline .checkbox,
.form-inline .radiobox {
  padding-left: 0px;
}
label input[type="radio"].radiobox + span,
input[type="checkbox"].checkbox + span {
  vertical-align: middle;
  line-height: 20px;
}
input[type="checkbox"].checkbox + span,
input[type="checkbox"].checkbox + span:after,
input[type="checkbox"].checkbox + span:before,
input[type="radio"].radiobox + span,
input[type="radio"].radiobox + span:after,
input[type="radio"].radiobox + span:before {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}
input[type="checkbox"].checkbox,
input[type="radio"].radiobox {
  visibility: hidden;
  position: absolute;
  z-index: 20;
  width: 18px;
  height: 18px;
}
label input[type="checkbox"].checkbox + span,
label input[type="radio"].radiobox + span {
  position: relative;
  z-index: 19;
  display: inline-block;
  margin: 0;
  line-height: 17px;
  min-height: 14px;
  min-width: 14px;
  margin-right: 5px;
}
label input[type="checkbox"].checkbox + span:hover,
label input[type="radio"].radiobox + span:hover {
  cursor: pointer;
}
label input[type="radio"].radiobox + span:before,
label input[type="checkbox"].checkbox + span:before {
  font-family: 'FontAwesome';
  font-size: 12px;
  border-radius: 0;
  content: "\A0";
  /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 1px;
  height: 12px;
  line-height: 12px;
  min-width: 12px;
  margin-right: 5px;
  border: 1px solid #bfbfbf;
  background-color: #f4f4f4;
  font-weight: normal;
  margin-top: -1px;
}
/*
 * RADIO
 */
label input[type="radio"].radiobox + span:before {
  content: "\A0";
  /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
label input[type="radio"].radiobox:checked + span {
  font-weight: bold;
}
/* DEFAULT COLOR */
label input[type="radio"].radiobox:checked + span:before {
  content: "\F111";
  /* circle */
  color: #2E7BCC;
}
/* ORANGE COLOR */
label input[type="radio"].radiobox.style-3:checked + span:before {
  color: #A90329;
  border-color: #A90329;
}
/* CHROME COLOR */
label input[type="radio"].radiobox.style-2:checked + span:before {
  color: #66665e;
  border-color: #4d90fe;
  font-size: 9px;
}
label input[type="radio"].radiobox.style-2:checked + span {
  font-weight: normal;
}
/* Style 1 Radio */
label input[type="radio"].radiobox.style-1 + span:before {
  font-size: 9px;
  background: #ffffff;
  text-shadow: none;
  box-shadow: none !important;
  border-width: 1px;
  height: 13px;
  line-height: 13px;
  min-width: 13px;
}
label input[type="radio"].radiobox.style-1:checked + span:before {
  font-size: 10px;
  color: #333333;
  border-color: #333333;
  background: #ffffff;
}
label input[type="radio"].radiobox.style-1:checked + span {
  font-weight: normal;
}
/*
 * RADIO:HOVER & ACTIVE STATES
 */
/* DEFAULT:HOVER radio content --> 2022 */
label:hover input[type="radio"].radiobox + span:before,
label:hover input[type="radio"].radiobox:checked + span:before {
  color: #2E7BCC;
  border-color: #2E7BCC;
}
/* ORANGE:HOVER */
label:hover input[type="radio"].radiobox.style-3 + span:before,
label:hover input[type="radio"].radiobox.style-3:checked + span:before {
  color: #A90329;
  border-color: #A90329;
}
/* CHROME:HOVER */
label:hover input[type="radio"].radiobox.style-2:checked + span:before {
  color: #66665e;
  border-color: #4d90fe;
}
/* METRO:HOVER */
label:hover input[type="radio"].radiobox.style-1:checked + span:before {
  color: #333333;
  border-color: #333333;
  background: #ffffff;
}
label:hover input[type="radio"].radiobox.style-1 + span:before {
  color: #333333;
  border-color: #333333;
  background: #ffffff;
}
/* DEFAULT:ACTIVE */
label:active input[type="radio"].radiobox + span:before {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}
/*
 * RADIO:DISABLE STATES
 */
/* GLOBAL */
label input[type="radio"][disabled].radiobox + span,
label input[type="radio"][disabled].radiobox:checked + span,
label:hover input[type="radio"][disabled].radiobox:checked + span:before {
  color: #A7A7A7;
  cursor: not-allowed;
}
label input[type="radio"][disabled].radiobox:checked + span:before {
  content: "\F111";
}
label input[type="radio"][disabled].radiobox:checked + span:before,
label input[type="radio"][disabled].radiobox + span:before,
label:active input[type="radio"][disabled].radiobox:checked + span:before,
label:hover input[type="radio"][disabled].radiobox:checked + span:before {
  background: #eee !important;
  border-color: #CCC !important;
  box-shadow: none;
  color: #A7A7A7;
}
/*
 * CHECKBOX
 */
label input[type="checkbox"].checkbox + span:before {
  content: "\A0";
  /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
}
label input[type="checkbox"].checkbox:checked + span:before {
  content: "\F00C";
}
label input[type="checkbox"].checkbox:checked + span {
  font-weight: bold;
}
/* DEFAULT COLOR */
label input[type="checkbox"].checkbox:checked + span:before {
  color: #2E7BCC;
}
/* RED COLOR */
label input[type="checkbox"].checkbox.style-3:checked + span:before {
  color: #ffffff;
  border-color: #A90329;
  background: #A90329;
}
/* CHROME */
label input[type="checkbox"].checkbox.style-2 + span:before {
  background: transparent;
  border-color: #c1c1c1;
  box-shadow: none;
}
label input[type="checkbox"].checkbox.style-2:checked + span:before {
  content: "\F00C";
  color: #66665e;
  border-color: #4d90fe;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #ffffff;
  /*#fefeec*/
}
label input[type="checkbox"].checkbox.style-2:checked + span {
  font-weight: normal;
}
/* METRO COLOR */
label input[type="checkbox"].checkbox.style-1 + span:before {
  color: #333333;
  background: #ffffff;
  text-shadow: none;
  box-shadow: none !important;
  border-width: 1px;
  height: 12px;
  line-height: 13px;
  min-width: 12px;
}
label input[type="checkbox"].checkbox.style-1:checked + span:before {
  color: #333333;
  border-color: #333333;
}
label input[type="checkbox"].checkbox.style-1:checked + span {
  font-weight: normal;
}
/*
 * CHECKBOX:HOVER & ACTIVE STATES
 */
label:active input[type="checkbox"].checkbox + span:before {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}
/* DEFAULT:HOVER */
label:hover input[type="checkbox"].checkbox + span:before {
  color: #2E7BCC;
  border-color: #2E7BCC;
}
/* RED:HOVER*/
label:hover input[type="checkbox"].checkbox.style-3 + span:before {
  color: #ffffff;
  border-color: #A90327;
}
/* CHROME:HOVER*/
label:hover input[type="checkbox"].checkbox.style-2 + span:before {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
label:hover input[type="checkbox"].checkbox.style-2:checked + span:before {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}
/* METRO:HOVER*/
label:hover input[type="checkbox"].checkbox.style-1 + span:before {
  border-color: #333333;
}
/* DEFAULT:ACTIVE */
label:active input[type="checkbox"].checkbox:checked + span:before {
  color: #ffffff;
  background: #2E7BCC;
  border-color: #2E7BCC;
}
/* RED:ACTIVE */
label:active input[type="checkbox"].checkbox.style-3:checked + span:before {
  color: #A90329;
  background: #ffffff;
  border-color: #A90329;
}
/* CHROME:ACTIVE */
label:active input[type="checkbox"].checkbox.style-2:checked + span:before {
  color: #66665e;
  background: transparent;
  border-color: #c1c1c1;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}
label:active input[type="checkbox"].checkbox.style-2 + span:before {
  color: #66665e;
  background: transparent;
  border-color: #c1c1c1;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}
/* METRO:ACTIVE */
label:active input[type="checkbox"].checkbox.style-1:checked + span:before {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}
/*
 * CHECKBOX:DISABLE STATES
 */
/* GLOBAL */
label input[type="checkbox"][disabled].checkbox + span,
label input[type="checkbox"][disabled].checkbox:checked + span,
label:hover input[type="checkbox"][disabled].checkbox:checked + span:before {
  color: #A7A7A7;
  cursor: not-allowed;
}
label input[type="checkbox"][disabled].checkbox:checked + span:before {
  content: "\F00C";
  color: #A7A7A7;
}
label input[type="checkbox"][disabled].checkbox.style-2:checked + span:before {
  content: "\F00C";
}
label input[type="checkbox"][disabled].checkbox:checked + span:before,
label input[type="checkbox"][disabled].checkbox + span:before,
label:active input[type="checkbox"][disabled].checkbox:checked + span:before,
label:hover input[type="checkbox"][disabled].checkbox:checked + span:before {
  background: #eee !important;
  border-color: #CCC !important;
  box-shadow: none;
  color: #A7A7A7;
  box-shadow: none !important;
}
/*
 * ANIMATED
 */
/* Navigation icon first level 
.desktop-detected nav > ul > li > a:hover i {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}

.desktop-detected nav > ul > li > a:hover i {
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}*/
/* All dropdowns */
.open > .dropdown-menu {
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: .4s;
  -moz-animation-duration: .4s;
  -o-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active + .ajax-dropdown {
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*
 * GENERAL MOBILE (Applies to all resolutions below 979px)
 */
@media (max-width: 979px) {
  /* mobile lock x-scroll for menu */
  html.hidden-menu-mobile-lock {
    overflow-x: hidden;
  }
  /* Force content to spread 100% */
  #main {
    width: 100% !important;
  }
  /* Footer */
  /* Profile Page */
  .profile-pic > img {
    width: 110px;
  }
  /* Profile Page */
  .profile-pic {
    float: left;
  }
  .profile-pic > img {
    margin-right: 10px;
  }
  .profile-pic + div,
  .profile-pic + div + div {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* added new class per version 1.3 
	html, body {
		overflow-x: hidden !important;
	}*/
  #fullscreen > :first-child > a {
    display: none !important;
  }
  body.container {
    border: none !important;
    width: 100% !important;
  }
  .inbox-data-message > :first-child {
    height: 50px;
    overflow: hidden;
  }
  .show-stats .show-stat-buttons > :first-child {
    padding-right: 13px;
  }
  .show-stats .show-stat-buttons > :last-child {
    padding-left: 13px;
  }
  .inbox-checkbox-triggered > .btn-group .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inbox-body .table-wrap {
    padding: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .inbox-nav-bar {
    padding-left: 5px;
    padding-right: 5px;
  }
  .inbox-data-message > :first-child > :first-child {
    display: block !important;
    font-size: 14px;
  }
  .inbox-table-icon > :first-child {
    margin-top: 12px;
  }
  #inbox-table .inbox-table-icon {
    padding-left: 10px !important;
  }
  /* search header */
  .header-search.pull-right {
    margin-left: 0px;
  }
  /* Visibility */
  .visible-tablet {
    display: inline-block !important;
  }
  .hidden-tablet,
  .display-inline.hidden-tablet {
    display: none !important;
  }
  .jarviswidget header h2 {
    width: 310px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  /* dropzone image fix */
  .dropzone .dz-default.dz-message {
    background-size: 100%;
    width: 200px;
    height: 43px;
    margin-left: -112px;
    margin-top: -23.5px;
  }
}
/* MOBILE LAYOUT STARTS HERE */
/*
 * IPAD HORIZONTAL
 */
@media (min-width: 768px) and (max-width: 979px) {
  #main::after {
    /*content: "IPAD HORIZONTAL";*/
  }
  #main {
    margin-left: 0 !important;
  }
  #left-panel {
    left: -220px;
  }
  /* minified adjustment counter */
  .minified #left-panel {
    left: -45px;
  }
  /* responsive menu button */
  #hide-menu > :first-child > a {
    margin-top: 9px;
    width: 40px;
  }
  .btn-header a {
    margin-top: 9px !important;
    width: 40px !important;
  }
  #hide-menu i {
    color: #6D6A69;
    font-size: 100%;
  }
  .hidden-menu #hide-menu i {
    color: #ffffff;
  }
  #hide-menu i::before {
    content: "\F0C9";
  }
  .hidden-menu #left-panel {
    left: 0;
  }
  .hidden-menu #main {
    position: relative;
    left: 210px;
  }
  .hidden-menu.fixed-ribbon #ribbon {
    left: 220px;
    width: 100%;
  }
  .fixed-ribbon #ribbon {
    left: 0px;
  }
  .jarviswidget header h2 {
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  /*
	 * Header search
	 */
  .header-search > input[type="text"] {
    margin-top: 9px;
  }
}
/*
 * IPAD VERTICAL
 */
@media (min-width: 768px) and (max-width: 880px) {
  #main::after {
    /*content: "IPAD VERTICAL";*/
  }
  #main {
    margin-left: 0;
    overflow-x: hidden;
  }
  #left-panel {
    left: -220px;
  }
  .no-content-padding {
    margin: 0 -14px !important;
  }
  .inbox-nav-bar.no-content-padding {
    margin-top: -10px !important;
  }
  /* minified adjustment counter */
  .minified #left-panel {
    left: 0px;
  }
  /* responsive menu button */
  #hide-menu > :first-child > a,
  .btn-header a {
    margin-top: 5px !important;
    width: 40px !important;
    height: 39px !important;
    line-height: 38px !important;
  }
  #logo {
    margin-top: 10px;
  }
  #logo img {
    width: 127px;
  }
  /* transparent header button */
  .btn-header.transparent a {
    border: none !important;
    background: none;
    margin-left: 0;
    width: 25px !important;
    box-shadow: none !important;
  }
  .btn-header.transparent a:hover {
    color: #A90329;
  }
  #hide-menu i {
    color: #6D6A69;
    font-size: 121%;
  }
  .hidden-menu #hide-menu i {
    color: #ffffff;
  }
  #hide-menu i::before {
    content: "\F0C9";
  }
  .hidden-menu #left-panel {
    left: 0px;
  }
  .hidden-menu #main {
    position: relative;
    left: 210px;
  }
  .hidden-menu.fixed-ribbon #ribbon {
    left: 220px;
    width: 100%;
  }
  .fixed-ribbon #ribbon {
    left: 0px;
  }
  .jarviswidget header h2 {
    width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  /*
	 * Header search
	 */
  .header-search > input[type="text"] {
    margin-top: 9px;
  }
}
/*
 * OTHER DEVICES
 */
@media (max-width: 767px) {
  /* Profile Page */
  .profile-pic > img {
    width: 100px;
  }
  #main::after {
    /*content: "OTHER DEVICES";*/
  }
  #main {
    margin-left: 0px;
    overflow-x: hidden;
  }
  #left-panel {
    left: -220px;
  }
  /* dashboard microcharts */
  .show-stat-microcharts > div {
    margin-top: 0px !important;
    border-right: none !important;
  }
  .show-stat-buttons {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* padding adjustment */
  #content,
  #ribbon {
    padding-left: 5px;
    padding-right: 5px;
  }
  #header {
    padding-right: 5px;
  }
  #logo {
    margin-left: 4px;
  }
  .no-content-padding {
    margin: 0 -5px !important;
  }
  .inbox-nav-bar.no-content-padding {
    margin-top: -10px !important;
  }
  /* minified adjustment counter */
  .minified #left-panel {
    left: 0px;
  }
  /* transparent header button */
  .btn-header.transparent a {
    border: none !important;
    background: none;
    margin-left: 0;
    width: 25px !important;
    box-shadow: none !important;
  }
  .btn-header.transparent a:hover {
    color: #A90329;
  }
  /* responsive menu button */
  #hide-menu > :first-child > a,
  .btn-header a {
    margin-top: 5px !important;
    width: 40px !important;
    height: 39px !important;
    line-height: 38px !important;
  }
  #hide-menu > :first-child > a {
    width: 50px !important;
  }
  #logo {
    margin-top: 10px;
  }
  #logo img {
    width: 127px;
  }
  #hide-menu i {
    color: #6D6A69;
    font-size: 121%;
  }
  .hidden-menu #hide-menu i {
    color: #ffffff;
  }
  #hide-menu i::before {
    content: "\F0C9";
  }
  .hidden-menu #left-panel {
    left: 0px;
  }
  .hidden-menu #main {
    position: relative;
    left: 210px;
  }
  .hidden-menu.fixed-ribbon #ribbon {
    left: 220px;
    width: 100%;
  }
  .fixed-ribbon #ribbon {
    left: 0px;
  }
  /*.fixed-navigation #left-panel {
		position:absolute !important;
	}*/
  body.fixed-navigation.hidden-menu {
    overflow: hidden !important;
  }
  /*
	 * fixed ribbon
	 */
  .fixed-ribbon #content {
    padding-top: 52px;
  }
  /*
	 * header search
	 */
  .header-search {
    display: none;
  }
  #search-mobile {
    display: block;
  }
  .search-mobile .header-search {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 72px;
    background: #333;
    padding: 0 2px;
    box-sizing: border-box;
    left: 0px;
  }
  .search-mobile .header-search > input[type="text"] {
    margin-top: 2px;
    height: 45px;
    border-color: #333;
    padding-right: 75px;
  }
  .search-mobile .header-search > button {
    height: 29px;
    line-height: 29px;
    background: #DDDDDD;
  }
  .search-mobile .header-search > button {
    right: 44px;
  }
  .search-mobile #search-mobile {
    display: none;
  }
  .search-mobile #cancel-search-js {
    display: block;
  }
  .jarviswidget header h2 {
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
/*
 * ANDROID
 */
@media only screen and (min-width: 0px) and (max-width: 679px) {
  /* Profile Page */
  .profile-pic > img {
    width: 90px;
  }
  #main::after {
    /*content: "ANDROID";*/
  }
  #main {
    margin-left: 0;
    overflow-x: hidden;
  }
  #left-panel {
    left: -220px;
  }
  /* dashboard microcharts */
  .show-stat-microcharts > div {
    margin-top: 0px !important;
    border-right: none !important;
  }
  .show-stat-buttons {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* padding adjustment */
  #content,
  #ribbon {
    padding-left: 5px;
    padding-right: 5px;
  }
  #header {
    padding-right: 5px;
  }
  #logo {
    margin-left: 4px;
  }
  .no-content-padding {
    margin: 0 -5px !important;
  }
  .inbox-nav-bar.no-content-padding {
    margin-top: -10px !important;
  }
  /* minified adjustment counter */
  .minified #left-panel {
    left: 0px;
  }
  /* header color altered and adjusted for mobile view & contrast */
  #header {
    background: #ffffff;
  }
  #ribbon {
    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #E6E6E6;
    background: #F5F5F5;
  }
  #ribbon .breadcrumb a,
  #ribbon .breadcrumb {
    color: #6D6C6C !important;
  }
  #ribbon .breadcrumb > .active,
  #ribbon .breadcrumb li:last-child {
    color: #333 !important;
  }
  /* responsive menu button */
  #hide-menu > :first-child > a,
  .btn-header a {
    margin-top: 5px !important;
    width: 40px !important;
    height: 39px !important;
    line-height: 38px !important;
  }
  #hide-menu > :first-child > a {
    width: 50px !important;
  }
  #logo {
    margin-top: 10px;
  }
  #logo img {
    width: 127px;
  }
  /* transparent header button */
  .btn-header.transparent a {
    border: none !important;
    background: none;
    margin-left: 0;
    width: 25px !important;
    box-shadow: none !important;
  }
  .btn-header.transparent a:hover {
    color: #A90329;
  }
  /* menu btn cont... */
  #hide-menu i {
    color: #6D6A69;
    font-size: 121%;
  }
  .hidden-menu #hide-menu i {
    color: #ffffff;
  }
  #hide-menu i::before {
    content: "\F0C9";
  }
  .hidden-menu #left-panel {
    left: 0;
  }
  .hidden-menu #main {
    position: relative;
    left: 210px;
  }
  .hidden-menu.fixed-ribbon #ribbon {
    left: 220px;
    width: 100%;
  }
  .fixed-ribbon #ribbon {
    left: 0px;
  }
  /*
	 * header search
	 */
  .header-search {
    display: none;
  }
  #search-mobile {
    display: block;
  }
  .search-mobile .header-search {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 72px;
    background: #333;
    padding: 0 2px;
    box-sizing: border-box;
    left: 0px;
  }
  .search-mobile .header-search > input[type="text"] {
    margin-top: 2px;
    height: 45px;
    border-color: #333;
    padding-right: 75px;
  }
  .search-mobile .header-search > button {
    height: 29px;
    line-height: 29px;
    background: #DDDDDD;
  }
  .search-mobile .header-search > button {
    right: 44px;
  }
  .search-mobile #search-mobile {
    display: none;
  }
  .search-mobile #cancel-search-js {
    display: block;
  }
  .hidden-tablet {
    display: none !important;
  }
  .jarviswidget header h2 {
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
/*
 * IPHONE
 */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* Hide headings on phones as its not needed*/
  .page-title {
    display: none;
  }
  /* Profile Page */
  .profile-pic {
    text-align: left;
  }
  .profile-pic > img {
    width: 90px;
    margin-left: 0px;
    top: -25px;
    margin-right: 0px;
  }
  .profile-pic + div > h1 {
    font-size: 20px;
  }
  .profile-pic + div > h1 small {
    font-size: 16px;
  }
  .profile-carousel .carousel-indicators {
    top: 10px;
  }
  #main::after {
    /*content: "IPHONE";*/
  }
  #main {
    margin-left: 0;
    overflow-x: hidden;
  }
  #left-panel {
    left: -220px;
  }
  /* dashboard microcharts */
  .show-stat-microcharts > div {
    margin-top: 0px !important;
    border-right: none !important;
  }
  .show-stat-buttons {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* padding adjustment */
  #content,
  #ribbon {
    padding-left: 5px;
    padding-right: 5px;
  }
  #header {
    padding-right: 5px;
  }
  #logo {
    margin-left: 4px;
  }
  .no-content-padding {
    margin: 0 -5px !important;
  }
  .inbox-nav-bar.no-content-padding {
    margin-top: -10px !important;
  }
  /* minified adjustment counter */
  .minified #left-panel {
    left: 0px;
  }
  /* header color altered and adjusted for mobile view & contrast */
  #header {
    background: #ffffff;
  }
  #ribbon {
    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #E6E6E6;
    background: #F5F5F5;
  }
  #ribbon .breadcrumb a,
  #ribbon .breadcrumb {
    color: #6D6C6C !important;
  }
  #ribbon .breadcrumb > .active,
  #ribbon .breadcrumb li:last-child {
    color: #333 !important;
  }
  /* lego width adjustment */
  /* spark line top */
  #sparks {
    text-align: center;
    background: #E0E0E0;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  #sparks li {
    padding: 0 10px 0 20px;
  }
  /* responsive menu button */
  #hide-menu > :first-child > a,
  .btn-header a {
    margin-top: 5px !important;
    width: 40px !important;
    height: 39px !important;
    line-height: 38px !important;
  }
  #logo {
    margin-top: 10px;
  }
  #logo img {
    width: 127px;
  }
  /* transparent header button */
  .btn-header.transparent a {
    border: none !important;
    background: none;
    margin-left: 0;
    width: 25px !important;
    box-shadow: none !important;
  }
  .btn-header.transparent a:hover {
    color: #A90329;
  }
  #hide-menu > :first-child > a {
    width: 46px !important;
  }
  #hide-menu i {
    color: #6D6A69;
    font-size: 121%;
  }
  .hidden-menu #hide-menu i {
    color: #ffffff;
  }
  #hide-menu i::before {
    content: "\F0C9";
  }
  .hidden-menu #left-panel {
    left: 0px;
  }
  .hidden-menu #main {
    position: relative;
    left: 210px;
  }
  .hidden-menu.fixed-ribbon #ribbon {
    left: 220px;
    width: 100%;
  }
  .fixed-ribbon #ribbon {
    left: 0px;
  }
  /* #*$^& Bootstrap 3 ! */
  .hidden-mobile {
    display: none !important;
  }
  .visible-mobile {
    display: inline-block !important;
  }
  /* activity panel */
  .ajax-notifications {
    height: 250px;
  }
  .ajax-dropdown {
    width: 299px;
    height: 320px;
    left: 0;
    top: 72px;
  }
  .ajax-dropdown:before {
    margin-left: -14px;
  }
  .ajax-dropdown:after {
    margin-left: -13px;
  }
  /*
	 * header search
	 */
  .header-search {
    display: none;
  }
  #search-mobile {
    display: block;
    margin-left: 0;
  }
  .search-mobile .header-search {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 72px;
    background: #333;
    padding: 0 2px;
    box-sizing: border-box;
    left: 0px;
  }
  .search-mobile .header-search > input[type="text"] {
    margin-top: 2px;
    height: 45px;
    border-color: #333;
    padding-right: 75px;
  }
  .search-mobile .header-search > button {
    height: 29px;
    line-height: 29px;
    background: #DDDDDD;
  }
  .search-mobile .header-search > button {
    right: 44px;
  }
  .search-mobile #search-mobile {
    display: none;
  }
  .search-mobile #cancel-search-js {
    display: block;
  }
  /* widget headers width */
  .jarviswidget header h2 {
    width: 135px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@-ms-viewport {
}
/*!
 * SmartAdmin - Responsive WebApp
 *
 * Copyright 2014 bootstraphunter.com
 * Designed and built with all the love in the world by @bootstraphunt.
 */
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left;
}
div.dataTables_length select {
  width: 75px;
}
div.dataTables_filter label {
  font-weight: normal;
  float: right;
}
div.dataTables_filter input {
  width: 16em;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}
table.dataTable thead .sorting {
  background: url('/styles/img/sort_both.png') no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url('/styles/img/sort_asc.png') no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url('/styles/img/sort_desc.png') no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url('/styles/img/sort_asc_disabled.png') no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url('/styles/img/sort_desc_disabled.png') no-repeat center right;
}
table.dataTable thead > tr > th {
  padding-left: 18px;
  padding-right: 18px;
}
table.dataTable th:active {
  outline: none;
}
/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}
/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
  border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
/*
 * TableTools styles
 */
/* conflicting styles with bootstrap 
.table tbody tr.active td,
.table tbody tr.active th {
	background-color: #08C;
	color: white;
}

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

.table tbody tr.active a {
	color: white;
} 

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
} */
table.DTTT_selectable tbody tr {
  cursor: pointer;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}
div.DTTT_collection_background {
  z-index: 2002;
}
/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0;
}
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
}
/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
  margin: 0 !important;
}
table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
  background: url('/styles/img/plus.png') no-repeat 5px center;
  padding-left: 32px;
  cursor: pointer;
}
table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander {
  background: url('/styles/img/minus.png') no-repeat 5px center;
}
table.has-columns-hidden > tbody > tr.row-detail > td {
  background: #eee;
}
table.has-columns-hidden > tbody > tr.row-detail > td > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTitle {
  font-weight: bold;
}
.dt-toolbar {
  display: block;
  position: relative;
  padding: 6px 7px 1px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  background: #fafafa;
}
.dt-toolbar-footer {
  background: #fafafa;
  font-size: 11px;
  overflow: hidden;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px #fff;
  -moz-box-shadow: inset 0 1px #fff;
  -ms-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
}
.dt-toolbar > :first-child,
.dt-toolbar-footer > :first-child {
  padding-left: 0px !important;
}
.dt-toolbar > :last-child,
.dt-toolbar-footer > :last-child {
  padding-right: 0px !important;
}
table.dataTable thead .sorting {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAdSURBVAjXY8AJHID4AQMD4wcGBuYfDAzsfxgIAQCkSQQQkGx5MAAAAABJRU5ErkJggg==) no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAcSURBVAjXYyAE2P8wMDD/YGBg/ADkPABiB5xKAZDZBBBG27rUAAAAAElFTkSuQmCC) no-repeat center right;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-color: #eeeeee;
}
.dataTables_empty {
  padding: 20px 10px !important;
  font-size: 14px;
  text-align: center;
  color: #575757;
}
.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 10px;
}
table.dataTable thead > tr > th,
table.dataTable tfoot > tr > th {
  padding-left: 9px !important;
}
table.dataTable thead > tr > th > input,
table.dataTable tfoot > tr > th > input {
  width: 100% !important;
  font-weight: normal;
}
table.dataTable thead > tr > th.hasinput {
  padding: 6px !important;
}
div.dataTables_info {
  padding-top: 9px;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #969696;
}
/*
 * Double lines in thead tfoot
 */
.dataTable thead > tr > th {
  border-left: none !important;
}
/* checkbox */
.dataTable input[type=checkbox].checkbox,
.dataTable input[type=radio].radiobox {
  left: -999px;
}
table.dataTable thead > tr > th.sorting_disabled {
  padding-right: 9px !important;
}
/*
 * DT FIlter
 */
.dataTables_filter {
  float: left;
  width: 100%;
}
.dataTables_filter .input-group-addon {
  width: 32px;
  margin-top: 0px;
  float: left;
  height: 32px;
  padding-top: 8px;
}
.dataTables_filter > label,
.dataTables_filter > label input {
  height: 32px;
}
.dataTables_filter .input-group-addon + .form-control {
  float: left;
}
/*
 * LTR filter position
 */
.dt-toolbar > :first-child .dataTables_filter > :only-child,
.dt-toolbar > :first-child .DTTT,
.dt-toolbar > :first-child .pagination,
.dt-toolbar > :first-child .dataTables_length {
  float: left !important;
}
.dt-toolbar > :last-child .dataTables_filter > :only-child,
.dt-toolbar > :last-child .DTTT,
.dt-toolbar > :last-child .pagination,
.dt-toolbar > :last-child .dataTables_length {
  float: right;
}
/* bottom portion */
.dt-toolbar-footer > :first-child .dataTables_filter > :only-child,
.dt-toolbar-footer > :first-child .DTTT,
.dt-toolbar-footer > :first-child .pagination,
.dt-toolbar-footer > :first-child .dataTables_length {
  float: left;
}
.dt-toolbar-footer > :last-child .dataTables_filter > :only-child,
.dt-toolbar-footer > :last-child .DTTT,
.dt-toolbar-footer > :last-child .pagination,
.dt-toolbar-footer > :last-child .dataTables_length {
  float: right;
}
/*
 * PRINT
 */
body.DTTT_Print {
  background: #fff !important;
}
.DTTT_Print #main {
  margin: 0px !important;
}
.DTTT_PrintMessage {
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}
.DTTT_Print table.dataTable {
  margin-top: 0px !important;
}
.DTTT_Print .dataTables_wrapper table {
  border: 1px solid #C7C7C7 !important;
}
/*
 * COLUMN SHOW/HIDE
 */
div.ColVis {
  margin-bottom: 0px !important;
}
ul.ColVis_collection {
  width: 127px;
}
ul.ColVis_collection li span {
  vertical-align: 3px;
}
ul.ColVis_collection li label {
  margin-bottom: 0px !important;
}
/*
 * Processing Fix
 */
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
/* custom font icon */
.dataTable tbody .details-control {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.dataTable tbody .details-control:before {
  font-family: 'FontAwesome';
  content: "\F055";
  font-size: 1.4em;
  color: #739E73;
}
.dataTable tbody .shown .details-control:before {
  content: "\F056";
  color: #A90329;
}
.dataTable tbody .shown + tr > td {
  padding: 0px !important;
}
.dataTable tbody .shown {
  background: rgba(205, 209, 98, 0.2) !important;
}
.dataTable tbody .shown > td {
  background: none !important;
}
.dataTable tbody .shown + tr > td > table > tbody > tr:last-child {
  border-bottom: 1px solid #c2c2c2;
}
.dataTable tbody .shown + tr > td > table tbody tr {
  background-color: rgba(205, 209, 98, 0.05) !important;
}
.dataTable tbody .shown .table > tbody > tr > td {
  border: none !important;
}
.table-bordered .progress {
  background: #fff !important;
  -webkit-box-shadow: 0 1px 0 transparent,0 0 0 1px #D6D6D6 inset;
  -moz-box-shadow: 0 1px 0 transparent,0 0 0 1px #D6D6D6 inset;
  box-shadow: 0 1px 0 transparent,0 0 0 1px #D6D6D6 inset;
}
/* datatable scroll-y bug fix for firefox */
.dataTables_scroll .dataTables_scrollHead,
.dataTables_scroll .dataTables_scrollBody,
.dataTables_scroll + .dt-toolbar-footer {
  float: left;
}
.dataTables_scroll + .dt-toolbar-footer {
  width: 100%;
}
.dataTables_scroll .dataTables_scrollHeadInner {
  margin-top: -6px;
}
.dataTables_scroll .dataTables_scrollHead {
  background: #f4f4f4;
}
/*

	 Copyright 2013 - SmartAdmin : WebApp (Sunny)
	
	 * This is part of an item on wrapbootstrap.com
	 * https://wrapbootstrap.com/user/myorange
	 * ==================================
	
	 Table of Contents
	 ---------------------------------------------------------------
	
	 - Main
	 - Header
	 - Content
	 - Edit box
	 - Timestamp
	 - Helpers
	 - Fullscreen
	 - Styling
	 - Custom styles
	 - Icons - A few used examples
	 - RTL support
	 - Clearfix
	 - Examples (minimalistic in grid)
	 - Examples (lists)
	
	 */
/*
	 * MAIN
	 */
article.sortable-grid {
  min-height: 30px;
}
.jarviswidget {
  margin: 0 0 30px 0;
  position: relative;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}
.widget-content-padding {
  padding: 20px;
}
.widget-content-padding .well {
  margin-bottom: 0px;
}
/*
	 * HEADER
	 */
.jarviswidget > header {
  height: 34px;
  padding: 0;
  line-height: 40px;
}
.jarviswidget > header > .widget-icon {
  display: block;
  width: 30px;
  height: 32px;
  position: relative;
  float: left;
  font-size: 111%;
  line-height: 32px;
  text-align: center;
  margin-right: -10px;
}
.jarviswidget > header h2 {
  height: 100%;
  width: auto;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0;
  line-height: 34px;
  font-weight: normal;
  letter-spacing: 0px;
}
.jarviswidget > header > h2 {
  margin-left: 10px;
  float: left;
}
.jarviswidget > header > :first-child.widget-icon {
  margin-left: 0;
}
.jarviswidget > header .jarviswidget-icon {
  width: 16px;
  height: 16px;
  float: left;
  margin: 12px 10px 0 0;
  display: block;
  zoom: 1;
  z-index: 4000;
}
.ui-sortable .jarviswidget-sortable > header {
  cursor: move;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: normal;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.ui-sortable .jarviswidget-sortable.jarviswidget-collapsed > header {
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.jarviswidget-ctrls {
  width: auto;
  float: right;
  padding: 0;
  margin: 0;
}
.jarviswidget-ctrls .button-icon {
  min-width: 30px;
  height: 32px;
  float: left;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.jarviswidget-ctrls .button-icon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.jarviswidget-loader {
  width: 32px;
  height: 32px;
  margin: 0;
  float: right;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  text-align: center;
  line-height: 32px;
  font-size: 111%;
}
/*
	 * CONTENT
	 */
.jarviswidget > div {
  float: left;
  width: 100%;
  position: relative;
  font-size: 13px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-top: none;
  border-right-color: #CCC !important;
  border-bottom-color: #CCC !important;
  border-left-color: #CCC !important;
  padding: 13px 13px 0px;
  overflow: visible;
}
.jarviswidget .widget-body {
  min-height: 100px;
  position: relative;
  padding-bottom: 13px;
}
.jarviswidget .widget-body.widget-hide-overflow {
  overflow: hidden;
}
.widget-toolbar.no-border {
  border-left: none;
}
.widget-body.no-padding {
  margin: -13px -13px 0px;
}
.widget-body.no-padding .alert {
  margin: 0 0 10px;
  padding: 10px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-width: 0px 0px 1px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}
.jarviswidget.well.transparent .widget-body.no-padding {
  margin: 0px !important;
}
.widget-body > table {
  margin-bottom: 0;
}
.widget-body.no-padding .cke_chrome,
.no-padding .md-editor {
  border: none;
}
.widget-toolbar > .smart-form {
  margin-top: 2px;
}
.widget-toolbar > .smart-form .toggle:last-child {
  font-size: 12px;
  line-height: 29px;
}
.widget-toolbar  > .smart-form .radio input + i,
.widget-toolbar  > .smart-form .checkbox input + i,
.widget-toolbar  > .smart-form .toggle input + i {
  border-width: 1px;
  border-color: #C7C7C7 !important;
  margin-top: 1px;
  box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
  -webkit-box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
  -moz-box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
}
/*
	 * WELL WIDGET
	 */
.jarviswidget.well {
  margin: 0 0 30px 0;
}
.jarviswidget.well > div {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.jarviswidget.well header {
  display: none;
}
/*
	 * WIDGET FOOTER
	 */
.widget-footer {
  display: block;
  min-height: 32px;
  vertical-align: middle;
  position: relative;
  background-color: #F8F7F7;
  padding: 5px;
  border-top: 1px solid #E4E4E4;
  text-align: right;
  margin: 0px -13px -13px;
}
.no-padding .widget-footer {
  margin: 0;
}
.widget-footer.smart-form > label {
  margin-top: 4px;
  display: block;
}
/*
	 * EDIT BOX
	 */
.jarviswidget-editbox {
  display: none;
  padding: 10px;
}
/*.jarviswidget-editbox div {
		width: 100%;
		float: left;
		margin-bottom: 0;
	}
	.jarviswidget-editbox label {
		width: 80px;
		height: 26px;
		float: left;
		line-height: 26px;
		font-weight: bold;
		margin-bottom:0;
	}
	.jarviswidget-editbox input {
		width: 200px;
		height: 24px;
		padding: 0 5px;
		border: 1px solid #666;
	}
	.jarviswidget-editbox span {
		height: 26px;
		width: 26px;
		float: left;
		margin: 0 5px 0 0;
		cursor: pointer;
	}*/
/*
	 * TIMESTAMP
	 */
.jarviswidget-timestamp {
  font-size: 12px;
  color: #868686;
  font-style: italic;
  margin: 10px 0 0;
}
/*
	 * HELPERS
	 */
.jarviswidget-placeholder {
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 28px;
  /* adjusted from 28px */
  padding: 0;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*
	 * FULL SCREEN
	 */
body.nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
#jarviswidget-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
}
#jarviswidget-fullscreen-mode .jarviswidget {
  margin: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#jarviswidget-fullscreen-mode .jarviswidget > div {
  overflow-y: scroll;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#jarviswidget-fullscreen-mode > div > header {
  cursor: default;
}
/*
	 * WIDGET BODY TOOLBAR
	 */
.widget-body-toolbar,
.smart-form.widget-body-toolbar {
  display: block;
  padding: 8px 10px;
  margin: -13px -13px 13px;
  min-height: 42px;
  border-bottom: 1px solid #ccc;
  background: #fafafa;
}
.no-padding.widget-body-toolbar,
.no-padding .widget-body-toolbar,
.no-padding .smart-form.widget-body-toolbar {
  display: block;
  margin: 0px;
}
.widget-body-toolbar.smart-form .inline-group,
.smart-form .widget-body-toolbar .inline-group {
  float: left;
  margin-top: 4px;
}
.widget-body-toolbar .btn {
  vertical-align: middle;
}
.widget-body-toolbar .btn-xs {
  margin-top: 5px;
}
/*
	 * WIDGET BODY AJAX LOAD
	 */
.widget-body-ajax-loading::before {
  content: url('/styles/img/ajax-loader.gif');
  padding-top: 18%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  z-index: 1;
  width: 100%;
  position: absolute;
}
.widget-body-ajax-loading:hover {
  cursor: wait !important;
}
/*
	 * STYLING
	 * Default
	 */
.jarviswidget > header {
  color: #333;
  border: 1px solid #C2C2C2;
  background: #fafafa;
}
.jarviswidget > div {
  background-color: #fff !important;
}
.jarviswidget-editbox {
  border-bottom: 1px solid #B1B1B1;
  background-color: #fff;
  margin: -13px -13px 13px;
}
.no-padding .jarviswidget-editbox {
  margin: 0 0 10px;
}
.jarviswidget-placeholder {
  background-color: #FFC;
  border: 1px dashed #A7A7A7;
}
/*
	 * CUSTOM STYLES
	 */
/* remove colors */
.jarviswidget-remove-colors {
  color: #333 !important;
  padding: 0 !important;
  background: none !important;
}
/* magenta theme */
.jarviswidget-color-magenta > header {
  border-color: #643167 !important;
  background: #6e3671;
  color: #ffffff;
}
.jarviswidget-color-magenta  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-magenta .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-magenta .nav-tabs li a:hover {
  color: #333 !important;
}
/* pink theme */
.jarviswidget-color-pink > header {
  border-color: #a24d7f !important;
  background: #ac5287;
  color: #ffffff;
}
.jarviswidget-color-pink  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-pink .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-pink .nav-tabs li a:hover {
  color: #333 !important;
}
/* pinkDark theme */
.jarviswidget-color-pinkDark > header {
  border-color: #a27998 !important;
  background: #a8829f;
  color: #ffffff;
}
.jarviswidget-color-pinkDark  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-pinkDark .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-pinkDark .nav-tabs li a:hover {
  color: #333 !important;
}
/* yellow theme */
.jarviswidget-color-yellow > header {
  border-color: #aa9452 !important;
  background: #b09b5b;
  color: #ffffff;
}
.jarviswidget-color-yellow  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-yellow .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-yellow .nav-tabs li a:hover {
  color: #333 !important;
}
/* orange theme */
.jarviswidget-color-orange > header {
  border-color: #ba871f !important;
  background: #C79121;
  color: #ffffff;
}
.jarviswidget-color-orange  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-orange .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-orange .nav-tabs li a:hover {
  color: #333 !important;
}
/* orangeDark theme */
.jarviswidget-color-orangeDark > header {
  border-color: #b1811d !important;
  background: #b6841e;
  color: #ffffff;
}
.jarviswidget-color-orangeDark  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-orangeDark .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-orangeDark .nav-tabs li a:hover {
  color: #333 !important;
}
/* darken theme */
.jarviswidget-color-darken > header {
  border-color: #383838 !important;
  background: #404040;
  color: #ffffff;
}
.jarviswidget-color-darken  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-darken  > .nav-tabs  > li:not(.active)  > a {
  color: #ffffff !important;
}
.jarviswidget-color-darken .nav-tabs li a:hover {
  color: #333 !important;
}
/* purple theme */
.jarviswidget-color-purple > header {
  border-color: #665271 !important;
  background: #6E587A;
  color: #ffffff;
}
.jarviswidget-color-purple  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-purple .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-purple .nav-tabs li a:hover {
  color: #333 !important;
}
/* teal theme */
.jarviswidget-color-teal > header {
  border-color: #508180 !important;
  background: #568a89;
  color: #ffffff;
}
.jarviswidget-color-teal  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-teal .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-teal .nav-tabs li a:hover {
  color: #333 !important;
}
/* teal theme */
.jarviswidget-color-blueDark > header {
  border-color: #45474b !important;
  background: #4c4f53;
  color: #ffffff;
}
.jarviswidget-color-blueDark  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-blueDark .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-blueDark .nav-tabs li a:hover {
  color: #333 !important;
}
/* blue theme */
.jarviswidget-color-blue > header {
  border-color: #45474b !important;
  background: #4c4f53;
  color: #ffffff;
}
.jarviswidget-color-blue  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-blue .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-blue .nav-tabs li a:hover {
  color: #333 !important;
}
/* blueLight theme */
.jarviswidget-color-blueLight > header {
  border-color: #a0aeb3 !important;
  background: #cbd2d5;
  color: #000;
}
.jarviswidget-color-blueLight  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-blueLight .nav-tabs li:not(.active) a {
  color: #2b363c !important;
}
.jarviswidget-color-blueLight .nav-tabs li a:hover {
  color: #2b363c !important;
}
/* red theme */
.jarviswidget-color-red > header {
  border-color: #9a0325 !important;
  background: #a90329;
  color: #ffffff;
}
.jarviswidget-color-red  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-red .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-red .nav-tabs li a:hover {
  color: #333 !important;
}
/* redLight theme */
.jarviswidget-color-redLight > header {
  border-color: #9c5353 !important;
  background: #a65858;
  color: #ffffff;
}
.jarviswidget-color-redLight  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-redLight .nav-tabs li:not(.active) a {
  color: #fff !important;
}
.jarviswidget-color-redLight .nav-tabs li a:hover {
  color: #333 !important;
}
/* white theme */
.jarviswidget-color-white > header {
  border-color: #cccccc !important;
  background: #ffffff;
  color: #666666;
}
.jarviswidget-color-white  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-white .nav-tabs li:not(.active) a {
  color: #808080 !important;
}
.jarviswidget-color-white .nav-tabs li a:hover {
  color: #808080 !important;
}
/* greenDark theme */
.jarviswidget-color-greenDark > header {
  border-color: #436043 !important;
  background: #496949;
  color: #ffffff;
}
.jarviswidget-color-greenDark  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-greenDark .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-greenDark .nav-tabs li a:hover {
  color: #333 !important;
}
/* green theme */
.jarviswidget-color-green > header {
  border-color: #306430 !important;
  background: #356e35;
  color: #ffffff;
}
.jarviswidget-color-green  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-green .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}
.jarviswidget-color-green .nav-tabs li a:hover {
  color: #333 !important;
}
/* greenLight theme */
.jarviswidget-color-greenLight > header {
  border-color: #687a3a !important;
  background: #71843f;
  color: #ffffff;
}
.jarviswidget-color-greenLight  > header  > .jarviswidget-ctrls a,
.jarviswidget-color-greenLight .nav-tabs li:not(.active) a {
  color: #fff !important;
}
.jarviswidget-color-greenLight .nav-tabs li a:hover {
  color: #333 !important;
}
/* 
	 * WIDGET COLOR DROPDOWN
	 * 
	 */
.color-select {
  list-style: none;
  margin: 0;
  padding: 4px;
  min-width: 166px;
  max-width: 156px;
  right: -3px;
}
.color-select li {
  display: block;
  margin: 2px;
  float: left;
}
.color-select li span:hover {
  border: 3px solid rgba(0, 0, 0, 0.2);
}
.color-select li span,
.color-box {
  display: block;
  width: 22px;
  height: 22px;
  padding: 0;
  background: #333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.color-box {
  position: relative;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.3) !important;
}
.color-box:hover,
.open .color-box {
  outline: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.color-box:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
}
.color-box:active {
  top: 1px;
  left: 1px;
}
.widget-toolbar > .color-box {
  margin-top: 7px;
  width: 18px;
  height: 18px;
  outline: 1px solid rgba(0, 0, 0, 0.2);
}
.widget-toolbar .dropdown-menu.color-select {
  right: -1px;
}
.widget-toolbar  > .color-box:hover,
.widget-toolbar  > .color-box:active,
.widget-toolbar  > .color-box:focus {
  outline: 1px solid rgba(0, 0, 0, 0.25) !important;
}
/*
	 * ICONS
	 */
.jarviswidget-ctrls a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #333;
}
/*
	 * RTL - SUPPORT
	 
	
	.rtl .jarviswidget > header {
		padding: 0 7px 0 0;
	}
	.rtl .jarviswidget > header h2 {
		float: right;
		text-align: right
	}
	.rtl .jarviswidget > header .jarviswidget-icon {
		float: right;
		margin: 12px 0 0 7px;
	}
	.rtl .jarviswidget-ctrls {
		float: left;
		padding: 10px 0 0 3px;
		margin: 0;
	}
	.rtl .jarviswidget-ctrls .button-icon {
		margin: 0 0 5px 5px;
	}
	.rtl .jarviswidget-loader {
		float: left;
	}*/
/*
	 * CLEARFIX
	 */
.jarviswidget:before,
.jarviswidget:after,
.jarviswidget > div:before,
.jarviswidget > div:after,
.inner-spacer:before,
.inner-spacer:after,
.jarviswidget-editbox:before,
.jarviswidget-editbox:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.jarviswidget:after,
.jarviswidget > div:after,
.inner-spacer:after,
.jarviswidget-editbox:after,
.clearfix:after {
  clear: both;
}
.jarviswidget,
.jarviswidget > div,
.inner-spacer:after,
.jarviswidget-editbox,
.clearfix {
  zoom: 1;
  /*IE*/
}
.jarviswidget > div {
  box-sizing: border-box;
}
/*
	 * WIDGET TOOLBARS
	 */
.widget-toolbar {
  display: inline-block;
  float: right;
  width: auto;
  height: 32px;
  line-height: 32px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  cursor: pointer;
  padding: 0 8px;
  text-align: center;
}
.widget-toolbar > :first-child {
  text-align: left;
}
/*
	 * WIDGET TOOLBAR COMPONENTS
	 */
/*
		 * TABS
		 */
.jarviswidget header .nav-tabs {
  border-bottom-color: transparent;
}
.jarviswidget header .nav-tabs > li > a {
  border-radius: 0px;
  border: none;
  padding: 7px 15px 6px;
}
.jarviswidget header:first-child .nav-tabs {
  float: left;
}
.jarviswidget header:first-child .nav-tabs li {
  padding-left: 0;
}
.jarviswidget header:first-child .nav-tabs li a {
  color: #333;
}
.jarviswidget header:first-child .nav-tabs.pull-right li:last-child a {
  margin-right: 0px !important;
  border-right: none !important;
}
.jarviswidget header .nav-tabs  > li.active  > a,
.jarviswidget header .nav-tabs  > li.active  > a:hover,
.jarviswidget header .nav-tabs  > li.active  > a:focus {
  color: #555;
  background-color: #FFF;
  border: 1px solid #C2C2C2;
  border-bottom-color: transparent;
  border-top: none;
  cursor: default;
}
/*
		 * PILLS
		 */
.jarviswidget header .nav-pills {
  margin: 3px;
}
.jarviswidget header .nav-pills > li > a {
  padding: 3px 5px 4px;
}
/*
		 * BTN GROUPS
		 */
.widget-toolbar .btn-group {
  margin-top: -3px;
}
/*
		 * BTNs
		 */
.widget-toolbar > .btn {
  margin-top: -3px;
  font-size: 12px !important;
  padding: 1px 8px !important;
}
/*
		 * INPUT
		 */
.widget-toolbar .smart-form label.checkbox,
.widget-toolbar .smart-form label.radio {
  line-height: 29px;
}
/*
		 * LABELS
		 */
.widget-toolbar > .label {
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 4px 7px;
}
/*
		 * BADGE
		 */
.widget-toolbar > .badge {
  padding: 5px 5px;
  font-size: 14px;
  border-radius: 50%;
  font-weight: normal;
  min-width: 24px;
  text-align: center !important;
}
/*
		 * PROGRESS BARS
		 */
.widget-toolbar .progress {
  width: 130px;
  margin: 7px 0 0 0;
  height: 18px !important;
  font-size: 12px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #D1D1D1 inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #D1D1D1 inset;
  -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #D1D1D1 inset;
}
.widget-toolbar .progress-bar {
  font-size: 12px;
}
/*
		 * PAGINATION
		 */
.widget-toolbar .pagination {
  margin: 4px 0;
}
.widget-toolbar .pagination > li > a {
  padding: 2px 7px;
}
/*
		 * TEXT INPUT
		 */
.widget-toolbar .widget-text-input {
  max-width: 220px;
}
.widget-toolbar input[type='text'] {
  height: 28px !important;
  margin-top: 2px;
}
.widget-toolbar.smart-form .icon-append,
.widget-toolbar.smart-form .icon-prepend,
.widget-toolbar .smart-form .icon-append,
.widget-toolbar .smart-form .icon-prepend {
  top: 3px !important;
}
/*
 * Enhancements for other plugins 
 */
#jarviswidget-fullscreen-mode .fc-grid .fc-day-number {
  padding: 5px 12px;
  font-size: 40px;
}
/*!
 * Select2 4.0.1
 * https://select2.github.io
 *
 * Released under the MIT license
 * https://github.com/select2/select2/blob/master/LICENSE.md
 */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-selection,
.select2-container .select2-choice {
  display: block;
  height: 32px;
  padding: 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 32px;
  color: #444;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  /* rtl settings */
}
.smart-rtl .select2-selection,
.smart-rtl .select2-container .select2-choice {
  text-align: right;
  margin-right: -1px;
}
.select2-container--above .select2-selection,
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  /*background: url('@{base-url}/select2.png') right top no-repeat;*/
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  /*background-position: right -11px;*/
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background: #fff;
  filter: alpha(opacity=0);
}
.select2-dropdown,
.select2-drop {
  margin-top: -1px;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-top: 0;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  /* rtl settings */
}
.smart-rtl .select2-dropdown,
.smart-rtl .select2-drop {
  direction: rtl;
  text-align: right;
}
.select2-drop-auto-width {
  border-top: 1px solid #ccc;
  width: auto;
}
.select2-container--open .select2-dropdown--above .select2-search,
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container--open .select2-dropdown.select2-dropdown--above,
.select2-drop.select2-drop-above {
  margin-bottom: 0px;
  border-top: 1px solid #5D98CC;
  border-top-width: 3px;
  border-bottom: 0;
  margin-top: 1px;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-container--open .select2-dropdown,
.select2-drop-active {
  border: 1px solid #5D98CC;
  border-top: none;
  border-bottom-width: 3px;
}
.select2-container--open .select2-dropdown--above,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-width: 3px;
}
.select2-selection__arrow,
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 34px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  background-clip: padding-box;
  background: #eee;
  /* rtl settings */
}
.smart-rtl .select2-selection__arrow,
.smart-rtl .select2-container .select2-choice .select2-arrow {
  border-left: none;
  border-right: 1px solid #ccc;
  left: 0;
  right: auto;
}
.select2-selection__arrow b,
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 14px;
}
.select2-selection__arrow b:before,
.select2-container .select2-choice .select2-arrow b:before {
  content: "\F107";
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 29px;
  padding: 6px 20px 5px 10px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: linear-gradient(top, #fff 85%, #eee 99%);
  /* rtl settings */
}
.smart-rtl .select2-search input {
  padding: 6px 10px 5px 20px;
}
.select2-search:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\F002";
  top: 50%;
  margin-top: -8px;
  right: 10px;
  color: #686868 !important;
  /* rtl settings */
}
.smart-rtl .select2-search:before {
  left: 10px;
  right: auto;
}
.select2-drop.select2-drop-above .select2-search:before {
  margin-top: -5px;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-drop.select2-drop-above .select2-search:before {
  top: 34%;
}
.select2-search input.select2-active {
  background: #fff url('/styles/img/select2-spinner.gif') no-repeat 100%;
  background: url('/styles/img/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('/styles/img/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/styles/img/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/styles/img/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-container--open .select2-selection,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5D98CC;
  outline: none;
}
.select2-container--open .select2-selection,
.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5D98CC;
  border-top-color: transparent;
}
.select2-container--open .select2-selection .select2-selection__arrow,
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-container--open .select2-selection .select2-selection__arrow b,
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0;
  margin: 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
}
.select2-results__options {
  padding: 0;
  margin: 0;
  list-style: none;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results__options--nested .select2-results__option,
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results__options--nested .select2-results__option,
.select2-results .select2-results__group,
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  display: block;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results__option--highlighted,
.select2-results .select2-highlighted {
  background: #3276B1;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding: 3px 5px;
}
.select2-no-results {
  padding-left: 20px;
}
.select2-no-results:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F05A";
  margin-right: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('/styles/img/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-selection--multiple,
.select2-container-multi .select2-choices {
  height: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5D98CC;
  outline: none;
}
.select2-selection__choice,
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
  /* rtl settings */
}
.smart-rtl .select2-selection__choice,
.smart-rtl .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('/styles/img/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-selection__choice,
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 1px 28px 1px 8px;
  margin: 4px 0 3px 5px;
  position: relative;
  line-height: 18px;
  color: #fff;
  cursor: default;
  border: 1px solid #2a6395;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #3276B1;
  /* rtl settings */
}
.smart-rtl .select2-selection__choice,
.smart-rtl .select2-container-multi .select2-choices .select2-search-choice {
  margin: 4px 5px 3px 0;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  opacity: .8;
}
.select2-selection__clear,
.select2-search-choice-close {
  display: none;
}
.select2-selection__choice__remove,
.select2-container-multi .select2-search-choice-close {
  display: block;
  top: 0;
  right: 0;
  padding: 3px 4px 3px 6px;
}
.select2-selection__choice__remove:before {
  content: "\F057";
  display: block;
  font-size: 15px;
}
.select2-selection__choice__remove {
  font-family: FontAwesome;
  font-size: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  min-height: 20px;
  min-width: 21px;
  position: absolute;
  text-decoration: none !important;
}
.select2-search-choice-close {
  display: block;
  min-width: 21px;
  min-height: 20px;
  position: absolute;
  right: 3px;
  top: 3px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-decoration: none!important;
  box-sizing: border-box;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-search-choice-close::before {
  color: #fff;
  content: "\F057";
}
.select2-selection__rendered {
  padding: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent none repeat scroll 0 0;
  border: 0;
  box-shadow: none;
  outline: 0;
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 0;
  padding: 0;
  /* rtl settings */
}
.smart-rtl .select2-container--default .select2-search--inline .select2-search__field {
  text-align: right;
}
.select2-container .select2-search--inline {
  float: left;
  width: auto;
  line-height: 28px;
  /* rtl settings */
}
.smart-rtl .select2-container .select2-search--inline {
  float: right;
}
.select2-container .select2-search--inline:before {
  display: none !important;
}
.select2-selection__choice__remove:hover,
.select2-container-multi .select2-search-choice-close:hover {
  background: rgba(0, 0, 0, 0.3);
}
/*
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}*/
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px;
  border: 1px solid #4a90cc;
  background-image: none;
  background-color: #86b4dd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-hidden-accessible,
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/*
 * ADJUSTMENTS
 */
.has-error .select2-choice,
.has-error .select2-container .select2-choice .select2-arrow,
.has-error .select2-container-multi .select2-choices {
  border-color: #b94a48;
}
.has-error .select2-container .select2-choice .select2-arrow {
  background: #f2dede;
  color: #b94a48;
}
.has-error .select2-dropdown-open .select2-choice {
  border-color: #5D98CC !important;
}
.select2-drop.select2-drop-above.select2-drop-active {
  margin-top: 2px;
}
.editable-input > .select2-container {
  min-width: 200px;
}
/*!
 * Fancytree "awesome" skin.
 *
 * DON'T EDIT THE CSS FILE DIRECTLY, since it is automatically generated from
 * the LESS templates.
 */
/*******************************************************************************
 * Common Styles for Fancytree Skins.
 *
 * This section is automatically generated from the `skin-common.less` template.
 ******************************************************************************/
/*------------------------------------------------------------------------------
 * Helpers
 *----------------------------------------------------------------------------*/
.ui-helper-hidden {
  display: none;
}
/*------------------------------------------------------------------------------
 * Container and UL / LI
 *----------------------------------------------------------------------------*/
ul.fancytree-container {
  font-family: tahoma, arial, helvetica;
  font-size: 10pt;
  white-space: nowrap;
  padding: 3px;
  margin: 0;
  background-color: white;
  border: 1px dotted gray;
  min-height: 0%;
  position: relative;
}
ul.fancytree-container ul {
  padding: 0 0 0 16px;
  margin: 0;
}
ul.fancytree-container ul > li:before {
  content: none;
}
ul.fancytree-container li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0em 0em;
  background-repeat: repeat-y;
  background-image: none;
  margin: 0;
}
ul.fancytree-container li.fancytree-lastsib {
  background-image: none;
}
.ui-fancytree-disabled ul.fancytree-container {
  opacity: 0.5;
  background-color: silver;
}
ul.fancytree-connectors.fancytree-container li {
  background-image: url("/style/img/jquery.fancytree/vline.gif");
  background-position: 0 0;
}
ul.fancytree-container li.fancytree-lastsib,
ul.fancytree-no-connector > li {
  background-image: none;
}
/*------------------------------------------------------------------------------
 * Common icon definitions
 *----------------------------------------------------------------------------*/
span.fancytree-empty,
span.fancytree-vline,
span.fancytree-expander,
span.fancytree-icon,
span.fancytree-checkbox,
span.fancytree-radio,
span.fancytree-drag-helper-img,
#fancytree-drop-marker {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: left;
  background-position: 0em 0em;
}
span.fancytree-icon,
span.fancytree-checkbox,
span.fancytree-expander,
span.fancytree-radio,
span.fancytree-custom-icon {
  margin-top: 0px;
}
/* Used by icon option: */
span.fancytree-custom-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 0.5em;
  background-position: 0em 0em;
}
/* Used by 'icon' node option: */
img.fancytree-icon {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  margin-top: 0px;
  vertical-align: top;
  border-style: none;
}
/*------------------------------------------------------------------------------
 * Expander icon
 *
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: fancytree-exp-
 * 1st character: 'e': expanded, 'c': collapsed, 'n': no children
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 *----------------------------------------------------------------------------*/
span.fancytree-expander {
  cursor: pointer;
}
.fancytree-exp-n span.fancytree-expander,
.fancytree-exp-nl span.fancytree-expander {
  background-image: none;
  cursor: default;
}
.fancytree-connectors .fancytree-exp-n span.fancytree-expander,
.fancytree-connectors .fancytree-exp-nl span.fancytree-expander {
  margin-top: 0;
}
/* Fade out expanders, when container is not hovered or active */
.fancytree-fade-expander span.fancytree-expander {
  transition: opacity 1.5s;
  opacity: 0;
}
.fancytree-fade-expander:hover span.fancytree-expander,
.fancytree-fade-expander.fancytree-treefocus span.fancytree-expander,
.fancytree-fade-expander .fancytree-treefocus span.fancytree-expander,
.fancytree-fade-expander [class*='fancytree-statusnode-'] span.fancytree-expander {
  transition: opacity 0.6s;
  opacity: 1;
}
/*------------------------------------------------------------------------------
 * Checkbox icon
 *----------------------------------------------------------------------------*/
span.fancytree-checkbox {
  margin-left: 0.5em;
}
.fancytree-unselectable span.fancytree-checkbox {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/*------------------------------------------------------------------------------
 * Radiobutton icon
 * This is a customization, that may be activated by overriding the 'checkbox'
 * class name as 'fancytree-radio' in the tree options.
 *----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: fancytree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 *----------------------------------------------------------------------------*/
span.fancytree-icon {
  margin-left: 0.5em;
}
/* Documents */
/* Folders */
.fancytree-loading span.fancytree-expander,
.fancytree-loading span.fancytree-expander:hover,
.fancytree-statusnode-loading span.fancytree-icon,
.fancytree-statusnode-loading span.fancytree-icon:hover {
  background-image: none;
}
/* Status node icons */
/*------------------------------------------------------------------------------
 * Node titles and highlighting
 *----------------------------------------------------------------------------*/
span.fancytree-node {
  /* See #117 */
  display: inherit;
  width: 100%;
  margin-top: 1px;
  min-height: 1em;
}
span.fancytree-title {
  color: black;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  min-height: 1em;
  padding: 0 3px 0 3px;
  margin: 0px 0 0 0.5em;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
span.fancytree-node.fancytree-error span.fancytree-title {
  color: red;
}
/*------------------------------------------------------------------------------
 * Drag'n'drop support
 *----------------------------------------------------------------------------*/
div.fancytree-drag-helper span.fancytree-childcounter,
div.fancytree-drag-helper span.fancytree-dnd-modifier {
  display: inline-block;
  color: #fff;
  background: #337ab7;
  border: 1px solid gray;
  min-width: 10px;
  height: 10px;
  line-height: 1;
  vertical-align: baseline;
  border-radius: 10px;
  padding: 2px;
  text-align: center;
  font-size: 9px;
}
div.fancytree-drag-helper span.fancytree-childcounter {
  position: absolute;
  top: -6px;
  right: -6px;
}
div.fancytree-drag-helper span.fancytree-dnd-modifier {
  background: #5cb85c;
  border: none;
  font-weight: bolder;
}
/*** Drop marker icon *********************************************************/
#fancytree-drop-marker {
  width: 2em;
  position: absolute;
  margin: 0;
}
#fancytree-drop-marker.fancytree-drop-after,
#fancytree-drop-marker.fancytree-drop-before {
  width: 4em;
}
/*** Source node while dragging ***********************************************/
span.fancytree-drag-source.fancytree-drag-remove {
  opacity: 0.15;
}
/*** Target node while dragging cursor is over it *****************************/
/*------------------------------------------------------------------------------
 * 'rtl' option
 *----------------------------------------------------------------------------*/
.fancytree-container.fancytree-rtl .fancytree-title {
  /*unicode-bidi: bidi-override;*/
  /* optional: reverse title letters */
}
.fancytree-container.fancytree-rtl span.fancytree-connector,
.fancytree-container.fancytree-rtl span.fancytree-expander,
.fancytree-container.fancytree-rtl span.fancytree-icon,
.fancytree-container.fancytree-rtl span.fancytree-drag-helper-img,
.fancytree-container.fancytree-rtl #fancytree-drop-marker {
  background-image: url("/style/img/jquery.fancytree/icons-rtl.gif");
}
.fancytree-container.fancytree-rtl .fancytree-exp-n span.fancytree-expander,
.fancytree-container.fancytree-rtl .fancytree-exp-nl span.fancytree-expander {
  background-image: none;
}
.fancytree-container.fancytree-rtl.fancytree-connectors .fancytree-exp-n span.fancytree-expander,
.fancytree-container.fancytree-rtl.fancytree-connectors .fancytree-exp-nl span.fancytree-expander {
  background-image: url("/style/img/jquery.fancytree/icons-rtl.gif");
}
ul.fancytree-container.fancytree-rtl ul {
  padding: 0 16px 0 0;
}
ul.fancytree-container.fancytree-rtl.fancytree-connectors li {
  background-position: right 0;
  background-image: url("/style/img/jquery.fancytree/vline-rtl.gif");
}
ul.fancytree-container.fancytree-rtl li.fancytree-lastsib,
ul.fancytree-container.fancytree-rtl.fancytree-no-connector > li {
  background-image: none;
}
/*------------------------------------------------------------------------------
 * 'table' extension
 *----------------------------------------------------------------------------*/
table.fancytree-ext-table {
  border-collapse: collapse;
}
table.fancytree-ext-table span.fancytree-node {
  display: inline-block;
  box-sizing: border-box;
}
/*------------------------------------------------------------------------------
 * 'columnview' extension
 *----------------------------------------------------------------------------*/
table.fancytree-ext-columnview tbody tr td {
  position: relative;
  border: 1px solid gray;
  vertical-align: top;
  overflow: auto;
}
table.fancytree-ext-columnview tbody tr td > ul {
  padding: 0;
}
table.fancytree-ext-columnview tbody tr td > ul li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0em 0em;
  background-repeat: repeat-y;
  background-image: none;
  /* no v-lines */
  margin: 0;
}
table.fancytree-ext-columnview span.fancytree-node {
  position: relative;
  /* allow positioning of embedded spans */
  display: inline-block;
}
table.fancytree-ext-columnview span.fancytree-node.fancytree-expanded {
  background-color: #CBE8F6;
}
table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right {
  position: absolute;
  right: 3px;
}
/*------------------------------------------------------------------------------
 * 'filter' extension
 *----------------------------------------------------------------------------*/
.fancytree-ext-filter-dimm span.fancytree-node span.fancytree-title {
  color: silver;
  font-weight: lighter;
}
.fancytree-ext-filter-dimm tr.fancytree-submatch span.fancytree-title,
.fancytree-ext-filter-dimm span.fancytree-node.fancytree-submatch span.fancytree-title {
  color: black;
  font-weight: normal;
}
.fancytree-ext-filter-dimm tr.fancytree-match span.fancytree-title,
.fancytree-ext-filter-dimm span.fancytree-node.fancytree-match span.fancytree-title {
  color: black;
  font-weight: bold;
}
.fancytree-ext-filter-hide tr.fancytree-hide,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-hide {
  display: none;
}
.fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-title,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-title {
  color: silver;
  font-weight: lighter;
}
.fancytree-ext-filter-hide tr.fancytree-match span.fancytree-title,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-match span.fancytree-title {
  color: black;
  font-weight: normal;
}
/* Hide expanders if all child nodes are hidden by filter */
.fancytree-ext-filter-hide-expanders tr.fancytree-match span.fancytree-expander,
.fancytree-ext-filter-hide-expanders span.fancytree-node.fancytree-match span.fancytree-expander {
  visibility: hidden;
}
.fancytree-ext-filter-hide-expanders tr.fancytree-submatch span.fancytree-expander,
.fancytree-ext-filter-hide-expanders span.fancytree-node.fancytree-submatch span.fancytree-expander {
  visibility: visible;
}
.fancytree-ext-childcounter span.fancytree-icon,
.fancytree-ext-filter span.fancytree-icon {
  position: relative;
}
.fancytree-ext-childcounter span.fancytree-childcounter,
.fancytree-ext-filter span.fancytree-childcounter {
  color: #fff;
  background: #777;
  border: 1px solid gray;
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 10px;
  height: 10px;
  line-height: 1;
  vertical-align: baseline;
  border-radius: 10px;
  padding: 2px;
  text-align: center;
  font-size: 9px;
}
/*------------------------------------------------------------------------------
 * 'wide' extension
 *----------------------------------------------------------------------------*/
ul.fancytree-ext-wide {
  position: relative;
  min-width: 100%;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.fancytree-ext-wide span.fancytree-node > span {
  position: relative;
  z-index: 2;
}
ul.fancytree-ext-wide span.fancytree-node span.fancytree-title {
  position: absolute;
  z-index: 1;
  left: 0px;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*------------------------------------------------------------------------------
 * 'fixed' extension
 *----------------------------------------------------------------------------*/
.fancytree-ext-fixed-wrapper .fancytree-fixed-hidden {
  display: none;
}
.fancytree-ext-fixed-wrapper div.scrollBorderBottom {
  border-bottom: 3px solid rgba(0, 0, 0, 0.75);
}
.fancytree-ext-fixed-wrapper div.scrollBorderRight {
  border-right: 3px solid rgba(0, 0, 0, 0.75);
}
.fancytree-ext-fixed-wrapper div.fancytree-fixed-wrapper-tl {
  position: absolute;
  overflow: hidden;
  z-index: 3;
  top: 0px;
  left: 0px;
}
.fancytree-ext-fixed-wrapper div.fancytree-fixed-wrapper-tr {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0px;
}
.fancytree-ext-fixed-wrapper div.fancytree-fixed-wrapper-bl {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  left: 0px;
}
.fancytree-ext-fixed-wrapper div.fancytree-fixed-wrapper-br {
  position: absolute;
  overflow: scroll;
  z-index: 1;
}
/*******************************************************************************
 * Styles specific to this skin.
 *
 * This section is automatically generated from the `ui-fancytree.less` template.
 ******************************************************************************/
ul.fancytree-container ul {
  padding: 0.3em 0 0 1em;
  margin: 0;
}
/*!
 * SmartAdmin - Responsive WebApp
 *
 * Copyright 2014 bootstraphunter.com
 * Designed and built with all the love in the world by @bootstraphunt.
 */
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*document*/
.gge-download-all {
  color: #242a30;
  margin-right: 12px;
  margin-top: 9px;
}
.gge-download-all:hover {
  text-decoration: none;
  color: #242a30;
}
.gge-download-all img {
  margin-left: 5px;
}
.gge-tree {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.gge-tree-in {
  padding: 15px 0 0;
}
.gge-tree-in .row {
  cursor: pointer;
}
.gge-tree-1 > .gge-tree-in:last-child {
  padding: 15px 0 15px;
}
.gge-tree-2,
.gge-tree-3,
.gge-tree-4,
.gge-tree-5 {
  margin-bottom: 5px;
}
.gge-tree-2 .gge-tree-in:after {
  content: '';
  border-bottom: 1px solid #e8e8e8;
  display: block;
  margin-top: 15px;
}
.gge-tree-2:before {
  content: '';
  display: block;
  border-top: 2px solid #c4c5c6;
  margin-top: 15px;
}
.gge-tree-2 .gge-tree-in:after {
  margin-left: 30px;
}
.gge-document div[class^="col"] {
  position: static;
}
.gge-tree-2 .gge-tree-level:after {
  display: none;
}
.gge-tree-error-icon {
  border-radius: 100%;
  background: #9c2336;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: 1px;
  position: absolute;
  left: -20px;
}
.gge-tree-title-block {
  position: relative;
  display: flex;
  gap: 6px;
}
.gge-tree-title-block .gge-tree-checkbox {
  position: absolute;
  top: -2px;
}
.gge-tree-title-block .gge-tree-title {
  color: #707478;
  padding-left: 20px;
  position: relative;
  padding-right: 15px;
  display: inline-block;
}
.gge-tree-title-block .gge-tree-title.title-checkbox {
  padding-left: 0;
  margin-left: 25px;
}
.gge-tree-title:hover {
  color: #242a30;
  text-decoration: none;
}
.gge-tree-title.active {
  color: #242a30;
  font-weight: bold;
}
.gge-tree-2 .gge-tree-title-block {
  margin-left: 30px;
}
.gge-tree-title i {
  position: absolute;
  left: 0;
  top: 2px;
}
.gge-tree-3 .gge-tree-in:after {
  margin-left: 60px;
}
.gge-tree-3 .gge-tree-title-block {
  margin-left: 60px;
}
.gge-tree-3:before {
  content: '';
  display: block;
  border-top: 2px solid #c4c5c6;
  margin-top: 15px;
  margin-left: 30px;
}
.gge-tree-3 .gge-tree-level:after {
  display: none;
}
.gge-tree-4 .gge-tree-title-block {
  margin-left: 90px;
}
.gge-tree-4:before {
  content: '';
  display: block;
  border-top: 2px solid #c4c5c6;
  margin-top: 15px;
  margin-left: 60px;
}
.gge-tree-4 .gge-tree-in:after {
  margin-left: 90px;
}
.gge-tree-4 .gge-tree-level:after {
  display: none;
}
.gge-tree-5 .gge-tree-title-block {
  margin-left: 120px;
}
.gge-tree-5:before {
  content: '';
  display: block;
  border-top: 2px solid #c4c5c6;
  margin-top: 15px;
  margin-left: 90px;
}
.gge-tree-5 .gge-tree-in:after {
  margin-left: 120px;
}
.gge-tree-info {
  position: relative;
  padding-left: 15px;
  padding-right: 17px;
  float: right;
  display: inline-flex;
  align-items: center;
}
.gge-tree-info i {
  position: absolute;
  top: 4px;
  left: 0;
}
.gge-tree-info i.p-icon-alert {
  font-size: 14px;
  right: 0;
  left: auto;
  top: 0px;
}
.gge-tree-info div {
  font-size: 11px;
  margin-top: 2px;
  text-align: center;
}
.gge-tree .label {
  min-width: 95px;
  display: inline-block;
  font-size: 10px;
  padding: 2px 5px 4px;
}
.upload-file {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: pointer;
  z-index: 998;
  opacity: 0;
}
.gge-document-box {
  position: relative;
  padding: 2px 15px 15px;
  background: rgba(219, 175, 149, 0.12);
  margin-bottom: 10px;
  margin-top: 10px;
}
.gge-document-box h5 > span > span {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 400;
}
.gge-document-box .document-checkbox {
  margin-left: 10px;
}
.gge-document-box .upload-file {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding-top: 50%;
  cursor: pointer;
  z-index: 998;
  opacity: 0;
}
.gge-document-box .file-progress {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0.8;
}
.gge-document-box .file-progress .progress {
  background: none;
  color: #8e8e8e;
}
.gge-document-box .file-progress .progress .progress-bar {
  background: #bd9a7a;
}
.gge-document-box .font-status {
  font-size: 13px;
  margin-top: 4px;
}
.gge-document-box .uploadbox > span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  outline: #585858 dotted 2px;
  outline-offset: -2px;
}
.gge-document-box .uploadbox > span i {
  margin-right: 10px;
  font-size: 23px;
}
.gge-document-box .uploadbox > span .text-position {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #9c9c9c;
  font-size: 20px;
}
.gge-document-box .uploadbox.dragover > span {
  background-color: rgba(220, 220, 220, 0.9);
  color: #8e8e8e;
}
.gge-document-box .ico-block-required {
  margin-left: 5px;
  margin-right: 5px;
  color: #b94a48;
  vertical-align: top;
  font-size: 11px;
}
.gge-document-box[disabled],
.gge-document-box[disabled] > span,
.gge-document-box[disabled] > span:hover,
.gge-document-box[disabled] > span:focus,
.gge-document-box[disabled] > a[disabled],
.gge-document-box[disabled] > a[disabled]:hover,
.gge-document-box[disabled] > a[disabled]:focus {
  cursor: default !important;
}
.gge-document-box[disabled] .btn:not(.restore-slot-btn):not(.btn-remarks-history) {
  border-color: #ddd !important;
  background-color: #f4f4f4 !important;
  cursor: default !important;
  pointer-events: none;
}
.gge-document-box[disabled] .btn-link {
  pointer-events: none;
}
.gge-document-box[disabled] .restore-slot-btn,
.gge-document-box[disabled] .btn-remarks-history {
  opacity: 1 !important;
}
.gge-document-action {
  margin-top: 5px;
  margin-bottom: 10px;
}
.gge-document-action .gge-document-rightaction {
  float: right;
}
.gge-document-action .gge-document-rightaction > span {
  margin-right: 7px;
}
.gge-document-action > span {
  margin-right: 5px;
}
.gge-document-action > a {
  color: #242a30;
  margin-right: 5px;
  font-size: 12px;
}
.gge-document-action > a i {
  margin-right: 3px;
  font-size: 12px;
}
.gge-document-action > a:hover {
  text-decoration: none;
  color: #242a30;
}
.gge-document-action > button {
  color: #242a30;
  margin-right: 5px;
  font-size: 12px;
}
.gge-document-action > button i {
  margin-right: 3px;
  font-size: 12px;
}
.gge-document-action > button:hover {
  text-decoration: none;
  color: #242a30;
}
.gge-document-action.button-box {
  height: 25px;
  padding: 2px 0 0 0;
}
.gge-document-action.button-box .btn-page {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  margin: 0 1px;
  font-size: 12px;
  color: #0f4c81 !important;
  background-color: transparent;
  outline: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.gge-document-action.button-box .btn-page:hover {
  border: 1px solid #0f4c81;
}
.gge-document-action.button-box .btn-page:disabled {
  color: #B4B4B6 !important;
  cursor: default;
  border: none;
}
.gge-document-action.button-box .btn-selected {
  color: #fff;
  background-color: #0f4c81;
}
.gge-document-action.button-box .btn-selected:disabled {
  color: #fff !important;
  cursor: default;
  border: none;
}
.gge-document-action.button-box SPAN {
  font-size: 14px;
  margin: 0 2px;
}
.gge-document-action .btn-file,
.gge-document-box-title .btn-file {
  position: relative;
  overflow: hidden;
}
.gge-document-action-in {
  display: inline-block;
  margin-right: 20px;
}
.gge-document-action > span {
  position: relative;
}
.gge-document-info {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  font-size: 14px;
}
.gge-document-info i {
  position: absolute;
  top: 4px;
  left: 0;
}
.gge-document.disabled {
  position: relative;
  color: #333;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gge-document.disabled:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(244, 244, 244, 0.5);
}
.gge-document .gge-download-all {
  margin-top: 20px;
}
.gge-document .gge-download-all i {
  font-size: 15px;
}
.gge-document .gge-download-excel {
  display: flex;
  justify-content: flex-end;
}
.gge-document .gge-download-excel button:hover img.filter-black {
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(7453%) hue-rotate(44deg) brightness(91%) contrast(99%);
}
.gge-document .gge-document-row {
  overflow: auto;
  min-height: 500px;
  padding-left: 20px;
}
.gge-document h4 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
}
.gge-document .label {
  min-width: 95px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 5px;
}
.gge-document .link {
  cursor: pointer;
}
.gge-document-box-title {
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.gge-document-box-title > * {
  display: block;
  margin-top: 5px;
  margin-bottom: 3px;
  line-height: 20px;
  float: left;
}
.gge-document-box-title span {
  font-size: 11px;
  margin-right: 10px;
}
.gge-document-box-title.in-cell {
  position: relative;
  padding: 8px 0;
  margin: 0;
}
.gge-document-box-title.in-cell > * {
  margin: 0;
}
.gge-document-box-title.in-cell > .gge-info-box-line {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 20px;
}
.gge-document-box-title.in-cell > .gge-document-box-title-action > * {
  float: left;
}
.gge-document-box-title.in-cell > .gge-document-box-title-action > *:first-child {
  margin-left: 0;
}
.gge-document-box-title.in-cell span {
  font-size: 11px;
  margin-right: 10px;
}
.gge-document-box-title.in-cell i.in-cell,
.gge-document-box-title.in-cell button.in-cell {
  font-size: 20px !important;
  width: 4%;
  padding: 0;
  border: 0;
}
.gge-document-box-title.in-cell i.in-cell > .p-icon-signed,
.gge-document-box-title.in-cell button.in-cell > .p-icon-signed {
  color: #00b16a;
}
.gge-document-box-title.in-cell .gge-document-box-title-in {
  display: inline-block;
  max-width: 96%;
  padding-right: 10px;
  margin: 0;
}
.gge-document-box-title-in {
  word-wrap: break-word;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  max-width: 100%;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.gge-document-box-title-link {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding-left: 28px;
  cursor: pointer;
}
.gge-document-box-title-link i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 22px;
  transform: translateY(-50%);
}
.gge-document-box-title-info {
  padding-left: 28px;
  padding-top: 6px;
  min-width: 191px;
}
.gge-document-box-close {
  font-size: 16px;
  font-weight: bold;
}
.gge-document-box-title-in:hover {
  text-decoration: none;
}
.gge-document-preview-link {
  color: #242a30;
  margin-right: 10px;
  margin-left: 5px;
  font-size: 12px !important;
  vertical-align: bottom;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.gge-document-preview-link:hover {
  text-decoration: none;
  color: #242a30;
}
.gge-document-preview-link i {
  margin-right: 3px;
}
.gge-document-box-info {
  margin-bottom: 10px;
}
.gge-document-box-info div {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}
.gge-document-box-info div:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  left: -2px;
  top: 8px;
  background: #707478;
}
.gge-document-box-version {
  margin-bottom: 10px;
}
.gge-document-box-version a {
  color: #242a30;
  margin-left: 10px;
}
.gge-document-box-version a:hover {
  color: #242a30;
  text-decoration: none;
}
.gge-document-box-info div:first-child {
  padding-left: 0;
}
.gge-document-box-info div:first-child:before {
  display: none;
}
.gge-document-action .btn-default {
  color: #242a30;
  background: #fff;
  border: 1px solid #c69e86;
}
.gge-document-comment {
  margin-top: 15px;
  padding-left: 18px;
  margin-left: 5px;
  margin-bottom: 15px;
  border-left: 3px solid rgba(255, 91, 87, 0.4);
  color: #242a30;
  line-height: 1.5;
}
.gge-document-comment.reply {
  border-left-color: #7B7BB9;
  margin-left: 23px;
  margin-bottom: 30px;
}
.gge-document-comment.reply .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #8c95a5;
}
.gge-document-comment.reply .title__trash {
  display: block;
  width: 14px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzFlMjY0YTsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9IkxheWVyXzQiIGRhdGEtbmFtZT0iTGF5ZXIgNCI+CiAgICA8Zz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI0IiB5PSI3IiB3aWR0aD0iMSIgaGVpZ2h0PSI2Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNyIgeT0iNyIgd2lkdGg9IjIiIGhlaWdodD0iNiIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjExIiB5PSI3IiB3aWR0aD0iMSIgaGVpZ2h0PSI2Ii8+CiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTEwLjUsMlYwaC01djJIMHYzaDJ2OWMwLDEuMS45LDIsMiwyaDhjMS4xLDAsMi0uOSwyLTJWNWgydi0zaC01LjVabTIuNSwxMmMwLC41NS0uNDUsMS0xLDFINGMtLjU1LDAtMS0uNDUtMS0xVjVoMTB2OVptMi0xMEgxdi0xaDE0djFaIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=) no-repeat left top;
  background-size: 14px;
  margin-left: 30px;
  border: none;
  outline: none;
}
.gge-document-comment-red-critical {
  background-color: #ff5b571f;
  margin-left: -20px;
  padding-left: 20px;
}
.gge-document-comment ul {
  padding-left: 15px;
}
.gge-document-comment li {
  margin-bottom: 10px;
}
.gge-document-comment p {
  word-wrap: break-word;
  width: 100%;
  margin-bottom: 0px;
}
.gge-document-comment .truncated {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.gge-document-scroll .gge-document-comment {
  margin-left: 0;
}
.gge-document-box-required-info {
  position: absolute;
  opacity: 1;
  right: 0px;
  top: 0px;
  color: #b94a48;
  z-index: 2;
  padding: 3px 12px 5px;
  font-size: 13px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
@media (min-width: 992px) and (max-width: 1800px) {
  .gge-document .col-md-4 {
    width: 33.33333333333333%;
  }
  .gge-document .col-md-8 {
    width: 66.66666666666666%;
  }
}
.list-docs-box {
  border: 2px solid #c4c5c6;
  border-radius: 4px;
  padding: 12px 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.list-docs-box-title {
  display: flex;
  align-items: flex-start;
}
.list-docs-box__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2c2a29;
}
.list-docs-box__update {
  display: inline-block;
  padding-left: 50px;
}
.list-docs-box__update .div-error {
  color: #f00;
  min-height: 19px;
  margin-top: 3px;
}
.list-docs-box__update--button,
.list-docs-box__update--label {
  height: 25px;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
}
.list-docs-box__update--button .loader,
.list-docs-box__update--label .loader {
  position: absolute;
  top: 5px;
  right: 3px;
}
.list-docs-box__update--label {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.list-docs-box__update--label INPUT {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}
.list-docs-box .list-docs-progress {
  width: 100%;
  height: 30px;
  margin: 5px 0 20px 0;
  position: relative;
  border: 1px solid #aaaaaa;
  background-color: #F0F2F2;
}
.list-docs-box .list-docs-progress .progress-line {
  height: 28px;
  background-color: #d9d9d9;
}
.list-docs-box .list-docs-progress .progress-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.list-docs-box .list-docs-flex {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.list-docs-box .list-docs-flex .list-docs {
  max-height: 250px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
.list-docs-box .list-docs-flex .list-docs-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #808080;
  padding: 0;
}
.list-docs-box .list-docs-flex .list-docs-line:first-child {
  padding-top: 8px;
}
.list-docs-box .list-docs-flex .list-docs-line.title {
  color: #2c2a29;
  border-bottom: 2px solid #858686;
  padding-top: 0;
  padding-bottom: 5px;
}
.list-docs-box .list-docs-flex .list-docs-line.title:first-child {
  padding-top: 0;
}
.list-docs-box .list-docs-flex .list-docs-line .document {
  padding: 0px 0;
  white-space: nowrap;
  overflow-x: hidden;
}
.list-docs-box .list-docs-flex .list-docs-line .hash {
  min-width: 150px;
  padding: 0px 0;
  position: relative;
}
.list-docs-box .list-docs-flex .list-docs-line .hash::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: linear-gradient(to right, transparent, #ffffff);
  position: absolute;
  top: 0;
  left: -30px;
}
.list-docs-box .list-docs-flex .list-docs-line .hash.no-before::before {
  content: none;
}
#login-content {
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  margin-top: 10%;
}
#login-content .login-wrap {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
#login-content .login-wrap > div {
  flex-basis: 450px;
  margin: 0;
}
#login-content .login-footer {
  margin: 0;
  padding-top: 20px;
}
.top-menu .nav {
  white-space: nowrap;
}
.top-menu .nav > li {
  display: inline-block;
  position: relative;
}
.top-menu .nav > li + li {
  margin-left: -3px;
}
.top-menu .nav > li > a {
  padding: 24px 20px 23px;
  color: #9496a1;
  font-weight: 700;
  line-height: 25px;
}
.top-menu .nav > li > a i {
  float: left;
  font-size: 25px;
  margin-right: 10px;
  line-height: 25px;
  text-align: center;
}
.top-menu .nav > li:hover > a,
.top-menu .nav > li:focus > a,
.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus {
  background: #232a2f;
}
.top-menu .nav .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background: #fff;
  list-style-type: none;
  margin: -1px 0 0;
  padding: 10px 0;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.top-menu .sub-menu > li > a {
  padding: 5px 20px;
  display: block;
  color: #8a8f94;
  text-decoration: none;
  position: relative;
}
.top-menu .sub-menu .sub-menu {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  left: 0;
  top: 0;
}
.top-menu .nav .sub-menu a:hover {
  color: #242a30;
}
.top-menu .nav > li.has_sub:hover .sub-menu {
  display: block;
}
.top-menu .nav > li.active.has_sub .sub-menu > li.active > a {
  font-weight: 700;
  background-color: #fff;
  border-color: transparent;
}
.top-menu .nav > li.has_sub > a > b.collapse-sign {
  margin-left: 4px;
  font-size: 12px;
}
.top-menu .nav > li:hover > a,
.top-menu .nav > li:focus > a,
.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus {
  background: transparent;
  color: #fff;
}
.top-menu .nav > li:hover > a > i,
.top-menu .nav > li:focus > a > i,
.top-menu .nav > li > a:hover > i,
.top-menu .nav > li > a:focus > i {
  color: #c69e86;
}
.top-menu .nav > li.active > a,
.top-menu .nav > li.active > a:hover,
.top-menu .nav > li.active > a:focus,
.top-menu .nav > li:hover.active > a {
  background: #01385f;
  color: #fff;
}
.top-menu .nav > li.active > a > i,
.top-menu .nav > li.active > a:hover > i,
.top-menu .nav > li.active > a:focus > i,
.top-menu .nav > li:hover.active > a > i {
  color: #fff;
}
.top-menu .nav > li.menu-control {
  position: absolute;
  top: 0;
  width: 40px;
  background: #2d353c;
  height: 40px;
  margin: 0;
}
.top-menu .nav > li.menu-control > a {
  padding: 0;
  text-align: center;
  line-height: 40px;
}
.top-menu .nav > li.menu-control > a i {
  float: none;
  margin: 0;
  font-size: 18px;
  display: block;
  line-height: 40px;
  color: #fff;
  width: auto;
}
.smart-form *,
.smart-form *:after,
.smart-form *:before {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.smart-form label.has-error {
  color: red !important;
}
.smart-form .btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.smart-form .input-group.after-icon > .input-group-btn {
  padding-left: 36px;
}
.smart-form .input-group.after-icon select,
.smart-form .input-group.after-icon input,
.smart-form .input-group.after-icon textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  padding: 13px 16px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  background: #fff;
  font: 16px/18px 'DINPro', sans-serif;
  color: #2c2a29;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.smart-form .input-group-btn a.btn {
  display: inline-block;
}
.smart-form .radio + .radio,
.smart-form .checkbox + .checkbox {
  margin-top: 0;
}
.smart-form legend {
  padding-top: 15px;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #9d2235;
  border: none;
}
.smart-form legend.optional {
  padding-top: 15px;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: black;
  border: none;
}
.smart-form .title-group-indicator {
  font-size: 14px;
  text-transform: none;
}
.smart-form {
  margin: 0;
  outline: none;
  color: #666;
  position: relative;
  padding: 0 0 31px;
}
.smart-form header {
  display: block;
  padding: 8px 0 0;
  background: #e6eff8;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2c2a29;
  margin: 0;
}
.smart-form header > i.p-icon-required {
  font-size: 7px;
  color: #9d2235;
  vertical-align: top;
  margin: 3px 0 0 6px;
  position: absolute;
}
.smart-form fieldset {
  display: block;
  padding: 13px 0 5px;
  border: none;
  background: #e6eff8;
  position: relative;
}
.fieldset-user fieldset {
  background: #ffffff !important;
}
.smart-form fieldset + fieldset {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.smart-form section {
  margin-bottom: 24px;
  position: relative;
}
.smart-form footer {
  display: block;
  padding: 7px 14px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 0.9);
}
.smart-form footer:after {
  content: '';
  display: table;
  clear: both;
}
.smart-form .layout-field-default .label {
  padding-top: 0;
}
.smart-form .table-filter-col .currentTreeBlock {
  height: 34px;
}
.smart-form .table-filter-col .currentTreeBlock .treeselect-choice-input:active {
  border-radius: 4px 4px 1px 1px;
  border-bottom: none;
}
.smart-form .table-filter-col .currentTreeBlock .fa-angle-down {
  line-height: 34px;
  right: 1px;
  top: 1px;
}
.smart-form .table-filter-col .currentTreeBlock .open-input {
  border: 1px solid #0f4c81 !important;
}
.smart-form .table-filter-col .currentTreeBlock .fancytree-block .tree-main-container {
  max-width: 100%;
  margin-top: -4px;
}
.smart-form .table-filter-col .currentTreeBlock .fancytree-block li {
  display: flex;
}
.smart-form .table-filter-col .currentTreeBlock .fancytree-block .fancytree ul.fancytree-container > li > .fancytree-node {
  width: 100%;
  padding-left: 10px !important;
}
.smart-form .table-filter-col .currentTreeBlock .fancytree-block .fancytree ul.fancytree-container > li > .fancytree-node .fancytree-title {
  font-size: 12px;
  margin-left: 18px !important;
}
.smart-form .table-filter-col .currentTreeBlock .fancytree-block .fancytree ul.fancytree-container > li > .fancytree-node .fancytree-checkbox {
  width: 13px;
  height: 13px;
  line-height: 10px;
}
.smart-form .table-filter-col .currentTreeBlock .fancytree-block .fancytree ul.fancytree-container > li > .fancytree-node .fancytree-checkbox:after {
  font-size: 8px;
  font-weight: bold;
}
.smart-form.filter-date-flex {
  padding-bottom: 0;
}
.smart-form.filter-date-flex > div {
  display: flex;
}
.smart-form.filter-date-flex > div .layout-field-default {
  flex-basis: 100%;
}
.smart-form.filter-date-flex > div .layout-field-default:nth-child(odd) {
  margin-right: 3px;
}
.smart-form.filter-date-flex > div .layout-field-default .input .icon-append {
  display: none;
}
.smart-form.filter-date-flex > div .layout-field-default .input input {
  padding-right: 10px;
}
.smart-form .label {
  display: block;
  margin-bottom: 6px;
  padding-top: 16px;
  line-height: 19px;
  font-weight: 300;
  font-size: 13px;
  color: #2c2a29;
  text-align: left;
  white-space: normal;
}
.smart-form .label > i.p-icon-required {
  font-size: 7px;
  color: #9d2235;
  vertical-align: top;
  margin: 3px 0 0 6px;
  position: absolute;
}
.smart-form .note,
.note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
}
.note {
  margin-top: 2px;
  font-size: 10px;
}
.smart-form .note a {
  font-size: 13px;
}
.smart-form .input,
.smart-form .select,
.smart-form .textarea,
.smart-form .radio,
.smart-form .checkbox,
.smart-form .toggle,
.smart-form .button {
  position: relative;
  display: block;
  font-weight: 400;
}
.smart-form .image-input {
  height: auto !important;
}
.smart-form .image-input.disabled {
  background-color: #e6eaeb;
  cursor: default;
}
.smart-form .image-input__img {
  max-width: 100%;
  max-height: 220px;
}
.smart-form .image-input-button {
  width: 136px;
  padding: 7px 12px;
  border: none;
  border-radius: 3px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #365d80;
  color: #fff;
  cursor: pointer;
}
.smart-form .image-input-button:hover {
  background-color: white;
  color: #0f4c81;
}
.smart-form .image-input-button input {
  height: 0;
  opacity: 0;
}
.smart-form .image-input-button--disabled {
  cursor: default;
  opacity: 50%;
}
.smart-form .image-input-button--disabled:hover {
  background-color: #365d80;
  color: #fff;
}
.smart-form .radio.nopriz-executor {
  font-weight: 600;
}
.smart-form .input input,
.smart-form .image-input,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .treeselect-choice-input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  padding: 13px 16px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  background: #fff;
  font: 16px/18px 'DINPro', sans-serif;
  color: #2c2a29;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.smart-form .file-input-block input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  padding: 13px 16px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  background: #fff;
  font: 16px/18px 'DINPro', sans-serif;
  color: #2c2a29;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline-width: 1px;
  outline-style: solid;
}
/*
 * File inputs
 */
.smart-form .uploader {
  display: block;
  padding: 0;
  border: none;
  background: #e6eff8;
  position: relative;
}
.smart-form .uploader .disabled .button,
.smart-form .uploader .disabled .button:hover {
  background-color: #e6eaeb;
  color: #555555;
  border-color: #c8cbcc;
}
.smart-form .uploader .disabled .button:not(.download),
.smart-form .uploader .disabled .button:hover:not(.download) {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
}
.smart-form .uploader .disabled .button i,
.smart-form .uploader .disabled .button:hover i {
  color: #555555;
}
.smart-form .input-file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 22px;
  margin: 0;
  padding: 0 14px;
  font-size: 13px;
  line-height: 22px;
}
.smart-form .input-file .button:hover {
  box-shadow: none;
}
.smart-form .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
}
.smart-form .uploader .file-progress {
  position: absolute;
  top: 5px;
  left: 4px;
  right: 4px;
  float: none;
  height: 38px;
  margin: 0;
  padding: 0;
}
.smart-form .uploader .file-progress .progress {
  height: 38px;
}
.smart-form .uploader .file-progress .progress .progressbar-front-text,
.smart-form .uploader .file-progress .progress .progressbar-back-text {
  line-height: 38px;
  font-size: 16px;
}
.smart-form .uploader .file-progress .progress .progress-bar {
  background-color: #bd9a7a;
}
.smart-form .uploader .file-progress .bar-holder {
  margin-right: 58px;
}
.smart-form .uploader.white-background-upload {
  display: block;
  padding: 0;
  border: none;
  background: none;
  position: relative;
  margin-bottom: 40px;
}
.smart-form .uploader.white-background-upload .disabled .button,
.smart-form .uploader.white-background-upload .disabled .button:hover {
  background-color: #e6eaeb;
  color: #555555;
  border-color: #c8cbcc;
}
.smart-form .uploader.white-background-upload .disabled .button:not(.download),
.smart-form .uploader.white-background-upload .disabled .button:hover:not(.download) {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
}
.smart-form .uploader.white-background-upload .disabled .button i,
.smart-form .uploader.white-background-upload .disabled .button:hover i {
  color: #555555;
}
.smart-form .uploader.white-background-upload .form-upload-block {
  box-sizing: border-box;
  display: flex;
}
.smart-form .uploader.white-background-upload .form-upload-block .file-input-block {
  position: relative;
  display: flex;
  flex: 1 0 auto;
}
.smart-form .uploader.white-background-upload .form-upload-block .file-input-block > input {
  flex: 1 0 auto;
}
.smart-form .uploader.white-background-upload .form-upload-block .file-input-block > em {
  position: absolute;
  left: 0;
  bottom: -44px;
}
.smart-form .uploader input[type="text"] {
  outline-color: #c8cbcc;
}
.smart-form .uploader .button-group {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  height: 48px;
  margin: 0;
  padding: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.smart-form .uploader .button-group .button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 48px;
}
.smart-form .uploader .button-group .button input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  transform: scale(3);
  letter-spacing: 10em;
  /* IE 9 fix */
  -ms-transform: scale(3);
  /* IE 9 fix */
  opacity: 0;
  cursor: pointer;
}
.smart-form .uploader .button-group .button + .button {
  border-radius: 0;
  border-right: 0;
}
.smart-form .uploader .form-upload-block .input-group-btn .btn-file input[type=file] {
  font-size: 0;
}
.smart-form .disabled .uploader .button,
.smart-form .disabled .uploader .button:hover {
  background-color: #e6eaeb;
  color: #555555;
  border-color: #c8cbcc;
}
.smart-form .disabled .uploader .button:not(.download),
.smart-form .disabled .uploader .button:hover:not(.download) {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
}
.smart-form .disabled .uploader .button i,
.smart-form .disabled .uploader .button:hover i {
  color: #555555;
}
/*
 * Selects
 */
.smart-form .select i {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 5px;
  height: 11px;
  background: white;
  box-shadow: 0 0 0 9px white;
}
.smart-form .select i:after,
.smart-form .select i:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.smart-form .select i:after {
  bottom: 0;
  border-top: 4px solid #404040;
}
.smart-form .select i:before {
  top: 0;
  border-bottom: 4px solid #404040;
}
.smart-form .select-multiple select {
  height: auto;
}
/*
 * Text areas
 */
.smart-form .textarea textarea {
  height: 150px;
  resize: none;
}
.smart-form .textarea-resizable textarea {
  resize: vertical;
}
.smart-form .textarea-expandable textarea {
  height: 31px;
}
.smart-form .textarea-expandable textarea:focus {
  height: auto;
}
/*
 * Radio and checkboxes
 */
.smart-form .radio,
.smart-form .checkbox {
  margin-bottom: 4px;
  padding-left: 47px;
  line-height: 32px;
  color: #404040;
  cursor: pointer;
  font-size: 13px;
}
.smart-form label.radio {
  margin-bottom: 10px;
}
.smart-form .checkbox > span.label,
.smart-form label.radio:last-child,
.smart-form .checkbox:last-child {
  margin-bottom: 0;
}
.smart-form .radio input,
.smart-form .checkbox input {
  position: absolute;
  left: -9999px;
}
.smart-form .checkbox > span.label,
.smart-form label.radio {
  padding-top: 0;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
}
.smart-form .checkbox.checkbox-line-break > span.label {
  line-height: 24px;
}
.smart-form .radio > i,
.smart-form .checkbox > i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  background: white;
}
.smart-form .radio > i {
  border-radius: 50%;
}
.smart-form .radio input + i:after,
.smart-form .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.smart-form .radio input + i:after {
  content: '';
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.smart-form .checkbox input + i:after {
  content: '\E92C';
  top: 0px;
  left: 7px;
  width: 16px;
  line-height: 30px;
  font-family: 'Portal icons';
  font-style: normal;
  font-size: 13px;
  text-align: center;
}
.smart-form .checkbox input:disabled + i,
.smart-form .checkbox input:checked:disabled + i {
  background: #e6eaeb;
  border-color: #c8cbcc;
}
.smart-form .radio input:checked + i:after,
.smart-form .checkbox input:checked + i:after {
  opacity: 1;
}
.smart-form .inline-group {
  margin: 0 -15px -4px 0;
}
.smart-form .inline-group:after {
  content: '';
  display: table;
  clear: both;
}
.smart-form .inline-group .radio,
.smart-form .inline-group .checkbox {
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
}
.smart-form .inline-group .radio:last-child,
.smart-form .inline-group .checkbox:last-child {
  margin-bottom: 0;
}
/*
 * toggles
 */
.smart-form .toggle {
  margin-bottom: 4px;
  padding-right: 61px;
  font-size: 15px;
  line-height: 25px;
  color: #404040;
  cursor: pointer;
}
.smart-form .toggle:last-child {
  margin-bottom: 0;
}
.smart-form .toggle input {
  position: absolute;
  left: -9999px;
}
.smart-form .toggle i {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 49px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  background: #fff;
}
.smart-form .toggle i:after {
  content: attr(data-swchoff-text);
  position: absolute;
  top: 2px;
  right: 8px;
  left: 8px;
  font-style: normal;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  color: #5f5f5f;
}
.smart-form .toggle i:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  transition: right 0.2s;
  -o-transition: right 0.2s;
  -ms-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -webkit-transition: right 0.2s;
}
.smart-form .toggle input:checked + i:after {
  content: attr(data-swchon-text);
  text-align: right;
}
.smart-form .toggle input:checked + i:before {
  right: 36px;
}
/*
 * ratings
 */
.smart-form .rating {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 25px;
  color: #404040;
}
.smart-form .rating:last-child {
  margin-bottom: 0;
}
.smart-form .rating input {
  position: absolute;
  left: -9999px;
}
.smart-form .rating label {
  display: block;
  float: right;
  height: 17px;
  margin-top: 5px;
  padding: 0 2px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
}
/*
 * buttons
 */
.smart-form .button {
  float: right;
  height: 46px;
  overflow: hidden;
  padding: 0 22px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 46px;
  color: #0f4c81;
  opacity: 1;
  background-color: #ffffff;
  border-left: 1px solid #e6eaeb;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.smart-form .icon-append,
.smart-form .icon-prepend {
  position: absolute;
  top: 13px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.smart-form .icon-append {
  right: 14px;
  border: none;
}
.smart-form .icon-append.p-icon-calendar {
  font-size: 19px;
}
.smart-form .icon-append.p-icon-user {
  font-size: 17px;
}
.smart-form .icon-append.fa-lock {
  font-size: 19px;
}
.smart-form .icon-prepend {
  left: 5px;
  padding-right: 3px;
  border-right-width: 1px;
  border-right-style: solid;
}
.smart-form .input .icon-prepend + input,
.smart-form .textarea .icon-prepend + textarea {
  padding-left: 37px;
}
.smart-form .input .icon-append + input,
.smart-form .textarea .icon-append + textarea {
  padding-right: 40px;
}
.smart-form .input .icon-prepend + .icon-append + input,
.smart-form .textarea .icon-prepend + .icon-append + textarea {
  padding-left: 40px;
}
/*
 * grid
 */
.smart-form .row {
  margin: 0 -15px;
}
.smart-form .row:after {
  content: '';
  display: table;
  clear: both;
}
.smart-form .col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.smart-form .col-05 {
  width: 6.7%;
}
.smart-form .col-1 {
  width: 8.33%;
}
.smart-form .col-15 {
  width: 15%;
}
.smart-form .col-2 {
  width: 16.66%;
}
.smart-form .col-20 {
  width: 20%;
}
.smart-form .col-25 {
  width: 25%;
}
.smart-form .col-3 {
  width: 25%;
}
.smart-form .col-4 {
  width: 33.33%;
}
.smart-form .col-5 {
  width: 41.66%;
}
.smart-form .col-6 {
  width: 50%;
}
.smart-form .col-8 {
  width: 66.67%;
}
.smart-form .col-9 {
  width: 75%;
}
.smart-form .col-10 {
  width: 83.33%;
}
.smart-form .col-12 {
  width: 100%;
}
.smart-form .checkBox-margin-left {
  margin-left: 11%;
}
.smart-form .not-standart-checkbox {
  display: flex;
}
.smart-form .not-standart-checkbox.specialist-checkbox {
  width: 90px;
}
.smart-form .not-standart-checkbox.d-block .wrapper-label .checkbox {
  display: block;
}
.smart-form .not-standart-checkbox .wrapper-label .checkbox {
  padding-left: 0;
  display: grid;
  grid-template-rows: 90px 1fr;
}
.smart-form .not-standart-checkbox .checkbox > span.label {
  width: 91px;
  margin-bottom: 6px;
  align-self: end;
  padding-top: 0;
  line-height: 19px;
  font-size: 13px;
  font-weight: 300;
}
.smart-form .not-standart-checkbox .checkbox i {
  position: relative;
  margin-top: 8px;
}
.smart-form .not-standart-checkbox .col {
  margin-top: 50px;
}
.smart-form .label-wider .form-group > .col:first-child {
  width: 59.1%;
}
.smart-form .label-wider .form-group > .col:last-child {
  width: 40.9%;
}
@media screen and (max-width: 600px) {
}
/*
 * tooltips
 */
.smart-form .tooltip {
  position: absolute;
  z-index: 99999;
  left: -9999px;
  padding: 2px 8px 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  opacity: 0;
  transition: margin 0.3s, opacity 0.3s;
  -o-transition: margin 0.3s, opacity 0.3s;
  -ms-transition: margin 0.3s, opacity 0.3s;
  -moz-transition: margin 0.3s, opacity 0.3s;
  -webkit-transition: margin 0.3s, opacity 0.3s;
}
.smart-form .tooltip:after {
  content: '';
  position: absolute;
}
.smart-form .input input:focus + .tooltip,
.smart-form .textarea textarea:focus + .tooltip {
  opacity: 1;
}
.smart-form .tooltip-top-right {
  bottom: 100%;
  margin-bottom: 15px;
}
.smart-form .tooltip-top-right:after {
  top: 100%;
  right: 11px;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.smart-form .input input:focus + .tooltip-top-right,
.smart-form .textarea textarea:focus + .tooltip-top-right {
  right: 0;
  left: auto;
  margin-bottom: 5px;
}
.smart-form .tooltip-top-left {
  bottom: 100%;
  margin-bottom: 15px;
}
.smart-form .tooltip-top-left:after {
  top: 100%;
  left: 11px;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.smart-form .input input:focus + .tooltip-top-left,
.smart-form .textarea textarea:focus + .tooltip-top-left {
  right: auto;
  left: 0;
  margin-bottom: 5px;
}
.smart-form .tooltip-right {
  top: 4px;
  white-space: nowrap;
  margin-left: 15px;
}
.smart-form .tooltip-right:after {
  top: 6px;
  right: 100%;
  border-top: 4px solid transparent;
  border-right: 4px solid rgba(0, 0, 0, 0.9);
  border-bottom: 4px solid transparent;
}
.smart-form .input input:focus + .tooltip-right,
.smart-form .textarea textarea:focus + .tooltip-right {
  left: 100%;
  margin-left: 5px;
}
.smart-form .tooltip-left {
  top: 4px;
  white-space: nowrap;
  margin-right: 15px;
}
.smart-form .tooltip-left:after {
  top: 6px;
  left: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgba(0, 0, 0, 0.9);
}
.smart-form .input input:focus + .tooltip-left,
.smart-form .textarea textarea:focus + .tooltip-left {
  right: 100%;
  left: auto;
  margin-right: 5px;
}
.smart-form .tooltip-bottom-right {
  top: 100%;
  margin-top: 15px;
}
.smart-form .tooltip-bottom-right:after {
  bottom: 100%;
  right: 11px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-left: 4px solid transparent;
}
.smart-form .input input:focus + .tooltip-bottom-right,
.smart-form .textarea textarea:focus + .tooltip-bottom-right {
  right: 0;
  left: auto;
  margin-top: 5px;
}
.smart-form .tooltip-bottom-left {
  top: 100%;
  margin-top: 15px;
}
.smart-form .tooltip-bottom-left:after {
  bottom: 100%;
  left: 11px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-left: 4px solid transparent;
}
.smart-form .input input:focus + .tooltip-bottom-left,
.smart-form .textarea textarea:focus + .tooltip-bottom-left {
  right: auto;
  left: 0;
  margin-top: 5px;
}
/*
 * normal state
 */
.smart-form .input input,
.smart-form .image-input,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .radio i,
.smart-form .checkbox i,
.smart-form .toggle i,
.smart-form .icon-append,
.smart-form .icon-prepend {
  border-color: #c8cbcc;
  outline-color: #c8cbcc;
  transition: border-color 0.3s, outline-color 0.3s;
  -o-transition: border-color 0.3s, outline-color 0.3s;
  -ms-transition: border-color 0.3s, outline-color 0.3s;
  -moz-transition: border-color 0.3s, outline-color 0.3s;
  -webkit-transition: border-color 0.3s, outline-color 0.3s;
}
.smart-form .toggle i:before {
  background-color: #3276B1;
}
.smart-form .rating label {
  color: #ccc;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.smart-form .button {
  background-color: #ffffff;
  box-sizing: border-box;
}
.smart-form .button:hover {
  background-color: #0f4c81;
  border-color: #0f4c81;
  color: #ffffff;
}
.smart-form .button.button-secondary {
  background-color: #b3b3b3;
}
.smart-form .button.button-icon {
  padding: 0 48px;
}
.smart-form .button.button-icon i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  font-size: 12px;
  text-align: right;
}
.smart-form .button.red {
  color: #9d2235;
}
.smart-form .button.red:hover {
  background-color: #9d2235;
  border-color: #9d2235;
  color: #ffffff;
}
.smart-form .button i {
  font-size: 14px;
  text-align: center;
}
.smart-form .icon-append,
.smart-form .icon-prepend {
  color: #0f4c81;
}
/*
 * hover state
 */
.smart-form .input:hover input,
.smart-form .select:hover select,
.smart-form .textarea:hover textarea,
.smart-form .radio:hover i,
.smart-form .checkbox:hover i,
.smart-form .toggle:hover i {
  border-color: #0f4c81;
  outline-color: #0f4c81;
}
.smart-form .rating input + label:hover,
.smart-form .rating input + label:hover ~ label {
  color: #3276B1;
}
.smart-form .button:hover {
  opacity: 1;
}
/*
 * radio/toggle/checkbox active state //Не удалять
 */
/*
 * focus state
 */
.smart-form .input input:focus,
.smart-form .select select:focus,
.smart-form .textarea textarea:focus,
.smart-form .radio input:focus + i,
.smart-form .checkbox input:focus + i,
.smart-form .toggle input:focus + i {
  border-color: #0f4c81;
}
/*
 * checked state
 */
.smart-form .radio input + i:after {
  background-color: #0f4c81;
}
.smart-form .checkbox input + i:after {
  color: #0f4c81;
}
.smart-form .radio input:checked + i,
.smart-form .checkbox input:checked + i,
.smart-form .toggle input:checked + i {
  border-color: #0f4c81;
}
.smart-form .rating input:checked ~ label {
  color: #0f4c81;
}
/*
 * disabled state
 */
.smart-form input[disabled]:not(.select2-input),
.smart-form input[disabled]:hover:not(.select2-input),
.smart-form textarea[disabled],
.smart-form textarea[disabled]:hover,
.smart-form input.as-disabled:not(.select2-input),
.smart-form input.as-disabled:hover:not(.select2-input),
.smart-form textarea.as-disabled,
.smart-form textarea.as-disabled:hover,
.smart-form input[readonly].nopriz-readonly,
.smart-form input.nopriz-status-select.read-only {
  background-color: #e6eaeb;
  color: #555555;
  border-color: #c8cbcc;
  cursor: default;
}
/*
 * error state
 */
.smart-form .state-error input,
.smart-form .state-error select,
.smart-form .state-error textarea,
.smart-form .radio.state-error i,
.smart-form .checkbox.state-error i,
.smart-form .toggle.state-error i {
  background: #fff0f0;
  border-color: #A90329;
}
.smart-form .toggle.state-error input:checked + i {
  background: #fff0f0;
}
.smart-form .state-error + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #D56161;
}
.smart-form .rating.state-error + em {
  margin-top: -4px;
  margin-bottom: 4px;
}
.smart-form em.invalid {
  color: #9d2235;
  font-style: normal;
  margin-top: 3px;
  margin-bottom: -4px;
}
.smart-form .state-error select + i {
  background: #FFF0F0;
  box-shadow: 0 0 0 9px #FFF0F0;
}
.state-error .icon-append,
.state-error .icon-prepend {
  color: #ed1c24;
}
/*
 * success state
 */
.smart-form .state-success input,
.smart-form .state-success select,
.smart-form .state-success textarea,
.smart-form .radio.state-success i,
.smart-form .checkbox.state-success i,
.smart-form .toggle.state-success i {
  background: #f0fff0;
  border-color: #7DC27D;
}
.smart-form .toggle.state-success input:checked + i {
  background: #f0fff0;
}
.smart-form .note-success {
  color: #6fb679;
}
.smart-form .state-success select + i {
  background: #f0fff0;
  box-shadow: 0 0 0 9px #f0fff0;
}
/*
 * disable state
 */
.smart-form .input.state-disabled input,
.smart-form .select.state-disabled,
.smart-form .textarea.state-disabled,
.smart-form .radio.state-disabled,
.smart-form .checkbox.state-disabled,
.smart-form .toggle.state-disabled,
.smart-form .button.state-disabled {
  cursor: default !important;
}
.smart-form .input.state-disabled input > .label,
.smart-form .select.state-disabled > .label,
.smart-form .textarea.state-disabled > .label,
.smart-form .radio.state-disabled > .label,
.smart-form .checkbox.state-disabled > .label,
.smart-form .toggle.state-disabled > .label,
.smart-form .button.state-disabled > .label {
  color: #555555;
}
.smart-form .input.state-disabled > i.icon-append {
  color: #c8cbcc;
}
.smart-form .input.state-disabled:hover input,
.smart-form .select.state-disabled:hover select,
.smart-form .textarea.state-disabled:hover textarea,
.smart-form .radio.state-disabled:hover i,
.smart-form .checkbox.state-disabled:hover i,
.smart-form .toggle.state-disabled:hover i {
  border-color: #c8cbcc !important;
}
.smart-form .state-disabled.radio input:checked + i,
.smart-form .state-disabled.radio input + i,
.smart-form .state-disabled.checkbox input:checked + i,
.smart-form .state-disabled.toggle input:checked + i,
.smart-form .state-disabled.checkbox input + i:after,
.smart-form .state-disabled.radio input + i:after {
  border-color: #c8cbcc !important;
  background-color: #e6eaeb;
  color: #c8cbcc !important;
}
.smart-form .state-disabled.radio input + i:after {
  background-color: #c8cbcc;
}
/*
 * submit state
 */
.smart-form .message {
  display: none;
  color: #6fb679;
}
.smart-form .message i {
  display: block;
  margin: 0 auto 20px;
  width: 81px;
  height: 81px;
  border: 1px solid #6fb679;
  border-radius: 50%;
  font-size: 30px;
  line-height: 81px;
}
.smart-form.submited fieldset,
.smart-form.submited footer {
  display: none;
}
.smart-form.submited .message {
  display: block;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.9);
  font: 300 18px/27px 'DINPro' sans-serif;
  text-align: center;
}
/*
 * JQUERY UI UPDATE
 */
.smart-form .ui-widget-content .ui-spinner-input {
  margin: 0px;
  border: 0px;
  box-shadow: none !important;
  height: 29px;
}
/*
 * date picker
*/
.ui-datepicker {
  display: none;
  background: #ffffff;
  padding: 23px;
  width: 453px;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 20px rgba(44, 42, 41, 0.2);
  -moz-box-shadow: 0 2px 20px rgba(44, 42, 41, 0.2);
  box-shadow: 0 2px 20px rgba(44, 42, 41, 0.2);
  font: 13px/1.55 'DINPro', sans-serif;
  color: rgba(44, 42, 41, 0.6);
  text-align: center;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  border: 0;
  width: 100%;
  background: none;
  cursor: pointer;
  padding: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 1.8em;
  height: 1.8em;
  border-radius: 3px;
}
.ui-datepicker .ui-datepicker-prev .p-icon-arrow_left,
.ui-datepicker .ui-datepicker-next .p-icon-arrow_left,
.ui-datepicker .ui-datepicker-prev .p-icon-arrow_right,
.ui-datepicker .ui-datepicker-next .p-icon-arrow_right {
  font-size: 10px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -10px;
}
.ui-datepicker .ui-datepicker-next span {
  margin-left: -2px;
}
.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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ui-datepicker .ui-datepicker-title select option {
  border: none;
  color: rgba(44, 42, 41, 0.6);
  text-transform: none;
}
.ui-datepicker .ui-datepicker-title select::-ms-expand {
  display: none;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
  border: none;
  background-color: #ffffff;
  color: #9d2235;
  text-transform: uppercase;
  cursor: pointer;
}
.ui-datepicker select.ui-datepicker-month {
  direction: rtl;
  padding-right: .25em;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin: 0;
}
.ui-datepicker th {
  color: rgba(44, 42, 41, 0.6);
  text-align: center;
  font-weight: 300;
  border: 0;
  padding: 12px 12px 18px;
}
.ui-datepicker td {
  color: rgba(44, 42, 41, 0.6);
  font-weight: 300;
  border: 0;
  padding: 4px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker td .ui-state-highlight {
  text-shadow: none;
}
.ui-datepicker td.ui-datepicker-today .ui-state-default {
  background-color: #9d2235;
  color: #ffffff;
  font-weight: 700;
}
.ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 18px;
}
.ui-datepicker thead {
  border-bottom: 1px solid #e6eff8;
}
.ui-datepicker th {
  font-weight: 300;
  color: rgba(44, 42, 41, 0.6);
  padding: 12px 12px 18px;
}
.ui-datepicker-today a:hover {
  background-color: #808080;
  color: #ffffff;
}
.ui-datepicker-today a {
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0;
}
.ui-datepicker td a {
  margin-bottom: 0;
  border: 0;
}
.ui-datepicker td .ui-state-default {
  border: none;
  background: none;
  margin-bottom: 0;
  text-align: center;
  filter: none;
  color: rgba(44, 42, 41, 0.6);
  font-weight: 300;
  padding: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-active.ui-state-hover {
  border: none;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #0f4c81 !important;
  color: #ffffff;
  font-weight: 700;
}
.ui-datepicker td .ui-state-hover,
.ui-datepicker .ui-state-hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: rgba(44, 42, 41, 0.6);
  background-color: #e6e8e8;
  text-shadow: none;
  border: none;
}
.ui-datepicker .ui-icon {
  color: rgba(44, 42, 41, 0.3);
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  text-align: center;
}
.ui-datepicker-next > :first-child,
.ui-datepicker-prev > :first-child {
  text-indent: 0px !important;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background: none !important;
}
.ui-datepicker .ui-datepicker-header {
  font-weight: 300;
}
.ui-icon {
  width: auto !important;
  height: auto !important;
}
/*
 * model
 */
.smart-form-modal {
  position: fixed;
  z-index: 1;
  display: none;
  width: 400px;
}
.smart-form-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
/*
 * Time picker
 */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 17px 10px 12px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
/*
 * Large, small and extra small fields
 */
.smart-form input.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
}
.smart-form input.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.smart-form input.input-xs {
  height: 24px;
  padding: 2px 10px;
  font-size: 11px;
  line-height: 1.5;
}
/* SELECT */
.smart-form select.input-sm {
  height: 30px;
  line-height: 15px;
  font-size: 12px;
}
.smart-form select.input-sm + i {
  height: 10px;
}
.smart-form select.input-lg {
  height: 44px;
  line-height: 22px;
  font-size: 17px;
}
.smart-form select.input-lg + i {
  height: 11px;
  top: 17px;
}
/* aep fix for aspnet mvc
   from abelepereira  */
.smart-form .checkbox input + input[type=hidden] + i:after {
  content: '\F00C';
  top: -1px;
  left: 1px;
  width: 15px;
  height: 15px;
  font: normal 16px/19px FontAwesome;
  text-align: center;
}
.smart-form .checkbox input:checked + input[type=hidden] + i:after {
  opacity: 1;
}
/* toogle fix */
.smart-form .toggle input:checked + input[type=hidden] + i:after {
  content: attr(data-swchon-text);
  text-align: right;
}
.smart-form .toggle input:checked + input[type=hidden] + i:before {
  right: 36px;
}
/* end of fix */
.container-height-flex {
  width: 100%;
  display: flex;
  min-height: 93px;
}
.gge-request-top-info {
  min-height: 93px;
  width: 100%;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-weight: 300;
}
.gge-request-top-info .elements_flexible_content,
.gge-request-top-info .elements_fixed {
  align-items: center;
  justify-content: space-between;
}
.gge-request-top-info .gge-block-title {
  flex-basis: 948px;
  align-items: center;
}
.gge-request-top-info .gge-top-info-line a.btn-link-dashed {
  font-size: 13px;
}
.gge-request-top-info .gge-block-info {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.gge-request-top-info .gge-block-info span {
  padding: 6px 0;
  display: inline-block;
}
.gge-request-top-info .gge-block-info span strong {
  font-weight: 600;
}
.gge-request-top-info .gge-block-info i {
  font-size: 48px;
  margin-right: 10px;
}
.gge-request-top-info .gge-block-info button {
  background: none;
  border: none;
  padding: 0;
}
.gge-request-top-info .gge-block-info button i {
  margin-right: 0;
}
.gge-request-top-info .gge-block-info .gge-block-examination-calendar {
  margin-right: 10px;
}
.gge-request-top-info .gge-block-info-wrapper {
  display: flex;
  gap: 24px;
}
.gge-request-top-info .gge-block-info-lead-expert {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #0f4c81;
}
.gge-request-top-info .gge-block-info-lead-expert:before {
  font-size: 24px;
  color: #0f4c81;
}
.gge-top-info-left {
  display: flex;
  flex-direction: column;
}
.gge-top-info-right {
  flex-basis: 294px;
}
.gge-top-info-label {
  background: #0f4c81;
  color: #fff;
  display: inline-block;
  padding: 0px 7px 2px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.3;
}
.gge-top-object {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  padding: 10px 10px 10px 0;
  text-align: justify;
}
.gge-top-info-line {
  display: flex;
  flex-direction: row;
}
.gge-top-info-line div:not(:last-child) {
  padding-right: 20px;
}
.gge-top-info-line .gge-top-info-line-title {
  font-weight: 600;
}
.gge-top-info-oks {
  color: #333333;
  font-weight: 500;
  margin-bottom: 5px;
}
.gge-top-info-isup {
  display: block;
  width: fit-content;
  margin-bottom: 5px;
}
.gge-remarks {
  padding: 18px 14px;
}
.gge-remarks .gge-info-box-line:last-child {
  margin-bottom: 0 !important;
}
.gge-remarks .float-right {
  float: right;
}
.gge-remarks .gge-document-box-title-in {
  cursor: pointer;
}
.remarks-type {
  display: flex;
  flex-direction: column;
}
.remarks-type .remarks-header {
  display: flex;
  align-items: center;
}
.remarks-type .remarks-header .remark-message,
.remarks-type .remarks-header .remark-note {
  display: inline-block;
  border: none;
  outline: none;
  background-size: 100%;
  height: 16px;
  width: 16px;
}
.remarks-type .remarks-header .remark-message {
  margin-top: 5px;
  margin-left: 30px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzEwMTMzMjsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9IkxheWVyXzItMiIgZGF0YS1uYW1lPSJMYXllciAyIj4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTE0LDBIMkMuOSwwLDAsLjksMCwydjE0bDEuNy0zLjY1Yy4zOC0uODIsMS4yLTEuMzUsMi4xMS0xLjM1aDEwLjE5YzEuMSwwLDItLjksMi0yVjJjMC0xLjEtLjktMi0yLTJabS01LDlIMnYtMWg3djFabTUtM0gydi0xaDEydjFabTAtM0gydi0xaDEydjFaIi8+CiAgPC9nPgo8L3N2Zz4=) no-repeat center center transparent;
  cursor: pointer;
}
.remarks-type .remarks-header .remark-note {
  margin-left: 8px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmMDAwMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj4KICAgIDxnPgogICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im04LDFjMy44NiwwLDcsMy4xNCw3LDdzLTMuMTQsNy03LDdTMSwxMS44NiwxLDgsNC4xNCwxLDgsMW0wLTFDMy41OCwwLDAsMy41OCwwLDhzMy41OCw4LDgsOCw4LTMuNTgsOC04UzEyLjQyLDAsOCwwaDBaIi8+CiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTgsMTBjLS41NSwwLTEtLjQ1LTEtMXYtNWMwLS41NS40NS0xLDEtMXMxLC40NSwxLDF2NWMwLC41NS0uNDUsMS0xLDFaIi8+CiAgICAgIDxnPgogICAgICAgIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iOCIgY3k9IjEyIiByPSIuNSIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTgsMTFjLS41NSwwLTEsLjQ1LTEsMXMuNDUsMSwxLDEsMS0uNDUsMS0xLS40NS0xLTEtMWgwWiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=) no-repeat center center transparent;
}
.chat-remark-body {
  background-color: #ffffff;
  padding: 10px 25px 25px 25px;
  margin-top: 0;
  height: 100%;
}
.chat-remark-body .chat-messages {
  max-height: 380px;
  overflow-y: auto;
}
.chat-remark-body .chat-messages .chat-message-right,
.chat-remark-body .chat-messages .chat-message-left {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}
.chat-remark-body .chat-messages .chat-message-right SPAN,
.chat-remark-body .chat-messages .chat-message-left SPAN {
  color: #8c95a5;
}
.chat-remark-body .chat-messages .chat-message-right {
  text-align: right;
  align-items: end;
  padding-right: 20px;
}
.chat-remark-body .chat-messages .chat-message-right__text {
  max-width: 80%;
  padding: 10px;
  background-color: #f3e0cf;
  text-align: left;
  border-radius: 5px;
}
.chat-remark-body .chat-messages .chat-message-left {
  text-align: left;
  align-items: start;
}
.chat-remark-body .chat-messages .chat-message-left__text {
  max-width: 80%;
  padding: 10px;
  background-color: #f0f2f1;
  text-align: left;
  border-radius: 5px;
}
.chat-remark-body .chat-send-block .chat-send-message {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 1.2em;
  padding-top: 5px;
}
.chat-remark-body .chat-send-block .chat-send-message INPUT {
  padding: 5px 8px;
  width: 100%;
  border-radius: 3px 0 0 3px;
  border: 1px solid #c8cbcc;
  outline: none;
}
.chat-remark-body .chat-send-block .chat-send-message INPUT:hover,
.chat-remark-body .chat-send-block .chat-send-message INPUT:focus {
  border-color: #0f4c81;
}
.chat-remark-body .chat-send-block .chat-send-message BUTTON {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 8px 0 34px;
  border: none;
  border-radius: 0 3px 3px 0;
  outline: none;
  color: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9IkxheWVyXzMiIGRhdGEtbmFtZT0iTGF5ZXIgMyI+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xNCwxYy41NSwwLDEsLjQ1LDEsMXY3YzAsLjU1LS40NSwxLTEsMUgzLjgxYy0xLjE0LDAtMi4yMS41OS0yLjgxLDEuNTVWMmMwLS41NS40NS0xLDEtMWgxMm0wLTFIMkMuOSwwLDAsLjksMCwydjE0bDEuNy0zLjY1Yy4zOC0uODIsMS4yLTEuMzUsMi4xMS0xLjM1aDEwLjE5YzEuMSwwLDItLjksMi0yVjJjMC0xLjEtLjktMi0yLTJoMFoiLz4KICA8L2c+Cjwvc3ZnPg==) no-repeat 7px 9px #1f3a93;
  background-size: 20px;
}
.chat-remark-body .chat-send-block .chat-send-message BUTTON:hover {
  opacity: 0.8;
}
.chat-remark-body .chat-send-block .chat-send-message BUTTON.no-icon {
  background-image: none;
  padding-left: 0;
}
.chat-remark-body .chat-send-block .chat-send-message BUTTON.disabled {
  opacity: 0.5;
}
.remark-wrapper {
  height: 40px;
  display: flex;
}
.remark-wrapper .dashboard-remark-wrapper {
  display: grid;
  grid-template-columns: 1fr 50px;
  gap: 1px;
  text-align: center;
  height: 100%;
  width: 25%;
}
.remark-wrapper .dashboard-remark-wrapper div {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}
.remark-wrapper .dashboard-remark-wrapper .start {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.remark-wrapper .dashboard-remark-wrapper .end {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.contract-documents-container {
  padding: 10px;
}
.date-time-picker {
  display: inline-block;
  margin-left: 10px;
}
.date-time-picker .react-datepicker-popper {
  margin-top: 0;
}
.date-time-picker .react-datepicker-wrapper .react-datepicker__input-container input {
  width: 100%;
  height: 48px;
  padding: 13px 16px;
  outline: none;
  border: 1px solid black;
  border-radius: 4px;
  background: #fff;
  font: 16px/18px 'DINPro', sans-serif;
  color: #2c2a29;
  cursor: pointer;
}
.date-time-picker .react-datepicker-wrapper .react-datepicker__input-container:after {
  content: "\E92F";
  font-family: 'Portal icons';
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #1f264a;
  cursor: pointer;
}
.date-time-picker.with-moscow-time-header-info .react-datepicker .react-datepicker__time-container .react-datepicker__header--time:after {
  content: '\412\440\435\43C\44F   \43C\43E\441\43A\43E\432\441\43A\43E\435';
}
.date-time-picker .react-datepicker {
  font-size: 13px;
  font-family: 'DINPro', sans-serif;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 20px rgba(44, 42, 41, 0.2);
  -moz-box-shadow: 0 2px 20px rgba(44, 42, 41, 0.2);
  box-shadow: 0 2px 20px rgba(44, 42, 41, 0.2);
}
.date-time-picker .react-datepicker .react-datepicker__triangle {
  display: none;
}
.date-time-picker .react-datepicker .react-datepicker__header {
  background-color: #fff;
  border-bottom: 1px solid #f0f2f2;
  margin: 25px;
}
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__year-select,
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__month-select {
  border: none;
  background-color: #ffffff;
  color: #9d2235;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__month-select {
  text-align: right;
}
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__day-names .react-datepicker__day-name {
  padding: 10px;
  width: 53px;
  color: gray;
}
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__current-month {
  display: none;
}
.date-time-picker .react-datepicker .react-datepicker__header.react-datepicker__header--time {
  padding-bottom: 40px;
  margin-bottom: 0;
  margin-top: 4px;
}
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__month-dropdown-container {
  margin-right: 5px;
}
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__month-dropdown,
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__year-dropdown {
  background-color: white;
  box-shadow: 0 2px 20px rgba(44, 42, 41, 0.2);
}
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__month-read-view--down-arrow,
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__year-read-view--down-arrow {
  display: none;
}
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__month-dropdown-container--scroll,
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__year-dropdown-container--scroll {
  background-color: #ffffff;
  color: #9d2235;
  text-transform: uppercase;
}
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__month-option--selected,
.date-time-picker .react-datepicker .react-datepicker__header .react-datepicker__year-option--selected {
  left: 5px;
}
.date-time-picker .react-datepicker .react-datepicker__navigation {
  border: 0.90rem solid transparent;
  top: 33px;
}
.date-time-picker .react-datepicker .react-datepicker__navigation.react-datepicker__navigation--next {
  border-left-color: #ccc;
  right: 10px;
}
.date-time-picker .react-datepicker .react-datepicker__navigation.react-datepicker__navigation--next.react-datepicker__navigation--next--with-time {
  right: 187px;
}
.date-time-picker .react-datepicker .react-datepicker__navigation.react-datepicker__navigation--previous {
  right: 10px;
  border-right-color: #ccc;
}
.date-time-picker .react-datepicker .react-datepicker__day {
  width: 50px;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  color: grey;
  margin: 3px;
}
.date-time-picker .react-datepicker .react-datepicker__day.react-datepicker__day--outside-month {
  opacity: 0;
  pointer-events: none;
}
.date-time-picker .react-datepicker .react-datepicker__day.react-datepicker__day--today {
  background-color: #9d2235;
  color: #fff;
  border-radius: 0.3rem;
}
.date-time-picker .react-datepicker .react-datepicker__day.react-datepicker__day--selected,
.date-time-picker .react-datepicker .react-datepicker__day.react-datepicker__day--keyboard-selected {
  color: #fff;
  font-weight: 700;
  background-color: #1f264a;
}
.date-time-picker .react-datepicker .react-datepicker__time-container {
  border-left: 1px solid #f0f2f2;
  margin: 20px 0;
}
.date-time-picker .react-datepicker .react-datepicker__time-container .react-datepicker__header--time:after {
  content: '\412\440\435\43C\44F';
  color: #9d2235;
  text-transform: uppercase;
}
.date-time-picker .react-datepicker .react-datepicker__time-container .react-datepicker-time__header {
  display: none;
}
.date-time-picker .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-list {
  max-height: 330px;
  text-align: center;
}
.date-time-picker .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-list .react-datepicker__time-list-item--selected {
  background-color: #1f264a;
  color: #fff;
  font-weight: 700;
}
.date-time-picker .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-list .react-datepicker__time-list-item--selected:hover {
  background-color: #1f264a;
}
.date-time-picker .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 175px;
}
.gge-notice-box {
  padding: 8px 30px 12px;
  background: rgba(255, 255, 255, 0.5);
  color: #2c2a29;
  position: relative;
}
.gge-notice-box.unread {
  background: rgba(191, 154, 128, 0.22);
}
.gge-notice-time {
  color: #707478;
  font-size: 11px;
}
.gge-notice-title {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 14px;
}
.gge-notice-text a {
  font-weight: 600;
}
.notifications-table .w-search-container {
  border: none;
  padding: 15px 30px;
  height: auto;
}
.notifications-table .table > tbody > tr > td {
  padding: 0;
}
.notifications-table table.dataTable {
  border: none;
}
.notification {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9999;
  background-color: #739e73;
  width: 420px;
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 10px 20px;
}
.notification__text,
.notification__icon {
  display: inline-block;
}
.notification__text {
  width: 95%;
  font-size: 17px;
}
.notification__text > .notification__message {
  line-height: 26px;
}
.notification__icon {
  width: 5%;
  vertical-align: top;
  font-size: 20px;
  margin-left: 5px;
  margin-top: -5px;
  position: fixed;
}
.notification:hover {
  border-color: #fff;
  cursor: pointer;
}
.notification-appear,
.notification-enter {
  opacity: 0.01;
  right: -5px;
}
.notification-appear.notification-appear-active,
.notification-enter.notification-enter-active {
  opacity: 1;
  right: 20px;
  transition: 300ms ease-in;
}
.notification-leave {
  opacity: 1;
}
.notification-leave.notification-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.notification.error {
  background-color: #c46a69;
}
.notification.verification {
  width: 450px;
}
.explanatory-note-icon-width {
  width: 48px;
}
.requests-filters-container {
  padding-right: 24px;
}
.requests-filters {
  width: 280px;
}
.requests-filters .requests-filter:first-child,
.requests-filters .requests-filter:first-child .requests-filter-heading,
.requests-filters .requests-filter:first-child .requests-filter-heading a[aria-expanded="false"] {
  border-radius: 4px 4px 0 0;
}
.requests-filters .requests-filter:last-child,
.requests-filters .requests-filter:last-child .requests-filter-heading,
.requests-filters .requests-filter:last-child .requests-filter-heading a[aria-expanded="false"] {
  border-radius: 0 0 4px 4px;
}
.requests-filters .requests-filter:last-child .requests-filter-heading {
  border-bottom: none;
}
.requests-filters .requests-filter i {
  font-size: 22px;
  color: #0f4c81;
}
.requests-filters .requests-filter-heading,
.requests-filters .requests-filter.single {
  background-color: #e6eff8;
  line-height: 47px;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e8e8;
}
.requests-filters .requests-filter-heading:hover,
.requests-filters .requests-filter.single:hover {
  background-color: #0f4c81;
  color: #fff !important;
}
.requests-filters .requests-filter-heading:hover i:before,
.requests-filters .requests-filter.single:hover i:before {
  color: #fff;
}
.requests-filters .requests-filter-heading:hover div,
.requests-filters .requests-filter.single:hover div {
  color: #fff;
}
.requests-filters .requests-filter-heading.active,
.requests-filters .requests-filter.single.active {
  background-color: #0f4c81;
  color: #ffffff;
}
.requests-filters .requests-filter-heading [class^="p-icon-"],
.requests-filters .requests-filter.single [class^="p-icon-"],
.requests-filters .requests-filter-heading [class*=" p-icon-"],
.requests-filters .requests-filter.single [class*=" p-icon-"] {
  display: inline-block;
  width: 48px;
  position: relative;
  top: 4px;
  margin-left: 9px;
  text-align: center;
}
.requests-filters .requests-filter-heading .requests-filter-text,
.requests-filters .requests-filter.single .requests-filter-text {
  display: inline-block;
  width: calc(100% - 125px);
  font-size: 13px;
}
.requests-filters .requests-filter-heading .f-size-15,
.requests-filters .requests-filter.single .f-size-15 {
  font-size: 15px;
  top: 0px;
}
.requests-filters .requests-filter.active .requests-filter-heading a[aria-expanded="false"] {
  background-color: #0f4c81;
  color: #ffffff;
}
.requests-filters .requests-filter.active .requests-filter-heading a[aria-expanded="false"] i:before {
  color: #ffffff;
}
.requests-filters .requests-filter-heading .requests-filter-title {
  width: 100%;
}
.requests-filters .requests-filter-heading .requests-filter-title a {
  display: block;
  color: #0f4c81;
}
.requests-filters .requests-single-filter-title {
  color: #0f4c81;
}
.requests-filters .requests-filter-collapse .requests-filter-item:hover {
  background-color: #e6e8e8;
  color: #0f4c81;
}
.requests-filters .requests-filter-body {
  border-left: 4px solid #0f4c81;
  color: #0f4c81;
}
.requests-filters .requests-filter-item {
  background-color: #ffffff;
  cursor: pointer;
  text-transform: none;
  padding: 15px 0 15px 25px;
}
.requests-filters .requests-filter-item.active {
  background-color: #ffffff;
  color: #0f4c81;
}
.requests-filters .requests-filter-item:hover.active {
  color: #0f4c81;
}
.requests-filters .requests-filter-item:not(:last-child) {
  border-bottom: 1px solid #e6e8e8;
}
.requests-filters .requests-filter-item .requests-filter-title {
  line-height: 1.42857143;
  display: inline-block;
  width: calc(100% - 65px);
  vertical-align: middle;
}
.requests-filters .requests-filter-count {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  width: 65px;
  padding-right: 0;
  vertical-align: middle;
}
.requests-filters .notification-container {
  position: relative;
  display: inline-block;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  font-weight: 700;
  width: 65px;
  padding-right: 0px;
  vertical-align: middle;
}
.requests-filters .notification-container__text {
  display: inline-block;
  height: 25px;
  width: 25px;
  color: #ffffff;
  background-color: #9d2235;
  border-radius: 22px;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}
.requests-filters .panel-group {
  margin-bottom: 0;
}
.t-wait-action-row {
  background-color: #fff9f3;
}
.w-buttons-container {
  display: flex;
  justify-content: flex-start;
}
.w-btn {
  width: 100%;
  height: 94px;
  background-color: #ffffff;
  color: #0f4c81;
  border: 2px solid #e6eff8;
  font-size: 15px;
  font-weight: 600;
  padding: 0 23px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w-btn:not(:last-child) {
  margin-right: 24px;
}
.w-btn:hover {
  cursor: pointer;
}
.w-btn:hover .w-btn-text {
  color: #3c457b;
}
.w-btn--width {
  width: 290px;
}
.w-btn .w-btn-text {
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  font-size: 16px;
  padding-right: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.w-btn .w-btn-icon {
  font-size: 48px;
}
.w-search-container {
  height: 94px;
  width: 100%;
  border: 1px solid #e6eff8;
  border-radius: 4px;
  padding: 22px;
  box-sizing: border-box;
}
.w-search-container .w-search-input {
  padding-right: 63px !important;
}
.w-search-container .w-search-button {
  position: absolute;
  right: 1px;
  top: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #0f4c81;
  border-bottom: 1px solid #0f4c81;
  border-left: none;
  background-color: #0f4c81;
  height: 48px;
  padding: 7px 13px;
  cursor: default;
}
.w-search-container .w-search-button .p-icon-search {
  color: #fff;
  font-size: 24px;
}
.w-search-container .smart-form {
  padding: 0;
}
.requests-list .p-icon-user {
  font-size: 13px;
  padding-left: 10px;
}
.requests-list div.dataTables_paginate {
  float: none;
}
.requests-list div.dataTables_info {
  font-style: normal;
  font-weight: 400;
  color: rgba(44, 42, 41, 0.7);
}
.requests-list .action-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.requests-list .action-cell .action-cell-text {
  overflow: hidden;
  word-wrap: break-word;
}
.requests-list .date-cell {
  font-weight: 600;
  color: #2c2a29;
}
.requests-list .long-value-cell {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.requests-list .black-color-cell {
  color: #2c2a29;
  white-space: pre-wrap;
}
.requests-list .table-link {
  color: #1f3a93;
}
.requests-list .goal-tooltip {
  cursor: pointer;
}
.requests-list .goal-tooltip + .tooltip {
  opacity: 1;
}
.requests-list .goal-tooltip + .tooltip > .tooltip-inner {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  color: rgba(44, 42, 41, 0.7);
  -webkit-box-shadow: 0 2px 20px rgba(44, 42, 41, 0.2);
  -moz-box-shadow: 0 2px 20px rgba(44, 42, 41, 0.2);
  box-shadow: 0 2px 20px rgba(44, 42, 41, 0.2);
  padding: 20px 26px 20px 13px;
}
.requests-list .goal-tooltip + .tooltip > .tooltip-inner .p-icon-info_small {
  color: #0f4c81;
  font-size: 13px;
  line-height: 1.4;
}
.requests-list .goal-tooltip + .tooltip > .tooltip-inner .goal-tooltip-title {
  display: inline-block;
  font-family: 'DINPro';
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: rgba(44, 42, 41, 0.7);
  padding-left: 13px;
}
.requests-list .goal-tooltip + .tooltip > .tooltip-arrow {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
.goal-tooltip-big + .tooltip > .tooltip-inner {
  max-width: 350px;
}
.requests-list.sivz .table-link {
  white-space: normal;
}
.display_setting__button {
  width: 250px;
  border: 1px solid #0f4c81;
  background-color: #0f4c81;
  border-radius: 4px;
  padding: 0px 20px;
  margin-right: 10px;
  color: white;
}
.display_setting_list {
  border: 1px solid #cacaca;
  position: absolute;
  padding: 5px 10px;
  background-color: #efefef;
  margin-top: 2px;
  z-index: 300;
  width: 250px;
  max-height: 300px;
}
.display_setting_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 290px;
  overflow-y: scroll;
}
.display_setting_excel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.checkbox-select {
  display: flex;
  width: 100%;
}
.checkbox-select .lk-left {
  flex: 80%;
  justify-content: flex-start;
  align-self: center;
  display: inline-flex;
  align-items: center;
}
.checkbox-select .lk-left i {
  margin-left: 2px;
}
.checkbox-select .lk-left .radio input[type="radio"],
.checkbox-select .lk-left .radio-inline input[type="radio"],
.checkbox-select .lk-left .checkbox input[type="checkbox"],
.checkbox-select .lk-left .checkbox-inline input[type="checkbox"] {
  position: absolute;
  left: 27px;
  top: -2px;
  border-color: red;
}
.checkbox-select .lk-left .label {
  color: black;
  margin-left: 20px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
}
.checkbox-select .lk-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 20%;
}
.display_inline_column {
  display: flex;
  width: 100%;
}
.display_inline_column .lk-left-c {
  flex: 50%;
  justify-content: flex-start;
}
.display_inline_column .lk-right-c {
  flex: 50%;
  justify-content: flex-end;
  display: inline-flex;
}
.request-type {
  display: flex;
  gap: 7px;
}
.request-type__hint {
  display: block;
  margin-top: 5px;
  height: 20px;
}
.isup-info {
  margin-top: 32px;
}
.isup-rules-list {
  margin-left: 20px;
}
.organization-requests__title {
  margin-top: 0;
}
.organization-requests__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.organization-requests__setting-buttons {
  display: flex;
}
.requests-organization-table__wrapper {
  margin-bottom: 16px;
}
.requests-table__wrapper {
  margin-bottom: 64px;
}
.dates_link {
  text-decoration: none!important;
  color: "#000080";
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.dates_link:hover {
  color: #2c2a29;
}
.branches-text .table.dataTable {
  border: none;
  border-bottom: 1px solid #eee;
}
.branches-text .table.dataTable thead tr {
  background-color: transparent;
  background-image: none;
}
.branches-text .table.dataTable thead tr th {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #eee;
  font-weight: 900;
}
.branches-text .table.dataTable tbody tr td {
  border: none;
  color: #333333;
  font-size: 14px;
  padding: 10px;
}
.branches-text .table.dataTable tbody tr + tr td {
  border-top: 1px solid #eee;
}
.branches-text .dt-toolbar-footer {
  border: none;
}
.branches-text .attorneys {
  direction: rtl;
}
.branches-text .attorneys .button-attorneys {
  width: 250px;
  border: 1px solid #0f4c81;
  background-color: #0f4c81;
  border-radius: 4px;
  padding: 3px 7px;
  color: white;
  margin-bottom: 5px;
}
.organization-list .table thead tr tr,
.organization-list thead tr {
  background-color: #0f4c81;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f4c81), to(#0f4c81));
  background-image: -webkit-linear-gradient(top, #0f4c81 0, #0f4c81 100%);
  background-image: -moz-linear-gradient(top, #0f4c81 0, #0f4c81 100%);
  background-image: -ms-linear-gradient(top, #0f4c81 0, #0f4c81 100%);
  background-image: -o-linear-gradient(top, #0f4c81 0, #0f4c81 100%);
  background-image: -linear-gradient(top, #0f4c81 0, #0f4c81 100%);
  font-size: 12px;
}
.organization-list .table thead tr th,
.organization-list thead th {
  border: black;
  color: white !important;
}
.organization-list .filters_head tr {
  background-color: white;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddd), to(#ddd));
  background-image: -webkit-linear-gradient(top, white 0, white 100%);
  background-image: -moz-linear-gradient(top, white 0, white 100%);
  background-image: -ms-linear-gradient(top, white 0, white 100%);
  background-image: -o-linear-gradient(top, white 0, white 100%);
  background-image: -linear-gradient(top, white 0, white 100%);
  font-size: 12px;
  border: 1px solid #e6e8e8 !important;
}
.organization-list .filters_head .border-right {
  border-right: 1px solid #e6e8e8 !important;
}
.organization-list .table-link {
  color: #1f3a93 ;
}
.organization-list .table-link:hover {
  color: #0f4c81;
}
.breadcrumb-link {
  cursor: pointer;
}
.awesome-icon-align .back_button {
  margin-bottom: 6px;
  width: 100%;
}
.awesome-icon-align .requests-filters .requests-filter i {
  width: 48px;
  margin-left: 9px;
  text-align: center;
}
.awesome-icon-align .requests-filters .requests-filter.active i {
  width: 48px;
  margin-left: 9px;
  text-align: center;
  color: white;
}
.awesome-icon-align .requests-filters .requests-filter.single .requests-filter-text {
  font-size: 12px;
}
.landing-editor-container .smart-form .button {
  margin: 0 0 0 5px;
  display: inline-block;
  float: none;
  border-radius: 0;
}
.landing-editor-container .smart-form .button.button-add {
  float: none;
  margin: 0;
}
.landing-editor-container .textarea {
  margin-bottom: 10px;
}
.landing-editor-container .llanding-editor-common-info .button-cancel {
  margin-left: 10px;
}
.landing-editor-container .col-group-btn {
  min-width: 250px;
}
.landing-editor-container label.textarea {
  white-space: pre-wrap;
}
.landing-editor-container .landing-component-header.row {
  margin-top: -15px;
}
.landing-editor-container select {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 13px 16px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  background: #fff;
  font: 16px/18px 'DINPro', sans-serif;
  color: #2c2a29;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.loader {
  border: 2px solid #0f4c81;
  border-radius: 50%;
  border-top: 2px solid #e6eff8;
  width: 12px;
  height: 12px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.loader.loader-red {
  border: 2px solid #ff0000;
  border-top: 2px solid #e6eff8;
}
.loader.loader-inverse {
  border: 2px solid #e6eff8;
  border-top: 2px solid #0f4c81;
}
.loader.loader-inverse.loader-red {
  border: 2px solid #e6eff8;
  border-top: 2px solid #ff0000;
}
.loader-big {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -2px;
  height: 100%;
  width: calc(102%);
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(2px);
  z-index: 999;
  padding-top: calc(25vh);
}
.loader-big SPAN {
  position: sticky;
  top: calc(25vh);
  height: 50px;
  width: 50px;
  border-width: 3px;
  border-bottom-color: #aaa;
  border-left-color: #aaa;
  border-right-color: #aaa;
  border-top-color: transparent;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  background-color: #1e455a;
  height: auto;
  min-height: 82px;
  display: flex;
}
.header .header-element {
  display: flex;
  align-items: center;
  max-width: 100%;
  /*border-bottom: @header-border-height solid @light-blue-color;*/
}
.header .header-element-group {
  display: flex;
  flex-basis: 680px;
}
.header .header-element-part {
  display: flex;
  padding: 0 10px;
  border: none;
  /*border-right: 1px solid @gray-color;*/
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
}
.header .title {
  text-align: center;
}
.header .info-block i {
  margin-right: 10px;
  line-height: unset;
}
.header .info-block .main-info {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.header .info-block .additional-info {
  font-weight: 300;
  font-size: 12px;
}
.header .info-block .small-link {
  font-weight: 400;
  color: #fff;
}
.header .icon-block {
  width: 72px;
  background: none;
}
.header .phone-block {
  flex-basis: 350px;
}
.header .phone-block .info-block {
  justify-content: left;
}
.header .mail-block {
  flex-basis: 330px;
}
.header .mail-block .info-block {
  justify-content: right;
}
.header .logo-block {
  flex-basis: 50%;
}
.header .logo-block .header-element-part {
  justify-content: flex-start;
  padding-left: 20px;
}
@media (min-width: 1655px) {
  .header .logo-block .header-element-part {
    padding-left: 48px;
  }
}
.header .logo-block .logo-name {
  color: #9d2235;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 5px;
  line-height: 1.2;
}
.header .logo-block .logo-name .country {
  font-weight: 600;
}
.header .logo-block .logo {
  margin-right: 13px;
  width: 300px;
}
.header .logout-block {
  width: 242px;
  justify-content: space-between;
  padding: 0 20px;
}
@media (min-width: 1655px) {
  .header .logout-block {
    padding-right: 48px;
    width: 270px;
  }
}
.header .logout-block .username {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.header .elements_fixed .header-element {
  /*border-bottom: @header-border-height solid @violet-color;*/
}
.header .elements_flexible {
  width: calc(100% - 314px);
}
@media (min-width: 1655px) {
  .header .elements_flexible {
    width: calc(100% - 342px);
  }
}
.header .settings {
  position: relative;
}
.header .settings:hover .dropdown-menu {
  display: block;
}
.header .settings .dropdown-menu {
  /*margin-top: 8px;*/
  min-width: 180px;
  padding: 0;
  border: 1px solid #e6eff8;
  -webkit-box-shadow: 0 2px 8px rgba(200, 203, 204, 0.75);
  -moz-box-shadow: 0 2px 8px rgba(200, 203, 204, 0.75);
  box-shadow: 0 2px 8px rgba(200, 203, 204, 0.75);
}
.header .settings .dropdown-menu a {
  display: block;
  padding: 5px;
  font-weight: 400;
}
.header .settings .dropdown-menu a:not(:last-child) {
  border-bottom: 1px solid #e6eff8;
}
.header .white-color {
  color: #ffffff;
}
.service-desc {
  padding: 0 10px;
}
.service-desc__link {
  color: #ffffff;
  margin-left: 10px;
}
.service-desc__link:hover {
  color: #ffffff;
}
.service-desc__link:active {
  color: #ffffff !important;
}
.service-desc__link:focus {
  color: #ffffff !important;
}
.page-footer {
  min-width: 1263px;
  max-width: 1655px;
  height: 316px;
  position: relative;
  color: #9b9b9b;
  padding-top: 30px;
  background: #ffffff;
}
.page-footer .container-flex {
  background: #1e455a;
  height: 100%;
}
.page-footer .footer-link {
  display: block;
  color: #ffffff;
}
.page-footer .footer-link:hover {
  color: #cccccc;
}
.page-footer .footer-link-empty {
  height: 18px;
}
.page-footer .footer-elements-left,
.page-footer .elements_fixed {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-footer .footer-elements-left,
.page-footer .footer-links-middle {
  padding: 87px 0;
}
.page-footer .elements_fixed {
  padding-top: 87px;
  padding-bottom: 57px;
}
.page-footer .footer-elements-left {
  width: 50%;
  margin-top: -30px;
  /*border-top: @footer-border-height solid @red-color;*/
  padding-left: 48px;
  padding-right: 24px;
}
@media (max-width: 1654px) {
  .page-footer .footer-elements-left {
    padding-left: 20px;
  }
}
.page-footer .footer-elements-left .footer-social img {
  margin-right: 14px;
  width: 33px;
  height: 33px;
}
.page-footer .footer-links-middle {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.page-footer .footer-links-middle .footer-links-middle-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-footer .footer-links-middle .footer-link {
  text-transform: uppercase;
}
.page-footer .elements_flexible {
  padding-right: 24px;
  width: calc(100% - 313px);
}
@media (min-width: 1655px) {
  .page-footer .elements_flexible {
    width: calc(100% - 341px);
  }
}
.submit-panel {
  position: relative;
  bottom: 0;
  z-index: 1000;
  min-width: 1263px;
  max-width: 1655px;
  width: 100%;
  height: 88px;
  padding: 20px 0;
  border-top: 1px solid #e6eff8;
  background-color: #fcfcfc;
}
.submit-panel .elements_flexible {
  padding-left: 48px;
  padding-right: 24px;
  width: calc(100% - 313px);
}
@media (max-width: 1654px) {
  .submit-panel .elements_flexible {
    padding-left: 20px;
  }
}
@media (min-width: 1655px) {
  .submit-panel .elements_flexible {
    width: calc(100% - 341px);
  }
}
.submit-panel .debug-buttons-container {
  display: flex;
  position: relative;
  width: 100%;
}
.submit-panel .buttons_flexible {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.submit-panel .buttons_flexible .nextBtn {
  margin-left: 20px;
}
.submit-panel .btn {
  width: 293px;
  height: 48px;
  padding: 0;
}
.submit-panel .additional-info {
  height: 48px;
  line-height: 48px;
  margin-left: 20px;
  font-size: 15px;
  color: #1f264a;
  font-weight: 600;
}
.suggestions-nowrap {
  white-space: nowrap;
}
.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}
.suggestions-wrapper .suggestions-suggestions {
  background: #ffffff;
  border-color: #0f4c81;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.suggestions-wrapper .suggestions-suggestions > div {
  padding: 13px 17px;
  font-size: 16px;
  font-weight: 300;
  color: #2c2a29;
  border-bottom: 1px solid #e6eaeb;
  cursor: pointer;
}
.suggestions-wrapper .suggestions-suggestions > div:hover {
  background: #e6eaeb;
}
.suggestions-wrapper .suggestions-suggestions > div.select2-results__option--highlighted,
.suggestions-wrapper .suggestions-suggestions > div.select2-highlighted {
  background: #e6eaeb;
}
.suggestions-wrapper .suggestions-suggestions > div:last-child {
  border-bottom: none;
}
.suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute;
}
.suggestions-addon[data-addon-type="spinner"] {
  background: rgba(255, 255, 255, 0.75) url("data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=") 50% 50% no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.suggestions-addon[data-addon-type="clear"] {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
.suggestions-addon[data-addon-type="clear"]:hover {
  opacity: 1;
}
.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
}
.suggestions-suggestions strong {
  font-weight: 600;
}
.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}
.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden;
}
.suggestions-suggestion:hover {
  background: #f7f7f7;
}
.suggestions-selected {
  background: #f0f0f0;
}
.suggestions-selected:hover {
  background: #f0f0f0;
}
.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
}
.suggestions-constraints {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}
.suggestions-constraints:empty {
  display: none !important;
}
.suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em;
}
.suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 0.25em;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
.suggestions-constraints li .suggestions-remove:hover {
  opacity: 1;
}
.suggestions-constraints li span {
  vertical-align: middle;
}
.suggestions-subtext {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: '';
}
label.suggestions {
  height: 48px;
}
.system-message {
  background: rgba(30, 69, 90, 0.9);
  width: 728px;
  min-height: 98px;
  padding: 24px;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  flex-direction: row;
  position: fixed;
  color: white;
  z-index: 2;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  justify-content: space-between;
  align-items: start;
  max-height: 50vh;
  overflow: auto;
}
.system-message__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 4px;
  word-break: break-word;
}
.system-message__body {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  word-break: break-word;
}
.system-message__body a,
.system-message__body a:hover,
.system-message__body a:focus {
  color: #5EAAEF;
  text-decoration: underline;
}
.system-message__button {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
}
.project-progress {
  padding-bottom: 24px;
}
.project-progress-table {
  margin: 0;
}
.project-progress-table thead tr {
  background: transparent;
}
.project-progress-table thead tr th {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.project-progress-table tbody tr.current-stage {
  background-color: #e6e8e8;
  font-weight: 600;
}
.project-progress-table tbody tr.prev-stage {
  font-weight: 300;
  color: rgba(44, 42, 41, 0.7);
}
.project-progress-table .show-more {
  color: #1f3a93;
  cursor: pointer;
}
.currentTreeBlock {
  height: 48px;
}
.currentTreeBlock i.fa-angle-down {
  display: inline-block;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 1px solid transparent;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
  background: none;
  line-height: 48px;
  font-size: 18px;
  box-sizing: border-box;
  cursor: pointer;
  color: #999999;
}
.currentTreeBlock i.fa-angle-down:before {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.currentTreeBlock .fa.fa-spinner.fa-pulse {
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto 0 !important;
  font-size: 11px;
  height: 11px;
}
.fancytree-block .tree-main-container {
  position: absolute;
  width: fit-content;
  min-width: 100%;
  z-index: 999;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #0f4c81;
  border-radius: 4px;
}
.fancytree-block input[type='text'] {
  padding: 13px 15px;
  color: #2c2a29;
}
.gge-style .has-error .fancytree-block input[type='text'] {
  color: #2c2a29;
}
.fancytree-block .fancytree-search input {
  border: 1px solid #e6eaeb !important;
  border-bottom-color: #c7cbca !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0;
  background: none;
  height: 48px !important;
}
.fancytree-block .select2-search:before {
  right: 15px !important;
}
.fancytree-block .fancytree {
  max-height: 251px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: -1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (min-height: 360px) {
  .fancytree-block .fancytree {
    max-height: 100px;
  }
}
@media (min-height: 460px) {
  .fancytree-block .fancytree {
    max-height: 200px;
  }
}
@media (min-height: 560px) {
  .fancytree-block .fancytree {
    max-height: 250px;
  }
}
@media (min-height: 760px) {
  .fancytree-block .fancytree {
    max-height: 350px;
  }
}
@media (min-height: 850px) {
  .fancytree-block .fancytree {
    max-height: 400px;
  }
}
@media (min-height: 1000px) {
  .fancytree-block .fancytree {
    max-height: 500px;
  }
}
@media (min-height: 1200px) {
  .fancytree-block .fancytree {
    max-height: 600px;
  }
}
.fancytree-block .fancytree ul {
  margin: 0;
  padding: 0;
}
.fancytree-block .fancytree ul.fancytree-container {
  border: none;
  color: #2c2a29;
}
.fancytree-block .fancytree ul.fancytree-container ul ul {
  margin-left: 39px;
}
.fancytree-block .fancytree ul.fancytree-container li {
  margin: 0;
  padding: 0;
}
.fancytree-block .fancytree ul.fancytree-container li > .fancytree-node:hover {
  background-color: #edf1f4;
}
.fancytree-block .fancytree ul.fancytree-container li:not([aria-expanded]) span.fancytree-title {
  color: rgba(44, 42, 41, 0.7);
}
.fancytree-block .fancytree ul.fancytree-container span.fancytree-title {
  padding: 0;
  color: rgba(44, 42, 41, 0.9);
  max-width: 90%;
  white-space: normal;
}
.fancytree-block .fancytree ul.fancytree-container span.fancytree-expander {
  width: 0;
}
.fancytree-block .fancytree ul.fancytree-container span.fancytree-expander.p-icon-arrow_bottom,
.fancytree-block .fancytree ul.fancytree-container span.fancytree-expander.p-icon-arrow_right,
.fancytree-block .fancytree ul.fancytree-container span.fancytree-expander.fa.fa-spinner.fa-pulse {
  font-size: 9px;
  margin-top: 6px;
  color: #9496a1;
  width: 9px;
}
.fancytree-block .fancytree ul.fancytree-container .fancytree-node {
  position: relative;
}
.fancytree-block .fancytree ul.fancytree-container li > .fancytree-node {
  padding: 10px 15px;
  margin: 0;
  width: auto;
  cursor: pointer;
  border-bottom: 1px solid #e6eaeb;
}
.fancytree-block .fancytree ul.fancytree-container li > .fancytree-node {
  padding-left: 80px !important;
}
.fancytree-block .fancytree ul.fancytree-container li > .fancytree-node .p-icon-folder_closed,
.fancytree-block .fancytree ul.fancytree-container li > .fancytree-node .p-icon-folder_open {
  left: 80px;
}
.fancytree-block .fancytree ul.fancytree-container li[aria-expanded] > .fancytree-node {
  padding-left: 56px !important;
}
.fancytree-block .fancytree ul.fancytree-container > li > .fancytree-node,
.fancytree-block .fancytree ul.fancytree-container > li[aria-expanded] > .fancytree-node {
  padding-left: 15px !important;
  padding-bottom: 10px !important;
}
.fancytree-block .fancytree ul.fancytree-container > li > .fancytree-node .p-icon-folder_closed,
.fancytree-block .fancytree ul.fancytree-container > li[aria-expanded] > .fancytree-node .p-icon-folder_closed,
.fancytree-block .fancytree ul.fancytree-container > li > .fancytree-node .p-icon-folder_open,
.fancytree-block .fancytree ul.fancytree-container > li[aria-expanded] > .fancytree-node .p-icon-folder_open {
  left: 39px;
}
.fancytree-block .fancytree ul.fancytree-container li:not([aria-expanded]) > .fancytree-node {
  padding-left: 87px;
}
.fancytree-block .fancytree span.fancytree-folder span.fancytree-expander {
  text-align: right;
}
.fancytree-block .fancytree span.fancytree-folder span.fancytree-checkbox {
  display: none;
}
.fancytree-block .fancytree span.fancytree-title {
  white-space: initial;
  max-width: 90%;
  margin-left: 41px !important;
  color: rgba(44, 42, 41, 0.9);
}
.fancytree-block .fancytree .p-icon-folder_open + .fancytree-title,
.fancytree-block .fancytree .p-icon-folder_closed + .fancytree-title {
  margin-left: 65px !important;
}
.fancytree-block .fancytree .fancytree-checkbox {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #0f4c81;
  border-radius: 4px;
  color: #0f4c81;
}
.fancytree-block .fancytree .fancytree-selected .fancytree-checkbox:after {
  content: '\E92C';
  display: inline-block;
  font-family: 'Portal icons';
  font-style: normal;
  font-size: 13px;
}
.fancytree-block .fancytree.fancytree-radio .fancytree-checkbox {
  border-radius: 100%;
}
.fancytree-block .fancytree.fancytree-radio .fancytree-selected .fancytree-checkbox:after {
  content: '';
  display: inline-block;
  background-color: #0f4c81;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
}
.fancytree-block .fancytree.fancytree-checkbox-mode span.fancytree-folder span.fancytree-checkbox {
  display: block;
  line-height: 24px;
  left: 80px;
}
.fancytree-block .fancytree.fancytree-checkbox-mode span.fancytree-folder span.fancytree-checkbox:before {
  position: relative;
  top: 1px;
}
.fancytree-block .fancytree.fancytree-checkbox-mode span.fancytree-folder span.fancytree-checkbox + .p-icon-folder_open + .fancytree-title,
.fancytree-block .fancytree.fancytree-checkbox-mode span.fancytree-folder span.fancytree-checkbox + .p-icon-folder_closed + .fancytree-title {
  margin-left: 104px !important;
}
.fancytree-block .fancytree.fancytree-checkbox-mode ul ul ul span.fancytree-folder span.fancytree-checkbox {
  left: 118px;
}
.fancytree-block .fancytree .p-icon-folder_closed,
.fancytree-block .fancytree .p-icon-folder_open,
.fancytree-block .fancytree .p-icon-arrow_bottom,
.fancytree-block .fancytree .p-icon-arrow_right,
.fancytree-block .fancytree .fa.fa-spinner.fa-pulse,
.fancytree-block .fancytree .fancytree-checkbox {
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto 0 !important;
}
.fancytree-block .fancytree .fancytree-icon {
  font-size: 22px;
  width: auto;
  height: auto;
}
.fancytree-block .fancytree .fancytree-icon.p-icon-folder_open,
.fancytree-block .fancytree .fancytree-icon.p-icon-folder_closed {
  width: 26px;
  height: 22px;
}
.fancytree-block:not(.hide) .input .treeselect-choice-input {
  border: none;
}
.fancytree-block.treeselect-above {
  display: flex;
  flex-direction: column;
}
.fancytree-block.treeselect-above > .treeselect-choice {
  order: 4;
}
.fancytree-block.treeselect-above > .select2-search {
  order: 1;
}
.fancytree-block.treeselect-above > .select2-search input {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.fancytree-block.treeselect-above > .fancytree {
  order: 2;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fancytree-block.treeselect-above > .treeselect-applyBtn-container {
  order: 3;
  border-bottom: 1px solid #e6eaeb;
  border-top: 1px solid #c7cbca;
}
.fancytree-block .treeselect-applyBtn-container {
  display: flex;
  justify-content: flex-end;
  padding: 10px 15px;
  border-top: 1px solid #c7cbca;
}
div.treeselect-choice .input input.treeselect-choice-input {
  text-overflow: ellipsis;
  height: 48px;
  padding: 14px 50px 13px 15px;
}
.gge-style .has-error div.treeselect-choice input.treeselect-choice-input[type='text'] + i.fa-angle-down {
  border: 1px solid #ba5168;
  border-left: none;
  width: 48px;
}
.form-group:not(.has-error) div.treeselect-choice:not(.hide) label.input:hover input:not([disabled]):not(.read-only),
.form-group:not(.has-error) div.treeselect-choice label.input:hover input:not([disabled]):not(.read-only).hovered {
  border-color: #0f4c81;
}
.form-group:not(.has-error) div.treeselect-choice:not(.hide) label.input:hover input:not([disabled]):not(.read-only) + i,
.form-group:not(.has-error) div.treeselect-choice label.input:hover input:not([disabled]):not(.read-only).hovered + i {
  color: #0f4c81;
}
section.tree-field-noparent .fancytree-block .ui-fancytree span.fancytree-expander.fa-spinner.fa-pulse {
  display: none;
}
.table > thead > tr > th,
.table > tfoot > tr > td,
.table > tbody > tr > td {
  vertical-align: middle;
}
.table td {
  cursor: default;
}
table.dataTable {
  margin: 0 !important;
  border: 1px solid #e6e8e8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
table.dataTable td {
  color: rgba(44, 42, 41, 0.7);
}
table.dataTable thead .sorting {
  background: #e6eff8;
}
table.dataTable thead th {
  color: #2c2a29;
}
table.dataTable thead th:after {
  font-family: FontAwesome;
  font-weight: 300;
  content: '\F107';
  float: right;
  font-size: 16px;
  color: #c8cbcc;
}
table.dataTable thead th.sorting_desc:after {
  content: '\F107';
}
table.dataTable thead th.sorting_asc:after {
  content: '\F106';
}
table.dataTable thead th[aria-sort]:after {
  color: #2c2a29;
}
table.dataTable thead th.sorting_desc,
table.dataTable thead th.sorting_asc {
  background: #e6eff8;
}
table.dataTable thead > tr > th,
table.dataTable tfoot > tr > th {
  font-weight: 600;
  font-size: 14px;
  padding: 23px 10px;
}
.table.dataTable > thead > tr > th {
  border-bottom: none;
}
.table.dataTable > thead > tr > th:first-child {
  border-top-left-radius: 4px;
}
.table.dataTable > thead > tr > th:last-child {
  border-top-right-radius: 4px;
}
.table-hover.dataTable > tbody > tr:hover {
  background-color: #e6e8e8;
}
.dt-toolbar-footer {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
  border: 1px solid #e6e8e8;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 14px 10px;
  box-shadow: none;
}
.dt-toolbar-footer .paginate_button a {
  margin-right: 10px;
}
.dt-toolbar-footer .paginate_button a .p-icon-arrow_left,
.dt-toolbar-footer .paginate_button a .p-icon-arrow_right {
  font-size: 9px;
}
div.dataTables_paginate ul.pagination {
  margin: 0;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #ffffff;
  color: #0f4c81;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 4px;
  height: 32px;
  line-height: 18px;
  font-size: 13px;
  cursor: pointer;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #e6e8e8;
  color: #0f4c81;
  border-color: #e6e8e8;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
  font-weight: 600;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #e6eff8;
  color: #999999;
  border-color: #e6eff8;
}
.table-fixed {
  table-layout: fixed;
}
.table-fixed td {
  word-wrap: break-word;
}
.table-loader-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
.table-loader {
  width: 30px;
  height: 30px;
}
.bg-color-white {
  background-color: #ffffff !important;
}
.error-box a {
  text-decoration: underline;
}
.error-box a:hover {
  text-decoration: none;
}
.gge-info-box {
  padding-bottom: 10px;
  margin-bottom: 0px;
  color: #2c2a29;
}
.gge-info-box .label {
  font-size: 15px;
  font-weight: 300;
}
.gge-info-box .label .info-block-subtitle {
  font-weight: 600;
  margin-bottom: 15px;
}
.gge-info-box .col-padding-right {
  padding-right: 60px;
}
.gge-info-box-part {
  border-top: 2px dashed rgba(0, 0, 0, 0.2);
  padding-top: 19px;
}
.gge-info-box:last-child {
  border-bottom: none;
}
.gge-info-box-title {
  margin: 0px -30px 30px;
  padding: 25px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #242a30;
  border-bottom: 1px solid #e6eaeb;
}
.gge-info-box-property > .gge-info-box-name,
.gge-info-box-property > .label,
.gge-info-box-property > .gge-info-box-label {
  display: inline;
}
.gge-info-box-property .gge-info-box-name {
  color: #000;
}
.gge-info-box-property-section > .gge-info-box-name,
.gge-info-box-property-section > .label,
.gge-info-box-property-section > .gge-info-box-label {
  display: inline;
}
.gge-info-box-property-section .gge-info-box-name {
  color: #000;
}
.gge-info-box-property-section .gge-info-box-name {
  color: #000;
}
.gge-info-box-property-inline {
  display: inline;
  margin-right: 7px;
}
.gge-info-box-property-inline > .gge-info-box-name,
.gge-info-box-property-inline > .label,
.gge-info-box-property-inline > .gge-info-box-label {
  display: inline;
}
.gge-info-box-property-inline .gge-info-box-name {
  color: #000;
}
.gge-info-box-name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2c2a29;
  margin-bottom: 8px;
}
.gge-info-box-name.info-block-name {
  margin-bottom: 21px;
}
.gge-info-box-sub-name {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #9d2235;
}
.gge-info-box-label {
  font-size: 15px;
  font-weight: 300;
}
.gge-info-box-label .info-block-subtitle {
  font-weight: 600;
  margin-bottom: 15px;
}
.gge-info-item-label {
  margin-bottom: 10px;
}
.gge-info-box-link {
  font-weight: 600;
  cursor: pointer;
}
.gge-info-box-line {
  margin-bottom: 25px;
}
.gge-info-box-line > *:nth-child {
  margin-top: 20px;
}
.gge-info-box-line .box-line-border {
  padding: 11px 0;
  border-top: 1px solid #c0c2c2;
}
.gge-info-box-line .box-line-border .gge-info-box-label > span {
  font-weight: 400;
}
.gge-info-box-line .box-line-border.row-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gge-info-box-line .box-line-border label {
  margin-bottom: 0;
}
.gge-info-box .gge-btn-outline-icon-add {
  padding-left: 35px;
  margin-top: 5px;
}
.gge-info-box-line-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.gge-info-box-line p:last-child {
  margin-bottom: 0;
}
.object-legend {
  margin-bottom: 15px;
}
.gge-info-box-line.open > div.hidden {
  display: block !important;
}
.document-sign-info {
  padding-left: 6px;
  font-size: 15px;
}
.document-sign-info i {
  font-size: 22px;
  top: 6px;
  right: 6px;
}
.document-sign-info.signed {
  color: #0f4c81;
}
.document-sign-info.signed:hover {
  color: #3c457b;
}
.document-sign-info.signed .p-icon-signed {
  color: #00b16a;
}
.document-sign-info.unsigned .p-icon-unsigned {
  color: #0f4c81;
}
.document-versions-info {
  cursor: pointer;
  color: #0f4c81;
  padding-left: 6px;
  font-size: 15px;
}
.document-versions-info:hover {
  color: #3c457b;
}
.document-versions-info i {
  position: relative;
  right: 6px;
}
.document-file-info {
  padding-bottom: 6px;
}
.remarks-text {
  font-size: 15px;
}
.address-for-docs {
  white-space: pre-line;
}
.gge-info-box-table {
  display: table;
  margin-top: 5px;
}
.gge-info-box-table .row {
  display: table-row;
}
.gge-info-box-table .row .cell {
  display: table-cell;
}
.gge-info-box-table .row .title {
  padding: 5px 0;
}
.gge-info-box-table .row .value {
  padding: 5px 0 5px 50px;
  font-weight: 500;
}
.user-profile__info span {
  font-weight: 400;
}
.photo-upload__block {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.photo-upload__block-wrapper {
  height: 100%;
}
.photo-upload__block-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.photo-upload__block:hover .photo-upload__load {
  bottom: 0;
  transition: all .5s ease;
}
.photo-upload__error-message {
  margin-top: 20px;
  font-size: 16px;
  color: #a90329;
}
.photo-upload__error-messageFile {
  margin-top: 0px;
  font-size: 11px;
  color: #a90329;
}
.photo-upload__error-messageText {
  margin-top: 0px;
  font-size: 16px;
}
.photo-upload__remove {
  position: absolute;
  top: 0;
  right: 0;
  background: #60605D;
  width: 20px;
  height: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.photo-upload__remove .fa {
  color: #fff;
}
.photo-upload__remove:hover {
  cursor: pointer;
}
.photo-upload__load {
  position: absolute;
  width: 100%;
  background: #60605D;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  bottom: -100%;
  transition: all .5s ease;
}
.photo-upload__load .fa {
  color: #eee;
}
.photo-upload__load:hover {
  cursor: pointer;
}
.photo-upload__file {
  position: relative;
}
.photo-upload__file-input {
  opacity: 0;
  position: absolute;
  top: 0;
}
.photo-upload__file-btn {
  background: #1E2649;
  backdrop-filter: blur(4px);
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin: 30px auto 0 auto;
}
.photo-upload__file-btn:hover {
  cursor: pointer;
}
.photo-upload__modal .modal-header {
  background-color: #fafbfc;
  border-bottom: 1px solid #dce1e5;
}
.photo-upload__modal .modal-header .close {
  color: #0f4c81 !important;
}
.photo-upload__modal .modal-body {
  padding: 0;
  background-color: #fff;
  text-align: center;
}
.photo-upload__modal .modal-body__container {
  padding: 40px 20px;
}
.photo-upload__modal .modal-footer {
  text-align: center;
  font-size: 17px;
}
.photo-upload__modal .modal-title {
  color: #0f4c81;
}
.photo-upload__modal .error-message-container {
  padding: 0px 60px;
}
.photo-upload__modal .modal-title-error {
  color: #a90329;
}
.photo-upload--empty {
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo-upload--empty > span {
  text-transform: uppercase;
  font-size: 16px;
}
.photo-upload__modal.modal-title-error > .modal-content > .modal-header .modal-title {
  color: #a90329;
}
.nw-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-wrapper select {
  display: none !important;
}
.select-wrapper .select-selection {
  cursor: pointer;
  display: block;
  height: 32px;
  padding: 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 32px;
  color: #444;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
.select-wrapper .select-selection__input,
.select-wrapper .select-selection input,
.select-wrapper .select-selection textarea {
  height: 100%;
}
.select-wrapper .select-selection textarea:focus,
.select-wrapper .select-selection input:focus {
  color: #444 !important;
}
.select-wrapper .select-selection textarea,
.select-wrapper .select-selection input {
  resize: none;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  border: none;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.select-wrapper .select-selection__clean {
  display: inline-block;
  width: 34px;
  height: 100%;
  position: absolute;
  right: 49px;
  top: 0;
  border: none;
  background: inherit;
}
.select-wrapper .select-selection__clean b {
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 11px;
}
.select-wrapper .select-selection__clean b::before {
  content: "\F00D";
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.select-wrapper .select-selection__clean:disabled {
  display: none;
}
.select-wrapper .select-selection__arrow {
  display: inline-block;
  width: 34px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  background-clip: padding-box;
  background: #eee;
}
.select-wrapper .select-selection__arrow b {
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 14px;
}
.select-wrapper .select-selection__arrow b::before {
  content: "\F107";
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.select-wrapper .select-dropdown {
  margin-top: -1px;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-top: 0;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.select-wrapper .select-dropdown .select-result-option {
  list-style: none;
  display: list-item;
  background-image: none;
  cursor: pointer;
  text-align: left;
}
.mra {
  padding-bottom: 20px;
}
.mra__header {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  vertical-align: bottom;
}
.mra__deaclarant-table {
  margin: 30px 0 20px 0;
}
.mra__arrow-icon {
  margin-left: 6px;
  vertical-align: top;
  transform: rotate(180deg);
}
.mra__arrow-icon--rotate {
  transform: rotate(0deg);
}
.mra__add-file {
  margin: 0;
}
.mra__add-file input[type="file"] {
  display: none;
}
.mra__add-file-text {
  display: block;
  margin-top: -2px;
}
.mra__error-block {
  color: #9d2235;
}
.mra__error-header {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}
.mra__error-title {
  font-weight: 600;
}
.mra__filter {
  padding-bottom: 24px;
}
.mra__filter fieldset section {
  margin: 0;
  padding: 0;
}
.mra__separator {
  display: block;
  width: calc(124%);
  margin-left: -24px;
  height: 10px;
  background-color: #ffffff;
}
.mra-table {
  margin: 0;
  border-width: 0 0 1px 0 !important;
  border-color: #c8cbcc !important;
}
.mra-table thead tr {
  background: transparent;
}
.mra-table thead tr th {
  padding: 15px 10px !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  vertical-align: baseline;
  border: none;
}
.mra-table thead tr th:after {
  float: none;
  margin-left: 5px;
}
.mra-table tbody tr td {
  padding: 25px 10px;
  border-width: 1px 0 0 0 !important;
  border-color: #c8cbcc !important;
  color: #333333;
}
.mra-table tbody tr .nested-cell {
  padding: 15px 15px 15px 0;
}
.mra-table tbody tr .last-cell {
  box-sizing: border-box;
  padding-right: 0;
}
.mra-table tbody tr .nested-row:not(:last-of-type) {
  border-bottom: 1px solid #E6E8E8;
}
.mra-table tbody tr:hover {
  background-color: transparent !important;
}
.mra-table__pagination {
  margin-bottom: 20px;
  border-width: 0 0 1px 0 !important;
  border-color: #c8cbcc !important;
}
.mra-table__pagination .dataTables_info {
  font-style: normal;
  font-weight: 400;
}
.mra-table__cell-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mra-table__cell-container--gap-10 {
  gap: 10px;
}
.mra-table__error-sign {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #9c2336;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.mra-table__hint-icon {
  cursor: pointer;
}
.mra-table__show-all {
  width: fit-content;
  margin-top: 8px;
  color: #0f4c81;
  border-bottom: 1px dashed #0f4c81;
}
.mra-table__recipient {
  display: block;
}
.mra-table__recipient:not(.mra-table__recipient:last-of-type) {
  margin-bottom: 10px;
}
.mra-table__recipient--margin {
  margin-bottom: 10px;
}
.mra-table__sign-status {
  font-weight: 600;
}
.mra-table__upload-sig {
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 0;
}
.mra-table__upload-sig input[type="file"] {
  display: none;
}
.mra-table__roles-list {
  margin: 0;
  padding-left: 20px;
}
.mra-table__role {
  cursor: pointer;
}
.mra-table__first-rule {
  width: 269px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 15px;
  transition: max-height 0.2s ease-out;
}
@media screen and (min-width: 1500px) {
  .mra-table__first-rule {
    width: 350px;
  }
}
.mra-table__first-rule--open {
  text-overflow: clip;
  max-height: 500px;
  transition: max-height 0.2s ease-in;
}
.mra-table__first-rule--wrap {
  white-space: normal;
}
.mra-table__first-rule--nowrap {
  white-space: nowrap;
}
.mra-table__rule {
  display: block;
}
.mra-table--red {
  color: #9c2336;
}
.mra-table--green {
  color: #739E73;
}
.mra-table--line-through {
  text-decoration: line-through;
}
.mra-view__loader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  width: 100%;
  height: 100%;
}
.mra-view__loader .loader {
  width: 25px;
  height: 25px;
}
.mra-view__container {
  padding: 15px;
}
.mra-checkbox {
  width: 20px;
  padding: 0;
}
.mra-checkbox .label {
  display: none;
}
.mra-checkbox fieldset {
  padding: 0;
  padding-bottom: 10px;
}
@keyframes loading {
  to {
    clip-path: inset(0 -1ch 0 0);
  }
}
.mra-sign__loader {
  width: fit-content;
  clip-path: inset(0 1.5ch 0 0);
  animation: loading 1s steps(4) infinite;
}
.mra-notice {
  color: #666666;
  font-size: 14px;
}
.examination-calendar {
  padding: 20px;
}
.examination-calendar__header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.examination-calendar__title {
  margin: 0 0 0 6px;
  font-size: 19px;
  font-weight: 600;
}
.examination-calendar__find {
  width: 82px;
  height: 44px;
  margin-left: 10px;
  font-size: 16px;
  text-align: center;
}
.examination-calendar__info {
  position: relative;
  background-color: #e6eff8;
  padding: 60px;
  height: 400px;
  border-radius: 4px;
}
.examination-calendar__info:after {
  content: '';
  position: absolute;
  width: 260px;
  right: 0;
  top: 40px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYwIiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDI2MCAzMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8zMDBfMTk0MikiPgo8cGF0aCBkPSJNODUuMDAzMyAtMS40MDAyN2UtMDVDODMuMDMzMiAtMC4wMDc1MDk3MyA4MS4wODExIDAuMzc1MDAxIDc5LjI1OTUgMS4xMjU0N0M3Ny40Mzc5IDEuODc1OTQgNzUuNzgyOSAyLjk3OTUyIDc0LjM4OTggNC4zNzI2MUM3Mi45OTY3IDUuNzY1NjkgNzEuODkzMSA3LjQyMDczIDcxLjE0MjcgOS4yNDIzMUM3MC4zOTIyIDExLjA2MzkgNzAuMDA5NyAxMy4wMTYgNzAuMDE3MiAxNC45ODYxVjIwLjAxM0g0NC45NzczQzMxLjIxOTYgMjAuMDEzIDE5Ljk5NDEgMzEuMDExNiAxOS45OTQxIDQ0Ljk5NjJWMjk1LjAxN0MxOS45OTQxIDMwOC44NjkgMzEuMjE5NiAzMjAgNDQuOTc3MyAzMjBIMjc1LjAyM0MyODguNzgxIDMyMCAzMDAuMDA2IDMwOC44NSAzMDAuMDA2IDI5NS4wMTdWNDQuOTk2MkMzMDAuMDExIDQxLjcxMzkgMjk5LjM2OCAzOC40NjMgMjk4LjExNCAzNS40Mjk2QzI5Ni44NjEgMzIuMzk2MyAyOTUuMDIxIDI5LjY0MDIgMjkyLjcgMjcuMzE5M0MyOTAuMzc5IDI0Ljk5ODQgMjg3LjYyMyAyMy4xNTgzIDI4NC41ODkgMjEuOTA0NkMyODEuNTU2IDIwLjY1MDggMjc4LjMwNSAyMC4wMDggMjc1LjAyMyAyMC4wMTNIMjUwLjAwMlYxNC45ODYxQzI1MC4wMDIgMTEuMDExNSAyNDguNDIzIDcuMTk5NzYgMjQ1LjYxMiA0LjM4OTMyQzI0Mi44MDIgMS41Nzg4OCAyMzguOTkgLTEuNDAwMjdlLTA1IDIzNS4wMTYgLTEuNDAwMjdlLTA1QzIzMS4wNDEgLTEuNDAwMjdlLTA1IDIyNy4yMjkgMS41Nzg4OCAyMjQuNDE5IDQuMzg5MzJDMjIxLjYwOCA3LjE5OTc2IDIyMC4wMyAxMS4wMTE1IDIyMC4wMyAxNC45ODYxVjIwLjAxM0g5OS45NzA1VjE0Ljk4NjFDOTkuOTc1NSAxMy4wMTgzIDk5LjU5MTkgMTEuMDY4OSA5OC44NDE3IDkuMjQ5NjVDOTguMDkxNSA3LjQzMDQ0IDk2Ljk4OTUgNS43NzcyNCA5NS41OTkgNC4zODQ5MUM5NC4yMDg0IDIuOTkyNTcgOTIuNTU2NiAxLjg4ODUgOTAuNzM4MyAxLjEzNjAzQzg4LjkyMDEgMC4zODM1NTUgODYuOTcxMSAtMC4wMDI1MDgwNiA4NS4wMDMzIC0xLjQwMDI3ZS0wNVpNODUuMDAzMyAxMC4wMTU5Qzg3LjcwNTcgMTAuMDE1OSA4OS45NzM1IDEyLjEzMjUgODkuOTczNSAxNC45ODYxVjM0Ljk5OTFDODkuOTczNSAzNi4zMjczIDg5LjQ0NTggMzcuNjAxMSA4OC41MDY3IDM4LjU0MDNDODcuNTY3NSAzOS40Nzk1IDg2LjI5MzcgNDAuMDA3MSA4NC45NjU1IDQwLjAwNzFDODMuNjM3MyA0MC4wMDcxIDgyLjM2MzUgMzkuNDc5NSA4MS40MjQzIDM4LjU0MDNDODAuNDg1MSAzNy42MDExIDc5Ljk1NzUgMzYuMzI3MyA3OS45NTc1IDM0Ljk5OTFWMTQuOTY3MkM3OS45NTc1IDEyLjEzMjUgODIuMjgyIDEwLjAxNTkgODUuMDAzMyAxMC4wMTU5Wk0yMzQuOTk3IDEwLjAxNTlDMjM3LjcxOCAxMC4wMTU5IDIzOS45ODYgMTIuMTMyNSAyMzkuOTg2IDE0Ljk4NjFWMzQuOTk5MUMyMzkuOTg2IDM3LjgzMzggMjM3LjczNyA0MC4wMDcxIDIzNC45OTcgNDAuMDA3MUMyMzIuMjU3IDQwLjAwNzEgMjI5Ljk4OSAzNy44NTI3IDIyOS45ODkgMzQuOTk5MVYxNC45NjcyQzIyOS45ODkgMTIuMTMyNSAyMzIuMjc2IDEwLjAxNTkgMjM0Ljk5NyAxMC4wMTU5Wk00NC45NzczIDI5Ljk5MTFINzAuMDE3MlYzNC45ODAyQzcwLjAxNzIgNDMuMjAwOCA3Ni41NzQ4IDQ5Ljk4NTIgODUuMDAzMyA0OS45ODUyQzkzLjQxMjkgNDkuOTg1MiA5OS45ODk0IDQzLjE4MTkgOTkuOTg5NCAzNC45ODAyVjI5Ljk5MTFIMjIwLjAzVjM0Ljk4MDJDMjIwLjAzIDQzLjIwMDggMjI2LjY4MiA0OS45ODUyIDIzNC45OTcgNDkuOTg1MkMyNDMuMzEyIDQ5Ljk4NTIgMjUwLjAwMiA0My4xODE5IDI1MC4wMDIgMzQuOTgwMlYyOS45OTExSDI3NS4wMjNDMjgzLjMgMjkuOTkxMSAyOTAuMDA5IDM2LjU2NzYgMjkwLjAwOSA0NC45NzczVjY5Ljk5ODJIMzAuMDEwMVY0NC45OTYyQzMwLjAxMDEgMzYuNzE4OCAzNi41ODY2IDMwLjAxIDQ0Ljk3NzMgMzAuMDFWMjkuOTkxMVpNMTI1LjAxIDQ0Ljk3NzNDMTE4LjE4OCA0NC45NzczIDExOC4xODggNTQuOTc0MyAxMjUuMDEgNTQuOTc0M0gxOTQuOTlDMjAxLjc5MyA1NC45NzQzIDIwMS43OTMgNDQuOTU4NCAxOTQuOTkgNDQuOTU4NEwxMjUuMDEgNDQuOTc3M1pNMzAuMDEwMSA3OS45NzY0SDI5MC4wMDlWMjIwLjAxMUgyNTUuMDFDMjQxLjEyIDIyMC4wMTEgMjI5Ljk4OSAyMzEuMDg1IDIyOS45ODkgMjQ1LjAxM1YyNzkuOTc0SDQ0Ljk3NzNDNDMuMDEwNCAyNzkuOTc5IDQxLjA2MTkgMjc5LjU5NSAzOS4yNDM3IDI3OC44NDVDMzcuNDI1NiAyNzguMDk0IDM1Ljc3MzYgMjc2Ljk5MiAzNC4zODI4IDI3NS42MDFDMzIuOTkxOSAyNzQuMjExIDMxLjg4OTcgMjcyLjU1OSAzMS4xMzkyIDI3MC43NEMzMC4zODg4IDI2OC45MjIgMzAuMDA1MSAyNjYuOTc0IDMwLjAxMDEgMjY1LjAwN1Y3OS45NzY0Wk02MC4wMjAxIDk5Ljk4OTRDNTcuMzYzNyA5OS45ODk0IDU0LjgxNjEgMTAxLjA0NSA1Mi45Mzc4IDEwMi45MjNDNTEuMDU5NCAxMDQuODAxIDUwLjAwNDIgMTA3LjM0OSA1MC4wMDQyIDExMC4wMDVWMTI5Ljk4QzUwLjAwNDIgMTM1LjU5MyA1NC41NTg2IDEzOS45OTYgNjAuMDIwMSAxMzkuOTk2SDc5Ljk3NjRDODUuNTg5MSAxMzkuOTk2IDg5Ljk5MjQgMTM1LjQ0MiA4OS45OTI0IDEyOS45OFYxMDkuOTg2Qzg5Ljk4NzQgMTA3LjMzMyA4OC45Mjk5IDEwNC43OTEgODcuMDUyMSAxMDIuOTE2Qzg1LjE3NDMgMTAxLjA0MiA4Mi42Mjk1IDk5Ljk4OTMgNzkuOTc2NCA5OS45ODk0SDYwLjAyMDFaTTExOS45ODQgOTkuOTg5NEMxMTcuMzMgOTkuOTk0NCAxMTQuNzg4IDEwMS4wNTIgMTEyLjkxMyAxMDIuOTNDMTExLjAzOSAxMDQuODA3IDEwOS45ODYgMTA3LjM1MiAxMDkuOTg2IDExMC4wMDVWMTI5Ljk4QzEwOS45ODYgMTM1LjU1NSAxMTQuNTIyIDEzOS45OTYgMTIwLjAwMiAxMzkuOTk2SDEzOS45OTdDMTQ1LjY0NyAxMzkuOTk2IDE1MC4wMTIgMTM1LjQ0MiAxNTAuMDEyIDEyOS45OFYxMDkuOTg2QzE1MC4wMDcgMTA3LjMzMyAxNDguOTUgMTA0Ljc5MSAxNDcuMDcyIDEwMi45MTZDMTQ1LjE5NCAxMDEuMDQyIDE0Mi42NSA5OS45ODkzIDEzOS45OTcgOTkuOTg5NEgxMTkuOTg0Wk0xODAuMDA0IDk5Ljk4OTRDMTc3LjM1IDk5Ljk5NDQgMTc0LjgwOCAxMDEuMDUyIDE3Mi45MzMgMTAyLjkzQzE3MS4wNTkgMTA0LjgwNyAxNzAuMDA3IDEwNy4zNTIgMTcwLjAwNyAxMTAuMDA1VjEyOS45OEMxNzAuMDA3IDEzNS42NSAxNzQuNTQyIDEzOS45OTYgMTgwLjAyMyAxMzkuOTk2SDIwMC4wMTdDMjAyLjY3MyAxMzkuOTk2IDIwNS4yMjEgMTM4Ljk0MSAyMDcuMDk5IDEzNy4wNjNDMjA4Ljk3NyAxMzUuMTg0IDIxMC4wMzMgMTMyLjYzNyAyMTAuMDMzIDEyOS45OFYxMDkuOTg2QzIxMC4wMjMgMTA3LjMzNSAyMDguOTY0IDEwNC43OTUgMjA3LjA4NyAxMDIuOTIyQzIwNS4yMSAxMDEuMDQ5IDIwMi42NjggOTkuOTk0MyAyMDAuMDE3IDk5Ljk4OTRIMTgwLjAwNFpNMjM5Ljk4NiA5OS45ODk0QzIzNy4zMjkgOTkuOTg5NCAyMzQuNzgyIDEwMS4wNDUgMjMyLjkwNCAxMDIuOTIzQzIzMS4wMjUgMTA0LjgwMSAyMjkuOTcgMTA3LjM0OSAyMjkuOTcgMTEwLjAwNVYxMjkuOThDMjI5Ljk3IDEzNS40NDIgMjM0LjQxMSAxMzkuOTk2IDIzOS45ODYgMTM5Ljk5NkgyNTkuOTk5QzI2NS42MyAxMzkuOTk2IDI2OS45OTYgMTM1LjQ0MiAyNjkuOTk2IDEyOS45OFYxMDkuOTg2QzI2OS45OTEgMTA3LjMzMyAyNjguOTMzIDEwNC43OTEgMjY3LjA1NiAxMDIuOTE2QzI2NS4xNzggMTAxLjA0MiAyNjIuNjMzIDk5Ljk4OTMgMjU5Ljk4IDk5Ljk4OTRIMjM5Ljk4NlpNNjAuMDIwMSAxMTAuMDA1SDc5Ljk3NjRWMTI5Ljk4SDYwLjAyMDFWMTEwLjAwNVpNMTE5Ljk4NCAxMTAuMDA1SDEzOS45OTdWMTI5Ljk4SDExOS45ODRWMTEwLjAwNVpNMTgwLjAwNCAxMTAuMDA1SDIwMC4wMTdWMTI5Ljk4SDE4MC4wMDRWMTEwLjAwNVpNMjM5Ljk4NiAxMTAuMDA1SDI1OS45OTlWMTI5Ljk4SDIzOS45NjdMMjM5Ljk4NiAxMTAuMDA1Wk02MC4wMjAxIDE1OS45NzJDNTQuMzUwNyAxNTkuOTcyIDUwLjAwNDIgMTY0LjU0NSA1MC4wMDQyIDE2OS45ODhWMTg5Ljk4MkM1MC4wMDQyIDE5NS40NDMgNTQuNDI2MyAxOTkuOTk4IDYwLjAyMDEgMTk5Ljk5OEg3OS45NzY0Qzg1LjYyNjkgMTk5Ljk5OCA4OS45OTI0IDE5NS40NDMgODkuOTkyNCAxODkuOTgyVjE3MC4wMDZDODkuOTk3NCAxNjguNjkgODkuNzQxNyAxNjcuMzg1IDg5LjI0MDEgMTY2LjE2OEM4OC43Mzg1IDE2NC45NSA4OC4wMDEgMTYzLjg0NCA4Ny4wNjk5IDE2Mi45MTNDODYuMTM4OCAxNjEuOTgyIDg1LjAzMjcgMTYxLjI0NCA4My44MTUzIDE2MC43NDNDODIuNTk3OCAxNjAuMjQxIDgxLjI5MzEgMTU5Ljk4NiA3OS45NzY0IDE1OS45OTFMNjAuMDIwMSAxNTkuOTcyWk0xMTkuOTg0IDE1OS45NzJDMTE3LjMzIDE1OS45NzcgMTE0Ljc4OCAxNjEuMDM0IDExMi45MTMgMTYyLjkxMkMxMTEuMDM5IDE2NC43OSAxMDkuOTg2IDE2Ny4zMzQgMTA5Ljk4NiAxNjkuOTg4VjE4OS45ODJDMTA5Ljk4NiAxOTUuNDQzIDExNC40MDkgMTk5Ljk5OCAxMjAuMDAyIDE5OS45OThIMTM5Ljk5N0MxNDIuNjUzIDE5OS45OTggMTQ1LjIwMSAxOTguOTQyIDE0Ny4wNzkgMTk3LjA2NEMxNDguOTU3IDE5NS4xODYgMTUwLjAxMiAxOTIuNjM4IDE1MC4wMTIgMTg5Ljk4MlYxNzAuMDA2QzE1MC4wMTUgMTY4LjY5IDE0OS43NTggMTY3LjM4NyAxNDkuMjU1IDE2Ni4xNzFDMTQ4Ljc1MyAxNjQuOTU0IDE0OC4wMTUgMTYzLjg0OSAxNDcuMDg0IDE2Mi45MTlDMTQ2LjE1NCAxNjEuOTg4IDE0NS4wNDkgMTYxLjI1IDE0My44MzIgMTYwLjc0OEMxNDIuNjE2IDE2MC4yNDUgMTQxLjMxMyAxNTkuOTg4IDEzOS45OTcgMTU5Ljk5MUwxMTkuOTg0IDE1OS45NzJaTTE4MC4wMDQgMTU5Ljk3MkMxNzQuNTYxIDE1OS45NzIgMTcwLjAwNyAxNjQuMzM3IDE3MC4wMDcgMTY5Ljk4OFYxODkuOTgyQzE3MC4wMDcgMTk1LjUzOCAxNzQuNTQyIDE5OS45OTggMTgwLjAyMyAxOTkuOTk4SDIwMC4wMTdDMjAyLjY3MyAxOTkuOTk4IDIwNS4yMjEgMTk4Ljk0MiAyMDcuMDk5IDE5Ny4wNjRDMjA4Ljk3NyAxOTUuMTg2IDIxMC4wMzMgMTkyLjYzOCAyMTAuMDMzIDE4OS45ODJWMTcwLjAwNkMyMTAuMDMzIDE2Ny4zNSAyMDguOTc3IDE2NC44MDIgMjA3LjA5OSAxNjIuOTI0QzIwNS4yMjEgMTYxLjA0NiAyMDIuNjczIDE1OS45OTEgMjAwLjAxNyAxNTkuOTkxTDE4MC4wMDQgMTU5Ljk3MlpNMjM5Ljk4NiAxNTkuOTcyQzIzNy4zMjkgMTU5Ljk3MiAyMzQuNzgyIDE2MS4wMjcgMjMyLjkwNCAxNjIuOTA1QzIzMS4wMjUgMTY0Ljc4NCAyMjkuOTcgMTY3LjMzMSAyMjkuOTcgMTY5Ljk4OFYxODkuOTgyQzIyOS45NyAxOTUuNDgxIDIzNC41MjQgMTk5Ljk5OCAyMzkuOTg2IDE5OS45OThIMjU5Ljk5OUMyNjIuNjUyIDE5OS45OTMgMjY1LjE5NSAxOTguOTM1IDI2Ny4wNjkgMTk3LjA1N0MyNjguOTQzIDE5NS4xOCAyNjkuOTk2IDE5Mi42MzUgMjY5Ljk5NiAxODkuOTgyVjE3MC4wMDZDMjY5Ljk5OCAxNjguNjkgMjY5Ljc0MSAxNjcuMzg3IDI2OS4yMzkgMTY2LjE3MUMyNjguNzM2IDE2NC45NTQgMjY3Ljk5OCAxNjMuODQ5IDI2Ny4wNjggMTYyLjkxOUMyNjYuMTM3IDE2MS45ODggMjY1LjAzMiAxNjEuMjUgMjYzLjgxNiAxNjAuNzQ4QzI2Mi42IDE2MC4yNDUgMjYxLjI5NiAxNTkuOTg4IDI1OS45OCAxNTkuOTkxTDIzOS45ODYgMTU5Ljk3MlpNNjAuMDIwMSAxNjkuOTg4SDc5Ljk3NjRWMTg5Ljk4Mkg2MC4wMjAxVjE2OS45ODhaTTExOS45ODQgMTY5Ljk4OEgxMzkuOTk3VjE4OS45ODJIMTE5Ljk4NFYxNjkuOTg4Wk0xODAuMDA0IDE2OS45ODhIMjAwLjAxN1YxODkuOTgySDE4MC4wMDRWMTY5Ljk4OFpNMjM5Ljk4NiAxNjkuOTg4SDI1OS45OTlWMTg5Ljk4MkgyMzkuOTY3TDIzOS45ODYgMTY5Ljk4OFpNNjAuMDIwMSAyMTkuOTkyQzU3LjM3ODEgMjIwLjAwNiA1NC44NDc1IDIyMS4wNTkgNTIuOTc0IDIyMi45MjJDNTEuMTAwNCAyMjQuNzg1IDUwLjAzMzkgMjI3LjMwOSA1MC4wMDQyIDIyOS45NTFWMjQ5Ljk4M0M1MC4wMDQyIDI1NS42MTQgNTQuNTU4NiAyNTkuOTYxIDYwLjAyMDEgMjU5Ljk2MUg3OS45NzY0QzgyLjYyOTUgMjU5Ljk2MSA4NS4xNzQzIDI1OC45MDggODcuMDUyMSAyNTcuMDM0Qzg4LjkyOTkgMjU1LjE2IDg5Ljk4NzQgMjUyLjYxNyA4OS45OTI0IDI0OS45NjRWMjI5Ljk4OUM4OS45Njc1IDIyNy4zNDUgODguOTAyNSAyMjQuODE4IDg3LjAyNzkgMjIyLjk1NEM4NS4xNTMzIDIyMS4wOSA4Mi42MiAyMjAuMDM5IDc5Ljk3NjQgMjIwLjAzTDYwLjAyMDEgMjE5Ljk5MlpNMTE5Ljk4NCAyMTkuOTkyQzExOC42NzMgMjE5Ljk4OSAxMTcuMzc1IDIyMC4yNDUgMTE2LjE2NCAyMjAuNzQ0QzExNC45NTIgMjIxLjI0MyAxMTMuODUxIDIyMS45NzYgMTEyLjkyMiAyMjIuOTAxQzExMS45OTQgMjIzLjgyNiAxMTEuMjU3IDIyNC45MjQgMTEwLjc1MyAyMjYuMTM0QzExMC4yNDkgMjI3LjM0NCAxMDkuOTg5IDIyOC42NDEgMTA5Ljk4NiAyMjkuOTUxVjI0OS45ODNDMTA5Ljk4NiAyNTUuNTIgMTE0LjUyMiAyNTkuOTYxIDEyMC4wMDIgMjU5Ljk2MUgxMzkuOTk3QzE0NS42MDkgMjU5Ljk2MSAxNTAuMDEyIDI1NS40MjUgMTUwLjAxMiAyNDkuOTY0VjIyOS45ODlDMTUwLjAxMiAyMjguNjc2IDE0OS43NTMgMjI3LjM3NiAxNDkuMjQ5IDIyNi4xNjRDMTQ4Ljc0NSAyMjQuOTUyIDE0OC4wMDYgMjIzLjg1MiAxNDcuMDc1IDIyMi45MjZDMTQ2LjE0NSAyMjIuMDAxIDE0NS4wNCAyMjEuMjY4IDE0My44MjUgMjIwLjc3MUMxNDIuNjEgMjIwLjI3NCAxNDEuMzA5IDIyMC4wMjIgMTM5Ljk5NyAyMjAuMDNMMTE5Ljk4NCAyMTkuOTkyWk0xODAuMDA0IDIxOS45OTJDMTc4LjY5MyAyMTkuOTg3IDE3Ny4zOTMgMjIwLjI0MSAxNzYuMTgxIDIyMC43MzlDMTc0Ljk2OCAyMjEuMjM3IDE3My44NjYgMjIxLjk3IDE3Mi45MzcgMjIyLjg5NUMxNzIuMDA4IDIyMy44MjEgMTcxLjI3MSAyMjQuOTIgMTcwLjc2OCAyMjYuMTMxQzE3MC4yNjUgMjI3LjM0MiAxNzAuMDA3IDIyOC42NCAxNzAuMDA3IDIyOS45NTFWMjQ5Ljk4M0MxNzAuMDA3IDI1NS40MjUgMTc0LjMxNSAyNTkuOTYxIDE4MC4wMjMgMjU5Ljk2MUgyMDAuMDE3QzIwMi42NyAyNTkuOTYxIDIwNS4yMTQgMjU4LjkwOCAyMDcuMDkyIDI1Ny4wMzRDMjA4Ljk3IDI1NS4xNiAyMTAuMDI4IDI1Mi42MTcgMjEwLjAzMyAyNDkuOTY0VjIyOS45ODlDMjEwLjAxOCAyMjcuMzQyIDIwOC45NTYgMjI0LjgwOSAyMDcuMDc5IDIyMi45NDNDMjA1LjIwMiAyMjEuMDc3IDIwMi42NjMgMjIwLjAyOSAyMDAuMDE3IDIyMC4wM0wxODAuMDA0IDIxOS45OTJaTTYwLjAwMTIgMjI5Ljk1MUg3OS45NzY0VjI0OS45ODNINjAuMDIwMUw2MC4wMDEyIDIyOS45NTFaTTExOS45ODQgMjI5Ljk1MUgxMzkuOTk3VjI0OS45ODNIMTE5Ljk4NFYyMjkuOTUxWk0xODAuMDA0IDIyOS45NTFIMjAwLjAxN1YyNDkuOTgzSDE4MC4wMDRWMjI5Ljk1MVpNMjU1LjAyOSAyMjkuOTUxSDI4Mi45NkwyMzkuOTg2IDI3Mi45MjVWMjQ0Ljk5NEMyMzkuOTg2IDIzNi43MzUgMjQ2LjYxOSAyMjkuOTUxIDI1NS4wMjkgMjI5Ljk1MVpNMjg5Ljk5IDIzNy4wNTdWMjk0Ljk5OEMyODkuOTkgMjk4Ljk2OSAyODguNDE0IDMwMi43NzggMjg1LjYwNyAzMDUuNTg4QzI4Mi44MDEgMzA4LjM5OCAyNzguOTk0IDMwOS45NzkgMjc1LjAyMyAzMDkuOTg0SDQ0Ljk3NzNDNDMuMDEwMiAzMDkuOTg0IDQxLjA2MjQgMzA5LjU5NiAzOS4yNDUyIDMwOC44NDNDMzcuNDI4MSAzMDguMDkgMzUuNzc3MyAzMDYuOTg1IDM0LjM4NzIgMzA1LjU5NEMzMi45OTcxIDMwNC4yMDIgMzEuODk1IDMwMi41NSAzMS4xNDQgMzAwLjczMUMzMC4zOTI5IDI5OC45MTMgMzAuMDA3NiAyOTYuOTY1IDMwLjAxMDEgMjk0Ljk5OFYyODQuODVDMzQuMTg2NSAyODguMDI1IDM5LjM0NTcgMjg5Ljk3MSA0NC45NzczIDI4OS45NzFIMjM0Ljk5N0MyMzYuMzIgMjg5Ljk3MSAyMzcuNjA1IDI4OS40NDIgMjM4LjU1IDI4OC40OTdMMjg5Ljk5IDIzNy4wNTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzMwMF8xOTQyIj4KPHJlY3Qgd2lkdGg9IjMyMCIgaGVpZ2h0PSIzMjAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat right 0;
  background-size: cover;
  height: 320px;
}
.examination-calendar__info-title {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.examination-calendar__info-subtitle {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.examination-calendar__calendar-list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.examination-calendar__calendar-item {
  list-style: none;
  font-size: 18px;
}
.examination-calendar__calendar-block {
  display: flex;
  gap: 24px;
}
.examination-calendar__smart-form {
  padding: 0;
}
.examination-calendar__smart-form section {
  margin-bottom: 20px;
}
.examination-calendar__smart-form fieldset + fieldset {
  border: none;
}
.examination-calendar__select-wrapper {
  max-width: 600px;
}
.examination-calendar__find-error {
  position: static;
  display: block !important;
  margin-bottom: 5px;
  color: #9d2235;
  bottom: 70px;
  font-style: normal;
}
.form-override fieldset {
  display: flex;
  background: #ffffff !important;
  padding: 0;
}
.form-override section {
  flex: 1;
  padding: 0 !important;
}
.calendar {
  width: 1036px;
  min-height: 600px;
  color: #4A4A4A;
}
.calendar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  border: 1px solid #c8cbcc;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  padding: 0 16px;
}
.calendar__month-btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.calendar__month {
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
}
.calendar__right-arrow {
  transform: rotate(180deg);
}
.calendar__list {
  display: grid;
  grid-template-columns: repeat(7, auto);
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c8cbcc;
  border-left: 1px solid #c8cbcc;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.calendar__day {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-top: 1px solid #c8cbcc;
  border-right: 1px solid #c8cbcc;
  font-size: 14px;
  font-weight: 600;
  background-color: #e6e8e8;
}
.calendar__date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
  font-size: 24px;
  border-top: 1px solid #c8cbcc;
  border-right: 1px solid #c8cbcc;
  font-weight: 600;
  background-color: #e6e8e8;
}
.calendar__date:last-of-type {
  border-radius: 0 0 4px 0;
}
.calendar__date--weekend {
  color: #9d2235;
}
.calendar__date--disable {
  color: #c8cbcc;
}
.calendar__date-text {
  position: relative;
  z-index: 1;
}
.calendar__date-today {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #0f4c81;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
.calendar__date-icon {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.calendar__date-tooltip.tooltip.in {
  opacity: 1;
}
.calendar__date-tooltip.tooltip .tooltip-inner {
  max-width: 320px;
  padding: 20px;
  background-color: #ffffff;
  color: #333333;
  opacity: 1;
  box-shadow: 0px 4px 16px 0px #00000026;
}
.calendar__date-tooltip.tooltip .tooltip-arrow {
  border-right-color: #ffffff;
}
.calendar__date-periods {
  display: flex;
  flex-direction: column;
  text-align: start;
  gap: 10px;
  background-color: #ffffff;
}
.calendar__date-periods-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.calendar__date-periods-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.calendar__date-periods-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
.calendar__date-periods-item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 56px;
  left: 27.5px;
  width: 1px;
  height: 16px;
  border-left: 2px dashed #c8cbcc;
}
.calendar__date-periods-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 56px;
  border-radius: 28px;
}
.calendar__date-tooltip-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #365d80;
  z-index: 2;
}
.calendar-legend {
  width: 340px;
  margin: 0;
  padding: 0;
}
.calendar-legend__list-item {
  position: relative;
  list-style: none;
}
.calendar-legend__list-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.calendar-legend__list-item:not(:last-of-type):after {
  content: '';
  position: absolute;
  top: 66px;
  left: 38px;
  width: 1px;
  height: 30px;
  border-left: 2px dashed #c8cbcc;
}
.calendar-legend__status {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}
.calendar-legend__status--active {
  position: relative;
  border: 1px solid #0f4c81;
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 1;
}
.calendar-legend__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 56px;
  border-radius: 28px;
}
.calendar-legend__current-status {
  display: block;
  width: 82px;
  padding: 2px 6px;
  color: #ffffff;
  background-color: #0f4c81;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
}
.calendar-legend__status-text {
  white-space: pre-wrap;
}
.request-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 24px 0;
}
.request-info__stage {
  width: 100%;
  padding: 12px 12px 10px 12px;
  border-radius: 4px;
  background-color: #e6eff8;
  color: #365d80;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}
.request-info__block {
  position: relative;
  width: 191px;
  height: 102px;
  padding: 10px;
  border-radius: 4px;
  list-style: none;
  background-color: #e6eff8;
  color: #4A4A4A;
}
.request-info__title {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  white-space: pre-line;
}
.request-info__value {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: 400;
  text-align: end;
  line-height: 20px;
}
.request-info__value--small-font {
  font-size: 16px;
}
.calendar__date--peach-color {
  background-color: #EBDDD1;
}
.calendar__date--green-color {
  background-color: #C7E3C7;
}
.calendar__date--blue-color {
  background-color: #D3E5F6;
}
.calendar__date--pink-color {
  background-color: #F7D4D7;
}
.calendar__date--yellow-color {
  background-color: #F7EBC2;
}
.calendar__date--purple-color {
  background-color: #E4D8F4;
}
.calendar__date--mint-color {
  background-color: #B1EBE7;
}
.calendar__date--orange-color {
  background-color: #F8DCB3;
}
.calendar__date--dark-pink-color {
  background-color: #EEBED5;
}
.calendar__date--celery-color {
  background-color: #E1EDB2;
}
.calendar__date--dark-green-color {
  background-color: #C4DACD;
}
.calendar__date--dark-peach-color {
  background-color: #E5CBB5;
}
.calendar__date--peach-color--triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 112px solid #EBDDD1;
  border-left: 147px solid transparent;
}
.calendar__date--green-color--triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 112px solid #C7E3C7;
  border-left: 147px solid transparent;
}
.calendar__date--blue-color--triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 112px solid #D3E5F6;
  border-left: 147px solid transparent;
}
.calendar__date--pink-color--triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 112px solid #F7D4D7;
  border-left: 147px solid transparent;
}
.calendar__date--yellow-color--triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 112px solid #F7EBC2;
  border-left: 147px solid transparent;
}
.calendar__date--purple-color--triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 112px solid #E4D8F4;
  border-left: 147px solid transparent;
}
.calendar__date--mint-color--triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 112px solid #B1EBE7;
  border-left: 147px solid transparent;
}
.calendar__date--orange-color--triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 112px solid #F8DCB3;
  border-left: 147px solid transparent;
}
.calendar__date--dark-pink-color--triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 112px solid #EEBED5;
  border-left: 147px solid transparent;
}
.calendar__date--celery-color--triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 112px solid #E1EDB2;
  border-left: 147px solid transparent;
}
.calendar__date--dark-green-color--triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 112px solid #C4DACD;
  border-left: 147px solid transparent;
}
.calendar__date--dark-peach-color--triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 112px solid #E5CBB5;
  border-left: 147px solid transparent;
}
.chat-modal .modal-header {
  background-color: white;
}
.chat-modal .modal-header .modal-title {
  color: #0a0a0a;
}
.chat-modal .modal-header .modal-subTitle {
  color: #0a0a0a;
}
.chat-modal .modal-header .close {
  color: #0a0a0a !important;
}
.chat-modal .modal-body {
  background-color: white;
}
.chat {
  flex: 1;
}
.chat__content {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  position: relative;
}
.chat__messages {
  height: 430px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 16px;
}
.chat__messages-list {
  display: grid;
  gap: 8px 0;
  padding-right: 24px;
}
.chat__message {
  display: grid;
}
.chat__message--type-self {
  margin-left: auto;
  grid-template-columns: minmax(100px, 490px);
}
.chat__message--type-self .chat__message-text {
  background-color: #F3E1CE;
  border-radius: 5px 5px 0 5px;
}
.chat__message--type-other {
  grid-template-columns: minmax(100px, 490px);
  gap: 0 6px;
}
.chat__message--type-other .chat__message-text {
  background-color: #F0F2F2;
  border-radius: 5px 5px 5px 0;
}
.chat__message--type-self .chat__message-content-wrapper {
  text-align: right;
}
.chat__message-content {
  display: inline-block;
  min-width: 100px;
}
.chat__message-name {
  color: #59677d;
  font-size: 11px;
  margin-bottom: 4px;
}
.chat__message-date {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-weight: 500;
  font-size: 9px;
  color: #0f3247;
}
.chat__message-text {
  position: relative;
  font-size: 13px;
  line-height: 175%;
  padding: 16px 16px 20px 16px;
  color: #000;
  word-break: break-word;
}
.chat__footer {
  display: grid;
  grid-template-columns: auto 30px;
  gap: 0 16px;
  padding-right: 24px;
}
.chat__textarea {
  width: 100%;
  min-height: 48px;
  padding: 8px 16px 4px;
  border: 1px solid #d7e1ef;
  overflow: auto;
  resize: vertical;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.chat .textarea_canSendMessage {
  border: 1px solid #9d2235;
}
.chat .textarea_contentMessageError {
  border: 1px solid #9d2235;
  background-color: #FFDEDD;
}
.chat__btn {
  background: none;
  padding: 0;
  border: none;
  align-self: center;
  cursor: pointer;
  margin-bottom: 7px;
}
.chat img.disabled__btn {
  filter: brightness(0) saturate(100%) invert(80%) sepia(55%) saturate(3831%) hue-rotate(199deg) brightness(77%) contrast(85%);
}
.chat .chat__footer_error {
  display: block;
  width: 100%;
  color: #9d2235;
}
.progress-scale {
  position: relative;
  width: 100%;
  height: 8px;
  margin-top: 28px;
  background-color: #ffffff;
  border-radius: 4px;
}
.progress-percent {
  position: relative;
  height: 8px;
  background-color: #0F4C81;
  border-radius: 4px;
}
.progress-percent-number {
  position: absolute;
  top: -28px;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.progress-percent-number--position {
  right: -20px;
}
@keyframes loading {
  to {
    clip-path: inset(0 -1ch 0 0);
  }
}
.isup-import {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.isup-import__info {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 4px;
  background-color: #0F4C811A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0F4C81;
}
.isup-import__loading {
  width: fit-content;
  clip-path: inset(0 1.5ch 0 0);
  animation: loading 1s steps(4) infinite;
}
.isup-import__info--success {
  background-color: #C7E3C7;
  color: #407340;
}
.isup-import__info--failed {
  background-color: #E3CBCF;
  color: #9D2235;
}
.isup-import__errors-link {
  width: fit-content;
  color: #0F4C81;
  border-bottom: 1px dashed #0F4C81;
  line-height: 18px;
  font-size: 16px;
}
.isup-import__errors-link:hover,
.isup-import__errors-link:focus,
.isup-import__errors-link:active {
  border-color: #3C457B;
}
.isup-import__info-text {
  white-space: pre;
}
.isup-import__text {
  font-size: 16px;
}
.isup-loading-btn {
  position: relative;
}
.isup-loading-btn__preloader {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 13px;
}
.isup-loading-btn__circle {
  stroke: #0F4C81!important;
}
.isup-loading-btn__circle--white {
  stroke: #FFFFFF!important;
}
.isup-errors-table {
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #c8cbcc;
  table-layout: fixed;
}
.isup-errors-table thead tr {
  background: transparent;
}
.isup-errors-table thead tr th {
  font-weight: 600;
  font-size: 16px;
  vertical-align: baseline;
  border: 1px solid #c8cbcc;
}
.isup-errors-table tbody tr td {
  font-size: 16px;
  border: 1px solid #c8cbcc;
}
.isup-errors-table__error {
  color: #9d2235;
}
.isup-errors-table__file {
  word-break: break-all;
}
.isup-errors__preloader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.isup-errors__preloader {
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
.isup-errors__preloader-circle {
  stroke: #0F4C81!important;
}
.psp-redirect {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-flex;
  margin-left: 6px;
  position: relative;
  z-index: 1;
}
.psp-redirect--left {
  margin-left: -14px;
}
.add-xml-btn {
  height: 46px;
  padding: 0 22px;
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 46px;
  color: #0f4c81;
  background-color: #ffffff;
  border-left: 1px solid #e6eaeb;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.add-xml-btn:hover {
  color: #ffffff;
  background-color: #0f4c81;
  border-left: 1px solid #0f4c81;
}
.version__wrapper {
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: 1fr 1fr;
}
.version__datepicker-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.version__datepicker-wrapper .date-time-picker {
  margin-left: 0;
}
.version__datepicker-wrapper .react-datepicker__input-container,
.version__datepicker-wrapper .react-datepicker-wrapper {
  width: 100%;
}
.version__label {
  color: #2c2a29;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 6px;
  width: fit-content;
}
.version__label .p-icon-required {
  font-size: 7px;
  color: #9d2235;
  vertical-align: top;
  margin: 3px 0 0 6px;
  position: absolute;
}
.version__input {
  border-color: #c8cbcc!important;
}
.version__input[aria-invalid='true'] {
  border-color: #9d2235!important;
}
.version__input--error {
  border-color: #9d2235!important;
}
.version__error {
  display: block;
  color: #9d2235;
  font-style: normal;
  margin-top: 7px;
}
.version__file {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.version__file .layout-field-default {
  flex-grow: 1;
}
.version__file section:last-child {
  margin-bottom: 24px!important;
}
.version__file-label {
  display: flex;
  background-color: #0F4C81;
  color: #fff;
  border-radius: 4px;
  border: none;
  outline: none;
  padding: 12px 20px;
  cursor: pointer;
  margin-top: 24px;
  height: 48px;
  box-sizing: border-box;
  align-items: center;
  font-weight: 600;
}
.version__file-label .invalid {
  display: none!important;
}
.version__file-label--disabled {
  cursor: not-allowed;
}
.version__file-input {
  transform: scale(0);
  height: 0;
  width: 0;
}
.version__submit-error {
  font-size: 19px;
  font-weight: 500;
  color: #666666;
}
.smart-form .version__datepicker-wrapper * {
  box-sizing: border-box;
}
.smart-form .version__datepicker-wrapper .invalid {
  display: block;
  margin-top: 7px;
}
.nav-tabs-primary {
  display: flex;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
}
.nav-tabs-primary > .nav-tabs-primary-item {
  width: 140px;
  height: 42px;
  line-height: 42px;
  background-color: #e6eff8;
}
.nav-tabs-primary > .nav-tabs-primary-item {
  padding: 0;
  cursor: pointer;
}
.nav-tabs-primary > .nav-tabs-primary-item.active {
  background-color: #0f4c81;
  color: #e6eff8;
  pointer-events: none;
}
.nav-tabs-primary > .nav-tabs-primary-item.active:hover {
  background-color: #0f4c81;
}
.xml-versions-wrapper {
  margin-bottom: 24px;
}
.xml-versions-table {
  margin: 0;
  border-width: 0 0 1px 0 !important;
  border-color: #c8cbcc !important;
}
.xml-versions-table thead tr {
  background: transparent;
}
.xml-versions-table thead tr th {
  padding: 15px 10px !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  vertical-align: baseline;
  border: none;
}
.xml-versions-table thead tr th:after {
  float: none;
  margin-left: 5px;
}
.xml-versions-table tbody tr td {
  padding: 25px 10px;
  border-width: 1px 0 0 0 !important;
  border-color: #c8cbcc !important;
  color: #333333;
}
.xml-versions-table tbody tr:hover {
  background-color: transparent !important;
}
.xml-versions-table__version {
  border: none;
  background-color: transparent;
  color: #0f4c81;
}
.xml-versions-table__disable-btn {
  border: none;
  background-color: transparent;
}
.design-task__wrapper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.design-task__header {
  display: flex;
  justify-content: space-between;
  padding: 46px 0;
  gap: 18px;
}
.design-task__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}
.design-task__strong {
  font-weight: 600;
}
.design-task__buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.design-task__status {
  display: flex;
  align-items: center;
}
.design-task__status-text {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
.design-task__form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.design-task__menu-wrapper {
  position: relative;
}
.design-task__menu-btn,
.design-task__menu-item-btn {
  border: none;
  background-color: transparent;
  padding: 0;
}
.design-task__menu-container {
  position: absolute;
  top: 63px;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 240px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 2px 12px 0px #00000021;
  border-radius: 3px;
  z-index: 1;
  background-color: #FFFFFF;
}
.design-task__menu-item {
  display: flex;
  flex-direction: column;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
.design-task__menu-item-btn {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 12px;
  height: 40px;
  border-radius: 3px;
}
.design-task__menu-item-btn:hover {
  background-color: #E6EFF8;
}
.design-task__menu-item-btn--small {
  padding-left: 35px;
  height: 28px;
  width: 100%;
}
.design-task__arrow-icon {
  margin-left: auto;
}
.design-task__arrow-icon--rotate {
  transform: rotate(180deg);
}
.design-task__menu-subsection {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.design-task__copy {
  display: block;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 19px;
  color: #666666;
}
.design-task__access {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  background-color: transparent;
  font-size: 48px;
}
.design-task__access-select .select-dropdown {
  height: 400px;
}
.design-task-version {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.design-task-version__label {
  color: #0F4C81;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}
.design-task-version-list tr {
  background: transparent !important;
}
.design-task-version-list th {
  color: #242A30 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 12px 10px !important;
  font-weight: 600 !important;
}
.design-task-version-list td {
  color: #242A30 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 12px 10px !important;
}
.design-task-version-list .table-link {
  color: #1f3a93;
  cursor: pointer;
}
.design-task-version-list .long-value-cell {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.design-task-version-list .table-selected-row td {
  color: #1f3a93 !important;
}
.design-tasks__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 24px;
}
.design-tasks__header-btn {
  width: 250px;
  border: 1px solid #0f4c81;
  background-color: #0f4c81;
  border-radius: 4px;
  padding: 0 20px;
  color: white;
}
.design-task-container .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.design-task-modal-text {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  color: #666666;
}
.design-task-form__folder {
  margin: 0 0 16px 16px;
}
.design-task-form__folder--margin {
  margin-left: 38px;
}
.design-task-form__folder-buttons {
  display: flex;
  gap: 8px;
  width: 120px;
  margin-top: 28px;
  margin-left: auto;
}
.design-task-form__tree-button {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 0;
  color: #707478;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border: none;
  background-color: transparent;
}
.design-task-form__folder-child {
  padding: 0;
  margin-bottom: 16px;
}
.design-task-form__folder-child--error .select-selection,
.design-task-form__folder-child--error .select-dropdown {
  border-color: #9d2235 !important;
}
.design-task-form__folder-title {
  color: #333333;
  font-weight: 600;
}
.design-task-form__folder-title-text {
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
}
.design-task-form__field {
  height: 29px !important;
  width: 600px;
}
.design-task-form__field--error {
  border-color: #9d2235 !important;
}
.design-task-form .smart-form .icon-append {
  top: 3px !important;
  font-size: 16px;
}
.design-task-form .smart-form input {
  font-size: 14px;
  font-weight: 400;
}
.design-task-form .smart-form .p-icon-required::before {
  font-size: 5px;
}
.design-task-form .smart-form .layout-field-default {
  margin: 0;
}
.design-task-form .smart-form .layout-field-default--margin-bottom {
  margin-bottom: 10px;
}
.design-task-form input[type="number"]::-webkit-inner-spin-button,
.design-task-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.design-task-form input[type="number"] {
  -moz-appearance: textfield;
}
.design-task-form .select-selection {
  height: 29px !important;
  font-size: 14px;
  line-height: 29px !important;
}
.design-task-form .select-result-option {
  font-size: 14px !important;
}
.design-task-form__field-wrapper {
  display: grid;
  grid-template-columns: 24px auto 92px;
  padding: 6px;
}
.design-task-form__field-wrapper--grid {
  grid-template-columns: auto 92px;
}
.design-task-form__text-field-wrapper {
  padding: 6px;
  display: grid;
  grid-template-columns: 24px calc(100% - 116px) 92px;
}
.design-task-form__text-field-action-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  margin-left: 10px;
}
.design-task-form__error {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #9d2235;
}
.design-task-form__btn-wrapper {
  display: flex;
  margin-left: auto;
  gap: 10px;
}
.design-task-form__btn-wrapper--margin {
  margin-top: 25px;
}
.design-task-form__empty-btn {
  width: 29px;
  height: 29px;
}
.design-task-form__edit-btn {
  height: 29px !important;
  width: 29px !important;
  min-height: 29px !important;
  min-width: 29px !important;
  margin-left: 10px;
  border: 1px solid #CCD0D4 !important;
  border-radius: 4px !important;
}
.design-task-form__edit-btn i {
  margin-left: -8px !important;
}
.design-task-form__tree-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  margin-bottom: 16px;
}
.design-task-form__folder-icon {
  margin-top: 2px;
}
.design-task-form__required {
  margin-left: 5px;
  color: #9d2235;
}
.design-task-form__file-label {
  width: fit-content;
  height: 32px;
  margin: 0;
  margin-bottom: 28px;
}
.design-task-form__file-label:hover {
  background-color: white;
  color: #0f4c81;
  border: 1px solid #CCD0D4;
}
.design-task-form__choice {
  margin: 0 0 0 16px;
}
.design-task-form__choice-block {
  align-items: flex-start;
}
.design-task-form__choice-title {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
  color: #707478;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.design-task-form__hover-field {
  background-color: #0f4c8130;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.design-task-form__hover-field--delete {
  background-color: #9d223530;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.design-task-form__attributes {
  margin-left: 24px;
}
.design-task-form__delete-btn .design-task-form__delete-icon {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yLjgzMzk4IDE1LjVDMi4zNzU2NSAxNS41IDEuOTgzNDMgMTUuMzM2OSAxLjY1NzMyIDE1LjAxMDhDMS4zMzEyMSAxNC42ODQ3IDEuMTY3ODcgMTQuMjkyMiAxLjE2NzMyIDEzLjgzMzNWM0gwLjMzMzk4NFYxLjMzMzMzSDQuNTAwNjVWMC41SDkuNTAwNjVWMS4zMzMzM0gxMy42NjczVjNIMTIuODM0VjEzLjgzMzNDMTIuODM0IDE0LjI5MTcgMTIuNjcwOSAxNC42ODQyIDEyLjM0NDggMTUuMDEwOEMxMi4wMTg3IDE1LjMzNzUgMTEuNjI2MiAxNS41MDA2IDExLjE2NzMgMTUuNUgyLjgzMzk4Wk00LjUwMDY1IDEyLjE2NjdINi4xNjczMlY0LjY2NjY3SDQuNTAwNjVWMTIuMTY2N1pNNy44MzM5OCAxMi4xNjY3SDkuNTAwNjVWNC42NjY2N0g3LjgzMzk4VjEyLjE2NjdaIiBmaWxsPSIjOUQyMjM1Ii8+Cjwvc3ZnPg==);
  width: 14px;
  height: 15px;
  margin-top: 6px;
}
.design-task-form__delete-btn:hover .design-task-form__delete-icon {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yLjgzMzk4IDE1LjVDMi4zNzU2NSAxNS41IDEuOTgzNDMgMTUuMzM2OSAxLjY1NzMyIDE1LjAxMDhDMS4zMzEyMSAxNC42ODQ3IDEuMTY3ODcgMTQuMjkyMiAxLjE2NzMyIDEzLjgzMzNWM0gwLjMzMzk4NFYxLjMzMzMzSDQuNTAwNjVWMC41SDkuNTAwNjVWMS4zMzMzM0gxMy42NjczVjNIMTIuODM0VjEzLjgzMzNDMTIuODM0IDE0LjI5MTcgMTIuNjcwOSAxNC42ODQyIDEyLjM0NDggMTUuMDEwOEMxMi4wMTg3IDE1LjMzNzUgMTEuNjI2MiAxNS41MDA2IDExLjE2NzMgMTUuNUgyLjgzMzk4Wk00LjUwMDY1IDEyLjE2NjdINi4xNjczMlY0LjY2NjY3SDQuNTAwNjVWMTIuMTY2N1pNNy44MzM5OCAxMi4xNjY3SDkuNTAwNjVWNC42NjY2N0g3LjgzMzk4VjEyLjE2NjdaIiBmaWxsPSIjRkZGRkZGIi8+Cjwvc3ZnPgo=);
}
.content-table-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.content-table-container__title {
  margin-bottom: 10px;
}
.content-table-container__actions {
  background: #FFFFFF;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 7px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.content-table-container__actions > button {
  width: 18px;
  height: 18px;
  padding: 2px;
  background: transparent;
  border: none;
}
.content-table-container__menu {
  left: 0;
  top: unset;
  padding: 0;
}
.content-table-container__pre-wrapper {
  background: #FFFFFF;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
.content-table-container__main-wrapper {
  padding: 10px;
  position: relative;
  width: fit-content;
  max-width: calc(100% - 20px);
}
.content-table-container__main {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 50px;
}
.content-table-container__main::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.content-table-container__main::-webkit-scrollbar-track {
  box-shadow: 0px -1px 0px 0px #E8E8E8;
}
.content-table-container__main::-webkit-scrollbar-thumb {
  background: #E8E8E8;
  border-radius: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}
.content-table-container__main::-webkit-scrollbar-thumb:hover {
  background: #BABABA;
  border-top: 1px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}
.content-table-container__table {
  border-collapse: collapse;
  width: max-content;
}
.content-table-container__head-cell {
  padding: 10px 6px 4px 6px;
  min-height: 56px;
  width: 196px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  white-space: pre-line;
  vertical-align: top;
  background: #e6eff8;
}
.content-table-container__body-cell {
  padding: 10px 6px 4px 6px;
  min-height: 56px;
  width: 196px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  white-space: pre-line;
  vertical-align: top;
}
.content-table-container__stub-row {
  line-height: 0;
  visibility: hidden;
}
.content-table-container__stub-row-cell {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.content-table-container__stub-col-cell {
  height: 56px;
  width: 0 !important;
  padding: 0;
  border: none;
}
.content-table-container__foot-cell {
  padding: 10px 6px 4px 6px;
  min-height: 56px;
  width: 196px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  white-space: pre-line;
  vertical-align: top;
  background: #F7F7F7;
}
.content-table-container__outer-cell {
  width: 50px;
  text-align: center;
}
.content-table-container__outer-cell-first:first-child,
.content-table-container__outer-cell-last:first-child {
  margin-top: 17px !important;
}
.content-table-container__outer-cell:first-child {
  position: absolute;
  left: 11px;
  top: auto;
}
.content-table-container__outer-cell:last-child {
  position: absolute;
  right: 11px;
  top: auto;
}
.head-row > .content-table-container__outer-cell:first-child,
.body-row > .content-table-container__outer-cell:first-child,
.foot-row > .content-table-container__outer-cell:first-child {
  margin-top: 6px;
}
.head-row > .content-table-container__outer-cell:last-child,
.body-row > .content-table-container__outer-cell:last-child,
.foot-row > .content-table-container__outer-cell:last-child {
  margin-top: 15px;
}
.content-table-container__outer-row {
  height: 32px;
}
.content-table-container__main textarea {
  font-size: 13px;
  line-height: 18px;
  resize: none;
  height: 100%;
  border: 1px solid #CCD0D4;
  border-radius: 3px;
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
}
.content-table-container__main input {
  font-size: 13px !important;
  line-height: 18px;
  height: 35px;
  border: 1px solid #CCD0D4;
  border-radius: 3px;
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
}
.content-table-container__main textarea:focus,
.content-table-container__main input:focus {
  border-color: #87B0D9;
}
.content-table-container__row-action {
  width: 18px;
  height: 18px;
  padding: 2px;
  background: transparent;
  border: none;
}
.content-table-container__row-button-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.content-table-container__row-button {
  background: transparent;
  border: none;
}
.content-table-container__value-cell {
  word-break: break-word;
}
.gge-style {
  /* MODAL FORM */
  /*END MODAL FORM*/
}
.gge-style .jarviswidget {
  margin: 0 0 24px 0;
}
.gge-style .jarviswidget > header {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #fff;
  border: none;
  background: #365d80;
  min-height: 56px;
  height: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0;
}
.gge-style .jarviswidget > header:after {
  content: '';
  display: table;
  clear: both;
}
.gge-style .jarviswidget > header > div > h2 {
  order: 0;
  float: none;
  margin-left: 23px;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.gge-style .jarviswidget .jarviswidget-loader {
  line-height: 56px;
  float: none;
  order: 1;
  margin-left: auto;
}
.gge-style .jarviswidget .jarviswidget-ctrls {
  height: 56px;
  float: none;
  order: 2;
}
.gge-style .jarviswidget .jarviswidget-ctrls .button-icon {
  min-width: 33px;
  height: 33px;
  float: left;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  font-family: 'DINPro';
  margin-right: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.gge-style .jarviswidget .jarviswidget-ctrls a {
  font-size: 11px;
  text-align: center;
  display: inline-block;
  line-height: 31px;
  color: #ffffff;
}
.gge-style .jarviswidget > div {
  background-color: #e6eff8 !important;
  font-size: 13px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0;
  border: none;
  padding: 24px 24px 0;
}
.gge-style .jarviswidget .widget-body {
  padding-bottom: 0;
}
.gge-style .jarviswidget .info-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
}
.gge-style .jarviswidget .info-label {
  padding: 4px 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin: 10px 0;
}
.gge-style .select2-hidden-accessible,
.gge-style .select2-hidden-accessible {
  display: none;
}
.gge-style .select2-wrapper,
.gge-style .select-wrapper {
  width: 100%;
  display: block;
}
.gge-style .select2-selection,
.gge-style .select2-container .select2-choice,
.gge-style .select-selection {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  height: 48px;
  padding: 0 16px;
  border-color: #c8cbcc;
  border-radius: 4px;
  line-height: 46px;
  color: #2c2a29;
  background-color: #ffffff;
  white-space: normal;
}
.gge-style .select2-selection--multiple,
.gge-style .select2-container-multi .select2-choices {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 48px;
  padding: 0 16px 0 11px;
  border-color: #c8cbcc;
  border-radius: 4px;
  background-color: #ffffff;
}
.gge-style .select2-selection__arrow,
.gge-style .select2-container .select2-choice .select2-arrow,
.gge-style .select2-selection .select2-selection__arrow,
.gge-style .select-selection__arrow {
  width: 49px;
  height: 100%;
  border: none;
  background: white;
}
.gge-style .select2-selection__arrow,
.gge-style .select2-container .select2-choice .select2-arrow,
.gge-style .select2-selection .select2-selection__arrow {
  color: #999999;
}
.gge-style .select2-selection__arrow b,
.gge-style .select2-container .select2-choice .select2-arrow b,
.gge-style .select2-selection .select2-selection__arrow b {
  font-size: 18px;
  line-height: 48px;
}
.gge-style .select2-container,
.gge-style .select-wrapper {
  font-size: 16px;
}
.gge-style .select2-container .select2-selection > .select2-chosen,
.gge-style .select-wrapper .select2-selection > .select2-chosen,
.gge-style .select2-container .select2-choice > .select2-chosen,
.gge-style .select-wrapper .select2-choice > .select2-chosen,
.gge-style .select2-container .select2-choices > .select2-chosen,
.gge-style .select-wrapper .select2-choices > .select2-chosen,
.gge-style .select2-container .select-selection > .select2-chosen,
.gge-style .select-wrapper .select-selection > .select2-chosen {
  margin-right: 33px;
  font-weight: 400;
}
.gge-style .select2-container .select2-selection:hover,
.gge-style .select-wrapper .select2-selection:hover,
.gge-style .select2-container .select2-choice:hover,
.gge-style .select-wrapper .select2-choice:hover,
.gge-style .select2-container .select2-choices:hover,
.gge-style .select-wrapper .select2-choices:hover,
.gge-style .select2-container .select-selection:hover,
.gge-style .select-wrapper .select-selection:hover {
  border-color: #0f4c81;
}
.gge-style .select2-container .select2-selection:hover .select2-selection__arrow,
.gge-style .select-wrapper .select2-selection:hover .select2-selection__arrow,
.gge-style .select2-container .select2-choice:hover .select2-selection__arrow,
.gge-style .select-wrapper .select2-choice:hover .select2-selection__arrow,
.gge-style .select2-container .select2-choices:hover .select2-selection__arrow,
.gge-style .select-wrapper .select2-choices:hover .select2-selection__arrow,
.gge-style .select2-container .select-selection:hover .select2-selection__arrow,
.gge-style .select-wrapper .select-selection:hover .select2-selection__arrow,
.gge-style .select2-container .select2-selection:hover .select2-arrow,
.gge-style .select-wrapper .select2-selection:hover .select2-arrow,
.gge-style .select2-container .select2-choice:hover .select2-arrow,
.gge-style .select-wrapper .select2-choice:hover .select2-arrow,
.gge-style .select2-container .select2-choices:hover .select2-arrow,
.gge-style .select-wrapper .select2-choices:hover .select2-arrow,
.gge-style .select2-container .select-selection:hover .select2-arrow,
.gge-style .select-wrapper .select-selection:hover .select2-arrow,
.gge-style .select2-container .select2-selection:hover .select-selection__arrow,
.gge-style .select-wrapper .select2-selection:hover .select-selection__arrow,
.gge-style .select2-container .select2-choice:hover .select-selection__arrow,
.gge-style .select-wrapper .select2-choice:hover .select-selection__arrow,
.gge-style .select2-container .select2-choices:hover .select-selection__arrow,
.gge-style .select-wrapper .select2-choices:hover .select-selection__arrow,
.gge-style .select2-container .select-selection:hover .select-selection__arrow,
.gge-style .select-wrapper .select-selection:hover .select-selection__arrow {
  color: #0f4c81;
}
.gge-style .select2-container.select2-container--disabled .select2-choice,
.gge-style .select-wrapper.select2-container--disabled .select2-choice,
.gge-style .select2-container.select-wrapper-disabled .select2-choice,
.gge-style .select-wrapper.select-wrapper-disabled .select2-choice,
.gge-style .select2-container.select2-container--disabled .select2-selection,
.gge-style .select-wrapper.select2-container--disabled .select2-selection,
.gge-style .select2-container.select-wrapper-disabled .select2-selection,
.gge-style .select-wrapper.select-wrapper-disabled .select2-selection,
.gge-style .select2-container.select2-container--disabled .select2-chosen,
.gge-style .select-wrapper.select2-container--disabled .select2-chosen,
.gge-style .select2-container.select-wrapper-disabled .select2-chosen,
.gge-style .select-wrapper.select-wrapper-disabled .select2-chosen,
.gge-style .select2-container.select2-container--disabled .select-selection,
.gge-style .select-wrapper.select2-container--disabled .select-selection,
.gge-style .select2-container.select-wrapper-disabled .select-selection,
.gge-style .select-wrapper.select-wrapper-disabled .select-selection {
  background-color: #e6eaeb;
  border-color: #c8cbcc;
  cursor: default;
}
.gge-style .select2-container.select2-container--disabled .select2-choice > .select2-chosen,
.gge-style .select-wrapper.select2-container--disabled .select2-choice > .select2-chosen,
.gge-style .select2-container.select-wrapper-disabled .select2-choice > .select2-chosen,
.gge-style .select-wrapper.select-wrapper-disabled .select2-choice > .select2-chosen,
.gge-style .select2-container.select2-container--disabled .select2-selection > .select2-chosen,
.gge-style .select-wrapper.select2-container--disabled .select2-selection > .select2-chosen,
.gge-style .select2-container.select-wrapper-disabled .select2-selection > .select2-chosen,
.gge-style .select-wrapper.select-wrapper-disabled .select2-selection > .select2-chosen,
.gge-style .select2-container.select2-container--disabled .select2-chosen > .select2-chosen,
.gge-style .select-wrapper.select2-container--disabled .select2-chosen > .select2-chosen,
.gge-style .select2-container.select-wrapper-disabled .select2-chosen > .select2-chosen,
.gge-style .select-wrapper.select-wrapper-disabled .select2-chosen > .select2-chosen,
.gge-style .select2-container.select2-container--disabled .select-selection > .select2-chosen,
.gge-style .select-wrapper.select2-container--disabled .select-selection > .select2-chosen,
.gge-style .select2-container.select-wrapper-disabled .select-selection > .select2-chosen,
.gge-style .select-wrapper.select-wrapper-disabled .select-selection > .select2-chosen {
  font-weight: 400;
  color: #555555;
}
.gge-style .select2-container.select2-container--disabled .select2-choice .select2-selection__arrow,
.gge-style .select-wrapper.select2-container--disabled .select2-choice .select2-selection__arrow,
.gge-style .select2-container.select-wrapper-disabled .select2-choice .select2-selection__arrow,
.gge-style .select-wrapper.select-wrapper-disabled .select2-choice .select2-selection__arrow,
.gge-style .select2-container.select2-container--disabled .select2-selection .select2-selection__arrow,
.gge-style .select-wrapper.select2-container--disabled .select2-selection .select2-selection__arrow,
.gge-style .select2-container.select-wrapper-disabled .select2-selection .select2-selection__arrow,
.gge-style .select-wrapper.select-wrapper-disabled .select2-selection .select2-selection__arrow,
.gge-style .select2-container.select2-container--disabled .select2-chosen .select2-selection__arrow,
.gge-style .select-wrapper.select2-container--disabled .select2-chosen .select2-selection__arrow,
.gge-style .select2-container.select-wrapper-disabled .select2-chosen .select2-selection__arrow,
.gge-style .select-wrapper.select-wrapper-disabled .select2-chosen .select2-selection__arrow,
.gge-style .select2-container.select2-container--disabled .select-selection .select2-selection__arrow,
.gge-style .select-wrapper.select2-container--disabled .select-selection .select2-selection__arrow,
.gge-style .select2-container.select-wrapper-disabled .select-selection .select2-selection__arrow,
.gge-style .select-wrapper.select-wrapper-disabled .select-selection .select2-selection__arrow,
.gge-style .select2-container.select2-container--disabled .select2-choice .select2-arrow,
.gge-style .select-wrapper.select2-container--disabled .select2-choice .select2-arrow,
.gge-style .select2-container.select-wrapper-disabled .select2-choice .select2-arrow,
.gge-style .select-wrapper.select-wrapper-disabled .select2-choice .select2-arrow,
.gge-style .select2-container.select2-container--disabled .select2-selection .select2-arrow,
.gge-style .select-wrapper.select2-container--disabled .select2-selection .select2-arrow,
.gge-style .select2-container.select-wrapper-disabled .select2-selection .select2-arrow,
.gge-style .select-wrapper.select-wrapper-disabled .select2-selection .select2-arrow,
.gge-style .select2-container.select2-container--disabled .select2-chosen .select2-arrow,
.gge-style .select-wrapper.select2-container--disabled .select2-chosen .select2-arrow,
.gge-style .select2-container.select-wrapper-disabled .select2-chosen .select2-arrow,
.gge-style .select-wrapper.select-wrapper-disabled .select2-chosen .select2-arrow,
.gge-style .select2-container.select2-container--disabled .select-selection .select2-arrow,
.gge-style .select-wrapper.select2-container--disabled .select-selection .select2-arrow,
.gge-style .select2-container.select-wrapper-disabled .select-selection .select2-arrow,
.gge-style .select-wrapper.select-wrapper-disabled .select-selection .select2-arrow,
.gge-style .select2-container.select2-container--disabled .select2-choice .select-selection__arrow,
.gge-style .select-wrapper.select2-container--disabled .select2-choice .select-selection__arrow,
.gge-style .select2-container.select-wrapper-disabled .select2-choice .select-selection__arrow,
.gge-style .select-wrapper.select-wrapper-disabled .select2-choice .select-selection__arrow,
.gge-style .select2-container.select2-container--disabled .select2-selection .select-selection__arrow,
.gge-style .select-wrapper.select2-container--disabled .select2-selection .select-selection__arrow,
.gge-style .select2-container.select-wrapper-disabled .select2-selection .select-selection__arrow,
.gge-style .select-wrapper.select-wrapper-disabled .select2-selection .select-selection__arrow,
.gge-style .select2-container.select2-container--disabled .select2-chosen .select-selection__arrow,
.gge-style .select-wrapper.select2-container--disabled .select2-chosen .select-selection__arrow,
.gge-style .select2-container.select-wrapper-disabled .select2-chosen .select-selection__arrow,
.gge-style .select-wrapper.select-wrapper-disabled .select2-chosen .select-selection__arrow,
.gge-style .select2-container.select2-container--disabled .select-selection .select-selection__arrow,
.gge-style .select-wrapper.select2-container--disabled .select-selection .select-selection__arrow,
.gge-style .select2-container.select-wrapper-disabled .select-selection .select-selection__arrow,
.gge-style .select-wrapper.select-wrapper-disabled .select-selection .select-selection__arrow {
  background-color: #e6eaeb;
  color: #999999;
}
.gge-style .select2-dropdown-open .select2-choice,
.gge-style .select2-container--open .select2-choice,
.gge-style .select-wrapper-open .select2-choice,
.gge-style .select2-dropdown-open .select2-selection,
.gge-style .select2-container--open .select2-selection,
.gge-style .select-wrapper-open .select2-selection,
.gge-style .select2-dropdown-open .select2-choices,
.gge-style .select2-container--open .select2-choices,
.gge-style .select-wrapper-open .select2-choices,
.gge-style .select2-dropdown-open .select-selection,
.gge-style .select2-container--open .select-selection,
.gge-style .select-wrapper-open .select-selection {
  border-color: #0f4c81;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.gge-style .select-wrapper-open .select-selection {
  border-bottom: none;
}
.gge-style .select2-container--open .select2-dropdown,
.gge-style .select2-drop-active,
.gge-style .select-dropdown {
  border-width: 1px;
  border-color: #0f4c81;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: none;
}
.gge-style .has-error .select-dropdown {
  border-color: #9d2235;
}
.gge-style .select2-container-multi.select2-container--disabled .select2-choices {
  background-color: #e6eaeb;
  border-color: #c8cbcc;
}
.gge-style .select2-container-multi.select2-container--disabled .select2-choices .select2-search-choice {
  background-color: #c8cbcc;
  padding: 6px 8px;
}
.gge-style .select2-container-multi.select2-container--disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
.gge-style .select2-container-multi .select2-choices .select2-search-field input {
  padding: 11px 5px;
  color: #2c2a29;
}
.gge-style .select2-container-multi.select2-container-active .select2-choices {
  border-color: #0f4c81;
}
.gge-style .select2-selection__choice,
.gge-style .select2-container-multi .select2-choices .select2-search-choice {
  margin: 8px 0 8px 5px;
  padding: 6px 39px 6px 8px;
  border-radius: 4px;
  border: none;
  background-color: #bd9a7a;
}
.gge-style .select2-selection__choice__remove,
.gge-style .select2-container-multi .select2-search-choice-close {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  border-radius: 0 4px 4px 0;
  text-align: center;
}
.gge-style .select2-search {
  min-height: 48px;
  padding: 0;
}
.gge-style .select2-search:before {
  color: #999999 !important;
  top: 18.5px;
  margin-top: 0;
  font-size: 11px;
  right: 20px;
}
.gge-style .select2-search input {
  background: none;
  border-top-color: #e6eaeb;
  border-bottom-color: #c7cbca;
  border-left: none;
  border-right: none;
  height: 48px !important;
  font-size: 16px;
  font-family: 'DINPro';
  font-weight: 300;
  padding-left: 16px;
  margin-top: 0px;
}
.gge-style .select-wrapper .select-dropdown .select-result-option {
  box-sizing: border-box;
  padding: 13px 17px;
  font-size: 16px;
  font-weight: 300;
}
.gge-style .select-wrapper .select-dropdown .select-result-option strong {
  font-weight: 600;
}
.gge-style .select-wrapper .select-dropdown .select-result-option-typed-value {
  margin-bottom: 13px;
  border-bottom: 1px solid #ccc;
}
@media (min-height: 360px) {
  .gge-style .select2-container--open .select2-dropdown .select2-results {
    max-height: 100px;
  }
}
@media (min-height: 460px) {
  .gge-style .select2-container--open .select2-dropdown .select2-results {
    max-height: 200px;
  }
}
@media (min-height: 560px) {
  .gge-style .select2-container--open .select2-dropdown .select2-results {
    max-height: 250px;
  }
}
@media (min-height: 760px) {
  .gge-style .select2-container--open .select2-dropdown .select2-results {
    max-height: 350px;
  }
}
@media (min-height: 850px) {
  .gge-style .select2-container--open .select2-dropdown .select2-results {
    max-height: 400px;
  }
}
@media (min-height: 1000px) {
  .gge-style .select2-container--open .select2-dropdown .select2-results {
    max-height: 450px;
  }
}
.gge-style .select2-drop-active .select2-results {
  max-height: 200px;
}
.gge-style .select2-container--open .select2-dropdown .select2-results,
.gge-style .select2-drop-active .select2-results {
  margin: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.gge-style .select2-container--open .select2-dropdown .select2-results li,
.gge-style .select2-drop-active .select2-results li {
  background: #ffffff;
  color: #2c2a29;
  border-bottom: 1px solid #e6eaeb;
  cursor: pointer;
}
.gge-style .select2-container--open .select2-dropdown .select2-results li.select2-results__option--highlighted,
.gge-style .select2-drop-active .select2-results li.select2-results__option--highlighted,
.gge-style .select2-container--open .select2-dropdown .select2-results li.select2-highlighted,
.gge-style .select2-drop-active .select2-results li.select2-highlighted {
  background: #e6eaeb;
}
.gge-style .select2-container--open .select2-dropdown .select2-results li:last-child,
.gge-style .select2-drop-active .select2-results li:last-child {
  border-bottom: none;
}
.gge-style .select2-container--open .select2-dropdown .select2-results__options .select2-results__option,
.gge-style .select2-drop-active .select2-results__options .select2-results__option,
.gge-style .select2-container--open .select2-dropdown .select2-results .select2-results__group,
.gge-style .select2-drop-active .select2-results .select2-results__group,
.gge-style .select2-container--open .select2-dropdown .select2-results .select2-result-label,
.gge-style .select2-drop-active .select2-results .select2-result-label {
  padding: 13px 17px;
  font-size: 16px;
  font-weight: 300;
}
.gge-style .select2-container--open .select2-dropdown .select2-results__options .select2-results__option strong,
.gge-style .select2-drop-active .select2-results__options .select2-results__option strong,
.gge-style .select2-container--open .select2-dropdown .select2-results .select2-results__group strong,
.gge-style .select2-drop-active .select2-results .select2-results__group strong,
.gge-style .select2-container--open .select2-dropdown .select2-results .select2-result-label strong,
.gge-style .select2-drop-active .select2-results .select2-result-label strong {
  font-weight: 600;
}
.gge-style .select2-container--open .select2-dropdown.select2-drop-above,
.gge-style .select2-drop-active.select2-drop-above,
.gge-style .select2-container--open .select2-dropdown.select2-dropdown--above,
.gge-style .select2-drop-active.select2-dropdown--above {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid;
  border-radius: 4px 4px 0 0;
}
.gge-style .select2-container--open .select2-dropdown.select2-drop-above .select2-search:before,
.gge-style .select2-drop-active.select2-drop-above .select2-search:before,
.gge-style .select2-container--open .select2-dropdown.select2-dropdown--above .select2-search:before,
.gge-style .select2-drop-active.select2-dropdown--above .select2-search:before {
  top: 18.5px;
  margin-top: 0;
}
.gge-style .select2-container--open .select2-dropdown.select2-drop-above .select2-search input,
.gge-style .select2-drop-active.select2-drop-above .select2-search input,
.gge-style .select2-container--open .select2-dropdown.select2-dropdown--above .select2-search input,
.gge-style .select2-drop-active.select2-dropdown--above .select2-search input {
  border-top: none;
}
.gge-style .select2-container--open .select2-dropdown.select2-drop-above .select2-results,
.gge-style .select2-drop-active.select2-drop-above .select2-results,
.gge-style .select2-container--open .select2-dropdown.select2-dropdown--above .select2-results,
.gge-style .select2-drop-active.select2-dropdown--above .select2-results {
  border-radius: 4px 4px 0 0;
}
.gge-style .select2-container.select2-dropdown-open.select2-drop-above .select2-choice,
.gge-style .select2-container.select2-container--open.select2-container--above .select2-choice,
.gge-style .select2-container.select2-dropdown-open.select2-drop-above .select2-choices,
.gge-style .select2-container.select2-container--open.select2-container--above .select2-choices,
.gge-style .select2-container.select2-dropdown-open.select2-drop-above .select2-selection,
.gge-style .select2-container.select2-container--open.select2-container--above .select2-selection {
  border-radius: 0 0 4px 4px;
}
.gge-style .has-error .select2-container .select2-choice,
.gge-style .has-error .select2-container .select2-selection,
.gge-style .has-error .select2-container-multi .select2-choices {
  border-color: #ba5168;
  background: #ffffff;
  color: #9d2235;
}
.gge-style .has-error .select2-container .select2-choice .select2-arrow,
.gge-style .has-error .select2-container .select2-selection .select2-selection__arrow {
  background: #ffffff;
  color: #ba5168;
}
.gge-style .has-error .select2-dropdown-open .select2-choice,
.gge-style .has-error .select2-container--open .select2-selection {
  border-color: #0f4c81 !important;
}
@media (min-width: 768px) {
  .gge-style .modal-dialog.big {
    width: 1000px;
  }
  .gge-style .modal-dialog.middle {
    width: 767px;
  }
  .gge-style .modal-dialog.small {
    width: 450px;
  }
}
.gge-style table.dataTable {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.gge-style table.dataTable.table-hover > tbody > tr.no-hover:hover {
  background-color: inherit;
}
.gge-style table.dataTable thead:nth-child(2) > tr > th {
  border-top-width: 1px;
}
.gge-style table.dataTable thead th.sorting,
.gge-style table.dataTable thead th.sorting_asc,
.gge-style table.dataTable thead th.sorting_desc {
  background: none;
}
.gge-style table.dataTable thead th.sorting_asc:after,
.gge-style table.dataTable thead th.sorting_desc:after {
  color: #2c2a29;
}
.gge-style table.dataTable thead th.no_sorting:after {
  content: "";
}
.gge-style table.dataTable thead tr.filters th {
  text-align: center;
  padding: 9px 7px !important;
}
.gge-style table.dataTable thead tr.filters th:after {
  content: '';
}
.gge-style table.dataTable thead tr.filters th .select2-selection,
.gge-style table.dataTable thead tr.filters th .select2-container .select2-choice,
.gge-style table.dataTable thead tr.filters th input,
.gge-style table.dataTable thead tr.filters th .select2-search input,
.gge-style table.dataTable thead tr.filters th select,
.gge-style table.dataTable thead tr.filters th .select-selection,
.gge-style table.dataTable thead tr.filters th .select-selection textarea {
  height: 34px;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  text-overflow: ellipsis;
}
.gge-style table.dataTable thead tr.filters th .select2-selection.date,
.gge-style table.dataTable thead tr.filters th .select2-container .select2-choice.date,
.gge-style table.dataTable thead tr.filters th input.date,
.gge-style table.dataTable thead tr.filters th .select2-search input.date,
.gge-style table.dataTable thead tr.filters th select.date,
.gge-style table.dataTable thead tr.filters th .select-selection.date,
.gge-style table.dataTable thead tr.filters th .select-selection textarea.date {
  width: 35% !important;
  margin: 0 5px;
}
.gge-style table.dataTable thead tr.filters th .select2-selection__arrow,
.gge-style table.dataTable thead tr.filters th .select-selection__arrow {
  width: 38px;
}
.gge-style table.dataTable thead tr.filters th .select2-selection__arrow b,
.gge-style table.dataTable thead tr.filters th .select-selection__arrow b {
  line-height: 34px;
}
.gge-style table.dataTable thead tr.filters th .select-selection__clean {
  right: 38px;
  width: 32px;
}
.gge-style .select2-container .select2-dropdown.dropdown-filter .select2-search {
  min-height: 34px;
}
.gge-style .select2-container .select2-dropdown.dropdown-filter .select2-search:before {
  top: 12px;
  right: 14px;
}
.gge-style .select2-container .select2-dropdown.dropdown-filter .select2-search input {
  height: 34px !important;
  font-size: 14px;
  line-height: 32px;
}
.gge-style .select2-container .select2-dropdown.dropdown-filter .select2-results__option {
  padding: 6px 17px;
  font-size: 14px;
}
.gge-style .dt-toolbar-footer ul.pagination > .active > a {
  z-index: 1;
}
.gge-style .dt-toolbar-footer ul.pagination li.paginate_button.disabled {
  pointer-events: none;
}
.gge-style .dt-toolbar-footer .dataTables_length {
  margin-right: auto;
}
.gge-style .dt-toolbar-footer .dataTables_length select {
  height: 34px;
}
.gge-style .jarviswidget .jarviswidget-ctrls .button-icon:active + .tooltip.fade.bottom.in {
  display: none !important;
}
.jarviswidget-toggle-header {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.ui-dialog.dlgfixed {
  position: fixed;
  margin-top: 30px;
}
/*!
 *  Font Awesome 4.2.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('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
  src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
//    url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'),
    url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
    url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
    url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
//  src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/styles/fonts//fontawesome-webfont.eot');
  src: url('/styles/fonts//fontawesome-webfont.eot') format('embedded-opentype'), url('/styles/fonts//fontawesome-webfont.woff') format('woff'), url('/styles/fonts//fontawesome-webfont.ttf') format('truetype'), url('/styles/fonts//fontawesome-webfont.svg') 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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: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-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-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";
}
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
.smart-style-2 .sidebar ul .sidebar__item > .sidebar__link:hover {
  color: #3e93dd !important;
}
.sidebar {
  width: 293px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /* ie 10+ */
}
.sidebar > ul {
  display: table;
  overflow-x: hidden;
}
.sidebar__link {
  line-height: normal;
  font-weight: normal;
  position: relative;
  text-align: left;
  padding: 0 !important;
}
.sidebar__title {
  display: block;
  font-weight: 400;
  line-height: 20px;
}
.sidebar__item:first-child {
  border-top: none !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sidebar__item:first-child:after {
  top: -5px;
}
.sidebar__item:first-child .sidebar__title {
  border: none;
}
.sidebar__subitem:first-child .sidebar__title {
  left: -25px;
}
.sidebar__item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sidebar__item:last-child .sidebar__title {
  border: none;
}
.sidebar__subitem:last-child .sidebar__title {
  border: none;
}
.sidebar__item,
.sidebar__subitem {
  position: relative;
  overflow: visible;
  border: none !important;
}
.sidebar__item .sidebar__error-sign,
.sidebar__subitem .sidebar__error-sign {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #9c2336;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.sidebar__item {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e8e8 !important;
  background: #e6eff8;
}
.sidebar__item:hover {
  cursor: pointer;
  background-color: #e6e8e8;
}
.sidebar__item:hover a:active {
  background: none !important;
}
.sidebar__item i {
  position: absolute;
  top: 50%;
  right: 26px;
  margin-right: 0;
  font-size: 10px !important;
  color: #9496a1;
  transform: translateY(-50%);
}
.sidebar__item.last {
  background-color: #e6e8e8;
  box-shadow: inset 4px 0 0 #0f4c81;
  border-bottom: 0px !important;
}
.sidebar__item.disabled {
  pointer-events: none;
}
.sidebar__item.disabled .sidebar__title {
  color: #a3a6af;
}
.sidebar__item.disabled i {
  color: #a3a6af;
}
.sidebar__item.no-active {
  background: #e6eaeb;
  border: 1px solid #c9cacc !important;
}
.sidebar__item .sidebar__title {
  padding: 14px 62px 14px 39px;
  font-size: 13px;
  color: #0f4c81;
}
.sidebar__subitem {
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  box-shadow: inset 4px 0 0 #0f4c81;
}
.sidebar__subitem:hover {
  cursor: pointer;
  background: #e6e6e6;
}
.sidebar__subitem:hover a:active {
  background: none !important;
}
.sidebar__subitem i {
  height: 1px;
  background-color: #2c2a29;
  position: absolute;
  top: 23px;
  left: 39px;
}
.sidebar__subitem + .sidebar__item {
  border-top: 0 !important;
}
.sidebar__subitem.last {
  background-color: #0f4c81;
}
.sidebar__subitem.last .sidebar__title {
  color: #ffffff;
}
.sidebar__subitem.last i {
  background-color: #ffffff;
}
.sidebar__subitem .sidebar__title {
  padding: 14px 15px 14px 39px;
  font-size: 13px;
  color: #2c2a29;
  width: 100%;
  overflow: hidden;
  text-indent: 26px;
  word-wrap: break-word;
}
.sidebar__item.last:after,
.sidebar__subitem.last .sidebar__title {
  border-color: #d9e0e8;
}
.sidebar__item.last ~ .sidebar__item .sidebar__title,
.sidebar__subitem.last ~ .sidebar__item .sidebar__title,
.sidebar__item.last ~ .sidebar__item .sidebar__title:before,
.sidebar__subitem.last ~ .sidebar__item .sidebar__title:before,
.sidebar__item.last ~ .sidebar__item:after,
.sidebar__subitem.last ~ .sidebar__item:after,
.sidebar__item.last ~ .sidebar__subitem .sidebar__title,
.sidebar__subitem.last ~ .sidebar__subitem .sidebar__title,
.sidebar__item.last ~ .sidebar__subitem .sidebar__title:before,
.sidebar__subitem.last ~ .sidebar__subitem .sidebar__title:before,
.sidebar__item.last ~ .sidebar__subitem:after,
.sidebar__subitem.last ~ .sidebar__subitem:after {
  border-color: #d9e0e8;
}
.sidebar__item.last ~ .sidebar__subitem .sidebar__title:before,
.sidebar__subitem.last ~ .sidebar__subitem .sidebar__title:before {
  background: #d9e0e8;
}
.left-panel-minified + div .has-sidebar {
  width: calc(-335vw);
}
.has-sidebar {
  float: left;
  padding-right: 26px;
  width: calc(-487vw);
}
@font-face {
  font-family: 'Portal icons';
  src: url(/build/865bd10da4b6807b19d2595d37cf8538.eot);
  src: url(/build/865bd10da4b6807b19d2595d37cf8538.eot#iefix) format('embedded-opentype'), url(/build/17a53c83e1d37bdcb6a2260d5a40237a.ttf) format('truetype'), url(/build/16ec7fc2906c10af234fd35a745da764.woff) format('woff'), url(/build/4356a51c6de9908b410dacc9de013a8c.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="p-icon-"],
[class*=" p-icon-"] {
  font-family: 'Portal icons' !important;
  position: relative;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="p-icon-"].blue-color-ecp-icons:before {
  color: #0f4c81;
}
[class^="p-icon-"].white-color:before {
  color: #ffffff;
}
[class^="p-icon-"].red-color:before {
  color: #9d2235;
}
[class^="p-icon-"].violet-color:before {
  color: #0f4c81;
}
.p-icon-alert:before {
  content: "\E90B";
  color: #9d2235;
}
.p-icon-back:before {
  content: "\E90C";
}
.p-icon-info_big {
  z-index: 1;
}
.p-icon-info_big:before {
  content: "\E915";
  color: #0f4c81;
  font-size: 24px;
}
.p-icon-info_medium:before {
  content: "\E915";
  color: #0f4c81;
  font-size: 20px;
}
.p-icon-info_medium_white:before {
  content: "\E915";
  color: #fff;
  font-size: 20px;
}
.p-icon-info_big_white:before {
  content: "\E915";
  color: #fff;
  font-size: 24px;
}
.p-icon-info_medium {
  z-index: 1;
}
.p-icon-info_medium:before {
  content: "\E915";
  color: #0f4c81;
  font-size: 20px;
}
.p-icon-pdf:before {
  content: "\E917";
  color: #0f4c81;
}
.p-icon-edit:before {
  content: "\E905";
}
.p-icon-error:before {
  content: "\E907";
}
.p-icon-home:before {
  content: "\E909";
  color: #ffffff;
  font-size: 24px;
}
.p-icon-info_small:before {
  content: "\E923";
}
.p-icon-more:before {
  content: "\E90D";
  color: #9d2235;
}
.p-icon-new_point:before {
  content: "\E90F";
}
.p-icon-new_structure:before {
  content: "\E912";
}
.p-icon-plus:before {
  content: "\E924";
}
.p-icon-status:before {
  content: "\E925";
  color: #0f4c81;
}
.p-icon-status_2:before {
  content: "\E926";
  color: #0f4c81;
}
.p-icon-time:before {
  content: "\E927";
  color: #0f4c81;
}
.p-icon-time_2:before {
  content: "\E928";
  color: #0f4c81;
}
.p-icon-envelope_open:before {
  content: "\E932";
  color: #0f4c81;
}
.p-icon-trash:before {
  content: "\E929";
}
.p-icon-download:before {
  content: "\E92B";
}
.p-icon-done:before {
  content: "\E92C";
  color: #0f4c81;
}
.p-icon-delete:before {
  content: "\E92D";
}
.p-icon-collapse:before {
  content: "\E92E";
  color: #ffffff;
}
.p-icon-calendar:before {
  content: "\E92F";
}
.p-icon-doc_2:before {
  content: "\E900";
  color: #0f4c81;
}
.p-icon-profile {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQ3IDI0QzQ3IDM2LjcwMjUgMzYuNzAyNSA0NyAyNCA0N0MxMS4yOTc1IDQ3IDEgMzYuNzAyNSAxIDI0QzEgMTEuMjk3NSAxMS4yOTc1IDEgMjQgMUMzNi43MDI1IDEgNDcgMTEuMjk3NSA0NyAyNFoiIGZpbGw9IndoaXRlIiBzdHJva2U9IiMwZjRjODEiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExIDE4LjEwNzZMMjIuOTk2MyAxMUgyNC4wMDM3TDM2IDE4LjEwNzZMMzUuNDk2MyAyMEgzMi41MDM5VjI5SDMyLjg0SDM0LjkyVjMxVjMySDM3VjM0VjM1VjM3SDM0LjkySDEzLjA4SDExVjM1VjM0VjMySDEzLjA4VjMxVjI5SDE1LjE2SDE1LjVMMTUuNTAzOCAyMEgxMS41MDM3TDExIDE4LjEwNzZaTTE3LjUgMjlIMjAuNTAzOVYyMEgxNy41MDM4TDE3LjUgMjlaTTIyLjUgMjlIMjUuNUwyNS41MDM4IDIwSDIyLjUwMzhMMjIuNSAyOVpNMjcuNSAyOUgzMC41TDMwLjUwMzggMjBIMjcuNTAzOEwyNy41IDI5Wk0zMS43OTg1IDE3Ljk2OTNMMjMuNSAxMy4wNTI1TDE1LjIwMTUgMTcuOTY5M0gzMS43OTg1Wk0yNC41MDM5IDE1Ljg2MzhDMjQuNTAzOSAxNi40MTYxIDI0LjA1NjIgMTYuODYzOCAyMy41MDM5IDE2Ljg2MzhDMjIuOTUxNiAxNi44NjM4IDIyLjUwMzkgMTYuNDE2MSAyMi41MDM5IDE1Ljg2MzhDMjIuNTAzOSAxNS4zMTE1IDIyLjk1MTYgMTQuODYzOCAyMy41MDM5IDE0Ljg2MzhDMjQuMDU2MiAxNC44NjM4IDI0LjUwMzkgMTUuMzExNSAyNC41MDM5IDE1Ljg2MzhaTTMyLjg0IDMxSDE1LjE2VjMySDMyLjg0VjMxWk0zMi44NCAzNEgzNC45MlYzNUgxMy4wOFYzNEgxNS4xNkgzMi44NFoiIGZpbGw9IiMwZjRjODEiLz4KPC9zdmc+Cg==) center no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
}
.p-icon-place_2:before {
  content: "\E901";
  color: #0f4c81;
}
.p-icon-calc_2:before {
  content: "\E902";
}
.p-icon-settings:before {
  content: "\E903";
  color: #ffffff;
  font-size: 24px;
}
.p-icon-exe:before {
  content: "\E904";
  color: #0f4c81;
}
.p-icon-result:before {
  content: "\E906";
  color: #0f4c81;
}
.p-icon-del:before {
  content: "\E908";
  color: #0f4c81;
}
.p-icon-test:before {
  content: "\E90A";
  color: #0f4c81;
}
.p-icon-user:before {
  content: "\E90E";
}
.p-icon-notification:before {
  content: "\E910";
  color: #ffffff;
  font-size: 24px;
}
.p-icon-pen:before {
  content: "\E911";
  color: #0f4c81;
}
.p-icon-mail:before {
  content: "\E913";
  font-size: 17px;
  color: #ffffff;
}
.p-icon-reg:before {
  content: "\E914";
  color: #0f4c81;
}
.p-icon-place:before {
  content: "\E916";
  color: #0f4c81;
}
.p-icon-calc:before {
  content: "\E919";
  color: #0f4c81;
}
.p-icon-logout:before {
  content: "\E922";
  color: #ffffff;
  font-size: 24px;
}
.p-icon-search:before {
  content: "\E91B";
}
.p-icon-doc:before {
  content: "\E91D";
  color: #0f4c81;
}
.p-icon-phone:before {
  content: "\E91E";
  color: #ffffff;
  font-size: 32px;
}
.p-icon-sort:before {
  content: "\E91F";
  color: #999;
}
.p-icon-arrow_left:before {
  content: "\E920";
}
.p-icon-arrow_right:before {
  content: "\E921";
}
.p-icon-arrow_bottom:before {
  content: "\E921";
}
.p-icon-arrow_bottom {
  transform: rotate(90deg);
}
.p-icon-required:before {
  content: "\E918";
}
.p-icon-folder_open:before {
  content: "\E91C";
}
.p-icon-folder_closed:before {
  content: "\E91A";
}
.p-icon-signed:before {
  content: "\E930";
}
.p-icon-unsigned:before {
  content: "\E92A";
}
.p-icon-key:before {
  content: "\E931";
}
.p-icon-link:before {
  content: "\E933";
}
.p-icon-link {
  content: "\E933";
}
.p-icon-plus_user:before {
  content: "\E934";
  color: #0f4c81;
}
.p-icon-thumbs_up:before {
  content: "\E935";
  color: #0f4c81;
}
.p-icon-none {
  display: none !important;
}
.p-icon-requestChanges {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy41IDBIMC41TDAgMC41VjEwLjVMMC41IDExSDNWMTMuNUwzLjg1NCAxMy44NTRMNi43MDcgMTFIMTMuNUwxNCAxMC41VjAuNUwxMy41IDBaTTEzIDEwSDYuNUw2LjE0NiAxMC4xNDZMNCAxMi4yOTNWMTAuNUwzLjUgMTBIMVYxSDEzVjEwWk05IDlINVY3Ljk3OUg5VjlaTTYuNSAySDcuNVY0SDkuNVY1SDcuNVY3SDYuNVY1SDQuNVY0SDYuNVYyWiIgZmlsbD0iIzBmNGM4MSIvPgo8L3N2Zz4K);
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.request-tab:hover .p-icon-requestChanges {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy41IDBIMC41TDAgMC41VjEwLjVMMC41IDExSDNWMTMuNUwzLjg1NCAxMy44NTRMNi43MDcgMTFIMTMuNUwxNCAxMC41VjAuNUwxMy41IDBaTTEzIDEwSDYuNUw2LjE0NiAxMC4xNDZMNCAxMi4yOTNWMTAuNUwzLjUgMTBIMVYxSDEzVjEwWk05IDlINVY3Ljk3OUg5VjlaTTYuNSAySDcuNVY0SDkuNVY1SDcuNVY3SDYuNVY1SDQuNVY0SDYuNVYyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.p-icon-requestChanges_active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy41IDBIMC41TDAgMC41VjEwLjVMMC41IDExSDNWMTMuNUwzLjg1NCAxMy44NTRMNi43MDcgMTFIMTMuNUwxNCAxMC41VjAuNUwxMy41IDBaTTEzIDEwSDYuNUw2LjE0NiAxMC4xNDZMNCAxMi4yOTNWMTAuNUwzLjUgMTBIMVYxSDEzVjEwWk05IDlINVY3Ljk3OUg5VjlaTTYuNSAySDcuNVY0SDkuNVY1SDcuNVY3SDYuNVY1SDQuNVY0SDYuNVYyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.pendingTooltip-icon {
  color: #0f4c81;
  font-size: 20px;
  vertical-align: bottom;
}
.pointer-element {
  cursor: pointer;
}
.backArrow-icon {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.backArrow-icon i {
  color: #0f4c81;
  font-size: 25px;
  margin-right: 5px;
}
.fa-trash-o {
  color: #0f4c81;
}
@font-face {
  font-family: 'DINPro';
  src: local('DINPro-Light'), url(/build/4c843fe86a7f62155555820dc09d7f3d.eot);
  src: url(/build/4c843fe86a7f62155555820dc09d7f3d.eot?#iefix) format('embedded-opentype'), url(/build/c838771d0354e93aa941a0b66ff78bb4.woff2) format('woff2'), url(/build/fdd961c41e351ff3ed0804c5781aa186.woff) format('woff'), url(/build/24959ae026b4f2d5ef220337150ddb8c.ttf) format('truetype'), url(/build/c781be0ea6e396edfd256f3c8ab26abd.svg#DIN2014Web-Light) format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: local('DINPro-Regular'), url(/build/e90d79d8cd9d0474cb3751271abeda8e.eot);
  src: url(/build/e90d79d8cd9d0474cb3751271abeda8e.eot?#iefix) format('embedded-opentype'), url(/build/9d59882facbfd5a89a1b6c3e2e5bd7fc.woff2) format('woff2'), url(/build/c476e3067b9eddfa86a0a866e3570ecc.woff) format('woff'), url(/build/6a086083b5842ab3e59fe910ded7a3c6.ttf) format('truetype'), url(/build/e819115f2a8acdc6d686e0029938fda7.svg#DIN2014Web-Regular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: local('DINPro-Medium'), url(/build/f58da00e5cf775c802fb066d4686c646.eot);
  src: url(/build/f58da00e5cf775c802fb066d4686c646.eot?#iefix) format('embedded-opentype'), url(/build/80072d0fd9f87a227e56d924b3f13b52.woff2) format('woff2'), url(/build/07f5db8bf835f41f6b6b818be2f8d098.woff) format('woff'), url(/build/7921948fa90428f1bd9e34b52a209bb4.ttf) format('truetype'), url(/build/d7bc9cbd4771139e0eaa5c23dbddc449.svg#DIN2014Web-Demi) format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: local('DINPro-Bold'), url(/build/327ceaf22bff937d3459f255ee69a12b.eot);
  src: url(/build/327ceaf22bff937d3459f255ee69a12b.eot?#iefix) format('embedded-opentype'), url(/build/8978a71da98ea24793c42173dc86de69.woff2) format('woff2'), url(/build/06bbcf3fb8bd9a2487f0db2c56b30e06.woff) format('woff'), url(/build/27ed43debb58ef30d0efc984f1d5ad91.ttf) format('truetype'), url(/build/3997f86c8cca6b713ed28a5c72f96c0f.svg#DIN2014Web-Bold) format('svg');
  font-weight: 700;
  font-style: normal;
}
html {
  background: #ffffff;
  height: 100%;
  overflow: auto;
}
body {
  font-family: 'DINPro', sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  background: #ffffff;
  height: 100%;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'DINPro', sans-serif;
}
h1 {
  font-size: 20px;
  font-weight: 600;
}
.container-custom {
  min-height: 100%;
  display: flex;
  margin: 0 auto;
  min-width: 1263px;
  max-width: 1655px;
  -webkit-box-shadow: 0 2px 8px rgba(200, 203, 204, 0.75);
  box-shadow: 0 2px 8px rgba(200, 203, 204, 0.75);
}
.container-custom > div {
  width: 100%;
}
.middle-content {
  min-height: calc(100vh - 398px);
}
.container-wrapper {
  padding: 0 48px;
}
@media (max-width: 1654px) {
  .container-wrapper {
    padding: 0 20px;
  }
}
.container-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
#main {
  padding: 0;
  margin-left: 0px;
}
.container-flex {
  display: flex;
}
.container-flex .elements_flexible_content {
  padding-right: 24px;
}
.container-flex .elements_fixed {
  width: 293px;
}
.container-flex .no-overflow {
  overflow: hidden;
}
.elements_fixed,
.elements_flexible,
.elements_flexible_content {
  display: flex;
  position: relative;
}
.content-element {
  display: flex;
  max-width: 100%;
}
.content-element-part {
  display: flex;
  height: 100%;
  width: 100%;
}
.elements_flexible {
  width: calc(100% - 342px);
}
.elements_flexible_content {
  width: calc(100% - 293px);
}
.elements_flexible_content-no_sidebar {
  width: 100%;
  margin-bottom: 20px;
}
.element_left_content {
  width: 100%;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-justify-center {
  justify-content: center;
}
a {
  color: #0f4c81;
}
a:hover,
a:focus {
  color: #3c457b;
}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(230, 232, 236, 0.7);
}
#page-loader.fade {
  display: none;
}
#page-loader.fade.in {
  display: block;
}
#page-loader.fade.in .spinner {
  opacity: 1;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
}
#page-loader .spinner {
  height: 40px;
  width: 40px;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px -20px 0 0;
  border: 3px solid #c8cbcc;
  border-top: 3px solid #0f4c81;
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.dropdown-click,
a.dropdown-click,
a.dropdown-click:hover {
  text-decoration: none;
  cursor: pointer;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.action-section-add {
  padding: 24px 0;
  border-top: 1px solid #e6eaeb;
  border-bottom: 1px solid #e6eaeb;
}
.action-section-add.last {
  margin-bottom: 23px;
}
.action-section-add.first {
  margin-top: 19px;
}
.action-section-add legend {
  padding: 14px 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #9d2235;
  border: none;
}
.action-section-delete {
  margin-top: -32px;
  margin-bottom: 23px;
}
.action-section-delete.inner {
  margin-top: 0;
}
.action-block-delete {
  margin-top: 24px;
  margin-bottom: 24px;
}
.action-block-delete.inner {
  margin-top: 0;
}
.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 45px;
  cursor: pointer;
  vertical-align: middle;
}
.btn i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  text-align: right;
}
.btn i.p-icon-new_structure {
  font-size: 17px;
}
.btn i.p-icon-trash {
  font-size: 12px;
}
.btn i.p-icon-new_point {
  font-size: 13px;
}
.btn i.p-icon-user {
  font-size: 14px;
}
.btn i.p-icon-plus {
  font-size: 10px;
}
.btn i.p-icon-delete {
  font-size: 2px;
}
.btn + label.fail {
  color: #9d2235;
  font-size: 14px;
  margin-left: 10px;
}
.btn-primary,
.btn-primary:visited {
  background-color: #0f4c81;
  border: 2px solid #0f4c81;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:visited:hover {
  background-color: transparent;
  color: #0f4c81;
  border-color: #e6e8e8;
}
.btn-primary:hover i,
.btn-primary:visited:hover i {
  color: #0f4c81;
}
.btn-primary:active,
.btn-primary:visited:active,
.btn-primary.active,
.btn-primary:visited.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:visited {
  background-color: transparent;
  color: #0f4c81;
  border-color: #e6e8e8;
}
.btn-primary:active:hover,
.btn-primary:visited:active:hover,
.btn-primary.active:hover,
.btn-primary:visited.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:visited:hover,
.btn-primary:active:focus,
.btn-primary:visited:active:focus,
.btn-primary.active:focus,
.btn-primary:visited.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:visited:focus,
.btn-primary:active.focus,
.btn-primary:visited:active.focus,
.btn-primary.active.focus,
.btn-primary:visited.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:visited.focus {
  background-color: transparent;
  color: #0f4c81;
  border-color: #e6e8e8;
}
.btn-primary.disabled:hover,
.btn-primary:visited.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary:visited[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:visited:hover,
.btn-primary.disabled:focus,
.btn-primary:visited.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary:visited[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:visited:focus,
.btn-primary.disabled.focus,
.btn-primary:visited.disabled.focus,
.btn-primary[disabled].focus,
.btn-primary:visited[disabled].focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:visited.focus {
  background-color: #0f4c81;
  border: 2px solid #0f4c81;
  color: #ffffff;
  font-weight: 400;
}
.btn-common {
  background-color: transparent;
  border: 3px solid #0f4c81;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #0f4c81;
  border-radius: 3px;
  font-weight: 600;
}
.btn-common:hover {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.btn-common:hover i {
  color: #ffffff;
}
.btn-common:active,
.btn-common.active,
.open > .dropdown-toggle.btn-common {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.btn-common:active:hover,
.btn-common.active:hover,
.open > .dropdown-toggle.btn-common:hover,
.btn-common:active:focus,
.btn-common.active:focus,
.open > .dropdown-toggle.btn-common:focus,
.btn-common:active.focus,
.btn-common.active.focus,
.open > .dropdown-toggle.btn-common.focus {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.btn-common.disabled:hover,
.btn-common[disabled]:hover,
fieldset[disabled] .btn-common:hover,
.btn-common.disabled:focus,
.btn-common[disabled]:focus,
fieldset[disabled] .btn-common:focus,
.btn-common.disabled.focus,
.btn-common[disabled].focus,
fieldset[disabled] .btn-common.focus {
  background-color: transparent;
  border: 2px solid #e6e8e8;
  color: #0f4c81;
}
.btn-common.disabled:hover i,
.btn-common[disabled]:hover i,
fieldset[disabled] .btn-common:hover i,
.btn-common.disabled:focus i,
.btn-common[disabled]:focus i,
fieldset[disabled] .btn-common:focus i,
.btn-common.disabled.focus i,
.btn-common[disabled].focus i,
fieldset[disabled] .btn-common.focus i {
  color: #0f4c81;
}
.btn-thin-border {
  border: 2px solid #e6e8e8;
  padding-top: 10px;
  padding-bottom: 10px;
}
.input-group-btn.btn-icon-wrapper {
  vertical-align: top;
}
.btn-icon {
  padding: 0;
  height: 48px;
  width: 48px;
  overflow: hidden;
  border: 2px solid #e6e8e8;
  color: #0f4c81;
  background-color: transparent;
}
.btn-icon i {
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
}
.btn-icon:hover {
  background-color: #0f4c81;
  color: #ffffff;
  font-weight: 600;
  border-color: #0f4c81;
}
.btn-icon:hover i {
  color: #ffffff;
}
.btn-icon:active,
.btn-icon.active {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.btn-icon:active:hover,
.btn-icon.active:hover,
.btn-icon:active:focus,
.btn-icon.active:focus,
.btn-icon:active.focus,
.btn-icon.active.focus {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.btn-icon-cell {
  padding: 0;
  height: 38px;
  width: 38px;
  border: 2px solid #ffffff;
  color: #0f4c81;
  background-color: #ffffff;
}
.btn-icon-cell i {
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
}
.btn-icon-cell:hover {
  background-color: #0f4c81;
  color: #ffffff;
  font-weight: 600;
  border-color: #0f4c81;
}
.btn-icon-cell:hover i {
  color: #ffffff;
}
.btn-icon-cell:active,
.btn-icon-cell.active {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.btn-icon-cell:active:hover,
.btn-icon-cell.active:hover,
.btn-icon-cell:active:focus,
.btn-icon-cell.active:focus,
.btn-icon-cell:active.focus,
.btn-icon-cell.active.focus {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.btn-icon-big {
  padding: 8px 10px;
  width: fit-content;
  border: 2px solid #ffffff;
  color: #0f4c81;
  background-color: #ffffff;
  font-size: 13px;
}
.btn-icon-big i {
  position: static;
  transform: translate(0);
  width: auto;
  margin-right: 5px;
}
.btn-icon-big:hover {
  background-color: #0f4c81;
  color: #ffffff;
  font-weight: 600;
  border-color: #0f4c81;
}
.btn-icon-big:hover i {
  color: #ffffff;
}
.btn-icon-big:active,
.btn-icon-big.active {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.btn-icon-big:active:hover,
.btn-icon-big.active:hover,
.btn-icon-big:active:focus,
.btn-icon-big.active:focus,
.btn-icon-big:active.focus,
.btn-icon-big.active.focus {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.btn-delete {
  background-color: transparent;
  border: 2px solid #e6e8e8;
  color: #9d2235;
  width: 48px;
  height: 48px;
  padding: 0;
}
.btn-delete:hover {
  background-color: #9d2235;
  color: #ffffff;
  font-weight: 600;
  border-color: #9d2235;
}
.btn-delete:hover i {
  color: #ffffff;
}
.btn-delete:active,
.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
  background-color: #9d2235;
  color: #ffffff;
  border-color: #9d2235;
}
.btn-delete:active:hover,
.btn-delete.active:hover,
.open > .dropdown-toggle.btn-delete:hover,
.btn-delete:active:focus,
.btn-delete.active:focus,
.open > .dropdown-toggle.btn-delete:focus,
.btn-delete:active.focus,
.btn-delete.active.focus,
.open > .dropdown-toggle.btn-delete.focus {
  background-color: #9d2235;
  color: #ffffff;
  border-color: #9d2235;
}
.btn-delete.disabled:hover,
.btn-delete[disabled]:hover,
fieldset[disabled] .btn-delete:hover,
.btn-delete.disabled:focus,
.btn-delete[disabled]:focus,
fieldset[disabled] .btn-delete:focus,
.btn-delete.disabled.focus,
.btn-delete[disabled].focus,
fieldset[disabled] .btn-delete.focus {
  background-color: transparent;
  border: 2px solid #e6e8e8;
  color: #9d2235;
  font-weight: 400;
}
.btn-delete i {
  text-align: center;
}
.btn-delete--border {
  border: 2px solid #98a4ae;
  height: 38px;
  width: 38px;
}
.btn-delete--border i {
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
}
.btn-add {
  background-color: transparent;
  border: 2px solid #e6e8e8;
  color: #0f4c81;
  width: 48px;
  height: 48px;
  padding: 0;
}
.btn-add:hover {
  background-color: #0f4c81;
  color: #ffffff;
  font-weight: 600;
  border-color: #0f4c81;
}
.btn-add:hover i {
  color: #ffffff;
}
.btn-add:active,
.btn-add.active,
.open > .dropdown-toggle.btn-add {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.btn-add:active:hover,
.btn-add.active:hover,
.open > .dropdown-toggle.btn-add:hover,
.btn-add:active:focus,
.btn-add.active:focus,
.open > .dropdown-toggle.btn-add:focus,
.btn-add:active.focus,
.btn-add.active.focus,
.open > .dropdown-toggle.btn-add.focus {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.btn-add.disabled:hover,
.btn-add[disabled]:hover,
fieldset[disabled] .btn-add:hover,
.btn-add.disabled:focus,
.btn-add[disabled]:focus,
fieldset[disabled] .btn-add:focus,
.btn-add.disabled.focus,
.btn-add[disabled].focus,
fieldset[disabled] .btn-add.focus {
  background-color: transparent;
  border: 2px solid #e6e8e8;
  color: #0f4c81;
  font-weight: 400;
}
.btn-add i {
  text-align: center;
}
.btn-add {
  width: 48px;
  height: 48px;
  padding: 0;
}
.btn-add ~ .btn-delete {
  margin-right: 20px;
}
.btn-add i {
  text-align: center;
  height: 13px;
  left: 13px;
}
.btn-add--width {
  width: fit-content;
}
.btn-add--text {
  padding: 10px 45px;
}
.btn-link-dashed {
  font-size: 16px;
  line-height: 16px;
  color: #1f3a93;
  border-bottom: 1px dashed #1f3a93;
}
.btn-link-dashed:hover {
  color: #2c2a29;
  border-bottom: 0;
}
.btn-group-cell > * {
  margin-right: 8px;
}
.btn-group-cell > *:last-child {
  margin-right: 0;
}
.gge-document-action .btn-sm {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  padding: 6px 10px 5px;
  vertical-align: bottom;
}
.gge-document-action .btn-sm i {
  position: static;
  transform: none;
  width: auto;
  text-align: left;
}
.gge-tree-header-btn {
  padding: 5px 30px;
  font-size: 12px;
}
.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;
  cursor: pointer;
}
.btn-default.disabled {
  color: #999999;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
.sticky {
  position: fixed !important;
}
.has-error.checkbox ~ em.invalid,
.nopriz-error.checkbox ~ em.invalid {
  display: block;
  color: #9d2235;
  font-style: normal;
  margin-top: 3px;
  margin-bottom: -4px;
}
.has-error:hover input[type="text"]:focus,
.nopriz-error:hover input[type="text"]:focus,
.has-error:hover input[type="text"]:focus + .input-group-addon,
.nopriz-error:hover input[type="text"]:focus + .input-group-addon,
.has-error:hover input.treeselect-choice-input[type="text"]:focus + i,
.nopriz-error:hover input.treeselect-choice-input[type="text"]:focus + i {
  border-color: #ba5168;
}
.has-error:hover input[type="text"]:hover,
.nopriz-error:hover input[type="text"]:hover,
.has-error:hover input[type="text"]:hover + .input-group-addon,
.nopriz-error:hover input[type="text"]:hover + .input-group-addon {
  border-color: #ba5168;
}
.has-error .input-group-addon,
.nopriz-error .input-group-addon {
  border-color: #ba5168;
  background: #ffffff;
  color: #9d2235;
}
.has-error textarea,
.nopriz-error textarea,
.has-error textarea + .input-group-addon,
.nopriz-error textarea + .input-group-addon {
  border-color: #ba5168 !important;
}
.has-error input[type="text"],
.nopriz-error input[type="text"],
.has-error input[type="text"] + .input-group-addon,
.nopriz-error input[type="text"] + .input-group-addon,
.has-error.checkbox > i,
.nopriz-error.checkbox > i,
.has-error input.treeselect-choice-input[type="text"] + i,
.nopriz-error input.treeselect-choice-input[type="text"] + i,
.has-error input[readonly]:not(.treeselect-choice-input),
.nopriz-error input[readonly]:not(.treeselect-choice-input),
.has-error .select-wrapper.select-wrapper-disabled .select-selection,
.nopriz-error .select-wrapper.select-wrapper-disabled .select-selection,
.has-error input.nopriz-status-select.read-only,
.nopriz-error input.nopriz-status-select.read-only,
.has-error.select .select-selection,
.nopriz-error.select .select-selection {
  border-color: #ba5168;
  color: #9d2235;
}
.has-error input[type="text"] + .input-group-addon,
.nopriz-error input[type="text"] + .input-group-addon,
.has-error input.treeselect-choice-input[type="text"]:not(.read-only) + i,
.nopriz-error input.treeselect-choice-input[type="text"]:not(.read-only) + i {
  background-color: #ffffff;
  color: #9d2235;
}
.has-error input[type="text"]:focus,
.nopriz-error input[type="text"]:focus,
.has-error input[type="text"]:focus + .input-group-addon,
.nopriz-error input[type="text"]:focus + .input-group-addon,
.has-error input.treeselect-choice-input[type="text"]:focus + i,
.nopriz-error input.treeselect-choice-input[type="text"]:focus + i {
  border-color: #ba5168;
}
.has-error input[type="text"]:focus + .input-group-addon,
.nopriz-error input[type="text"]:focus + .input-group-addon,
.has-error input.treeselect-choice-input[type="text"]:focus + i,
.nopriz-error input.treeselect-choice-input[type="text"]:focus + i {
  background-color: #ffffff;
  color: #9d2235;
}
.has-error input[type="text"]::-moz-placeholder,
.nopriz-error input[type="text"]::-moz-placeholder,
.has-error input[type="text"]:-moz-placeholder,
.nopriz-error input[type="text"]:-moz-placeholder,
.has-error input[type="text"]:-ms-input-placeholder,
.nopriz-error input[type="text"]:-ms-input-placeholder,
.has-error input[type="text"]::placeholder,
.nopriz-error input[type="text"]::placeholder {
  color: #9d2235;
}
.has-error input[type="text"]::-webkit-input-placeholder,
.nopriz-error input[type="text"]::-webkit-input-placeholder {
  color: #9d2235;
}
.has-error em.invalid,
.nopriz-error em.invalid,
.has-error span.invalid,
.nopriz-error span.invalid {
  display: block !important;
  color: #9d2235;
  font-style: normal;
  margin-top: 7px;
  margin-bottom: -4px;
}
.has-error .txt-color-red,
.nopriz-error .txt-color-red {
  color: #F44336 !important;
}
.has-error .select-selection,
.nopriz-error .select-selection,
.has-error .select-selection:hover,
.nopriz-error .select-selection:hover {
  border-color: #ba5168 !important;
  color: #9d2235;
}
.margin-top-0 {
  margin-top: 0;
}
.smart-form .uploader .has-error input[type="text"] {
  border-color: #ba5168 !important;
  outline-color: #ba5168 !important;
}
.has-warning input[type="text"],
.has-warning input[type="text"] + .input-group-addon {
  border-color: #faebcc;
}
.has-warning input[type="text"] + .input-group-addon {
  background-color: #faf2cc;
  color: #8a6d3b;
}
.has-warning input[type="text"]:focus,
.has-warning input[type="text"]:focus + .input-group-addon {
  border-color: #faebcc;
}
.has-warning input[type="text"]:focus + .input-group-addon {
  background-color: #e1c118;
  color: #ffffff;
}
.has-success input[type="text"]:focus + .input-group-addon {
  border-color: #d6e9c6;
  background-color: #d6e9c6;
  color: #ffffff;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-25 {
  margin-top: 25px;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal .modal-content {
  border: none;
  border-radius: 4px;
}
.modal .modal-header .close {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 3px;
  font-size: 24px;
}
.modal .modal-header .close:hover {
  opacity: 1;
}
.modal .smart-form {
  padding: 0;
}
.modal .smart-form fieldset:first-child {
  padding-top: 0;
}
.modal .smart-form fieldset:last-child {
  padding-bottom: 0;
}
.modal .smart-form section:last-child {
  margin-bottom: 0;
}
.modal-header,
.modal-body,
.modal-footer,
.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-content {
  padding: 20px;
}
.modal-body {
  background-color: #e6eff8;
}
.modal-body .block-sign-info {
  padding-left: 14px;
}
.modal-body .block-sign-info .sign-info:not(:last-child) {
  border-bottom: 1px solid #c0c2c2;
  margin-bottom: 10px;
}
.modal-footer {
  background-color: #ffffff;
}
.modal-header,
.ui-dialog .ui-dialog-titlebar {
  background-color: #0f4c81;
  color: #ffffff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-dialog {
  border-radius: 4px;
  background: none;
}
.ui-widget-content {
  border: none;
}
.ui-widget-overlay {
  height: 100%;
  z-index: 1001 !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  background-image: none;
  opacity: 0.5;
}
.ui-dialog .ui-dialog-content {
  background-color: #e6eff8;
  padding: 0;
}
.unscrollable-modal .ui-dialog-content {
  overflow: visible;
}
.ui-dialog .ui-dialog-title {
  margin: 0;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
  border: none !important;
}
.ui-dialog .ui-dialog-titlebar-close {
  margin: 0;
  top: 23px;
  right: 16px;
  opacity: 0.5;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
}
.ui-dialog-titlebar-close:before {
  content: "\F00D";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
.modal-title,
.ui-dialog .ui-dialog-title {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
}
.dialog-body-message {
  font-size: 15px;
}
.dialog-separator-border {
  border-bottom: 1px solid #c8cbcc;
  margin-bottom: 20px;
}
.gge-document-box .upload-file {
  padding-top: 0;
}
.ui-accordion .header-signature-info {
  font-weight: 600;
  color: #0f4c81;
  margin-left: -14px;
  font-size: 13px;
  background-color: transparent;
  border: none;
}
.ui-accordion .header-signature-info:hover {
  color: #3c457b;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  margin-top: -8px !important;
}
.ui-accordion .body-signature-info {
  background-color: transparent;
}
.form-attorneys {
  padding-bottom: 20px !important;
}
.form-upload-block {
  box-sizing: border-box;
  display: flex;
}
.form-upload-block .file-input-block {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  margin-right: 25px;
}
.form-upload-block .file-input-block > input {
  flex: 1 0 auto;
}
.form-upload-block .border_upload_attorneys {
  width: 100%;
  border: 1px solid  #c8cbcc;
  border-radius: 4px;
}
.form-upload-block .border_upload_attorneys:hover {
  border: 1px solid #0f4c81;
}
.form-upload-block .border_upload_attorneys input[aria-invalid='true'] {
  border: 1px solid #9d2235;
  border-radius: 4px;
}
.form-upload-block .progress_bar_upload_xml {
  width: 87%;
  position: absolute;
}
.form-upload-block .progress_bar_upload_xml .progress {
  height: 37px;
}
.form-upload-block .upload_attorneys {
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 46px;
  line-height: 46px;
  padding: 13px 16px;
  outline: none;
  border-radius: 4px 0 0 4px;
  font: 16px/18px 'DINPro', sans-serif;
  color: #2c2a29;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-upload-block .upload_attorneys_button {
  border-radius: 0 4px 4px 0;
}
.form-upload-block .upload_attorneys_button em.invalid {
  display: block !important;
  font-style: normal;
  margin-top: 0px!important;
}
.form-upload-block .upload_attorneys_button input[disabled] {
  cursor: not-allowed !important;
  background-color: #eeeeee !important;
}
.form-upload-block .upload_attorneys_button input[disabled]:hover {
  cursor: not-allowed !important;
  background-color: #eeeeee !important;
}
.form-upload-block .sign-block {
  display: inline-flex;
  flex: 0 0 auto;
}
.form-upload-block .sign-block .sign-info {
  height: 48px;
}
.form-upload-block .sign-block .sign-info button {
  display: flex;
  border: none;
  background: none;
}
.form-upload-block .sign-block .sign-info i {
  font-size: 39px;
  color: #0f4c81;
  margin: auto;
  padding: 8px 0;
}
.form-upload-block .sign-block .sign-info i.p-icon-signed {
  color: #00b16a;
  cursor: pointer;
}
.disabled .form-upload-block .sign-block .sign-info i,
.disabled.form-upload-block .sign-block .sign-info i {
  opacity: 0.5;
}
.form-upload-block .sign-block .input-group-btn {
  width: auto;
}
.form-upload-block .sign-block .input-group-btn .btn {
  margin-left: 17px;
  display: inline-block;
}
.form-upload-block .sign-block .input-group-btn .p-icon-key {
  font-size: 20px;
}
.form-upload-block .sign-block .input-group-btn .fa-upload {
  font-size: 18px;
}
.no-widget-table-padding {
  margin: -24px -24px 0;
}
.widget-table-padding-bottom {
  padding-bottom: 24px;
}
.valid-date-label {
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #9d2235;
  border: none;
}
.valid-date-block .label {
  padding-top: 0;
}
.block-with-half-padding .label {
  padding-top: 8px;
}
.select-text-block section {
  margin-bottom: 0px;
}
.select-text-block button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 48px;
  height: 48px;
}
.section-row {
  display: flex;
}
.nopriz-row {
  border-top: none !important;
}
.nopriz-row.first-nopriz-row .nopriz-col {
  grid-auto-rows: minmax(90px, auto) minmax(48px, 1fr);
}
.nopriz-row.first-nopriz-row .nopriz-col > label:first-child {
  align-self: flex-end;
}
.nopriz-row.first-nopriz-row .nopriz-number {
  padding-top: 100px;
}
.nopriz-col {
  display: grid;
  grid-auto-rows: minmax(48px, auto) minmax(0, auto);
  height: 100%;
}
.nopriz-col .currentTreeBlock {
  height: unset;
}
.nopriz-col .treeselect-applyBtn-container .btn {
  width: 100%;
  padding: 10px 0;
}
.nopriz-col .radio > i {
  position: relative;
}
.nopriz-col.with-label {
  grid-auto-rows: minmax(90px, auto) minmax(48px, 1fr);
}
.nopriz-col.with-label > label:first-child {
  align-self: flex-end;
}
.nopriz-delete {
  padding: 0;
  width: 32px;
  height: 32px;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nopriz-delete i {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  text-align: unset;
  color: #9d2235;
}
.nopriz-delete.rii-delete {
  margin-top: 99px;
}
.nopriz-delete.first-delete {
  margin-top: 99px;
}
.nopriz-number {
  padding-top: 8px;
}
.nopriz-inn-block {
  display: flex;
}
.nopriz-off-block {
  display: flex;
  align-items: center;
}
.nopriz-inn-label {
  display: grid !important;
  grid-template-rows: 48px auto;
  column-gap: 10px;
}
.nopriz-inn-label:not(.nopriz-inn-label + div) > .input {
  grid-column-start: 1;
  grid-column-end: 3;
}
.nopriz-inn-label > em {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 3;
}
.nopriz-inn-label > .btn {
  grid-row: 1;
}
.nopriz-inn-label > .btn.active {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.nopriz-inn-label > .btn.active:hover {
  background-color: transparent;
  border-color: #e6e8e8;
  color: #0f4c81;
}
.nopriz-inn-label > .btn.active:hover i {
  color: #0f4c81;
}
.nopriz-inn-label > .btn.active:active {
  background-color: #0f4c81;
  color: #ffffff;
  border-color: #0f4c81;
}
.nopriz-inn-label > .input {
  grid-row: 1;
}
.nopriz-inn-label > div {
  grid-row: 1;
}
.nopriz-inn-label > i {
  display: none;
}
.nopriz-subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
.action-section-check {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 23px;
}
.no-padding-label .col label {
  padding-top: 0;
}
.d-block {
  display: block;
}
.ml-auto {
  margin-left: auto;
}
.main-specialist-error.checkbox > i {
  border-color: #ba5168;
  color: #9d2235;
}
.date-time-block .hour ~ .select2:after {
  content: ":";
  right: -11%;
  font-size: 26px;
  line-height: 48px;
  top: 0px;
  position: absolute;
}
#submitPanelMenuBtn {
  cursor: pointer;
  font-size: 38px;
  margin-right: 20px;
}
#submitPanelMenuBtn i:active {
  transform: scale(0.95);
}
.submitPanelMenuContainer ~ .btn {
  display: none;
}
.submitPanelMenuItemList {
  display: table;
  margin-top: -40px;
  margin-left: 50px;
}
.submitPanelMenuItem {
  cursor: pointer;
  font-size: 18px;
  margin-right: 18px;
}
.alert-login {
  margin: 0;
  width: 100%;
  line-height: 24px;
}
.alert-login .close {
  line-height: 24px;
  color: inherit;
}
.alert-login .close:hover,
.alert-login .close:focus {
  color: inherit;
  opacity: .75;
}
.btn-block {
  display: block;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0f4c81;
}
.tooltip .tooltip-inner {
  font-size: 12px;
  font-family: 'DINPro', sans-serif !important;
  font-weight: 400;
  padding: 10px;
  background-color: #0f4c81;
  border-radius: 4px;
}
.slot-deleted {
  border: 1px solid #717171;
}
.slot-deleted > * {
  opacity: 0.45;
}
.slot-deleted .gge-document-action {
  opacity: 1;
}
.slot-deleted .gge-document-action > * {
  opacity: 0.45;
}
.gge-document-box-delete {
  position: relative;
}
.gge-document-box-delete-info {
  position: absolute;
  opacity: 1;
  right: 0px;
  top: 0px;
  color: #fff;
  background: #717171;
  z-index: 2;
  padding: 3px 12px 5px;
  font-size: 13px;
}
.gge-document-box-sign-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.gge-document-box-sign-wrapper .btn-primary {
  font-size: 13px;
}
.separator {
  margin: 15px 0;
  height: 1px;
  border-top: 1px solid #c8cbcc;
}
.separator-layout-field {
  height: 1px;
  border-top: 1px solid #c8cbcc;
}
.gge-financing-separator {
  height: 1px;
  margin-top: -6px;
  border-top: 1px solid #c8cbcc;
  padding-bottom: 18px;
}
.text-with-linebreaks {
  white-space: pre-line;
}
.spinner-icon__circle {
  stroke: #666666;
}
.search-btn__preloader {
  width: 20px;
  height: 20px;
}
.search-btn__loading {
  display: flex;
  align-items: center;
  gap: 5px;
}
.search-success {
  color: #008f02;
}
.isup-import-btn {
  height: 40px;
  padding: 0 20px;
  margin-bottom: 10px;
}
.reset-link-styles {
  color: #ffffff;
}
.reset-link-styles:active,
.reset-link-styles:focus {
  color: #ffffff;
}
.correspondence-edit > div {
  display: flex;
  gap: 10px;
}
.nopriz-refusal {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#mainSpecialist-error {
  display: none !important;
}
.d-block {
  display: block !important;
}
.substitute-table__heading {
  background-color: #e6eff8;
}
.margin-left-3 {
  margin-left: 3px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-13 {
  margin-left: 13px;
}
.padding-2 {
  padding: 2px;
}
.cursor-clickable {
  cursor: pointer;
}
.displayContents {
  display: contents;
}
.d-block {
  display: block;
}
.ml-auto {
  margin-left: auto;
}
.row-with-icon {
  position: relative;
}
.row-with-icon .layout-field-row .form-group .col-10 {
  width: 80%;
}
.row-with-icon .icon-left {
  position: absolute;
  top: 28px;
  font-size: 20px;
  right: 0;
  z-index: 2;
}
.row-with-icon .icon-left:hover {
  cursor: pointer;
}
.alert-modal-top {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.alert-modal-top__icon {
  margin-top: 2px;
  flex: 1 0 20px;
  max-width: 20px;
  font-size: 16px;
  color: #9C2336;
}
.alert-modal-top__text {
  padding-left: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.pb-40 {
  padding-bottom: 40px!important;
}
.pt-20 {
  padding-top: 20px!important;
}
.mb-20 {
  margin-bottom: 20px;
}
.fw-bold {
  font-weight: 600;
}
.text-uppercase {
  text-transform: uppercase;
}
.property_size-small .gge-info-box-name {
  text-transform: none;
}
.width-fit-content {
  width: fit-content;
}

/*# sourceMappingURL=bundle.css.map*/