/*params.less START*/
.fepGray {
  color: #808080;
}
.fepGray:hover {
  color: #DDD;
}
.fepDarkRed {
  color: #8B0000 ;
}
.fepRed {
  color: #FF0000 ;
}
.fepOrange {
  color: #FFA500 ;
}
.fepYellow {
  color: #FFFF00 ;
}
.fepBlue {
  color: #0000ff ;
}
.fepBlue:hover {
  color: #60A6DA ;
}
.fepBlack {
  color: #000000 ;
}
.fepGreenYellow {
  color: #ADFF2F ;
}
.fepGreen {
  color: #008000 ;
}
.fepLightBlue {
  color: #ADD8E6 ;
}
.fepDarkBlue {
  color: #00008B ;
}
.fepDarkViolet {
  color: #9400D3 ;
}
.fepWhite {
  color: #ffffff;
}
.H1 {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 38px !important;
  line-height: 42px !important;
}
.H2 {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 30px !important;
  line-height: 32px !important;
}
.H3 {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 26px !important;
  line-height: 28px !important;
}
.H4 {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 22px !important;
  line-height: 24px !important;
}
.H5 {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
.H6 {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
.H7 {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 14px !important;
}
.H1B {
  font-style: normal!important;
  font-weight: bold !important;
  font-size: 38px !important;
  line-height: 42px !important;
}
.H2B {
  font-style: normal!important;
  font-weight: bold !important;
  font-size: 30px !important;
  line-height: 32px !important;
}
.H3B {
  font-style: normal!important;
  font-weight: bold !important;
  font-size: 26px !important;
  line-height: 28px !important;
}
.H4B {
  font-style: normal!important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 24px !important;
}
.H5B {
  font-style: normal!important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
.H6B {
  font-style: normal!important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
.H7B {
  font-style: normal!important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
.H1I {
  font-style: italic!important;
  font-weight: normal !important;
  font-size: 38px !important;
  line-height: 42px !important;
}
.H2I {
  font-style: italic!important;
  font-weight: normal !important;
  font-size: 30px !important;
  line-height: 32px !important;
}
.H3I {
  font-style: italic!important;
  font-weight: normal !important;
  font-size: 26px !important;
  line-height: 28px !important;
}
.H4I {
  font-style: italic!important;
  font-weight: normal !important;
  font-size: 22px !important;
  line-height: 24px !important;
}
.H5I {
  font-style: italic!important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
.H6I {
  font-style: italic!important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
.H7I {
  font-style: italic!important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
/*params.less END*/
/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */
/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
select.selectpicker.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  position: relative;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
/*.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}*/
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.fepDropDownWithDescription.bootstrap-select.btn-group .dropdown-menu li a span.text {
  margin-right: 0px !important;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    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("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.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: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #808080;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  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: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #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: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.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: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #808080;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #808080;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-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-right: 15px;
  padding-left: 15px;
}
.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;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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: #f5f5f5;
}
.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: #f5f5f5;
}
.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: #e8e8e8;
}
.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: #d9edf7;
}
.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: #c4e3f3;
}
.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 {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > 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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #808080;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  height: 15px;
  width: 15px;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #808080;
}
.form-control::-webkit-input-placeholder {
  color: #808080;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
@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: 34px;
  }
  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: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
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: 3px;
}
.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: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #808080;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #FFF;
  background-color: #0076c1;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #0066a8;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #808080;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #979797;
  border-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #808080;
}
.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="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-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
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: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
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: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn: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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn: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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a: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: 4px 4px 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: 4px;
}
.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: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a: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: 4px 4px 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-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand: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: #808080;
  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-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #808080;
    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-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: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #808080;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #808080;
}
.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: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a: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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a: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-toggle {
  border-color: #808080;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #808080;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link: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: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a: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: #777777;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label: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: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  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: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-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);
  -webkit-background-size: 40px 40px;
  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: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  background-color: #eeeeee;
}
.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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #808080;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  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: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
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: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  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: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  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: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 14px !important;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child 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 {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .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 !important;
}
.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: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #808080;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 20px;
}
.popover.bottom {
  margin-top: 16px;
}
.popover.left {
  margin-left: -20px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #9b9d9f;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #9b9d9f;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #9b9d9f;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #9b9d9f;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #9b9d9f;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #9b9d9f;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #9b9d9f;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #9b9d9f;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > 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;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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 {
  display: table;
  content: " ";
}
.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-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
.slider-horizontal.slider {
  width: 100%;
}
.slider-track-low,
.slider-track-high {
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15);
}
.slider-selection {
  background: transparent;
}
.fepSlider .fepCheck {
  display: none !important;
}
.slider-label,
.fepSlider .form-control.fepDisabled.fepLongInfoString {
  width: 33%;
  margin-top: -5px;
  font-size: 70% !important;
  font-weight: bold;
  text-align: center;
  float: left;
  padding-top: 4.5px;
}
.slider-label-start {
  width: 33%;
  float: left;
  text-align: left;
  font-size: 70% !important;
  font-weight: bold;
}
.slider-label-end {
  width: 34%;
  float: right;
  text-align: right;
  font-size: 70%  !important;
  font-weight: bold;
}
.slider-horizontal .slider-handle {
  width: 10px;
}
.round.slider-handle {
  border-radius: 4px;
}
.slider-horizontal.slider .slider-tick,
.slider-horizontal.slider .slider-handle {
  margin-left: -5px;
}
/*! =======================================================
                      VERSION  4.14.5              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -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);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0 solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: .8;
  border: 0 solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
#ctl00_upM {
  text-align: center;
}
#logo,
#ctl00_CPH_fepContainerL,
#ctl00_CPH_fepContainerM,
#ctl00_CPH_fepContainerR,
#ctl00_CPH_upMessage,
#ctl00_CPH_upDialog {
  text-align: left;
}
/*bootstrap change*/
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
}
button.btn-mobileSelect-gen:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):not(.btn-block) {
  width: 100% !important;
}
.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 !important;
  min-height: 1px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.fepInnerCell {
  /*padding-left: 2px !important;*/
}
.fepHorStruct .col-sm-12 {
  /*padding-left: 1px !important;*/
}
.col-lg-12 .fepFieldsInGroup {
  padding-left: 0px !important;
}
.col-sm-12 .fepFieldsInGroup {
  padding-left: 0px !important;
}
.form-control {
  font-size: 13px !important;
  line-height: normal;
  border-radius: 5px !important;
  border: 1px solid #cacaca;
  color: #4a4a4a;
  padding-left: 16px;
  padding-right: 16px;
}
.form-control.fepDate,
.form-control.fepNumber,
.form-control.fepString,
.form-control.fepBool {
  padding-left: 16px !important;
  box-shadow: none;
}
.form-control.fepString {
  height: 33px!important;
}
.form-control.fepBool.fepString {
  height: 18px !important;
}
.form-control.fepString.fepMultiString {
  height: auto!important;
}
.form-control.fepBool {
  padding-left: 0px!important;
  width: auto!important;
  display: table-cell !important;
  background-color: transparent;
}
.form-control.fepString.fepHasPref,
.form-control.fepString.fepHasSuf,
.form-control.fepDate {
  margin-bottom: 0px !important;
}
.form-control.fepString.fepHasSuf {
  border-right: none!important;
}
.form-control.fepString.fepHasPref {
  border-left: none !important;
}
.input-group {
  box-shadow: none;
}
.input-group.fepString {
  display: flex;
}
.input-group.fepString .form-control.fepString ~ .input-group-addon.fepRightPan {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  width: auto;
  height: 33px;
}
.input-group-addon {
  border: 1px solid #cfcfcf;
  background-color: transparent;
}
.input-group-addon:focus {
  background-color: transparent;
}
.input-group-addon.fepRadioBut:focus {
  border: none!important;
}
.input-group-addon.fepRadioBut {
  padding: 0px !important;
  vertical-align: middle;
}
.fepNoPad {
  margin: 0px!important;
}
.fepString .input-group-addon {
  color: #4e4e4e;
  padding-left: 12px!important;
  padding-right: 12px!important;
  font-size: 13px;
  line-height: normal;
}
.fepIcoPref,
.fepIcoSuf {
  display: table-cell !important;
  font-family: FontAwesome !important;
}
.btn-custom {
  height: 30px!important;
}
#ismobile {
  display: none!important;
}
.fepConLabLeft {
  text-align: left !important;
  padding-bottom: 10px;
}
.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}
.glyphicon-exclamation-sign:before {
  display: none;
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-bottom: 0px !important;
}
.row .col-sm-6,
.row .col-sm-12 {
  min-height: 50px;
}
.fepColPad {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.fepDesRegion {
  background-clip: content-box !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fepConLab {
  text-align: left !important;
  padding-bottom: 5px !important;
  min-height: 1px !important;
  font-size: 13px;
  padding-top: 13px !important;
  width: 100%;
  color: #4e4e4e !important;
}
.fepConLab .fepConLab {
  padding: 0px!important;
}
.fepFieldCell {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  /*overflow-y:hidden;*/
  /*overflow-x:hidden;*/
}
.fepInnerCell {
  padding-bottom: 0px !important;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
}
.fepImageLink .fepInnerCell {
  margin-top: 0px;
  margin-bottom: 0;
}
.fepDesignGroup .fepImageLink a.fepWebLink {
  color: #8F8F8F !important;
}
.fepDesignGroup .fepImageLink a.fepWebLink:hover {
  color: #000000 !important;
  text-decoration: none !important;
}
.fepDesignGroup .fepImageLink.hover {
  color: #000000;
}
.fepFieldCell table {
  padding-left: 0px;
}
.has-feedback .form-control {
  padding-right: 17px !important;
}
.fepDropDown.btn-group {
  padding-right: 0px !important;
}
a:focus {
  text-decoration: none !important;
}
.fepArrRight {
  background: url('Images/arrowright3.png');
  background-repeat: no-repeat;
  background-position: right 2px;
  padding-right: 45px !important;
  min-height: 220px !important;
}
.footerPhTxt {
  width: 360px !important;
}
.footerImg {
  width: 50px !important;
}
/*bootstrap change*/
.fepPanBody {
  text-align: left;
}
.fepUPInfo {
  margin-bottom: 2px !important;
  display: none;
}
.fepuprMT {
  position: fixed !important;
  top: calc(50% - 33px);
  left: calc(50% - 33px);
}
.divmenu {
  display: none !important;
}
.pT {
  display: none !important;
}
.feppercentcell {
  text-align: center;
}
.fepprogresspercent {
  font-weight: bold;
  /*font-family:Verdana;
	font-size:12px;*/
}
/*Separator*/
.fepFieldCellSeparator {
  font-weight: normal;
  text-align: left;
  /*border-bottom:1px solid LightGrey;*/
  padding-top: 11px;
  padding-bottom: 14px;
}
.fepFieldCellSeparator SPAN {
  /*padding-right:10px;*/
  font-style: normal!important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #ADFF2F;
}
.fepImgSeparator {
  padding-bottom: 5px !important;
}
.fepImgSeparator span {
  vertical-align: middle;
}
.fepAddRow {
  background-image: url('Images/table_add.gif');
  background-color: transparent !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 15px;
  margin-left: 3px;
}
.fepDeleteRow {
  background-image: url('Images/delete.gif');
  background-color: transparent !important;
  background-position: left center;
  background-repeat: no-repeat;
}
.fepCleanButton {
  border: 0px !important;
}
/*Validators*/
/*.fepreq
{
	background-color:#E5E5E5;
	padding: 2px 5px 4px 5px;
	vertical-align:top !important;
	height:18px !important;
	box-shadow: 3px 3px 6px #CCC;
	border: 1px solid #C0C0C0;
	border-radius:0px 6px 6px 6px;
	margin-left:5px;
	opacity:0.8;
	color:Black !important;
}

.fepcust
{
	background-color:#E5E5E5;
	padding: 10px 10px 10px 10px;
	vertical-align:top !important;
	box-shadow: 3px 3px 6px #CCC;
	border: 1px solid #C0C0C0;
	border-radius:0px 6px 6px 6px;
	margin-left:5px;
	opacity:0.8;
	color:Black !important;
	margin-right:100px;
}

.feptype
{
	background-color:#E5E5E5;
	padding: 10px 10px 10px 10px;
	vertical-align:top !important;
	box-shadow: 3px 3px 6px #CCC;
	border: 1px solid #C0C0C0;
	border-radius:0px 6px 6px 6px;
	margin-left:5px;
	opacity:0.8;
	color:Black !important;
	margin-right:100px;
}*/
.fepreq {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ca1332 !important;
}
.fepcust {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ca1332 !important;
}
.fepmin {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ca1332 !important;
}
.fepmax {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ca1332 !important;
}
.feptype {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ca1332 !important;
}
.fepInvisible {
  display: none !important;
}
.ModalBackground {
  z-index: 1001;
  position: fixed !important;
  height: 100vh !important;
  width: 100vw !important;
  opacity: 0.3 !important;
  background-color: white !important;
}
.fepbtnCloseDialog {
  background: url("../../Images/Buttons/closeicon.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  float: right;
  height: 15px;
  margin-top: 4px;
  padding: 2px 0 2px 0;
  white-space: nowrap;
  width: 15px;
  border: 0px;
}
.fepbtnSaveDialog {
  background: url("../../Images/Buttons/saveGrey.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 18px;
  margin-top: 4px;
  padding: 2px 0 2px 0;
  white-space: nowrap;
  width: 16px;
  border: 0px;
}
div .Dialog {
  position: fixed;
  z-index: 1000;
  width: 95%;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1020px;
  top: 190px !important;
  height: 96px !important;
  background-color: #0076c1 !important;
  overflow: hidden;
  border-radius: 6px;
}
.Dialog .DialogTitle {
  display: none !important;
}
.Dialog td {
  border: 1px solid #dedede !important;
}
.fepDialogWindowWarning.Dialog td {
  border: none !important;
}
.Dialog .DialogForm .DialogMessage {
  background-color: #ffffff !important;
  color: #222222 !important;
  font-size: 13px !important;
  padding-top: 13px !important;
  padding-bottom: 28px !important;
  padding-left: 10px !important;
  margin-left: 21px !important;
  height: 94px !important;
  position: relative;
  text-align: left;
  font-weight: 600;
}
/*.Dialog .DialogForm .DialogMessage:after {
    background-repeat: no-repeat;
    margin-right: 19px;
    float: left;
    padding-bottom: 6px;
    background-size: 29px 27px !important;
    width: 28px !important;
    height: 27px !important;
    content: "Informacja";
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    top: 10px;
    left: 10px;
}*/
.Dialog .DialogForm .DialogMessage:before {
  background-image: url('Images/informationMark.png');
  background-repeat: no-repeat;
  float: left;
  content: "";
  padding-bottom: 6px;
  width: 5px !important;
  height: 20px !important;
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  top: 20px;
  left: -12px;
}
div.DialogForm .Toolbar {
  text-align: right !important;
  border: 0px solid #D8D8D8 !important;
  border-radius: 0px 0px 0px 0px !important;
  padding: 0px !important;
  height: 0px !important;
  background-color: white !important;
  vertical-align: middle !important;
  box-sizing: content-box !important;
}
.DialogForm .Toolbar A.ToolButtonS {
  background-color: transparent !important;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer !important;
  color: transparent !important;
  background-image: url(Images/closeMark.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  margin-top: 4px !important;
  margin-right: 4px;
}
/*Temporary*/
span.fepQuestion {
  width: 30px !important;
  height: 100%;
  margin-left: 5px;
  right: 0;
}
.fepQuestion,
.fepImageLink .fepQuestionBeside {
  background-repeat: no-repeat;
  background-image: url('Images/questionmark-circle.svg') !important;
  background-position: center;
  background-size: 16px;
  padding-left: 0;
  display: inline-block !important;
  width: auto !important;
  cursor: pointer !important;
}
.fepConLab .fepLabelPanel .fepQuestion {
  width: 16px !important;
  height: 16px !important;
  position: absolute;
  margin-left: 4px;
}
.fepHelpOnNameDisplay .fepQuestion,
.fepImageLink .fepQuestionBeside {
  display: table-caption !important;
  width: 16px !important;
  height: 45%;
  margin-left: 5px;
  position: absolute !important;
  left: 100% !important;
  z-index: 20;
  background-position: center;
  top: 13px;
  min-height: 16px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fepHelpOnNameDisplay .fepQuestion {
    max-height: 16px;
  }
}
.fepHelpOnNameDisplay .fepCheckDesc {
  width: auto!important;
}
.fepHelpOnNameDisplay.fepFieldCellB .fepQuestion {
  top: 15px!important;
}
.fepHelpOnNameDisplay.fepFieldCellB .fepCheckDescPan .fepQuestion {
  top: 2px !important;
}
.fepHelpOnNameDisplay.fepFieldCellBDesc .fepQuestionInside {
  display: inline!important;
  border: none!important;
  padding: 0px!important;
  position: relative!important;
  top: 4px!important;
}
.fepQuestion:after {
  color: #808080 !important;
  font-family: FontAwesome;
}
.fepConfirmQuestion {
  height: auto !important;
  font-size: inherit !important;
  display: block;
}
.fepConfirmQuestionPan {
  display: inline-block;
  float: right;
  position: absolute;
  padding-top: 28px;
}
.fepQuestionInside {
  background-repeat: no-repeat;
  background-image: url(Images/questionmark-circle.svg) !important;
  background-position: center;
  background-size: 16px;
  padding-left: 0;
  display: inline-block !important;
  width: auto !important;
  cursor: pointer !important;
  border: none;
}
.fepQuestionInside:before {
  color: transparent !important;
}
.fepQuestionInside:after {
  color: #808080 !important;
}
.fepInsideHelp .fepRightPan {
  border-right: none!important;
}
.fepQuestionInside:hover {
  cursor: pointer;
}
.fepInsideHelp input {
  border-right: none !important;
  border-bottom-right-radius: 0px!important;
  border-top-right-radius: 0px!important;
  margin-bottom: 0px!important;
}
.fepInsideHelp .form-control.fepString {
  margin-bottom: 0px!important;
}
.fepQuestionVisible {
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: -65535;
}
.fepQuestionBeside {
  display: table-caption !important;
  background-color: transparent !important;
  font-size: 20px !important;
  color: lightgray !important;
}
.fepQuestionBeside:hover {
  color: orange !important;
  cursor: pointer;
}
.fepLongString {
  width: 100%;
  overflow: auto;
  border: none;
  background-color: transparent;
  box-shadow: none;
  resize: none;
  height: auto;
  margin-bottom: 10px;
}
.fepLongString.fepTextInput {
  overflow: hidden;
  margin-bottom: 0px!important;
  position: relative;
  font-size: 13px;
  line-height: normal;
  color: #4e4e4e;
}
.fepTextInput .fepRightPan {
  padding-left: 5px;
}
.fepTextInput .fepLeftPan {
  padding-right: 5px;
  color: #000000;
}
.fepContextHelpShow {
  /*font-size:smaller;*/
  border: 1px solid #999999;
  position: absolute;
  display: inline;
  background-color: #F0F0F0;
  padding: 10px;
  max-width: 200px;
  color: #333333;
  -moz-box-shadow: 5px 5px 10px 3px #888;
  -webkit-box-shadow: 5px 5px 10px 3px #888;
  box-shadow: 5px 5px 10px 3px #888;
  z-index: 2;
  margin-left: -50%;
}
.fepContextHelpHide {
  display: none;
}
.form-control.fepDropDown.selectpicker.fepString.fepDisabled {
  background-color: #eee !important;
  color: #808080 !important;
}
.fepDropDown.selectpicker {
  background-image: url('Images/ddeee.png') !important;
}
.multiple .glyphicon-ok,
.fepDropDown .glyphicon-ok {
  display: none !important;
}
.fepDisabled:not(.fepImageLink) {
  color: #222222;
  background-color: #f5f5f5;
  /*padding-left:5px;*/
  display: inline-block;
  /* do not change this setting - non-inline style causes wrong tooltip positioning*/
  vertical-align: middle;
  border: 1px solid #cacaca !important;
}
.fepRightPanDis,
.fepLeftPanDis {
  color: #222222 !important;
  background-color: #f5f5f5 !important;
  border-color: #cacaca !important;
}
/*<New>*/
.fepHeaderM {
  background-color: #D9534F;
  border-radius: 5px;
}
.fepHeaderMtext {
  padding-left: 20px;
  padding-top: 5px;
  color: White;
}
.fepApplicationInfo {
  text-align: center;
  background-color: transparent;
  padding: 10px;
  color: #06056b;
  display: none;
  height: 0px !important;
}
label.fepApplicationInfoAppNumber {
  font-size: 20px !important;
  font-weight: normal !important;
}
label.fepApplicationInfoContent {
  display: block !important;
  font-weight: normal !important;
}
.fepCalenderBtnContainer {
  padding: 0px;
}
.input-group-addon.fepCalenderBtnContainer {
  border: none !important;
}
.fepCalenderBtn {
  display: inline-block;
  border: 0px solid Black;
  width: 16px;
  height: 14px;
  cursor: pointer;
  margin: 10px 0 10px 8px !important;
  color: transparent !important;
  background: url('Images/calendar.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.fepRadioWithDesc.fepRadioNV .fepRadioTR {
  align-items: normal;
}
.fepRadioNV .fepRadioTR {
  display: flex;
  align-items: center;
}
.fepRadioNV .fepRadioTR .fepRadioBut {
  min-width: 15px;
  display: inline-block;
}
.fepRadioNV .fepRadioTR .fepQuestion {
  min-width: 20px;
  width: 20px !important;
  height: 20px;
}
.fepRadioText {
  z-index: 0 !important;
  padding-left: 25px!important;
  background-color: transparent;
  box-shadow: none !important;
  border: none!important;
  width: auto!important;
  height: auto!important;
  display: table-cell !important;
  align-items: center!important;
}
.fepRadioText img {
  width: 126px;
  height: 80px;
}
.fepRadioFalse {
  background-color: transparent;
  color: black;
}
.fepRadioTrue {
  background-color: white;
  border-color: none;
}
.fepDate {
  z-index: 0 !important;
}
.fepbtnRight {
  margin-right: 0px;
  margin-left: 5px;
}
.fepString {
  z-index: 0 !important;
  resize: none;
}
.fepDropDown {
  max-width: 100%;
}
.fepHasPref {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: 0px solid white !important;
  box-shadow: none !important;
}
.fepHasSuf {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.fepLeftPan {
  border-right: none !important;
  pointer-events: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.fepRightPan {
  border-left: none !important;
  pointer-events: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.fepLeftPan.fepDisabled,
.fepRightPan.fepDisabled {
  display: table-cell;
}
.fepFocusedInputGroup .fepLeftPan,
.fepFocusedInputGroup .fepRightPan,
.fepFocusedInputGroup .form-control {
  border-color: #0076C1 !important;
  box-shadow: none !important;
}
.fepFocusedInputGroup .form-control.date-picker {
  border-color: #cfcfcf !important;
}
.fepCustReqField .fepLeftPan,
.fepCustReqField .fepRightPan {
  border: 1px solid #ca1332  !important;
}
.fepListControl .fepError {
  display: none !important;
}
.fepError {
  position: absolute !important;
  content: "" !important;
  width: 20px !important;
  height: 33px !important;
  background-image: url('Images/exclamationMark.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #ca1332 !important;
  z-index: 10 !important;
  left: 0px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.fepDropDownWithDescCont .fepreq {
  line-height: normal;
  margin-top: 20px;
}
.fepDropDownWithDescCont .form-control {
  height: auto;
}
.fepTileControl .fepError {
  display: none !important;
}
.fepCustReqBcg .fepExpandBool .fepInnerCell:before,
.fepCustReqBcg .fepFieldCellB .fepInnerCell:before {
  display: none !important;
  visibility: hidden !important;
  content: none !important;
}
.fepCustReqBcg .form-control.fepBool {
  padding-left: 0px !important;
}
/*.fepCustReqBcg .form-control.fepDropDown
{
    margin-left: 20px !important;
}
.fepDropDown .btn.fepCustReqField {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
    */
.fepCustReqBcg .form-control.fepDropDown.open {
  padding-left: 0px !important;
}
.form-control.fepDropDown.open {
  z-index: 1000 !important;
}
.fepCustReqBcg .form-control.fepDropDown {
  padding-left: 16px !important;
}
.fepCustReqBcg .form-control.fepDate,
.fepCustReqBcg .form-control.fepNumber,
.fepCustReqBcg .form-control.fepString {
  padding-left: 36px !important;
  border: 1px solid #ca1332 !important;
}
.fepCustReqBcg .form-control.fepBool {
  padding-left: 0 !important;
  border: none !important;
}
.fepCustReqBcg .form-control.fepBool .icheckbox_minimal {
  border: 1px solid #ca1332 !important;
}
.form-control.fepDate.fepCustReqField,
.form-control.fepNumber.fepCustReqField,
.form-control.fepString.fepCustReqField,
.form-control.fepBool.fepCustReqField {
  padding-left: 36px !important;
}
/*</New>*/
/*<MessageDialog>*/
div .Dialog.fepDialogWindowError {
  background-color: #ca1332 !important;
}
div .Dialog.fepDialogWindowWarning {
  background-color: #f28d00 !important;
}
div .Dialog.fepDialogWindowPositive {
  background-color: #279d2d !important;
}
.Dialog .DialogForm .DialogMessage.fepDialogWarning:before {
  background-image: url(Images/WarningMessage.svg) !important;
  width: 8px !important;
  height: 13px !important;
  left: -14px;
}
.Dialog .DialogForm .DialogMessage.fepDialogError:before {
  background-image: url(Images/ErrorMessage.svg) !important;
  width: 8px !important;
  height: 13px !important;
}
.Dialog .DialogForm .DialogMessage.fepDialogPositive:before {
  background-image: url(Images/PositiveMessage.svg) !important;
  width: 11px !important;
  height: 8.5px !important;
  left: -16px;
  top: 16px !important;
}
.Dialog .DialogForm .DialogMessage.fepDialogWarning {
  background-color: #f2ebdf !important;
}
.Dialog .DialogForm .DialogMessage.fepDialogPositive {
  background-color: #d1e8c5 !important;
}
div.fepDialog {
  box-shadow: 2px 2px 8px grey;
  z-index: 1000;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 100px !important;
  width: 40% !important;
  max-width: 900px !important;
}
div.fepDialogTitle TABLE {
  width: 100%;
  min-height: 5px;
  /*just to show the background - line*/
}
.fepDialogTitle {
  background-color: transparent;
  border-bottom: 1px solid #CCCEDB;
  width: 100%!important;
}
div.fepApplicationFormMessage {
  width: 100% !important;
  background-color: white !important;
}
div.fepDialogTitle td.fepDialogTitleL {
  width: 0px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  border-bottom: 1px solid #CCCEDB;
}
div.fepDialogTitle td.fepDialogTitleM {
  height: 27px;
  padding: 0px 10px 0px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #CCCEDB;
  background-color: #067435;
  color: white;
  font-weight: bold;
}
div.fepDialogTitle td.fepDialogTitleR {
  width: 0px;
  height: 27px;
  background-color: transparent;
  border-bottom: 1px solid #CCCEDB;
}
div.fepDialogForm {
  background-color: transparent;
  width: 600px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
div.fepApplicationFormMessageText {
  padding: 10px;
  margin: 0px 0px 0px 0px;
  white-space: normal;
  min-height: 50px;
  text-align: center;
  color: #000000 !important;
}
div.fepApplicationFormMessageToolbar.fepToolbar {
  background-color: #808080;
  text-align: center;
}
div.Toolbar {
  background-color: transparent;
}
div.Dialog {
  z-index: 1002;
}
.ToolButton,
.ToolButtonS {
  color: transparent !important;
}
a.ToolButton:hover {
  text-decoration: none !important;
  padding-top: 4px !important;
}
.ModalBackground {
  z-index: 1001;
  position: fixed;
}
/*</MessageDialog>*/
.fepbtnCloseDialog {
  background: url("../../Images/Buttons/closeicon.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  float: right;
  height: 15px;
  margin-top: 4px;
  padding: 2px 0 2px 0;
  white-space: nowrap;
  width: 15px;
  border: 0px;
}
.fepbtnSaveDialog {
  background: url("../../Images/Buttons/saveGrey.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 18px;
  margin-top: 4px;
  padding: 2px 0 2px 0;
  white-space: nowrap;
  width: 16px;
  border: 0px;
}
.fepCustReqBcg {
  background-color: #FFFFFF;
}
.fepCustReqBcg .fepLeftPan {
  border: 1px solid #ca1332;
}
/*.fepCustReqField {
    border: 1px #ca1332 solid !important
}*/
.fepCustReqField.fepHasPref {
  border-left: none!important;
}
.fepCustReqField.fepHasSuf {
  border-right: none!important;
}
.fepCustReqPan .fepLeftPan,
.fepCustReqPan .fepRightPan,
.fepCustReqPan .fepPostCodeLeft,
.fepCustReqPan .fepPostCodeRight {
  border: 1px #ca1332 solid !important;
}
.fepCustReqPan .fepLeftPan {
  border: 1px solid #ca1332;
  border-right: 0 !important;
}
.fepCustReqPan .fepRightPan {
  border: 1px solid #ca1332;
  border-left: 0 !important;
}
.fepRadioText.fepCustReqField {
  border: none!important;
}
.fepConfirm .input-group {
  width: 100%;
}
.fepCheckBoxDisplayCard .fepCbxList {
  padding-left: 1px !important;
  display: inline-flex;
  flex-wrap: wrap;
}
.fepCheckBoxDisplayCard .fepCbxList .fepConfirm .fepConfirmText {
  flex-direction: column;
  align-items: stretch !important;
  padding-bottom: 1px !important;
  border: none !important;
}
.fepCheckBoxDisplayCard .fepCbxList .fepConfirm .fepConfirmText b ~ br:first-of-type {
  display: none;
}
.fepCustReqBcg .fepCbxList .fepConfirmText {
  border: 1px solid #FF0000;
}
.fepConfirmText {
  z-index: 0 !important;
  border: 1px solid white !important;
  box-shadow: none !important;
  height: auto !important;
  padding-bottom: 0px !important;
  padding-top: 7px !important;
  padding-left: 7px !important;
  background-color: transparent!important;
}
.fepConfirmNoCb {
  width: 26px;
  background-color: white;
  border: 1px solid white;
  padding-left: 0px !important;
  padding-right: 15px !important;
  padding-bottom: 5px !important;
  font-size: 14px !important;
  padding-top: 2px !important;
  vertical-align: top !important;
}
.fepConfirmNoCb input {
  top: 4px;
  position: absolute;
}
.fepExpandable {
  padding-top: 4px;
}
.fepCustReqBcg .fepCbxList .fepConfirmCb {
  border: 1px solid #FF0000;
}
.fepCheckBoxDisplayDefault .fepFieldCellB .fepValNTCheckBox,
.fepCheckCont .fepFieldCellB .fepValNTCheckBox {
  padding-top: 0;
  padding-left: 8px;
}
.fepCheckBoxDisplayDefault .fepFieldCellB .fepValNTCheckBox .fepValNTCheckBoxMsg,
.fepCheckCont .fepFieldCellB .fepValNTCheckBox .fepValNTCheckBoxMsg {
  display: none;
}
.fepCustReqBcg .fepValNTCheckBoxMsg {
  display: inline !important;
}
.fepCheckBoxDisplayDefault .fepCbxList .fepConfirmCb {
  padding-top: 3px;
}
.fepCheckBoxDisplayDefault .fepCbxList span.fepConfirmText,
.fepCheckBoxDisplayDefault .fepConfirmCb span.fepConfirmText {
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-left: 3px;
}
.fepCheckBoxDisplayDefault .fepCbxList span.fepConfirmText {
  margin-left: 6px;
}
.fepCbxList .fepConfirmText,
.fepRadioList .fepRadioText {
  padding-left: 19px !important;
}
.fepRadioList .fepRadioText {
  height: 100%!important;
  vertical-align: middle!important;
  display: flex!important;
}
.fepRadioListFirstRow .input-group {
  border-top: none!important;
}
.fepLongInfoString {
  cursor: default;
  background-color: transparent;
  opacity: 1;
  height: auto;
  border: none;
  box-shadow: none;
  resize: none;
  color: black !important;
  border: 0px solid white !important;
  padding: 0px!important;
  margin: 0px!important;
}
textarea.fepLongInfoString {
  border: 1px solid #cacaca !important;
  height: auto !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 16px !important;
  padding-right: 17px !important;
}
textarea.fepLongInfoString:not(.fepDisabled):focus {
  border-color: #0076C1 !important;
}
.fepInfo {
  text-align: center;
}
.fepBool {
  width: 26px;
  padding-left: 7px !important;
  padding-right: 0px !important;
  font-size: 14px !important;
}
/*Progress Start*/
TABLE.fepprogresstable {
  padding: 1px;
  height: 50px;
  display: none;
}
TD.fepprogresscell {
  padding: 0px;
  height: 20px;
  min-width: 2px;
  vertical-align: middle;
  width: 15px;
}
TD.fepprogdone {
  background-image: none !important;
  background-color: #ff6600 !important;
  color: white;
}
TD.fepprogheader {
  width: 1%;
  color: #aaaaaa;
}
.feppercentcell {
  text-align: center;
}
.fepprogresspercent {
  font-weight: bold;
}
/*Progress End*/
/* Grid */
.fepGridParentDiv {
  overflow: auto;
  margin-bottom: 8px;
  padding-top: 4px;
}
.fepGrid {
  /*border-collapse:separate;*/
  width: 100%;
  overflow-x: auto;
}
.fepClearGridCell {
  width: 99%;
}
.fepGridVert {
  border-collapse: separate;
  display: inline-block;
  width: 100%;
  overflow-x: auto;
  background-color: #F9F9F9;
}
.fepGridVertPagingCell .ALNavBar {
  margin-right: -20px;
  float: right;
}
.fepGridHeaderCell {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  background-color: #D9D9D9;
  border: 3px solid #D9D9D9;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  padding-right: 14px !important;
}
.fepGridHeaderAdd {
  background-color: #FFFFFF !important;
}
.fepGridHeaderCellWhite {
  background-image: none;
  background-color: #FFFFFF;
}
.fepGridHeaderWide {
  height: 2px;
  width: 100%;
  border: 0px solid white;
}
.fepGridHeaderTable {
  height: 30px;
  width: 100%;
  border: 0px;
  table-layout: fixed;
}
.fepHeaderGridAddText {
  height: 30px;
  width: 80px;
  font-weight: bold;
  border: 0px;
}
.fepHeaderGridLeft {
  text-align: right;
  width: 25px;
  border: 0px;
}
.fepHeaderGridCenter {
  height: 30px;
  font-weight: bold;
  border: 0px;
  padding-right: 80px;
}
.fepHeaderGridRight {
  width: 25px;
  border: 0px;
}
.fepGridColHeader {
  /*background-image:url(images/ffegrigcolhbg.png);
	background-repeat:repeat-x;*/
  background-color: #D9D9D9;
  height: 38px;
}
.fepFieldGrid {
  /*border:1px solid #aaaaaa;*/
  vertical-align: middle;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: center;
  border-right: 3px solid white;
  border-left: 3px solid white;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: none !important;
  padding-right: 30px !important;
}
.fepFieldGridLast {
  padding-right: 0px !important;
}
.fepFieldGridLast .fepClearGridCell {
  float: right !important;
  width: 100% !important;
}
.fepClearGridCell {
  border-bottom: 1px solid  #D8D8D8 !important;
}
.fepFieldGridCbx,
.fepFieldGridCbx .fepClearGridCell {
  width: 42px;
}
.fepFieldGridCbx .fepClearGridCell .fepBool {
  background-color: none !important;
}
.fepFieldGridRbt {
  width: 200px;
}
.fepFieldGrid textarea {
  border: 0px !important;
  box-shadow: none !important;
}
.fepFieldGrid {
  padding-left: 0px !important;
  text-align: left;
}
.fepFieldGridDel {
  background-color: #FFFFFF !important;
}
.fepBoolGrid {
  border: 0px !important;
  width: auto!important;
}
.fepDisabledGrid {
  color: #000000;
  /*background-color:#f0f0f0;*/
  padding-left: 5px;
  padding-right: 5px;
  vertical-allign: middle;
}
.fepDisabledGrid span {
  border: 0px !important;
  box-shadow: none !important;
}
.fepClearGridCell {
  display: inline-block;
  /*width:90%;*/
}
/* Grid End*/
/*Buttons Start*/
.fepButt {
  border-radius: 4px;
  font-size: 20px !important;
  cursor: pointer;
  border: 1px solid transparent !important;
  background-color: #808080;
  color: white;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-shadow: none !important;
  outline: none !important;
  outline-offset: 0px !important;
}
.fepButtonsM:hover {
  border: 1px solid #DA5513;
  background-color: #DA5513;
  color: white;
}
.fepButtonsM.fepDisabled {
  border: 1px solid #FFB080 !important;
  background-color: #FFB080!important;
}
.fepButtonsM ~ .fepButtonsM {
  margin-left: 5px;
}
.fepButtonsCancelM,
.fepButtonsPrevM {
  background-color: white !important;
  border-color: #ADD8E6 !important;
  color: #000000 !important;
}
.fepButtonsPrevM,
fepButtonsCancelM {
  border: 1px solid #808080 !important;
  background-color: #DDD !important;
  float: right;
}
.fepButtonsCancelM:focus,
.fepButtonsCancelM:active,
.fepButtonsPrevM:focus,
.fepButtonsPrevM:active {
  border-color: #808080 !important;
  color: #808080 !important;
  outline: none!important;
}
.fepButtonsCancelM:hover,
.fepButtonsPrevM:hover {
  border-color: #808080 !important;
  color: #808080 !important;
}
.fepButtonsCancelM:focus,
.fepButtonsCancelM:active,
.fepButtonsPrevM:focus,
.fepButtonsPrevM:active {
  color: #8B0000 !important;
  background-color: #808080 !important;
}
.fepButtonsCancelM:hover,
.fepButtonsPrevM:hover {
  background-color: #808080 !important;
  color: #ffffff !important;
}
.fepButtonsCancelR {
  width: 90%;
}
.fepPanHead {
  display: none !important;
}
.fepPanHead.fepGroupHead {
  /*display:block!important;*/
}
#ctl00_CPH_fepNav {
  display: none !important;
}
.btn[disabled] {
  opacity: 1!important;
}
.fepButtCust {
  width: 100% !important;
}
.fepButtonsNextM,
.fepButtCust,
.fepButtonsSendM,
.fepButtonsSendM:focus,
.fepButtonsSendM:active {
  font-size: 13px !important;
  color: #FFFFFF;
  background-color: #0076C1;
  Height: 30px;
  Border-radius: 5px !important;
}
.fepButtonsNextM.fepDisabled,
.fepButtCust.fepDisabled,
.fepButtonsSendM.fepDisabled {
  font-size: 13px;
  color: #FFFFFF;
  Background: #979797;
}
.fepNotEditable {
  opacity: 0.5!important;
}
.fepNavButtons {
  min-height: 40px;
  background-color: transparent !important;
  border: 0px !important;
}
@-moz-document url-prefix() {
  .fepButtonsM,
  .fepButtonsCancelM,
  .fepButtonsNextM,
  .fepButtonsSendM,
  .fepButtonsPrevM,
  .fepButtCust {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fepButtonsM,
  .fepButtonsCancelM,
  .fepButtonsNextM,
  .fepButtonsSendM,
  .fepButtonsPrevM,
  .fepButtCust {
    margin-bottom: 5px !important;
    margin-top: 3px !important;
  }
}
.fepButtonsM,
.fepButtonsCancelM,
.fepButtonsNextM,
.fepButtonsSendM,
.fepButtonsPrevM,
.fepButtCust {
  margin-bottom: 5px!important;
  margin-top: 5px!important;
}
.fepButtonsNextM:disabled,
.fepButtonsSendM:disabled,
.fepButtCust:disabled {
  background-color: #808080 !important;
  color: #DDD !important;
}
.fepButtonsNextM:hover,
.fepButtCust:hover,
.fepButtonsSendM:hover {
  font-size: 13px;
  Background-color: #0066A8;
  color: #FFFFFF;
}
/*Buttons End*/
.fepPan,
.fepPanHead {
  background-color: transparent !important;
  border: 0px;
}
.fepPan {
  box-shadow: none !important;
}
.fepPanHead {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 38px !important;
  line-height: 42px !important;
}
.fepPanHeadHide {
  font-size: 18px  !important;
  color: #FF6600;
  float: left;
  padding-right: 10px !important;
  cursor: pointer;
}
.fepPanBody {
  background-color: white !important;
  border: 0px solid #ddd;
}
.form-control:focus {
  /*box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(255,102,0,1);*/
  box-shadow: none;
  border: 1px #0076C1 solid;
}
.form-control.fepDropDown:focus {
  border: none;
  box-shadow: none;
}
.fepProcessing {
  color: #808080 !important;
  top: calc(50% - 33px);
  left: calc(50% - 33px);
}
.fepPanUnderText {
  font-size: 16px;
  display: block;
  font-weight: normal !important;
  text-transform: none !important;
  padding-top: 12px;
}
/* Grid End*/
.fepProgress {
  border-collapse: inherit !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
}
.fepProgressSteps {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
  table-layout: fixed;
}
.fepProgressStep {
  text-align: center;
  /*font-weight:bold;*/
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
  color: #808080;
  white-space: nowrap;
}
.fepProgressStep span {
  padding-top: 8px;
}
.fepProgressStepCell {
  display: none;
  /*height:5px;
	min-width:2px;
	vertical-align:middle;*/
}
.fepProgressStepCellDone {
  background-color: #FF6600 !important;
}
.fepProgressStepCellToDo {
  background-color: #cdcdcd;
}
.fepProgressStepToDo {
  color: #efefef;
}
.fepImg img {
  max-width: 100%;
}
.fepCheckDesCont {
  margin-top: 5px;
}
/*bootstrap overrides*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: default !important;
}
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: default !important;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: default !important;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: default !important;
}
fieldset[disabled] .btn {
  cursor: default !important;
}
.dropdown-menu > .disabled > a:focus {
  cursor: default !important;
}
.nav > li.disabled > a:focus {
  cursor: default !important;
}
.pagination > .disabled > a:focus {
  cursor: default !important;
}
.pager .disabled > span {
  cursor: default !important;
}
.list-group-item.disabled:focus {
  cursor: default !important;
}
div.popover-content {
  word-wrap: break-word !important;
  font-family: OpenSans;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: 0.2px;
  color: #ffffff;
}
.popover {
  max-width: 291px !important;
  box-shadow: none;
  background-image: url('Images/closePopup.png');
  background-position: top right;
  background-repeat: no-repeat;
}
.fepPopNoClose {
  background-image: none !important;
}
.popover > .arrow {
  border-width: 8px;
}
.popover.bottom > .arrow {
  top: -8px;
  margin-left: -8px;
}
/*bootstrap overrides - end*/
.loader {
  position: relative;
  margin: 0px auto;
  width: 100px;
  height: 100px;
  zoom: 1.7;
}
.circular {
  animation: rotate 2s linear infinite;
  height: 100px;
  position: relative;
  width: 100px;
}
.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  opacity: 0.3;
}
.fepCheck {
  height: auto !important;
  line-height: inherit !important;
  padding-top: 7px;
  color: green;
  right: 0px !important;
  display: none!important;
}
.fepCheckDate {
  display: none !important;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
#ctl00_CPH_fepContainerL {
  width: 5% !important;
}
.chater {
  width: 100%;
  height: 200px;
}
.iiinfo {
  width: 15% !important;
  display: none;
}
.fepFieldCellLeft {
  padding-left: 0px !important;
  overflow: auto;
  text-align: left;
}
/*.fepInnerCell 
{
	padding-left:0px !important;
}*/
.fepBool {
  border: none !important;
  box-shadow: none !important;
}
.ffProductInfo {
  display: none !important;
}
.itemTest {
  background-image: url('Images/Messages.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.itemTest {
  /*background-color:rgba(102, 102, 102, 1);*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  color: White;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
.appNewHeaderM {
  display: none;
}
.appNewButtonsM div a {
  font-family: Verdana !important;
  font-size: 12px !important;
  font-weight: bold;
}
/*new*/
.fepProgressCircle {
  border-radius: 50%;
  width: 55px;
  height: 30px;
  padding: 8px;
  display: table-cell;
  text-align: center;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  color: #808080;
}
.fepProgressToDo {
  background: white;
  border: 2px solid lightgrey;
  color: lightgrey;
}
.fepProgressDone {
  color: transparent;
}
.fepProgressCircleField {
  width: 52px;
  margin: 0 auto;
  height: 52px;
}
.fepProgRectSteps {
  margin-top: 10px;
  border-spacing: 0px !important;
  border-collapse: collapse;
}
.fepProgRect {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: auto !important;
}
.fepProgRectField {
  width: 100%;
  margin: 0 auto;
  height: 52px;
}
.fepProgressStepNumber {
  padding-right: 5px;
}
.fepProgArrowDone {
  height: 49px;
  min-width: 28px;
  background-image: url('Images/arrowdone.svg');
  background-repeat: no-repeat;
  /*background-size:auto 100%;*/
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  background-size: 100% 100%;
}
.fepProgArrowNow {
  height: 50px;
  min-width: 28px;
  background-image: url('Images/arrowdone.svg');
  background-repeat: no-repeat;
  /*background-size:auto 100%;*/
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  background-size: 100% 100%;
}
.fepProgArrowToDo {
  height: 49px;
  min-width: 28px;
  background-image: url('Images/arrowtodo.svg');
  background-repeat: no-repeat;
  /*background-size:auto 100%;*/
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  background-size: 100% 100%;
}
.fepProgressNoArrowDone {
  width: 2px !important;
  border-left: 1px solid lightgrey;
}
.fepProgressNoArrowNow {
  width: 2px !important;
  border-left: 1px solid #808080;
}
.fepProgressNoArrowToDo {
  width: 2px !important;
  border-left: 1px solid lightgrey;
}
.fepProgPref {
  display: none;
}
.fepProgFirstCellDone {
  border-left: 1px solid #808080;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fepProgFirstCellToDo {
  border-left: 1px solid lightgrey;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fepProgLastCellDone {
  border-right: 1px solid #808080;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fepProgLastCellToDo {
  border-right: 1px solid lightgrey;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fepProgFirstCell {
  border-left: 1px solid lightgrey;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fepProgFirstCellNow {
  border-left: 1px solid #808080;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fepProgArrowDone div {
  /*border-bottom: 20px solid transparent;
	border-left: 20px solid green;
	border-top: 20px solid transparent;
	height: 0;
	width: 0;
	box-sizing: border-box;
	box-shadow:green 2px 2px inset;*/
}
.fepProgRectToDo {
  background: white;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  /*border-right: 1px solid lightgrey;*/
  color: lightgray !important;
  font-size: 14px !important;
}
.fepProgRectNow {
  background: white;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  font-size: 14px !important;
  color: #808080 !important;
}
.fepProgRectDone {
  background: white;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  color: black !important;
  font-size: 14px !important;
}
.fepProgStepNow {
  background: white;
  border: 1px solid #808080;
  font-size: 14px !important;
  color: #808080 !important;
  padding-left: 5px;
  padding-right: 5px;
}
.fepProgStepDone {
  background: white;
  border: 1px solid lightgrey;
  color: black !important;
  font-size: 14px !important;
  padding-left: 5px;
  padding-right: 5px;
}
.fepProgStepToDo {
  background: white;
  border: 1px solid lightgrey;
  color: lightgray !important;
  font-size: 14px !important;
  padding-left: 5px;
  padding-right: 5px;
}
#ctl00_CPH_fepProgress {
  float: right;
  top: 10px;
  width: 100%!important;
}
.fepProgPrefCell {
  display: none!important;
}
.fepGroupBold {
  padding-right: 0px !important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 38px !important;
  line-height: 42px !important;
  padding-left: 0px !important;
  margin-top: 8px!important;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.fepGroupBold span {
  padding-bottom: 25px!important;
  width: 100%!important;
}
.fepGroupDisabled .fepGroupHead span {
  color: gray !important;
}
.fepGroupDisabled .fepPanBody {
  display: none;
}
.fepFieldsInGroup {
  /*padding-top:20px;*/
}
.fepConfirmation {
  /*padding-top:26px;
	padding-left:5px;
	padding-right:5px;*/
}
.fepConfirm {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 15px !important;
  padding-bottom: 0px !important;
}
/*change*/
.form-group {
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}
.form-horizontal .form-group {
  margin: 0 0 0 0 !important;
}
.feptableborder {
  border: 1px solid Orange;
  height: 100%;
  margin-bottom: 30px;
}
.feptableborder div {
  border: 2px solid black;
  padding-top: 5px;
}
.fepConLab span {
  width: 100%!important;
}
.fepConLab .fepRequired {
  display: inline;
}
.fepConLab .fepRequired.fepReqAsterisk {
  color: #FF0000;
}
.form-horizontal .control-label {
  text-align: left !important;
  padding-top: 0px;
}
.fepExpandText {
  margin-top: 12px;
  cursor: pointer;
  color: #0076c1;
  font-size: 13px;
}
.fepExpand {
  margin-top: 10px;
  padding-left: 3px;
}
.fepCloseText {
  cursor: pointer;
  color: #0076c1;
  font-size: 13px;
}
.fepCloseText:hover,
.fepCloseText:active,
.fepCloseText:focus {
  color: #808080 !important;
}
.fepExpandableText {
  font-size: 14px;
  padding-left: 0px !important;
}
.fepPdfFileDiv {
  height: 500px;
  overflow: hidden;
  width: 98%;
  float: left;
  background-color: #F0F0F0;
  z-index: -1;
}
.fepPdfFileDiv iframe {
  width: 98%;
  height: 98%;
}
.fepPdfFileDivIn {
  height: 400px;
  /*overflow-y:auto;
	overflow-x:hidden;*/
  width: 99.98%;
  float: left;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #767676;
}
.fepPdfFileCanv {
  width: 100%;
}
.fepPdfFileDivIn .jspVerticalBar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5px !important;
  margin-right: 11px !important;
  height: 100%;
  background: #FFFFFF !important;
}
.fepPdfFileDivIn .jspDrag {
  background: #D9D9D9 !important;
  border-radius: 3px !important;
}
.fepPdfFileDivIn .jspTrack,
.fepPdfFileDivIn .jspArrow {
  background: #FFFFFF !important;
}
.fepWide {
  width: 100% !important;
}
.fepRight {
  float: right;
}
.fepPreamLogo {
  /*background-image:url('./Images/ing_logo.png');
	background-repeat:no-repeat;
	background-position-x:16px;*/
  /*background-position-y:22px;*/
  background-position: left center !important;
  display: block;
  height: 80px;
  background-size: 100% auto;
  max-width: 130px;
}
#headPanel {
  /*border-bottom:1px solid grey;*/
}
.panel-body {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.panel {
  margin-bottom: 0px;
}
#ctl00_CPH_fepStepTable1 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#ctl00_CPH_fepFooterM {
  display: none!important;
  border-top: 1px solid #d9d9d9;
  padding-left: 0px !important;
}
#ctl00_CPH_fepPostScriptum,
#ctl00_CPH_fepFooter {
  display: none!important;
}
#ctl00_CPH_fepSystemInfo {
  display: none;
}
#ctl00_CPH_fepUPProgress {
  display: none;
}
#ctl00_CPH_fepNav {
  width: 98% !important;
}
.fepRadioBut {
  padding-left: 0px !important;
  padding-right: 0px !important;
  box-shadow: none !important;
  border: none!important;
  vertical-align: top;
}
.input-group-addon.fepRadiBut {
  padding: 0px !important;
}
.fepRadioBut input {
  width: 15px!important;
  height: 15px!important;
}
.fepRadioText {
  padding-left: 25px !important;
  padding-top: 4px !important;
  box-shadow: none !important;
  background-color: transparent!important;
}
.fepConfirmCb {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-color: white !important;
  border: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  font-size: 14px !important;
  vertical-align: top !important;
}
.fepConfirmText {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.fepHorizontalList {
  padding-right: 0px !important;
}
.fepHorizontalList div {
  padding-left: 0px !important;
}
.fepHCpxLayout {
  width: 100%;
}
.fepHCpxLayout .fepHCpxCell .fepInnerCell {
  /*padding-left:0px !important;
	padding-right:0px !important;*/
}
.fepHCpxLayout td {
  vertical-align: top;
}
.fepHCpxCell .fepInnerCell {
  padding-left: 0px !important;
  /*padding-right:0px !important;*/
}
.fepLinkBut .fepFieldCell {
  overflow: hidden;
  width: 100% !important;
  height: 70px !important;
}
.fepLinkBut .fepInnerCell {
  border-radius: 4px;
  padding-top: 0px;
  width: 100%;
}
.fepLinkBut .fepHCpxCell {
  padding-top: 38px !important;
}
.fepLinkBut .fepWebLink {
  width: 100% !important;
  background-color: #808080;
  color: #8B0000 !important;
  display: inline-block;
  text-align: center;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 50px !important;
  border: 1px solid #808080 !important;
  line-height: 50px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  outline: none!important;
  text-decoration: none!important;
  background-image: none;
  border-radius: 4px;
  font-size: 20px !important;
  cursor: pointer;
}
.fepDayOfMonthLink,
.fepWebLink,
.fepFileLinkAppendix {
  height: 18px;
  font-family: OpenSans;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0076c1;
  cursor: pointer;
}
.fepTextVertC div {
  display: flex;
  align-items: center;
  margin-top: 0px !important;
  width: 100%;
}
.fepLinkPosC.fepTextVertC div {
  justify-content: center;
}
.fepLinkPosR.fepTextVertC div {
  justify-content: flex-end;
}
.fepLinkPosC.fepTextVertTF {
  justify-content: center;
}
.fepLinkPosR.fepTextVertTF {
  justify-content: flex-end;
}
.fepHorStruct {
  min-height: 0px !important;
}
.fepNoOverflow {
  overflow: visible !important;
}
#ctl00_CPH_fepPreambule {
  display: none;
}
#ctl00_CPH_fepPreambuleR {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 0px !important;
  width: 75%!important;
}
.fepDropDownTip {
  color: #767676 !important;
  border-color: #767676;
}
.fepDropDownTip option {
  color: #555 !important;
  border-color: #767676;
}
.fepDropDownTip option:first-child {
  color: #767676 !important;
  border-color: #767676;
}
.popover {
  z-index: 9999;
  border-radius: 5px!important;
}
.popover.top {
  margin-left: -1px;
}
.fepReqText {
  text-align: left;
}
.fepInnerCell ul {
  overflow: auto;
}
.feporsq {
  background-image: url('Images/orsquare.png');
  background-repeat: no-repeat;
  background-position-y: 8px;
  padding-left: 12px;
  padding-top: 4px !important;
}
input::-ms-clear {
  display: none;
}
span:focus {
  box-shadow: none !important;
}
.fepPdfLink {
  color: #FF6600 !important;
}
.fepPdfLink:hover {
  color: #FF6600 !important;
}
.fepPopupWindow {
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding-top: 22px;
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 457px;
  height: 782px;
  margin: auto;
  z-index: 10002;
  background-color: white;
  overflow: auto;
  max-height: 100%;
}
.fepPopupWindow .fepPan {
  padding-left: 47px !important;
  padding-right: 47px !important;
  box-shadow: none !important;
}
.fepPopupWindow .fepNavButPop {
  padding-top: 3px !important;
  padding-bottom: 0px !important;
}
.fepPopupWindow .fepPanHead {
  padding-bottom: 5px !important;
}
.closePopWidow {
  right: 5px;
  top: 5px;
  position: absolute;
}
.closePopWidow > .btn {
  color: #FF6600 !important;
  font-size: 13px !important;
  background-image: url('Images/closePop.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-color: white !important;
  padding-right: 16px !important;
  padding-top: 3px !important;
  cursor: pointer;
  border: none !important;
  height: 18px !important;
}
.fepPopupWindow .fepGroupHead {
  padding-right: 12px !important;
  font-size: 36px !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fepPopupWindow .fepPanUnderText {
  padding-top: 36px !important;
  padding-bottom: 14px !important;
}
.fepPopupWindow .fepPanBody {
  padding: 0px !important;
  text-align: left !important;
}
.fepPopupWindow .fepExpandableText {
  text-align: justify !important;
}
.fepNavButPop {
  padding-bottom: 10px !important;
  text-align: center;
  bottom: 0px;
  position: relative !important;
}
.fepPopupWindow .fepPanBody {
  padding-bottom: 0px !important;
}
.form-control::-moz-placeholder {
  color: #D7D7D7;
  border-color: #808080;
}
.form-control:-ms-input-placeholder {
  color: #D7D7D7;
}
.form-control::-webkit-input-placeholder {
  color: #D7D7D7;
  border-color: #808080;
}
.fepDropDown.fepDropDownTip .btn span {
  color: #808080 !important;
}
/*Group Template START*/
.fepKRSLbl .fepConLab {
  max-width: 187px;
}
.fepMinH .form-group {
  min-height: 1px !important;
}
.fepNoPadL,
.fepNoPadL .fepLongInfoString {
  padding-left: 0px !important;
}
.fepNoPadLSpan span {
  padding-left: 0px !important;
}
.fepNoPadR,
.fepNoPadR td {
  padding-right: 0px !important;
}
.fepNoPadT,
.fepNoPadT div,
.fepNoPadT span {
  padding-top: 0px !important;
}
.fepNoPadT .fepLongInfoString,
.fepNoPadT .fepLongString {
  padding-top: 15px !important;
}
.fepNoPadB,
.fepNoPadB div,
.fepNoPadB span {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.fepNoPadB .fepConLab {
  padding-bottom: 9px !important;
}
.fepNoPadTB,
.fepNoPadTB div,
.fepNoPadTB span {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.btn-default.fepSmallBtn {
  color: #ffffff !important;
  background-color: #5db2e7;
}
.btn-default.fepSmallBtn:hover {
  color: #ffffff !important;
  background-color: #47a7e4;
}
.fepSmPadL {
  padding-left: 10px !important;
}
.fepSmPadR {
  padding-right: 10px !important;
}
.fepSmPadT {
  padding-top: 10px !important;
}
.fepSmPadB {
  padding-bottom: 10px !important;
}
.fepSmPad {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.fepMdPadL {
  padding-left: 20px !important;
}
.fepMdPadR {
  padding-right: 20px !important;
}
.fepMdPadT {
  padding-top: 20px !important;
}
.fepMdPadB {
  padding-bottom: 20px !important;
}
.fepMdPad {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.fepLgPadL {
  padding-left: 50px !important;
}
.fepLgPadR {
  padding-right: 50px !important;
}
.fepLgPadT .form-group {
  padding-top: 18px !important;
}
.fepLgPadB {
  padding-bottom: 50px !important;
}
.fepRadioNVRight {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fepHCpxCell .fepRadioList .fepRadioNV {
  display: inline-table !important;
}
.fepBorR {
  border-right: 1px solid #D9D9D9;
  padding-right: 0px !important;
}
.fepMdTextPadL .fepInnerCell {
  padding-left: 30px !important;
}
.fepMdTextPadR .fepInnerCell {
  padding-right: 30px !important;
}
.fepMdTextPadT .fepInnerCell {
  padding-top: 30px !important;
}
.fepMdTextPadB .fepInnerCell {
  padding-bottom: 30px !important;
}
.fepBorL {
  border-left: 1px solid #D9D9D9;
}
.fepBorder {
  border: 1px solid #D9D9D9;
  border-radius: 3px 3px 3px 3px;
}
.fepBorder .form-control {
  padding-top: 0px !important;
}
.fepNoBorder,
.fepNoBorder div,
.fepNoBorder span,
.fepNoBorder tr,
.fepNoBorder td {
  border: none !important;
}
.fepLiPan {
  /*display:block !important;*/
}
.fepLinePar {
  padding-left: 0px !important;
  padding-right: 24px !important;
}
.fepLine {
  height: 1px;
  background-color: #d9d9d9;
}
.fepGroupPan {
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 30px !important;
}
.fepUnderlineGp {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 0px !important;
  margin-bottom: 30px !important;
  padding-bottom: 35px !important;
}
.fepConfNoName .input-group {
  padding-top: 27px;
}
.fepColSameHeight {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.fepPrefixNoPadR .input-group-addon {
  padding-right: 0px !important;
}
.fepPrefixNoPadR .fepHasPref {
  padding-left: 0px !important;
}
.fepCenterImage .fepImg {
  text-align: center;
}
.fepNoHeadTab .fepGridColHeader {
  display: none;
}
/*Group Template END*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: all 5000s ease-in-out 0s;
  transition-property: background-color, color;
}
.fepDivdPar {
  padding-left: 7px !important;
  display: inline-flex;
}
.fepDivd {
  padding-right: 7px;
}
.fepDivd .form-control,
.fepDivd .fepInnerCell {
  padding: 0px !important;
  width: 18px !important;
}
.fepDivdPar .form-group {
  min-height: 1px !important;
}
.fepValidResp {
  min-height: 0px !important;
}
.fepValidResp .fepInnerCell,
.fepValidResp .fepInnerCell span,
.fepValidResp .fepInnerCell span font {
  padding-top: 4px !important;
  padding-bottom: 0px !important;
  font-size: 12px !important;
}
.fepValidResp .form-group {
  min-height: 1px !important;
}
.filter-option {
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.fepDropDown.btn-group {
  outline: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.form-control.fepDropDown.fepAutocomplet {
  height: auto !important;
}
.fepDropDown .bs-searchbox,
.fepDropDown .bs-searchbox:focus {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  clear: both;
  border: 1px solid #cfcfcf !important;
  border-top: none !important;
  position: absolute;
  top: 33px;
  z-index: 10;
  width: 100%;
  background-color: white;
}
.fepDropDown.dropdown .bs-searchbox,
.fepDropDown .bs-searchbox:focus {
  top: 33px;
}
.fepDropDown.dropup .bs-searchbox,
.fepDropDown .bs-searchbox:focus {
  top: -43px;
}
.fepAutocomplet:not(.fepDropDownWithDescription).dropdown.open .btn {
  margin-bottom: 0;
}
.fepAutocompleteContain.dropdown .dropdown-menu.open {
  position: absolute;
  top: 77px;
}
.fepAutocompleteContain.dropup .dropdown-menu.open {
  position: absolute;
  bottom: 76px;
}
.fepDropDown .bs-searchbox .form-control,
.fepDropDown .bs-searchbox .form-control:focus {
  height: 33px !important;
  box-shadow: none !important;
  padding-left: 21px !important;
}
.fepDropDown .bs-searchbox:before {
  content: "";
  position: absolute;
  background-image: url('Images/Lupa.svg') !important;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  right: 25px;
  top: 16px;
}
.fepDropDown.dropup .bs-searchbox + .dropdown-menu.open {
  top: auto;
}
.fepDropDown .btn {
  background-color: white;
  color: #4e4e4e;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
  height: 33px !important;
  font-size: 13px !important;
  padding-left: 16px !important;
  transition: none !important;
}
.fepDropDown button:focus {
  border: 1px #0076C1 solid !important;
}
.fepDropDown.open:before,
.fepDropDown.open:after {
  background-color: #ffffff;
  display: none;
}
.fepDropDown .btn.fepPlacehold {
  color: #808080;
}
.fepDropDown .btn.fepCustReqField {
  border: 1px #ca1332 solid !important;
}
.fepDropDown .btn:focus {
  outline: none !important;
}
.fepDropDown.open .btn {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-color: #cacaca !important;
  color: #808080 !important;
  padding-left: 16px !important;
  background-color: #ffffff;
  padding-top: 0px !important;
  border-width: 1px!important;
  height: 33px!important;
}
.fepDropDown.open,
.fepDropDown.dropdown,
.fepDropDown.fepNewDropDown {
  height: 33px;
}
.fepDropDown .dropdown-menu.open {
  margin-top: 0!important;
  padding-top: 0!important;
  border-top: 0!important;
}
.fepDropDown.open .btn .pull-left {
  border-bottom: none !important;
  padding-bottom: 7px;
  padding-top: 8px;
}
.fepDropDown.open {
  z-index: 2;
}
.fepDropDown .dropdown-menu {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  background-color: #ffffff;
  color: #333333 !important;
  border-color: #cacaca !important;
  padding-bottom: 0px!important;
  z-index: 999;
}
.fepDropDown.dropdown .dropdown-menu ul.dropdown-menu {
  max-height: 319px !important;
}
.fepDropDown.dropup.open .btn {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.fepDropDown.dropup .dropdown-menu {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  margin-bottom: 0px!important;
}
.fepDropDown.dropup .dropdown-menu ul.dropdown-menu {
  max-height: 205px !important;
}
.fepDropDown.dropup .dropdown-menu.open {
  border-top: 1px solid #60A6DA !important;
  border-bottom-width: 0px!important;
}
.fepDropDown .dropdown-menu.inner {
  overflow-x: hidden;
}
.fepDropDown .dropdown-header,
.fepDropDown .divider {
  display: none!important;
}
.fepDropDown .dropdown-menu .selected a,
.fepDropDown .dropdown-menu a,
.fepDropDown .dropdown-menu .no-results {
  background-color: #ffffff;
  color: #333333 !important;
}
.fepDropDown .dropdown-menu a,
.fepDropDown .dropdown-menu .no-results {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fepDropDown .dropdown-menu > li:first-child {
  padding-top: 0px!important;
}
.fepDropDown .dropdown-menu a {
  padding-right: 0px !important;
  /*border-bottom: 1px solid rgb(187,187,187) !important;*/
  padding-left: 15px!important;
  border-left: 15px solid transparent;
}
.fepDropDown .dropdown-menu .selected a {
  border-left-color: #0076c1;
  background-color: #eeeeee;
}
.fepDropDown .dropdown-menu li {
  -webkit-box-shadow: 0px -1px 0px 0px #cacaca;
  -moz-box-shadow: 0px -1px 0px 0px #cacaca;
  box-shadow: 0px -1px 0px 0px #cacaca;
}
.fepDropDown .dropdown-menu .selected a:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 3px;
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 9px;
}
.fepDropDown .dropdown-menu li a {
  border-top: none !important;
  border-top: 0px !important;
  height: auto !important;
  min-height: 40px;
  word-wrap: normal;
  white-space: normal;
}
.fepDropDown .dropdown-menu li:last-child a {
  border-bottom: 0px !important;
}
.fepDropDownItemImage {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4px;
}
.fepDropDownItemImage .graphics-font {
  font-size: 24px;
  padding-left: 5px!important;
  padding-right: 6px!important;
  line-height: normal!important;
}
.fepDropDownItemImage img {
  height: 30px!important;
}
.btn-info .fepDropDownItemImage {
  display: table-cell;
  padding-top: 0px;
  padding-bottom: 0px;
}
.btn-info .fepDropDownItemImage .graphics-font {
  padding-top: 0px!important;
  padding-right: 10px!important;
  padding-left: 0px!important;
}
.btn-info .fepDropDownItemImage img {
  padding-right: 10px!important;
  padding-left: 0px!important;
}
.fepDropDownInnerDiv .text {
  width: 98%;
  height: auto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #4e4e4e;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0;
  padding-bottom: 0;
}
.fepDropDownInnerDiv .fepTextDescription {
  color: #4e4e4e;
  position: relative;
}
.fepDropDownWithDescription .fepDropDownInnerDiv .fepTextDescription {
  margin-top: -5px;
}
a.fepDropDownListNoPad:hover {
  background-color: #f4f4f4 !important;
}
.fepDropDownInnerDiv .text-muted {
  padding-top: 3px !important;
  padding-left: 0px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 98%;
}
.fepDropDown .fepDisabled.btn,
.fepDropDown .fepDisabled.btn:hover {
  background-color: #f5f5f5 !important;
  border: 1px solid #cacaca !important;
  pointer-events: none !important;
}
.fepDropDown .fepTextDescription .text-muted {
  display: inline-block !important;
}
.fepDropDown .fepTextDescription > .text-muted {
  padding-left: 0px!important;
}
.fepDropDown .fepTextDescription > .text-muted ~ .text-muted {
  padding-left: 5px!important;
}
.fepDropDown .fepDicBtnDesc {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fepDropDown .dropdown-menu {
  box-shadow: none!important;
}
.dropdown-toggle .pull-left {
  padding-right: 15px;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.fepComboLink .dropdown-toggle .pull-left {
  padding-right: 17px;
}
.fepDropDown.dropdown .dropdown-menu.open {
  max-height: 319px !important;
  margin-top: 0px !important;
  border-top: 0px !important;
  width: 100% !important;
  min-width: 100% !important;
  padding-top: 0px !important;
}
.fepDropDown.dropup .dropdown-menu.open {
  max-height: 205px !important;
  margin-top: 0px !important;
  border-top: 0px !important;
  width: 100% !important;
  min-width: 100% !important;
  padding-top: 0px !important;
}
.fepDropDown.dropup .dropdown-menu.open {
  border-top: 1px solid #cacaca !important;
  border-bottom: 1px solid #cacaca !important;
}
.fepDropDown li a.fepDicWithDesc {
  display: flex;
}
.fepDropDown .btn-info {
  padding-right: 51px!important;
  display: inline-flex !important;
  align-items: center;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.open .fepDropDown .btn-info {
  border-bottom: none!important;
}
.fepDropDown .btn .caret {
  border: none !important;
  height: 20px !important;
  width: 51px !important;
  right: 1px!important;
  top: 5px!important;
  margin-top: 0px!important;
  padding-bottom: 11px!important;
  margin-bottom: 0px!important;
  padding-top: 11px!important;
  font-size: 0rem;
  line-height: 0rem;
  text-align: center!important;
}
.fepDropDown .btn .caret:before {
  font-size: 16px !important;
  color: #0076c1 !important;
  bottom: auto !important;
  font-size: 0rem;
  content: "\f107";
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(deg);
  transition: transform 450ms ease;
  font-family: FontAwesome;
  margin-right: -10px;
  display: inline-block;
}
.fepDropDown.open .btn .caret:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.fepDropDown .btn.fepDisabled .caret:before {
  color: #d7d7d7 !important;
}
.fepDropDown .dropdown-menu.inner {
  bottom: 0 !important;
  overflow: auto !important;
  display: block;
}
/*.fepDropDownInnerDiv 
{
	width:100%;
    height:100%!important;
}*/
/*.bootstrap-select > .dropdown-toggle 
{
	min-width:100% !important;
}*/
.fepDropDown .btn.dropdown-toggle .fepError {
  margin-right: 10px !important;
}
span.fepDropDown.selectpicker:not(.x-unblu-virtual-select) {
  display: inline-block !important;
  opacity: 1 !important;
  position: static !important;
}
.dropdown-menu.open .jspVerticalBar {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background: #ffffff;
}
.jspContainer {
  width: 100%!important;
}
/*.dropdown-menu.open .jspContainer 
{
	width:100% !important;
}*/
.dropdown-menu.open .jspDrag {
  background: #808080 !important;
  border-radius: 3px !important;
}
.dropdown-menu.open .jspTrack {
  background: #dddddd !important;
  width: 5px !important;
  margin-left: 5px !important;
}
.dropdown-menu.open .jspPane {
  padding: 0px !important;
  margin: 0px !important;
  width: 100%!important;
}
.dropdown-menu.open .jspArrow,
.dropdown-menu.open .jspArrow:hover {
  background: #ffffff !important;
  height: 5px !important;
  border-bottom: none !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #ffffff;
}
.fepNatvieScroll.fepDropDown .dropdown-menu.open {
  overflow: auto !important;
  overflow-x: hidden!important;
}
.fepNatvieScroll .dropdown-menu > li > a {
  white-space: normal !important;
}
.fepButtonsCancelM.fepDisabled,
.fepButtonsCancelM.fepDisabled:focus,
.fepButtonsPrevM.fepDisabled,
fepButtonsPrevM.fepDisabled:focus {
  border-color: #DDD !important;
  color: #008000 !important;
  background-color: white !important;
}
.spinner {
  border: 3pt solid #D9D9D9;
  border-top: 3pt solid #808080;
  border-radius: 50%;
  width: 32pt;
  height: 32pt;
  animation: spin 1s linear infinite;
  z-index: 999;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
object {
  position: absolute;
  z-index: 1;
}
/*BSDatePicker*/
.fepDayOfMonthLink {
  cursor: pointer !important;
}
.fepMonthSwitch,
.fepYearSwitch,
.datepicker-fepTitle {
  display: none !important;
}
.datepicker.datepicker-dayofmonth table tr td,
.datepicker table tr th {
  height: 20px !important;
}
.datepicker {
  margin-left: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.datepicker .datepicker-days,
.datepicker .datepicker-months,
.datepicker .datepicker-years,
.datepicker .datepicker-decades,
.datepicker .datepicker-centuries {
  width: 30% !important;
  height: 40px !important;
}
.datepicker .datepicker-months tbody td,
.datepicker .datepicker-years tbody td,
.datepicker .datepicker-decades tbody td,
.datepicker .datepicker-centuries tbody td {
  width: 100% !important;
}
.datepicker .datepicker-months thead tr th,
.datepicker .datepicker-years thead tr th,
.datepicker .datepicker-decades thead tr th,
.datepicker .datepicker-centuries thead tr th {
  width: 33% !important;
}
.datepicker .table-condensed {
  background-color: white !important;
  width: 260px !important;
  border: solid 1px #cacaca;
  border-radius: 4px !important;
  display: block;
  padding: 5px !important;
  border-collapse: separate;
  border-spacing: 5px;
}
.fepMonthYearTitleSeparated {
  display: none;
}
.highlightedSunday {
  color: #ca1332 !important;
}
.datepicker .fepDateConfFooter {
  display: none !important;
  height: 0px !important;
}
.theadSeparator,
.tbodySeparator {
  display: block !important;
  height: 1px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background-color: #cacaca;
}
.datepicker table tr td.day {
  border: 1px solid transparent;
}
.datepicker .fepDateConfFooter .cancel {
  display: none !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  margin-top: 16px !important;
  margin-right: 20px !important;
  font-size: 0px !important;
  cursor: pointer !important;
}
.datepicker .fepDateConfFooter .cancel:before {
  content: "\f00d";
  font-size: 16px!important;
  color: #808080 !important;
  font-family: FontAwesome;
  cursor: pointer !important;
}
.datepicker .fepDateConfFooter .cancel:hover:before {
  color: #000000 !important;
}
.datepicker .fepDateConfFooter .confirm {
  display: none !important;
}
.datepicker .labelChoose {
  display: none !important;
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 14px !important;
  color: #000000;
  margin-bottom: 5px !important;
}
.datepicker table tr td.today {
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 16px !important;
}
.datepicker table tr td,
.datepicker table tr th {
  width: 60px !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.datapicker table tr td.active.active {
  font-family: OpenSans;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
  color: #ffffff !important;
  background-color: #5db2e7 !important;
}
.datepicker table tr td .month.focused,
.datepicker table tr td .month.focused:hover,
.datepicker table tr td .month.focused:focus,
.datepicker table tr td .year.focused,
.datepicker table tr td .year.focused:hover,
.datepicker table tr td .year.focused:focus {
  background-color: #5db2e7 !important;
  color: #ffffff !important;
  border: solid 1px #ffffff;
  border-radius: 4px !important;
}
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker .datepicker-switch:hover {
  background-color: transparent !important;
}
.datepicker table tr td.day.today {
  border-radius: 4px !important;
  font-family: OpenSans;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222222 !important;
  background: #eeeeee !important;
  border-color: transparent !important;
}
.datepicker table tr td.day.today.active {
  background-color: #5db2e7 !important;
  color: #ffffff !important;
}
.datepicker table tr.td.today:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused,
.datepicker table tr td.new.highlighted:hover,
.datepicker table tr td.old.highlighted:hover {
  font-family: OpenSans;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  background-color: #ffffff !important;
  border: solid 1px #5db2e7 !important;
  border-radius: 5px !important;
}
.datepicker table tr td.old.day:hover,
.datepicker table tr td.new.day:hover {
  border: 1px solid transparent !important;
  cursor: default;
  pointer-events: none;
  visibility: hidden;
}
.datepicker table tr td.old.day,
.datepicker table tr td.new.day {
  border: 1px solid transparent !important;
  cursor: default;
  pointer-events: none;
  visibility: hidden;
}
.datepicker table tr td .month,
.datepicker table tr td .year {
  border: 1px solid transparent;
}
.datepicker table tr td .month:hover,
.datepicker table tr td .month:focus,
.datepicker table tr td .year:hover,
.datepicker table tr td .year:focus {
  color: #222222 !important;
  background-color: #ffffff !important;
  border: 1px solid #5db2e7 !important;
}
.datepicker td.day {
  font-family: OpenSans;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
}
.datepicker td.old,
.datepicker td.new {
  font-family: OpenSans;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
}
.datepicker th.dow {
  font-family: OpenSans;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
}
.datepicker th.dow.highlighted {
  font-weight: bold;
}
.datepicker th.prev {
  border-top: solid white !important;
  border-bottom: solid white !important;
}
.datepicker th.next {
  border-top: solid white !important;
  border-bottom: solid white !important;
}
.datepicker table tr th.dpunderline {
  height: 5px !important;
  padding: 0px !important;
  display: none;
}
.fepDefaultCalendarTitle {
  font-family: OpenSans;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
}
th.prev,
th.next {
  font-size: 20px;
}
.datepicker hr.bshr {
  margin-top: 7px;
  margin-bottom: 7px;
  height: 1px;
  color: #808080;
  background-color: #808080;
}
.fepDateBoot {
  box-shadow: none!important;
  height: 33px!important;
}
.datepicker table tr td.highlighted {
  font-family: OpenSans;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
  background-color: transparent !important;
  border-radius: 4px;
}
.datepicker table tr th.todayOffset {
  display: none !important;
}
.datepicker table.table-condensed tfoot tr th.today {
  padding: 0px !important;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0076c1;
}
.datepicker table.table-condensed tfoot tr th.today:hover {
  background: transparent !important;
}
.datepicker table tr th.today {
  display: table-cell !important;
}
.datepicker table tr td.new.highlighted,
.datepicker table tr td.old.highlighted {
  color: transparent !important;
}
td.day {
  height: 28px !important;
  width: 28px !important;
}
.datepicker .month {
  color: #222222;
}
.fepDateFocus {
  box-shadow: none;
  border-color: #808080;
}
.fepCalenderBootBtn:after {
  border: 0px solid Black;
  width: 50px;
  cursor: pointer;
  font-size: 20px;
}
.fepCalenderBootBtn {
  margin-bottom: 0px!important;
}
.input-group .date-picker {
  z-index: 1;
  border-right: 1px solid #cfcfcf;
}
.fepCalenderBtnContainer.fepDisabled {
  display: table-cell !important;
  border-left: none !important;
}
.fepDateBoot.date-picker.fepDisabled.ffeDisabled,
.fepDateBoot.datepicker.fepDisabled {
  border-right-color: transparent !important;
  border-right: none!important;
}
/*BSDatePicker*/
/*HideSeparator*/
.fepHideElement {
  display: none;
}
/*HideSeparator*/
/*ValidationIMG*/
.fepValidIco::before {
  color: #FF0000;
  font-size: 20px;
  padding-right: 9px !important;
  float: left;
  padding-top: 0px!important;
  font-family: FontAwesome;
  content: "\f071";
}
/*.fepValidIco
{
    display:inline!important;
}*/
.fepCustReqNoBorR {
  border-right-color: transparent !important;
  border-right: none;
  border-top: 1px #ca1332 solid !important;
  border-bottom: 1px #ca1332 solid !important;
  border-left: 1px #ca1332 solid !important;
  border-right: 1px #ca1332 solid !important;
}
.fepCustReqNoBorL {
  border-left-color: transparent !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: none;
  border-top: 1px #ca1332 solid !important;
  border-bottom: 1px #ca1332 solid !important;
  border-right: 1px #ca1332 solid !important;
}
/*-----*/
.fepreqInfo:before {
  color: #ADFF2F;
  font-size: 16px;
  padding-right: 10px !important;
  padding-top: 10px !important;
}
.fepreqInfo {
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #ADFF2F !important;
  padding-top: 9px !important;
}
.fepValidContainer {
  display: table-cell !important;
  vertical-align: top;
  padding-top: 6px;
}
/*ValidationIMG*/
/*appNew.less START*/
.appNewHeaderM {
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
}
.appNewButtonsM {
  border: 0px;
  height: 21px;
  cursor: hand;
  border: 3px solid #dddddd;
  border-radius: 8px;
  padding: 10px;
}
.appNewTable {
  vertical-align: middle;
  min-width: 500px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.appNewButtonsM a {
  color: #999999;
  text-decoration: none;
  height: auto !important;
}
.fepPanCheckDesc {
  display: table !important;
  padding-top: 0px !important;
  width: 100% !important;
}
.fepPanCheckDesc .fepBoolFocus {
  border-color: #808080 !important;
}
.fepCheckDesc {
  position: relative;
  display: inline;
  width: 100% !important;
  vertical-align: middle;
  font-size: 13px;
}
.fepCheckSep {
  width: 0px;
  height: 100%;
}
.fepGridMinSpace {
  min-height: 50px;
}
.fepFieldCellBDesc {
  overflow: visible!important;
  max-height: 100%!important;
}
.fepFieldCellB.fepFieldCellBDesc .form-control.fepBool,
.fepCheckCont .form-control.fepBool {
  padding-bottom: 0px !important;
  padding-top: 2px !important;
  vertical-align: top;
}
.fepSliderWithTextbox::-ms-clear {
  display: none;
}
/*SliderDisabled*/
.fepSliderDisabled {
  pointer-events: none;
}
.fepSliderDisabled .slider-track .slider-handle {
  background-image: linear-gradient(to bottom, #808080 0, #808080 100%) !important;
}
/*SliderDisabled*/
/*Slider*/
.fepSlider {
  width: 100%;
}
.fepSlider .fepRightPan,
.fepSlider .fepLeftPan {
  width: 5%!important;
}
.fepSliderPan {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.slider.slider-horizontal {
  height: 30px!important;
  width: 100%!important;
  margin-bottom: 5px;
  margin-top: 5px;
}
.fepSliderWithTextbox .slider.slider-horizontal {
  margin-top: 20px!important;
}
.fepSliderNextTo .slider.slider-horizontal {
  margin-top: 10px!important;
}
.slider-track {
  height: 6px!important;
  background-image: none!important;
  background-color: #808080;
  box-shadow: none!important;
}
.slider-selection {
  background-image: none!important;
  background-color: #067435 !important;
  box-shadow: none!important;
}
.slider-handle.min-slider-handle.round,
.slider-handle.max-slider-handle.round {
  background-color: #067435 !important;
  background-position: center center!important;
  background-image: linear-gradient(to bottom, #067435 0, #067435 100%) !important;
  height: 30px!important;
  width: 30px!important;
  border-radius: 50%!important;
  margin-left: -15px !important;
  margin-top: -15px !important;
  cursor: pointer;
  outline: none!important;
}
.slider-label {
  position: relative;
  top: -15px;
}
.fepSliderPan span.fepDisabled.fepLongInfoString {
  display: none!important;
}
.slider-label {
  width: 100%!important;
}
.slider-track-lowImage {
  background-color: #067435;
  position: relative;
  width: 20px;
  height: 6px;
  left: -15px;
}
.fepRangeSlider .slider-track-lowImage {
  background-image: url('Images/SlierTrackLeft.png') !important;
}
.slider-track-highImage {
  background-color: #808080;
  width: 20px;
  height: 6px;
  position: relative;
  left: 100%;
  margin-top: -6px;
  margin-left: -5px;
}
/*Slider*/
/*Separator*/
.fepSepType0 .fepemptySeparatorCell,
.fepSepType0 .fepFieldCellSeparator {
  min-height: 1px!important;
  border-bottom: 1px solid #DDD;
  height: 32px;
  margin-bottom: 30px;
}
.fepSepType1 .fepemptySeparatorCell,
.fepSepType1 .fepFieldCellSeparator {
  min-height: 1px!important;
  height: 2px;
  margin-bottom: 30px!important;
  margin-top: 30px!important;
  background-image: linear-gradient(to right, #DDD 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px!important;
  background-repeat: repeat-x !important;
}
/*Separator*/
/*Dialogs and Messages eWizard START*/
.closeTitle {
  display: table-row !important;
}
.closeTitle a {
  cursor: pointer!important;
}
.closeTitle a:before {
  color: #ADFF2F;
  font-size: 20px!important;
  width: 20px;
  margin-left: 480px;
  display: block;
  height: 20px!important;
  margin-top: 20px!important;
}
/*Dialogs and Messages eWizard END*/
#ismobile {
  display: none;
}
.graphics-font {
  cursor: default!important;
  font-size: 64px;
  line-height: 60px!important;
  display: table;
  padding-top: 6px!important;
  float: right;
  padding-right: 0px!important;
  text-align: center;
  width: 100%!important;
}
.fepLongString.fepDisabled {
  text-align: left!important;
  padding: 0px!important;
  margin: 0px!important;
  border: none!important;
  margin-bottom: 6px!important;
  overflow-y: hidden;
}
.fepImageLink {
  display: block;
  margin-top: 10px!important;
}
.fepDragAndDrop .fepImageLink,
.fepMultiDragAndDrop .fepImageLink {
  display: flex;
  justify-content: center;
  margin-top: 10px !important;
}
.fepImageLink div:nth-child(1),
.fepImageLink div:nth-child(2) {
  display: table-cell !important;
  max-width: 50vw;
}
.fepDesRegion .fepImageLink .form-group {
  cursor: pointer!important;
}
.fepLinkImg {
  vertical-align: top!important;
  cursor: pointer;
  padding-right: 10px;
}
.fepDesRegion .fepImageLink {
  margin-bottom: 7px!important;
}
.fepImageLink .fepInnerCell span:first-of-type {
  display: none!important;
}
.fepLinkImg .graphics-font {
  font-size: 18px;
  line-height: 16px!important;
  color: #808080;
  padding-right: 19px!important;
  padding-bottom: 7%!important;
  padding-top: 3px!important;
  cursor: pointer!important;
  margin-right: 0px!important;
  float: left!important;
}
.fepImageLink .fepValidator {
  display: inline-flex !important;
  width: 100%!important;
  margin-bottom: 7px!important;
}
.fepInnerCell.fepSpaceAfter {
  width: 100%!important;
}
.fepImageLink .fepValidator .fepSpaceAfter {
  width: 100%!important;
}
.dropdown-menu > li > a {
  padding-bottom: 10px!important;
  padding-top: 10px!important;
}
.fepGridMinSpace {
  min-height: 38px;
}
.fepNotAllDesc,
.fepAllDesc {
  display: table-cell;
  width: 100%!important;
  padding-left: 10px;
}
.fepNotAllDesc .fepCheckDesc,
.fepAllDesc .fepCheckDesc {
  display: inline!important;
  padding-left: 0px !important;
}
.fepCheckDesCont .fepCheckDescPan .fepCheckDesc {
  color: #4d4d4d;
}
.fepCheckDescPan {
  padding-left: 7px;
  position: relative;
}
.fepNotAllDesc .fepExpandText,
.fepAllDesc .fepCloseText {
  font-size: 13px;
  margin-left: 5px !important;
}
.fepDesignGroup .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.form-control.fepRadioText {
  padding-left: 8px !important;
  padding-right: 9px!important;
}
.fepRadioDisplayCard .form-control.fepRadioText {
  padding-left: 8px !important;
  padding-top: 6px !important;
  display: flex !important;
  align-items: center !important;
  margin: auto 0;
}
.fepMainL,
.fepMainR {
  width: 0px;
}
.fepMainC {
  width: 100%!important;
}
.fepPreview .fepMainL,
.fepPreview .fepMainR {
  width: 8.33%!important;
}
.fepConLab span.fepQuestion {
  width: auto!important;
}
.fepDesignGroup {
  width: 100%!important;
}
.fepFileLinkPan ~ span {
  display: none!important;
}
.fepDropDown:focus,
.fepDropDown:active,
.fepDropDown.open:focus,
.fepDropDown.open:active,
.fepDropDown .btn-info:focus,
.fepDropDown .btn-info:active,
.dropdown-menu.open:focus,
.dropdown-menu.open:active,
.fepDropDownInnerDiv:focus,
.fepDropDownInnerDiv:active,
.dropdown-menu.inner:focus,
.dropdown-menu.inner:active {
  outline: none!important;
}
.fepRowBackground {
  display: none!important;
}
.fepBtnVertical .fepValidIco:before {
  padding-left: 34.2%;
  padding-top: 1px!important;
}
.fepBtnVertical .fepValidContainer {
  padding-top: 2px!important;
}
.fepIcoPref,
.fepIcoSuf {
  display: table-cell !important;
}
.fepPreview:before {
  background-image: url('../../Images/PreviewDesktop.png');
  width: 100px !important;
  height: 100px !important;
  position: fixed !important;
  background-color: transparent !important;
  z-index: 99999999999;
}
/*Hidden sections */
.fepSeparatorBody {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
.fepDesignGroup .fepSeparatorBody .row {
  display: flex !important;
  align-items: center;
}
.fepShowSeparatorBody {
  height: auto !important;
  overflow: visible !important;
  padding-bottom: 5px;
}
.fepS7Back .fepShowSeparatorBody {
  background-color: #808080;
}
.fepS7Back .fepExpSepVis,
.fepS7Back .fepExpSepHid,
.fepS7Back .fepShowSeparatorBody {
  border-bottom: 0px;
}
.fepExpSepHid,
.fepExpSepVis {
  cursor: pointer;
  min-height: 36px!important;
}
.fepFirstHidReg {
  padding: 15px;
}
.fepExpSepHid.fepFirstHidReg,
.fepExpSepVis.fepFirstHidReg {
  margin-top: 0px;
}
.fepExpSepVis {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.fepDesignSteps .fepDesRegion .fepExpSepVis,
.fepDesignSteps .fepDesRegion .fepExpSepHid {
  background-color: #f2f2f2;
  text-align: left;
  padding: 8px 50px 8px 0px !important;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  position: relative;
}
.fepDesignSteps .fepDesRegion .fepExpSepVis .fepSepPaneArrow,
.fepDesignSteps .fepDesRegion .fepExpSepHid .fepSepPaneArrow {
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 15px;
  margin-top: 0 !important;
}
.fepDesignSteps .fepDesRegion .fepExpSepVis .fepSepPaneArrow {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  float: right;
  background-position: center right;
}
.fepDesignSteps .fepDesRegion .fepExpSepHid .fepSepPaneArrow {
  display: inline-flex;
  background-repeat: no-repeat;
  float: right;
  background-position: center right;
}
.fepExpSepVis .fepSepPaneArrow {
  margin-top: -12px;
}
.fepExpSepHid .fepSepPaneArrow {
  margin-top: -12px;
}
.fepExpSepVis .fepSepPaneArrow:before,
.fepExpSepHid .fepSepPaneArrow:before {
  content: "\f107";
  font-size: 30px!important;
  color: #ffffff !important;
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  height: 100%;
}
.fepExpSepVis .fepSepPaneArrow:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fepExpSepVis .fepSepPaneTitle,
.fepExpSepHid .fepSepPaneTitle {
  height: auto;
  font-family: OpenSans;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4e4e4e;
  padding-left: 15px;
  display: block;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepExpSepHid,
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepExpSepVis {
  height: auto !important;
  min-height: 33px !important;
  width: auto !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  border-radius: 0px !important;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepDesRegion.fepColPad {
  margin-top: 0px !important;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepWithExpanders * {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepSepPaneArrow {
  display: block !important;
  width: auto !important;
  height: auto !important;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepSepPaneTitle {
  width: 100%;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepCheckCont .fepCheckDesc {
  margin-left: 9px;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepCheckCont {
  padding-left: 9px !important;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepSeparatorBody.fepShowSeparatorBody {
  border: 1px solid #c8c8c8;
  border-top: none;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepExpSepVis.fepFirstHidReg,
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepExpSepHid.fepFirstHidReg {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepWithExpanders .fepConfirmTR {
  display: flex;
  align-items: center;
  margin-top: 5px !important;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepConfirmCb {
  background-color: transparent !important;
  width: 26px;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepConfirmCb .icheckbox_minimal {
  margin-top: 1px !important;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepConfirmText {
  border: none !important;
  display: inline-flex;
  align-items: center;
  width: auto;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepTableItemWithoutHeader .control-label {
  padding-top: 0px !important;
}
.fepDesRegion[typetag="HeaderOfExpandableWithEditHeader"] .fepCheckCont.fepCheckBoxDisplayDefault .fepHelpDisplay .fepQuestion {
  top: 5px;
}
/*End Hidden sections */
/*Steps */
.fepStepPaneHead {
  background-color: white!important;
  width: 100%;
}
.fepStepBody {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
.fepShowStepBody {
  height: auto !important;
  overflow: visible !important;
}
.fepStepPaneTitle {
  display: table-cell;
  width: 100%!important;
}
.fepStepAfter {
  border-radius: 4px !important;
  height: 80px !important;
  background-color: #808080 !important;
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #000000 !important;
  display: inline-table !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px!important;
  width: 100%;
}
.fepStepBefore {
  border-radius: 4px !important;
  height: 80px !important;
  background-color: #DDD !important;
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #000000 !important;
  display: inline-table !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 20px!important;
}
.fepStepBefore .fepSepPaneTitle {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
.fepStepBefore .fepSepPaneNumber {
  width: 40px!important;
  height: 40px!important;
  color: transparent !important;
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 14px !important;
  font-size: 0px !important;
  background-color: #808080 !important;
  display: block !important;
  border-radius: 25px!important;
  margin-right: 40px!important;
  padding-top: 10px!important;
  text-align: center !important;
}
.fepStepBefore .fepSepPaneNumber:before {
  content: "\f00c";
  font-size: 16px!important;
  color: #ffffff !important;
  font-family: FontAwesome;
}
.fepStepAfter .fepSepPaneNumber {
  width: 40px!important;
  height: 40px!important;
  color: #808080 !important;
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 14px !important;
  background-color: #DDD !important;
  display: block !important;
  border-radius: 25px!important;
  margin-right: 40px!important;
  padding-top: 10px!important;
  text-align: center !important;
}
.fepStepActual {
  border-radius: 4px !important;
  height: 80px !important;
  background-color: #067435 !important;
  color: #ffffff !important;
  display: inline-table !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px!important;
  background-image: linear-gradient(to right, #000 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px!important;
  background-repeat: repeat-x !important;
  margin-bottom: 25px;
}
.fepStepActual .fepStepPaneTitle {
  font-style: normal!important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 24px !important;
  color: #000000 !important;
  vertical-align: middle;
}
.fepStepActual .fepSepPaneNumber {
  width: 40px!important;
  height: 40px!important;
  color: #808080 !important;
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 14px !important;
  background-color: #DDD !important;
  display: block !important;
  border-radius: 25px!important;
  margin-right: 40px!important;
  padding-top: 10px!important;
  text-align: center !important;
}
.fepStepAfter .fepSepPaneTitle,
.fepStepBefore .fepSepPaneTitle {
  vertical-align: middle !important;
  display: table-cell;
  width: 100% !important;
  background-color: transparent !important;
}
.fepStepAfter .fepSepPaneTitle,
.fepStepActual .fepSepPaneTitle,
.fepStepBefore .fepSepPaneTitle {
  text-align: left;
}
.fepStepAfter .fepSepPaneTitle:after,
.fepStepActual .fepSepPaneTitle:after,
.fepStepBefore .fepSepPaneTitle:after {
  height: 0px !important;
}
.fepStepActual .fepSepPaneTitle {
  vertical-align: middle !important;
  display: table-cell;
  width: 100%!important;
  background-color: transparent!important;
  color: #ffffff !important;
}
.fepStepPaneTitle .row.fepFirstRow .fepDesRegion .row,
.fepStepPaneTitle .row.fepFirstRow .fepDesRegion .row .fepNoColsGrid {
  padding-left: 0px !important;
}
.fepStepPaneTitle .row.fepFirstRow .fepDesRegion .fepNoColsGrid .fepConLab span {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #ffffff !important;
}
.fepStepPaneTitle .row.fepFirstRow .fepDesRegion .fepNoColsGrid .fepConLab {
  padding-top: 5px !important;
}
.fepDesRegion .row.fepFirstRow {
  display: none !important;
}
.fepDesRegion .fepStepPaneTitle .row.fepFirstRow {
  display: block !important;
}
.fepStepBefore .fepStepPaneNumber {
  display: flex;
  align-items: center;
  height: 100%;
}
.fepStepCounter {
  text-align: right!important;
  margin-left: 15px;
}
.fepStateBefore input,
.fepStateActual input,
.fepStateAfter input,
.fepStateRestOf input,
.fepStateRepeatActual input,
.fepStateRepeatAfter input {
  display: none !important;
}
/*End Steps */
/*


#ctl00_CPH_fepUPInfo
{
	BACKGROUND-IMAGE: url('../../Images/website_under_construction2.png');
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: center top;
	background-size: contain;
}

#ctl00_CPH_fepSystemInfoContent
{
	background-color:White;
}*/
/*appNew.less END*/
.fepPreload {
  position: absolute;
  right: 200%;
}
/*Dict description Start*/
.fepRadioTR .fepDicWithDesc .text-muted {
  font-size: 11px;
}
.fepDicWithDesc .text-muted {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.fepNoColsReg .fepRadioText.fepDicWithDesc .text-muted {
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*Dict description End*/
/*fep.less END*/
.fepTextPosCent .fepDesFreeText .fepConLab {
  display: table;
  height: 50px;
  padding: 0px!important;
  margin-top: 5px!important;
}
.fepTextPosCent .fepDesFreeText .fepConLab span {
  display: table-cell;
  vertical-align: middle;
}
/*PostCode Control START*/
.fepPostCodeLeft,
.fepPostCodeRight,
.fepPostCodeDashPan {
  display: inline;
}
.fepPostCodeLeft {
  width: 41.66%;
}
.fepPostCodeRight {
  width: 50%;
}
.fepPostCodeDashPan {
  width: 8.33%;
}
.fepPostCodeDashPan {
  display: inline-block;
  text-align: center;
  width: 8.33%;
}
/*PostCode Control END*/
.fepAuthorization {
  padding-bottom: 20px !important;
  padding-top: 10px !important;
  display: block;
  background-color: white!important;
}
.fepAuthorization > .control-label {
  font-size: 20px;
  color: #333;
}
.fepAuthorizationPanel,
.fepAuthorizationPanelError {
  background-color: #f6f6f6;
  margin: 0px;
  width: 100%;
  padding-bottom: 20px;
  border-radius: 6px;
}
.fepAuthorizationPanel .control-label {
  text-align: center!important;
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 14px !important;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #ADFF2F;
  display: block;
}
.fepAuthorizationPanel .control-label:first-of-type {
  padding-top: 30px;
  line-height: 15px!important;
}
.fepAuthorizationPanel > input {
  height: 50px!important;
}
.fepAuthorizationPanel .fepValidContainer {
  padding-top: 0px;
}
.fepAuthorizationValid {
  margin-left: auto!important;
  margin-right: auto!important;
  width: 30% !important;
  margin-top: 10px !important;
}
.fepAuthorizationValid .fepValidContainer > * {
  position: relative!important;
}
.fepAuthorizationInput {
  width: 30% !important;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  background-color: white!important;
}
.fepAuthorizationInput[disabled] {
  background-color: #ffffff !important;
}
.fepAuthorizationAccept,
.fepAuthorizationCancel {
  width: 30% !important;
  display: block;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
}
.fepAuthorizationAccept {
  background-color: #808080 !important;
}
.fepAuthorizationCancel {
  font-weight: normal !important;
  margin-top: 20px !important;
}
.fepAuthorizationPanelError {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}
.fepAuthorizationPanelError > .col-xs-10 > span {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 26px !important;
  line-height: 28px !important;
  display: block;
  margin-bottom: 10px;
}
.fepAuthorizationErrorImgPanel {
  margin-top: 20px;
}
.fepAuthorizationErrorImgPanel > span {
  margin-right: 20px;
  font-size: 20px;
  display: block;
  float: left;
}
.fepAuthorizationErrorImgPanel > input {
  background-color: transparent;
  padding-left: 0px;
  display: block;
  height: 24px;
}
.fepAuthorizationErrorImage {
  font-size: 64px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #808080;
  width: 64px;
}
.fepModalDictionary > .fepModalDictionaryNag {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #ADFF2F;
  font-size: 16px;
  line-height: 19px;
}
.fepTile div[disabled] {
  display: none;
}
.fepModalDictionary .open {
  display: block;
}
.fepModalDictionaryItem .fepModalDictionaryTitleLabel {
  margin-top: 0px;
  display: block;
  text-align: center !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 13px !important;
}
.fepMainTilePan {
  max-height: 200px;
  clear: both;
}
.fepModalDictionaryItem .fepModalDictionaryValueLabel {
  display: block;
  color: #c8c8c8;
  margin-top: 0px;
  font-family: OpenSans;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center !important;
  color: #4d4d4d !important;
  padding: 5px;
  padding-top: 0px;
}
.fepModalDictionaryItem .fepModalDictionaryValueLabel > span {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 14px !important;
}
.fepModalDictionaryValueLabel:first-of-type {
  margin-top: 5px;
}
.fepModalDictionary .fepModalDictionaryButt {
  font-size: 16px !important;
  line-height: 28px!important;
  font-weight: normal!important;
  margin-bottom: 9px;
  display: inline-block;
  cursor: pointer;
}
.fepModalDictionaryModalPanel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  display: none;
}
.fepModalDictionaryModalPanel > div {
  background-color: #f6f6f6 !important;
  margin-top: 150px;
  height: 400px;
  width: 520px;
  position: absolute;
  left: 50%;
  margin-left: -260px;
}
.fepModalDictionaryModalPanel .closeTitle {
  display: block !important;
}
.fepModalDictionaryModalPanel .closeTitle span:before {
  margin-top: 20px!important;
  margin-left: 0px;
  position: absolute;
  right: 20px;
  top: 0px;
  color: #ADFF2F;
  font-size: 20px!important;
  width: 20px;
  display: block;
  height: 20px!important;
}
.fepModalDictionaryModalPanel .closeTitle span {
  cursor: pointer;
}
.fepModalDictionaryModalPanel .fepModalDictionaryItem:last-of-type {
  border-bottom: none;
}
.fepModalDictionaryItem {
  border-bottom: 1px solid #c8c8c8;
  min-height: 100px;
  margin-left: 80px;
  margin-right: 80px;
  cursor: pointer;
}
.fepModalDictionaryItem .fepModalDictionaryImage {
  height: 100%;
  width: 100%;
  display: block;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}
.fepTileCheck .fepModalDictionaryItem .fepModalDictionaryImage {
  padding-top: 21px;
}
/*.fepModalDictionaryItem .fepModalDictionaryImage > *{
    line-height: 50px !important;
    font-size:24px!important;
    background-color:@fepGray;
    color:white;
    border-radius:30px;
    height: 50px!important;
    width: 50px!important;
    margin-left:auto !important;
    margin-right:auto !important;
    float:none !important;
    padding-top:0px !important;
    display:block;
    cursor:pointer!important;
    text-align:center!important;
    font-style:normal!important;
    font-weight:normal!important;
}*/
.fepTile.fepTileCheck .fepModalDictionaryItem:before {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  content: "";
  display: block;
  background-color: white;
  top: -5px;
  left: calc(50% - 25px) !important;
}
.fepTile.fepTileCheck .active.fepModalDictionaryItem:before {
  border: 1px solid #0076c1;
  background-image: url('Images/tilechecked.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: white;
  background-position: center;
}
.fepModalDictionaryImage > * > img {
  display: block;
  margin: auto;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.fepTileCheck .fepreq {
  float: left;
  width: 100% !important;
}
.fepTile:not(.fepTileCheck) .fepModalDictionaryImage > * > img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.fepModalDictionaryModalPanel .fepModalDictionaryModalTitle {
  display: block;
  font-size: 20px!important;
  margin: 60px;
  margin-bottom: 10px;
}
.fepModalDictionaryModalContainer {
  height: 245px;
  overflow-y: auto;
}
.fepModalDictionaryModalContainer .active {
  background-color: #808080;
  color: white;
  border-radius: 4px;
}
.fepModalDictionaryModalContainer .active .fepModalDictionaryImage > * {
  background-color: white;
  color: #808080;
}
.fepModalDictionaryModalContainer .active .fepModalDictionaryValueLabel,
.fepModalDictionaryModalContainer .active .fepModalDictionaryValueLabel > span,
.fepTile .active .fepModalDictionaryValueLabel > span {
  color: white!important;
}
.fepModalDictionary .fepModalDictionaryFirst {
  min-height: 38px!important;
  margin-bottom: 10px;
}
.fepModalDictionary .fepModalDictionaryFirst > span {
  display: block;
  color: #ADFF2F;
  width: 100%;
  font-size: 14px!important;
  line-height: normal!important;
  font-weight: normal!important;
}
.fepModalDictionary .fepModalDictionaryFirst > span:first-of-type {
  color: #000000;
  font-weight: bold!important;
  font-size: 16px!important;
}
.fepModalDictionaryFirst .fepModalDictionaryAccountNumber,
.fepModalDictionaryFirst .fepModalDictionaryAccountNumber > span,
.fepModalDictionaryItem .fepModalDictionaryAccountNumber,
.fepModalDictionaryItem .fepModalDictionaryAccountNumber > span {
  font-size: 14px!important;
  line-height: 16px!important;
  color: #808080;
  font-style: normal!important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
.fepModalDictionaryAccountNumber > span:nth-child(2) {
  font-size: 10px!important;
  margin-left: 3px;
}
.fepModalDictionary .fepQuestionInside {
  width: auto;
  display: inline-block !important;
  border: none!important;
}
.fepDisplayCirProgres {
  display: block!important;
}
.fepValNTCheckBox {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
  padding-top: 10px;
}
.fepValNTCheckBoxMsg {
  display: block;
}
.fepCustReqBcg .fepValNTCheckBoxMsg {
  padding-bottom: 24px;
}
/*.fepInfoMessage span:before{
    color: @fepGray !important;
    content:"\f05a";
    font-family:FontAwesome;
    padding-right:5px;
}*/
.fepCounterCurrent {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 22px !important;
  line-height: 24px !important;
  color: #000000;
}
.fepCounterMax {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #000000;
}
/*No colums display start*/
.fepNoColsGrid {
  display: inline-block !important;
  width: auto!important;
}
/*no cloumns Display end*/
.fepBtnPanel {
  position: relative;
}
.fepBtnPanel span {
  background-color: transparent !important;
}
.fepDesImageBubble {
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}
.fepIMGDottedCircle {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.fepDesImageBubble .fepIMGDottedCircle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px dotted #000000;
}
.fepDesImageBubble .fepIMGDottedCircle span {
  text-align: center!important;
}
.fepDesImageBubble .fepIMGDottedCircle {
  display: block!important;
}
.graphics-font {
  padding-top: 0px!important;
}
span.graphics-font.graphics-font-ING {
  display: none;
}
.input-group.fepInputGroupWithControl {
  display: flex !important;
  z-index: 99999999999999 !important;
}
.input-group.fepInputGroupWithControl {
  display: flex !important;
  z-index: 99999999999999 !important;
}
.input-group.fepInputGroupWithControl .fepDropDown {
  z-index: 1 !important;
}
.input-group.fepInputGroupWithControl .fepInnerCell {
  margin-top: 0px !important;
  margin-bottom: 0px;
  width: 40% !important;
}
.input-group.fepInputGroupWithControl .btn-group {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}
.input-group.fepInputGroupWithControl .btn-group .btn {
  padding-right: 40px !important;
  border-left: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  padding-left: 0px !important;
}
.input-group.fepInputGroupWithControl .fepDropDown .caret {
  border-left: 0px !important;
}
.input-group.fepInputGroupWithControl .btn-group .btn.dropdown-toggle .filter-option.pull-left {
  padding-left: 16px !important;
  border-left: 1px solid #ADD8E6 !important;
  padding-right: 0px !important;
  color: #ADFF2F;
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 14px !important;
}
.input-group.fepInputGroupWithControl .btn-group .btn.dropdown-toggle:hover .filter-option.pull-left,
.input-group.fepInputGroupWithControl .dropdown-menu.open .fepDropDownListNoPad:hover span.text {
  color: #808080 !important;
}
.input-group.fepInputGroupWithControl .btn-group span.text {
  color: #ADFF2F;
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 14px !important;
}
.input-group.fepInputGroupWithControl .dropdown-menu.open {
  top: 49px !important;
}
.input-group.fepInputGroupWithControl .btn-group.open .btn.dropdown-toggle .filter-option.pull-left {
  border-left: none !important;
}
.input-group.fepInputGroupWithControl .btn-group.open .dropdown-toggle {
  border-left: 1px solid #ADD8E6 !important;
  border-bottom: none !important;
}
.input-group.fepInputGroupWithControl .btn-group.open .dropdown-toggle:hover {
  border-color: #808080 !important;
}
.input-group.fepInputGroupWithControl .fepDropDown .dropdown-menu.open li:nth-child(2) a {
  border-top: 1px solid #60A6DA !important;
}
.fepLinkBulPad a {
  position: relative!important;
  top: -10px !important;
  margin-left: 17px!important;
}
.fepTagInfo {
  display: block!important;
}
/*Tile*/
.fepTile .fepModalDictionaryItem {
  margin: 10px 0px !important;
  overflow: hidden;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  opacity: 1;
  min-height: 200px !important;
}
.fepTile .fepModalDictionaryItem:hover {
  border-radius: 5px;
}
.fepTile .fepModalDictionaryItem[disabled],
.fepTile .fepModalDictionaryItem[disabled]:hover,
.fepTile .disable:hover,
.fepTile .disable {
  background-color: transparent;
  border-radius: 5px;
  border: none!important;
  cursor: auto!important;
  opacity: 0.5;
}
.fepTile .lastTileInRow .fepModalDictionaryItem {
  margin-right: 0px !important;
}
.fepTile .firstTileInRow .fepModalDictionaryItem {
  margin-left: 0px !important;
}
.fepDisabledNew .fepTile .fepModalDictionaryItem {
  border: 1px solid rgba(200, 200, 200, 0.5) !important;
  opacity: 1 !important;
}
.fepDisabledNew .fepTile .fepModalDictionaryItem .fepModalDictionaryImage,
.fepDisabledNew .fepTile .fepModalDictionaryItem .fepMainTilePan {
  opacity: 0.5;
}
.fepDisabledNew .fepTile.fepTileCheck .fepModalDictionaryItem:before {
  border: 1px solid rgba(200, 200, 200, 0.5) !important;
}
.fepTileCheck .fepMainTileClass {
  padding-right: 20px !important;
}
.fepTile .disable * {
  cursor: auto!important;
}
.fepTile .active:hover,
.fepTile .active {
  border: 1px solid #1583c6;
  border-radius: 5px;
}
.fepTile .fepModalDictionaryImage {
  height: auto;
}
.fepTile .active .fepModalDictionaryImage > * {
  background-color: white;
  color: #808080;
}
.fepTile .active .fepModalDictionaryValueLabel {
  color: white;
}
.fepTileChosenValue {
  background-color: #808080;
  cursor: auto!important;
  border-radius: 4px;
}
.fepTile .fepTileChosenValue * {
  cursor: default!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*End Tile*/
.fepDesignGroup .row {
  display: flex!important;
  flex-wrap: wrap!important;
}
.fepDesignGroup .col-xs-1,
.fepDesignGroup .col-sm-1,
.fepDesignGroup .col-md-1,
.fepDesignGroup .col-lg-1,
.fepDesignGroup .col-xs-2,
.fepDesignGroup .col-sm-2,
.fepDesignGroup .col-md-2,
.fepDesignGroup .col-lg-2,
.fepDesignGroup .col-xs-3,
.fepDesignGroup .col-sm-3,
.fepDesignGroup .col-md-3,
.fepDesignGroup .col-lg-3,
.fepDesignGroup .col-xs-4,
.fepDesignGroup .col-sm-4,
.fepDesignGroup .col-md-4,
.fepDesignGroup .col-lg-4,
.fepDesignGroup .col-xs-5,
.fepDesignGroup .col-sm-5,
.fepDesignGroup .col-md-5,
.fepDesignGroup .col-lg-5,
.fepDesignGroup .col-xs-6,
.fepDesignGroup .col-sm-6,
.fepDesignGroup .col-md-6,
.fepDesignGroup .col-lg-6,
.fepDesignGroup .col-xs-7,
.fepDesignGroup .col-sm-7,
.fepDesignGroup .col-md-7,
.fepDesignGroup .col-lg-7,
.fepDesignGroup .col-xs-8,
.fepDesignGroup .col-sm-8,
.fepDesignGroup .col-md-8,
.fepDesignGroup .col-lg-8,
.fepDesignGroup .col-xs-9,
.fepDesignGroup .col-sm-9,
.fepDesignGroup .col-md-9,
.fepDesignGroup .col-lg-9,
.fepDesignGroup .col-xs-10,
.fepDesignGroup .col-sm-10,
.fepDesignGroup .col-md-10,
.fepDesignGroup .col-lg-10,
.fepDesignGroup .col-xs-11,
.fepDesignGroup .col-sm-11,
.fepDesignGroup .col-md-11,
.fepDesignGroup .col-lg-11,
.fepDesignGroup .col-xs-12,
.fepDesignGroup .col-sm-12,
.fepDesignGroup .col-md-12,
.fepDesignGroup .col-lg-12 {
  min-height: 0px;
}
.fepDesignGroup .fepGridMinSpace {
  min-height: 38px;
}
.fepDesignGroup .row:before {
  width: 0;
}
.fepDesignGroup .fepDesFreeText div {
  height: 100%;
}
.fepDesignGroup .fepDesFreeText .fepConLab {
  align-items: center!important;
}
.fepDesFreeText .fepConLab {
  display: table !important;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.fepDesFreeText:not(.fepTextVertTF) .fepConLab .fepLabelPanel {
  display: table-cell !important;
  height: 100% !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.fepHelpDisplay .fepLabelPanel {
  display: inline!important;
}
/*Appendix Start*/
.fepAsyncSend .fepAsyncElement.error {
  display: contents;
}
.fepAsyncFileBtn {
  margin-bottom: 0px !important;
}
.fepAsyncFileDiv input:nth-of-type(1) {
  display: none!important;
}
.fepAsyncFileDiv .fepFileLinkPan .fepFileAdd {
  display: block !important;
  color: #000000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 4px;
}
.fepAsyncFileBtnNew {
  text-align: left;
  width: 100%;
}
.fepAsyncFileBtnNew > .fepButtonsM {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
  font-size: 16px !important;
  padding-top: 10px;
}
.fepAsyncFileBtnNew > .fepButtonsM.fepAsyncFileAddDis {
  background-color: #FFB080 !important;
  border-color: #FFB080 !important;
  color: white !important;
  cursor: auto;
}
.fepAsyncFileBtnNew > .control-label {
  display: none;
}
.fepAsyncFile {
  position: absolute;
  width: 100% !important;
  right: 195%;
}
.fepFileLink {
  word-break: break-word;
  cursor: pointer;
  color: #808080 !important;
  font-size: 14px;
  margin-right: 0px !important;
  border-bottom: 1px dotted #808080 !important;
}
.fepAsyncFileTxt {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  height: 50px !important;
  z-index: 0 !important;
}
.fepAsyncBtnPan {
  display: table-cell;
}
.fepFileLinkPan {
  display: inline-block !important;
  height: auto!important;
  cursor: pointer;
}
.fepAsyncFileDiv .fepFileLinkPan {
  height: 100% !important;
  cursor: default !important;
}
.LinkTitlePan {
  display: none !important;
}
.fepFileLinkPan:hover a,
.fepFileLinkPan:focus a,
.fepFileLinkPan:hover a:before,
.fepFileLinkPan:focus a:before {
  color: #808080 !important;
  display: inline-block !important;
  padding-top: 0px!important;
}
.fepDesignGroup a.fepWebLink {
  color: #0076c1;
}
.fepDesignGroup a.fepWebLink:disabled,
.fepDesignGroup a.fepWebLink[disabled],
.fepDesignGroup .fepImageLink.fepDisabled a.fepWebLink,
.fepDesignGroup a.fepWebLink.disabled {
  cursor: default !important;
  pointer-events: none !important;
  color: #8f8f8f;
}
.fepDesignGroup a.fepWebLink:disabled:active,
.fepDesignGroup a.fepWebLink[disabled]:active,
.fepDesignGroup .fepImageLink.fepDisabled a.fepWebLink:active {
  background-color: transparent !important;
}
.fepDesignGroup .fepLinkImg.fepDisabled {
  background-color: transparent !important;
  color: #DDD !important;
  box-shadow: none !important;
  border: none !important;
}
/*AsyncFileError START*/
.fepAsyncFileError {
  display: table-caption;
  text-align: left!important;
}
.fepAsyncFileError span {
  font-size: 12px!important;
  text-align: left;
  color: #808080;
  color: #d8d8d8 !important;
  font-weight: bold;
  vertical-align: text-top;
  border-bottom: none!important;
}
.fepAsyncFileError > .fa {
  font-size: 12px!important;
}
.fepAsyncFileError .fa.fa-warning::before {
  padding-right: 8px;
  float: left;
  padding-bottom: 6px;
}
.fepAsyncFileDiv {
  display: block;
  border: 2px dashed lightgray;
  border-radius: 5px;
  padding: 20px 0 !important;
  text-align: center;
}
.fepAsyncFileDiv .input-group-addon.fepAsyncFileAdd {
  display: inline-block;
  border: none;
  background-color: #0076c1;
  color: #fff !important;
  padding: 5px 20px !important;
  border-radius: 5px;
  width: auto;
  margin-top: 4px;
  cursor: pointer;
}
.fepAsyncFileDiv .form-control.fepAsyncFileTxt {
  display: none;
}
.fepAsyncFileDiv .fepAsyncFileError {
  display: block;
  text-align: center !important;
}
/*AsyncFileError END*/
/*AsyncFilelabel START*/
.fepAsyncFileLblNew > .fepButtonsM,
.fepAsyncFileLblNew > .fepButtonsM:hover,
.fepAsyncFileLblNew > .fepButtonsM:active,
.fepAsyncFileLblNew > .fepButtonsM:focus {
  background-color: transparent;
  color: #ff6200 !important;
  border: 0px !important;
  height: auto;
  padding: 4px 0px 0px !important;
  text-align: left;
  margin-left: 10px;
}
.fepAsyncFileLblNew > .fepAsyncFileError {
  padding-bottom: 4px;
  margin-left: 0px;
  display: inline-block !important;
  width: 100%!important;
}
.form-group.fepValidator.fepLinkVertical {
  width: 100%;
}
.fepAsyncFileLblNew > .control-label {
  display: none;
}
/*AsyncFilelabel END*/
.fepButtonsMIcoPan .fepButtonsM,
.fepAsynFileComma {
  background-color: transparent !important;
  height: auto!important;
  width: auto!important;
  border: none!important;
  padding: 0px!important;
  margin: 0px!important;
  color: black!important;
  box-shadow: none;
  outline: none!important;
}
.fepButtonsMIcoPan .fepButtonsM {
  color: #333!important;
}
.LinkTitle {
  display: none!important;
}
.fepAsyncFileDiv.fepAsyncFileBtn span {
  display: none!important;
}
.fepAsyncBtnPan {
  display: inline!important;
  text-align: left!important;
}
.fepAsyncBtnPan .fepFileLink {
  display: none!important;
}
.fepAsynFileComma {
  display: inline!important;
  margin-right: 10px!important;
  margin-left: 5px!important;
  vertical-align: top!important;
}
.fepValidator.fepLinkVertical {
  display: inline-table;
  padding: 0px!important;
  margin: 0px!important;
}
.fepAsyncFileDiv .fepDeleteButton {
  cursor: pointer;
  color: #808080 !important;
  font-size: 14px;
  margin-right: 0px !important;
  border-bottom: 1px dotted #808080 !important;
  margin-left: 10px!important;
  text-decoration: none!important;
}
.fepDragDrop .fepAsyncFileDiv {
  padding: 20px 0 10px 0 !important;
}
.fepDragDrop .fepAsyncFileBtn.fepAsyncFileDiv .antyvirInformationText,
.fepAppendixInformation .fepAsyncFileDiv .antyvirInformationText {
  display: block !important;
  color: #000000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 4px;
}
/*Appendix END*/
.fepDisabledRegion .fepExpSepHid,
.fepDisabledRegion .fepExpSepVis,
.fepDisabledRegion .fepStepAfter,
.fepDisabledRegion .fepStepBefore {
  pointer-events: none !important;
  cursor: default !important;
}
.fepDisabledRegion .fepExpSepVis .fepSepPaneArrow::before,
.fepDisabledRegion .fepExpSepHid .fepSepPaneArrow::before {
  color: #bcbdc0 !important;
}
.fepButTempHidden {
  display: none;
}
.fepButTempHiddenImportant {
  display: none !important;
}
.fepRegHide {
  display: none !important;
}
select.selectpickerCompl {
  display: none !important;
}
.fepBtnVal {
  display: none !important;
}
.datepicker.dropdown-menu {
  background: transparent;
  border: transparent;
  box-shadow: none !important;
}
.fepDarkBlueBord {
  border-radius: 5px;
  border-color: #c8c8c8;
}
.fepRegDarkBlueBack .fepFirstHidReg {
  background-color: #d8d8d8 !important;
}
.fepDesignSteps .fepDesRegion.fepDarkBlueBord .fepExpSepVis {
  border-top: none;
  border-left: none;
  border-right: none;
}
.fepRadioDisplayCard.fepRadioCont .fepRadioBut.input-group-addon {
  height: 100% !important;
  min-height: 100%;
  min-width: 25px;
  background-color: #c8c8c8;
}
.fepRadioDisplayCard .input-group-addon.fepRadioBut {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 1px;
}
/*.fepRadioDisplayCard .fepRadioNV .fepRadioTR {
    align-items: baseline;
}*/
.fepRadioDisplayCard .fepRadioTrue.fepRadioBut {
  background-color: #0076c1 !important;
}
.fepRadioDisplayCard .has-feedback .fepRadioWithDesc .fepRadioTR .fepRadioBut {
  background-color: #9b9d9f !important;
}
.fepRadioDisplayCard .checkedBG .fepRadioBut,
.fepRadioDisplayCard .has-feedback .fepRadioWithDesc .fepRadioTR.checkedBG .fepRadioBut {
  background-color: #0076c1 !important;
}
.fepRadioDisplayCard .fepListFirstColumn.fepRadioWithDesc {
  padding-right: 20px !important;
}
.fepRadioDisplayCard .fepListControl .fepRadioNV.fepRadioWithDesc {
  padding-left: 0px !important;
}
.fepRadioDisplayCard .fepListControl .fepRadioNV.fepRadioWithDesc {
  padding-right: 20px !important;
}
.fepRadioDisplayCard .fepRadioNV {
  margin-bottom: 15px;
}
.fepRadioDisplayCard .fepRadioTR {
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  height: 100%;
  display: flex;
  margin-right: 10px;
  min-height: 80px;
}
.fepRadioDisplayCard .fepRadioNV.fepRadioNVRight {
  padding-left: 0px !important;
}
.fepRadioDisplayCard .iradio_flat:before {
  background-color: #000000;
}
.fepRadioDisplayCard .fepRadioText {
  width: 100% !important;
  height: 100% !important;
}
.fepRadioWithDesc .fepRadioTR span.fepRadioText {
  padding-top: 23px !important;
}
.fepRadioWithDesc .fepRadioTR .fepDicWithDesc.fepDicWithDesc {
  align-items: flex-start !important;
  margin: 0;
}
.fepRadioDisplayCard .fepRadioText.fepDicWithDesc .text-muted {
  position: absolute;
  padding-top: 17px;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 1.2 !important;
}
.fepRadioDisplayCard .fepRadioWithDesc .fepRadioTR {
  align-items: flex-start;
}
.fepCheckBoxDisplayCard .fepConfirmCb {
  height: 100% !important;
  min-height: 80px !important;
  min-width: 25px !important;
  display: inline-flex;
  float: left;
  padding-top: 0 !important;
  justify-content: center;
  border-right: none !important;
  background-color: #c8c8c8 !important;
  align-items: center !important;
}
.fepCheckBoxDisplayCard .checkedBG .fepConfirmCb {
  background-color: #0076c1 !important;
}
.fepCheckBoxDisplayCard .checkedBG .fepConfirmCb .icheckbox_minimal {
  border: none !important;
}
.fepCustReqBcg .fepPanCheckDesc .icheckbox_minimal {
  border: 1px solid #CA1332;
}
.fepCustReqBcg .fepPanCheckDesc.fepRequiredColor ~ .fepCheckDescPan span.fepCheckDesc:before,
.fepCustReqBcg .fepPanCheckDesc.fepRequiredColor ~ .fepNotAllDesc span.fepCheckDesc:before,
.fepCustReqBcg .fepCheckDescPan .fepCheckDesc::before,
.fepCustReqBcg .fepNotAllDesc span.fepCheckDesc:before,
.fepCustReqBcg .fepAllDesc span.fepCheckDesc:before {
  content: "*";
  color: red;
  padding-right: 3px;
}
.fepCheckBoxDisplayCard .fepConfirmTR {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #d8d8d8;
  margin-right: 30px;
  height: 100%;
  width: 100%;
  display: flex !important;
}
.fepCheckBoxDisplayCard .fepConfirmText {
  height: 100% !important;
  min-height: 80px !important;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 0px !important;
}
.fepCheckBoxDisplayCard .fepConfirm {
  padding-right: 30px !important;
}
.fepProgressBulletsWithDescription .fepProgressStep .fepProgressStepPan {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #279d2d;
  font-size: 18px;
  color: transparent;
  float: left;
  display: block;
  margin: 0 auto;
  position: relative;
}
.fepProgressBulletsWithDescription .fepProgressStep .fepProgressStepPan span {
  display: block;
  color: white;
}
.fepProgressBulletsWithDescription .fepProgressStep.fepProgressDone .fepProgressStepPan span {
  color: transparent !important;
}
.fepProgressBulletsWithDescription .fepProgressStep.fepProgressStepToDo .fepProgressStepPan span {
  color: #979797 !important;
}
.fepProgressBulletsWithDescription .fepProgressStep .fepProgressStepDescription {
  color: #00b140;
  font-size: 13px;
  float: left;
  margin-top: 7px;
  padding-left: 10px;
}
.fepProgressBulletsWithDescription .fepProgressStep .fepProgressStepDescription {
  color: #000000 !important;
  font-size: 12px;
  font-weight: lighter;
}
.fepProgressBulletsWithDescription .fepProgressStepToDo .fepProgressStepPan {
  background-color: #efefef;
}
.fepProgressBulletsWithDescription .fepProgressStep .fepProgressStepDescription {
  color: #9b9b9b;
  padding-right: 12px;
}
.fepProgressBulletsWithDescription .fepProgressStepSeparator div {
  height: 15px;
  border-top: solid 2px #dddddd;
}
.fepProgressBulletsWithDescription {
  display: block;
  height: 100%;
  padding-bottom: 4px;
}
.fepProgressBulletsWithDescription .fepProgressStep {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100% !important;
}
.fepProgressBulletsWithDescription .fepProgressStep.fepProgressCurrentStep .fepProgressStepDescription {
  font-weight: 600 !important;
}
.fepProgressCurrentStep.fepProgressStep .fepProgressStepPan {
  background-color: #f5a623;
}
.fepProgressStep.fepProgressDone .fepProgressStepPan:before {
  content: "";
  width: 6px;
  height: 13px;
  margin: 0px 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(-150%, 0%);
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
}
.fepProgressStep.fepProgressCurrentStep .fepProgressStepPan {
  /*background-image: url('Images/ProgressStepCurrent.png');
    background-position: center;
    background-repeat: no-repeat;*/
}
.fepProgressStep.fepProgressStepToDo .fepProgressStepPan {
  /*background-image: url('Images/progressToDo.png');
    background-position: center;
    background-repeat: no-repeat;*/
}
.fepProgressBulletsWithDescription .fepProgressStepSeparator {
  height: 70px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 26px;
}
.fepDesGroupHeader .fepConLab.fepGroupBold span {
  font-size: 30px !important;
  font-family: OpenSans;
  font-weight: bold !important;
  padding-bottom: 0px !important;
  padding-top: 20px !important;
}
.fepDesImage.fepColPad {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.fepDesImage img {
  width: 100%;
}
.fepRegLightGrayBack .fepSeparatorBody {
  background-color: #f2f2f2;
}
.fepFieldLoader {
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  z-index: 10000;
}
.fepFieldLoader > div {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.fepFieldLoader .spinner {
  flex-shrink: 0;
  position: static !important;
  width: 24px !important;
  height: 24px !important;
}
/* Po za��czeniu tych klas zniknie loader na polach typu link
.fepLinkStyle1 .fepFieldLoader .spinner {
    display:none!important;
}
  */
.fepDesGroupHeader {
  display: flex;
  align-items: center;
}
.fepDesGroupHeader .fepConLab.fepGroupBold span {
  padding-top: 0px !important;
}
.fepDesGroupHeader .fepConLab.fepGroupBold {
  margin-top: 0px !important;
}
.fepInfoMessageButton {
  max-width: 1020px;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoMessage .fepInfoMessageImg {
  background-image: url('Images/ComInfo.svg');
  margin-left: 50px;
  margin-right: 6px;
  background-size: 25px 24px !important;
}
.fepInfoMessageButton .fepValidator .fepInfoMessage .fepLabelPanel {
  padding: 10px;
  padding-top: 9px !important;
  line-height: 26px;
  min-height: 123px;
  padding-right: 46px !important;
}
.fepInfoMessageButton .fepInfoMessageContent {
  margin-bottom: 45px;
}
.fepInfoMessageButton div[typetag="InfoMessageHeader"],
.fepInfoMessageButton .fepInfoMessageP,
.fepInfoMessageButton .fepInfoMessageE,
.fepInfoMessageButton .fepInfoMessageW,
.fepInfoMessageButton .fepInfoMessageI {
  width: 100% !important;
}
.fepInfoMessageButton .fepInfoMessage .fepLabelPanel span {
  color: #222222;
}
.fepInfoMessageButton .fepInfoMessage .fepLabelPanel span::first-line {
  font-weight: 600;
}
.fepInfoMessageButton .fepValidator .fepConLab::before {
  top: 17px !important;
}
.fepInfoMessageButton .fepValidator .fepConLab {
  min-height: 123px !important;
  width: 100%;
  padding-top: 0 !important;
}
.fepInfoMessageButton div[typetag="InfoMessageX"] {
  display: none;
}
.fepInfoMessageButton .fepCloseInfo {
  width: 16px;
  height: 16px;
  background-image: url("Images/closeMark.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute !important;
  top: 9px;
  right: 15px;
}
.fepInfoMessageButton .fepCloseInfo .fepGridMinSpace {
  min-height: 1px;
}
.fepInfoMessageButton .fepDesButton {
  position: absolute !important;
  top: -48px;
  left: 31px;
}
.fepInfoMessageButton .fepInfoButtons .btn-default {
  width: 136px !important;
  height: 30px !important;
  border-radius: 4px !important;
  padding: 0 10px;
}
.fepInfoMessageButton .fepBtnPanel span {
  font-size: 13px;
  font-weight: 300;
}
.fepInfoMessageButton .fepInfoMessageP .fepInfoMessage:before {
  top: 20px !important;
}
.fepDesignGroup .fepInfoMessage {
  width: 100%;
  height: 100%;
  padding: 0px !important;
  padding-left: 21px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.fepDesignGroup .fepInfoMessageP .fepInfoMessage {
  background-color: #279d2d;
}
.fepDesignGroup .fepInfoMessageE .fepInfoMessage {
  background-color: #ca1332;
}
.fepDesignGroup .fepInfoMessageW .fepInfoMessage {
  background-color: #f28d00;
}
.fepDesignGroup .fepInfoMessageI .fepInfoMessage {
  background-color: #0076c1;
}
.fepDesignGroup .fepInfoMessage .fepLabelPanel {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: 100% !important;
  width: 100% !important;
  display: flex;
}
.fepDesignGroup .fepInfoMessageP .fepInfoMessage .fepLabelPanel {
  background: #d1e8c5 !important;
}
.fepDesignGroup .fepInfoMessageE .fepInfoMessage .fepLabelPanel {
  background: #ffffff !important;
  border: 1px solid #dedede;
}
.fepDesignGroup .fepInfoMessageW .fepInfoMessage .fepLabelPanel {
  background: #f2ebdf !important;
}
.fepDesignGroup .fepInfoMessageI .fepInfoMessage .fepLabelPanel {
  background: #ffffff !important;
  border: 1px solid #dedede;
}
.fepInfoMessageI,
.fepInfoMessageW,
.fepInfoMessageE,
.fepInfoMessageP {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fepInfoMessage .fepLabelPanel {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.fepInfoMessage {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.fepDesignGroup .fepInfoMessage .fepLabelPanel .fepInfoMessageContent {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
  padding-left: 10px;
  display: block;
}
.fepDesignGroup .fepInfoMessage .fepInfoMessageImg {
  display: none !important;
}
.fepDesignGroup .fepInfoMessageP .fepInfoMessage:before,
.fepDesignGroup .fepInfoMessageW .fepInfoMessage:before,
.fepDesignGroup .fepInfoMessageE .fepInfoMessage:before,
.fepDesignGroup .fepInfoMessageI .fepInfoMessage:before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 6px;
}
.fepDesignGroup .fepInfoMessageP .fepInfoMessage:before {
  background-image: url(Images/PositiveMessage.svg);
  background-size: 11px;
  width: 11px !important;
  height: 8.5px !important;
  top: 15px;
  left: 6px;
}
.fepDesignGroup .fepInfoMessageW .fepInfoMessage:before {
  background-image: url(Images/WarningMessage.svg);
  background-size: 8px;
  width: 8px !important;
  height: 13px !important;
  top: 15px;
  left: 8px;
}
.fepDesignGroup .fepInfoMessageE .fepInfoMessage:before {
  background-image: url(Images/ErrorMessage.svg);
  background-size: 3px;
  width: 3px !important;
  height: 14px !important;
  top: 15px;
  left: 10px;
}
.fepDesignGroup .fepInfoMessageI .fepInfoMessage:before {
  background-image: url(Images/InfoMessage.svg);
  background-size: 3px;
  width: 3px !important;
  height: 13px !important;
  top: 15px;
  left: 10px;
}
.fepMonthYearTitleSeparated {
  display: none !important;
}
.fepDropDown.open .btn.fepCustReqField[aria-expanded="true"] {
  padding-left: 16px !important;
}
.fepDropDown.multiple .filter-option.counter-visible {
  display: none !important;
}
.fepSelectedOptions {
  display: none;
}
.fepDropDown .btn,
.fepDropDown.open .btn {
  color: #222222 !important;
}
.fepDropDown button .filter-option .fepTextDescription {
  display: none;
}
.fepDescContainer {
  display: flex !important;
}
.fepDescContainer .fepSelectedDesc1 {
  width: 98%;
  font-size: 13px;
  color: #cacaca;
  margin-top: -5px;
}
.fepDescContainer .fepSelectedDesc2,
.fepDescContainer .fepSelectedDesc3 {
  width: 20%;
  font-size: 13px;
  color: #222222;
  margin-top: -10px;
}
.dropdown-menu.open .fepTextDescription {
  display: flex !important;
  width: 100%;
}
.dropdown-menu.open .fepTextDescription .fepDicDesc {
  font-size: 13px;
  color: #cacaca;
}
.dropdown-menu.open .fepTextDescription .fepDicDesc1,
.dropdown-menu.open .fepTextDescription .fepDicDesc2 {
  width: 20%;
  font-size: 13px;
  color: #222222;
}
.fepDicWithDesc .text {
  display: inline-block !important;
  width: calc(100% - 51px) !important;
}
.fepTextUpperCase .form-control {
  text-transform: uppercase!important;
}
.fepTextUpperCase .form-control::-moz-placeholder {
  text-transform: none !important;
}
.fepTextUpperCase .form-control:-ms-input-placeholder {
  text-transform: none !important;
}
.fepTextUpperCase .form-control::-webkit-input-placeholder {
  text-transform: none !important;
}
.fepDropDown.fepComboLink.fepDropDownTip .btn span {
  color: #222222 !important;
}
.fepDropDown.fepComboLink {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.fepDropDown.fepComboLink .fepComboBtnAction {
  display: none !important;
}
.fepDropDown.fepComboLink .btn {
  padding-left: 0px !important;
  border: none;
  width: auto;
}
.fepDropDown.fepComboLink .btn .caret:before {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
.fepDropDown.fepComboLink .btn .caret {
  right: 27px !important;
  top: 6px !important;
}
.fepDropDown.open.fepComboLink .btn .caret {
  right: 22px !important;
}
.fepDropDown.fepComboLink .dropdown-menu .selected a {
  border-left-color: #FFFFFF;
  background-color: #FFFFFF;
  border-bottom: none !important;
}
.fepDropDown.fepComboLink .dropdown-menu .selected a:before {
  content: none;
}
.fepDropDown.fepComboLink .dropdown-menu .selected a:hover {
  border-left-color: #F4F4F4;
}
.fepDropDown.fepComboLink.open .btn .caret:before {
  margin-right: 0px;
}
.fepDropDown.fepComboLink button:focus {
  border: none !important;
}
.fepDropDown.fepComboLink .dropdown-menu.inner {
  border: 1px solid #cacaca !important;
  border-radius: 0px !important;
}
.fepDropDown.fepComboLink .dropdown-menu li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fepDropDown.fepComboLink .dropdown-menu {
  border-left: none;
  border-right: none;
}
.fepDropDown.fepComboLink .dropdown-menu.open,
.fepDropDown.fepComboLink .dropdown-menu.inner {
  max-height: 320px !important;
}
.fepDropDown.fepComboLink .dropdown-menu.open {
  border-bottom: none;
}
.fepDropDown.fepComboLink .dropdown-menu a {
  padding-left: 0px !important;
}
.fepDropDown.fepComboLink .fepDropDownInnerDiv .text {
  color: #222222;
}
.fepMultiAppendix .fepValidator.fepLinkVertical .fepDragDrop {
  border: 2px dashed lightgray;
  border-radius: 5px;
}
.fepAsyncFileDD,
.fepDragDrop .fepAsyncFileDiv,
.fepAsyncFileDDFull {
  border: 2px dashed lightgray;
  border-radius: 5px;
}
.fepCustReqBcg .fepDragDrop .fepImageLink {
  padding-bottom: 16px!important;
}
.fepDragAndDrop .fepImageLink .fepLinkImg,
.fepMultiDragAndDrop .fepImageLink .fepLinkImg {
  display: none !important;
}
.fepDragAndDrop {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.fepDragDrop .fepDragAndDrop a.fepWebLink {
  background-color: #0076c1;
  color: #fff !important;
  padding: 5px 20px;
  border-radius: 5px;
}
.fepDragDrop .fepDragAndDrop a.fepWebLink:hover {
  color: #fff !important;
}
.fepDragDrop .fepMultiDragAndDrop a.fepWebLink:hover {
  color: #fff !important;
}
.fepAsyncFileDDt:first-child {
  display: none;
}
.fepAsyncFileDDFull {
  display: none;
}
.fepAppendixInfoHead {
  display: none;
}
.fepDragDrop .fepAsyncFileDDText {
  padding-top: 20px;
}
.fepDragAndDrop .fepAsyncFileDDFull.drag > .fepAsyncFileDDOverlay,
.fepMultiDragAndDrop .fepAsyncFileDDFull.drag > .fepAsyncFileDDOverlay {
  height: 100%;
}
.fepDragAndDrop .fepAsyncFileDDFull.drag > .fepAsyncFileDDOverlay > .fepAsyncFileDDText,
.fepMultiDragAndDrop .fepAsyncFileDDFull.drag > .fepAsyncFileDDOverlay > .fepAsyncFileDDText {
  position: relative;
  z-index: -1;
}
.fepDragAndDrop.fepAppendixError {
  padding-top: 20px;
}
.fepAsyncFileDDText::before {
  content: "";
  background-image: url(Images/upload_image.png);
  background-size: 100%;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-bottom: 10px;
}
.fepDragDrop .fepAppendixError .fepAsyncFileError::before {
  content: "";
  background-image: url(Images/upload_image_failed.png);
  background-size: cover;
  display: block;
  width: 70px;
  height: 90px;
  margin: auto;
  margin-bottom: 10px;
  color: #ca1332 !important;
}
/*.fepDragDrop .fepAsyncFileDiv {
    border: none;
}*/
span.fa.fa-warning {
  color: #ca1332 !important;
  line-height: 19px;
}
.fepAsyncFileError {
  padding-top: 10px;
}
.fepDragDrop .fepAsyncFileError {
  padding-bottom: 10px;
  display: block;
}
.fepValidator .fepAsyncFileDiv::before,
.fepDragDrop .fepDragAndDrop.fepAppendixInformation .fepAsyncFileError::before {
  content: "";
  background-image: url(Images/upload_image_done.png);
  background-size: cover;
  display: block;
  width: 50px;
  height: 60px;
  margin: auto;
  margin-bottom: 10px;
}
.fepCustReqBcg .fepAsyncFileTxt,
.fepCustReqBcg .fepAsyncFileAdd {
  border: 1px solid #DA1600;
}
.fepCustReqBcg .fepAsyncFileTxt {
  border-right: none !important;
}
.fepCustReqBcg .fepAsyncFileAdd {
  border-left: none !important;
}
.fepAsyncFileDiv .fepAsyncFileAdd {
  padding-top: 0px;
  padding-bottom: 0px;
}
.fepAsyncFileDiv .fepDeleteButton::before,
.fepDragAndDrop .fepAsyncFileError .fepDeleteButtonIcon::before,
.fepDragAndDrop .fepAsyncElement.error .fepDeleteButton::before {
  content: "";
  background-image: url(Images/remove-symbol-new.png);
  background-size: cover;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 44%;
  cursor: pointer;
}
.fepDragAndDrop .fepAsyncFileError .fepDeleteButtonIcon::before {
  top: 14px;
  right: 43%;
}
.fepDragDrop .fepAppendixError .fepAsyncFileError .ToolButton.fepFileLink {
  display: block !important;
  margin-bottom: -20px;
  cursor: pointer;
  border-bottom: 0px !important;
}
.fepAsyncFileDiv.fepAppendixError .input-group-addon.fepAsyncFileAdd {
  display: none;
}
.fepDragDrop .fepAppendixError .fepAsyncFileError .ToolButton.fepFileLink:hover {
  padding-top: 0px !important;
}
.fepAsyncFileDiv .fepDeleteButton span,
.fepAsyncFileDiv .fepAsyncElement.error .fepDeleteButton span,
.fepDragAndDrop .fepAsyncElement.error .fepDeleteButton span {
  display: none;
}
.fepAsyncFileDDFull.drag {
  display: block;
  opacity: 0.7;
}
.fepAsyncFileDD.drag {
  display: none;
}
.input-group.fepAsyncFileDiv.fepAsyncFileBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}
.fepValidator .fepInnerCell .fepMultiDragAndDrop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fepMultiDragAndDrop .fepImageLink a.fepWebLink {
  background-color: #0076c1;
  color: #fff !important;
  padding: 5px 20px;
  border-radius: 5px;
  margin-top: 5px;
}
.fepLinkVertical .fepDragDrop .fepMultiDragAndDropTable,
.fepLinkVertical .fepDragDrop .fepMultiDragAndDropTable.error,
.fepLinkVertical .fepAppendixAsButton .fepMultiDragAndDropTable {
  display: flex !important;
}
.fepMultiAppendix .fepLinkVertical .fepHCpxCell .fepInnerCell {
  border: none !important;
}
.fepMultiDragAndDropTable .fepFileLinkPan a.fepFileLink {
  font-weight: bold;
  color: !black;
  border: none !important;
}
.fepDragDrop .fepMultiDragAndDropTable .fepDeleteButton,
.fepAppendixAsButton .fepMultiDragAndDropTable .fepDeleteButton {
  margin-left: 35px;
  cursor: pointer;
  color: #0076c1;
  font-weight: bold;
}
.fepDefFontMob .DragAndDrop .fepValidator {
  display: block;
}
.fepMultiDragAndDropTable.error .fepFileLinkPan .fa-warning,
.fepAsyncElement.error .fepFileLinkPan .fa-warning {
  margin-left: 10px;
}
.fepAppendixAsButton .fepMultiDragAndDropTable.error .fepFileLinkPan .fepFileLink,
.fepAsyncFileDiv .fepAsyncElement.error .fepFileLinkPan .fepFileLink,
.fepDragAndDrop .fepAsyncElement.error .fepFileLinkPan .fepFileLink {
  font-weight: normal;
  color: #333 !important;
  opacity: 0.4;
  border: none !important;
}
.fepErrorWrapper {
  display: inline-block;
  white-space: nowrap;
}
.fepAsyncElement.error .fepFileLinkPan .fepErrorDD {
  color: #ca1332;
  font-weight: 400;
}
.fepMultiAppendix .fepLinkVertical .fepAsyncSend.error .fepFileLinkPan .fepFileLink {
  color: #333!important;
  opacity: 0.4;
}
.fepMultiAppendix .fepLinkVertical .fepAsyncSend.error .fepFileLinkPan .fa-warning {
  margin-left: 10px;
}
.fepMultiAppendix .fepLinkVertical .fepAsyncSend.error .fepFileLinkPan .fepErrorDD {
  color: #ca1332;
}
.fepMultiDragAndDropTable.error .fepFileLinkPan .fepErrorDD {
  color: #ca1332;
  font-weight: bold;
}
.fepDeleteButtonIcon {
  cursor: pointer;
}
/*.fepDragDrop .fepMultiDragAndDrop .fepAsyncFileDD {
    margin-bottom: 20px;
}*/
.fepDragDrop .fepAsyncFileDDFull,
.fepDragDrop .fepAsyncFileDD {
  width: 100%;
  height: 152px;
  text-align: center;
}
.fepAsyncFileDD {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fepDragDrop .fepAsyncFileDDFull {
  z-index: 1;
}
.fepDragAndDrop .fepAddSpace {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fepDragDrop .fepImageLink {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.fepAsyncFileDD .fepAsyncFileDDText span:nth-of-type(2) {
  display: none !important;
}
.fepDragDrop .fepAsyncFileError span,
.fepAppendixError .fepAsyncFileError .ToolButton.fepFileLink {
  color: #ca1338 !important;
}
.fepDragDrop .fepAppendixInformation .fepAsyncFileError span,
.fepAppendixError.fepAppendixInformation .fepAsyncFileError .ToolButton.fepFileLink {
  color: #000000 !important;
}
.fepDragDrop .fepAppendixInformation .fepAsyncFileError .fa-warning,
.fepAppendixError.fepAppendixInformation .fepAsyncFileError .fa-warning {
  display: none;
}
.fepDragDrop .fepAsyncFileDiv .fepFileLinkPan a {
  border-bottom: none !important;
}
.fepAsyncFileDDActive {
  border: 2px solid #0074c2 !important;
}
fepBottomStepSpace {
  display: inline-block;
  width: 100%;
}
.fepStageBar {
  width: 100%;
  height: 100%;
  display: inline-flex;
  padding-left: 13px;
  padding-right: 16px;
}
.fepStageBar .fepStage {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fepStageBar .fepStage.actual .fepStageBarNumber {
  background-color: #f5a623;
  color: #fff;
}
.fepStageBar .fepStage.after .fepStageBarNumber {
  background-color: #efefef;
  color: #979797;
}
.fepStageBar .fepStage.before .fepStageBarNumber {
  background-color: #279d2d;
  color: transparent;
  background-image: url(Images/progressStepDone.png);
  background-position: center;
  background-repeat: no-repeat;
}
.fepStageBarNumber {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.fepStageBarNumberDot {
  display: none;
}
.fepStageBar .fepStage .fepStageBarElement {
  color: #333;
  padding-top: 7px !important;
  width: 100%;
  white-space: pre-line;
  text-align: center;
}
.fepStageSeparator {
  width: 100%;
}
.fepStageSeparator div {
  height: 15px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-top: solid 2px #ddd;
}
.fepStageSeparator:last-of-type {
  display: none;
}
.fepDropDownWithDescription.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 0px !important;
  top: calc(43%);
}
.fepDropDownWithDescription.bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 50% !important;
  padding-top: 0px !important;
}
.fepDropDownWithDescription.open .btn,
.fepDropDownWithDescription .btn {
  height: 40px !important;
}
.fepDropDownWithDescription.multiple.open .btn,
.fepDropDownWithDescription.multiple .btn {
  height: 33px !important;
}
.fepDropDownWithDescription .fepTextDescription {
  display: none;
}
.fepDropDownWithDescription .fepDescContainer {
  display: flex !important;
}
.fepDescContainer .fepSelectedDesc1 {
  width: 70%;
  font-size: 13px;
  color: #cacaca;
  margin-top: -5px;
}
.fepDescContainer .fepSelectedDesc2,
.fepDescContainer .fepSelectedDesc3 {
  width: 20%;
  font-size: 13px;
  color: #222222;
  margin-top: -10px;
}
.fepSelectAllPanel {
  display: flex;
  flex-direction: row;
}
.fepSelectAllPanel .fepSelectAllButton,
.fepSelectAllPanel .fepUnselectAllButton {
  height: 37px;
  display: flex;
  width: 50%;
  border: 1px solid #cacaca;
  border-bottom: none;
  cursor: pointer;
  align-items: center;
}
.fepSelectAllPanel .fepSelectAllButton .fepSelectAllBtnTxt,
.fepSelectAllPanel .fepUnselectAllButton .fepSelectAllBtnTxt,
.fepSelectAllPanel .fepSelectAllButton .fepUnselectAllBtnTxt,
.fepSelectAllPanel .fepUnselectAllButton .fepUnselectAllBtnTxt {
  font-family: 'OpenSans';
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  color: #8a8a8a;
  margin-top: -4px;
}
.fepSelectAllPanel .fepSelectAllButton {
  border-left: none;
}
.fepSelectAllPanel .fepUnselectAllButton {
  border-right: none;
}
.fepDropDown.dropdown.fepSelectUnselect .dropdown-menu.open {
  max-height: 356px !important;
}
.fepSelectAllBtnImg {
  background-image: url('Images/checkDD.png');
  background-repeat: no-repeat;
  height: 10.5px;
  width: 11.6px;
  margin-left: 14px;
  margin-right: 10px;
  flex-shrink: 0;
}
.fepUnselectAllBtnImg {
  background-image: url('Images/uncheckDD.png');
  background-repeat: no-repeat;
  height: 10.6px;
  width: 10.6px;
  margin-left: 14px;
  margin-right: 10px;
  flex-shrink: 0;
}
.fepSearchInputPlaceholder {
  display: block;
  margin-top: -26px;
  margin-left: 22px;
  position: absolute;
  color: #c6c6c6;
  font-size: 13px;
  font-weight: 300;
  font-family: 'OpenSans';
}
.fepSearchInputPlaceholder.fepSearchInputPlaceholderHidden {
  display: none;
}
.fepInputGroup .fepInputItemFirst input.form-control,
.fepInputGroup .fepInputItem input.form-control {
  border-bottom: none;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding-bottom: 0px !important;
}
.fepInputGroup .fepInputItemFirst .fepValidContainer,
.fepInputGroup .fepInputItem .fepValidContainer {
  padding-top: 0px !important;
}
.fepInputGroup .fepInputItemLast input.form-control,
.fepInputGroup .fepInputItem input.form-control {
  border-top: none;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  padding-top: 0px !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.fepInputGroup .fepInputItemLast .fepInnerCell,
.fepInputGroup .fepInputItem .fepInnerCell {
  margin-top: 0px !important;
  margin-bottom: 0;
}
.fepInputGroup .fepInputItemFirst input.form-control,
.fepInputGroup .fepInputItemLast input.form-control {
  height: 27px !important;
}
.fepInputGroup .fepInputItem input.form-control {
  height: 21px !important;
}
.fepInputGroup.fepFocus input.form-control {
  border-color: #0076c1;
}
.fepInputGroup .fepInputGroupVal {
  display: none;
}
.fepInputGroup .fepInputGroupVal .fepValidIco,
.fepInputGroup .fepInputGroupVal .fepv {
  display: inline !important;
}
.fepInputGroup.fepInputGroupReq .fepInputGroupVal {
  display: flex;
  padding-left: 15px !important;
}
.fepInputGroup.fepInputGroupReq .fepInputItemFirst input.form-control,
.fepInputGroup.fepInputGroupReq .fepInputItemLast input.form-control,
.fepInputGroup.fepInputGroupReq .fepInputItem input.form-control {
  border-color: #ca1332;
}
.fepInputGroup.fepInputGroupReq .fepInputItemFirst .fepValIconPanel,
.fepInputGroup.fepInputGroupReq .fepInputItemLast .fepValIconPanel,
.fepInputGroup.fepInputGroupReq .fepInputItem .fepValIconPanel,
.fepInputGroup.fepInputGroupReq .fepInputItemFirst .fepValidContainer,
.fepInputGroup.fepInputGroupReq .fepInputItemLast .fepValidContainer,
.fepInputGroup.fepInputGroupReq .fepInputItem .fepValidContainer {
  display: none !important;
}
.fepInputGroup.fepInputGroupReq .fepInputItemFirst input.form-control {
  border-bottom: none !important;
}
.fepInputGroup.fepInputGroupReq .fepInputItemLast input.form-control {
  border-top: none !important;
}
.fepInputGroup.fepInputGroupReq .fepInputItem input.form-control {
  border-bottom: none !important;
  border-top: none !important;
}
.dropdown-menu .check-mark {
  display: none !important;
}
.fepMainLabelValue {
  word-break: break-word !important;
}
.fepTabs .fepTileControl {
  padding: 12px 5px 0 5px !important;
}
.fepTabs .fepTileControl .fepMainTileClass {
  padding: 0 10px !important;
}
.fepTabs .fepTileControl .fepModalDictionaryItem {
  background-color: #fff;
  padding: 0 20px !important;
}
.fepTabs .fepTileControl .fepTile.fepTileCheck .fepModalDictionaryItem:before {
  left: calc(50% - 16px) !important;
}
.fepTileControl {
  margin-top: 10px !important;
  border-radius: 10px;
}
.fepTileControl .fepModalDictionaryItem {
  height: auto !important;
  margin: 18px 0 15px 0 !important;
}
.fepTileControl .fepMainTilePan {
  color: #4d4d4d;
  padding: 16px 4px;
}
.fepTileControl .fepMainTilePan .control-label {
  text-align: center !important;
}
.fepTileControl .fepMainTilePan .fepModalDictionaryTitleLabel {
  font-weight: bold !important;
}
.fepTileControl .fepMainTileClass {
  position: relative;
  padding: 0 10px !important;
}
@media (min-width: 768px) {
  .fepTileControl .fepMainTileClass.col-sm-25 {
    width: 20%;
    float: left;
  }
}
.fepTileControl .fepMainTileClass .fepModalDictionaryTitleLabel {
  min-height: 54px;
}
.fepTileControl .fepMainTileClass .fepModalDictionaryTitleLabel:empty {
  min-height: 0;
}
.fepTileControl .fepTile.fepTileCheck .fepModalDictionaryItem:before {
  left: 50% !important;
  transform: translateX(-50%);
  top: 3px;
}
/* #57482 - Ustawienie t�a kafelk�w tylko w przypadku zak�adek */
.fepTabsItem .fepTileControl {
  background-color: #f2f2f2;
}
.fepModalGroupBody {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #A8A8A8;
  border-radius: 4px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 32px;
  padding-bottom: 32px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  max-height: 100%;
}
.fepModalMedium {
  width: 60%;
}
.fepModalGroupBack {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 100%;
  display: flex;
  align-items: center;
}
.fepModalSmall {
  width: 520px;
}
.fepModalMedium {
  width: 60%;
}
.fepModalBig {
  width: 90%;
}
.fepDropDown.fepDropDownWithDescription {
  height: 40px;
}
.fepDropDown.fepDropDownWithDescription.multiple,
.fepDropDown.fepDropDownWithDescription.fepDropDownTip {
  height: 33px;
}
.fepDropDown.fepDropDownWithDescription.multiple .btn.dropdown-toggle,
.fepDropDown.fepDropDownWithDescription.fepDropDownTip .btn.dropdown-toggle {
  height: 33px !important;
}
.fepDropDown.fepDropDownWithDescription .dropdown-menu li a:not(.fepDicWithDesc) .text {
  padding-top: 0;
}
.fepDesRegion.fepNoColsReg .form-control.fepString {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.fepDesRegion.fepNoColsReg.fepColPad .fepNoColsGrid:not(.fepDesButton) {
  padding-right: 0 !important;
}
.fepDesRegion.fepNoColsReg .btn.dropdown-toggle.btn-info {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-left: none !important;
  padding-right: 26px !important;
}
.fepAppendixBgColor {
  background-color: #fff !important;
}
.fepPdfFileCanv {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100%;
}
.fepFileLinkPan.fepCursorNotAllowed {
  cursor: not-allowed !important;
}
.fepNoColsGrid .fepLabelPanel > span:not(.fepRequired) {
  white-space: pre;
}
.input-group.fepString .input-group-addon {
  width: auto;
  height: 33px;
}
.input-group.fepString:not(.fepFocusedInputGroup) .form-control:focus {
  box-shadow: none !important;
  border-color: #cacaca !important;
}
.fepGroupLoader .spinner {
  margin: 0 auto;
}
.fepAsyncFileDiv .DeleteButton.fepDeleteButton {
  border-bottom: 0 !important;
}
.fepAsyncFileDiv .fepDeleteButton::before,
.fepDragAndDrop .fepAsyncFileError .fepDeleteButtonIcon::before {
  right: 50%;
  transform: translateX(320%);
}
.fepDragAndDrop .fepAsyncFileError .fepDeleteButtonIcon::before {
  z-index: 9999;
}
.fepDragAndDrop .fepAsyncElement.error {
  display: flex;
}
.fepDragAndDrop .fepAsyncElement.error .fepDeleteButton::before {
  position: static;
  margin-left: 20px;
}
.fepAsyncFileDiv .fepFileLinkPan .fepFileLink {
  border-bottom: 0 !important;
}
.fepCustReqBcg input.form-control {
  padding-left: 28px;
}
.fepImageLink.fepDisabled .fepLinkImg {
  cursor: default;
}
.fepImageLink.fepDisabled .form-group {
  cursor: default!important;
}
.fepMultiAppendix.DragAndDrop .fepAsynFileComma {
  display: none !important;
}
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepDragDrop,
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepAppendixAsButton {
  display: flex;
  margin: 9px 0 !important;
  padding-bottom: 10px !important;
  border: none;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
}
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepDragDrop .fepMultiDragAndDropTable,
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepAppendixAsButton .fepMultiDragAndDropTable {
  width: 100%;
}
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepDragDrop .fepMultiDragAndDropTable.error .fa-warning,
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepAppendixAsButton .fepMultiDragAndDropTable.error .fa-warning {
  display: none;
}
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepDragDrop .fepMultiDragAndDropTable.error .fepErrorDD,
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepAppendixAsButton .fepMultiDragAndDropTable.error .fepErrorDD {
  margin-left: 14px;
  font-size: 14px;
  font-weight: 400;
}
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepDragDrop .fepMultiDragAndDropTable.error .fepFileLink,
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepAppendixAsButton .fepMultiDragAndDropTable.error .fepFileLink {
  font-weight: 700;
}
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepDragDrop .fepMultiDragAndDropTable.fepAsyncSend.error .fa-warning,
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepAppendixAsButton .fepMultiDragAndDropTable.fepAsyncSend.error .fa-warning {
  display: inline-flex;
}
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepDragDrop .fepMultiDragAndDropTable.fepAsyncSend.error .fepErrorDD,
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepAppendixAsButton .fepMultiDragAndDropTable.fepAsyncSend.error .fepErrorDD {
  margin-left: 0px;
}
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepDragDrop .fepFileLinkPan,
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepAppendixAsButton .fepFileLinkPan {
  height: unset !important;
  min-height: 19px;
}
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepDragDrop .fepDeleteButton,
.fepMultiAppendix.DragAndDrop .fepLinkVertical .fepAppendixAsButton .fepDeleteButton {
  margin-left: auto;
}
.fepMultiAppendix.DragAndDrop .fepBtnVertical .fepInnerCell.fepDragDrop {
  margin: 0 !important;
}
.fepMultiAppendix.DragAndDrop .fepLinkVertical + .fepBtnVertical .fepAsyncFileDD,
.fepMultiAppendix.DragAndDrop .fepLinkVertical + .fepBtnVertical .fepAsyncFileDDFull,
.fepMultiAppendix.DragAndDrop .fepAppendixError .fepAsyncFileDD,
.fepMultiAppendix.DragAndDrop .fepAppendixError .fepAsyncFileDDFull {
  margin-top: 16px;
}
.fepMultiAppendix:not(.DragAndDrop) .fepValidator.fepLinkVertical {
  width: 66.6%;
}
.fepDropDown.fepDropDownTip .btn .filter-option {
  color: #222222 !important;
}
.fepModalGroupClose {
  position: absolute;
  top: 11px;
  right: 13px;
  cursor: pointer;
  height: 15px;
  width: 15px;
}
.fepModalGroupClose:before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
}
.fepModalGroupClose:hover:before {
  color: #000;
}
.fepHiddenDeleteButton {
  display: none;
}
.fepDragAndDrop .fepDeleteButton.fepHiddenDeleteButton {
  display: none !important;
}
.fepDragAndDrop .fepAsyncFileDD ~ .fepImageLink {
  padding-bottom: 0;
}
.DynUICalendar.ajax__calendar .ajax__calendar_container {
  width: 270px;
}
.DynUICalendar.ajax__calendar .ajax__calendar_container .ajax__calendar_body {
  width: 270px;
  height: 270px;
}
body .DynUICalendar.ajax__calendar .ajax__calendar_container .ajax__calendar_body * {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(2) td:nth-child(1) {
  min-width: 0 !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(2) td:nth-child(4) {
  margin: 0 !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(4) td:nth-child(4) {
  min-width: 0 !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(5) td:nth-child(4) {
  min-width: 0 !important;
  padding: 0 !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(6) td:nth-child(1) {
  padding: 0 !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(6) td:nth-child(4) {
  min-width: 0 !important;
  padding: 0 !important;
}
.ajax__calendar_days thead tr {
  justify-content: space-between;
}
.ajax__calendar_days thead {
  display: flex;
}
.ajax__calendar_days thead tr {
  justify-content: space-evenly;
  width: 100%;
}
.ajax__calendar_days thead tr td {
  display: table-cell !important;
}
.ajax__calendar_days tbody {
  display: flex width: 100%;
}
.ajax__calendar_days tbody tr {
  justify-content: space-evenly;
  width: 100%;
  border: 4px solid transparent;
}
.fepSepPaneTitle .fepLongString {
  margin-bottom: 0px;
}
.fepAutocomplet .dropdown-menu.open {
  position: absolute;
  top: 77px;
}
.fepAutocomplet.dropup .dropdown-menu.open {
  position: absolute;
  bottom: 76px;
}
.fepSwitchDiv {
  display: flex;
}
.fepSwitchDiv .form-control.fepBool {
  padding: 0 !important;
  min-height: 1px !important;
  height: auto !important;
  border: none !important;
  background-color: transparent !important;
  overflow: visible;
}
.fepSwitchDiv .fepSwitchDesc {
  font-size: 14px;
  font-weight: 300;
  color: #202020;
  position: static !important;
  margin-left: 10px;
  display: inline-block !important;
}
.fepSwitch .icheckbox_minimal {
  border: 1px solid #cacaca;
  background-color: #ffffff;
  width: 36px!important;
  height: 20px!important;
  border-radius: 40px;
  position: relative;
  overflow: visible;
}
.fepSwitch .icheckbox_minimal:focus {
  outline: none;
}
.fepSwitch .icheckbox_minimal:hover,
.fepSwitch .icheckbox_minimal.checked,
.fepSwitch .icheckbox_minimal.checked:hover {
  border-color: #0076c1 !important;
  border-width: 1px !important;
}
.fepSwitchDiv {
  display: flex;
}
.fepSwitchDiv .form-control.fepBool {
  padding: 0 !important;
  min-height: 1px !important;
  height: auto !important;
  border: none !important;
  background-color: transparent !important;
  overflow: visible;
}
.fepSwitchDiv .fepSwitchDesc {
  font-size: 14px;
  font-weight: 300;
  color: #202020;
  position: static !important;
  margin-left: 10px;
  display: inline-block !important;
}
.fepSwitch .icheckbox_minimal {
  border: 1px solid #cacaca;
  background-color: #ffffff;
  width: 36px;
  height: 20px;
  border-radius: 40px;
  position: relative;
  overflow: visible;
}
.fepSwitch .icheckbox_minimal:focus {
  outline: none;
}
.fepSwitch .icheckbox_minimal:hover,
.fepSwitch .icheckbox_minimal.checked,
.fepSwitch .icheckbox_minimal.checked:hover {
  border-color: #0076c1 !important;
  border-width: 1px !important;
}
.fepSwitch .icheckbox_minimal::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: #0076c1;
  position: absolute;
  left: 2px;
  top: 1px;
  transition: .15s;
}
.fepSwitch .icheckbox_minimal.checked::after {
  content: "";
  background: #fff;
}
.fepSwitch .icheckbox_minimal.checked {
  background-image: none !important;
  background-color: #0076c1 !important;
}
.fepSwitch .icheckbox_minimal.checked::after {
  left: 17px;
  background-color: #ffffff;
}
.fepSwitch .icheckbox_minimal .iCheck-helper {
  width: 36px !important;
  height: 20px !important;
  top: 0px !important;
  z-index: 1000;
  background: transparent !important;
}
.fepSwitch .icheckbox_minimal:before {
  background: none !important;
}
.iradio_flat .iCheck-helper {
  pointer-events: none;
}
.fepSwitch .icheckbox_minimal.disabled.checked {
  background-color: #eee !important;
}
.fepSwitch .icheckbox_minimal.disabled {
  background-color: #eee;
  border-color: #cacaca;
  pointer-events: none;
}
.fepSwitch .icheckbox_minimal.disabled:after {
  background-color: #bbb;
}
.fepSwitchDesc.fepSwitchDescOn.fepSwitchOff,
.fepSwitchDesc.fepSwitchDescOff.fepSwitchOn {
  display: none !important;
}
.fepSwitch label {
  display: none;
}
.fepDropDown .btn.dropdown-toggle.btn-info {
  background: transparent !important;
}
button.btn.dropdown-toggle.fepDisabled.btn-info {
  background-color: #f5f5f5 !important;
}
.fepLightGrayHeaderBackGround:not(.fepRegionFirstVariant) .fepExpSepVis .fepSepPaneTitle {
  padding-left: 15px;
}
.fepImageLink .fepQuestionBeside,
.fepImageLink .fepQuestion {
  top: 2px;
}
.fepHelpOnNameDisplay .fepQuestion.fepUnderPos {
  left: -6px !important;
  top: 0;
  position: relative !important;
}
.fepApxChecked {
  width: 25px;
  margin-right: 15px;
  display: inline-block;
}
/*AppendixChecked*/
.fepMultiAppendix {
  display: block;
}
.fepAsyncFileDiv,
.fepMultiAppendix {
  overflow-x: auto;
}
.fepAsyncFileDiv .fepMultiDragAndDropTable,
.fepMultiAppendix .fepMultiDragAndDropTable {
  padding: 12px 0;
}
.fepAsyncFileDiv .fepAppendixMetaHeader ~ div.fepValidator .fepMultiDragAndDropTable,
.fepMultiAppendix .fepAppendixMetaHeader ~ div.fepValidator .fepMultiDragAndDropTable {
  display: flow-root;
}
.fepAsyncFileDiv .fepAppendixMetaHeader ~ div.fepValidator .fepAppendixFullWidth::before,
.fepMultiAppendix .fepAppendixMetaHeader ~ div.fepValidator .fepAppendixFullWidth::before {
  display: none;
}
.fepAsyncFileDiv .fepAppendixMeta,
.fepMultiAppendix .fepAppendixMeta {
  flex-grow: 1;
  display: inline-block;
  flex-direction: column;
}
.fepAsyncFileDiv .fepAppendixMeta .fepAppendixMetaHeader,
.fepMultiAppendix .fepAppendixMeta .fepAppendixMetaHeader {
  display: flex;
}
.fepAsyncFileDiv .fepAppendixMeta .fepAppendixMetaRow,
.fepMultiAppendix .fepAppendixMeta .fepAppendixMetaRow {
  display: flex;
}
.fepAsyncFileDiv .fepAppendixMetaHeader.fepApxMetaHeaderHidden,
.fepMultiAppendix .fepAppendixMetaHeader.fepApxMetaHeaderHidden {
  display: none !important;
}
.fepAsyncFileDiv .fepAppendixMetaHeader,
.fepMultiAppendix .fepAppendixMetaHeader {
  display: inline-flex;
}
.fepAsyncFileDiv .fepAppendixMetaHeader .fepAppendixMetaCell,
.fepMultiAppendix .fepAppendixMetaHeader .fepAppendixMetaCell {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-right: 10px;
  margin-left: 10px;
}
.fepAsyncFileDiv .fepAppendixMetaCell,
.fepMultiAppendix .fepAppendixMetaCell {
  width: 150px;
  flex-shrink: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.fepAsyncFileDiv .fepAppendixMeta ~ .fepAppendixRow,
.fepMultiAppendix .fepAppendixMeta ~ .fepAppendixRow {
  float: inherit;
}
.fepAsyncFileDiv .fepAppendixMetaRow ~ .fepAppendixRow,
.fepMultiAppendix .fepAppendixMetaRow ~ .fepAppendixRow {
  float: right;
}
.fepAsyncFileDiv .fepAppendixRow,
.fepMultiAppendix .fepAppendixRow {
  display: inline-flex;
  align-items: center;
  width: 250px;
  font-size: 0.5rem;
}
.fepAsyncFileDiv .fepAppendixRow .fepFileLinkPan,
.fepMultiAppendix .fepAppendixRow .fepFileLinkPan {
  word-break: break-all;
}
.fepAsyncFileDiv .fepAppendixMetaRow,
.fepMultiAppendix .fepAppendixMetaRow {
  display: inline-flex;
}
.fepMultiAppendix .fepAppendixFullWidth {
  padding-top: 10px;
}
.fepMultiAppendix .fepAppendixFullWidth::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
}
.fepAppendixRow .fepFileLink {
  font-size: 14px;
  text-align: left;
  padding-left: 10px;
}
.feptable .fepTableItemWithoutHeader > .row > .fepTableBody .row .fepColPad .fepExpSepVis,
.feptable .fepTableItemWithoutHeader > .row > .fepTableBody .row .fepColPad .fepExpSepHid {
  padding-right: 50px !important;
}
.fepQuestionBeside.fa-question-circle:before {
  content: "";
}
.fepHelpOnNameDisplay .fepCheckDescPan {
  position: relative;
}
.fepHelpOnNameDisplay .fepCheckDescPan > .fepCheckDesc {
  top: 0px !important;
  position: relative !important;
  display: inline-block;
}
.fepHelpOnNameDisplay .fepCheckDescPan > .fepQuestion {
  top: 2px !important;
  position: relative !important;
  display: inline-block !important;
  left: 0 !important;
  vertical-align: top;
}
.fepHelpOnNameDisplay .fepCheckDescPan > .fepQuestion.fepUnderPos {
  left: 0 !important;
  display: block !important;
}
.fepCaptcha .fepValIconPanel,
.fepCaptcha .fepValidContainer,
.fepCaptcha .fepv {
  display: none;
}
.fepCaptcha ~ .fepValidContainer {
  min-height: 28px;
  display: flex !important;
  align-items: center;
}
.fepCaptchaImg {
  width: 100%;
}
.fepCaptcha .fepCaptchaReload {
  display: block;
  margin: 8px 0;
  cursor: pointer;
}
.fepCaptcha .fepValidContainer .fepv.fepv-visible {
  min-height: 28px;
  display: flex !important;
  align-items: center;
}
.fepCaptcha .fepValidContainer .fepv.fepv-visible::after {
  content: "";
  min-height: inherit;
}
.fepFileLoader::before {
  content: " ";
  width: 100vh;
  height: 100vh;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed;
  z-index: 9999;
  cursor: default;
}
.fepVerticalRadioBool {
  display: flex;
  flex-direction: column;
}
/*fepDesktop.less START*/
@media (min-width: 768px) {
  .fepHCpxCell > .col-sm-11 {
    width: 94.43%;
  }
}
@media (min-width: 768px) {
  .iiinfo {
    width: 85% !important;
    padding-left: 15%;
    position: absolute !important;
  }
  #ctl00_CPH_fepContainerL {
    width: 2% !important;
  }
  #ctl00_CPH_fepContainerR {
    display: none!important;
    height: 1px !important;
    width: 2% !important;
  }
  #ctl00_CPH_fepContainerM {
    width: 100% !important;
  }
  .fepcarousel {
    height: 300px !important;
  }
}
@media (min-width: 1200px) {
  .iiinfo {
    width: 20% !important;
    position: fixed !important;
  }
  #ctl00_CPH_fepContainerL {
    width: 2% !important;
  }
  #ctl00_CPH_fepContainerR {
    display: none!important;
    height: 1px !important;
    width: 2% !important;
  }
  #ctl00_CPH_fepContainerM {
    width: 100% !important;
  }
  .fepcarousel {
    height: 600px !important;
  }
  #ctl00_CPH_fepUPStepTable1 {
    min-height: 1px;
  }
}
@media (min-width: 1900px) {
  #ctl00_CPH_fepContainerL {
    width: 13% !important;
  }
  #ctl00_CPH_fepContainerR {
    display: none!important;
    height: 1px !important;
    width: 13% !important;
  }
  #ctl00_CPH_fepContainerM {
    width: 100% !important;
  }
  .fepcarousel {
    height: 600px !important;
  }
  #ctl00_CPH_fepUPStepTable1 {
    min-height: 1px;
  }
}
@media (min-width: 992px) {
  .col-md-0 {
    width: 0px !important;
  }
  .popover {
    opacity: 1 !important;
    background-color: #9b9d9f !important;
    background-image: none !important;
    background-position: top right;
    background-repeat: no-repeat;
    border: none !important;
    border-radius: 4px;
    padding: 2px 4px 4px 8px !important;
  }
  .popover.top > .arrow::after {
    border-top-color: #9b9d9f!important;
  }
  .popover.top > .arrow {
    margin-left: -8px !important;
    bottom: -9px !important;
    border-top-color: transparent!important;
  }
  .popover-content {
    padding: 0px !important;
    font-family: OpenSans;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: 0.2px;
    color: #ffffff;
  }
  #ctl00_CPH_fepContainerL {
    width: 2% !important;
  }
  #ctl00_CPH_fepContainerR {
    display: none!important;
    height: 1px !important;
    width: 2% !important;
  }
  #ctl00_CPH_fepContainerM {
    width: 100% !important;
  }
  .fepNoNameMob .fepConLab {
    display: none !important;
  }
  .fepPanUnderText {
    padding-right: 120px !important;
    padding-bottom: 7px !important;
  }
  .fepCol {
    padding-left: 31px !important;
  }
  .fepRadioDict .fepConLab {
    padding-left: 31px !important;
  }
  .fepColFirst,
  .fepColFirst .fepRadioNV,
  .fepColFirst .fepConLab,
  .fepColFirst .fepv {
    padding-left: 0px !important;
  }
  .fepNextElem .fepHCpxCell {
    padding-left: 19px !important;
  }
  .fepColFirst .fepRadioNVRight {
    padding-left: 0px !important;
  }
  #ctl00_CPH_fepNavButtons {
    padding-left: 0px !important;
    padding-bottom: 50px !important;
  }
  #ctl00_CPH_fepNav .form-group {
    min-height: 11px !important;
  }
  .form-control {
    /*height: 48px;*/
  }
  .fepRadioNVRight {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .fepRow {
    padding-bottom: 8px;
  }
  .btn-custom {
    height: 30px !important;
    font-size: 15px;
    line-height: 1.3333;
    border-radius: 4px;
  }
  .fepProgressSteps {
    width: 85%;
    float: right;
  }
  .fepProgText {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .fepProgNumb {
    font-size: 16px !important;
    padding-left: 3px;
  }
  .fepProgRect {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: auto !important;
  }
  .fepPopNoClose {
    display: none !important;
  }
  a.fepDropDownListNoPad {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    line-height: none!important;
  }
  .fepInfoMessageI,
  .fepInfoMessageW,
  .fepInfoMessageE,
  .fepInfoMessageP {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fepDesRegion .fepDesRegion.fepColPad {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .fepDesRegion .fepColPad.fepNoColsGrid {
    padding-right: 5px!important;
    padding-left: 0px!important;
  }
  .fepDesRegion .fepNoColsGrid:nth-of-type(1) {
    padding-left: 15px!important;
  }
  .fepS7Back .fepColPad {
    margin-left: 0px;
  }
  .fepPreview .fepMainC {
    width: 91.6% !important;
  }
  .fepDropDown.selectpicker {
    display: none !important;
    color: #000000 !important;
    border: 1px solid #ADD8E6;
    height: auto !important;
    padding-left: 15px !important;
    border-radius: 4px!important;
    padding-right: 51px!important;
    height: 50px!important;
    width: 100% !important;
    box-shadow: none !important;
    left: 0 !important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }
  .fepDropDown.selectpicker {
    background-image: url('Images/dddm.png');
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    position: absolute!important;
    z-index: 5!important;
    margin-bottom: 0px!important;
    opacity: 0!important;
  }
  .fepDropDown.selectpicker::-ms-expand {
    display: none!important;
  }
  .fepDropDown.selectpicker:hover,
  .fepDropDown.selectpicker:active,
  .fepDropDown.selectpicker:focus {
    color: #808080 !important;
    border-color: #808080 !important;
  }
  .fepH1,
  .fepH1 input,
  .fepH1 span,
  .fepH1 a,
  .fepH1Lab span,
  .fepH1Val .fepString,
  .fepH1ComboVal .btn-info span,
  .fepH1ComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 38px !important;
    line-height: 42px !important;
  }
  .fepH1B,
  .fepH1B input,
  .fepH1B span,
  .fepH1B a,
  .fepH1BLab span,
  .fepH1BVal .fepString,
  .fepH1BComboVal .btn-info span,
  .fepH1BComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 38px !important;
    line-height: 42px !important;
  }
  .fepH1I,
  .fepH1I input,
  .fepH1I span,
  .fepH1I a,
  .fepH1ILab span,
  .fepH1IVal .fepString,
  .fepH1IComboVal .btn-info span,
  .fepH1IComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 38px !important;
    line-height: 42px !important;
  }
  .fepH2,
  .fepH2 input,
  .fepH2 span,
  .fepH2 a,
  .fepH2Lab span,
  .fepH2Val .fepString,
  .fepH2ComboVal .btn-info span,
  .fepH2ComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .fepH2B,
  .fepH2B input,
  .fepH2B span,
  .fepH2B a,
  .fepH2BLab span,
  .fepH2BVal .fepString,
  .fepH2BComboVal .btn-info span,
  .fepH2BComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .fepH2I,
  .fepH2I input,
  .fepH2I span,
  .fepH2I a,
  .fepH2ILab span,
  .fepH2IVal .fepString,
  .fepH2IComboVal .btn-info span,
  .fepH2IComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .fepH3,
  .fepH3 input,
  .fepH3 span,
  .fepH3 a,
  .fepH3Lab span,
  .fepH3Val .fepString,
  .fepH3ComboVal .btn-info span,
  .fepH3ComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 26px !important;
    line-height: 42px !important;
  }
  .fepH3B,
  .fepH3B input,
  .fepH3B span,
  .fepH3B a,
  .fepH3BLab span,
  .fepH3BVal .fepString,
  .fepH3BComboVal .btn-info span,
  .fepH3BComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 26px !important;
    line-height: 42px !important;
  }
  .fepH3I,
  .fepH3I input,
  .fepH3I span,
  .fepH3I a,
  .fepH3ILab span,
  .fepH3IVal .fepString,
  .fepH3IComboVal .btn-info span,
  .fepH3IComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 26px !important;
    line-height: 42px !important;
  }
  .fepH4,
  .fepH4 input,
  .fepH4 span,
  .fepH4 a,
  .fepH4Lab span,
  .fepH4Val .fepString,
  .fepH4ComboVal .btn-info span,
  .fepH4ComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .fepH4B,
  .fepH4B input,
  .fepH4B span,
  .fepH4B a,
  .fepH4BLab span,
  .fepH4BVal .fepString,
  .fepH4BComboVal .btn-info span,
  .fepH4BComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .fepH4I,
  .fepH4I input,
  .fepH4I span,
  .fepH4I a,
  .fepH4ILab span,
  .fepH4IVal .fepString,
  .fepH4IComboVal .btn-info span,
  .fepH4IComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .fepH5,
  .fepH5 input,
  .fepH5 span,
  .fepH5 a,
  .fepH5Lab span,
  .fepH5Val .fepString,
  .fepH5ComboVal .btn-info span,
  .fepH5ComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .fepH5B,
  .fepH5B input,
  .fepH5B span,
  .fepH5B a,
  .fepH5BLab span,
  .fepH5BVal .fepString,
  .fepH5BComboVal .btn-info span,
  .fepH5BComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .fepH5I,
  .fepH5I input,
  .fepH5I span,
  .fepH5I a,
  .fepH5ILab span,
  .fepH5IVal .fepString,
  .fepH5IComboVal .btn-info span,
  .fepH5IComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .fepH6,
  .fepH6 input,
  .fepH6 span,
  .fepH6 a,
  .fepH6Lab span,
  .fepH6Val .fepString,
  .fepH6ComboVal .btn-info span,
  .fepH6ComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 18px !important;
    line-height: 42px !important;
  }
  .fepH6B,
  .fepH6B input,
  .fepH6B span,
  .fepH6B a,
  .fepH6BLab span,
  .fepH6BVal .fepString,
  .fepH6BComboVal .btn-info span,
  .fepH6BComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 18px !important;
    line-height: 42px !important;
  }
  .fepH6I,
  .fepH6I input,
  .fepH6I span,
  .fepH6I a,
  .fepH6ILab span,
  .fepH6IVal .fepString,
  .fepH6IComboVal .btn-info span,
  .fepH6IComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 18px !important;
    line-height: 42px !important;
  }
  .fepH7,
  .fepH7 input,
  .fepH7 span,
  .fepH7 a,
  .fepH7Lab span,
  .fepH7Val .fepString,
  .fepH7ComboVal .btn-info span,
  .fepH7ComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .fepH7B,
  .fepH7B input,
  .fepH7B span,
  .fepH7B a,
  .fepH7BLab span,
  .fepH7BVal .fepString,
  .fepH7BComboVal .btn-info span,
  .fepH7BComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .fepH7I,
  .fepH7I input,
  .fepH7I span,
  .fepH7I a,
  .fepH7ILab span,
  .fepH7IVal .fepString,
  .fepH7IComboVal .btn-info span,
  .fepH7IComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .fepIMGSize10 span,
  .fepIMGSize10 label {
    font-size: 10px !important;
    line-height: 10px!important;
  }
  .fepIMGSize16 span,
  .fepIMGSize16 label {
    font-size: 16px !important;
    line-height: 16px!important;
  }
  .fepIMGSize20 span,
  .fepIMGSize20 label {
    font-size: 20px !important;
    line-height: 20px!important;
  }
  .fepIMGSize24 span,
  .fepIMGSize24 label {
    font-size: 24px !important;
    line-height: 24px!important;
  }
  .fepIMGSize36 span,
  .fepIMGSize36 label {
    font-size: 36px !important;
    line-height: 36px!important;
  }
  .fepIMGSize48 span,
  .fepIMGSize48 label {
    font-size: 48px !important;
    line-height: 48px!important;
  }
  .fepIMGSize48 .fepImageLink {
    margin-top: 15px!important;
  }
  .fepIMGSize64 span,
  .fepIMGSize64 label {
    font-size: 64px !important;
    line-height: 64px!important;
  }
  .fepIMGSize64 .fepImageLink {
    margin-top: 20px!important;
  }
  .fepImgPosL span,
  .fepTextPosL span,
  .fepImgPosL label {
    text-align: left!important;
  }
  .fepImgPosC {
    justify-content: center;
  }
  .fepTextPosC span {
    text-align: center!important;
  }
  .fepImgPosR {
    justify-content: flex-end;
  }
  .fepTextPosR span {
    text-align: right !important;
  }
  .fepTextVertT .fepConLab,
  .fepTextVertC .fepConLab,
  .fepTextVertB .fepConLab {
    display: table!important;
  }
  .fepTextVertT .fepLabelPanel {
    vertical-align: top!important;
    display: table-cell !important;
  }
  .fepTextVertC .fepLabelPanel {
    vertical-align: middle!important;
    display: table-cell !important;
  }
  .fepTextVertB .fepLabelPanel {
    vertical-align: bottom!important;
    display: table-cell !important;
  }
  .fepImgVertT .fepIMGDottedCircle {
    display: flex;
    align-items: flex-start;
    height: 100%;
  }
  .fepImgVertC {
    display: flex;
    align-items: center;
  }
  .fepImgVertC .fepIMGDottedCircle {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .fepImgVertB .fepIMGDottedCircle {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  .fepDesImage.fepDesImageBubble .fepIMGDottedCircle {
    align-items: center;
    height: 200px!important;
  }
  .fepDesImage.fepDesImageBubble.fepImgVertT {
    display: flex;
    align-items: flex-start;
  }
  .fepDesImage.fepDesImageBubble.fepImgVertC {
    display: flex;
    align-items: center;
  }
  .fepDesImage.fepDesImageBubble.fepImgVertB {
    display: flex;
    align-items: flex-end;
  }
  /*CENTER FOR INFOMESSAGE, VALUEASLABEL START*/
  .fepTextVertC div,
  .fepTextVertC.fepDesFreeText .fepConLab .fepLabelPanel,
  .fepTextVertC.fepInlineCont .fepConLab .fepLabelPanel {
    height: 100%;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }
  .fepTextVertC .fepInfoMessage,
  .fepTextVertC .fepTextInput {
    display: table;
  }
  .fepTextVertC .fepTextInput {
    position: static!important;
  }
  .fepTextVertC .fepInfoMessage .fepLabelPanel,
  .fepTextVertC .fepTextInput span {
    display: table-cell;
    vertical-align: middle!important;
    height: 100%;
  }
  .fepTextVertC .fepConLab {
    display: table;
  }
  /*CENTER FOR INFOMESSAGE VALUEASLABEL END*/
  /*TO FIELDS FOR INFOMESSAGE, VALUEASLABEL START*/
  .fepTextVertTF {
    display: flex !important;
    align-items: unset !important;
    align-self: flex-start !important;
    height: 100% !important;
  }
  .fepTextVertTF .fepLabelPanel {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: table-cell !important;
    height: 100% !important;
  }
  .fepTextVertTF .fepTextInput .fepMainLabelValue {
    padding-top: 2px !important;
  }
  .fepTextVertTF .fepLabelPanel span {
    padding-top: 12px;
    display: block;
  }
  .fepTextVertTF.fepTextPosL .fepTextInput .fepMainLabelValue,
  .fepTextVertTF.fepTextPosL .fepLabelPanel span {
    float: left !important;
  }
  .fepTextVertTF.fepTextPosC .fepTextInput span,
  .fepTextVertTF.fepTextPosC .fepLabelPanel span {
    display: block;
  }
  .fepTextVertTF.fepTextPosR .fepTextInput .fepMainLabelValue,
  .fepTextVertTF.fepTextPosR .fepLabelPanel span {
    float: right !important;
  }
  .fepTextVertTF.fepTextPosL div,
  .fepTextVertTF.fepTextPosC div,
  .fepTextVertTF.fepTextPosR div {
    width: 100% !important;
  }
  /*TO FIELDS FOR INFOMESSAGE VALUEASLABEL END*/
}
@media (min-width: 1200px) {
  .col-md-0 {
    width: 0px !important;
  }
  .fepCol {
    padding-left: 31px !important;
  }
  .fepPanUnderText {
    padding-right: 0px !important;
    padding-bottom: 7px !important;
  }
  .fepRadioDict .fepConLab {
    padding-left: 31px !important;
  }
  .fepRadioDict .fepConLab .fepConLab {
    padding-left: 0px !important;
  }
  .fepRadioNV,
  .fepColFirst .fepRadioNV {
    padding-left: 0px !important;
  }
  .fepNextElem .fepHCpxCell {
    padding-left: 19px !important;
  }
  #ctl00_CPH_fepNavButtons {
    padding-left: 0px !important;
    padding-bottom: 50px !important;
  }
  #ctl00_CPH_fepNav .form-group {
    min-height: 11px !important;
  }
  .form-control {
    /*height: 48px;*/
  }
  .fepRadioNVRight {
    padding-left: 31px !important;
    padding-right: 0px !important;
  }
  .fepRow {
    padding-bottom: 8px;
  }
  .btn-custom {
    height: 50px;
    font-size: 20px;
    line-height: 1.3333;
    border-radius: 4px;
  }
  .fepProgText {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .fepProgNumb {
    font-size: 16px !important;
    padding-left: 3px;
  }
  .fepGroupBold span {
    float: left;
  }
  .fepPopNoClose {
    display: block !important;
  }
  .fepProgress {
    width: 100%;
    height: 100%;
  }
  .fepProgress td {
    width: auto !important;
  }
  .fepProgFirstCell,
  .fepProgFirstCellNow {
    padding-left: 7px;
  }
  .fepProgLastCellToDo,
  .fepProgLastCellDone {
    padding-right: 12px;
  }
}
@media (min-width: 1900px) {
  .col-md-0 {
    width: 0px !important;
  }
  .fepCol {
    padding-left: 31px !important;
  }
  .fepPanUnderText {
    padding-right: 0px !important;
    padding-bottom: 7px !important;
  }
  .fepRadioDict .fepConLab {
    padding-left: 31px !important;
  }
  .fepRadioDict .fepConLab .fepConLab {
    padding-left: 0px !important;
  }
  .fepRadioNV,
  .fepColFirst .fepRadioNV {
    padding-left: 0px !important;
  }
  .fepNextElem .fepHCpxCell {
    padding-left: 19px !important;
  }
  #ctl00_CPH_fepNavButtons {
    padding-left: 31px !important;
    padding-bottom: 50px !important;
  }
  #ctl00_CPH_fepNav .form-group {
    min-height: 11px !important;
  }
  .form-control {
    /*height: 48px;*/
  }
  .fepRow {
    padding-bottom: 8px;
  }
  .fepProgText {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .fepProgNumb {
    font-size: 16px !important;
    padding-left: 3px;
  }
  .fepGroupBold span {
    float: left;
  }
  .fepPopNoClose {
    display: block !important;
  }
}
/*fepDesktop.less END*/
/*******ONLY MOBILE*********/
/***************************/
/**************************/
@media (max-width: 767px) {
  .fepCbxList .fepConfirm .fepConfirmCb {
    padding-left: 0 !important;
  }
  .fepRadioTR .input-group-addon.fepRadioBut {
    padding-left: 0 !important;
  }
  .fepRadioDisplayCard .fepRadioList .fepRadioNV.fepRadioNVRight {
    padding-left: 0 !important;
  }
  .fepRadioDisplayCard .fepListControl .fepRadioNV.fepRadioWithDesc {
    padding-right: 0 !important;
  }
  .col-xs-0 {
    width: 0px !important;
  }
  .form-group {
    margin-left: 0px;
    margin-right: 0px;
  }
  .fepTextVertMobC {
    display: flex!important;
    align-items: center;
  }
  .form-horizontal .control-label {
    padding-top: 10px!important;
  }
  .fepGridHeaderMob {
    text-align: center;
    padding: 30px;
    margin-top: 30px;
    color: black !important;
  }
  .fepDicWithDesc .text {
    width: 100% !important;
  }
  .fepGridCellMob {
    border-bottom: 1px solid #D6D6D6;
    padding: 10px !important;
    margin-bottom: 10px !important;
    color: black !important;
  }
  .fepVertGridDivMob {
    display: block !important;
  }
  .fepProgTextMob {
    display: block !important;
    margin-top: 10px;
    margin-left: 5%;
    color: #ff6600;
  }
  .fepSectionUnderline .fepLongString {
    margin-bottom: 0px !important;
  }
  .fepSectionUnderline {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 0px !important;
  }
  .fepExpSecTextVis {
    padding-left: 30px;
    color: black !important;
  }
  .fepExpSecTextHid {
    padding-left: 30px;
  }
  .fepExpSecUp {
    background-image: url('Images/expUpp.png');
    margin: 7px !important;
    margin-left: 3px !important;
    margin-right: 11px !important;
    float: left;
    width: 16px;
    height: 15px;
  }
  .fepExpSecDown {
    background-image: url('Images/expDown.png');
    margin: 7px !important;
    margin-left: 3px !important;
    margin-right: 11px !important;
    float: left;
    width: 16px;
    height: 15px;
  }
  .fepExpSecHidd {
    display: none !important;
  }
  .form-group {
    min-height: 20px !important;
  }
  .fepCol {
    min-height: 0px !important;
  }
  #ismobile {
    display: block!important;
  }
  .form-control {
    /*padding-bottom:7px !important;
		padding-top:7px !important;*/
  }
  .fepGroupBold {
    font-style: normal!important;
    font-weight: normal !important;
    font-size: 26px !important;
    line-height: 28px !important;
    padding-bottom: 13px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .fepConLab {
    padding-bottom: 9px ;
    padding-top: 10px ;
  }
  /*.fepInnerCell span
	{
		padding-left:0px !important;
	}*/
  .fepRadioText {
    padding-bottom: 10px !important;
    padding-left: 9px !important;
  }
  .fepInnerCell .input-group-addon {
    padding-left: 13px !important;
  }
  .fepInnerCell .fepConfirmNoCb {
    padding-left: 0px !important;
  }
  .fepFieldsInGroup {
    padding-top: 15px !important;
  }
  #ctl00_CPH_fepNavButtons {
    padding-bottom: 40px !important;
  }
  #ctl00_CPH_fepNav .form-group {
    min-height: 11px !important;
  }
  .fepConfirmNoCb,
  .fepBool,
  .fepRadioBut,
  .fepConfirmCb {
    -ms-transform: scale(1) !important;
    /* IE */
    -moz-transform: scale(1) !important;
    /* FF */
    -webkit-transform: scale(1) !important;
    /* Safari and Chrome */
    -o-transform: scale(1) !important;
    /* Opera */
  }
  #ctl00_CPH_fepPrevNavButtons {
    display: none;
  }
  .fepProgressSteps {
    margin-top: 0px !important;
    width: 100% !important;
    float: left !important;
    padding-left: 30px !important;
    margin-top: 10px !important;
  }
  .fepProgressSteps span {
    font-size: 11px !important;
  }
  .fepPreamLogo {
    background-position: left center !important;
    height: 35px !important;
  }
  #ctl00_CPH_fepPreambuleL {
    width: 50% !important;
  }
  .headPanel {
    padding-top: 0px !important;
  }
  #ctl00_CPH_fepPreambuleR {
    padding-top: 18px !important;
    padding-bottom: 10px !important;
    width: 100% !important;
  }
  .fepProgPrefCell {
    display: none;
  }
  .fepProgress {
    height: 48px;
  }
  #ctl00_CPH_fepContainerR {
    /*display:none;*/
  }
  .fepProgRect {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 30px !important;
  }
  .fepProgArrowNow,
  .fepProgArrowToDo,
  .fepProgressNoArrowDone {
    /*height:30px !important;*/
  }
  .fepProgPref {
    display: block !important;
    color: #ff6200 !important;
    font-size: 12px !important;
    padding-right: 4px;
  }
  .fepProgressStepTitle {
    display: block;
    padding-top: 16px !important;
    height: 30px !important;
    float: right;
    font-size: 14px !important;
  }
  .fepProgText {
    display: none;
  }
  .fepProgNumb {
    font-size: 16px !important;
    padding-left: 3px;
  }
  .fepProgFirstCellNow,
  .fepProgFirstCell {
    border-left: none !important;
  }
  .fepProgLastCellToDo,
  .fepProgLastCellDone {
    border-right: none !important;
  }
  #ctl00_CPH_fepStepTable1 {
    border-top: none !important;
  }
  #ctl00_CPH_fepStepTable1 {
    padding-top: 0px !important;
  }
  .fepPanUnderText {
    padding-top: 10px !important;
  }
  .fepMainL,
  .fepMainR {
    width: 5% !important;
  }
  .fepMainC {
    width: 100% !important;
  }
  .panel-body {
    padding-left: 0px;
    padding-right: 0px!important;
  }
  .btn-custom {
    height: 50px;
    padding: 0px 20px;
    font-size: 20px;
    border-radius: 4px;
    line-height: 1.5;
  }
  .navbar {
    min-height: 32px;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .fepuprMT {
    left: 50%  !important;
  }
  .fepClearGridCell .form-control {
    width: 100%  !important;
  }
  .popover {
    left: 0px !important;
    display: block  !important;
    max-width: 750px  !important;
    margin-left: 30px  !important;
    margin-top: 50px  !important;
    background-image: none !important;
  }
  .arrow {
    display: none !important;
  }
  .popover-title {
    width: 100%  !important;
  }
  .popover-content {
    width: 100%  !important;
    height: 100%  !important;
    color: black !important;
  }
  .popover-cancel {
    background-image: url('Images/cancel3.png');
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 20px;
  }
  .popover-header-cancel {
    background-image: url('Images/cancel3.png');
    background-position: 99%;
    background-repeat: no-repeat;
    padding-right: 20px;
  }
  .mobileModalBackground {
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.7;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .fepConLabB11 {
    float: left;
    width: calc(27.66%);
    font-style: normal!important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 14px !important;
  }
  .fepConLabB12 {
    float: left;
    width: calc(35%);
  }
  .fepFieldCellB {
    float: left;
  }
  .fepFieldCellB > .col-xs-11 {
    margin-right: 6px;
  }
  #ctl00_CPH_fepContainerL {
    width: 0% !important;
  }
  #ctl00_CPH_fepContainerR {
    width: 100% !important;
  }
  #ctl00_CPH_fepContainerM {
    width: 100% !important;
  }
  .iiinfo {
    width: 85% !important;
    padding-left: 15%;
    position: absolute !important;
  }
  .fepcarousel {
    height: 200px !important;
  }
  .fepRadioNV {
    padding-bottom: 4px !important;
  }
  .fepRadioNV .input-group {
    border-radius: 3px !important;
  }
  .fepHCpxLayout td {
    display: table-cell !important;
  }
  .fepGroupPan {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 20px !important;
  }
  .fepColFirst .fepRadioNVRight {
    padding-left: 0px !important;
    padding-top: 11px !important;
  }
  .fepFieldGrid {
    padding-right: 0px !important;
  }
  .fepButtonsM,
  .fepButtonsCancelM,
  .fepButtonsNextM,
  .fepButtonsSendM,
  .fepButtonsPrevM,
  .fepButtCust {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .footerSecond {
    padding-top: 10px;
  }
  .fepLinkBut {
    padding-bottom: 20px !important;
  }
  .fepLinkBut .fepInnerCell {
    text-align: center;
    padding-top: 0px !important;
  }
  .fepLinkBut .fepInnerCell a {
    display: block;
    width: 100%;
  }
  .fepLinkBut .fepHCpxCell {
    padding: 0px !important;
  }
  .fepPdfFileDivIn {
    display: none !important;
  }
  .fepPdfLink,
  a.fepPdfLink:hover {
    border-radius: 3px;
    height: 48px  !important;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #f60 !important;
    background-color: white !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 12px !important;
    width: 100%;
    float: none !important;
    text-align: center !important;
    margin-left: 0px !important;
  }
  .fepConLab .fepConLab {
    padding-bottom: 0px !important;
  }
  .fepNoNameMob .fepConLab {
    display: none !important;
  }
  .dropdown-menu > li > a {
    padding-bottom: 0px!important;
    padding-top: 0px!important;
  }
  .fepDropDown.selectpicker {
    display: none !important;
    color: #000000 !important;
    border: 1px solid #ADD8E6;
    height: auto !important;
    padding-left: 15px !important;
    border-radius: 4px!important;
    padding-right: 51px!important;
    height: 50px!important;
    width: 100% !important;
    box-shadow: none !important;
    left: 0 !important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }
  .fepDropDown.selectpicker {
    background-image: url('Images/dddm.png');
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    position: absolute!important;
    z-index: 5!important;
    margin-bottom: 0px!important;
    opacity: 0!important;
  }
  .fepDropDown.selectpicker::-ms-expand {
    display: none!important;
  }
  .fepDropDown.selectpicker:hover,
  .fepDropDown.selectpicker:active,
  .fepDropDown.selectpicker:focus {
    color: #808080 !important;
    border-color: #808080 !important;
  }
  .fepFootDivid {
    display: none;
  }
  .fepFootNumOne {
    display: inline-block;
    font-size: 20px !important;
  }
  .fepFootNumTwo {
    position: absolute;
    float: left;
    display: block;
    font-size: 20px !important;
  }
  .footerSecond {
    padding-top: 50px;
  }
  .footerImg {
    width: 50px !important;
  }
  .fepDisabled.form-control {
    padding-top: 7px !important;
  }
  .fepNoPadLSpan .fepHorizontalList div {
    display: block;
    width: 100% !important;
  }
  .fepNoPadLSpan .fepHorizontalList div.fepImg {
    text-align: center;
  }
  .fepNoPadLSpan .fepHorizontalList div.fepInvisible {
    display: none;
  }
  .fepDivd {
    padding-top: 50px !important;
  }
  .fepPopupWindow {
    width: 90% !important;
  }
  .fepPopupWindow .fepPan {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .fepPopupWindow .fepNavButPop {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .fepArrRight {
    background-image: none !important;
    padding-right: 0px !important;
    min-height: 1px !important;
  }
  .fepUnderlineGp {
    padding-bottom: 25px !important;
  }
  /*Group for Mobile*/
  .fepNoPadLMob,
  .fepNoPadLMob .form-control {
    padding-left: 0px !important;
  }
  .fepNoPadTMob,
  .fepNoPadTMob div,
  .fepNoPadTMob span {
    padding-top: 0px !important;
  }
  .fepNoPadBMob,
  .fepNoPadBMob div,
  .fepNoPadBMob span {
    padding-bottom: 0px !important;
  }
  .fepSmPadTMob {
    padding-top: 10px !important;
  }
  .fepBorder {
    display: block;
    float: left;
  }
  .fepColSameHeight {
    float: none !important;
    display: inline !important;
  }
  .fepSpaceAfter {
    width: 100%!important;
  }
  .fepBorR {
    border-right: 0px solid #D9D9D9;
    padding-right: 0px !important;
  }
  .fepMdTextPadL .fepInnerCell {
    padding-left: 0px !important;
  }
  .fepMdTextPadR .fepInnerCell {
    padding-right: 0px !important;
  }
  .fepMdTextPadT .fepInnerCell {
    padding-top: 0px !important;
  }
  .fepMdTextPadB .fepInnerCell {
    padding-bottom: 0px !important;
  }
  .fepFieldCellB.fepFieldCellBDesc {
    max-height: 100%!important;
  }
  .fepCheckDesc {
    padding-top: 8px!important;
  }
  .fepBool .icheckbox_minimal {
    width: 30px!important;
    height: 30px!important;
  }
  .fepAsyncFileDiv {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .fepAsyncFileDiv .fepAsyncFileError {
    padding-left: 15px!important;
  }
  .fepAsyncFileDiv.fepAsyncFileLblNew .fepAsyncFileError {
    padding-left: 0px!important;
  }
  .fepDesRegion .graphics-font {
    padding-right: 2px!important;
  }
  .fepDesRegion .fepColPad.fepNoColsGrid {
    padding-right: 5px!important;
    padding-left: 0px!important;
  }
  .fepLinkImg .graphics-font {
    padding-right: 19px!important;
  }
  .fepExpandText {
    margin-left: 20px!important;
  }
  .fepCloseText {
    margin-left: 20px!important;
  }
  .fepBtnVertical .fepValidIco:before {
    padding-left: 0px!important;
  }
  #ctl00_CPH_fepContainerR {
    display: none!important;
  }
  .graphics-font,
  .graphics-font:before,
  .graphics-font:after {
    font-size: 36px;
  }
  .graphics-font {
    margin-right: 0px!important;
    float: left !important;
  }
  .fepLinkImg .graphics-font {
    margin-right: 0px!important;
  }
  .fepWizDialog div.Dialog {
    width: 100%!important;
    height: 100%!important;
    top: 0px!important;
    left: 300px!important;
  }
  .fepWizDialog div.DialogTitle td.DialogTitleM,
  .fepWizDialog div.fepDialogTitle td.fepDialogTitleM {
    padding-top: 50px!important;
    padding-bottom: 5px!important;
    width: 100%!important;
    margin-left: 20px!important;
    margin-right: 20px!important;
    padding-left: 0px!important;
  }
  .fepWizDialog .DialogForm .DialogMessage,
  .fepWizDialog .fepDialogForm .DialogMessage,
  .fepWizDialog div.ApplicationFormMessageText,
  .fepWizDialog div.fepApplicationFormMessageText {
    width: 86%!important;
    margin-left: 20px!important;
    margin-right: 0px!important;
    padding-left: 0px !important;
  }
  .fepWizDialog div.DialogTitle td.DialogTitleM span,
  .fepWizDialog div.fepDialogTitle td.fepDialogTitleM span {
    margin-left: 20px!important;
    width: 86%;
    margin-right: 0px!important;
    display: block!important;
  }
  .fepWizDialog div.DialogForm,
  .fepWizDialog div.fepDialogForm {
    width: 100%!important;
  }
  .fepWizDialog .DialogForm .Toolbar {
    position: fixed;
    right: 20px!important;
    left: 20px!important;
  }
  .fepWizDialog .DialogForm .Toolbar A.ToolButtonS,
  .fepWizDialog .DialogForm .Toolbar A.ToolButton,
  .fepWizDialog .fepDialogForm .Toolbar A.ToolButtonS,
  .fepWizDialog .fepDialogForm .Toolbar A.ToolButton,
  .fepWizDialog .fepApplicationFormMessageToolbar a.ToolButton {
    width: 100%!important;
    margin-right: 0px!important;
    margin-left: 0px!important;
  }
  .closeTitle {
    position: fixed!important;
    right: 19px!important ;
  }
  .closeTitle a::before {
    margin-left: 0px!important;
    margin-right: 1px!important;
  }
  .fepGroupBold span {
    padding-left: 0px!important;
  }
  .fepDesignGroup {
    width: 100%!important;
  }
  .fepColPad .fepColPad.fepDesFreeText > div {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .fepStepBody .fepDesRegion.fepColPad > div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .fepStepBody .fepColPad > div .fepColPad ~ div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fepStepBody .fepColPad > div .fepColPad > div ~ div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .fepColPad .fepStepBody .fepColPad.fepDesFreeText.fepNoColsGrid > div {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .fepColPad .fepStepBody .fepColPad.fepDesFreeText.fepNoColsGrid > div {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .fepColPad .fepStepBody .fepColPad.fepDesFreeText > div {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .fepStepBody .fepTableItem .fepColPad.fepDesRegion > div {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .fepDesRegion .fepNoColsGrid:nth-of-type(1) {
    padding-left: 15px!important;
  }
  #ctl00_CPH_fepContainerM {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .fepDesRegion .fepImageLink {
    display: table!important;
    table-layout: fixed!important;
    width: 100%!important;
    padding-left: 0px!important;
  }
  .fepDesRegion .fepImageLink .fepLinkImg {
    width: 16.6%!important;
  }
  .fepDesRegion .fepImageLink .fepLinkImg span {
    padding-right: 0px!important;
    width: auto!important;
    float: right!important;
  }
  .fepDesRegion .fepImageLink .form-group {
    padding-left: 20px!important;
  }
  .fepDesRegion .fepDragAndDrop .fepImageLink {
    width: auto !important;
  }
  .fepDesRegion .fepDragAndDrop .fepImageLink .form-group {
    padding-left: 0 !important;
  }
  .fepImageLink div:nth-child(1),
  .fepImageLink div:nth-child(2) {
    max-width: 70vw;
  }
  .fepDesignGroup .fepRadioList .input-group .fepDesignGroup .fepCbxList .input-group {
    height: auto!important;
  }
  .fepBool .icheckbox_minimal.checked {
    background-size: 15px 10px!important;
  }
  .fepH1Mob,
  .fepH1Mob input,
  .fepH1Mob span,
  .fepH1Mob a,
  .fepH1MobLab span,
  .fepH1MobVal .fepString,
  .fepH1MobComboVal .btn-info span,
  .fepH1MobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 38px !important;
    line-height: 42px !important;
  }
  .fepH1BMob,
  .fepH1BMob input,
  .fepH1BMob span,
  .fepH1BMob a,
  .fepH1BMobLab span,
  .fepH1BMobVal .fepString,
  .fepH1BMobComboVal .btn-info span,
  .fepH1BMobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 38px !important;
    line-height: 42px !important;
  }
  .fepH1IMob,
  .fepH1IMob input,
  .fepH1IMob span,
  .fepH1IMob a,
  .fepH1IMobLab span,
  .fepH1IMobVal .fepString,
  .fepH1IMobComboVal .btn-info span,
  .fepH1IMobComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 38px !important;
    line-height: 42px !important;
  }
  .fepH2Mob,
  .fepH2Mob input,
  .fepH2Mob span,
  .fepH2Mob a,
  .fepH2MobLab span,
  .fepH2MobVal .fepString,
  .fepH2MobComboVal .btn-info span,
  .fepH2MobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .fepH2BMob,
  .fepH2BMob input,
  .fepH2BMob span,
  .fepH2BMob a,
  .fepH2BMobLab span,
  .fepH2BMobVal .fepString,
  .fepH2BMobComboVal .btn-info span,
  .fepH2BMobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .fepH2IMob,
  .fepH2IMob input,
  .fepH2IMob span,
  .fepH2IMob a,
  .fepH2IMobLab span,
  .fepH2IMobVal .fepString,
  .fepH2IMobComboVal .btn-info span,
  .fepH2IMobComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .fepH3Mob,
  .fepH3Mob input,
  .fepH3Mob span,
  .fepH3Mob a,
  .fepH3MobLab span,
  .fepH3MobVal .fepString,
  .fepH3MobComboVal .btn-info span,
  .fepH3MobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 26px !important;
    line-height: 42px !important;
  }
  .fepH3BMob,
  .fepH3BMob input,
  .fepH3BMob span,
  .fepH3BMob a,
  .fepH3BMobLab span,
  .fepH3BMobVal .fepString,
  .fepH3BMobComboVal .btn-info span,
  .fepH3BMobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 26px !important;
    line-height: 42px !important;
  }
  .fepH3IMob,
  .fepH3IMob input,
  .fepH3IMob span,
  .fepH3IMob a,
  .fepH3IMobLab span,
  .fepH3IMobVal .fepString,
  .fepH3IMobComboVal .btn-info span,
  .fepH3IMobComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 26px !important;
    line-height: 42px !important;
  }
  .fepH4Mob,
  .fepH4Mob input,
  .fepH4Mob span,
  .fepH4Mob a,
  .fepH4MobLab span,
  .fepH4MobVal .fepString,
  .fepH4MobComboVal .btn-info span,
  .fepH4MobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .fepH4BMob,
  .fepH4BMob input,
  .fepH4BMob span,
  .fepH4BMob a,
  .fepH4BMobLab span,
  .fepH4BMobVal .fepString,
  .fepH4BMobComboVal .btn-info span,
  .fepH4BMobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .fepH4IMob,
  .fepH4IMob input,
  .fepH4IMob span,
  .fepH4IMob a,
  .fepH4IMobLab span,
  .fepH4IMobVal .fepString,
  .fepH4IMobComboVal .btn-info span,
  .fepH4IMobComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .fepH5Mob,
  .fepH5Mob input,
  .fepH5Mob span,
  .fepH5Mob a,
  .fepH5MobLab span,
  .fepH5MobVal .fepString,
  .fepH5MobComboVal .btn-info span,
  .fepH5MobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .fepH5BMob,
  .fepH5BMob input,
  .fepH5BMob span,
  .fepH5BMob a,
  .fepH5BMobLab span,
  .fepH5BMobVal .fepString,
  .fepH5BMobComboVal .btn-info span,
  .fepH5BMobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .fepH5IMob,
  .fepH5IMob input,
  .fepH5IMob span,
  .fepH5IMob a,
  .fepH5IMobLab span,
  .fepH5IMobVal .fepString,
  .fepH5IMobComboVal .btn-info span,
  .fepH5IMobComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .fepH6Mob,
  .fepH6Mob input,
  .fepH6Mob span,
  .fepH6Mob a,
  .fepH6MobLab span,
  .fepH6MobVal .fepString,
  .fepH6MobComboVal .btn-info span,
  .fepH6MobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 18px !important;
    line-height: 42px !important;
  }
  .fepH6BMob,
  .fepH6BMob input,
  .fepH6BMob span,
  .fepH6BMob a,
  .fepH6BMobLab span,
  .fepH6BMobVal .fepString,
  .fepH6BMobComboVal .btn-info span,
  .fepH6BMobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 18px !important;
    line-height: 42px !important;
  }
  .fepH6IMob,
  .fepH6IMob input,
  .fepH6IMob span,
  .fepH6IMob a,
  .fepH6IMobLab span,
  .fepH6IMobVal .fepString,
  .fepH6IMobComboVal .btn-info span,
  .fepH6IMobComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 18px !important;
    line-height: 42px !important;
  }
  .fepH7Mob,
  .fepH7Mob input,
  .fepH7Mob span,
  .fepH7Mob a,
  .fepH7MobLab span,
  .fepH7MobVal .fepString,
  .fepH7MobComboVal .btn-info span,
  .fepH7MobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .fepH7BMob,
  .fepH7BMob input,
  .fepH7BMob span,
  .fepH7BMob a,
  .fepH7BMobLab span,
  .fepH7BMobVal .fepString,
  .fepH7BMobComboVal .btn-info span,
  .fepH7BMobComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .fepH7IMob,
  .fepH7IMob input,
  .fepH7IMob span,
  .fepH7IMob a,
  .fepH7IMobLab span,
  .fepH7IMobVal .fepString,
  .fepH7IMobComboVal .btn-info span,
  .fepH7IMobComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .fepIMGSizeMob10 span,
  .fepIMGSizeMob10 label {
    font-size: 10px !important;
    line-height: 10px!important;
  }
  .fepIMGSizeMob16 span,
  .fepIMGSizeMob16 label {
    font-size: 16px !important;
    line-height: 16px!important;
  }
  .fepIMGSizeMob20 span,
  .fepIMGSizeMob20 label {
    font-size: 20px !important;
    line-height: 20px!important;
  }
  .fepIMGSizeMob24 span,
  .fepIMGSizeMob24 label {
    font-size: 24px !important;
    line-height: 24px!important;
  }
  .fepIMGSizeMob36 span,
  .fepIMGSizeMob36 label {
    font-size: 36px !important;
    line-height: 36px!important;
  }
  .fepIMGSizeMob48 span,
  .fepIMGSizeMob48 label {
    font-size: 48px !important;
    line-height: 48px!important;
  }
  .fepIMGSizeMob48 .fepImageLink {
    margin-top: 15px!important;
  }
  .fepIMGSizeMob64 span,
  .fepIMGSizeMob64 label {
    font-size: 64px !important;
    line-height: 64px!important;
  }
  .fepIMGSizeMob64 .fepImageLink {
    margin-top: 20px!important;
  }
  .fepImgPosMobL span,
  .fepTextPosMobL span,
  .fepImgPosMobL label {
    text-align: left!important;
  }
  .fepImgPosMobC span,
  .fepTextPosMobC span,
  .fepImgPosMobC label {
    text-align: center!important;
  }
  .fepImgPosMobR span,
  .fepTextPosMobR span,
  .fepImgPosMobR label {
    text-align: right !important;
  }
  .fepTextVertMobT .fepConLab,
  .fepTextVertMobC .fepConLab,
  .fepTextVertMobB .fepConLab {
    display: table!important;
  }
  .fepTextVertMobT .fepLabelPanel {
    vertical-align: top!important;
    display: table-cell !important;
  }
  .fepTextVertMobC .fepLabelPanel {
    vertical-align: middle!important;
    display: table-cell !important;
  }
  .fepTextVertMobB .fepLabelPanel {
    vertical-align: bottom!important;
    display: table-cell !important;
  }
  .fepImgVertMobT .fepIMGDottedCircle {
    display: flex;
    align-items: flex-start;
    height: 100%;
  }
  .fepImgVertMobC .fepIMGDottedCircle {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .fepImgVertMobB .fepIMGDottedCircle {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  .fepDesImage.fepDesImageBubble .fepIMGDottedCircle {
    align-items: center;
    height: 200px!important;
  }
  .fepDesImage.fepDesImageBubble.fepImgVertMobT {
    display: flex;
    align-items: flex-start;
  }
  .fepDesImage.fepDesImageBubble.fepImgVertMobC {
    display: flex;
    align-items: center;
  }
  .fepDesImage.fepDesImageBubble.fepImgVertMobB {
    display: flex;
    align-items: flex-end;
  }
  .fepModalDictionaryModalPanel > div {
    width: auto;
    position: absolute;
    left: 20px;
    right: 20px;
    margin-left: 0px;
  }
  .fepModalDictionaryItem {
    margin-left: 20px;
    margin-right: 20px;
  }
  .fepModalDictionaryImage > * {
    float: none!important;
    margin-right: auto!important;
  }
  .fepAuthorizationAccept,
  .fepAuthorizationCancel,
  .fepAuthorizationInput,
  .fepAuthorizationValid {
    width: 100% !important;
  }
  .fepAuthorizationErrorImage {
    font-size: 36px;
    width: 36px;
  }
  .fepAuthorizationPanelError .col-xs-2 {
    width: 60px;
    margin-left: 20px;
  }
  .fepAuthorizationErrorImage {
    margin-left: 4px;
  }
  .fepAuthorizationErrorImgPanel {
    margin-left: -40px;
  }
  /*Steps*/
  .fepStepAfter,
  .fepStepActual {
    height: 60px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  .fepStepBefore {
    height: 60px !important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
  }
  .fepStepActual .fepSepPaneTitle {
    font-style: normal!important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .fepStepBefore .fepSepPaneTitle,
  .fepStepAfter .fepSepPaneTitle {
    font-style: normal!important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 14px !important;
  }
  .fepStepAfter .fepSepPaneNumber,
  .fepStepBefore .fepSepPaneNumber {
    width: 30px !important;
    height: 30px !important;
    padding-top: 8px !important;
    font-style: normal!important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 14px !important;
  }
  .fepStepActual .fepSepPaneNumber {
    width: 30px !important;
    height: 30px !important;
    padding-top: 8px !important;
    font-style: normal!important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 14px !important;
  }
  .fepStepBefore .fepSepPaneNumber::before {
    font-size: 14px !important;
    padding-left: 8px !important;
  }
  .fepStepPaneTitle .row.fepFirstRow .fepDesRegion .fepNoColsGrid .fepConLab {
    padding-top: 2px !important;
  }
  .fepStepPaneTitle .row.fepFirstRow .fepDesRegion .fepNoColsGrid .fepConLab span {
    font-style: normal!important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 14px !important;
  }
  .fepStepCounter {
    display: none!important;
  }
  /*End Steps*/
  /*Start DatePicker*/
  .datepicker.datepicker-dayofmonth table tr td,
  .datepicker table tr th {
    height: 35px !important;
  }
  .datepicker .datepicker-days,
  .datepicker .datepicker-months,
  .datepicker .datepicker-years,
  .datepicker .datepicker-decades,
  .datepicker .datepicker-centuries {
    width: 300px !important;
    padding: 20px !important;
    padding-top: 53px !important;
    padding-bottom: 110px !important;
    top: 60% !important;
  }
  .datepicker .table-condensed {
    width: 100% !important;
  }
  /*End DatePicker*/
  /*Start Slider for Mobile*/
  .fepRangeSlider,
  .fepRangeSliderInputs {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .fepSliderRangeMob {
    position: fixed!important;
    height: 100%!important;
    width: 100%!important;
    background-color: #808080 !important;
    z-index: 99999;
    top: 0%;
    left: 0%;
  }
  .fepSliderRangeMob .fepRangeSliderInputs {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .fepMobRangeSliderInput {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .fepMobRangeSliderInput .form-control {
    height: 50px!important;
  }
  .fepMobRangeSliderInput .form-control:after {
    color: #ADFF2F !important;
    float: right!important;
    font-size: 15px!important;
    padding-top: 3px!important;
  }
  .fepSliderRangeMob .slider {
    width: 80%!important;
    margin-left: 10%!important;
  }
  .fepMobileSliderExitBtnPan {
    width: 100%;
    height: 30px!important;
    display: block!important;
  }
  .fepMobileSliderExitBtn {
    display: block;
    width: 20px!important;
    height: 20px!important;
    margin-left: calc(100% - 20px);
    margin-left: -webkit-calc(100% - 20px);
    margin-left: -moz-calc(100% - 20px);
    margin-top: 20px!important;
    cursor: pointer!important;
  }
  .fepMobileSliderExitBtn::after {
    color: #000000 !important;
  }
  .fepMobileSliderValuesPan,
  .fepMobileSliderBtnPan,
  .fepMobileSliderNamePan {
    width: calc(80% + 30px);
    width: -webkit-calc(80% + 30px);
    width: -moz-calc(80% + 30px);
    margin-left: calc(10% - 15px);
    margin-left: -webkit-calc(10% - 15px);
    margin-left: -moz-calc(10% - 15px);
  }
  .fepMobileSliderNamePan {
    margin-bottom: 30px;
  }
  .fepMobileSliderName {
    font-style: normal!important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 14px !important;
    color: #000000;
  }
  .fepMobileSliderBtnPan {
    display: table;
    margin-top: 20px!important;
  }
  .fepMobileSliderBtnPan span {
    display: table-cell !important;
    vertical-align: middle!important;
  }
  div.fepRangeSliderInputs > div {
    width: 20%!important;
  }
  div.fepRangeSliderInputs .col-xs-4.col-sm-4.col-md-4:first-child,
  div.fepRangeSliderInputs .col-xs-4.col-sm-4.col-md-4:last-child {
    width: 40%!important;
  }
  .fepPreview:before {
    background-image: url("../../Images/PreviewMobile.png") !important;
  }
  /*END Slider for Mobile*/
  /*Tile*/
  .fepTile .fepModalDictionaryItem {
    border: 1px solid #c8c8c8 !important;
    height: auto !important;
  }
  .fepTile .fepModalDictionaryItem.active {
    border-color: #0076c1 !important;
  }
  .fepTile.fepTileCheck .fepModalDictionaryItem:before {
    top: -15px;
  }
  .fepTabs .fepTileControl {
    padding-top: 0 !important;
  }
  .fepTabs .fepTile.fepTileCheck .fepModalDictionaryItem:before {
    top: -15px !important;
  }
  .fepTabs .fepTileControl .fepModalDictionaryItem {
    margin-top: 25px !important;
  }
  .fepTileControl .fepModalDictionaryItem {
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
  .fepTileControl {
    padding-top: 30px !important;
  }
  .fepTile .fepMainTileClass.lastTileInRow:last-of-type .fepModalDictionaryItem {
    margin-bottom: 15px !important;
  }
  /*End Tile*/
  .fepSepPaneTitle .fepLongString {
    padding: 0px 15px;
    margin-bottom: 0px;
  }
}
@media (max-width: 320px) {
  .fepInfoBoxText {
    font-style: normal!important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 14px !important;
    color: #000000;
    display: table-cell;
    padding-bottom: 6px!important;
    padding-top: 7px!important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    width: 83%;
    max-width: 100%;
  }
}
/*Group for Mobile END*/
/*******ONLY TABLET*********/
/***************************/
/**************************/
@media (min-width: 767px) and (max-width: 991px) {
  .dropdown-toggle .pull-left {
    padding-right: 0px !important;
  }
  .fepDescContainer .fepSelectedDesc2 {
    text-align: right;
  }
  .col-sm-0 {
    width: 0px !important;
  }
  .form-horizontal .control-label {
    text-align: left !important;
    padding-top: 10px!important;
  }
  .fepColPad.fepInfoMessageI {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fepBtnPanel .btn-custom {
    height: 30px !important;
  }
  .form-group {
    margin-left: 0px!important;
    margin-right: 0px!important;
  }
  .fepDicWithDesc .text {
    width: 100% !important;
  }
  .form-horizontal .control-label.fepInfoMessage {
    padding-top: 0px !important;
  }
  .fepProgTextTabletNonVis {
    display: none !important;
  }
  .fepPdfFileDivIn {
    display: none !important;
  }
  .fepDesRegion .fepDesRegion.fepColPad {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .fepDesRegion .fepColPad.fepNoColsGrid {
    padding-right: 5px!important;
    padding-left: 0px!important;
  }
  .fepDesRegion .fepNoColsGrid:nth-of-type(1) {
    padding-left: 15px!important;
  }
  #ctl00_CPH_fepContainerM {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .fepDesRegion .graphics-font {
    padding-right: 0px!important;
  }
  .fepPreview .fepMainC {
    width: 91.6% !important;
  }
  .btn-custom {
    height: 50px !important;
    padding: 0px 20px;
    font-size: 20px;
    line-height: 1.3333;
    border-radius: 4px;
  }
  .fepPdfLink,
  a.fepPdfLink:hover {
    border-radius: 3px;
    height: 48px !important;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #f60 !important;
    background-color: white !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 12px !important;
    width: 50%;
    float: none !important;
    text-align: center !important;
    margin-left: 0px !important;
  }
  .fepNoNameMob .fepConLab {
    display: none !important;
  }
  #ctl00_CPH_fepPreambuleR {
    float: right;
    padding-right: 1% !important;
    width: 98% !important;
  }
  .fepMainL,
  .fepMainR {
    width: 1%;
  }
  .fepMainC {
    width: 98%;
  }
  .fepPanUnderText {
    padding-right: 120px !important;
    padding-bottom: 7px !important;
  }
  .fepCol {
    padding-left: 31px !important;
  }
  .fepRadioDict .fepConLab,
  .fepRadioDict .fepv {
    padding-left: 31px !important;
  }
  .fepRadioNV {
    padding-bottom: 4px !important;
  }
  .fepColFirst,
  .fepColFirst .fepRadioNV,
  .fepColFirst .fepConLab,
  .fepColFirst .fepv {
    padding-left: 0px !important;
  }
  .fepNextElem .fepHCpxCell {
    padding-left: 19px !important;
  }
  .fepColFirst .fepRadioNVRight {
    padding-left: 0px !important;
  }
  #ctl00_CPH_fepNavButtons {
    padding-left: 0px !important;
    padding-bottom: 50px !important;
  }
  #ctl00_CPH_fepNav .form-group {
    min-height: 11px !important;
  }
  .form-control {
    /*height: 48px;*/
  }
  .fepRadioNVRight {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .fepRow {
    padding-bottom: 8px;
  }
  .dropdown-menu > li > a {
    padding-bottom: 0px!important;
    padding-top: 0px!important;
  }
  .container {
    /* width: 760px !important;*/
  }
  .btn-custom {
    height: 50px;
    padding: 0px 20px;
    font-size: 20px;
    line-height: 1.3333;
    border-radius: 4px;
  }
  .fepProgressSteps {
    margin-top: 20px !important;
    width: 85%;
    float: right;
  }
  .fepProgText {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .fepProgNumb {
    font-size: 16px !important;
    padding-left: 3px;
  }
  .fepProgRect {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: auto !important;
  }
  .fepPopNoClose {
    display: none !important;
  }
  .popover {
    opacity: 1 !important;
    background-color: #9b9d9f !important;
    background-image: none !important;
    background-position: top right;
    background-repeat: no-repeat;
    border: none !important;
    padding: 2px 4px 4px 8px !important;
  }
  .popover.top > .arrow::after {
    border-top-color: #444!important;
  }
  .popover.top > .arrow {
    margin-left: -8px !important;
    bottom: -9px !important;
    border-top-color: transparent!important;
  }
  .popover-content {
    word-wrap: break-word !important;
    font-family: OpenSans;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: 0.2px;
    color: #ffffff;
    padding: 0!important;
  }
  .fepQuestion {
    padding-left: 0px;
    padding-right: 7px;
    display: inline-block;
  }
  #ctl00_CPH_fepContainerR {
    display: none!important;
  }
  .fepDropDown.open .btn .pull-left {
    font-size: 13px;
  }
  a.fepDropDownListNoPad {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    line-height: none!important;
  }
  .fepLinkImg .graphics-font {
    margin-right: 0px!important;
  }
  .fepDesRegion .fepLinkImg .graphics-font {
    padding-right: 19px!important;
  }
  .fepDesRegion .fepImageLink {
    margin-bottom: 15px!important;
  }
  .fepDesRegion .fepDragAndDrop .fepImageLink {
    margin-bottom: 6px !important;
  }
  .fepDropDown.selectpicker {
    display: none !important;
    color: #000000 !important;
    border: 1px solid #ADD8E6;
    height: auto !important;
    padding-left: 15px !important;
    border-radius: 4px!important;
    padding-right: 51px!important;
    height: 50px!important;
    width: 100% !important;
    box-shadow: none !important;
    left: 0 !important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }
  .fepDropDown.selectpicker {
    background-image: url('Images/dddm.png');
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    position: absolute!important;
    z-index: 5!important;
    margin-bottom: 0px!important;
    opacity: 0!important;
  }
  .fepDropDown.selectpicker::-ms-expand {
    display: none!important;
  }
  .fepDropDown.selectpicker:hover,
  .fepDropDown.selectpicker:active,
  .fepDropDown.selectpicker:focus {
    color: #808080 !important;
    border-color: #808080 !important;
  }
  .fepH1Tab,
  .fepH1Tab input,
  .fepH1Tab span,
  .fepH1Tab a,
  .fepH1TabLab span,
  .fepH1TabVal .fepString,
  .fepH1TabComboVal .btn-info span,
  .fepH1TabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 38px !important;
    line-height: 42px !important;
  }
  .fepH1BTab,
  .fepH1BTab input,
  .fepH1BTab span,
  .fepH1BTab a,
  .fepH1BTabLab span,
  .fepH1BTabVal .fepString,
  .fepH1BTabComboVal .btn-info span,
  .fepH1BTabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 38px !important;
    line-height: 42px !important;
  }
  .fepH1ITab,
  .fepH1ITab input,
  .fepH1ITab span,
  .fepH1ITab a,
  .fepH1ITabLab span,
  .fepH1ITabVal .fepString,
  .fepH1ITabComboVal .btn-info span,
  .fepH1ITabComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 38px !important;
    line-height: 42px !important;
  }
  .fepH2Tab,
  .fepH2Tab input,
  .fepH2Tab span,
  .fepH2Tab a,
  .fepH2TabLab span,
  .fepH2TabVal .fepString,
  .fepH2TabComboVal .btn-info span,
  .fepH2TabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .fepH2BTab,
  .fepH2BTab input,
  .fepH2BTab span,
  .fepH2BTab a,
  .fepH2BTabLab span,
  .fepH2BTabVal .fepString,
  .fepH2BTabComboVal .btn-info span,
  .fepH2BTabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .fepH2ITab,
  .fepH2ITab input,
  .fepH2ITab span,
  .fepH2ITab a,
  .fepH2ITabLab span,
  .fepH2ITabVal .fepString,
  .fepH2ITabComboVal .btn-info span,
  .fepH2ITabComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .fepH3Tab,
  .fepH3Tab input,
  .fepH3Tab span,
  .fepH3Tab a,
  .fepH3TabLab span,
  .fepH3TabVal .fepString,
  .fepH3TabComboVal .btn-info span,
  .fepH3TabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 26px !important;
    line-height: 42px !important;
  }
  .fepH3BTab,
  .fepH3BTab input,
  .fepH3BTab span,
  .fepH3BTab a,
  .fepH3BTabLab span,
  .fepH3BTabVal .fepString,
  .fepH3BTabComboVal .btn-info span,
  .fepH3BTabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 26px !important;
    line-height: 42px !important;
  }
  .fepH3ITab,
  .fepH3ITab input,
  .fepH3ITab span,
  .fepH3ITab a,
  .fepH3ITabLab span,
  .fepH3ITabVal .fepString,
  .fepH3ITabComboVal .btn-info span,
  .fepH3ITabComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 26px !important;
    line-height: 42px !important;
  }
  .fepH4Tab,
  .fepH4Tab input,
  .fepH4Tab span,
  .fepH4Tab a,
  .fepH4TabLab span,
  .fepH4TabVal .fepString,
  .fepH4TabComboVal .btn-info span,
  .fepH4TabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .fepH4BTab,
  .fepH4BTab input,
  .fepH4BTab span,
  .fepH4BTab a,
  .fepH4BTabLab span,
  .fepH4BTabVal .fepString,
  .fepH4BTabComboVal .btn-info span,
  .fepH4BTabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .fepH4ITab,
  .fepH4ITab input,
  .fepH4ITab span,
  .fepH4ITab a,
  .fepH4ITabLab span,
  .fepH4ITabVal .fepString,
  .fepH4ITabComboVal .btn-info span,
  .fepH4ITabComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .fepH5Tab,
  .fepH5Tab input,
  .fepH5Tab span,
  .fepH5Tab a,
  .fepH5TabLab span,
  .fepH5TabVal .fepString,
  .fepH5TabComboVal .btn-info span,
  .fepH5TabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .fepH5BTab,
  .fepH5BTab input,
  .fepH5BTab span,
  .fepH5BTab a,
  .fepH5BTabLab span,
  .fepH5BTabVal .fepString,
  .fepH5BTabComboVal .btn-info span,
  .fepH5BTabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .fepH5ITab,
  .fepH5ITab input,
  .fepH5ITab span,
  .fepH5ITab a,
  .fepH5ITabLab span,
  .fepH5ITabVal .fepString,
  .fepH5ITabComboVal .btn-info span,
  .fepH5ITabComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .fepH6Tab,
  .fepH6Tab input,
  .fepH6Tab span,
  .fepH6Tab a,
  .fepH6TabLab span,
  .fepH6TabVal .fepString,
  .fepH6TabComboVal .btn-info span,
  .fepH6TabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 18px !important;
    line-height: 42px !important;
  }
  .fepH6BTab,
  .fepH6BTab input,
  .fepH6BTab span,
  .fepH6BTab a,
  .fepH6BTabLab span,
  .fepH6BTabVal .fepString,
  .fepH6BTabComboVal .btn-info span,
  .fepH6BTabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 18px !important;
    line-height: 42px !important;
  }
  .fepH6ITab,
  .fepH6ITab input,
  .fepH6ITab span,
  .fepH6ITab a,
  .fepH6ITabLab span,
  .fepH6ITabVal .fepString,
  .fepH6ITabComboVal .btn-info span,
  .fepH6ITabComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 18px !important;
    line-height: 42px !important;
  }
  .fepH7Tab,
  .fepH7Tab input,
  .fepH7Tab span,
  .fepH7Tab a,
  .fepH7TabLab span,
  .fepH7TabVal .fepString,
  .fepH7TabComboVal .btn-info span,
  .fepH7TabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .fepH7BTab,
  .fepH7BTab input,
  .fepH7BTab span,
  .fepH7BTab a,
  .fepH7BTabLab span,
  .fepH7BTabVal .fepString,
  .fepH7BTabComboVal .btn-info span,
  .fepH7BTabComboVal .fepDropDownListNoPad span {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .fepH7ITab,
  .fepH7ITab input,
  .fepH7ITab span,
  .fepH7ITab a,
  .fepH7ITabLab span,
  .fepH7ITabVal .fepString,
  .fepH7ITabComboVal .btn-info span,
  .fepH7ITabComboVal .fepDropDownListNoPad span {
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .fepIMGSizeTab10 span,
  .fepIMGSizeTab10 label {
    font-size: 10px !important;
    line-height: 10px!important;
  }
  .fepIMGSizeTab16 span,
  .fepIMGSizeTab16 label {
    font-size: 16px !important;
    line-height: 16px!important;
  }
  .fepIMGSizeTab20 span,
  .fepIMGSizeTab20 label {
    font-size: 20px !important;
    line-height: 20px!important;
  }
  .fepIMGSizeTab24 span,
  .fepIMGSizeTab24 label {
    font-size: 24px !important;
    line-height: 24px!important;
  }
  .fepIMGSizeTab36 span,
  .fepIMGSizeTab36 label {
    font-size: 36px !important;
    line-height: 36px!important;
  }
  .fepIMGSizeTab48 span,
  .fepIMGSizeTab48 label {
    font-size: 48px !important;
    line-height: 48px!important;
  }
  .fepIMGSizeTab48 .fepImageLink {
    margin-top: 15px!important;
  }
  .fepIMGSizeTab64 span,
  .fepIMGSizeTab64 label {
    font-size: 64px !important;
    line-height: 64px!important;
  }
  .fepIMGSizeTab64 .fepImageLink {
    margin-top: 20px!important;
  }
  .fepImgPosTabL span,
  .fepTextPosTabL span,
  .fepImgPosTabL label {
    text-align: left!important;
  }
  .fepImgPosTabC span,
  .fepTextPosTabC span,
  .fepImgPosTabC label {
    text-align: center!important;
  }
  .fepImgPosTabR span,
  .fepTextPosTabR span,
  .fepImgPosTabR label {
    text-align: right !important;
  }
  .fepTextVertTabT .fepConLab,
  .fepTextVertTabC .fepConLab,
  .fepTextVertTabB .fepConLab {
    display: table!important;
  }
  .fepTextVertTabT .fepLabelPanel {
    vertical-align: top!important;
    display: table-cell !important;
  }
  .fepTextVertTabC .fepLabelPanel {
    vertical-align: middle!important;
    display: table-cell !important;
  }
  .fepTextVertTabB .fepLabelPanel {
    vertical-align: bottom!important;
    display: table-cell !important;
  }
  .fepImgVertTabT .fepIMGDottedCircle {
    display: flex;
    align-items: flex-start;
    height: 100%;
  }
  .fepImgVertTabC .fepIMGDottedCircle {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .fepImgVertTabB .fepIMGDottedCircle {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  .fepDesImage.fepDesImageBubble .fepIMGDottedCircle {
    align-items: center;
    height: 200px!important;
  }
  .fepDesImage.fepDesImageBubble.fepImgVertTabT {
    display: flex;
    align-items: flex-start;
  }
  .fepDesImage.fepDesImageBubble.fepImgVertTabC {
    display: flex;
    align-items: center;
  }
  .fepDesImage.fepDesImageBubble.fepImgVertTabB {
    display: flex;
    align-items: flex-end;
  }
  .fepAuthorizationAccept,
  .fepAuthorizationCancel,
  .fepAuthorizationInput,
  .fepAuthorizationValid {
    width: 39.13% !important;
  }
  .fepPreview:before {
    background-image: url("../../Images/PreviewTablet.png") !important;
  }
  /*CENTER FOR INFOMESSAGE, VALUEASLABEL START*/
  .fepTextVertTabC div,
  .fepTextVertTabC.fepDesFreeText .fepConLab .fepLabelPanel,
  .fepTextVertTabC.fepInlineCont .fepConLab .fepLabelPanel {
    height: 100%;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }
  .fepTextVertTabC .fepInfoMessage,
  .fepTextVertTabC .fepTextInput {
    display: table;
  }
  .fepTextVertTabC .fepTextInput {
    position: static!important;
  }
  .fepTextVertTabC .fepInfoMessage .fepLabelPanel,
  .fepTextVertTabC .fepTextInput span {
    display: table-cell;
    vertical-align: middle!important;
    height: 100%;
  }
  .fepTextVertTabC .fepConLab {
    display: table;
  }
  /*CENTER FOR INFOMESSAGE VALUEASLABEL END*/
}
.fepTabs .fepTabsHeader {
  margin-top: 32px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fepTabs .fepTabsHeader .owl-item:first-of-type .fepTabsLabel {
  margin-left: 0px !important;
}
.fepTabs .fepTabsHeader .owl-item:last-of-type .fepTabsLabel {
  margin-right: 0px !important;
}
.fepTabs .fepTabsHeader .row > .fepTabsLabel:first-of-type {
  margin-left: 0px !important;
}
.fepTabs .fepTabsHeader .row > .fepTabsLabel:last-of-type {
  margin-right: 0px !important;
}
.fepTabs .fepTabsHeader .fepTabsLabel {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 19px !important;
  margin-right: 19px !important;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  flex-direction: column;
}
.fepTabs .fepTabsHeader .fepTabsLabel .fepConLab,
.fepTabs .fepTabsHeader .fepTabsLabel .fepConLab span {
  color: #9a9a9a !important;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  white-space: nowrap;
}
.fepTabs .fepTabsHeader .fepTabsLabel.active {
  border-bottom-color: #0076c1 !important;
}
.fepTabs .fepTabsHeader .fepTabsLabel.active .fepConLab,
.fepTabs .fepTabsHeader .fepTabsLabel.active .fepConLab span {
  color: #030303 !important;
}
.fepTabs .fepTabsHeader .fepTabsLabel:hover {
  border-bottom-color: #0076c1 !important;
}
.fepTabs .fepTabsHeader .fepTabsLabel .fepConLab .fepLabelPanel {
  padding-bottom: 7px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fepTabs .fepTabsHeader .fepTabsLabel .fepConLab .fepLabelPanel {
    padding-bottom: 8px !important;
  }
}
.fepTabs .fepTabsHeader > .row {
  border-bottom: none !important;
  margin-left: 19px !important;
  margin-right: 19px !important;
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  width: 100%;
  overflow: hidden;
}
.fepTabs .fepTabsHeader > .row:not(.owl-drag) {
  width: auto !important;
  border-bottom: 1px solid #dadada !important;
}
.fepTabs .fepTabsItem {
  display: none;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fepTabs .fepTabsItem.active {
  display: block;
}
.fepTabs .is-sticky > .row {
  z-index: 100 !important;
  background-color: white;
}
.fepTabs .is-sticky > .row > .fepTabsHeader {
  margin-top: 16px;
}
.fepTabs .is-sticky > .row > .fepTabsHeader > .row {
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.fepTabs .sticky-wrapper {
  margin-bottom: 32px;
}
.fepTabs .owl-dots,
.fepTabs .owl-nav {
  display: none !important;
}
.fepTabs .owl-stage-outer {
  overflow: hidden;
}
.fepTabs .owl-stage {
  display: flex;
}
.fepTabs .owl-item {
  border-bottom: 1px solid #dadada;
}
@media (max-width: 767px) {
  .fepTabs .fepTabsHeader {
    margin-top: 8px;
  }
  .fepTabs .fepTabsHeader > .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .fepTabs .fepTabsItem {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.fepTableButton {
  position: absolute !important;
  top: 0px;
  right: 0px;
  height: 100%;
}
.fepTableButton > .row {
  padding: 0 !important;
  height: 100%;
}
.fepTableButton > .row > div:not(.fepDesButton) {
  display: none !important;
}
.fepTableButton .fepDesButton {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 50%;
}
.fepTableButton .fepDesButton > div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fepTableButton .fepDesButton div {
  height: 100% !important;
}
.fepTableButton .fepButtCust {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  color: #0076c1 !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding: 0px !important;
  font-size: 13px;
  height: auto !important;
  width: auto !important;
  display: inline !important;
  border: 0px !important;
}
.fepTableButton .fepButtCust:active,
.fepTableButton .fepButtCust:focus,
.fepTableButton .fepButtCust:hover {
  color: #0076c1 !important;
}
.fepTableButton .fepButtCust.fepDisabled,
.fepTableButton .fepButtCust:disabled {
  color: #808080 !important;
}
.fepTableButton .fepColPad > div {
  padding: 0px !important;
}
.fepTableButtonNew {
  height: 100%;
  border-bottom: 1px solid #DDD;
}
.fepTableButtonNew > .row {
  height: 100%;
}
.feptable .fepTableItem {
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-top: none !important;
}
.feptable .fepTableItem > .row > .col-0,
.feptable .fepTableItem > .row > .col-sm-0,
.feptable .fepTableItem > .row > .col-lg-12 {
  min-height: 0px !important;
}
.feptable .fepTableItem .fepConfirmText {
  border: none !important;
  background-color: transparent !important;
}
.feptable .fepTableItem .fepConfirmCb {
  background-color: transparent !important;
}
.feptable .fepTableItem ~ .fepTableItem {
  border-top: none;
}
.feptable .fepTableItemActive {
  border-top: 1px solid #DDD;
}
.feptable .fepTableItemActive > div > .fepTableHeader,
.feptable .fepTableItemActive > div > .fepTableButton {
  display: none !important;
}
.feptable .fepTableItemActive > .row > .fepTableHeader {
  border-bottom: 1px solid #DDD;
}
.feptable .fepTableItemActive > .row > .fepTableHeader .fepTableButton .fepDesButton .fepButtCust {
  display: none;
}
.feptable .fepTableItemActive > .row > .fepTableHeader .fepTableButton .fepDesButton ~ .fepDesButton .fepButtCust {
  display: inline-block;
}
.feptable .fepTableItemActive > .row > .fepTableButton.fepTableButtonNew .fepButtCust {
  display: none !important;
}
.feptable .fepTableItemActive .fepCustReqBcg {
  background-color: transparent;
}
.feptable .fepTableItemActive .fepRadioText {
  max-height: 50px !important;
  padding-bottom: 10px !important;
}
.feptable .fepTableItemActive .fepSepType0 .fepemptySeparatorCell {
  height: 12px;
  margin-bottom: 10px;
}
.feptable .fepTableItemActive .fepSepType1 .fepemptySeparatorCell {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.feptable .fepTableItemWithoutHeader {
  /*border-bottom: 1px solid @fepGrayhover !important;*/
  border-top: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.feptable .fepTableItemWithoutHeader > .row > .fepTableBody {
  background-image: none !important;
  display: block !important;
}
.feptable .fepTableItemWithoutHeader > .row > .fepTableBody .row {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.feptable .fepTableItemWithoutHeader > .row > .fepTableBody .row .fepColPad > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fepTableNoVisible {
  display: none;
}
.fepDesRegion .fepDesRegion.fepColPad.fepTableButton {
  margin-top: 0px !important;
}
.fepTableHeader {
  min-height: 70px !important;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #DDD;
}
.fepTableHeader > .row {
  display: flex !important;
  width: 100%;
  align-items: center;
}
.fepTableHeader .fepValidBackground {
  display: none;
}
.fepTableHeader .fepGridMinSpace {
  min-height: 0px !important;
}
.fepTableHeader .icheckbox_minimal {
  background-color: white;
}
.fepTableHeader .fepQuestion {
  display: none !important;
}
.fepTableHeader .fepLongString,
.fepTableHeader .fepTextInput,
.fepTableHeader .fepLabelPanel {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
  line-height: 1.5 !important;
  top: 0 !important;
}
.fepTableHeader .fepTableButton > .row {
  width: 100%;
  height: 100%;
}
.fepTableHeader .fepTableButton > .row > .col-0 {
  display: none;
}
.fepTableHeader .fepTableButton > .row > .col-sm-0 {
  display: none;
}
.fepTableWithHeader .fepTableNagNew > .row,
.fepTableHeaderNew {
  width: 82%;
}
.fepTableWithHeader .fepTableBody {
  display: none;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
}
.fepTableNag {
  min-height: 0px !important;
  margin-top: 20px;
  border-bottom: 1px solid #000000;
}
.fepTableNag.empty {
  height: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.fepTableNag.fepDesRegion {
  background-clip: padding-box !important;
}
.fepTableNag .fepGridMinSpace {
  min-height: 0px !important;
}
.fepTableNag .control-label {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.fepTableNag .control-label > span {
  line-height: 50px !important;
}
.fepTableNavControl {
  display: none;
}
.fepTableUniqueRadio .fepRadioText {
  padding-top: 6px !important;
}
.fepDesRegion.fepVertDist24 .fepButtCust.fepTabButt {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.fepTableButton .fepDesRegion.fepVertDist24 .fepSaveBtnPanel .fepButtCust.fepTabButt,
.fepTableButton .fepDesRegion.fepVertDist24 .fepButtCust.fepButtCust.fepTabButt,
.fepDesRegion.fepVertDist24 .fepTableButton .fepSaveBtnPanel .fepButtCust.fepTabButt,
.fepDesRegion.fepVertDist24 .fepTableButton .fepButtCust.fepButtCust.fepTabButt {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.fepDesRegion.fepVertDist24 .fepSaveBtnPanel .fepButtCust.fepTabButt,
.fepDesRegion.fepVertDist24 .fepButtCust.fepButtCust.fepTabButt {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.feptableborder {
  border: 1px solid Orange;
  height: 100%;
  margin-bottom: 30px;
}
.feptableborder div {
  border: 2px solid black;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .fepDesignTable {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fepTableNag {
    display: none !important;
  }
  .fepTableHeader {
    height: auto;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .fepTableHeader > .row > div {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .fepTableButton {
    position: relative !important;
    width: 100%;
    height: auto;
    padding-bottom: 10px !important;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
  }
  .fepTableButton > .row {
    justify-content: flex-start;
  }
  .fepTableButton .fepDesButton {
    width: auto !important;
  }
  .fepTableButton .fepDesButton > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .fepTableItem {
    border: none !important;
    margin-bottom: -1px;
    margin-top: 0px !important;
  }
  .fepTableNavControl {
    display: inline-block;
  }
}
/** Rejestry */
.fepWizDialog .ModalBackground + div {
  width: 100vw !important;
  height: 100vh;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  position: fixed !important;
  z-index: 1001;
}
.DynUIDialogAreaLayout {
  display: block;
  max-width: 90vw;
  overflow-y: hidden;
  background-color: #FCFCFC !important;
  margin: 10vh auto;
  color: #201c17;
  border: 2px solid #f5f5f5;
}
.DynUIDialogAreaLayout table,
.DynUIDialogAreaLayout tbody,
.DynUIDialogAreaLayout tr,
.DynUIDialogAreaLayout td {
  display: block;
}
.DynUIDialogAreaLayout a {
  color: #0076c1;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody,
.DynUIDialogAreaLayout .DynUIListData tbody {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.DynUIDialogAreaLayout input[type="text"] {
  box-shadow: none;
  border-radius: 5px;
  border: 2px solid #cacaca;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.DynUIDialogAreaLayout input[type="text"]:focus {
  border: 1px #0076C1 solid;
}
.DynUIDialogAreaLayout .DialogTitle .DialogTitle {
  height: 30px;
  background-color: white;
}
.DynUIDialogAreaLayout .DialogTitle table:first-child {
  height: 0;
}
.DynUIDialogAreaLayout .DialogTitle div:first-of-type {
  text-align: right;
  color: transparent;
  height: 35px;
}
.DynUIDialogAreaLayout .DialogTitle .DynUIDlgTitleM span {
  line-height: 23px;
}
.DynUIDialogAreaLayout .DialogTitle .DynUIDlgTitleR {
  display: none;
}
.ToolButton.ImageTextButton.btnClose {
  color: #201c17 !important;
  font-family: arial, sans-serif;
  font-size: 20px;
}
.DynUIDialogAreaLayout .DialogTitle tbody .DynUIDlgTitleM {
  text-align: center;
}
.DynUIDialogAreaLayout tbody tr:first-child {
  min-height: 20px;
}
.DynUIDialogAreaLayout .bcolor .DynUISearchParams {
  background-color: #f5f5f5;
}
.DynUIDialogAreaLayout .bcolor .DynUISearchParams label {
  font-weight: normal;
}
.DynUIDialogAreaLayout .DynUICloseDialogBtn {
  vertical-align: middle;
  cursor: pointer;
  margin-top: 2px;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr {
  align-items: center;
  margin-bottom: 8px !important;
  margin-top: 12px !important;
  display: flex;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr td {
  padding-left: 10px !important;
  width: auto !important;
  text-align: left;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(3) td:nth-child(4) {
  margin-left: 20px !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody .CL.DynUISpOp {
  display: none !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody .CV .rd tr {
  display: block;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody .CV .rd tr td {
  width: auto !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody .CV input {
  font-size: 14px !important;
  padding-left: 6px !important;
  height: 25px !important;
  width: auto !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:first-child td:nth-child(4) {
  display: block;
  margin-left: 20px;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:first-child td:last-child {
  margin-left: 0;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(2) {
  margin-left: 0 !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(2) td:nth-child(3) {
  margin-left: 4px;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(2) td:nth-child(4) {
  margin-left: 20px !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(2) td:nth-child(1) {
  margin-left: auto;
  min-width: 50px !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(2) .ms-parent {
  display: flex;
  height: 25px;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(2) .ms-drop.bottom {
  width: 320px;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(2) .ms-drop.bottom ul {
  display: flex;
  justify-content: space-between;
  height: 25px;
  align-items: center;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(2) .ms-drop.bottom ul li {
  height: 25px;
  line-height: 24px;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(4) {
  display: flex;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(4) td:nth-child(4) {
  margin-left: 20px !important;
  min-width: 50px !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(4) td:last-child td div {
  margin-right: 10px;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(5) td:nth-child(4) {
  padding-left: 40px !important;
  min-width: 50px !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(6) td:nth-child(1) {
  padding-left: 40px !important;
  min-width: 50px !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:nth-child(6) td:nth-child(4) {
  padding-left: 40px !important;
  min-width: 50px !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody tr:last-child .CL.DynUISpLbl {
  min-width: 50px !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody .DynUISPFromTo TD.DynUISPPUBtn {
  width: auto;
  padding-left: 0px !important;
}
.DynUIDialogAreaLayout .DynUISearchParams tbody .DynUISPFromTo TD.DynUISPPUBtn input {
  padding-left: 6px !important;
}
#ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_imgSetFavSearchDrop {
  display: none;
}
#ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_dynSearch_dicSP {
  overflow-y: scroll;
  max-height: 15vh;
}
#ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_dynSearch_booldoPodpisu {
  white-space: nowrap;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody {
  background-color: #FCFCFC;
  text-align: right;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody input[type="submit"] {
  display: block;
  height: 40px;
  padding-top: 4px;
  color: #201c17 !important;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #FCFCFC;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody tr {
  display: flex;
  padding: 0 2px;
  height: 40px;
  justify-content: space-between;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody td:nth-of-type(2) {
  line-height: 40px;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody #ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_divSearchControlsToolbar {
  position: relative;
  display: flex;
  color: transparent;
  height: 100%;
  align-items: center;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody #ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_divSearchControlsToolbar a:first-of-type {
  display: none;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody #ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_divSearchControlsToolbar a:nth-of-type(3) {
  position: absolute;
  left: 5px;
  top: 0px;
  padding-top: 9px;
  font-size: 20px;
  width: 10px;
  height: 10px;
  color: #201c17;
  text-decoration: none;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody .ALNavBar {
  display: flex;
  align-items: center;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody .ALNavBar input {
  width: 16px;
  height: 16px;
  cursor: pointer !important;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody .ToolButton.ImageTextButton.btnRefresh,
.DynUIDialogAreaLayout .DynUISearchToolbar tbody .ToolButton.fa.fa-undo {
  display: none;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody .NavButton.NavButtonFirst {
  background-image: url("Images/navFirst.gif");
  margin-left: 5px;
  margin-top: 2px;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody .NavButton.NavButtonPrev {
  background-image: url("Images/navPrev.gif");
  margin-right: 5px;
  margin-top: 2px;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody .NavButton.NavButtonNext {
  background-image: url("Images/navNext.gif");
  margin-left: 3px;
  margin-top: 2px;
}
.DynUIDialogAreaLayout .DynUISearchToolbar tbody .NavButton.NavButtonLast {
  background-image: url("Images/navLast.gif");
  margin-right: 3px;
  margin-top: 2px;
}
.DynUIDialogAreaLayout .DynUIListData {
  height: 400px;
  background-color: #f5f5f5;
}
.DynUIDialogAreaLayout .DynUIListData tbody {
  overflow: scroll;
  position: relative;
  height: 400px;
  align-content: flex-start;
}
.DynUIDialogAreaLayout .DynUIListData tr {
  display: flex;
  flex-basis: 100%;
  text-align: center;
  align-items: center;
  height: 34px;
}
.DynUIDialogAreaLayout .DynUIListData tr td {
  padding: 2px 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  border-right: 2px solid #f8f8f8;
}
.DynUIDialogAreaLayout .DynUIListData tr td div {
  padding: 0 2px;
}
.DynUIDialogAreaLayout .DynUIListData tr:first-child {
  font-weight: bolder;
  height: auto;
}
.DynUIDialogAreaLayout .DynUIListData tr:first-child td div {
  padding: 0;
  white-space: normal !important;
  padding-left: 2px;
  text-align: left;
}
.DynUIDialogAreaLayout .DynUIListData tr:first-child a {
  color: #4e4e4e;
}
.DynUIDialogAreaLayout .DynUIListData tr:nth-child(even) {
  background-color: #eeeeee;
}
.DynUIDialogAreaLayout .DynUIListData tr td > div.GCDiv {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.DynUIDialogAreaLayout div.DynUIToolbar {
  height: 10px;
  text-align: right;
}
.DynUIDialogAreaLayout div.DynUIToolbar a.fepDynUICloseButton,
.DynUIDialogAreaLayout div.DynUIToolbar a.DynUIMenuCmdNoBtn {
  display: none;
}
.DynUIDialogAreaLayout div.DynUIToolbar .DynUIMenuItem {
  display: none;
}
.DynUIDialogAreaLayout div.DynUIToolbar table {
  display: none;
}
.DynUIDialogAreaLayout .DynUIToolbar.DynUISubmenu {
  position: relative !important;
}
.DynUIDialogAreaLayout .bcolor .DynUIFooterCloseBtn.ToolButton {
  display: none;
}
#ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_FavSearchToolbarMenu a:nth-child(2) {
  display: inline-block;
  padding: 4px 8px;
  color: #201c17;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
  max-width: 80px;
  border: 1px solid #808080;
  text-decoration: none;
  border-radius: 4px;
}
.DynUISearchParams #ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_dynSearch_tableSearchParams {
  table-layout: fixed;
  min-width: 400px;
  max-width: 100%;
}
.DynUISearchParams #ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_dynSearch_dicSP > table {
  max-height: none;
  overflow-y: hidden;
}
.DynUISearchParams div.DynUISearchParams table {
  width: 100%;
}
.DynUISearchParams div.DynUISearchParams td.CV INPUT {
  width: 100%;
}
.DynUISearchParams div.DynUISearchParams SELECT {
  width: 100%;
  border: 0px;
}
.DynUISearchParams div.DynUISearchParams CV {
  height: 19px !important;
}
.DynUISearchParams div.DynUISearchParams td.CV {
  white-space: nowrap;
}
.DynUISearchParams div.DynUISearchParams td.CL {
  white-space: nowrap;
}
.DynUISearchParams TD.DynUISpOp {
  border-left-width: 0;
}
.DynUISearchParams TABLE.DynUISPFromTo {
  table-layout: fixed;
  width: 100%;
}
.DynUISearchParams table[id=ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_dynSearch_tableSearchParams] .ms-choice {
  border-color: #ccc !important;
  height: 25px !important;
  border-style: solid;
  border-width: 1px;
}
.DynUISearchParams table[id=ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_dynSearch_tableSearchParams] input {
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .DynUISearchParams table [id=ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_dynSearch_tableSearchParams] tr {
    display: block;
  }
  .DynUISearchParams table[id=ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_dynSearch_tableSearchParams] {
    display: block;
  }
}
.DynUISearchParams table[id=ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_dynList_dlList] {
  width: 100% !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .DynUISearchParams .CL.DynUISpLbl {
    width: 7% !important;
  }
}
.DynUISearchParams .DynUISPFromTo td:first-of-type {
  padding-left: 0px !important;
}
#ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_divList .DynUIToolbar {
  display: none;
}
#ctl00_CPH_ctlDynUISearchListDlg_DynamicUISearchList_dynSearch_booldoPodpisu .iradio_flat {
  margin: 5px;
}
.DynUIDialogAreaLayout .DynUIListData tr:first-child td {
  position: relative;
}
.DynUIDialogAreaLayout .DynUIListData tr:first-child td .GCResizeHandleDiv {
  cursor: ew-resize;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 10px !important;
  transform: translateX(50%);
}
.DynUICalendar.ajax__calendar {
  display: flex;
}
.DynUICalendar.ajax__calendar .ajax__calendar_body {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.ajax__calendar_days,
.ajax__calendar_months,
.ajax__calendar_years {
  width: 100% !important;
  height: 100% !important;
  display: flex;
}
.DynUICalendar.ajax__calendar .ajax__calendar_container {
  display: flex;
  flex-direction: column;
}
.DynUICalendar.ajax__calendar .ajax__calendar_body thead {
  display: flex;
}
.DynUICalendar.ajax__calendar .ajax__calendar_body thead tr {
  justify-content: space-evenly;
  flex-shrink: 0;
  min-height: 0;
  width: 100%;
}
.DynUICalendar.ajax__calendar .ajax__calendar_body tbody tr {
  text-align: center;
}
.DynUICalendar.ajax__calendar .ajax__calendar_body .ajax__calendar_months tbody tr {
  flex-grow: 1;
  justify-content: space-evenly;
}
.DynUICalendar.ajax__calendar .ajax__calendar_body .ajax__calendar_years tbody tr {
  flex-grow: 1;
  justify-content: space-evenly;
}
.DynUIDialogAreaLayout .DynUISearchParams .DynUICalendar.ajax__calendar .ajax__calendar_body thead tr td,
.DynUIDialogAreaLayout .DynUISearchParams .DynUICalendar.ajax__calendar .ajax__calendar_body tbody tr td {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.DynUIDialogAreaLayout .DynUISearchParams .DynUICalendar.ajax__calendar .ajax__calendar_body tbody tr td {
  height: 20px;
  width: 35px !important;
}
.DynUIDialogAreaLayout .DynUISearchParams .DynUICalendar.ajax__calendar .ajax__calendar_body .ajax__calendar_months tbody tr td {
  height: 40px;
  width: auto !important;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.DynUIDialogAreaLayout .DynUISearchParams .DynUICalendar.ajax__calendar .ajax__calendar_body .ajax__calendar_years tbody tr td {
  height: 40px;
  width: auto !important;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.DynUIDialogAreaLayout .DynUISearchParams .DynUICalendar.ajax__calendar .ajax__calendar_body tbody tr td {
  height: 20px;
  width: 35px !important;
}
.ajax__calendar_footer.ajax__calendar_today {
  padding-top: 0px;
}
.ajax__calendar .ajax__calendar_day {
  text-align: center !important;
  width: 100%;
  height: 100%;
}
.ajax__calendar_dayname {
  width: 35px !important;
  height: 20px !important;
  text-align: center !important;
}
.ajax__calendar_month br,
.ajax__calendar_year br {
  display: none;
}
.ajax__calendar_months .ajax__calendar_month,
.ajax__calendar_years .ajax__calendar_year {
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  align-content: center;
  display: inherit;
  flex-wrap: wrap;
  justify-content: center;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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 #eeeeee;
  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;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  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: #ffffff;
}
/* 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";
}
/*icheck.less START*/
.icheckbox_flat,
.iradio_flat {
  background: url(Images/icheck3.png) no-repeat;
}
/* iCheck plugin flat skin */
.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  cursor: pointer;
}
.iCheck-helper {
  top: -1px !important;
  bottom: -1px;
  left: -1px !important;
  right: -1px;
}
.icheckbox_minimal input[type="checkbox"] {
  display: none;
}
.iradio_flat {
  background: none;
  background-color: white;
  border: 1px solid #BBB;
  border-radius: 50%;
}
.iradio_flat input {
  display: none !important;
}
.iradio_flat.checked {
  background-color: white!important;
  background-size: 7px!important;
  background-position: center center;
}
.iradio_flat:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  display: block;
  color: #0076c1;
  background-color: #0076c1;
  transform: scale(0);
}
.iradio_flat.checked:before {
  transform: scale(1);
}
.iradio_flat.disabled,
.iradio_flat.checked.disabled {
  background-color: #DDD !important;
  border-color: #DDD !important;
  cursor: default;
}
.iradio_flat:hover,
.iradio_flat.OnRadioFocus {
  border-color: #DDD !important;
}
.iradio_flat.disabled:hover,
.iradio_flat.checked.disabled:hover {
  border-color: #DDD!important;
}
/* iCheck plugin Minimal skin */
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background: none;
  width: 15px;
  height: 15px;
  background-color: white;
  border: 1px solid #bbbbbb;
  cursor: pointer;
}
.icheckbox_minimal:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background: url(Images/icheck3.png) no-repeat;
  transform: scale(0);
}
.icheckbox_minimal.checked:before {
  transform: scale(1);
}
.fepBool .icheckbox_minimal {
  width: 15px;
  height: 15px;
}
.icheckbox_minimal.checked {
  background-color: #0076c1!important;
  background-size: 15px 10px;
  background-position: center center;
  border-color: #0076c1!important;
}
.fepBool .icheckbox_minimal:hover,
.fepBool .icheckbox_minimal.OnRadioFocus,
.icheckbox_minimal:hover,
.icheckbox_minimal.OnRadioFocus {
  border-color: #808080 !important;
}
.fepBool .icheckbox_minimal.checked:hover,
.fepBool .icheckbox_minimal.checked.OnRadioFocus,
icheckbox_minimal.checked.OnRadioFocus,
.icheckbox_minimal.checked:hover {
  border-color: #0076c1 !important;
}
.icheckbox_minimal.disabled,
.icheckbox_minimal.checked.disabled,
.icheckbox_minimal.disabled:hover,
.icheckbox_minimal.disabled.checked:hover,
.icheckbox_minimal.disabled:focus,
.icheckbox_minimal.disabled.checked:focus {
  border-color: #bbbbbb !important;
  cursor: default !important;
  background-color: #eeeeee;
}
.icheckbox_minimal.disabled,
.icheckbox_minimal.disabled:hover,
.icheckbox_minimal.disabled:focus {
  background: #EEEEEE !important;
}
.icheckbox_minimal.checked.disabled,
.icheckbox_minimal.checked.disabled:hover,
.icheckbox_minimal.checked.disabled:focus {
  background: url(Images/icheck3.png) no-repeat !important;
  background-color: #D7D7D7 !important;
  background-size: 12px 10px !important;
  background-position: center center !important;
}
/*icheck.less END*/
.datepick {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border: 1px solid #ccc !important;
  font-size: 14px !important;
  background-color: #eeeeee !important;
  /*border-radius:4px !important;*/
}
.datepick-ctrl {
  font-weight: normal !important;
  background-color: transparent !important;
  font-size: 14px !important;
}
.datepick-popup {
  border: 0px;
  border-radius: 4px !important;
  margin-top: -1px;
}
.datepick-nav {
  background-color: transparent !important;
  padding: 4px;
  font-weight: normal !important;
  border-top: 1px solid #ccc;
  font-size: 14px !important;
  text-align: center;
}
.datepick .datepick-nav {
  margin: 0 auto !important;
  position: relative;
  padding-right: 5px;
  left: -2px;
  width: 226px !important;
}
.datepick-nav a {
  padding-left: 2px;
  padding-right: 2px;
}
.datepick-cmd {
  width: auto !important;
}
.datepick-cmd:hover {
  background-color: transparent !important;
  color: #66afe9;
}
.datepick-cmd-next,
.datepick-cmd-current,
.datepick-cmd-today,
.datepick-cmd-prev {
  float: none !important;
}
.datepick-ctrl .datepick-cmd:hover {
  background-color: transparent !important;
  color: #66afe9;
}
.datepick-month {
  border: 0px;
}
.datepick-month table {
  padding-left: 10px !important;
  padding-right: 16px !important;
}
.datepick-month a,
.datepick-month span {
  padding: 0em !important;
}
.datepick-month-header {
  background-color: white !important;
  display: flex;
  justify-content: center;
}
.datepick-month-header select {
  border: 1px solid #ccc !important;
}
.datepick-month-header select.monthDropdown {
  margin-left: 31px;
  margin-right: 8px;
  min-width: 110px !important;
}
.datepick-month-header select.yearDropdown {
  margin-right: 29px;
  min-width: 82px !important;
}
.datepick-month-header select,
.datepick-month-header input {
  height: 33px;
  background-color: white !important;
  font-weight: normal !important;
  color: Black !important;
}
.datepick a {
  color: #000;
}
.datepick-month a:hover {
  border-color: #5eb2e7 !important;
  color: #222222 !important;
  border-radius: 5px !important;
}
.datepick-cmd.datepick-cmd-close {
  color: transparent !important;
  background-image: url(Images/closeMark1.png);
  background-size: 8px;
  background-position: right;
  background-repeat: no-repeat;
  margin-right: 8px;
  width: 10px !important;
  margin-top: 2px;
  margin-bottom: 13px;
}
.datepick-cmd.datepick-cmd-today {
  margin-bottom: 5px;
  padding-left: 7px;
  padding-top: 2px;
}
.datepick-month tbody {
  top: 3px;
  position: relative;
}
/* Default styling for jQuery Datepicker v5.0.0. */
.datepick {
  background-color: white !important;
  color: #000;
  border: 1px solid #444;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 90%;
  display: flex;
  flex-direction: column-reverse;
  width: 262px !important;
  border: solid 1px #cacaca !important;
  border-top: solid 1px #cacaca !important;
  border-radius: 0px !important;
  border-collapse: separate;
  border-spacing: 5px;
}
.datepick a {
  font-family: 'OpenSans' !important;
  font-size: 13px !important;
}
.datepick-rtl {
  direction: rtl;
}
.datepick-popup {
  z-index: 1000;
}
.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.datepick a {
  color: #0076c1;
  text-decoration: none;
}
.datepick a.datepick-disabled {
  color: #888;
  cursor: auto;
}
.datepick button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fcc;
  border: none;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-weight: bold;
}
.datepick-nav,
.datepick-ctrl {
  float: left;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
}
.datepick-ctrl {
  background-color: white !important;
}
.datepick-cmd {
  width: 30%;
}
.datepick-cmd:hover {
  background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
  background-color: #f08080;
}
.datepick-cmd-prevJump,
.datepick-cmd-nextJump {
  width: 8%;
}
a.datepick-cmd {
  height: 1.5em;
}
button.datepick-cmd {
  text-align: center;
}
.datepick-cmd-prev,
.datepick-cmd-prevJump,
.datepick-cmd-clear {
  float: left;
  padding-left: 2%;
}
.datepick-cmd-current,
.datepick-cmd-today {
  float: left;
  width: 35%;
  text-align: center;
}
.datepick-cmd-next,
.datepick-cmd-nextJump,
.datepick-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right;
}
.datepick-rtl .datepick-cmd-prev,
.datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right;
}
.datepick-rtl .datepick-cmd-current,
.datepick-rtl .datepick-cmd-today {
  float: right;
}
.datepick-rtl .datepick-cmd-next,
.datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left;
}
.datepick-month-nav {
  float: left;
  background-color: #777;
  text-align: center;
}
.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}
.datepick-month-nav span {
  color: #888;
}
.datepick-month-row {
  clear: left;
}
.datepick-month {
  float: left;
  width: 100%;
  text-align: center;
}
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: 33px;
  background-color: white;
  color: #fff;
  font-weight: bold;
}
.datepick-month-header select,
.datepick-month-header input {
  height: 1.4em;
  margin: 0em;
  padding: 0em;
  border: none;
  font-size: 100%;
}
.datepick-month-header input {
  position: absolute;
  display: none;
}
.datepick-month table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 4px !important;
  border-collapse: separate;
  border-spacing: 5px;
  padding-top: 5px;
  padding-left: 13px;
  padding-right: 13px;
}
.datepick-month thead {
  border-bottom: 1px solid #aaa;
}
.datepick-month th,
.datepick-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center;
}
.datepick-month th {
  border: 1px transparent;
}
.datepick-month th,
.datepick-month th a {
  background-color: white;
  height: 28px;
  color: black;
}
.datepick-month td {
  background-color: white;
  line-height: 16px !important;
  width: 28px !important;
  border-radius: 5px;
}
.datepick-month td a {
  border: 1px solid transparent !important;
}
.datepick-month td.datepick-week {
  border: 1px solid #777;
}
.datepick-month td.datepick-week * {
  background-color: #777;
  color: #fff;
  border: none;
}
.datepick-month a {
  display: inline-table;
  width: 28px;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.datepick-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
}
.datepick-month td span {
  color: #888;
}
.datepick-month td .datepick-other-month {
  background-color: #fff;
}
.datepick-month td .datepick-weekend {
  background-color: white;
}
.datepick-month td .datepick-today {
  background-color: #eeeeee !important;
  border-radius: 5px;
}
.datepick-month td .datepick-highlight {
  border-color: #5eb2e7 !important;
  background-color: white !important;
}
.datepick-month td .datepick-selected {
  background-color: #5db2e7 !important;
  color: #fff !important;
  border-radius: 5px;
}
.datepick-month th.datepick-week {
  background-color: #777;
  color: #fff;
}
.datepick-status {
  clear: both;
  background-color: #ddd;
  text-align: center;
}
.datepick-clear-fix {
  clear: both;
}
.datepick-cmd.datepick-cmd-prev {
  display: none;
}
.datepick-cmd.datepick-cmd-next {
  display: none;
}
.datepick-cmd.datepick-cmd-today {
  float: left !important;
}
.datepick-cmd.datepick-cmd-clear {
  display: none !important;
}
.datepick-month td .datepick-other-month {
  display: none !important;
}
.datepick-month-header select {
  width: auto !important;
  min-width: 30%;
  height: 33px !important;
  border-radius: 5px !important;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(Images/arrow-down.svg) no-repeat;
  background-position: 90%;
  background-size: 10px 10px;
}
.datepick-month-header select:focus {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  outline: none !important;
  border-color: #7a9cd3 !important;
}
.datepick-month a.CalendarSunday {
  color: #ca1332 !important;
}
.datepick-month td a.datepick-selected.CalendarSunday {
  color: #fff !important;
}
.datepick-dow-6,
.datepick-dow-0 {
  font-weight: bold !important;
}
.datepick-month table th::after {
  position: absolute;
  content: "";
  width: 226px !important;
  border-bottom: 1px solid #cacaca;
  left: 17px;
  height: 10px !important;
}
.datepick-nav {
  width: 228px !important;
  margin-left: 16px !important;
  padding-left: 0px !important;
}
.datepick-month-header select::-ms-expand {
  display: none !important;
}
.viewer {
  min-width: 550px;
  min-height: 600px;
  background-color: white;
  border: 1px solid #d8dbdf;
  position: relative;
  padding-bottom: 30px;
}
.wrapper {
  overflow: hidden;
  min-width: 550px;
  min-height: 600px;
  background-color: white;
  border: 1px solid #d8dbdf;
  position: relative;
}
.iviewer_common {
  Z-INDEX: 5000;
  BORDER-BOTTOM: #000 1px solid;
  POSITION: absolute;
  BORDER-LEFT: #000 1px solid;
  BOTTOM: 10px;
  HEIGHT: 28px;
  BORDER-TOP: #000 1px solid;
  BORDER-RIGHT: #000 1px solid;
}
.iviewer_cursor {
  CURSOR: url(Images/iviewer/hand.cur) 6 8, pointer;
}
.iviewer_drag_cursor {
  CURSOR: url(Images/iviewer/grab.cur) 6 8, pointer;
}
.iviewer_button {
  WIDTH: 28px;
  BACKGROUND-REPEAT: no-repeat;
  BACKGROUND-POSITION: center center;
  CURSOR: pointer;
}
.iviewer_zoom_in {
  BACKGROUND: url(Images/iviewer/iviewer.zoom_in.gif);
  LEFT: 20px;
}
.iviewer_zoom_out {
  BACKGROUND: url(Images/iviewer/iviewer.zoom_out.gif);
  LEFT: 55px;
}
.iviewer_zoom_zero {
  BACKGROUND: url(Images/iviewer/iviewer.zoom_zero.gif);
  LEFT: 90px;
}
.iviewer_zoom_fit {
  BACKGROUND: url(Images/iviewer/iviewer.zoom_fit.gif);
  LEFT: 125px;
}
.iviewer_zoom_status {
  TEXT-ALIGN: center;
  BACKGROUND-COLOR: #fff;
  WIDTH: 60px;
  FONT: 0.03571429em Sans;
  COLOR: #000;
  LEFT: 160px;
}
.iviewer_rotate_left {
  BACKGROUND: url(Images/iviewer/iviewer.rotate_left.png) #fff no-repeat center center;
  LEFT: 227px;
}
.iviewer_rotate_right {
  BACKGROUND: url(Images/iviewer/iviewer.rotate_right.png) #fff no-repeat center center;
  LEFT: 262px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.ffeTblManageRow {
  height: 18px;
  border: 1px solid #79a7e3;
  background-color: #e1eeff;
  background-image: url("Images/Default/bgMenuToolbar.gif");
  background-position-x: 50%;
  background-position-y: bottom;
  background-repeat: repeat-x;
}
.ffeTblManageRow TD {
  background-color: #e1eeff;
  height: 18px;
}
.sH {
  height: 18px;
  display: inline-block;
  border: 1px solid #d8dbdf;
  background-color: #e1eeff;
}
html {
  /*background-image: url('./Images/Desktop/background.png');*/
  /*background-repeat:repeat-x;
	background-position:left top;
	background-color:#75a2e2;*/
}
body {
  margin: 0px 3px 0px 0px;
  /*background-color: rgb(239, 238, 242); Transparent;*/
}
body,
li,
table td,
p,
div,
select,
button,
td,
input,
textarea {
  font-family: 'OpenSans', Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.ModalBackground {
  z-index: 1001;
  position: fixed !important;
  height: 100vh !important;
  width: 100vw !important;
  opacity: 0.3 !important;
  background-color: white !important;
  top: 0;
}
.pT {
  /*text-align:right; 
	background-image:url('Images/logo.png'); 
background-repeat:no-repeat;
	border-bottom: 2px solid #8ab2e6;
	background-repeat:no-repeat;
	background-color: #e1eeff;*/
  width: 100%;
  /*height: 100px;*/
}
div.pT table {
  text-align: right;
  width: 100%;
  white-space: nowrap;
  padding: 3px;
}
div.pT #lblProfile {
  display: inline;
  margin-right: 5px;
}
td.emptyleft {
  padding-right: 10px;
  width: 100%;
  vertical-align: middle;
}
td.messages {
  background-image: url('../../Images/Buttons/OpenMessageBar.png');
  background-position: top;
  background-repeat: no-repeat;
  width: 50px !important;
  vertical-align: middle;
  padding-left: 23px !important;
  padding-bottom: 6px !important;
}
td.emptyright {
  padding-right: 100px !important;
  vertical-align: middle;
}
td.flags {
  padding-right: 10px;
  width: 100px;
  vertical-align: middle;
}
td.version {
  display: none;
  width: 0px;
  vertical-align: bottom;
  padding-bottom: 5px;
  color: Silver;
}
div.pT #tableLoginM {
  width: 750px;
}
div.pT #divLoginUser {
  vertical-align: middle;
}
div.pT #divSessionInfo {
  font-size: smaller;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
div.pT #divLoginProfile {
  vertical-align: middle;
}
div.pT #divLogout {
  display: inline;
}
div.pT span.LabelUser {
  /*margin-left: 17px;*/
  text-transform: uppercase;
  font-weight: bold;
}
div.pT input {
  font-size: 7pt;
  margin-right: 3px;
  height: 16px;
}
div.pT select {
  font-size: 7pt;
  height: 16px;
  margin-right: 3px;
  background-color: Transparent;
  border: solid 0px;
}
td.LoginL {
  width: 0px;
}
td.LoginM {
  vertical-align: top;
}
td.LoginR {
  width: 0px;
}
td.LoginM table {
  padding-top: 0px;
}
div.pC {
  display: inline-block;
  width: 100%!important;
}
div.pFooter {
  padding-top: 5px;
  clear: left;
  display: block;
}
div.pFooter div.ffProductInfo {
  /*background-image:url('./Images/Default/hLine.png');*/
  background-position: right top;
  background-repeat: no-repeat;
  height: 12px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: Transparent;
  text-align: right;
  padding-top: 3px;
  padding-bottom: 10px;
  white-space: nowrap;
  display: block;
  /*float:left;*/
}
div.pFooter .ffProductWatermark {
  /*background-image:url('../../Images/Desktop/logoFerrytWatermark.png'); */
  height: 35px;
  background-position: right top;
  background-repeat: no-repeat;
  /*float:left;
	width:100%;*/
}
div.pFooter SELECT.ffThemeSelector {
  left: 15px;
  border: 0px;
  background-color: Transparent;
}
div.pHome {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 61px;
  background-color: transparent;
  z-index: 1000;
  cursor: pointer;
  cursor: hand;
}
#ctl00_uprM {
  margin: 0px auto;
  /*border: solid 3px #d73729; */
  /*padding: 10px 10px 0px 10px; */
  vertical-align: middle;
  position: fixed;
  height: 50px;
  background-color: Transparent;
  text-align: center;
  top: 50%;
  /*left:400px;*/
  /*width:100%;*/
  cursor: progress;
  z-index: 2147483647;
  width: 100%;
}
#ctl00_uprM table.uprMT {
  /*height:50px;
	color: White;*/
  left: 50%;
  margin-left: -50px;
}
#ctl00_uprM td.uprML {
  /*background-image:url('./Images/Desktop/bpProcessingL.png ');
	background-repeat:no-repeat;
	background-position: left top;*/
  background-color: Transparent;
  width: 50px;
}
#ctl00_uprM td.uprMM {
  /*background-image:url('./Images/Desktop/bpProcessingM.png ');
	background-repeat:repeat-x;*/
  text-align: left;
  display: none;
}
#ctl00_uprM td.uprMR {
  /*background-image:url('./Images/Desktop/bpProcessingR.png ');
	background-repeat:no-repeat;
	background-position: left top;*/
  /*background-color:Transparent;
	width:30px;*/
}
#ctl00_CPH_uprMB {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: Gray;
  filter: alpha(opacity=0);
  opacity: 100;
}
div.ErrorMessageMiddle {
  margin: 0px auto;
  border: solid 3px #d73729;
  padding: 10px 10px 0px 10px;
  vertical-align: middle;
  position: absolute;
  min-height: 70px;
  background-color: #e9ecfb;
  text-align: center;
  top: 220px;
  left: 130px;
  font: 15px Verdana;
  z-index: 100000;
}
div.ErrorMessage {
  margin: 0px auto;
  border: solid 3px #d73729;
  padding: 10px 10px 0px 10px;
  font: 15px Verdana;
  vertical-align: middle;
  height: 112px;
  background-color: #e9ecfb;
  text-align: center;
  white-space: nowrap;
}
div.CenteredMessage {
  margin: 0px auto;
  border: solid 3px #d73729;
  padding: 10px 10px 10px 10px;
  font: 15px Verdana;
  vertical-align: middle;
  position: absolute;
  background-color: #e9ecfb;
  text-align: center;
  top: 45%;
  /*margin-left: expression(this.offsetWidth < this.parentNode.offsetWidth ? parseInt((this.parentNode.offsetWidth - this.offsetWidth) / 2) + "px" : "0");*/
  width: 500px;
  z-index: 1;
}
TABLE {
  border-collapse: collapse;
}
TABLE.RBL {
  width: 100% !important;
  text-align: left;
}
TABLE.RBL INPUT {
  width: 15px !important;
  height: 15px !important;
}
TABLE.RBL LABEL {
  width: 100px !important;
}
.SF {
  background-color: #79a7e3;
  /*font-weight:bold;*/
  color: White;
  padding: 4px;
}
.ddlProfileBankOld {
  width: 0px;
  display: none;
}
div.BankProfiles {
  display: inline;
  font-size: 12pt;
}
TABLE.LogonDialog {
  width: 520px;
  margin: 60px auto auto;
}
DIV.LogonContent {
  position: static !important;
  background-image: url('Images/Desktop/bglogin.png');
  background-position: left;
  background-repeat: repeat-y;
}
DIV.LogonContent TD.sidelogo {
  background-image: url('../../Images/Desktop/logoFerryt.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 200px;
}
TABLE.LogonControls {
  width: 100%;
  table-layout: fixed;
  text-align: left;
}
TABLE.LogonControls INPUT {
  margin: 5px 10px 5px 10px;
}
@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
.fepWhite,
.fepWhite span,
.fepWhiteForFalse,
.fepWhiteForFalse .fepIMGDottedCircle:last-of-type span,
.fepWhite input,
.fepWhite .fepWebLink,
.fepWhite .fepFileLinkAppendix {
  color: #ffffff !important;
}
.fepWhiteBord {
  border-color: #ffffff !important;
}
.fepWhiteBack span,
.fepWhiteBack a,
.fepWhiteBack ul .fepWhiteBack input,
.fepWhiteBack .fepInfoBoxPan,
.fepWhiteBack .fepButtCust,
.fepWhiteBack.fepSepType1,
.fepWhiteBack.fepSepType0,
.fepWhiteBack .fepWebLink,
.fepWhiteBack .fepConLab,
.fepWhiteBack .fepInnerCell,
.fepWhiteBack .row,
.fepWhiteBack .fepPanCheckDesc,
.fepWhiteBack .btn-info,
.fepWhiteBack .jspVerticalBar,
.fepWhiteBack select,
.fepWhiteBack .fepAuthorizationPanel,
.fepWhiteBack .fepBulletsPan,
.fepRegWhiteBack,
.fepRegWhiteBack .fepCustReqBcg,
.fepWhiteBack .fepAuthorizationPanelError,
.fepWhiteBack .fepAuthorizationPanel,
.fepWhiteBack.fepDesGroupHeader {
  background-color: #ffffff;
}
.fepWhiteBack .fepButtCust:hover,
.fepWhiteBack span:hover {
  background-color: #ffffff;
}
.fepWhite.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #ffffff !important;
}
.fepWhite.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #ffffff 33%, rgba(255, 255, 255, 0) 0%);
}
.feptable .fepWhiteHeaderBackGround .fepExpSepHid:nth-child(2),
.feptable .fepWhiteHeaderBackGround .fepExpSepVis:nth-child(2) {
  background: white !important;
}
.fepBlack,
.fepBlack span,
.fepBlackForFalse,
.fepBlackForFalse .fepIMGDottedCircle:last-of-type span,
.fepBlack input,
.fepBlack .fepWebLink,
.fepBlack .fepFileLinkAppendix {
  color: #000000 !important;
}
.fepBlackBord {
  border-color: #000000 !important;
}
.fepBlackBack span,
.fepBlackBack a,
.fepBlackBack ul .fepBlackBack input,
.fepBlackBack .fepInfoBoxPan,
.fepBlackBack .fepButtCust,
.fepBlackBack.fepSepType1,
.fepBlackBack.fepSepType0,
.fepBlackBack .fepWebLink,
.fepBlackBack .fepConLab,
.fepBlackBack .fepInnerCell,
.fepBlackBack .row,
.fepBlackBack .fepPanCheckDesc,
.fepBlackBack .btn-info,
.fepBlackBack .jspVerticalBar,
.fepBlackBack select,
.fepBlackBack .fepAuthorizationPanel,
.fepBlackBack .fepBulletsPan,
.fepRegBlackBack,
.fepRegBlackBack .fepCustReqBcg,
.fepBlackBack .fepAuthorizationPanelError,
.fepBlackBack .fepAuthorizationPanel,
.fepBlackBack.fepDesGroupHeader {
  background-color: #000000;
}
.fepBlackBack .fepButtCust:hover,
.fepBlackBack span:hover {
  background-color: #000000;
}
.fepBlack.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #000000 !important;
}
.fepBlack.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
}
.feptable .fepBlackHeaderBackGround .fepExpSepHid:nth-child(2),
.feptable .fepBlackHeaderBackGround .fepExpSepVis:nth-child(2) {
  background: black !important;
}
.fepDarkGray,
.fepDarkGray span,
.fepDarkGrayForFalse,
.fepDarkGrayForFalse .fepIMGDottedCircle:last-of-type span,
.fepDarkGray input,
.fepDarkGray .fepWebLink,
.fepDarkGray .fepFileLinkAppendix {
  color: #4E4E4E !important;
}
.fepDarkGrayBord {
  border-color: #4E4E4E !important;
}
.fepDarkGrayBack span,
.fepDarkGrayBack a,
.fepDarkGrayBack ul .fepDarkGrayBack input,
.fepDarkGrayBack .fepInfoBoxPan,
.fepDarkGrayBack .fepButtCust,
.fepDarkGrayBack.fepSepType1,
.fepDarkGrayBack.fepSepType0,
.fepDarkGrayBack .fepWebLink,
.fepDarkGrayBack .fepConLab,
.fepDarkGrayBack .fepInnerCell,
.fepDarkGrayBack .row,
.fepDarkGrayBack .fepPanCheckDesc,
.fepDarkGrayBack .btn-info,
.fepDarkGrayBack .jspVerticalBar,
.fepDarkGrayBack select,
.fepDarkGrayBack .fepAuthorizationPanel,
.fepDarkGrayBack .fepBulletsPan,
.fepRegDarkGrayBack,
.fepRegDarkGrayBack .fepCustReqBcg,
.fepDarkGrayBack .fepAuthorizationPanelError,
.fepDarkGrayBack .fepAuthorizationPanel,
.fepDarkGrayBack.fepDesGroupHeader {
  background-color: #4E4E4E;
}
.fepDarkGrayBack .fepButtCust:hover,
.fepDarkGrayBack span:hover {
  background-color: #4E4E4E;
}
.fepDarkGray.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #4E4E4E !important;
}
.fepDarkGray.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #4E4E4E 33%, rgba(255, 255, 255, 0) 0%);
}
.feptable .fepDarkGrayHeaderBackGround .fepExpSepHid:nth-child(2),
.feptable .fepDarkGrayHeaderBackGround .fepExpSepVis:nth-child(2) {
  background: #4E4E4E !important;
}
.fepBlue,
.fepBlue span,
.fepBlueForFalse,
.fepBlueForFalse .fepIMGDottedCircle:last-of-type span,
.fepBlue input,
.fepBlue .fepWebLink,
.fepBlue .fepFileLinkAppendix {
  color: #0076C1 !important;
}
.fepBlueBord {
  border-color: #0076C1 !important;
}
.fepBlueBack span,
.fepBlueBack a,
.fepBlueBack ul .fepBlueBack input,
.fepBlueBack .fepInfoBoxPan,
.fepBlueBack .fepButtCust,
.fepBlueBack.fepSepType1,
.fepBlueBack.fepSepType0,
.fepBlueBack .fepWebLink,
.fepBlueBack .fepConLab,
.fepBlueBack .fepInnerCell,
.fepBlueBack .row,
.fepBlueBack .fepPanCheckDesc,
.fepBlueBack .btn-info,
.fepBlueBack .jspVerticalBar,
.fepBlueBack select,
.fepBlueBack .fepAuthorizationPanel,
.fepBlueBack .fepBulletsPan,
.fepRegBlueBack,
.fepRegBlueBack .fepCustReqBcg,
.fepBlueBack .fepAuthorizationPanelError,
.fepBlueBack .fepAuthorizationPanel,
.fepBlueBack.fepDesGroupHeader {
  background-color: #0076C1;
}
.fepBlueBack .fepButtCust:hover,
.fepBlueBack span:hover {
  background-color: #0076C1;
}
.fepBlue.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #0076C1 !important;
}
.fepBlue.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #0076C1 33%, rgba(255, 255, 255, 0) 0%);
}
.feptable .fepBlueHeaderBackGround .fepExpSepHid:nth-child(2),
.feptable .fepBlueHeaderBackGround .fepExpSepVis:nth-child(2) {
  background: #0076C1 !important;
}
.fepLightBlue,
.fepLightBlue span,
.fepLightBlueForFalse,
.fepLightBlueForFalse .fepIMGDottedCircle:last-of-type span,
.fepLightBlue input,
.fepLightBlue .fepWebLink,
.fepLightBlue .fepFileLinkAppendix {
  color: #5db2e7 !important;
}
.fepLightBlueBord {
  border-color: #5db2e7 !important;
}
.fepLightBlueBack span,
.fepLightBlueBack a,
.fepLightBlueBack ul .fepLightBlueBack input,
.fepLightBlueBack .fepInfoBoxPan,
.fepLightBlueBack .fepButtCust,
.fepLightBlueBack.fepSepType1,
.fepLightBlueBack.fepSepType0,
.fepLightBlueBack .fepWebLink,
.fepLightBlueBack .fepConLab,
.fepLightBlueBack .fepInnerCell,
.fepLightBlueBack .row,
.fepLightBlueBack .fepPanCheckDesc,
.fepLightBlueBack .btn-info,
.fepLightBlueBack .jspVerticalBar,
.fepLightBlueBack select,
.fepLightBlueBack .fepAuthorizationPanel,
.fepLightBlueBack .fepBulletsPan,
.fepRegLightBlueBack,
.fepRegLightBlueBack .fepCustReqBcg,
.fepLightBlueBack .fepAuthorizationPanelError,
.fepLightBlueBack .fepAuthorizationPanel,
.fepLightBlueBack.fepDesGroupHeader {
  background-color: #5db2e7;
}
.fepLightBlueBack .fepButtCust:hover,
.fepLightBlueBack span:hover {
  background-color: #5db2e7;
}
.fepLightBlue.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #5db2e7 !important;
}
.fepLightBlue.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #5db2e7 33%, rgba(255, 255, 255, 0) 0%);
}
.feptable .fepLightBlueHeaderBackGround .fepExpSepHid:nth-child(2),
.feptable .fepLightBlueHeaderBackGround .fepExpSepVis:nth-child(2) {
  background: #5db2e7 !important;
}
.fepRed,
.fepRed span,
.fepRedForFalse,
.fepRedForFalse .fepIMGDottedCircle:last-of-type span,
.fepRed input,
.fepRed .fepWebLink,
.fepRed .fepFileLinkAppendix {
  color: #ca1332 !important;
}
.fepRedBord {
  border-color: #ca1332 !important;
}
.fepRedBack span,
.fepRedBack a,
.fepRedBack ul .fepRedBack input,
.fepRedBack .fepInfoBoxPan,
.fepRedBack .fepButtCust,
.fepRedBack.fepSepType1,
.fepRedBack.fepSepType0,
.fepRedBack .fepWebLink,
.fepRedBack .fepConLab,
.fepRedBack .fepInnerCell,
.fepRedBack .row,
.fepRedBack .fepPanCheckDesc,
.fepRedBack .btn-info,
.fepRedBack .jspVerticalBar,
.fepRedBack select,
.fepRedBack .fepAuthorizationPanel,
.fepRedBack .fepBulletsPan,
.fepRegRedBack,
.fepRegRedBack .fepCustReqBcg,
.fepRedBack .fepAuthorizationPanelError,
.fepRedBack .fepAuthorizationPanel,
.fepRedBack.fepDesGroupHeader {
  background-color: #ca1332;
}
.fepRedBack .fepButtCust:hover,
.fepRedBack span:hover {
  background-color: #ca1332;
}
.fepRed.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #ca1332 !important;
}
.fepRed.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #ca1332 33%, rgba(255, 255, 255, 0) 0%);
}
.feptable .fepRedHeaderBackGround .fepExpSepHid:nth-child(2),
.feptable .fepRedHeaderBackGround .fepExpSepVis:nth-child(2) {
  background: #ca1332 !important;
}
.fepGreen,
.fepGreen span,
.fepGreenForFalse,
.fepGreenForFalse .fepIMGDottedCircle:last-of-type span,
.fepGreen input,
.fepGreen .fepWebLink,
.fepGreen .fepFileLinkAppendix {
  color: #279d2d !important;
}
.fepGreenBord {
  border-color: #279d2d !important;
}
.fepGreenBack span,
.fepGreenBack a,
.fepGreenBack ul .fepGreenBack input,
.fepGreenBack .fepInfoBoxPan,
.fepGreenBack .fepButtCust,
.fepGreenBack.fepSepType1,
.fepGreenBack.fepSepType0,
.fepGreenBack .fepWebLink,
.fepGreenBack .fepConLab,
.fepGreenBack .fepInnerCell,
.fepGreenBack .row,
.fepGreenBack .fepPanCheckDesc,
.fepGreenBack .btn-info,
.fepGreenBack .jspVerticalBar,
.fepGreenBack select,
.fepGreenBack .fepAuthorizationPanel,
.fepGreenBack .fepBulletsPan,
.fepRegGreenBack,
.fepRegGreenBack .fepCustReqBcg,
.fepGreenBack .fepAuthorizationPanelError,
.fepGreenBack .fepAuthorizationPanel,
.fepGreenBack.fepDesGroupHeader {
  background-color: #279d2d;
}
.fepGreenBack .fepButtCust:hover,
.fepGreenBack span:hover {
  background-color: #279d2d;
}
.fepGreen.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #279d2d !important;
}
.fepGreen.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #279d2d 33%, rgba(255, 255, 255, 0) 0%);
}
.feptable .fepGreenHeaderBackGround .fepExpSepHid:nth-child(2),
.feptable .fepGreenHeaderBackGround .fepExpSepVis:nth-child(2) {
  background: #279d2d !important;
}
.fepOrange,
.fepOrange span,
.fepOrangeForFalse,
.fepOrangeForFalse .fepIMGDottedCircle:last-of-type span,
.fepOrange input,
.fepOrange .fepWebLink,
.fepOrange .fepFileLinkAppendix {
  color: #f28d00 !important;
}
.fepOrangeBord {
  border-color: #f28d00 !important;
}
.fepOrangeBack span,
.fepOrangeBack a,
.fepOrangeBack ul .fepOrangeBack input,
.fepOrangeBack .fepInfoBoxPan,
.fepOrangeBack .fepButtCust,
.fepOrangeBack.fepSepType1,
.fepOrangeBack.fepSepType0,
.fepOrangeBack .fepWebLink,
.fepOrangeBack .fepConLab,
.fepOrangeBack .fepInnerCell,
.fepOrangeBack .row,
.fepOrangeBack .fepPanCheckDesc,
.fepOrangeBack .btn-info,
.fepOrangeBack .jspVerticalBar,
.fepOrangeBack select,
.fepOrangeBack .fepAuthorizationPanel,
.fepOrangeBack .fepBulletsPan,
.fepRegOrangeBack,
.fepRegOrangeBack .fepCustReqBcg,
.fepOrangeBack .fepAuthorizationPanelError,
.fepOrangeBack .fepAuthorizationPanel,
.fepOrangeBack.fepDesGroupHeader {
  background-color: #f28d00;
}
.fepOrangeBack .fepButtCust:hover,
.fepOrangeBack span:hover {
  background-color: #f28d00;
}
.fepOrange.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #f28d00 !important;
}
.fepOrange.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #f28d00 33%, rgba(255, 255, 255, 0) 0%);
}
.feptable .fepOrangeHeaderBackGround .fepExpSepHid:nth-child(2),
.feptable .fepOrangeHeaderBackGround .fepExpSepVis:nth-child(2) {
  background: #f28d00 !important;
}
.fepGray,
.fepGray span,
.fepGrayForFalse,
.fepGrayForFalse .fepIMGDottedCircle:last-of-type span,
.fepGray input,
.fepGray .fepWebLink,
.fepGray .fepFileLinkAppendix {
  color: #d8d8d8 !important;
}
.fepGrayBord {
  border-color: #d8d8d8 !important;
}
.fepGrayBack span,
.fepGrayBack a,
.fepGrayBack ul .fepGrayBack input,
.fepGrayBack .fepInfoBoxPan,
.fepGrayBack .fepButtCust,
.fepGrayBack.fepSepType1,
.fepGrayBack.fepSepType0,
.fepGrayBack .fepWebLink,
.fepGrayBack .fepConLab,
.fepGrayBack .fepInnerCell,
.fepGrayBack .row,
.fepGrayBack .fepPanCheckDesc,
.fepGrayBack .btn-info,
.fepGrayBack .jspVerticalBar,
.fepGrayBack select,
.fepGrayBack .fepAuthorizationPanel,
.fepGrayBack .fepBulletsPan,
.fepRegGrayBack,
.fepRegGrayBack .fepCustReqBcg,
.fepGrayBack .fepAuthorizationPanelError,
.fepGrayBack .fepAuthorizationPanel,
.fepGrayBack.fepDesGroupHeader {
  background-color: #d8d8d8;
}
.fepGrayBack .fepButtCust:hover,
.fepGrayBack span:hover {
  background-color: #d8d8d8;
}
.fepGray.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #d8d8d8 !important;
}
.fepGray.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #d8d8d8 33%, rgba(255, 255, 255, 0) 0%);
}
.feptable .fepGrayHeaderBackGround .fepExpSepHid:nth-child(2),
.feptable .fepGrayHeaderBackGround .fepExpSepVis:nth-child(2) {
  background: #d8d8d8 !important;
}
.fepLightGray,
.fepLightGray span,
.fepLightGrayForFalse,
.fepLightGrayForFalse .fepIMGDottedCircle:last-of-type span,
.fepLightGray input,
.fepLightGray .fepWebLink,
.fepLightGray .fepFileLinkAppendix {
  color: #f2f2f2 !important;
}
.fepLightGrayBord {
  border-color: #f2f2f2 !important;
}
.fepLightGrayBack span,
.fepLightGrayBack a,
.fepLightGrayBack ul .fepLightGrayBack input,
.fepLightGrayBack .fepInfoBoxPan,
.fepLightGrayBack .fepButtCust,
.fepLightGrayBack.fepSepType1,
.fepLightGrayBack.fepSepType0,
.fepLightGrayBack .fepWebLink,
.fepLightGrayBack .fepConLab,
.fepLightGrayBack .fepInnerCell,
.fepLightGrayBack .row,
.fepLightGrayBack .fepPanCheckDesc,
.fepLightGrayBack .btn-info,
.fepLightGrayBack .jspVerticalBar,
.fepLightGrayBack select,
.fepLightGrayBack .fepAuthorizationPanel,
.fepLightGrayBack .fepBulletsPan,
.fepRegLightGrayBack,
.fepRegLightGrayBack .fepCustReqBcg,
.fepLightGrayBack .fepAuthorizationPanelError,
.fepLightGrayBack .fepAuthorizationPanel,
.fepLightGrayBack.fepDesGroupHeader {
  background-color: #f2f2f2;
}
.fepLightGrayBack .fepButtCust:hover,
.fepLightGrayBack span:hover {
  background-color: #f2f2f2;
}
.fepLightGray.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #f2f2f2 !important;
}
.fepLightGray.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #f2f2f2 33%, rgba(255, 255, 255, 0) 0%);
}
.feptable .fepLightGrayHeaderBackGround .fepExpSepHid:nth-child(2),
.feptable .fepLightGrayHeaderBackGround .fepExpSepVis:nth-child(2) {
  background: #f2f2f2 !important;
}
.fepWhiteBackHover .fepButtCust:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.fepBlackBackHover .fepButtCust:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.fepDarkGrayBackHover .fepButtCust:hover {
  background-color: #4e4e4e !important;
  border-color: #4e4e4e !important;
}
.fepBlueBackHover .fepButtCust:hover {
  background-color: #0076c1 !important;
  border-color: #0076c1 !important;
}
.fepLightBlueBackHover .fepButtCust:hover {
  background-color: #5db2e7 !important;
  border-color: #5db2e7 !important;
}
.fepRedBackHover .fepButtCust:hover {
  background-color: #ca1332 !important;
  border-color: #ca1332 !important;
}
.fepGreenBackHover .fepButtCust:hover {
  background-color: #279d2d !important;
  border-color: #279d2d !important;
}
.fepOrangeBackHover .fepButtCust:hover {
  background-color: #f28d00 !important;
  border-color: #f28d00 !important;
}
.fepGrayBackHover .fepButtCust:hover {
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
}
.fepLightGrayBackHover .fepButtCust:hover {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.fepWhiteBackActive .fepButtCust:focus {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.fepBlackBackActive .fepButtCust:focus {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.fepDarkGrayBackActive .fepButtCust:focus {
  background-color: #4e4e4e !important;
  border-color: #4e4e4e !important;
}
.fepBlueBackActive .fepButtCust:focus {
  background-color: #0076c1 !important;
  border-color: #0076c1 !important;
}
.fepLightBlueBackActive .fepButtCust:focus {
  background-color: #5db2e7 !important;
  border-color: #5db2e7 !important;
}
.fepRedBackActive .fepButtCust:focus {
  background-color: #ca1332 !important;
  border-color: #ca1332 !important;
}
.fepGreenBackActive .fepButtCust:focus {
  background-color: #279d2d !important;
  border-color: #279d2d !important;
}
.fepOrangeBackActive .fepButtCust:focus {
  background-color: #f28d00 !important;
  border-color: #f28d00 !important;
}
.fepGrayBackActive .fepButtCust:focus {
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
}
.fepLightGrayBackActive .fepButtCust:focus {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.fepWhiteBackActive .fepButtCust:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.fepBlackBackActive .fepButtCust:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.fepDarkGrayBackActive .fepButtCust:active {
  background-color: #4e4e4e !important;
  border-color: #4e4e4e !important;
}
.fepBlueBackActive .fepButtCust:active {
  background-color: #0076c1 !important;
  border-color: #0076c1 !important;
}
.fepLightBlueBackActive .fepButtCust:active {
  background-color: #5db2e7 !important;
  border-color: #5db2e7 !important;
}
.fepRedBackActive .fepButtCust:active {
  background-color: #ca1332 !important;
  border-color: #ca1332 !important;
}
.fepGreenBackActive .fepButtCust:active {
  background-color: #279d2d !important;
  border-color: #279d2d !important;
}
.fepOrangeBackActive .fepButtCust:active {
  background-color: #f28d00 !important;
  border-color: #f28d00 !important;
}
.fepGrayBackActive .fepButtCust:active {
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
}
.fepLightGrayBackActive .fepButtCust:active {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.fepWhiteBackDisable .fepButtCust:disabled {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.fepBlackBackDisable .fepButtCust:disabled {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.fepDarkGrayBackDisable .fepButtCust:disabled {
  background-color: #4e4e4e !important;
  border-color: #4e4e4e !important;
}
.fepBlueBackDisable .fepButtCust:disabled {
  background-color: #0076c1 !important;
  border-color: #0076c1 !important;
}
.fepLightBlueBackDisable .fepButtCust:disabled {
  background-color: #5db2e7 !important;
  border-color: #5db2e7 !important;
}
.fepRedBackDisable .fepButtCust:disabled {
  background-color: #ca1332 !important;
  border-color: #ca1332 !important;
}
.fepGreenBackDisable .fepButtCust:disabled {
  background-color: #279d2d !important;
  border-color: #279d2d !important;
}
.fepOrangeBackDisable .fepButtCust:disabled {
  background-color: #f28d00 !important;
  border-color: #f28d00 !important;
}
.fepGrayBackDisable .fepButtCust:disabled {
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
}
.fepLightGrayeBackDisable .fepButtCust:disabled {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.fep13B,
.fep13BBulletExpDesk .fepTextInput span,
.fep13BBulletExpDesk .fepBulletsText,
.fep13BBulletHeadDesk .fepTextInput span,
.fep13BBulletHeadDesk div,
.fep13B input,
.fep13B span,
.fep13B a,
.fep13BLab span,
.fep13BVal .fepString,
.fep13BComboVal .btn-info span,
.fep13BComboVal .fepDropDownListNoPad span,
.fepReg13B .fepSepPaneTitle,
.fepReg13B > .row > .fepDefFont span {
  font-family: OpenSans;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.fep13M,
.fep13MBulletExpDesk .fepTextInput span,
.fep13MBulletExpDesk .fepBulletsText,
.fep13MBulletHeadDesk .fepTextInput span,
.fep13MBulletHeadDesk div,
.fep13M input,
.fep13M span,
.fep13M a,
.fep13MLab span,
.fep13MVal .fepString,
.fep13MComboVal .btn-info span,
.fep13MComboVal .fepDropDownListNoPad span,
.fepReg13M .fepSepPaneTitle,
.fepReg13M > .row > .fepDefFont span {
  font-family: OpenSans;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.fep13L,
.fep13LBulletExpDesk .fepTextInput span,
.fep13LBulletExpDesk .fepBulletsText,
.fep13LBulletHeadDesk .fepTextInput span,
.fep13LBulletHeadDesk div,
.fep13L input,
.fep13L span,
.fep13L a,
.fep13LLab span,
.fep13LVal .fepString,
.fep13LComboVal .btn-info span,
.fep13LComboVal .fepDropDownListNoPad span,
.fepReg13L .fepSepPaneTitle,
.fepReg13L > .row > .fepDefFont span {
  font-family: OpenSans;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
