/*params.less START*/
.OzoneLight36 {
  font-size: 36px !important;
}
.OzoneLight30 {
  font-size: 30px !important;
}
.OzoneLight24 {
  font-size: 24px !important;
}
.OzoneLight18 {
  font-size: 18px !important;
}
.OzoneLight14 {
  font-size: 14px !important;
}
.OzoneLight12 {
  font-size: 12px !important;
}
.OzoneLight10 {
  font-size: 10px !important;
}
.N1 {
  font-size: 36px;
  font-family: Ozone_WEB;
  font-weight: normal;
  font-style: normal;
}
.N2 {
  font-size: 30px ;
  font-family: Ozone_WEB;
  font-weight: normal;
  font-style: normal;
}
.Tit {
  font-size: 24px ;
  font-family: Ozone_WEB;
  font-weight: normal;
  font-style: normal;
}
.Menu {
  font-size: 18px ;
  font-family: Ozone_WEB;
  font-weight: normal;
  font-style: normal;
}
.Tr2 {
  font-size: 14px ;
  font-family: Ozone_WEB;
  font-weight: normal;
  font-style: normal;
}
.Tr2 {
  font-size: 12px ;
  font-family: Ozone_WEB;
  font-weight: normal;
  font-style: normal;
}
.Tr3 {
  font-size: 10px ;
  font-family: Ozone_WEB;
  font-weight: normal;
  font-style: normal;
}
.InfoI {
  font-size: 14px ;
  font-family: Ozone_WEB;
  font-weight: lighter;
  font-style: italic;
}
/*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:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.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-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.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: #777777;
}
.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;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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;
  background-color: #286090;
  border-color: #204d74;
}
.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;
  border-color: #122b40;
}
.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;
  border-color: #2e6da4;
}
.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;
  background-color: #286090;
  border-color: #122b40;
}
.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;
  background-color: #286090;
  border-color: #204d74;
}
.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;
  background-color: #286090;
  border-color: #204d74;
}
.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;
  background-color: #204d74;
  border-color: #122b40;
}
.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;
  border-color: #2e6da4;
}
.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 !important;
  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;
}
.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;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.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.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
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 #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.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-yen:before {
  content: "\00a5";
}
.glyphicon-ruble: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 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.42857143;
  color: #333;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  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;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
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: normal;
  line-height: 1;
  color: #777;
}
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 !important;
}
h2,
.h2 {
  font-size: 30px !important;
}
h3,
.h3 {
  font-size: 24px !important;
}
h4,
.h4 {
  font-size: 18px !important;
}
h5,
.h5 {
  font-size: 14px !important;
}
h6,
.h6 {
  font-size: 12px !important;
}
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: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
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;
  margin-left: -5px;
  list-style: none;
}
.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: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote 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: #777;
}
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 #eee;
  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: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > 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 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;
}
.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: .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: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px !important;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px !important;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  /*cursor: not-allowed;*/
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    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: normal;
  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,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
/*input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}*/
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.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 !important;
  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 !important;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px !important;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px !important;
  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 !important;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px !important;
  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 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  /*cursor: not-allowed;*/
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px !important;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px !important;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px !important;
  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 .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  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 !important;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  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: normal;
  line-height: 1.42857143;
  color: #333;
  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: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  /*cursor: not-allowed;*/
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px !important;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.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-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-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-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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px !important;
  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 !important;
  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 !important;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px !important;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px !important;
  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 {
  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: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  /*cursor: not-allowed;*/
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a: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;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.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;
  -webkit-overflow-scrolling: touch;
  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);
}
.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;
    visibility: 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-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px !important;
  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-top: 8px;
  margin-right: 15px;
  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-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  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);
}
@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: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  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: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #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-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  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-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: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li: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 > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  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: #777;
  /*cursor: not-allowed;*/
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px !important;
}
.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 !important;
}
.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: #eee;
}
.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: #777;
  /*cursor: not-allowed;*/
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.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 !important;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .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: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .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: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 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 !important;
  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 .6s ease;
  -o-transition: width .6s ease;
  transition: width .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-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;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  /*cursor: not-allowed;*/
  background-color: #eee;
}
.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: #777;
}
.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;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.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 {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.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 {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.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 {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.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-body {
  padding: 15px;
}
.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-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: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive 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.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.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: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  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-size: 12px !important;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .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-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  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;
}
.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-size: 14px !important;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px !important;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.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: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .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;
}
.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;
  margin-top: -10px;
  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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .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-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-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;
  visibility: hidden !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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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 */
/*bootstrap.slider.fep.less START*/
.slider-horizontal.slider {
  width: 100% !important;
}
.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;
  display: none;
}
.slider-label-start {
  width: 50%;
  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;
}
/*bootstrap.slider.fep.less END*/
/*! =======================================================
                      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;
}
/*fep.less START*/
#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 !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.fepHelpDisplay {
  display: inline-flex;
}
.fepInnerCell {
  /*padding-left: 2px !important;*/
}
.col-xs-3.col-md-4 .form-group .col-xs-12 .col-xs-11.fepInnerCell {
  margin-left: 19px!important;
  padding-right: 0px!important;
}
.fepHorStruct .col-sm-12 {
  /*padding-left: 1px !important;*/
}
:not('.fepDesignGroup') .row .col-xs-3.col-md-4 .fepValidator {
  padding-top: 0px!important;
  padding-bottom: 5px!important;
  margin-top: 5px !important;
}
.row.fepCustRowReqBcg .col-xs-4 .fepValidator {
  margin-top: 0px!important;
}
.row .col-xs-3.col-md-4 .fepValidator > .fepConLab {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  margin-top: 0px !important;
}
.col-lg-12 .fepFieldsInGroup {
  padding-left: 0px !important;
}
.col-sm-12 .fepFieldsInGroup {
  padding-left: 0px !important;
}
.row .col-xs-4 .fepValidator {
  min-height: auto!important;
}
.col-xs-5 .fepValidator .fepFieldCellSeparator span {
  font-size: 14px !important;
}
.col-xs-5 .fepSeparatorParent .col-xs-12.fepFieldCellSeparator {
  margin-top: 25px!important;
}
.form-control {
  height: auto !important;
  line-height: normal;
  border-radius: 0px !important;
  font-size: 14px !important;
  border: 1px solid #d7d7d7;
  padding-bottom: 0px !important;
  padding-top: 4px !important;
  padding-left: 9px !important;
  background-color: transparent;
}
::-ms-clear {
  margin-bottom: 4px!important;
}
.input-group-addon {
  border: 0px;
  background-color: transparent;
  padding-left: 10px;
}
.input-group-addon,
.input-group-btn {
  width: 0%;
}
#ismobile {
  display: none;
}
.fepConLabLeft {
  text-align: left !important;
  padding-bottom: 8px;
}
.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-bottom: 0px !important;
}
.row .col-sm-6,
.row .col-sm-12 {
  min-height: 0px !important;
}
.input-group {
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  display: inline-table !important;
}
.fepSpaceAfter {
  padding-right: 45px !important;
}
.fepSpaceAfter[controltype="link"] {
  padding-right: 30px !important;
}
.fepConLab {
  text-align: left !important;
  font-size: 14px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  min-height: 1px !important;
  margin-top: 10px !important;
  padding-right: 20px!important;
}
.fepAddRow {
  background-color: #FFFFFF !important;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  margin-right: 5px;
  margin-top: 5px;
}
.fepDeleteRow {
  background-color: transparent !important;
  background-image: url('Images/kosz.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px 26px;
  height: 26px;
  margin-left: 2px;
  width: 20px;
  outline: none !important;
}
.fepCleanButton {
  border: 0px !important;
}
.fepValidIco::before {
  content: url('Images/krytyczne1.svg');
  padding-right: 8px;
  float: left;
  padding-bottom: 6px;
}
.fepHeaderGridAddText {
  color: #ff6600;
  vertical-align: top;
}
.fepFieldCell {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  /*overflow-y:auto;*/
  /*overflow-x:hidden;*/
}
.fepSliderParent .fepFieldCell {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  overflow-y: visible;
}
.col-sm-4 .col-sm-12 .col-sm-11 {
  margin-top: 8px;
}
.fepInnerCell {
  padding-bottom: 0px !important;
}
.fepFieldCell table {
  padding-left: 0px;
}
.has-feedback .form-control {
  padding-right: 4px !important;
}
.has-feedback .fepDropDown.btn-group {
  padding-right: 0px !important;
}
a {
  color: #FF6600 !important;
  outline: none !important;
}
a:focus,
.fepHeaderGridAddText span:focus {
  text-decoration: none !important;
  color: #000066 !important;
}
a:hover,
.fepHeaderGridAddText span:hover {
  text-decoration: none !important;
}
.fepArrRight {
  background: url('Images/arrowright4.png');
  background-repeat: no-repeat;
  background-position: right 10px;
  padding-right: 45px !important;
  min-height: 220px !important;
  background-size: 38px 100%;
}
.footerPhTxt {
  width: 360px !important;
}
.footerImg {
  width: 50px !important;
}
/*bootstrap change*/
.fepPanBody {
  /*text-align:center*/
}
.fepUPInfo {
  margin-bottom: 2px !important;
  display: none;
}
.divmenu {
  display: none !important;
}
.pT {
  display: none !important;
}
.feppercentcell {
  text-align: center;
}
.fepprogresspercent {
  font-weight: bold;
  /*font-family:Verdana;
	font-size:12px;*/
}
.fepFieldGrid .fepClearGridCell {
  padding-right: 0px !important;
}
.fepSeparatorParent {
  padding-bottom: 0px !important;
}
.fepSeparatorParentRemSpace {
  display: none;
}
.col-xs-11 .fepSeparatorParent {
  border-bottom: 0px!important;
}
.fepValidator.fepSeparatorParent {
  padding-top: 9px !important;
}
.col-xs-12 > .fepSeparatorParent > .col-xs-12.fepFieldCellSeparator {
  padding-top: 10px!important;
}
/*Separator*/
.fepFieldCellSeparator {
  font-weight: normal;
  text-align: left;
  /*border-bottom:1px solid @separatorUnderlineColor;*/
  padding-top: 1px;
  padding-left: 13px !important;
  padding-bottom: 13px !important;
}
.row .col-xs-12 > .fepSeparatorParent {
  border-bottom: 1px solid #ededed;
  margin-bottom: 8px!important;
}
.fepSeparatorParent .fepFieldCellSeparator {
  padding-left: 6px !important;
  margin-top: 7px;
}
.fepImgSeparator {
  padding-bottom: 5px !important;
}
.fepImgSeparator span {
  vertical-align: middle;
}
.fepUnderlineOrange {
  border-bottom: 1px solid #ededed;
  color: #ff6600;
  padding-top: 6px;
}
.fepLastRowSep {
  padding-bottom: 32px!important;
}
.fepLastRowSep .fepMdPadB {
  padding-bottom: 0px!important;
}
.fepUnderlineOrange.fepExpSepVis {
  margin-bottom: 7px!important;
}
.fepUnderlineOrange.fepExpSepHid {
  margin-bottom: 4px!important;
}
.fepUnderlineOrange.fepExpSepHid .fepFieldCellSeparator,
.fepUnderlineOrange.fepExpSepVis .fepFieldCellSeparator {
  cursor: pointer;
}
.fepUnderlineOrange .fepValidator {
  padding-left: 1px !important;
}
.fepUnderlineOrange .col-xs-1 .fepValidator {
  padding-bottom: 9px!important;
  padding-top: 7px !important;
}
.fepUnderlineOrange:nth-child(2).fepExpSepHid,
.fepUnderlineOrange:nth-child(3).fepExpSepHid,
.fepUnderlineOrange:nth-child(4).fepExpSepHid {
  padding-top: 32px;
}
.fepUnderlineOrange .fepValidator.fepSeparatorParent {
  padding-top: 2px!important;
}
.fepUnderlineOrange .col-xs-11,
.fepUnderlineOrange .col-sm-11,
.fepUnderlineOrange .col-md-11 {
  cursor: default!important;
}
.fepExpSepVis .fepExpSepHid {
  padding-top: 31px!important;
}
.fepFieldCellSeparator span {
  font-size: 18px;
}
/*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-size: 12px !important;
  color: #db1b23 !important;
}
.fepcust {
  font-size: 12px !important;
  color: #db1b23 !important;
}
.fepmin {
  font-size: 12px !important;
  color: #db1b23 !important;
}
.feptype {
  font-size: 12px !important;
  color: #db1b23 !important;
}
.fepdtr {
  font-size: 12px !important;
  color: #db1b23 !important;
}
.fepInvisible,
.fepInvisibleState,
.fepInvisibleNav {
  display: none !important;
}
.fepValidator {
  padding-top: 14px;
  padding-bottom: 14px;
}
.fepValidContainer {
  display: table-cell;
  padding-top: 2px;
}
/*Temporary*/
.fepQuestion,
.fepQuestion:focus {
  background-image: url('Images/questionIcon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-color: #ffffff;
  border: 1px solid #d7d7d7 !important;
  border-radius: 4px;
  width: 26px;
  height: 23px;
  font-size: 22px;
  cursor: pointer;
  padding-top: 0px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 6px;
  outline: none!important;
}
.fepCustReqBcg .fepQuestion,
.fepCustReqBcg .fepQuestion:focus {
  margin-top: 26px!important;
}
.fepTabCol8Small .fepRowGrid.fepCustRowReqBcg .fepDeleteRow {
  margin-top: 7px!important;
}
.row.fepCustTabRow.fepCustRowReqBcg span.fepRequired,
.row.fepDropToWidth.fepCustRowReqBcg span.fepRequired {
  margin-top: 10px !important;
}
/*.fepPanBody .feptable .row .col-xs-4 .form-group.fepValidator{
    padding-left:20px!important;
}*/
.fepConfirmQuestion {
  height: auto !important;
  font-size: inherit !important;
  display: block;
}
.fepConfirmQuestionPan {
  display: inline-block;
  float: right;
  position: absolute;
  padding-top: 28px;
}
.fepQuestionInside {
  display: table-cell !important;
  background-color: white !important;
  border-left: 1px solid white !important;
  padding: 0px 0px 0px 8px !important;
  font-size: 20px !important;
  color: lightgray !important;
}
.fepQuestionInside:hover {
  color: orange !important;
  cursor: pointer;
}
.fepInsideHelp input {
  border-right: 1px solid white !important;
}
.fepQuestionVisible {
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: -65535;
}
.fepQuestionBeside {
  display: table-caption !important;
  background-color: white !important;
  font-size: 20px !important;
  color: lightgray !important;
}
.fepQuestionBeside:hover {
  color: orange !important;
  cursor: pointer;
}
.fepComInf {
  background-color: #4eb7cd !important;
  padding-top: 17px!important;
  padding-left: 59px!important;
  padding-right: 70px!important;
  padding-bottom: 22px!important;
}
.fepComInf .fepLongInfoString {
  background-color: transparent!important;
  font-size: 18px !important;
  color: #ffffff !important;
  display: inline-flex;
}
.fepComInf .fepLongInfoString:before {
  content: url('Images/ComInfo.svg');
  padding-right: 10px;
  float: left;
  padding-bottom: 6px;
}
.fepWizDialog .Dialog .DialogForm .DialogMessage.fepDialogInfo:before {
  background-image: url('Images/ComInfo.svg');
  background-repeat: no-repeat;
  margin-right: 19px;
  float: left;
  padding-bottom: 6px;
  background-size: 29px 27px !important;
  width: 28px !important;
  height: 27px !important;
  content: "";
  position: absolute;
  left: 20px;
}
.fepComErr {
  background-color: #db1b23 !important;
  padding-top: 7px!important;
  padding-left: 20px!important;
  padding-right: 70px!important;
  padding-bottom: 10px!important;
}
.fepComErr .fepLongInfoString {
  background-color: transparent!important;
  font-size: 18px !important;
  color: #ffffff !important;
  display: inline-flex;
}
.fepComErr .fepLongInfoString:before {
  content: url('Images/ComErr.svg');
  padding-right: 20px;
  float: left;
  padding-bottom: 6px;
}
.fepWizDialog .Dialog .DialogForm .DialogMessage.fepDialogError:before {
  background-image: url('Images/ComErr.svg');
  background-repeat: no-repeat;
  margin-right: 19px;
  float: left;
  padding-bottom: 6px;
  background-size: 28px 27px !important;
  width: 28px !important;
  height: 27px !important;
  content: "";
  position: absolute;
  left: 20px;
}
.fepComNot {
  background-color: #8bce65 !important;
  padding-top: 7px!important;
  padding-left: 20px!important;
  padding-right: 70px!important;
  padding-bottom: 10px!important;
}
.fepComNot .fepLongInfoString {
  background-color: transparent!important;
  font-size: 18px !important;
  color: #ffffff !important;
  display: inline-flex;
}
.fepComNot .fepLongInfoString:before {
  content: url('Images/ComNot.svg');
  padding-right: 20px;
  float: left;
  padding-bottom: 6px;
}
.fepWizDialog .Dialog .DialogForm .DialogMessage.fepDialogWarning:before {
  background-image: url('Images/ComNot.svg');
  background-repeat: no-repeat;
  margin-right: 19px;
  float: left;
  padding-bottom: 6px;
  background-size: 29px 27px !important;
  width: 28px !important;
  height: 27px !important;
  content: "";
  position: absolute;
  left: 20px;
}
.fepLongString {
  width: 100%;
  text-align: center;
  overflow: auto;
  border: none;
  background-color: White !important;
  box-shadow: none;
  resize: none;
  height: auto;
  margin-bottom: 10px;
}
.fepCalenderBtnContainer.fepDisabled.fepCalenderBtnDisabled {
  display: table-cell !important;
  background-color: transparent !important;
  border: none!important;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.07);
}
.fepCalenderBtnDisabled .fepCalenderBootBtn:after {
  content: none !important;
}
.input-group-addon.fepRightPan.fepDisabled {
  background-color: transparent !important;
  border: 0px!important;
  box-shadow: none!important;
  font-style: normal!important;
  padding-top: 10px!important;
  color: #000000 !important;
}
.input-group-addon.fepRightPan {
  width: auto;
}
.input-group-addon.fepRadioBut {
  padding-bottom: 0px;
  padding-top: 0px;
}
.fepCustReqBcg .fepConfirmText {
  color: #000000!important;
}
.input-group.fepNumber {
  display: inline-flex !important;
  width: 100%;
}
.fepLongString.fepDisabled {
  background-color: White;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: none !important;
  color: black !important;
}
.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%;
}
.btn.fepDisabled {
  cursor: default;
}
.fepContextHelpHide {
  display: none;
}
.fepWebLink.fepDisabled {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.fepDisabled {
  color: #8A8A8A !important;
  background-color: #e6e6e6 !important;
  font-size: 14px;
  display: inline-block;
  /* do not change this setting - non-inline style causes wrong tooltip positioning*/
  border: 1px solid #D8D8D8 !important;
  -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #d7d7d7d d;
}
/*<New>*/
.fepHeaderM {
  background-color: #D9534F;
  border-radius: 5px;
}
.fepHeaderMtext {
  padding-left: 20px;
  padding-top: 5px;
  color: White;
}
.fepApplicationInfo {
  text-align: center;
  background-color: white;
  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-top: 2px;
  padding-bottom: 4px;
  /*padding-left:3px;*/
}
.fepCalenderBtn {
  display: inline-block;
  border: 0px solid Black;
  width: 40px;
  cursor: pointer;
  /*-webkit-appearance: button;*/
}
.fepRadioNV .input-group {
  /*padding-right:7px !important;*/
}
.fepRadioNVRight .fepRadioText {
  padding-right: 10px !important;
}
.fepRadioText {
  z-index: 0 !important;
  padding-top: 12px;
  background-color: #F0F0F0;
  border-left: 1px solid #F0F0F0 !important;
  border-right: 0px solid white !important;
  border-top: 0px solid white !important;
  border-bottom: 0px solid white !important;
  box-shadow: none !important;
}
.fepRadioFalse {
  background-color: #F0F0F0;
  color: black;
}
.fepRadioTrue {
  background-color: #ff6200;
  color: white;
  border-color: #ff6200;
}
.fepDate {
  z-index: 0 !important;
}
.fepbtnRight {
  margin-right: 0px;
  margin-left: 5px;
}
.fepFieldGrid .fepClearGridCell .input-group {
  /*padding-top:5px!important;*/
}
.fepString,
.fepBool,
.fepNumber,
.fepDate,
.fepDateBoot,
.fepLongInfoString,
.fepDropDown,
.fepIBAN {
  height: 30px !important;
  background-color: #ffffff;
  font-size: 14px !important;
  color: #000000;
  -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #d7d7d7;
  width: 100%;
}
.fepDropDown {
  background-color: transparent!important;
  box-shadow: none!important;
}
.fepConfirmation.fepString {
  background-color: transparent!important;
}
.fepBool {
  height: 30px!important;
  padding-top: 3px!important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  position: absolute;
  text-align: left;
}
select.fepDropDown {
  display: none!important;
}
select.selectpicker.mobile-device {
  position: absolute;
  opacity: 0;
}
a.fepDropDownListNoPad:hover .fepSelectToolTip {
  position: fixed;
  z-index: 999999999;
  font-size: 10px;
  background: -webkit-linear-gradient(white, #e8e8e8);
  background: -o-linear-gradient(white, #e8e8e8);
  background: -moz-linear-gradient(white, #e8e8e8);
  background: linear-gradient(white, #e8e8e8);
  color: black;
  display: none;
  word-wrap: break-word !important;
  padding: 5px!important;
  padding-bottom: 5px!important;
  white-space: pre-wrap;
  border: solid 1px;
  border-color: lightgray;
  border-radius: 2px;
  margin-left: 30px;
  margin-top: 5px;
}
.fepSelectToolTip {
  position: absolute;
  color: transparent;
  display: none;
}
.fepHasPref {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.fepHasSuf {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
/*</New>*/
/*<MessageDialog>*/
input[type="image"]:focus {
  outline: none;
}
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: 100% !important;
  max-width: none !important;
}
div.fepDialogTitle TABLE {
  width: 100%;
  min-height: 5px;
  /*just to show the background - line*/
}
.fepDialog .fepDialogTitle {
  width: 100%!important;
}
.fepDialog .fepDialogTitle fepDialogTitleM {
  background-color: #4eb7cd !important;
  padding-top: 12px !important;
  padding-bottom: 11px !important;
}
.fepDialog .fepDialogTitle .fepDialogTitleM span {
  color: white !important;
}
.fepDialog .fepDialogTitle .fepDialogTitleM span:before {
  content: url('Images/ComInfo.svg');
  padding-right: 20px;
  float: left;
  padding-left: 10px !important;
}
.fepDialog .fepApplicationFormMessage {
  width: 100% !important;
  background-color: white !important;
}
.fepDialog .fepApplicationFormMessage .fepApplicationFormMessageToolbar {
  height: 50px !important;
  display: flex;
  align-items: center;
  padding-left: 48%!important;
}
.fepDialogTitle {
  background-color: transparent;
}
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 {
  background-color: #4eb7cd !important;
  padding-top: 12px !important;
  padding-bottom: 11px !important;
}
div.fepDialogTitle td.fepDialogTitleR {
  width: 0px;
  height: 27px;
  background-color: transparent;
  border-bottom: 1px solid #CCCEDB;
}
div.fepDialogForm {
  background-color: white;
  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;
}
div.Toolbar {
  background-color: transparent;
}
/*Dialogs and Messages Console END*/
div.DialogDocuments {
  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: 100% !important;
  max-width: none !important;
}
/*Dialogs and Messages eWizard START*/
.fepWizDialog div.DialogTitle TABLE,
.fepWizDialog div.fepDialogTitle TABLE {
  width: 100% !important;
  min-height: 5px !important;
  /*just to show the background - line*/
}
.fepWizDialog .DialogTitle,
.fepWizDialog .fepDialogTitle {
  background-color: transparent !important;
  border-bottom: 0px solid #CCCEDB !important;
}
.fepWizDialog div.DialogTitle td.DialogTitleL,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleL {
  width: 0px !important;
  height: 27px !important;
  /*background-image: url('./Images/Default/bgTitleL.gif');*/
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-color: transparent !important;
  border-bottom: 1px solid #CCCEDB !important;
}
.fepWizDialog div.DialogTitle td.DialogTitleM,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleM {
  height: 27px !important;
  padding: 0px 10px 0px 10px !important;
  vertical-align: middle !important;
  border-bottom: 0px solid #CCCEDB !important;
  background-color: #ff6600 !important;
  color: white !important;
  padding-left: 20px!important;
}
.fepWizDialog .fepDialogError .DialogTitle .DialogTitleM,
.fepWizDialog div.DialogTitle td.DialogTitleM.fepDialogError,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleM.fepDialogError {
  background-color: #d52b1e !important;
  padding-top: 12px !important;
  padding-bottom: 11px !important;
  width: 100%!important;
}
.fepWizDialog .fepDialogWarning .DialogTitle .DialogTitleM,
.fepWizDialog div.DialogTitle td.DialogTitleM.fepDialogWarning,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleM.fepDialogWarning {
  background-color: #8bce65 !important;
  padding-top: 12px !important;
  padding-bottom: 11px !important;
}
.fepWizDialog .fepDialogWarning .DialogTitle .DialogTitleM span:before,
.fepWizDialog div.DialogTitle td.DialogTitleM.fepDialogWarning span:before,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleM.fepDialogWarning span:before {
  content: url('Images/ComNot.svg');
  padding-right: 20px;
  float: left;
}
.fepWizDialog .fepDialogInfo .DialogTitle .DialogTitleM,
.fepWizDialog div.DialogTitle td.DialogTitleM,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleM,
.fepWizDialog div.DialogTitle td.DialogTitleM.fepDialogInfo,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleM.fepDialogInfo {
  background-color: #4eb7cd !important;
  padding-top: 12px !important;
  padding-bottom: 11px !important;
}
.fepWizDialog .fepDialogInfo .DialogTitle .DialogTitleM span:before,
.fepWizDialog div.DialogTitle td.DialogTitleM span:before,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleM span:before,
.fepWizDialog div.DialogTitle td.DialogTitleM span:before,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleM span:before {
  content: url('Images/ComInfo.svg');
  padding-right: 20px;
  float: left;
}
.fepWizDialog div.DialogTitle td.DialogTitleM span,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleM span {
  font-size: 18px !important;
}
.fepWizDialog div.DialogTitle td.DialogTitleM.fepDialogError span,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleM.fepDialogError span {
  font-size: 18px !important;
}
.fepWizDialog .fepDialogError .DialogTitle .DialogTitleM span:before,
.fepWizDialog div.DialogTitle td.DialogTitleM.fepDialogError span:before,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleM.fepDialogError span:before {
  content: url('Images/ComErr.svg');
  padding-right: 20px;
  float: left;
}
.fepWizDialog div.DialogTitle td.DialogTitleR,
.fepWizDialog div.fepDialogTitle td.fepDialogTitleR {
  width: 0px !important;
  height: 27px !important;
  background-color: transparent !important;
  border-bottom: 1px solid #CCCEDB !important;
}
.fepWizDialog div.DialogForm,
.fepWizDialog div.fepDialogForm {
  background-color: white !important;
  width: 100% !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.fepWizDialog .Toolbar {
  background-color: transparent !important;
  text-align: center !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  padding: 0px !important;
}
.fepWizDialog div.DialogForm .Toolbar,
.fepWizDialog .fepApplicationFormMessageToolbar {
  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;
  padding-top: 3px !important;
  box-sizing: content-box !important;
}
.fepWizDialog div.DialogForm table {
  box-sizing: content-box !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
{
	background-color: @buttonActiveColor !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 4px !important;
    display:inline !important;
    padding-bottom: 4px !important;
    color:white !important;
    border:0px solid #FFFFFF !important; 
    font-weight:bold;

}*/
.fepWizDialog .DialogForm .Toolbar A.ToolButtonS.fepDialogError,
.fepWizDialog .DialogForm .Toolbar A.ToolButton.fepDialogError,
.fepWizDialog .fepDialogForm .Toolbar A.ToolButtonS.fepDialogError,
.fepWizDialog .fepDialogForm .Toolbar A.ToolButton.fepDialogError,
.fepWizDialog .fepApplicationFormMessageToolbar a.ToolButton.fepDialogError {
  background-color: #db1b23 !important;
  position: absolute;
  top: 0px;
  right: 0px;
  color: transparent!important;
  background-image: url('Images/CloseBtn.png');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  margin-top: 4px !important;
}
.fepWizDialog .DialogDocuments,
.DialogTitle input {
  position: absolute;
  right: 6px;
  background-color: transparent !important;
  top: 0px;
  color: #4eb7cd !important;
  background-image: url('Images/CloseBtn.png');
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  margin-top: 6px!important;
  outline: none;
  width: 15px;
  height: 15px;
}
.fepWizDialog .DialogDocuments .DialogMessage {
  color: black !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,
.fepWizDialog .DialogForm .Toolbar A.ToolButtonS.fepDialogInfo,
.fepWizDialog .DialogForm .Toolbar A.ToolButton.fepDialogInfo,
.fepWizDialog .fepDialogForm .Toolbar A.ToolButtonS.fepDialogInfo,
.fepWizDialog .fepDialogForm .Toolbar A.ToolButton.fepDialogInfo,
.fepWizDialog .fepApplicationFormMessageToolbar a.ToolButton.fepDialogInfo {
  background-color: #4eb7cd !important;
  position: absolute;
  top: 0px;
  right: 0px;
  color: transparent!important;
  background-image: url('Images/CloseBtn.png');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  margin-top: 4px!important;
}
.fepWizDialog .DialogForm .Toolbar A.ToolButtonS.fepDialogWarning,
.fepWizDialog .DialogForm .Toolbar A.ToolButton.fepDialogErrorWarning,
.fepWizDialog .fepDialogForm .Toolbar A.ToolButtonS.fepDialogErrorWarning,
.fepWizDialog .fepDialogForm .Toolbar A.ToolButton.fepDialogErrorWarning,
.fepWizDialog .fepApplicationFormMessageToolbar a.ToolButton.fepDialogErrorWarning {
  background-color: #8bce65 !important;
  position: absolute;
  top: 0px;
  right: 0px;
  color: transparent!important;
  background-image: url('Images/CloseBtn.png');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  margin-top: 4px!important;
}
.fepWizDialog .fepApplicationFormMessageToolbar a.btnRefresh {
  padding-left: 25px !important;
  background-position-x: 4px !important;
}
.fepWizDialog div.DialogFormEx {
  background-color: white !important;
  box-shadow: 2px 2px 8px grey;
}
.DialogDocuments div.DialogMessage {
  display: table-cell !important;
}
.fepWizToolbar {
  display: table-cell;
  vertical-align: middle;
}
div .DialogFormEx tbody tr td div:nth-child(3) {
  height: 0px!important;
}
.fepWizDialog .DialogDocuments .DialogMessage {
  width: 100%!important;
}
.fepWizDialog div.DialogMessage {
  padding-top: 20px !important;
  padding-bottom: 27px!important;
  margin: 0px 0px 0px 0px !important;
  white-space: normal !important;
  height: 100% !important;
  vertical-align: middle !important;
  text-align: left;
  padding-left: 67px !important;
  padding-right: 67px !important;
  font-size: 14px !important;
}
.fepWizDialog .DialogForm .DialogMessage,
.fepWizDialog .fepDialogForm .DialogMessage,
.fepWizDialog div.ApplicationFormMessageText,
.fepWizDialog div.fepApplicationFormMessageText {
  background-color: white;
  border: none !important;
}
.fepWizDialog div.Dialog {
  box-shadow: 2px 2px 8px grey;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 150px !important;
  background-color: #FFFFFF !important;
}
.fepWizDialog .ModalBackground {
  background-color: transparent !important;
}
.fepWizDialog .Dialog .DialogTitle {
  display: none !important;
}
.fepWizDialog .Dialog .DialogForm .DialogMessage.fepDialogInfo {
  background-color: #4eb7cd !important;
  color: white !important;
  font-size: 18px!important;
  padding-top: 12px !important;
  padding-bottom: 12px!important;
  padding-left: 67px!important;
  position: relative;
}
.fepWizDialog .Dialog .DialogForm .DialogMessage.fepDialogError {
  background-color: #db1b23 !important;
  color: white !important;
  font-size: 18px!important;
  padding-top: 12px !important;
  padding-bottom: 12px!important;
  padding-left: 67px!important;
  position: relative;
}
.fepWizDialog .Dialog .DialogForm .DialogMessage.fepDialogWarning {
  background-color: #8bce65 !important;
  color: white !important;
  font-size: 18px!important;
  padding-top: 12px !important;
  padding-bottom: 12px!important;
  padding-left: 67px!important;
  position: relative;
}
.fepWizDialog div.Dialog .DialogForm .Toolbar {
  padding-top: 0px!important;
}
.fepWizDialog .Dialog .DialogForm .Toolbar a.ToolButtonS {
  background-color: transparent !important;
}
/*Dialogs and Messages eWizard END*/
a.ToolButtonS {
  margin-left: 6px;
  margin-right: 6px;
  color: red;
  /*font-weight:bold;	*/
  text-decoration: none;
  height: 18px;
}
a.ToolButtonS:active {
  color: red;
}
a.ToolButtonS:visited {
  color: red;
}
a.ToolButtonS:hover {
  color: red;
  /*text-decoration: underline;*/
}
input.ToolButtonS {
  border-top: solid 0px #747474;
  border-right: solid 0px #747474;
  border-bottom: solid 0px #747474;
  border-left: solid 0px #747474;
  color: #1F1C1C;
  background-color: Transparent;
  /*font-weight:bold;	*/
  cursor: hand;
}
.fepWizToolbar .ToolButton {
  display: inline-flex;
  margin-right: 20px;
  padding-top: 5px!important;
  white-space: nowrap;
}
.ToolButton,
.ToolButtonS {
  color: white !important;
}
a.ToolButton:hover {
  text-decoration: none !important;
}
.ModalBackground {
  z-index: 900;
  position: fixed !important;
  top: 0%;
  background-color: white;
}
/*</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;
}
div .Dialog {
  box-shadow: 2px 2px 8px grey;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: none !important;
  top: 150px !important;
  background-color: #FFFFFF !important;
}
.Dialog .DialogTitle {
  display: none !important;
}
.Dialog .DialogForm .DialogMessage {
  background-color: #4eb7cd !important;
  color: white !important;
  font-size: 18px !important;
  padding-top: 12px !important;
  padding-bottom: 28px !important;
  padding-left: 67px !important;
  position: relative;
  text-align: left;
}
.Dialog .DialogForm .DialogMessage:before {
  background-image: url(Images/ComInfo.svg);
  background-repeat: no-repeat;
  margin-right: 19px;
  float: left;
  padding-bottom: 6px;
  background-size: 29px 27px !important;
  width: 28px !important;
  height: 27px !important;
  content: "";
  position: absolute;
  left: 20px;
}
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: #4eb7cd !important;
  position: absolute;
  top: 0px;
  right: 0px;
  color: transparent !important;
  background-image: url(Images/CloseBtn.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  margin-top: 4px !important;
}
.row.fepCustRowReqBcg,
.fepRowGrid.fepCustRowReqBcg {
  margin-bottom: 10px !important;
}
.row .fepTabCol12 .fepGridParentDiv .fepGrid .fepRowGrid.fepCustRowReqBcg .fepClearGridCell.fepCustReqBcg {
  padding-top: 11px!important;
  padding-bottom: 25px !important;
}
.row .fepTabCol12 .fepGrid .fepRowGrid.fepCustRowReqBcg .fepFieldGridCbx .fepClearGridCell,
.row .fepTabCol12 .fepGrid .fepRowGrid.fepCustRowReqBcg .fepFieldGrid {
  padding-top: 0px !important;
}
.form-group.fepValidator.fepCustReqBcg {
  padding-top: 11px !important;
  padding-bottom: 15px !important;
}
.fepTabMDCol12 .form-group.fepValidator.fepCustReqBcg {
  padding-bottom: 25px !important;
}
.fepCustReqBcg .fepFieldCell .fepInnerCell .fepRequiredColor {
  font-size: 14px !important;
  color: #8a8a8a !important;
  background-color: #ffffff !important;
}
.fepCustReqBcg .fepFieldCell .fepInnerCell .fepRequiredColor:focus {
  color: black!important;
}
.fepCustReqBcg .fepFieldCell .fepInnerCell .fepBool.fepPanCheckDesc {
  background-color: transparent !important;
}
.fepConfirmation.fepRequiredColor {
  background-color: transparent!important;
}
.fepRowGrid .fepCustReqBcg,
.fepFieldGrid.fepCustReqBcg,
.fepGrid .fepRowGrid.fepCustReqBcg,
.fepRowGrid.fepCustRowReqBcg .fepFieldGrid .fepClearGridCell {
  padding-top: 8px !important;
  padding-bottom: 22px !important;
  /*margin-bottom:10px !important;*/
}
.fepHCpxCell.fepCustReqBcg {
  background-color: transparent!important;
}
.fepConfirm .input-group {
  width: 100%;
}
.fepCustReqBcg .fepCbxList .fepConfirmText {
  border: 1px solid #FF0000;
}
.fepValToR input {
  text-align: right!important;
}
.fepValToR input[type="text"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  text-align: left !important;
}
.fepValToR input[type="text"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  text-align: left !important;
}
.fepValToR input::-moz-placeholder,
input::-moz-placeholder {
  text-align: left !important;
}
.fepValToR .fepDropDown .dropdown-menu span.text {
  text-align: right!important;
  padding-right: 5px!important;
  display: inline-block !important;
  width: 100%!important;
  padding-top: 5px!important;
}
.fepValToR .fepDropDown .dropdown-menu.open.jspScrollable span.text {
  text-align: right!important;
  padding-right: 26px!important;
  display: inline-block !important;
  width: 100%!important;
  padding-top: 5px!important;
}
.fepValToR .fepDropDown .btn.dropdown-toggle span.filter-option.pull-left {
  text-align: right!important;
}
.fepValToR .fepDropDown .btn.dropdown-toggle.fepPlacehold span.filter-option.pull-left,
.fepValToR .fepDropDown .btn.dropdown-toggle.disabled span.filter-option.pull-left {
  text-align: left!important;
}
.fepConfirmText {
  z-index: 0 !important;
  border: 0px solid white !important;
  box-shadow: none !important;
  height: auto !important;
  padding-bottom: 0px !important;
  padding-top: 11px !important;
  padding-left: 3px !important;
}
.fepConfirmNoCb {
  width: 25px;
  background-color: white;
  border: 1px solid white;
  padding-left: 0px !important;
  padding-right: 5px !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;
}
.fepCbxList {
  width: 100%;
  display: inline-block;
}
.fepLongInfoString {
  cursor: default;
  background-color: white !important;
  opacity: 1;
  height: auto;
  border: none;
  box-shadow: none;
  resize: none;
  color: black !important;
  border: 0px solid white !important;
  padding-right: 0px !important;
  font-style: normal;
}
.fepAutoWidth {
  width: auto!important;
}
.row .col-xs-4 .form-group .fepHCpxCell .col-xs-11 .fepLongInfoString.fepDisabled,
.row .col-xs-3 .form-group .fepHCpxCell .col-xs-11 .fepLongInfoString.fepDisabled {
  padding-top: 17px!important;
}
.row .col-xs-8 .form-group .fepHCpxCell .col-xs-11 .fepLongInfoString {
  padding-right: 10px!important;
}
.form-control.fepLongInfoString {
  padding-left: 0px !important;
  line-height: 20px !important;
  padding-top: 0px !important;
}
.fepNoSpaceAfter .fepValidator .fepHCpxCell .fepSpaceAfter {
  padding-right: 14px!important;
}
.col-md-2.fepNoPadTB .form-group.fepNoPad .fepImg {
  position: absolute;
  top: -11px;
  left: -15px;
}
.fepInfo {
  text-align: center;
}
.fepBool {
  width: 25px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 14px !important;
  -ms-transform: scale(1.2);
  /* IE */
  -moz-transform: scale(1.2);
  /* FF */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
}
/*.fepAsyncFileDiv
{
	display:inline-block;
	width:100%;
}*/
.fepAsyncFileDiv .fepFileLink {
  box-shadow: none!important;
}
.fepAsyncFileDiv img {
  width: 100%;
}
.fepAsyncFileBtnNew {
  text-align: center;
  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 {
  width: 90%;
  display: inline-block;
  font-size: 12px !important;
  display: none!important;
}
.fepAsyncFileError {
  display: flex;
  text-align: left!important;
  margin-bottom: 5px;
  padding-top: 30px;
}
.fepAsyncFileError span {
  font-size: 12px !important;
  text-align: left;
  color: #db1b23 !important;
  vertical-align: middle;
}
.fepAsyncFileError > .fa {
  font-size: 12px;
}
.fepAsyncFileError .fa.fa-warning::before {
  content: url('Images/krytyczne1.svg') !important;
  padding-right: 8px;
  float: left;
  padding-bottom: 6px;
  margin-bottom: 3px;
}
.fepAsyncFileLblNew > .control-label {
  display: none;
}
.fepAsyncFileLblNew > .fepButtonsM,
.fepAsyncFileLblNew > .fepButtonsM:hover,
.fepAsyncFileLblNew > .fepButtonsM:active,
.fepAsyncFileLblNew > .fepButtonsM:focus {
  background-color: transparent;
  color: #ff6200 !important;
  border: 0px !important;
  height: auto;
  font-size: 14px !important;
  padding: 4px 0px 0px !important;
  text-align: left;
  margin-left: 10px;
}
.fepAsyncFileLblNew > .fepAsyncFileError {
  padding-bottom: 4px;
  margin-left: 0px;
}
.fepAsyncFile {
  display: none !important;
  width: 100% !important;
}
.fepFileLink {
  cursor: pointer;
  color: #ff6200  !important;
  font-size: 14px;
  margin-right: 0px !important;
}
.fepFileIconLink {
  display: none;
}
.fepAsyncFileTxt {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  height: 30px !important;
  z-index: 0 !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: visible;
  margin-bottom: 6px;
  padding-top: 10px;
}
.fepDivInPane .fepGridParentDiv {
  padding-top: 7px!important;
  margin-bottom: 5px!important;
}
.fepDivInPaneNoRL .fepGridParentDiv {
  padding-top: 9px!important;
}
.fepDivInPane .row .form-group.fepHorStruct {
  padding-top: 15px!important;
}
.fepDivInPane .row .form-group.fepHorStruct.fepCustReqBcg {
  padding-bottom: 10px!important;
  padding-top: 11px!important;
}
.fepGrid {
  /*border-collapse:separate;*/
  width: 100%;
  overflow-x: auto;
}
.fepGrid a.fepWebLink {
  cursor: pointer;
}
.fepClearGridCell {
  width: 100%;
}
.fepTabCol12 .fepClearGridCell {
  width: 100%!important;
}
.fepPadInTable .fepFieldGrid {
  /*padding-left:15px!important;*/
  padding-right: 0px!important;
  padding-top: 13px!important;
}
.fepPadInTable .fepFieldGrid .form-group {
  padding-left: 15px!important;
}
.fepPadInTable .fepFieldGrid .form-group.fepCustReqBcg {
  padding-bottom: 24px!important;
}
.row .fepPadInTable .form-group .fepFieldCell .fepInnerCell.has-feedback.fepSpaceAfter {
  width: 100%!important;
  padding-right: 6px!important;
}
.fepPadInTable .fepGridVert {
  padding-right: 0px!important;
}
.fepPadInTable .fepGridParentDiv {
  padding-top: 1px!important;
}
.fepPadInTable .fepGridVert .fepRowGrid .fepFieldGrid .fepFieldCell {
  padding-left: 21px!important;
}
.fepGridVert {
  border-collapse: collapse;
  display: inline-block;
  width: 100%;
  overflow-x: visible;
  /*background-color: #F9F9F9;*/
}
.fepGridVert tr.fepRowGrid {
  background-color: transparent !important;
  border-bottom: solid 1px #f5f5f5 !important;
}
.fepGridVert tr.fepRowGrid.fepLastRowGrid {
  background-color: transparent !important;
  border-bottom: none!important;
}
.fepGridVert tr.fepRowGrid .fepGridVertCell {
  padding-bottom: 0px!important;
}
.fepGridVert .fepFieldGrid .fepBool {
  background-color: transparent !important;
}
.fepGridVert .fepRowGrid .fepGridVertDel {
  background-color: transparent !important;
  border-bottom: solid 1px #f5f5f5 !important;
  vertical-align: top;
  padding-top: 29px;
  padding-right: 5px !important;
}
.fepGridVert .fepRowGrid.fepLastRowGrid .fepGridVertDel {
  border-bottom: none !important;
}
.fepGridVertPagingCell .ALNavBar {
  margin-right: -20px;
  float: right;
}
.fepGridVert td.fepHeaderGridLeft {
  width: 51%!important;
}
.fepGridVert .fepHeaderGridAddText {
  padding-left: 43px!important;
}
.fepGridVert .fepRadioList {
  padding-top: 15px!important;
}
.fepGridVert .fepRadioList.fepRequiredColor {
  padding-top: 0px!important;
}
.fepPadInTable .form-group {
  padding-top: 14px!important;
  padding-bottom: 14px!important;
}
.fepNoPadB .fepPadInTable .fepGridVert .fepConLab {
  padding-bottom: 0px!important;
}
.fepGridHeaderCell {
  padding: 6px 12px;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: right;
  background-color: #D9D9D9;
  border: 3px solid #D9D9D9;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  padding-right: 14px !important;
}
.fepGridHeaderCellAdd {
  padding-top: 1px;
  padding-bottom: 4px;
  background-color: transparent !important;
}
.fepGridHeaderAdd {
  background-color: #FFFFFF !important;
}
.fepGridHeaderCellWhite {
  background-image: none;
  background-color: #FFFFFF;
}
.fepGridHeaderWide {
  height: 2px;
  width: 100%;
  border: 0px solid white;
}
.fepGridHeaderTable {
  height: auto!important;
  width: 100%;
  border: 0px;
  table-layout: fixed;
}
.fepHeaderGridAddText {
  height: 30px;
  width: 100%!important;
  border: 0px;
  padding-top: 2px!important;
}
.fepHeaderGridAddText span {
  font-size: 14px !important;
  cursor: pointer;
  outline: none!important;
}
.fepHeaderGridLeft {
  text-align: right;
  width: 8px;
  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;
  display: none;
}
.fepFieldGrid {
  /*border:1px solid #aaaaaa;*/
  vertical-align: middle;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: center;
  padding-bottom: 3px;
  border-bottom: none !important;
  padding-right: 20px !important;
  padding-left: 15px !important;
  padding-bottom: 14px !important;
  padding-top: 14px !important;
}
.fepFieldGrid.fepFieldGridCbx {
  padding-right: 22px!important;
}
.fepDelPad {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.fepFieldGridLast {
  padding-right: 0px !important;
}
.fepPdfResWidth .col-sm-11.fepInnerCell.fepSpaceAfter {
  width: 100%!important;
  padding-right: 0px!important;
  padding-bottom: 3px!important;
}
.fepPdfResWidth .fepValidator {
  padding-bottom: 4px!important;
  padding-top: 4px!important;
}
.fepTabMDCol12 td.fepFieldGrid {
  width: 50% !important;
}
.fepTabMDCol12 td.fepFieldGridLast {
  width: 41.66666667% !important;
}
.fepTabMDCol12 td.fepFieldGridDel {
  width: 8.33333333% !important;
}
.fepTabMDCol12 .fepFieldCell .fepInnerCell,
.fepTabSMCol12 .fepFieldCell .fepInnerCell,
.fepTabXSCol12 .fepFieldCell .fepInnerCell {
  width: 100%!important;
}
.row .fepTabMDCol12 .form-group .fepFieldCell .fepInnerCell.has-feedback.fepSpaceAfter,
.row .fepTabSMCol12 .form-group .fepFieldCell .fepInnerCell.has-feedback.fepSpaceAfter,
.row .fepTabXSCol12 .form-group .fepFieldCell .fepInnerCell.has-feedback.fepSpaceAfter {
  padding-right: 6px!important;
}
.fepFieldGrid.fepFieldGrid .fepSpaceAfter {
  padding-right: 0px !important;
  padding-top: 1px !important;
}
.fepFieldGridLast .fepClearGridCell {
  float: left !important;
  width: auto !important;
}
td.fepFieldGrid.fepFieldGrid {
  width: 20%!important;
}
.fepFieldGridCbx,
.fepFieldGridCbx .fepClearGridCell {
  width: 21px;
}
.fepFieldGridCbx .fepClearGridCell .fepBool {
  background-color: transparent !important;
  padding-top: 4px!important;
}
.fepFieldGridRbt {
  width: 200px;
}
.fepFieldGrid textarea {
  border: 0px !important;
  box-shadow: none !important;
}
.fepFieldGrid {
  padding-left: 0px !important;
  text-align: left;
}
.fepBoolGrid {
  border: 0px !important;
  width: auto !important;
}
.fepDisabledGrid {
  color: #000000;
  /*background-color:#f0f0f0;*/
  padding-left: 0px;
  padding-right: 5px;
  vertical-align: middle;
}
.fepDisabledGrid span {
  border: 0px !important;
  box-shadow: none !important;
}
.fepDisabledGrid span.fepQuestion {
  border: 1px solid #d7d7d7 !important;
}
.fepClearGridCell {
  display: inline-block;
  /*width:90%;*/
}
.fepButt {
  border: none!important;
  border-radius: 0px!important;
  margin-right: 30px!important;
  outline: none!important;
}
/* Grid End*/
/*Buttons Start*/
.fepButt.fepButtonsCancelM {
  margin-top: 10px!important;
}
.fepButt.fepButtonsM {
  cursor: pointer!important;
  color: #ffffff !important;
  padding-left: 17px !important;
  padding-right: 15px !important;
  padding-top: 7px !important;
  padding-bottom: 9px!important;
  height: 40px!important;
  font-size: 18px !important;
  text-decoration: none!important;
  background-color: #ff6600 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.fepButt.fepButtonsM:hover {
  background-color: #ff9147 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.fepButt.fepButtonsM:focus {
  background-color: #ff9147 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  border: 2px solid #ff6600!important;
  padding-left: 16px!important;
  /*padding-right:18px!important;*/
}
.fepButt.fepButtonsM:active {
  background-color: #ffb27f !important;
  color: #ffffff !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  border: 0px!important;
  padding-left: 17px!important;
  /*padding-right:20px!important;*/
}
.fepButt.fepButtonsM:disabled {
  background-color: #e4e4e4 !important;
  color: #919191 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  pointer-events: none!important;
}
.fepButt.fepButtonsCancelM {
  cursor: pointer!important;
  color: #000000 !important;
  padding-left: 12px !important;
  padding-right: 10px !important;
  padding-top: 6px!important;
  padding-bottom: 10px!important;
  height: 30px!important;
  font-size: 14px !important;
  text-decoration: none!important;
  background-color: #f3f3f3 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.fepButt.fepButtonsCancelM:hover {
  cursor: pointer!important;
  color: #ffffff !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 6px!important;
  padding-bottom: 10px!important;
  height: 30px!important;
  font-size: 14px !important;
  text-decoration: none!important;
  background-color: #ff9147 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.fepButt.fepButtonsCancelM:focus {
  cursor: pointer!important;
  color: #ff6600 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 6px!important;
  padding-bottom: 10px!important;
  height: 30px!important;
  font-size: 14px !important;
  text-decoration: none!important;
  background-color: #f3f3f3 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  border: 1px solid #c7c7c7!important;
}
.fepButt.fepButtonsCancelM:active {
  cursor: pointer!important;
  color: #919191 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 6px!important;
  padding-bottom: 10px!important;
  height: 30px!important;
  font-size: 14px !important;
  text-decoration: none!important;
  background-color: #f3f3f3 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.fepButt.fepButtonsCancelM:disabled {
  cursor: pointer!important;
  color: #919191 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 6px!important;
  padding-bottom: 10px!important;
  height: 30px!important;
  font-size: 14px !important;
  text-decoration: none!important;
  background-color: #e4e4e4 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  pointer-events: none!important;
}
.fepNavButtons {
  min-height: 40px;
  background-color: transparent !important;
  border: 0px !important;
  padding-left: 35.3%!important;
}
.navbar.fepNavButtons input.btn {
  margin-bottom: 17px!important;
}
/*Buttons End*/
.fepPan,
.fepPanHead {
  background-color: transparent !important;
  border: 0px;
}
.fepPanHead {
  padding-bottom: 0px !important;
  padding-top: 0px!important;
}
/*.fepPanHeadHide {   
    .OzoneLight18;
    color:#FF6600;
    float:left;
    padding-right:10px !important;
    cursor:pointer;
}*/
.fepPanBody {
  background-color: transparent !important;
  border: 0px solid #ddd;
  padding-top: 0px!important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fepDivInPane .row .col-md-12.fepTabMDCol12.fepTabMDLab4VAL8.fepNoSep,
.fepDivInPane .row .col-md-12.fepTabMDCol12.fepTabMDLab4VAL8.fepNoSep .fepGridParentDiv .fepGridVert .fepFieldGrid {
  padding-left: 0px !important;
  padding-right: 0px!important;
}
.fepDivInPane .row .col-md-12.fepTabMDCol12.fepTabMDLab4VAL8.fepNoSep .fepGridParentDiv .fepGridVert .fepFieldGrid .form-group {
  padding-left: 20px!important;
  padding-right: 15px!important;
}
.fepDivInPane .row > div:first-child {
  padding-left: 20px !important;
}
.fepDivInPane .row > div:last-child {
  padding-right: 15px !important;
}
.fepDivInPane .row > div:last-child.fepTabCol8Small {
  padding-right: 0px !important;
}
.fepDivInPaneNoRL .row {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fepDivInPaneNoR .row {
  padding-left: 20px !important;
  padding-right: 0px !important;
}
.fepDivInPaneNoTB .row {
  padding-left: 20px !important;
  padding-right: 15px !important;
}
.fepDivInPaneNoTB {
  padding-top: 14px!important;
  padding-bottom: 0px !important;
}
.fepDivInPaneRL {
  padding-top: 39px!important;
  padding-bottom: 11px!important;
}
.fepDivInPaneRL .row {
  padding-left: 18px!important;
  padding-right: 20px!important;
}
.fepDivInPane .row .form-group .fepCol5 {
  padding-left: 13px !important;
}
.fepDivInPane .row .col-sm-8 .form-group.fepNoPad .fepFieldCell .fepInnerCell {
  width: 100%!important;
  padding-left: 13px!important;
}
.fepDivInPane .row.fepCustTabRow .col-sm-8 .form-group.fepNoPad .fepFieldCell .fepInnerCell {
  width: 93%!important;
  padding-left: 0px!important;
}
.fepDivInPane .row.fepDropToWidth .col-sm-8 .form-group.fepNoPad .fepFieldCell .fepInnerCell {
  padding-left: 0px!important;
}
.fepDivInPane .row .col-sm-8 .form-group.fepNoPad .fepFieldCell.fepCol5 .fepInnerCell {
  padding-left: 0px!important;
}
.fepDivInPane .row .col-sm-8 .form-group.fepNoPad .fepFieldCell.fepHelpDisplay.fepCol5 .fepInnerCell {
  width: 80% !important;
}
.fepDivInPane .row .fepLinkBut {
  padding-left: 16px!important;
}
.fepMoneyTab .col-md-3 {
  width: 22.4%!important;
  padding-left: 16px!important;
}
.fepMoneyTab .col-md-1 {
  width: 3.8%!important;
}
.fepDivInPane .row.fepMoneyTab > div:last-child {
  padding-right: 1px!important;
  padding-left: 15px!important;
}
.fepMoneyTab .fepTabMoneyLab {
  padding-left: 15px!important;
  width: 26.5%!important;
}
.fepDivInPane .row.fepMoneyTab > .col-xs-3.fepTabMoneyLab {
  padding-left: 12px!important;
}
.row.fepMoneyTab .col-sm-3 .form-group.fepValidator.fepNoPad {
  padding-top: 30px!important;
}
.row.fepMoneyTab .col-sm-4 .form-group.fepValidator.fepNoPad {
  padding-top: 30px!important;
}
.row.fepMoneyTab:nth-child(1) .col-sm-3 .form-group.fepValidator.fepNoPad {
  padding-top: 0px!important;
}
.row.fepMoneyTab:nth-child(1) .col-sm-4 .form-group.fepValidator.fepNoPad {
  padding-top: 0px!important;
}
.row.fepMoneyTab:nth-child(2) .col-sm-3 .form-group.fepValidator.fepNoPad {
  padding-top: 6px!important;
}
.row.fepMoneyTab:nth-child(2) .col-sm-4 .form-group.fepValidator.fepNoPad {
  padding-top: 6px!important;
}
.row.fepMoneyTab .col-sm-4.fepTabMoneyLab .form-group.fepValidator.fepNoPad {
  padding-bottom: 0px!important;
}
.row.fepMoneyTab .col-sm-4:nth-child(1) .form-group .fepHCpxCell .col-xs-11 .fepLongInfoString.fepDisabled {
  padding-top: 4px!important;
}
.row.fepMoneyTab .col-sm-4:nth-child(1) .form-group .fepInnerCell.fepSpaceAfter {
  padding-right: 10px !important;
}
.fepDivInPaneNoTB .row .col-md-7 .fepSeparatorParent,
.fepDivInPaneNoTB .row .col-sm-7 .fepSeparatorParent,
.fepDivInPaneNoTB .row .col-xs-7 .fepSeparatorParent {
  display: none;
}
.fepTabWithHelp .form-group .col-sm-8.fepFieldCell .fepInnerCell.has-feedback.fepSpaceAfter {
  width: 93%!important;
}
.fepTabWithHelp .fepHelpDisplay.fepCol3 {
  width: 27.8% !important;
}
.fepTabWithHelp .fepHelpDisplay.fepCol3 .col-sm-11.fepInnerCell {
  width: 80%!important;
}
.form-control:focus {
  /*box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(255,102,0,1);*/
  background-color: #ffffff !important;
  font-size: 14px !important;
  box-sizing: border-box;
  color: #000000;
  box-shadow: none;
  border: 2px solid;
  border-color: #ff6600;
  opacity: 1;
}
span.form-control:focus {
  background-color: transparent !important;
}
.form-control.fepDateBoot:focus {
  border-radius: 0px !important;
  font-size: 14px !important;
  border: 1px solid #d7d7d7;
  padding-bottom: 0px !important;
  padding-left: 9px !important;
  background-color: transparent;
  -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #d7d7d7;
}
::-webkit-input-placeholder {
  font-style: italic;
}
:-moz-placeholder {
  font-style: italic;
}
::-moz-placeholder {
  font-style: italic;
}
:-ms-input-placeholder {
  font-style: italic;
}
.form-control.fepLongInfoString:focus {
  padding-left: 0px!important;
  background-color: transparent!important;
}
.form-control.fepConfirmText:focus {
  padding-left: 3px!important;
  background-color: transparent!important;
}
.fepProcessing {
  position: fixed;
  color: #F28441 !important;
  left: 50%;
  top: 35%;
}
.fepPanUnderText {
  font-size: 16px;
  display: block;
  font-weight: normal !important;
  text-transform: none !important;
  padding-top: 12px;
}
/* Grid End*/
.fepProgress {
  border-collapse: inherit !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: #ff6200;
  white-space: nowrap;
}
.fepProgressStep span {
  padding-top: 6px;
}
.fepProgressStepCell {
  display: none;
  /*height:5px;
	min-width:2px;
	vertical-align:middle;*/
}
.fepProgressStepCellDone {
  background-color: #FF6600 !important;
}
.fepProgressStepCellToDo {
  background-color: #cdcdcd;
}
.fepProgressStepToDo {
  color: #cdcdcd;
}
.fepImg img {
  max-width: 100%;
}
.fepAppendixAsButton .fepButtonDisable .btn.btn-default.btn-custom.fepButtonsMIco,
.fepAppendixAsButton .fepButtonDisable .btn.btn-default.btn-custom.fepButtonsM.fepAsyncFileAddDis,
.fepAppendixAsButton .fepButtonDisable .btn.btn-default.btn-custom.fepButtonsMIco :hover,
.fepAppendixAsButton .fepButtonDisable .btn.btn-default.btn-custom.fepButtonsM.fepAsyncFileAddDis :hover,
.fepAppendixAsButton .fepButtonDisable .btn.btn-default.btn-custom.fepButtonsMIco :active,
.fepAppendixAsButton .fepButtonDisable .btn.btn-default.btn-custom.fepButtonsM.fepAsyncFileAddDis :active {
  color: #333 !important;
  cursor: default !important;
}
/*.fepAsyncFile DIV
{
	overflow:hidden !important;
	width:0px !important;	
}


.fepAsyncFile DIV INPUT
{
	width:0% !important;
}


.fepAsyncFileAdd
{
	display:inline-block !important;
	border: 1px solid #d8dbdf;
	text-decoration:none;
	background-color:#F0F0F0;
	padding-top:2px;
	padding-right:5px;
	padding-left:5px;
    vertical-align:top;
    cursor:pointer;
    margin-left:5px;
    min-width:80px;
    width:19%;
}

.fepAsyncFileAddDis
{
	color:#d8dbdf;
}

.fepAsyncFileTxt
{
	width:80% !important;
	min-width:150px;
	display:inline-block;
	height:30px;
}*/
/*bootstrap overrides*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: default !important;
  background-color: #e6e6e6 !important;
  color: #8a8a8a;
}
.form-control.fepRadioText[disabled],
.form-control.fepRadioText[readonly],
fieldset[disabled] .form-control.fepRadioText {
  background-color: transparent !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-size: 12px !important;
  color: #000000 !important;
  padding: 10px!important;
  padding-top: 12px!important;
  padding-bottom: 14px!important;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #ededed;
}
.popover {
  min-width: 200px;
  max-width: 601px;
  border-radius: 0%!important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) !important;
  border-color: #d7d7d7 !important;
  padding: 0px!important;
  width: 475px!important;
  max-height: 300px !important;
  overflow: unset !important;
}
.popover .jspVerticalBar {
  width: 20px !important;
  padding-right: 0px !important;
  padding-left: 5px!important;
  padding-top: 10px;
}
.popover.bottom {
  margin-top: 20px;
}
.popover.bottom > .arrow {
  border-bottom-color: #d7d7d7 !important;
}
.fepHelpDisplay {
  display: inline-flex;
}
/*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;
}
.glyphicon-ok::before {
  display: none!important;
}
.fepCheck {
  height: auto !important;
  line-height: inherit !important;
  padding-top: 5px;
  font-size: 14px;
  color: #8bce65;
  right: 0px !important;
}
.fepCheckDate {
  display: none !important;
}
.fepCheck.fepDropDownCheck {
  padding-right: 52px!important;
}
.fepCheck.fepHasSufCheck {
  z-index: 3;
  padding-right: 67px;
}
.bootstrap-select > .dropdown-toggle {
  z-index: 0!important;
}
.fepFieldGrid .fepClearGridCell .fepCheck.fepDropDownCheck {
  padding-right: 52px!important;
}
.fepSpaceAfter .fepCheck.fepDropDownCheck {
  padding-right: 97px!important;
}
.fepSpaceAfter .fepCheck {
  z-index: 1;
  padding-right: 69px;
}
.fepFieldGrid.fepFieldGrid .fepSpaceAfter .fepCheck {
  padding-right: 0px!important;
}
.fepFieldGrid .fepClearGridCell .fepCheck {
  z-index: 1;
  padding-right: 0px;
}
.fepError {
  height: auto !important;
  line-height: inherit !important;
  margin-top: 17px;
  color: #FE0000;
  right: 16px !important;
  background-image: url('Images/fieldError.png');
  background-repeat: no-repeat;
  font-family: Arial !important;
  width: 17px !important;
  height: 22px !important;
  padding-bottom: 10px !important;
  z-index: auto !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: 0% !important;
}
#ctl00_CPH_fepContainerR {
  width: 0% !important;
}
#ctl00_CPH_fepContainerM {
  width: 100%!important;
  min-height: 250px !important;
}
.chater {
  width: 100%;
  height: 200px;
}
.iiinfo {
  width: 15% !important;
  display: none;
}
.fepButtonsSendM,
.btn-danger {
  background-color: #FF6600 !important;
}
.fepButtonsSendM:hover,
.fepButtonsSendM:focus,
.fepButtonsSendM:active {
  background-color: #FF7400 !important;
}
.fepFieldCellLeft {
  padding-left: 0px !important;
  overflow: auto;
  text-align: left;
}
/*.fepInnerCell 
{
    padding-left:0px !important;
}*/
.fepRadioText {
  white-space: normal;
}
.fepBool {
  border: none !important;
  box-shadow: none !important;
}
.fepBool:focus {
  padding-left: 0px !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;
}
.appNewButtonsM {
  border: 0px;
  height: 21px;
  cursor: pointer;
  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;
}
/*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: #ff6200;
}
.fepProgressToDo {
  background: white;
  border: 2px solid lightgrey;
  color: lightgrey;
}
.fepProgressDone {
  background: #ff6200;
  border: 2px solid #ff6200;
  color: white;
}
.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;
}
.fepProgRectField {
  width: 100%;
  margin: 0 auto;
  height: 52px;
}
.fepProgressStepNumber {
  padding-right: 5px;
}
.fepProgArrowDone {
  height: 49px;
  min-width: 28px;
  background-image: url('Images/arrowdone.png');
  background-repeat: no-repeat;
  /*background-size:auto 100%;*/
  border-top: 1px solid #ff6200;
  border-bottom: 1px solid #ff6200;
}
.fepProgArrowNow {
  height: 50px;
  min-width: 28px;
  background-image: url('Images/arrowdone.png');
  background-repeat: no-repeat;
  /*background-size:auto 100%;*/
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.fepProgArrowToDo {
  height: 49px;
  min-width: 28px;
  background-image: url('Images/arrowtodo.png');
  background-repeat: no-repeat;
  /*background-size:auto 100%;*/
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.fepProgressNoArrowDone {
  width: 2px !important;
  border-left: 1px solid lightgrey;
}
.fepProgressNoArrowNow {
  width: 2px !important;
  border-left: 1px solid #ff6200;
}
.fepProgressNoArrowToDo {
  width: 2px !important;
  border-left: 1px solid lightgrey;
}
.fepProgPref {
  display: none;
}
.fepProgFirstCellDone {
  border-left: 1px solid #ff6200;
  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 #ff6200;
  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 #ff6200;
  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 #ff6200;
  border-bottom: 1px solid #ff6200;
  font-size: 14px !important;
  color: #ff6200  !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 #ff6200;
  font-size: 14px !important;
  color: #ff6200  !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;
}
.fepGroupBold {
  padding-right: 10px !important;
  font-size: 36px !important;
  padding-top: 7px;
  padding-left: 0px !important;
  padding-bottom: 23px;
}
.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 input[type="checkbox"] {
  pointer-events: none;
}
.fepConfirm {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/*change*/
.form-group {
  /*padding-bottom:0px !important;*/
  /*min-height:57px;*/
}
.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 {
  text-align: left !important;
}
.fepConPadR .fepConLab {
  padding-right: 55px!important;
}
.fepConPadR .fepConLab span.fepRequired {
  margin-top: 10px !important;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.fepExpandText {
  padding-left: 5px;
  cursor: pointer;
  color: #ff6200;
  font-size: 14px;
}
.fepExpand {
  margin-top: 10px;
  padding-left: 3px;
}
.fepCloseText {
  padding-left: 10px !important;
  cursor: pointer;
  color: #ff6200;
  font-size: 14px;
}
.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%;
}
.iframeAddition {
  padding-top: 0 !important;
}
.fepPdfFileDivIn {
  height: 400px;
  /*overflow-y:auto;
    overflow-x:hidden;*/
  width: 99.98%;
  float: left;
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 1px solid #d7d7d7;
}
.fepPdfFileCanv {
  width: 100%;
}
.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 top !important;
  display: block;
  height: 80px;
  background-size: 100% auto;
  max-width: 130px;
}
.fepPreamLogo.fepTextVisible {
  background-image: none;
}
.fepPreamText {
  font-size: 30px !important;
  position: absolute;
  bottom: 8px;
  display: block !important;
}
.fepStateActual.fepStateHeader .fepProgButton,
.fepStateRepeatActual.fepStateHeader .fepProgButton {
  font-size: 31px!important;
  padding-bottom: 8px;
  padding-top: 11px !important;
}
#headPanel {
  font-size: 24px !important;
  color: #000000 !important;
  text-align: left;
  padding-top: 28px;
  padding-bottom: 10px;
}
#ctl00_CPH_fepStepTable1 {
  border-top: 0px solid #d9d9d9;
  padding-top: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#ctl00_CPH_fepFooterM {
  border-top: 0px solid #d9d9d9;
  padding-left: 0px !important;
}
#ctl00_CPH_fepFooter {
  display: block !important;
}
#ctl00_CPH_fepSystemInfo {
  display: none;
}
#ctl00_CPH_fepUPProgress {
  display: none;
}
.fepRadioBut {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding-left: 0px !important;
  border-right: 0px solid #F0F0F0 !important;
  border-top: 0px solid white !important;
  border-left: 0px solid white !important;
  border-bottom: 0px solid white !important;
  padding-right: 0px !important;
  box-shadow: none !important;
}
.fepRadioBut input {
  -ms-transform: scale(1.2);
  /* IE */
  -moz-transform: scale(1.2);
  /* FF */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
}
.fepRadioText {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  padding-left: 10px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border-left-width: 0px!important;
  font-size: 12px!important;
  color: #000000;
}
.fepConfirmCb {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-color: transparent !important;
  border: none !important;
  width: 20px;
  padding-left: 5px !important;
  padding-right: 6px !important;
  padding-bottom: 8px !important;
  padding-top: 10px!important;
  font-size: 14px !important;
  vertical-align: top !important;
}
.fepCustReqBcg .fepConfirmCb {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.col-xs-12 .fepConfirmation,
.col-md-12 .fepConfirmation,
.col-sm-12 .fepConfirmation {
  padding-top: 6px!important;
}
.col-xs-8 .fepConfirmation,
.col-md-8 .fepConfirmation,
.col-sm-8 .fepConfirmation {
  padding-top: 0px!important;
  box-shadow: none;
}
.fepConfirmation .col-sm-12 .input-group .fepConfirmCb {
  padding-left: 0px!important;
}
.panel {
  box-shadow: none !important;
  margin-bottom: 3px!important;
}
.fepConfirmText {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.fepCustReqBcg .fepConfirmText {
  padding-top: 3px !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;*/
}
.fepCustScroll {
  display: inline-block;
  overflow: auto;
}
.fepCustScroll.jspScrollable {
  border: 1px solid #d7d7d7;
}
/*.jspContainer,
.fepDropDownInnerDiv,
.jspPane{
    height:auto!important;
}*/
.jspPane .form-control {
  border: 0px !important;
  box-shadow: none !important;
  padding: 10px !important;
  padding-right: 16px!important;
}
.jspVerticalBar {
  background-color: transparent!important;
  width: 27px !important;
  padding-right: 10px;
}
.jspHorizontalBar {
  background-color: transparent!important;
  width: 20px !important;
  padding-bottom: 10px;
  display: none;
}
.fepHideScroll .jspVerticalBar {
  display: none;
}
.jspTrack {
  border-radius: 2px;
  background-color: transparent!important;
  border: 1px solid #EDEDED;
  width: 10px!important;
  max-height: 298px !important;
}
.popover .jspContainer .jspTrack {
  max-height: 278px !important;
}
.jspDrag {
  border-radius: 2px;
  background-color: #ff6600 !important;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
}
.fepLinkBut .fepFieldCell {
  overflow: hidden;
  height: 40px !important;
  width: auto !important;
}
.fepLinkButGrey .fepInnerCell,
.fepLinkBut .fepInnerCell {
  border-radius: 3px;
  height: 48px !important;
  padding-top: 8px;
}
.jspArrow {
  background-color: transparent!important;
  pointer-events: none;
}
.jspArrowUp {
  height: 8px!important;
}
.jspArrowDown {
  height: 12px!important;
}
.fepLinkBut .fepHCpxCell {
  padding-top: 20px !important;
}
.fepLinkButGrey .fepHCpxCell {
  padding-top: 29px !important;
}
a.fepWebLink.fepBackToState {
  cursor: pointer;
  border-bottom: 1px solid #ff6600 !important;
  width: 34px;
  font-size: 0px!important;
  background-image: url('Images/powrot.svg');
  background-color: transparent;
  background-size: 23px 17px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 14px;
  margin-top: 9px;
}
a.fepWebLink,
a.fepFileLinkAppendix {
  font-size: 14px!important;
}
.fepLinkBut .fepWebLink {
  cursor: pointer!important;
  color: #ffffff !important;
  padding-left: 17px !important;
  padding-right: 20px !important;
  padding-top: 7px !important;
  padding-bottom: 9px!important;
  height: 40px!important;
  font-size: 18px !important;
  text-decoration: none!important;
  background-color: #ff6600 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.fepLinkBut .fepWebLink:hover {
  background-color: #ff9147 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.fepLinkBut .fepWebLink:focus {
  background-color: #ff9147 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  border: 2px solid #ff6600!important;
}
.fepLinkBut .fepWebLink:active,
.fepWebLink:active {
  background-color: #ffb27f !important;
  color: #ffffff !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  border: 0px!important;
}
.fepLinkBut .fepWebLink:disabled {
  background-color: #e4e4e4 !important;
  color: #919191 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  pointer-events: none!important;
}
.ToolButton,
.fepLinkButGrey .fepWebLink,
.fepWebLinkGrey {
  cursor: pointer!important;
  color: #000000 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 7px!important;
  padding-bottom: 6px!important;
  height: 30px!important;
  font-size: 14px !important;
  text-decoration: none!important;
  background-color: #f3f3f3 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.ToolButton:hover,
.fepLinkButGrey .fepWebLink:hover,
.fepWebLinkGrey:hover {
  color: #ffffff !important;
  text-decoration: none!important;
  background-color: #ff9147 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.ToolButton:focus,
.fepLinkButGrey .fepWebLink:focus,
.fepWebLinkGrey:focus {
  cursor: pointer!important;
  color: #ff6600 !important;
  text-decoration: none!important;
  background-color: #f3f3f3 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  border: 1px solid #c7c7c7!important;
}
.ToolButton:active,
.fepLinkButGrey .fepWebLink:active,
.fepWebLinkGrey:active {
  cursor: pointer!important;
  color: #919191 !important;
  text-decoration: none!important;
  background-color: #f3f3f3 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  border: 0px!important;
}
.ToolButton:disabled,
.fepLinkButGrey .fepWebLink:disabled,
.fepWebLinkGrey:disabled {
  cursor: pointer!important;
  color: #919191 !important;
  text-decoration: none!important;
  background-color: #e4e4e4 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  pointer-events: none!important;
}
.fepNoPadL .fepValidator {
  padding-left: 10px!important;
}
.fepHorStruct {
  min-height: 0px !important;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.fepNoOverflow {
  overflow: visible !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: 2;
}
.fepReqText {
  text-align: left;
}
.fepInnerCell ul {
  max-height: 300px;
  overflow: auto;
}
.feporsq {
  background-image: url('Images/orsquare.png');
  background-repeat: no-repeat;
  background-position-y: 8px;
  padding-left: 12px;
  padding-top: 4px !important;
}
span:focus {
  border: 0px solid white !important;
  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: hidden;
  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 !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:-ms-input-placeholder {
  background-color: #ffffff;
  color: #8a8a8a !important;
  font-size: 14px !important;
  font-style: italic;
  text-align: left !important;
}
.fepDropDown.fepDropDownTip .btn.dropdown-toggle span.filter-option.pull-left,
.fepValToR .fepDropDown.fepDropDownTip .btn.dropdown-toggle span.filter-option.pull-left {
  color: #8a8a8a;
  font-size: 14px !important;
  font-style: italic;
  text-align: left;
}
.fepCustReqBcg .icheckbox_minimal,
.fepCustReqBcg input,
.fepCustReqBcg textarea,
.fepCustReqBcg .fepBool.fepRequiredColor .icheckbox_minimal {
  font-size: 14px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border: 1px solid #db1b23 !important;
}
.fepRadioList {
  width: 100%;
  display: inline-flex;
}
.fepCustReqBcg .fepFieldGrid.fepFieldGrid .fepClearGridCell input,
.fepCustReqBcg .fepFieldGrid .fepClearGridCell .fepDropDown button,
.fepCustReqBcg .fepClearGridCell input {
  border: 1px solid #FF0000 !important;
  background-color: white !important;
}
.row .col-xs-4.fepColSameHeight .form-group .fepHCpxCell .form-control.fepLongInfoString.fepDisabled {
  padding-top: 0px!important;
}
.row .col-xs-12 .form-group .fepHCpxCell .col-xs-11.fepInnerCell .fepLongInfoString.fepDisabled font {
  font-size: 18px!important;
}
.row .fepColSameHeight .form-group .fepHCpxCell .col-xs-11.fepInnerCell .fepLongInfoString.fepDisabled font {
  font-size: 14px!important;
}
.row .fepColSameHeight .form-group .fepHCpxCell .fepInnerCell {
  margin-top: 7px!important;
}
.input-group.fepNumber.fepRequiredColor {
  background-color: transparent!important;
}
.input-group.fepNumber.fepRequiredColor input {
  background-color: #ffe2cf;
}
.input-group .fepRightPan {
  text-align: left;
  padding-top: 10px!important;
}
.input-group.fepString,
.input-group.fepIBAN {
  display: inline-flex !important;
}
.fepDesignGroup .input-group.fepString .form-control,
.fepDesignGroup .input-group.fepIBAN .form-control {
  width: 1% !important;
  flex: 1 1 auto;
}
.fepSliderWithTextbox.input-group.fepString {
  display: table!important;
}
.fepRequiredColor:-ms-input-placeholder,
.fepRequiredColor .form-control.fepHasPref:-ms-input-placeholder,
.fepRequiredColor .form-control.fepHasSuf:-ms-input-placeholder {
  color: #8a8a8a;
  font-size: 14px !important;
  font-style: italic;
  background-color: #ffe2cf;
  -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #d7d7d7;
}
.fepRequiredColor,
.fepRequiredColor .form-control.fepHasPref,
.fepRequiredColor .form-control.fepHasSuf {
  background-color: #ffe2cf !important;
}
.fepRequiredColor.fepCbxList {
  background-color: transparent !important;
}
.fepRequiredColor.input-group {
  background-color: transparent !important;
}
.fepFieldCell .fepInnerCell .fepRadioList.fepRequiredColor {
  background-color: transparent!important;
}
.row .form-group .fepFieldCell .fepInnerCell.has-feedback.fepSpaceAfter {
  padding-right: 28px !important;
}
.fepDivInPaneNoTB .row .form-group .fepFieldCell .fepInnerCell.has-feedback.fepSpaceAfter {
  padding-right: 45px !important;
  padding-left: 7px !important;
}
.fepDivInPaneNoTB .row .fepConPadR .form-group .fepFieldCell .fepInnerCell.has-feedback.fepSpaceAfter div.fepDropDown {
  background-color: transparent!important;
}
div.fepDropDown.fepAutocomplet .dropdown-menu.open {
  /*overflow: visible !important;*/
}
.fepDivInPaneNoTB .row .col-sm-12.fepConPadR .form-group .fepFieldCell .fepInnerCell.fepSpaceAfter .btn-group {
  width: 58% !important;
  margin-right: 40% !important;
}
.fepDivInPaneNoTB .row .form-group.fepBtnVertical {
  padding-left: 7px!important;
  padding-top: 1px !important;
}
.fepDivInPaneNoTB .row .form-group.fepLinkVertical {
  padding-left: 7px!important;
  padding-top: 14px!important;
}
.fepDivInPaneNoTB .row .col-md-12.fepConPadR .form-group {
  padding-bottom: 0px!important;
}
.fepDivInPaneNoTB .row .col-md-12.fepConPadR .form-group.fepCustReqBcg {
  padding-bottom: 15px!important;
}
.row .col-md-12.fepMdTextPadL div .form-group.fepValidator.fepNoPad .col-sm-8.fepFieldCell .col-sm-11.fepInnerCell.has-feedback {
  padding-right: 104px!important;
  padding-left: 16px!important;
  width: 100%!important;
}
.row .col-sm-3 .form-group.fepValidator.fepNoPad .fepHCpxCell .col-sm-11.fepInnerCell.has-feedback {
  float: left;
}
.row .col-sm-4 .form-group.fepValidator.fepNoPad,
.row .col-sm-3 .form-group.fepValidator.fepNoPad {
  padding-bottom: 0px!important;
  padding-top: 5px!important;
}
.row .col-sm-4 .form-group.fepValidator.fepNoPad.fepCustReqBcg,
.row .col-sm-3 .form-group.fepValidator.fepNoPad.fepCustReqBcg {
  padding-bottom: 15px!important;
  padding-top: 10px!important;
}
.fepCustReqBcg .input-group.fepNumber {
  background-color: transparent!important;
}
/*.fepString:-ms-input-placeholder{
	color: @normalPhFontColor;
    font-size:@inputFontSize !important;
    font-style:italic;
    background-color: @normalPhBackColor;
}*/
.fepDisabled:-ms-input-placeholder,
-ms-input-placeholder[disabled],
.form-control[disabled]::-webkit-input-placeholder,
.form-control:disabled::-webkit-input-placeholder {
  color: #8a8a8a;
  font-style: italic;
  font-size: 14px !important;
  background-color: #e6e6e6 !important;
  -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #d7d7d7d d;
}
.form-control::-webkit-input-placeholder {
  color: #8a8a8a;
}
.fepKRSLbl .fepConLab {
  max-width: 187px;
}
.fepMinH .form-group {
  min-height: 1px !important;
}
.fepMdTextPadL .fepFieldCellSeparator,
.fepMdTextPadL .fepConLab,
.fepMdTextPadL .fepGridParentDiv {
  padding-left: 30px !important;
}
.fepMdTextPadL.fepTabCol12 .fepGridParentDiv {
  padding-left: 0px!important;
}
.fepTabCol8Small,
.fepTabCol8Small {
  cursor: auto!important;
}
.fepTabCol8Small,
.fepTabCol8Small {
  cursor: auto!important;
}
.fepTabCol8 {
  padding-left: 15px!important;
  padding-right: 1px!important;
}
.fepTabCol8 .fepRowGrid .fepFieldGrid:nth-child(1) {
  width: 58% !important;
}
.fepTabCol8 .fepRowGrid .fepFieldGrid:nth-child(2),
.fepTabCol8 .fepRowGrid .fepFieldGridLast {
  width: 36.66666667% !important;
  padding-right: 0px!important;
}
.fepTabCol8 .fepRowGrid .fepFieldGridDel {
  width: 3.33333333% !important;
}
.fepTabCol8Small {
  padding-left: 11px!important;
}
.fepTabCol8Small .fepRowGrid .fepFieldGrid:nth-child(1) {
  width: 50.4% !important;
  padding-left: 4px!important;
  padding-right: 19px!important;
}
.fepTabCol8Small .fepRowGrid .fepFieldGrid:nth-child(2),
.fepTabCol8Small .fepRowGrid .fepFieldGridLast {
  width: 26.5% !important;
  padding-right: 0px!important;
}
.fepTabCol8Small .fepRowGrid .fepFieldGridDel {
  width: 39.33333333% !important;
}
.fepTabCol8Small .fepRowGrid .fepFieldGrid .fepClearGridCell.fepCustReqBcg {
  padding-bottom: 28px !important;
}
.fepTabCol8 .fepFieldGridDel .fepDeleteRow {
  margin-left: 10px!important;
  margin-right: 74px!important;
}
.fepTabCol8Small .fepCustReqBcg .fepValidBackground {
  height: calc(100% + -10px);
  top: -3px !important;
  display: block;
}
.fepTabCol8 .fepRowGrid.fepCustRowReqBcg .fepFieldGrid:first-child .fepClearGridCell.fepCustReqBcg {
  padding-top: 11px !important;
  padding-bottom: 25px !important;
}
.fepTabCol8 .fepRowGrid.fepCustRowReqBcg .fepFieldGrid:first-child .fepClearGridCell.fepCustReqBcg .fepValidBackground {
  top: 0px !important;
  height: calc(100% + -10px);
  display: block;
}
.fepCustTabRow .col-sm-8 {
  width: 69.7%!important;
}
.fepCustTabRow .col-sm-4 {
  width: 30.2%!important;
}
.fepCustTabRow .col-sm-8 .col-sm-6.control-label {
  width: 48.8%!important;
}
.fepCustTabRow .col-sm-8 .col-sm-6.fepFieldCell {
  width: 51%!important;
}
.fepDropToWidth .col-sm-8 .col-sm-4 {
  padding-left: 5px!important;
  padding-right: 0px!important;
}
.fepDropToWidth .col-sm-8 .col-sm-4 div.btn-group {
  width: 77%!important;
  background-color: transparent !important;
  display: block !important;
}
.fepDropToWidth.fepCustRowReqBcg .col-sm-8 .col-sm-4 div.btn-group .dropdown-menu.open {
  margin-top: 5px!important;
}
.fepRowGrid.fepCustRowReqBcg .fepFieldGridCbx .fepClearGridCell .fepBool {
  margin-top: 12px!important;
}
.fepTabCol12 .fepGrid .fepRowGrid.fepCustRowReqBcg .fepFieldGridDel .fepDeleteRow {
  margin-top: 8px!important;
}
.fepTabCol12 {
  /*padding-right:41px!important;*/
  /*padding-left:4px !important;*/
}
.fepTabCol12 .fepFieldGrid.fepFieldGrid {
  width: 18.3%!important;
}
.fepTabCol12 .fepFieldGridDel {
  width: 2.33%!important;
}
.fepTabCol12 .fepRowGrid .fepFieldGrid:nth-child(3) {
  width: 18.6%!important;
  padding-right: 0px!important;
}
.fepTabCol12 .fepRowGrid .fepFieldGrid.fepFieldGrid .fepClearGridCell {
  width: 100%!important;
}
.fepTabCol12 .fepRowGrid .fepFieldGrid:nth-child(2) {
  padding-right: 20px!important;
  width: auto!important;
}
.fepTabCol12 .fepFieldGrid.fepFieldGridCbx {
  padding-right: 22px!important;
  padding-left: 32px!important;
  width: 2%!important;
}
.fepLastRowSep.fepLgPadR .fepTabCol12 .fepGridHeaderAdd .fepHeaderGridAddText {
  padding-left: 75px!important;
}
.fepLastRowSep .fepMdTextPadL .fepGrid .fepFieldGridDel .fepDeleteRow {
  margin-left: 9px!important;
}
.fepLastRowSep .fepMdTextPadL.fepTabCol12 .fepGrid .fepFieldGridDel .fepDeleteRow {
  margin-right: 75px!important;
}
.fepTabMDLab6VAL6 .fepConLab,
.fepTabSMLab6VAL6 .fepConLab,
.fepTabXSLab6VAL6 .fepConLab {
  padding-left: 10px!important;
}
.fepTabMDCol10 .fepFieldGrid,
.fepTabSMCol10 .fepFieldGrid,
.fepTabXSCol10 .fepFieldGrid {
  padding-right: 0px!important;
}
.fepAddSpaceDiv {
  padding-right: 30px !important;
}
.fepNoSep .fepFieldCellSeparator {
  display: none;
}
.fepNoPadTB,
.fepNoPadTB div,
.fepNoPadTB span {
  height: auto!important;
}
.row.fepSpaceAfter .col-xs-10.fepNoPadR.fepNoSpaceAfter,
.row.fepSpaceAfter .col-xs-10.fepNoSpaceAfter .col-xs-12.fepNoPadTB.fepNoPadR {
  padding-right: 15px!important;
  padding-top: 3px !important;
}
/*Group Template START*/
.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;
}
.fepNoPadR .fepSpaceAfter {
  padding-right: 0px!important;
}
.fepNoPadR .fepInnerCell {
  width: 100% !important;
}
.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: 16px !important;
}
.fepMdPad {
  padding-left: 28px !important;
  padding-right: 21px !important;
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.fepLgPadL {
  padding-left: 50px !important;
}
.fepLgPadR {
  padding-right: 40px !important;
}
.fepLgPadT .form-group {
  padding-top: 18px !important;
}
.fepLgPadB {
  /*padding-bottom:0px !important;*/
  padding-bottom: 50px !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;
}
.fepConfNoName .input-group {
  padding-top: 27px;
}
.fepColSameHeight {
  float: none;
  display: table-cell;
  vertical-align: top;
  padding-top: 9px!important;
}
.fepColSameHeight span.fepLongInfoString {
  display: inline!important;
}
.row .fepColSameHeight:first-child {
  width: 37.7%!important;
  padding-left: 8px!important;
}
.row .fepColSameHeight:first-child div.col-md-12:last-child .form-group .fepInnerCell {
  margin-top: 11px!important;
  padding-left: 8px!important;
}
.row .fepColSameHeight:nth-child(3) div.col-md-12:last-child .form-group .fepInnerCell {
  margin-top: 17px!important;
  padding-left: 8px!important;
}
.row .fepColSameHeight:nth-child(2) {
  width: 34.2%!important;
}
.row .fepColSameHeight:nth-child(2) div.col-md-12:last-child .form-group .fepInnerCell {
  padding-left: 10px!important;
  margin-top: 24px!important;
}
.fepDivInPaneRL .row .fepLinkBut {
  padding-left: 10px!important;
}
.fepDivInPaneRL .row .col-xs-7.col-sm-7.col-md-7.fepLinkBut {
  padding-bottom: 5px !important;
}
.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*/
.fepRadioNVRight {
  padding-left: 31px !important;
  padding-right: 0px !important;
}
.fepRadioNVRight .fepRadioText {
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !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;
}
.fepMainC {
  padding-right: 60px !important;
  padding-left: 60px !important;
  width: 100%!important;
}
.fepMainL {
  margin-right: 0px!important;
  width: 0px!important;
}
.fepMainR {
  margin-right: 0px!important;
}
div.pFooter {
  padding-top: 0px !important;
}
#ctl00_CPH_fepPreambuleL {
  padding-left: 0px !important;
  height: 44px;
  border-bottom: 1px solid #ff6600 !important;
  width: 100%!important;
}
#ctl00_CPH_fepPreambuleR {
  display: none;
}
#ctl00_CPH_fepPreambule {
  padding-right: 60px;
  padding-left: 60px;
}
#ctl00_CPH_fepContainerR div {
  display: none;
}
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;
}
.ToolButton.fepFileLink.fepRight.fepPdfLink {
  height: 0px!important;
  visibility: hidden!important;
  padding-top: 0px!important;
}
.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;
}
.fepDisabled.btn,
.fepDisabled.btn:focus {
  color: #D8D8D8 !important;
  background-color: #FFFFFF !important;
  border: 1px solid #D8D8D8 !important;
}
.spinner {
  background-image: url('Images/loaderBig.png');
  background-size: 68px 68px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  animation: spin 1s linear infinite;
  z-index: 999;
  position: fixed;
  left: 45%;
  top: 35%;
}
.fepRadioCont:focus,
.fepRadioCont div:focus {
  outline: none;
  -webkit-appearance: none;
}
.fepCheckCont:focus,
.fepCheckCont div:focus {
  outline: none;
  -webkit-appearance: none;
}
.fepCheckDesCont:focus,
.fepCheckDesCont div:focus {
  outline: none;
  -webkit-appearance: none;
}
.fepAllDesc,
.fepNotAllDesc {
  padding-top: 2px;
}
.fepCheckDesCont {
  display: inline-flex !important;
}
.fepCheckDescPan {
  margin-top: 1px;
  display: inline-flex !important;
}
.fepPanCheckDesc {
  display: inline !important;
  padding-top: 0px !important;
}
.fepCheckDesc {
  padding-left: 20px;
}
.fepFieldCellBDesc {
  overflow: visible!important;
}
.fepFieldCellB .fepInnerCell {
  padding-bottom: 3px!important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
object {
  position: absolute;
  z-index: 1;
}
.fepIcoPref,
.fepIcoSuf {
  display: table-cell !important;
}
.fepConfirmExtend {
  margin-bottom: 21px !important;
}
.fepDivInPaneNoTB .row.fepConfirmExtend {
  padding-right: 0px !important;
  margin-top: 18px !important;
}
.fepDivInPaneNoTB .row.fepConfirmExtend .col-sm-11.fepInnerCell {
  width: 100% !important;
}
.fepDivInPaneNoTB .row.fepConfirmExtend .fepConfirmText {
  padding-right: 0px !important;
}
/*BSDatePicker*/
.datepicker {
  border-color: #e0e0e0 !important;
  width: 280px;
}
tfoot tr th.today {
  padding-top: 7px!important;
  padding-bottom: 3px!important;
  padding-right: 0px!important;
}
.datepicker table tr td.today {
  /*font-weight:normal !important;
	font-size:14px !important;
	line-height:16px !important;
	border-color:#BBB !important;
	color:#666 !important;*/
}
.datepicker-dropdown {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 0px!important;
  border-color: #e0e0e0 !important;
  margin-top: 4px !important;
  border-radius: 0px!important;
}
.datepicker-dropdown::after {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.datepicker-dropdown::before {
  border-left: none;
  border-right: none;
  border-bottom: 0px!important;
}
.fepDateOverlap:before {
  content: url('Images/bootpicker.png');
  float: right;
  right: -1px !important;
  top: -40px !important;
}
.datepicker table tr td,
.datepicker table tr th {
  width: 50px !important;
}
.datepicker th.dow {
  border-radius: 0px!important;
}
.table-condensed {
  width: 100%;
}
.datepicker table tr td.highlighted.day.lastDayWeek {
  border-right: solid 1px;
  border-right-color: #e0e0e0 !important;
}
.datepicker table thead tr th.dow:last-child {
  border-right: solid 1px;
  border-right-color: #a3a3a3 !important;
}
.datepicker table tr td.active.highlighted.day {
  font-size: 14px !important;
  border-color: #e0e0e0;
  background-color: #e0e0e0 !important;
  text-shadow: none;
}
.datepicker table tr td.day.today {
  /*border:1px solid #BBB !important;
	border-radius:4px !important;
	font-weight:normal !important;
	font-size:14px !important;
	line-height:16px !important;
	color:#666 !important;   
	background:transparent !important;*/
  background-color: transparent!important;
  border: solid 1px #e0e0e0;
}
.datepicker table tr td.focused,
.datepicker table tr td.active.day,
.datepicker table tr td.active.highlighted.day {
  font-size: 14px !important;
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border: 0px!important;
}
.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.today:hover,
.datepicker table tr td.day:hover {
  border: none !important;
  outline: thin solid #ff6600;
  background-color: #ffffff;
}
.datepicker table tbody tr:nth-last-child(1) td.highlighted.day {
  border-bottom: solid 1px #e0e0e0 !important;
}
.datepicker table tbody tr td.highlighted.day {
  border-bottom-color: #ffffff!important;
}
.datepicker td.day {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #666 !important;
  width: 34px;
  height: 30px;
  border: solid 1px;
  border-radius: 0px!important;
  border-color: #e0e0e0;
}
.datepicker table tbody tr td.highlighted.day.lastWeek {
  border-bottom: solid 1px !important;
  border-bottom-color: #e0e0e0!important;
}
.datepicker td.old,
.datepicker td.new {
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: transparent !important;
}
.datepicker table tr td.new:hover,
.datepicker table tr td.old:hover {
  color: transparent!important;
}
.datepicker th.dow:first-child {
  border-left: solid 1px #a3a3a3 !important;
  border-top: solid 1px #a3a3a3 !important;
}
.datepicker th.dow {
  font-size: 14px !important;
  background-color: #a3a3a3 !important;
  border-top: solid 1px #a3a3a3 !important;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 0px;
  font-weight: normal;
}
.todayOffset {
  pointer-events: none;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background-color: #e0e0e0 !important;
  border: solid 1px #ffffff !important;
}
th.today {
  font-size: 14px;
  color: #ff6600;
  text-align: right !important;
  font-weight: normal;
}
tfoot tr th.today:hover {
  background-color: transparent!important;
}
.datepicker th.prev:hover {
  border-right: 0px solid #BBB;
  background-image: url('Images/lewos.svg');
  background-color: transparent;
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  color: transparent!important;
}
.datepicker th.next:hover {
  border-right: 0px solid #BBB;
  background-image: url('Images/prawos.svg');
  background-color: transparent;
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  color: transparent!important;
}
.datepicker-switch {
  background-color: transparent!important;
}
.datepicker th.prev {
  border-right: 0px solid #BBB;
  background-image: url('Images/lewos.svg');
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  color: transparent!important;
}
.datepicker th.next {
  border-right: 0px solid #BBB;
  background-image: url('Images/prawos.svg');
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  color: transparent!important;
}
th.datepicker-switch {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
}
.datepicker table tr th.dpunderline {
  height: 0px !important;
  padding: 0px !important;
  display: none;
}
.datepicker hr.bshr {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 0px;
  color: transparent;
  background-color: transparent;
}
/*.input-group-addon.fepCalenderBtnContainer{	
    background-image:url('../Modal/Images/calendarIco.png');

	background-repeat: no-repeat;
	background-position: left; 

}*/
.fepDateFocus {
  box-shadow: none;
  border-color: #ff8c00;
}
.fepCalenderBootBtn:after {
  cursor: pointer;
  content: url('../Modal/Images/calendarIco.png');
}
.fepCalenderBootBtn {
  width: 24px;
  margin-bottom: 0px!important;
}
.fepCalenderBtnContainer.fepDisabled {
  display: none !important;
  border-left: none !important;
}
.fepDateBoot.date-picker.fepDisabled.ffeDisabled,
.fepDateBoot.datepicker.fepDisabled {
  border-right-color: transparent !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: none;
}
/*BSDatePicker*/
.fepSliderWithTextbox::-ms-clear {
  display: none;
}
/*Slider*/
.fepSlider {
  padding-right: 0px !important;
}
.fepSlider .fepRightPan,
.fepSlider .fepLeftPan {
  height: 30px!important;
  width: 5%!important;
}
.fepSliderPan {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.slider.slider-horizontal {
  height: 30px!important;
  width: 100%!important;
  margin-bottom: 5px;
}
.fepSliderWithTextbox .slider.slider-horizontal {
  margin-top: 7px!important;
}
.fepSliderNextToLeft {
  position: relative;
}
.slider-track {
  height: 3px!important;
  background-image: none!important;
  background-color: #D7D7D7;
  box-shadow: none!important;
}
.slider-track-low,
.slider-track-high {
  box-shadow: none!important;
  background-image: none!important;
}
.slider-selection {
  background-image: none!important;
  background-color: #FF6200!important;
  box-shadow: none!important;
}
.slider-handle.min-slider-handle.round,
.slider-handle.max-slider-handle.round {
  background-color: white!important;
  background-image: none!important;
  background-position: center center!important;
  height: 20px!important;
  width: 20px!important;
  border-radius: 50%!important;
  margin-left: -5px !important;
  margin-top: -12px !important;
  cursor: pointer;
  outline: none!important;
  border: 2px solid #FF6200!important;
}
.slider-label,
.slider-label-end,
.slider-label-start {
  display: none!important;
}
.slider-label {
  width: 100%!important;
}
.slider-track-lowImage {
  background-image: url('Images/SliderTrackLeftOrange.png') !important;
  background-repeat: no-repeat;
  position: relative;
  width: 20px;
  height: 3px;
  left: -5px;
}
.fepRangeSlider .slider-track-lowImage {
  background-image: url('Images/SlierTrackLeft.png') !important;
}
.slider-track-highImage {
  background-image: url('Images/SlierTrackRight.png') !important;
  background-repeat: no-repeat;
  width: 20px;
  height: 3px;
  position: relative;
  left: 100%;
  margin-top: -3px;
  margin-left: -5px;
}
.fepRangeSlider .fepLeftPan,
.fepRangeSlider .fepRightPan {
  display: none!important;
}
.fepSliderInfoMessageHasSuf {
  margin-top: 9px;
  margin-bottom: -14px;
}
.fepSliderInfoMessage {
  margin-left: 2px;
}
.fepSliderValid {
  padding-top: 9px;
}
.fepSliderParent .fepFieldCell {
  position: relative!important;
  width: 100%!important;
}
/*Slider*/
/*SliderDisabled*/
.fepSliderDisabled {
  pointer-events: none;
}
.fepSliderDisabled .slider-track .slider-handle {
  background-image: linear-gradient(to bottom, #8A8A8A 0, #8A8A8A 100%) !important;
}
.fepDisabledNew .fepString.fepSliderWithTextbox {
  pointer-events: none !important;
  background-color: #e6e6e6 !important;
}
.fepDisabledNew .slider.slider-horizontal {
  pointer-events: none !important;
}
.fepDisabledNew .slider-handle.min-slider-handle.round,
.fepDisabledNew .slider-handle.max-slider-handle.round {
  background-image: linear-gradient(to bottom, #8A8A8A 0, #8A8A8A 100%) !important;
}
/*SliderDisabled*/
/*Ruler*/
.fepRulerPan {
  background-color: #ff6600;
  background-clip: content-box;
  line-height: normal;
  height: 63px !important;
  margin-top: 15px!important;
  margin-bottom: 15px!important;
}
.fepRulerPan .row {
  max-height: 63px !important;
}
.fepRulerPan > .row {
  height: 100% !important;
}
.fepRulerPan > .row ~ .row {
  height: auto !important;
}
.fepRulerPan .fepConLab {
  margin-top: 5px!important;
  padding-right: 0px!important;
}
.fepRulerPan .fepConLab .fepLabelPanel {
  display: block!important;
  padding-bottom: 0px!important;
  padding-top: 0px!important;
}
.fepRulerPan .fepRulerAvailablePan .fepRulerControl input,
.fepRulerPan .fepRulerUsedPan .fepRulerControl input {
  display: none;
}
.fepRulerAvailablePan {
  background-color: #ff6600;
}
.fepRulerUsedPan {
  background-color: #d6d6d6;
}
.fepRulerUsedPan,
.fepRulerAvailablePan {
  margin-top: 0px!important;
  max-height: 65px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 5px!important;
}
.fepRulerLine {
  height: 18px;
  width: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 45px;
  background-image: url('Images/ruler.png') !important;
  background-repeat: repeat-x;
}
.fepRulerUsedPan .row {
  position: relative!important;
  z-index: 1;
}
.fepRulerAvailablePan .row {
  float: right;
}
.fepRulerPan .fepConLab span,
.fepRulerPan .fepRulerControl span {
  color: #f2f2f2 !important;
}
.fepRulerControl input[type="text"] {
  display: none !important;
}
/*Ruler*/
.fepSeparatorBody {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
.fepShowSeparatorBody {
  height: auto !important;
  overflow: visible !important;
}
.fepStateActual,
.fepStateBefore,
.fepStateRestOf,
.fepStateAfter,
.fepStateRepeatAfter,
.fepStateRepeatActual {
  display: inline-flex;
  padding-top: 10px;
}
.fepStateActual.fepStateHeader,
.fepStateRepeatActual.fepStateHeader {
  padding-top: 8px!important;
}
.fepProgButton {
  background-color: transparent !important;
  outline: none;
}
.fepStateBefore .fepProgButton,
.fepStateRestOf .fepProgButton,
.fepStateActual .fepProgButton,
.fepStateAfter .fepProgButton,
.fepStateRepeatActual .fepProgButton,
.fepStateRepeatAfter .fepProgButton {
  font-size: 24px !important;
  color: #000000 !important;
  text-align: left;
  background-color: white;
  border: 0px;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fepStateBefore .fepProgButton,
  .fepStateRestOf .fepProgButton,
  .fepStateActual .fepProgButton,
  .fepStateAfter .fepProgButton,
  .fepStateRepeatActual .fepProgButton,
  .fepStateRepeatAfter .fepProgButton {
    height: auto;
  }
}
.fepStateBefore.fepNoPadL .fepProgButton,
.fepStateRestOf.fepNoPadL .fepProgButton,
.fepStateActual.fepNoPadL .fepProgButton,
.fepStateAfter.fepNoPadL .fepProgButton,
.fepStateRepeatActual.fepNoPadL .fepProgButton,
.fepStateRepeatAfter.fepNoPadL .fepProgButton {
  padding-left: 0px!important;
}
.fepStateActual .fepProgButton,
.fepStateAfter .fepProgButton {
  border-bottom: 1px solid #ff6600 !important;
  /*background-image:url('./Images/warningIconBez.png');
    background-size:60px 39px;*/
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}
.fepStateRestOf .fepProgButton {
  border-bottom: 1px solid #e6e6e6 !important;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  color: #e6e6e6 !important;
}
.fepStepArrow {
  z-index: -1 !important;
}
.fepStateActual .fepStepArrow,
.fepStateRepeatActual .fepStepArrow {
  background-image: url('Images/stateActual.svg') !important;
  display: block;
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 15px;
  height: 9px;
  background-repeat: no-repeat;
}
.fepStateBefore .fepStepArrow,
.fepStateAfter .fepStepArrow,
.fepStateRepeatAfter .fepStepArrow {
  background-image: url('Images/stateBefore.svg') !important;
  display: block;
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 15px;
  height: 9px;
  background-repeat: no-repeat;
}
.fepStateBefore .fepProgButton,
.fepStateRepeatActual .fepProgButton {
  border-bottom: 1px solid #8bce65 !important;
  background-image: url('Images/wypelnione.svg');
  background-size: 60px 39px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.fepStateRepeatAfter .fepProgButton,
.fepStateActual.fepInvalidState .fepProgButton,
.fepStateActual.fepMsgInvalidState .fepProgButton {
  border-bottom: 1px solid #ff6600 !important;
  background-image: url('Images/warningIcon.svg');
  background-size: 60px 39px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.fepStateActual.fepStateNoIco .fepProgButton {
  background-image: none!important;
}
/*FEPGRID*/
/*AsyncFile*/
.fepCustReqBcg .fepButtonsMIcoPan .fepButtonsMIco,
.fepCustReqBcg .fepButtonsMIcoPan .fepButtonsM {
  background-color: transparent!important;
}
.fepButtonsMIcoPan .fepButtonsM,
.fepButtonsMIcoPan .fepButtonsMIco,
.fepAsyncFileBtn .fepFileLink {
  background-color: #ffffff !important;
  height: 17px!important;
  width: auto!important;
  border: none!important;
  padding: 0px!important;
  margin: 0px!important;
  color: #000000 !important;
  font-size: 14px !important;
  box-shadow: none;
}
.fepAsynFileComma {
  height: 17px!important;
  width: auto!important;
  border: none!important;
  padding: 0px!important;
  margin: 0px!important;
  color: #000000 !important;
  font-size: 14px !important;
  box-shadow: none;
}
.fepButtonsMIcoPan .fepButtonsM {
  color: #333!important;
}
.fepButtonsMIcoPan .fepButtonsM {
  padding-left: 5px!important;
  padding-top: 2px!important;
}
.fepButtonsMIcoPan:hover span,
.fepButtonsMIcoPan:focus span,
.fepButtonsMIcoPan:active span {
  color: #ff6600 !important;
}
.fepButtonsMIcoPan .fepButtonsMIco {
  background-image: url('Images/add_file.svg');
  width: 25px!important;
  height: 19px!important;
  display: inline-block !important;
}
.fepButtonsMIcoPan {
  float: left;
}
.LinkTitle {
  display: none!important;
}
.fepAsyncFileBtn .fepFileLink {
  border-bottom: 1px solid lightgray!important;
  box-shadow: 0 1px 0 gray !important;
}
.fepAsyncFileBtn .fepFileLink:hover {
  color: #ff6600 !important;
  border-bottom-color: #ff6600 !important;
  padding: 0px!important;
}
.fepAsyncFileBtn .fepDeleteButton {
  color: transparent!important;
  width: 10px!important;
  height: 20px!important;
  background-image: url('Images/closePopGrey.svg');
  background-repeat: no-repeat;
  background-position-y: 8px!important;
  margin-left: 10px!important;
  margin-right: 10px!important;
}
.fepAsyncFileBtn .fepDeleteButton:hover {
  cursor: pointer !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: 3px!important;
}
.fepValidator.fepLinkVertical {
  display: inline-table;
  padding-bottom: 0px!important;
  padding-right: 0px!important;
  padding-top: 0px!important;
  margin-bottom: 17px!important;
  margin-top: 1px!important;
}
.fepLinkVertical .fepSpaceAfter {
  width: auto!important;
  padding-right: 0px!important;
}
.fepLinkVertical .fepLabLeft {
  display: none!important;
}
.fepBtnVertical {
  padding-top: 5px!important;
  padding-bottom: 18px!important;
}
.fepReqAsterisk {
  display: none!important;
}
/*AsyncFile*/
/*FEPGRID END*/
.fepStartPageFirst {
  BACKGROUND-IMAGE: url("Images/3.png");
  BACKGROUND-REPEAT: no-repeat;
  BACKGROUND-POSITION: calc(96%) -1px;
  PADDING-LEFT: 21px !important;
  padding-right: 21px !important;
}
.fepStartPageFirst ul {
  margin-left: 3px !important;
}
.fepStartPageSecond {
  BACKGROUND-IMAGE: url("Images/2.png");
  BACKGROUND-REPEAT: no-repeat;
  BACKGROUND-POSITION: calc(98%) -4px;
  PADDING-LEFT: 26px !important;
  padding-right: 26px !important;
}
.fepStartPageSecond ul {
  margin-left: 3px !important;
}
.fepStartPageThird {
  BACKGROUND-IMAGE: url("Images/1.png");
  BACKGROUND-REPEAT: no-repeat;
  BACKGROUND-POSITION: right -2px;
  PADDING-LEFT: 30px !important;
  padding-right: 26px !important;
}
.fepValidBackground,
.fepAppendixValBcg {
  position: absolute !important;
  max-width: 0px;
  display: none;
}
.fepCustReqBcg .fepValidBackground {
  height: calc(100% + 26px);
  background-color: #ffe5e5;
  z-index: -1;
  top: -11px;
  max-width: none;
  display: block;
}
.fepGridVert .fepCustReqBcg .fepValidBackground {
  height: calc(100% + 25px);
  top: -10px;
  display: block;
}
.fepTabCol8 .fepCustReqBcg .fepValidBackground {
  height: calc(100% - 4px);
  top: -3px;
  max-width: none;
  display: block;
}
.fepTabCol12 .fepCustReqBcg .fepValidBackground {
  height: calc(100% - 10px);
  top: 0px;
  max-width: none;
  display: block;
}
.fepRowBackground {
  position: absolute;
  width: 100%!important;
  background-color: #ffe5e5;
  left: 0px!important;
  right: 0px!important;
  z-index: -1 !important;
}
.fepCol1 {
  width: 8.33333333% !important;
}
.fepCol2 {
  width: 16.66666667% !important;
}
.fepCol3 {
  width: 25% !important;
}
.fepCol4 {
  width: 33.33333333% !important;
}
.fepCol5 {
  width: 41.66666667% !important;
}
.fepCol6 {
  width: 50% !important;
}
.fepCol7 {
  width: 58.33333333% !important;
}
.fepCol8 {
  width: 66.66666667% !important;
}
.fepCol9 {
  width: 75% !important;
}
.fepCol10 {
  width: 83.33333333% !important;
}
.fepCol11 {
  width: 91.66666667% !important;
}
.fepCol12 {
  width: 100% !important;
}
.fepDesignGroup .col-sm-12.fepCol1,
.fepDesignGroup .col-sm-12.fepCol2,
.fepDesignGroup .col-sm-12.fepCol3,
.fepDesignGroup .col-sm-12.fepCol4,
.fepDesignGroup .col-sm-12.fepCol5,
.fepDesignGroup .col-sm-12.fepCol6,
.fepDesignGroup .col-sm-12.fepCol7,
.fepDesignGroup .col-sm-12.fepCol8,
.fepDesignGroup .col-sm-12.fepCol9,
.fepDesignGroup .col-sm-12.fepCol10,
.fepDesignGroup .col-sm-12.fepCol11,
.fepDesignGroup .col-sm-12.fepCol12 {
  width: 100% !important;
}
.fepConfirmation.fepString {
  box-shadow: none !important;
}
.fepDisplayCirProgres {
  display: block!important;
}
.dropdown-toggle .pull-left {
  padding-right: 50px !important;
}
/*Dropdown with Image*/
.fepDropDownItemImage {
  display: table-cell;
  color: #ff6600;
  font-size: 20px!important;
  position: relative;
  top: 0px;
  left: -3px;
  padding-right: 5px;
  vertical-align: middle;
}
.btn .fepDropDownItemImage {
  display: inline-block;
  position: relative;
  top: -10px;
  left: -3px;
  font-size: 25px!important;
  padding-right: 6px;
}
.btn .fepDropDownItemImage img {
  position: relative;
  top: 10px;
}
.fepDropDownNoBor .btn .fepDropDownItemImage img {
  left: 1px;
}
.fepDropDownNoIMG .fepDropDownItemImage {
  display: none!important;
}
.fepComboLinkWithImage .fepDropDownItemImage {
  position: absolute;
  left: 8px;
  top: 2px;
  z-index: -1000;
}
.fepComboBtnWithImage .fepDropDownItemImage {
  position: absolute;
  left: 8px;
  top: 2px;
}
.fepComboLinkWithImage .fepComboBtnAction,
.fepComboBtnWithImage .fepComboBtnAction {
  padding-left: 36px!important;
}
.fepComboBtnWithImage li .fepDropDownItemImage,
.fepComboLinkWithImage li .fepDropDownItemImage {
  position: relative;
  left: -3px;
  top: 0px;
  z-index: auto;
}
.fepDropDownOnlyLiIMG .btn .fepDropDownItemImage {
  display: none!important;
}
.fepDropDownOnlyBtnIMG li .fepDropDownItemImage {
  display: none!important;
}
.fepDropDownOnlyLiIMG.fepComboLinkWithImage .fepDropDownItemImage,
.fepDropDownOnlyLiIMG.fepComboBtnWithImage .fepDropDownItemImage {
  display: none!important;
}
.fepDropDownOnlyLiIMG.fepComboLinkWithImage li .fepDropDownItemImage,
.fepDropDownOnlyLiIMG.fepComboBtnWithImage li .fepDropDownItemImage {
  display: table-cell !important;
}
.fepDropDownOnlyLiIMG.fepComboLinkWithImage .fepComboBtnAction,
.fepDropDownOnlyLiIMG.fepComboBtnWithImage .fepComboBtnAction,
.fepDropDownNoIMG.fepComboLinkWithImage .fepComboBtnAction,
.fepDropDownNoIMG.fepComboBtnWithImage .fepComboBtnAction {
  padding-left: 8px!important;
}
.fepButTempHidden {
  display: none;
}
.fepButTempHiddenImportant {
  display: none !important;
}
/*Dropdown with Image END*/
/*Designer*/
.fepDesignGroup .input-group {
  width: 100%;
}
.fepDesignGroup .fepCalenderBtnContainer {
  width: 24px !important;
  padding-right: 0px !important;
  padding-left: 8px !important;
}
.fepDesignGroup .fepDateBoot {
  z-index: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fepDesignGroup .form-control .fepString,
  .fepDesignGroup .fepButtCust {
    width: auto!important;
    min-width: 100%;
  }
}
.fepDesignGroup .form-control .fepString,
.fepDesignGroup .fepButtCust {
  width: 100%;
}
.fepDesignGroup .input-group .form-control,
.fepDesignGroup .fepHelpDisplay .form-control {
  width: 100% !important;
  min-width: 0;
}
.fepDesignGroup .fepButtCust {
  cursor: pointer!important;
  color: #ffffff !important;
  padding-left: 17px !important;
  padding-right: 15px !important;
  padding-top: 7px !important;
  padding-bottom: 9px!important;
  height: 40px!important;
  font-size: 18px !important;
  text-decoration: none!important;
  background-color: #ff6600;
  border: 0px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
}
.fepDesignGroup .fepNoColsGrid .fepButtCust:not(.fepSmallBtn) {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.fepDesignGroup .fepButtCust:hover {
  background-color: #ff9147;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-width: 0px !important;
}
.fepDesignGroup .fepButtCust:focus {
  background-color: #ff9147;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  border: 2px solid #ff6600!important;
  outline: none;
}
.fepDesignGroup .fepButtCust:active {
  background-color: #ffb27f;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-width: 0px !important;
}
.fepDesignGroup .fepButtCust:disabled {
  background-color: #e4e4e4 !important;
  color: #919191 !important;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  pointer-events: none!important;
  border: none !important;
  padding-top: 8px !important;
}
.fepDesignGroup .form-group.fepValidator.fepNoPad {
  padding-top: 0px !important;
}
.fepDesignGroup .fepValidator {
  padding: 0px !important;
}
.fepDesignGroup .col-sm-4 .form-group.fepValidator.fepNoPad,
.fepDesignGroup .col-sm-3 .form-group.fepValidator.fepNoPad {
  padding-bottom: 0px!important;
  padding-top: 0px!important;
}
.fepDesignSteps .fepGroupHead,
.fepPan .fepGroupHead {
  display: none;
}
.fepDesignGroup .fepStepBody {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
.fepDesignGroup .fepShowStepBody {
  height: auto !important;
  overflow: visible !important;
  padding-top: 10px !important;
}
.fepDesignGroup .fepSepPaneNumber {
  display: none !important;
}
.fepDesignGroup .fepSummaryUnder .fepStepAfter.fepRepeatStep {
  border-bottom: 0px !important;
}
.fepDesignGroup .fepSummaryUnder .fepStepAfter.fepRepeatStep .fepStepPaneTitle {
  border-bottom: solid 1px #f60;
}
.fepDesignGroup .fepStepBefore,
.fepDesignGroup .fepStepAfter.fepRepeatStep {
  display: block;
  width: 100%;
}
.fepDesignGroup .fepStepBefore .fepStepPaneTitle,
.fepDesignGroup .fepStepAfter.fepRepeatStep .fepStepPaneTitle {
  display: table-cell;
  width: 100%;
  min-height: 40px;
  min-height: 30px !important;
}
.fepDesignGroup .fepStepBefore .fepStepPaneButton,
.fepDesignGroup .fepStepAfter.fepRepeatStep .fepStepPaneButton {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 70px;
  padding-bottom: 20px;
}
.fepDesignGroup .fepStepActual,
.fepDesignGroup .fepStepBefore,
.fepDesignGroup .fepStepAfter {
  padding-top: 16px !important;
  min-height: 40px !important;
}
.fepDesignGroup .fepStepActual span.fepSepPaneTitle,
.fepDesignGroup .fepStepBefore span.fepSepPaneTitle,
.fepDesignGroup .fepStepAfter span.fepSepPaneTitle {
  font-size: 24px;
  color: #000000;
  text-align: left;
  background-color: transparent !important;
  border: 0px;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-bottom: 4px;
}
.fepDesignGroup .fepStepAfter.fepDisabledStep {
  border-bottom-color: #e6e6e6 !important;
}
.fepDesignGroup .fepStepAfter.fepDisabledStep span.fepSepPaneTitle {
  color: #e6e6e6;
}
.fepDesignGroup .fepStepAfter.fepDisabledStep .fepStepPaneTitle {
  background-image: none !important;
}
.fepDesignGroup .fepStepAfter .fepFirstRow span,
.fepDesignGroup .fepStepBefore .fepFirstRow span {
  font-size: 14px !important;
}
.fepDesignGroup .fepStepActual .fepSepPaneTitle,
.fepDesignGroup .fepStepBefore .fepSepPaneTitle,
.fepDesignGroup .fepStepAfter .fepSepPaneTitle {
  background-image: url('Images/stateActual.svg') !important;
  background-repeat: no-repeat;
  background-position: 15px 40%;
  min-height: 40px;
  padding-top: 3px !important;
  vertical-align: bottom;
}
.fepDesignGroup .fepStepBefore .fepSepPaneTitle,
.fepDesignGroup .fepStepAfter .fepSepPaneTitle {
  background-image: url('Images/stateBefore.svg') !important;
}
.fepDesignGroup .fepStepAfter.fepDisabledStep .fepSepPaneTitle {
  background-image: url('Images/stateDisabled.svg') !important;
}
.fepDesignGroup .fepStepActual,
.fepDesignGroup .fepStepAfter {
  border-bottom: 1px solid #ff6600 !important;
}
.fepDesignGroup .fepSummaryNextTo .fepStepBefore,
.fepDesignGroup .fepStepReg:not(.fepSummaryUnder) .fepStepBefore {
  border-bottom: 1px solid #8bce65 !important;
  width: 100%;
}
.fepDesignGroup .fepSummaryNextTo .fepStepBefore,
.fepDesignGroup .fepStepReg:not(.fepSummaryUnder) .fepStepBefore,
.fepDesignGroup .fepSummaryNextTo .fepStepActual.fepRepeatStep,
.fepDesignGroup .fepStepReg:not(.fepSummaryUnder) .fepStepActual.fepRepeatStep {
  background-image: url('Images/wypelnione.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  border-bottom-color: #8bce65 !important;
}
.fepDesignGroup .fepSummaryUnder .fepStepBefore .fepStepPaneTitle,
.fepDesignGroup .fepSummaryNextTo .fepStepActual.fepRepeatStep .fepStepPaneTitle {
  background-image: url('Images/wypelnione.svg');
  background-repeat: no-repeat;
  background-position: right 2px;
  border-bottom-color: #8bce65 !important;
  border-bottom: solid 1px;
}
.fepDesignGroup .fepStepActual.fepInvalidState {
  background-image: url('Images/warningIcon.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.fepDesignGroup .fepExpSepVis,
.fepDesignGroup .fepExpSepHid {
  border-bottom: 1px solid #ededed;
  color: #000000;
  font-size: 14px !important;
  padding-top: 5px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  cursor: pointer;
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-align: left;
}
.fepDesignGroup .fepExpSepVis.fepWithExpanders,
.fepDesignGroup .fepExpSepHid.fepWithExpanders {
  cursor: default;
  padding-top: 1px !important;
}
.fepDesignGroup .fepExpSepHid.fepWithExpanders {
  margin-bottom: 0px !important;
}
.fepDesignGroup .fepExpSepVis.fepWithExpanders,
.fepDesignGroup .fepExpSepHid.fepWithExpanders {
  padding-left: 0px !important;
  padding-bottom: 10px;
}
.fepDesignGroup .fepExpandableRow .row .fepColPad,
.fepDesignGroup .fepExpandableRow .row .fepColPad {
  padding-left: 2px !important;
}
.fepDesignGroup .fepExpSepHid .fepSepPaneTitle:before,
.fepDesignGroup .fepExpSepVis .fepSepPaneTitle:before {
  font-size: 26px!important;
  color: #ff6600 !important;
  font-family: FontAwesome;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: sub;
}
.fepDesignGroup .fepExpSepHid .fepSepPaneTitle:before {
  content: "\f107";
}
.fepDesignGroup .fepExpSepHid.fepWithExpanders .fepSepPaneTitle:before,
.fepDesignGroup .fepExpSepVis.fepWithExpanders .fepSepPaneTitle:before {
  display: none;
}
.fepDesignGroup .fepExpSepVis .fepSepPaneTitle:before {
  content: "\f106";
}
.fepDesignGroup .fepFieldGridDel {
  width: 30px !important;
}
.fepDesignGroup td.fepFieldGrid {
  width: auto !important;
}
.fepDesignGroup td.fepFieldGrid .fepClearGridCell {
  width: 100% !important;
}
.fepDesignGroup td.fepFieldGridCbx {
  width: 20px !important;
}
.fepDesignGroup .fepColPad {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.fepDesignGroup .fepColPad.fepDesButton {
  padding-left: 15px;
  padding-right: 15px;
}
.fepRulerUsedPan.fepColPad,
.fepRulerAvailablePan.fepColPad {
  margin-top: 0px!important;
  max-height: 65px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.fepDesignGroup .form-control.fepDate,
.fepDesignGroup .form-control.fepNumber,
.fepDesignGroup .form-control.fepString,
.fepDesignGroup .form-control.fepBool,
.fepDesignGroup .input-group,
.fepDesignGroup .btn-group.fepDropDown,
.fepDesignGroup .fepIBAN,
.fepDesignGroup .fepLongInfoString {
  margin-bottom: 15px !important;
  padding-bottom: 2px !important;
}
.fepDesignGroup .fepVertDist10 .form-control.fepDate,
.fepDesignGroup .fepVertDist10 .form-control.fepNumber,
.fepDesignGroup .fepVertDist10 .form-control.fepString,
.fepDesignGroup .fepVertDist10 .form-control.fepBool,
.fepDesignGroup .fepVertDist10 .input-group,
.fepDesignGroup .fepVertDist10 .btn-group.fepDropDown,
.fepDesignGroup .fepVertDist10 .fepIBAN {
  margin-bottom: 5px !important;
}
.fepDesignGroup .fepVertDist15 .form-control.fepDate,
.fepDesignGroup .fepVertDist15 .form-control.fepNumber,
.fepDesignGroup .fepVertDist15 .form-control.fepString,
.fepDesignGroup .fepVertDist15 .form-control.fepBool,
.fepDesignGroup .fepVertDist15 .input-group,
.fepDesignGroup .fepVertDist15 .btn-group.fepDropDown,
.fepDesignGroup .fepVertDist15 .fepIBAN {
  margin-bottom: 7px !important;
}
.fepDesignGroup .fepVertDist20 .form-control.fepDate,
.fepDesignGroup .fepVertDist20 .form-control.fepNumber,
.fepDesignGroup .fepVertDist20 .form-control.fepString,
.fepDesignGroup .fepVertDist20 .form-control.fepBool,
.fepDesignGroup .fepVertDist20 .input-group,
.fepDesignGroup .fepVertDist20 .btn-group.fepDropDown,
.fepDesignGroup .fepVertDist20 .fepIBAN {
  margin-bottom: 10px !important;
}
.fepDesignGroup .fepVertDist25 .form-control.fepDate,
.fepDesignGroup .fepVertDist25 .form-control.fepNumber,
.fepDesignGroup .fepVertDist25 .form-control.fepString,
.fepDesignGroup .fepVertDist25 .form-control.fepBool,
.fepDesignGroup .fepVertDist25 .input-group,
.fepDesignGroup .fepVertDist25 .btn-group.fepDropDown,
.fepDesignGroup .fepVertDist25 .fepIBAN {
  margin-bottom: 12px !important;
}
.fepDesignGroup .form-control.fepHasPref,
.fepDesignGroup .form-control.fepHasSuf {
  margin-bottom: 0px !important;
}
.fepDesignGroup .fepInnerCell {
  margin-top: 15px !important;
}
.fepDesignGroup .fepVertDist10 .fepInnerCell {
  margin-top: 5px !important;
}
.fepDesignGroup .fepVertDist15 .fepInnerCell {
  margin-top: 8px !important;
}
.fepDesignGroup .fepVertDist20 .fepInnerCell {
  margin-top: 10px !important;
}
.fepDesignGroup .fepVertDist25 .fepInnerCell {
  margin-top: 13px !important;
}
.fepDesignGroup .fepDesignGroup .fepInnerCell .fepWebLink {
  position: absolute !important;
  margin-top: 6px !important;
}
.fepDesignGroup .fepDropDownNoBor .btn,
.fepDesignGroup .fepDropDownNoBor.open .btn {
  border: 0px !important;
  box-shadow: none !important;
  height: 28px !important;
}
.fepDesignGroup .fepDropDown.fepDropDownNoBor {
  height: 28px !important;
}
.fepDesignGroup .fepTextVertC.fepLinkStyle1 .fepInnerCell {
  padding-top: 0px !important;
  margin-top: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fepTextVertC a.fepWebLink {
  margin-bottom: 0px !important;
}
.fepDesignGroup .fepDropDownNoBor .btn span.caret {
  border-bottom: 1px solid #d7d7d7 !important;
  border-right: 1px solid #d7d7d7 !important;
  border-top: 1px solid #d7d7d7 !important;
  margin-top: 0px !important;
  top: 0px !important;
}
.fepDesignGroup .fepDropDownNoBor.fepDropDown.dropup .dropdown-menu.open {
  border-bottom: 1px solid #d7d7d7 !important;
}
.fepDesignGroup .fepModalDictionaryItem {
  min-height: 106px !important;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(198, 198, 198, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(198, 198, 198, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(198, 198, 198, 0.75);
  border-left: solid 15px #ff6600;
  cursor: pointer;
  border-radius: 4px !important;
  margin-right: 30px !important;
  margin-bottom: 30px !important;
  max-width: 235px;
}
.fepDesignGroup .fepSimpleModal .fepModalDictionaryItem {
  border-left-width: 0px;
  min-height: 80px !important;
  box-shadow: none !important;
  padding-left: 10px !important;
  background-color: #ff6600 !important;
}
.fepDesignGroup .fepTile div[disabled] {
  display: none;
}
.fepDesignGroup .fepModalDictionaryItem:hover,
.fepDesignGroup .fepModalDictionaryItem.active {
  border-left: solid 15px #ffffff;
  background-color: #ff6600 !important;
  border-top-left-radius: 4px !important;
}
.fepDesignGroup .fepTile:not(.fepSimpleModal) .fepModalDictionaryItem:hover,
.fepDesignGroup .fepModalDictionaryItem.active {
  border-left: solid 15px #ffffff;
}
.fepDesignGroup .fepTile:not(.fepSimpleModal) .fepModalDictionaryItem .fepModalDictionaryValueLabel,
.fepDesignGroup .fepModalDictionary[displaytype="Modal"] .fepModalDictionaryItem .fepModalDictionaryValueLabel {
  word-wrap: break-word;
  word-break: break-word;
}
.fepDesignGroup .fepSimpleModal .fepModalDictionaryItem:hover,
.fepDesignGroup .fepSimpleModal .fepModalDictionaryItem.active {
  border-left: solid 1px #e0e0e0;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: white !important;
}
.fepDesignGroup .fepModalDictionaryItem .control-label {
  display: table !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
  width: calc(100% - 40px);
}
.fepDesignGroup .fepSimpleModal .fepModalDictionaryItem .control-label {
  margin-left: 15px !important;
  margin-right: 15px !important;
  width: calc(100% - 30px);
  font-size: 18px !important;
}
.fepDesignGroup .fepModalDictionaryItem .fepModalDictionaryTitleLabel {
  font-size: 24px !important;
  color: #ff6600;
  padding-top: 25px !important;
  border-bottom: 2px solid #ff6600;
  padding-bottom: 10px !important;
}
.fepDesignGroup .fepSimpleModal .fepModalDictionaryItem .fepModalDictionaryTitleLabel {
  border-bottom: none;
  color: #000000;
  padding: 0px !important;
}
.fepDesignGroup .fepSimpleModal .fepModalDictionaryItem div {
  height: 100% !important;
  display: flex;
  align-items: center;
  border-right: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  border-top: solid 1px #e0e0e0;
  background-color: white;
  color: #000000;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  overflow: hidden;
  height: 80px;
  min-height: 80px;
}
.fepDesignGroup .fepModalDictionaryItem .fepModalDictionaryValueLabel {
  font-size: 14px !important;
  color: #000000;
  word-break: break-all;
}
.fepDesignGroup .fepModalDictionaryItem:hover .fepModalDictionaryTitleLabel,
.fepDesignGroup .fepModalDictionaryItem.active .fepModalDictionaryTitleLabel {
  color: #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
}
.fepDesignGroup .fepSimpleModal .fepModalDictionaryItem:hover .fepModalDictionaryTitleLabel,
.fepDesignGroup .fepSimpleModal .fepModalDictionaryItem.active .fepModalDictionaryTitleLabel {
  border-bottom: none !important;
}
.fepDesignGroup .fepSimpleModal .fepModalDictionaryItem:hover div,
.fepDesignGroup .fepSimpleModal .fepModalDictionaryItem.active div {
  background-color: #ff6600 !important;
  color: white !important;
  height: calc(100% + 2px) !important;
  margin-top: -1px;
}
.fepDesignGroup .fepModalDictionaryItem:hover .fepModalDictionaryValueLabel,
.fepDesignGroup .fepModalDictionaryItem.active .fepModalDictionaryValueLabel {
  color: #ffffff;
}
.fepDesignGroup .fepSmallBtn {
  cursor: pointer!important;
  color: #000000 !important;
  padding-left: 12px !important;
  padding-right: 10px !important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  height: 30px!important;
  font-size: 14px !important;
  line-height: 20px;
  text-decoration: none!important;
  background-color: #f3f3f3 !important;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
}
.fepDesignGroup .fepSmallBtn:hover {
  cursor: pointer!important;
  color: #ffffff !important;
  padding-left: 12px !important;
  padding-right: 10px !important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  height: 30px!important;
  font-size: 14px !important;
  line-height: 20px;
  text-decoration: none!important;
  background-color: #ff9147 !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
}
.fepDesignGroup .fepSmallBtn:focus {
  cursor: pointer!important;
  color: #ff6600 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  height: 30px!important;
  font-size: 14px !important;
  line-height: 20px;
  text-decoration: none!important;
  background-color: #f3f3f3 !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  border: 1px solid #c7c7c7!important;
}
.fepDesignGroup .fepSmallBtn:active {
  cursor: pointer!important;
  color: #919191 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  height: 30px!important;
  font-size: 14px !important;
  line-height: 20px;
  text-decoration: none!important;
  background-color: #f3f3f3 !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
}
.fepDesignGroup .fepSmallBtn:disabled {
  cursor: pointer!important;
  color: #919191 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  height: 30px!important;
  font-size: 14px !important;
  line-height: 20px;
  text-decoration: none!important;
  background-color: #e4e4e4 !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  pointer-events: none!important;
}
.fepColPad .fepNoColsGrid .fepBtnPanel .fepSmallBtn {
  margin-top: 25px !important;
}
.fepDesignGroup .fepFieldCellSeparator span {
  color: #ff6600;
}
.fepDesignGroup .fepSeparatorParent,
.fepDesignGroup .row .col-xs-12 > .fepSeparatorParent {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 1px !important;
}
.fepDesignGroup textarea.form-control {
  height: auto !important;
  padding: 4px 4px 2px 9px !important;
  border: 1px solid #d7d7d7 !important;
}
.fepDesignGroup textarea.form-control:focus,
.fepDesignGroup textarea.form-control.fepRequiredColor:focus {
  padding: 4px 4px 0px 9px !important;
  border: 2px solid #ff6600!important;
  background-color: white !important;
}
.fepDesignGroup textarea.form-control.fepRequiredColor {
  background-color: #ffe2cf !important;
}
.fepDesignGroup .col-sm-25 {
  width: 20% !important;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}
.popover.jspScrollable .arrow,
.popover.jspScrollable .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover.jspScrollable .arrow {
  border-width: 11px;
}
.popover.jspScrollable .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.bottom.jspScrollable .arrow {
  top: -11px !important;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom.jspScrollable .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.bottom.jspScrollable .arrow {
  border-bottom-color: #d7d7d7 !important;
}
.popover.bottom.jspScrollable {
  overflow: visible !important;
}
.fepDesignGroup .btn-custom {
  border-radius: 0px !important;
}
.fepDesignGroup .fepRadioBut {
  width: 24px;
}
.fepDesignGroup .form-control.fepBool {
  display: table-cell !important;
  background-color: transparent !important;
}
.fepDesignGroup .fepCheckSep {
  width: 2px;
}
.fepDesignGroup .fepExpandableRow .fepCheckSep {
  width: 6px;
}
.fepDesignGroup .fepCheckDesc {
  padding-left: 0px;
  font-size: 14px;
}
.fepDesignGroup .fepDeleteRow {
  margin-left: 15px;
}
.fepDesignGroup .fepBool {
  width: auto;
  padding-right: 8px !important;
}
.fepDesignGroup .fepIntoStepBtn {
  cursor: pointer!important;
  color: #ffffff !important;
  padding-left: 17px !important;
  padding-right: 15px !important;
  padding-top: 7px !important;
  padding-bottom: 9px!important;
  height: 35px!important;
  font-size: 18px !important;
  text-decoration: none!important;
  background-color: #ff6600 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.fepDesignGroup .fepIntoStepBtn:hover {
  background-color: #ff9147 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.fepDesignGroup .fepIntoStepBtn:focus {
  background-color: #ff9147 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  padding-left: 17px!important;
  padding-right: 15px!important;
}
.fepDesignGroup .fepIntoStepBtn:active {
  background-color: #ffb27f !important;
  color: #ffffff !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  border: 0px!important;
  padding-left: 17px!important;
  padding-right: 20px!important;
}
.fepDesignGroup .fepIntoStepBtn:disabled {
  background-color: #e4e4e4 !important;
  color: #919191 !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
  pointer-events: none!important;
}
.fepDesRegion .row.fepFirstRow {
  display: none !important;
}
.fepStepBefore .row.fepFirstRow,
.fepStepAfter.fepRepeatStep .row.fepFirstRow {
  display: block !important;
}
.fepDesignGroup .fepSummaryUnder .fepFirstRow {
  padding-left: 40px;
}
.fepDesRegion .fepStepPaneTitle .row.fepFirstRow {
  display: block !important;
  padding-left: 30px;
  padding-right: 50px;
  padding-bottom: 5px !important;
}
.fepDesignGroup .fepGridVert .fepFieldGrid .form-group {
  padding-top: 27px !important;
}
.fepDesignGroup .fepRadioList {
  display: block !important;
}
.fepDesignGroup .fepRadioList .fepRadioNV.fepRadioListFirstRow {
  margin-top: 0px;
}
.fepDesignGroup .fepDropDown.fepComboBtn {
  display: flex !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25) !important;
}
.fepDesignGroup select.fepDropDown.fepComboBtn,
.fepDesignGroup select.fepDropDown.fepComboLink {
  display: none !important;
}
.fepDesignGroup .fepDropDown.fepComboBtn .dropdown-toggle {
  width: 30px;
  border: none !important;
  background-color: #ebebeb !important;
}
.fepDesignGroup .fepDropDown.fepComboBtn .btn {
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.fepDesignGroup .fepDropDown.fepComboBtn .btn span.filter-option,
.fepDesignGroup .fepDropDown.fepComboLink .btn span.filter-option {
  display: none;
}
.fepDesignGroup .fepDropDown.fepComboBtn .btn .caret {
  background-image: url('Images/OrangeDownArrowNoBor.png');
  background-color: #ebebeb;
  border-left: none !important;
  height: 33px !important;
}
.fepDesignGroup .fepDropDown.fepComboBtn .btn:hover .caret {
  background-image: url('Images/WhiteDownArrow.png');
  background-color: #FF9147 !important;
}
.fepDesignGroup .fepDropDown.fepComboBtn .btn:hover {
  background-color: #FF9147 !important;
}
.fepDesignGroup .fepDropDown.fepComboBtn .fepComboBtnAction {
  display: block !important;
  width: 100%;
  text-align: left;
  background-color: #f3f3f3;
  color: #000000;
  border: none;
  padding-left: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fepDesignGroup .fepDropDown.fepComboBtn .fepComboBtnAction:hover {
  background-color: #ff9147;
  color: #ffffff;
}
.fepDesignGroup .fepDropDown.fepComboBtn .fepComboBtnAction:active {
  background-color: #ebebeb;
  color: #000000;
  border: none !important;
}
.fepDesignGroup .fepDropDown.fepComboBtn .fepComboBtnAction:focus {
  border: solid 1px #c7c7c7;
  background-color: #f3f3f3;
  outline: none;
}
.fepDesignGroup .fepDropDown.fepComboLink .fepComboBtnAction {
  display: block !important;
  width: 100%;
  text-align: left;
  background-color: #f3f3f3;
  color: #000000;
  border: none;
}
.fepDesignGroup .fepDropDown.fepComboLink {
  display: flex !important;
}
.fepDesignGroup select.fepDropDown.fepComboLink {
  display: none !important;
}
.fepDesignGroup .fepDropDown.fepComboLink .dropdown-toggle {
  width: 30px;
  border: none !important;
  background-color: #ebebeb !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.32) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.32) !important;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.32) !important;
}
.fepDesignGroup .fepDropDown.fepComboLink .btn {
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.fepDesignGroup .fepDropDown.fepComboLink .btn .caret {
  background-image: url('Images/OrangeDownArrowNoBor.png');
  background-color: #ebebeb;
  border-left: none !important;
  height: 33px !important;
  outline: none;
}
.fepDesignGroup .fepDropDown.fepComboLink .btn:hover .caret {
  background-image: url('Images/WhiteDownArrow.png');
  background-color: #FF9147 !important;
}
.fepDesignGroup .fepDropDown.fepComboLink .btn:hover {
  background-color: #FF9147 !important;
}
.fepDesignGroup .fepDropDown.fepComboLink .fepComboBtnAction {
  display: block !important;
  width: 100%;
  text-align: left;
  background-color: transparent !important;
  color: #ff6600;
  border: none;
}
.fepDesignGroup .fepDropDown.fepComboLink .fepComboBtnAction:hover {
  color: #000066;
  border: solid 1px transparent;
  margin-left: -1px;
  margin-top: -1px;
  outline: none;
}
.fepDesignGroup .fepDropDown.fepComboLink .fepComboBtnAction:active {
  color: #000000;
  border: solid 1px transparent;
  outline: none;
}
.fepDesignGroup .fepDropDown.fepComboLink .fepComboBtnAction:focus {
  border: solid 1px #e3e3e3;
  outline: none;
  margin-left: -1px;
  margin-top: -1px;
  color: #000066;
}
.fepDesignGroup .fepDropDown.fepComboLink .fepDesignGroup .fepDropDown .btn.fepDisabled,
.fepDesignGroup .fepDropDown .btn.disabled {
  background-color: #ebebeb !important;
}
.fepDesignGroup .fepDropDown.fepComboLink .dropdown-menu.open {
  width: calc(100% + 0.5px);
  margin-top: 1px !important;
}
.fepDesignGroup .fepDropDown .btn .filter-option {
  color: #000000;
  font-style: normal;
}
.fepDesignGroup .fepDropDown .btn.fepDisabled .caret,
.fepDesignGroup .fepDropDown .btn.disabled .caret {
  background-image: url(Images/DesDropDownDis.png);
}
.fepDesignGroup .fepDropDownNoBor.fepDropDown .btn.fepDisabled {
  background-color: transparent !important;
}
.fepDesignGroup .fepDropDownNoBor.fepDropDown .btn .filter-option {
  color: #000000;
  font-style: normal;
}
.fepDesignGroup .fepDropDown .fepComboBtnAction.fepDisabled {
  background-color: #f3f3f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.fepDesignGroup .fepDropDown .fepComboBtnAction.fepDisabled .btn .filter-option,
.fepDesignGroup .fepDropDown .fepComboBtnAction.fepDisabled {
  color: #919191;
  font-style: normal;
  padding-top: 5px;
}
.fepDesignGroup .fepDropDown.fepComboBtn .btn.fepDisabled:hover .caret,
.fepDesignGroup .fepDropDown.fepComboLink .btn.fepDisabled:hover .caret {
  background-image: url(Images/DesDropDownDis.png);
  background-color: #ebebeb!important;
}
.fepDesignGroup .fepDropDown.fepComboLink .fepComboBtnAction.fepDisabled {
  background-color: transparent !important;
}
.fepDesignGroup .fepDropDown.fepComboLink .fepComboBtnAction.fepDisabled .btn .filter-option,
.fepDesignGroup .fepDropDown.fepComboLink .fepComboBtnAction.fepDisabled {
  color: #9b9b9b;
  font-style: normal;
}
.fepDropDown.fepComboLink .dropdown-menu a:hover {
  color: black !important;
}
.fepDesignGroup .fepConLab .fepLabelPanel {
  display: table-cell !important;
  height: auto !important;
  padding-top: 19px;
  margin-bottom: 0px !important;
}
.fepDesignGroup .fepVertDist10 .fepConLab .fepLabelPanel {
  padding-top: 9px !important;
}
.fepDesignGroup .fepVertDist15 .fepConLab .fepLabelPanel {
  padding-top: 11px !important;
}
.fepDesignGroup .fepVertDist20 .fepConLab .fepLabelPanel {
  padding-top: 14px !important;
}
.fepDesignGroup .fepVertDist25 .fepConLab .fepLabelPanel {
  padding-top: 17px !important;
}
.fepDesignGroup .fepRulerPan .fepConLab .fepLabelPanel {
  vertical-align: middle;
  height: 100% !important;
  padding-top: 10px;
  padding-bottom: 5px;
}
.fepDesignGroup .form-control {
  padding-top: 3px !important;
}
.fepDesignGroup .form-control.fepPanCheckDesc {
  padding-top: 0px !important;
  display: table-cell !important;
}
.fepDesignGroup .fepExpandBool .form-control.fepPanCheckDesc {
  display: inline!important;
}
.fepDesignGroup .fepExpandBool .fepCheckDesCont {
  display: inline-flex !important;
}
.fepDesignGroup .fepLongString.fepTextInput {
  width: 100%;
  display: table;
  padding-top: 19px;
}
.fepDesignGroup .fepLongString {
  margin-bottom: 0px !important;
}
.fepDesignGroup .fepLongString.fepRulerControl {
  margin-bottom: 10px !important;
  padding-top: 0px !important;
}
.fepDesignGroup .fepImgPosL span,
.fepDesignGroup .fepTextPosL span,
.fepDesignGroup .fepTextPosL .fepLongString.fepTextInput,
.fepDesignGroup .fepDropdownPosL .filter-option,
.fepDesignGroup .fepDropdownPosL .fepComboBtnAction,
.fepDesignGroup .fepDropdownListElemPosL li span,
.fepDesignGroup .fepDropdownListElemPosL li a {
  text-align: left !important;
}
.fepDesignGroup .fepImgPosC span,
.fepDesignGroup .fepTextPosC span,
.fepDesignGroup .fepTextPosC .fepLongString.fepTextInput,
.fepDesignGroup .fepDropdownPosC .filter-option,
.fepDesignGroup .fepDropdownPosC .fepComboBtnAction,
.fepDesignGroup .fepDropdownListElemPosC li span,
.fepDesignGroup .fepDropdownListElemPosC li a {
  text-align: center !important;
}
.fepDesignGroup .fepImgPosR span,
.fepDesignGroup .fepTextPosR span,
.fepDesignGroup .fepTextPosR .fepLongString.fepTextInput,
.fepDesignGroup .fepDropdownPosR .filter-option,
.fepDesignGroup .fepDropdownPosR .fepComboBtnAction,
.fepDesignGroup .fepDropdownListElemPosR li span,
.fepDesignGroup .fepDropdownListElemPosR li a {
  text-align: right !important;
}
.fepDesignGroup .fepTextVertC div,
.fepDesignGroup .fepTextVertC span {
  height: 100% !important;
}
.fepDesignGroup .fepTextVertT .fepLabelPanel {
  vertical-align: top!important;
}
.fepDesignGroup .fepTextVertC .fepLabelPanel {
  vertical-align: middle!important;
  padding-top: 0px !important;
  height: 100%!important;
}
.fepDesignGroup .fepTextVertB .fepLabelPanel {
  vertical-align: bottom!important;
}
.fepDesignGroup .fepConLab {
  display: table;
  width: 100%;
  margin-top: 0px !important;
}
.fepDesignGroup .fepRulerPan .fepConLab {
  margin-top: 5px!important;
}
.fepDesignGroup .fepHelpDisplay {
  align-items: center;
}
.fepDesignGroup span.fepQuestion {
  margin-top: -11px !important;
  font-size: 16px !important;
  position: absolute;
  z-index: 1;
  height: 23px !important;
  width: 24px !important;
  min-width: 24px !important;
  background-size: 6px 11px !important;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(117, 117, 117, 0.09);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(117, 117, 117, 0.09);
  box-shadow: inset 0px -2px 0px 0px rgba(117, 117, 117, 0.09);
}
.fepDesignGroup .fepHelpDisplay .fepCheckDesCont span.fepQuestion {
  position: inherit;
}
.fepDesignGroup .fepCustReqBcg span.fepQuestion,
.fepDesignGroup .fepCustReqBcg span.fepQuestion:focus {
  margin-top: 6px !important;
}
.fepDesignGroup .fepSliderParent span.fepQuestion {
  margin-top: -3px !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .fepDesignGroup .fepLabelPanel span.fepQuestion {
    margin-top: -3px !important;
    position: absolute;
  }
  .fepDesignGroup .fepHelpDisplay span.fepQuestion {
    margin-top: 0px !important;
    position: absolute;
    right: -35px;
  }
  .fepDesignGroup .fepSliderParent span.fepQuestion {
    margin-top: -4px !important;
  }
  .fepDesignGroup .fepCustReqBcg .fepHelpDisplay span.fepQuestion,
  .fepDesignGroup .fepCustReqBcg .fepHelpDisplay span.fepQuestion:focus {
    margin-top: 16px !important;
  }
}
@-moz-document url-prefix() {
  .fepDesignGroup .fepLabelPanel span.fepQuestion {
    margin-top: -3px !important;
    position: absolute;
  }
  .fepDesignGroup .fepHelpDisplay span.fepQuestion {
    margin-top: 2px !important;
    position: inherit;
  }
  .fepDesignGroup .fepSliderParent span.fepQuestion {
    margin-top: -3px !important;
  }
  .fepDesignGroup .fepCustReqBcg .fepHelpDisplay span.fepQuestion,
  .fepDesignGroup .fepCustReqBcg .fepHelpDisplay span.fepQuestion:focus {
    margin-top: 31px !important;
  }
}
.fepDesignGroup .fepLabelPanel .fepQuestion {
  margin-top: -1px !important;
  display: inline !important;
}
.fepRadioList .fepRadioText span.fepQuestion {
  margin-top: -4px !important;
}
.fepDesignGroup .fepDropDown select {
  visibility: hidden;
}
.fepDesignGroup .fepButtCust {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.fepDesignGroup .fepVertDist10 .fepButtCust {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.fepDesignGroup .fepVertDist15 .fepButtCust {
  margin-top: 7px !important;
  margin-bottom: 8px !important;
}
.fepDesignGroup .fepVertDist20 .fepButtCust {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.fepDesignGroup .fepVertDist25 .fepButtCust {
  margin-top: 12px !important;
  margin-bottom: 13px !important;
}
.fepDesignGroup a.fepWebLink {
  line-height: 17px;
  cursor: pointer;
  margin-bottom: 8px!important;
  display: inline-block;
  padding-right: 26px !important;
}
.fepDesignGroup a.fepWebLink:active,
.fepDesignGroup a.fepWebLink:visited {
  background-color: transparent!important;
  color: #ff6600 !important;
  box-shadow: none !important;
}
.fepDesignGroup a.fepWebLink:hover {
  color: #000066 !important;
}
.fepDesignGroup a.fepWebLink:focus {
  border: solid 1px #e3e3e3;
  padding: 4px;
  color: #000066 !important;
  display: block;
}
.fepInnerCell a.fepWebLink {
  padding: 0px;
  margin: 0px;
  color: #525199 !important;
  position: relative;
}
.fepInnerCell a.fepWebLink:focus {
  padding: 0px !important;
  border: none;
}
.fepInnerCell a.fepWebLink:active {
  border: none;
}
.fepDesignGroup .fepNextToTooltip a.fepWebLink {
  margin-left: 10px;
}
.fepDesignGroup .fepImageLink.hover a.fepWebLink,
.fepDesignGroup .fepImageLink.hover .fepLinkImg span {
  color: #000066 !important;
}
.fepDesignGroup .fepImgBtn {
  display: block;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(198, 198, 198, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(198, 198, 198, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(198, 198, 198, 0.75);
  border-left: solid 5px #ff6600;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100% !important;
  text-align: center;
}
.fepTableButton div:nth-child(2) .fepIconLinkTableButtons:after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  display: block;
  background-color: #ededed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fepDesignGroup .fepIconLinkTableButtons {
  display: block;
  background-color: #ffffff !important;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100% !important;
  text-align: center;
}
.fepDesignGroup .fepImgBtn .fepBtnImg,
.fepDesignGroup .fepIconLinkTableButtons .fepBtnImg,
.fepDesignGroup .fepImgBtn .fepBtnPanel,
.fepDesignGroup .fepIconLinkTableButtons .fepBtnPanel {
  display: inline-block;
  cursor: pointer;
}
.fepDesignGroup .fepImgBtn .fepBtnImg,
.fepDesignGroup .fepIconLinkTableButtons .fepBtnImg {
  padding-left: 20px !important;
  color: #ff6600;
  font-size: 26px !important;
  vertical-align: middle;
}
.fepDesignGroup .fepImgBtn.right .fepBtnImg {
  padding-left: 0px !important;
  padding-right: 20px !important;
}
.fepDesignGroup .fepIconLinkTableButtons .fepBtnImg {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fepDesignGroup .fepImgBtn .fepBtnPanel,
.fepDesignGroup .fepIconLinkTableButtons .fepBtnPanel {
  width: auto;
}
.fepDesignGroup .fepImgBtn .fepButtCust,
.fepDesignGroup .fepIconLinkTableButtons .fepButtCust {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.fepDesignGroup .fepImgBtn .fepButtCust,
.fepDesignGroup .fepIconLinkTableButtons .fepButtCust {
  cursor: pointer !important;
  color: #000000 !important;
  padding-left: 17px !important;
  padding-right: 15px !important;
  padding-top: 7px !important;
  padding-bottom: 9px !important;
  height: 40px !important;
  font-size: 14px !important;
  text-decoration: none !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.fepDesignGroup .fepImgBtn .fepButtCust:hover,
.fepDesignGroup .fepIconLinkTableButtons .fepButtCust:hover {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.fepDesignGroup .fepImgBtn .fepButtCust:focus,
.fepDesignGroup .fepIconLinkTableButtons .fepButtCust:focus {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.fepDesignGroup .fepImgBtn .fepButtCust:active {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.fepDesignGroup .fepImgBtn .fepButtCust:disabled {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.fepDesignGroup .fepImgBtn:active {
  border-left-color: #ffffff !important;
  background-color: #ff6600 !important;
}
.fepDesignGroup .fepImgBtn:active .fepBtnImg {
  color: #ffffff !important;
}
.fepDesignGroup .fepImgBtn:active .fepButtCust {
  color: #ffffff !important;
}
.fepDesignGroup .fepImgBtn:focus .fepIconLinkTableButtons,
.fepDesignGroup .fepIconLinkTableButtons:focus .fepIconLinkTableButtons {
  outline: none;
}
.fepDesignGroup .fepSepType0 .fepemptySeparatorCell,
.fepDesignGroup .fepSepType0 .fepFieldCellSeparator {
  border-bottom: solid 1px #ededed;
  margin-bottom: 14px;
}
.fepSepType4 .fepemptySeparatorCell,
.fepSepType4 .fepFieldCellSeparator {
  border-bottom: dotted 1px #ededed;
  margin-bottom: 14px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fepSepType4 .fepemptySeparatorCell,
  .fepSepType4 .fepFieldCellSeparator {
    border-bottom: dotted 2px #ededed;
  }
}
.fepDesignGroup .row .col-xs-12 > .fepSeparatorParent {
  border-bottom: 0px !important;
}
.fepDesignGroup .fepLongString.fepTextInput {
  background-color: transparent !important;
}
.fepDesignGroup .fepFirstRow .fepLongString.fepTextInput {
  overflow: visible;
}
.fepDesignGroup .fepFirstRow .fepLongString.fepTextInput span {
  display: table-cell;
}
.fepDesignGroup .switch_div {
  width: 50px;
  height: 30px;
  display: table;
}
.fepDesignGroup .switch_div.checked {
  width: 50px;
  height: 30px;
  display: table;
}
.fepDesignGroup div .fepBool.fepString .fepSwitch .icheckbox_minimal {
  width: 54px;
  height: 27px;
}
.fepDesignGroup .fepBool .fepSwitch .icheckbox_minimal.checked {
  background: url('Images/switchOn.png') no-repeat;
  width: 50px;
  height: 30px;
  background-color: transparent !important;
  border: 0px;
  background-size: contain;
}
.fepDesignGroup .fepBool .fepSwitch .icheckbox_minimal {
  background: url('Images/switchOff.png') no-repeat;
  width: 50px;
  height: 30px;
  background-color: transparent !important;
  border: 0px;
  background-position-x: 1px !important;
  background-position-y: 1px !important;
  background-size: contain;
}
.fepDesignGroup .fepSwitchRow {
  display: table-cell;
}
.fepDesignGroup .fepStepPaneTitle .row.fepFirstRow .fepDesRegion {
  padding-left: 0px !important;
}
.fepDesignGroup .fepStepPaneTitle .row.fepFirstRow .fepDesRegion .row div.fepColPad {
  padding-left: 0px !important;
  padding-right: 20px !important;
}
.fepDesignGroup .row {
  display: flex !important;
  flex-wrap: wrap !important;
}
.fepDesignGroup .fepTextVertC .fepInfoMessage .fepLabelPanel,
.fepDesignGroup .fepTextVertC .fepTextInput span {
  display: table-cell;
  vertical-align: middle!important;
  word-break: normal;
  -ms-word-break: normal;
  height: 100%;
}
.fepDesignGroup .fepDesFreeText div {
  height: 100%;
}
.fepDesignGroup .fepTextVertC .fepInfoMessage,
.fepDesignGroup .fepTextVertC .fepTextInput {
  display: table;
  padding-top: 0px !important;
}
.fepDesignGroup .form-control.fepLongInfoString.expanded {
  overflow: visible;
  height: auto !important;
}
.fepDesignGroup .fepDesRegion {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fepDesignGroup .fepInfoMessage {
  background-color: transparent !important;
  color: #4eb7cd !important;
  font-size: 18px!important;
  padding-top: 16px !important;
  padding-bottom: 15px!important;
  padding-left: 59px!important;
  padding-right: 70px !important;
  width: 100% !important;
}
.fepDesignGroup .fepInfoMessage span {
  font-size: 14px !important;
}
.fepDesignGroup .fepInfoMessage.fepInfo span,
.fepDesignGroup .fepInfoMessage.fepNotify span,
.fepDesignGroup .fepInfoMessage.fepError span {
  font-size: 18px !important;
}
.fepDesignGroup .fepInfoMessageButton {
  display: table;
  background-color: #4eb7cd;
  width: calc(100% + 120px) !important;
  margin-left: -60px;
  margin-right: -60px;
}
.fepInfoMessageButton .fepInfoMsg .fepColPad {
  width: 100%;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoButtons .fepButtCust {
  background-color: #ffffff;
  color: #000000 !important;
  font-size: 18px !important;
  width: auto;
  margin-bottom: 12px !important;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoButtons .fepButtCust:hover {
  background-color: #ff9147;
  color: #ffffff !important;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoButtons .fepButtCust:active {
  background-color: #f3f3f3 !important;
  color: #919191 !important;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoButtons .fepButtCust:focus {
  color: #ff6600 !important;
  border: none !important;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoButtons .fepButtCust:disabled {
  color: #919191 !important;
  background-color: #e4e4e4 !important;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoButtons .row:first-of-type {
  padding-right: 60px;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoButtons .row div:first-of-type {
  margin-left: auto;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoMessage {
  padding-top: 12px !important;
  padding-bottom: 0px !important;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoButtons .fepBtnPanel,
.fepDesignGroup .fepInfoMessageButton .fepInfoButtons .fepDesButton {
  width: auto;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoMessage .fepInfoMessageContent {
  font-size: 18px !important;
  margin-left: 94px !important;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoMessage .fepInfoMessageContent span {
  padding-top: 0px !important;
  display: block;
}
.fepInfoMessageButton .fepInfoButtons {
  margin-top: 2px !important;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoMessage .fepInfoMessageImg {
  background-image: url('Images/ComInfo.svg');
  margin-left: 50px;
  margin-right: 6px;
  background-size: 25px 24px !important;
}
.fepDesignGroup .col-sm-12 .fepInfoMessage,
.fepDesignGroup .col-md-12 .fepInfoMessage {
  margin-left: -70px;
  width: calc(100% + 140px) !important;
}
.fepDesignGroup .fepInfoMessage .fepLabelPanel {
  padding-top: 0px !important;
}
.fepDesignGroup .fepInfoMessage .fepLabelPanel .fepInfoMessageContent {
  padding-top: 3px !important;
  margin-left: 34px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fepDesignGroup .fepInfoMessage .fepLabelPanel .fepInfoMessageContent {
    padding-top: 2px !important;
  }
}
.fepDesignGroup .fepInfoMessage .fepInfoMessageImg {
  background-image: url('Images/ComNor.svg');
  background-repeat: no-repeat;
  margin-right: 6px;
  float: left;
  padding-bottom: 6px;
  background-size: 27px 24px !important;
  width: 28px !important;
  height: 27px !important;
  content: "";
  left: 20px;
}
.fepDesignGroup .fepInfoMessage.fepError {
  background-color: #db1b23 !important;
  color: white !important;
}
.fepDesignGroup .fepInfoMessage.fepError .fepInfoMessageImg {
  background-image: url('Images/ComErr.svg') !important;
  background-size: 25px 24px !important;
}
.fepDesignGroup .fepInfoMessage.fepError {
  background-image: none !important;
}
.fepDesignGroup .fepInfoMessage.fepNotify {
  background-color: #8bce65 !important;
  color: white !important;
}
.fepDesignGroup .fepInfoMessage.fepNotify .fepInfoMessageImg {
  background-image: url('Images/ComNot.svg') !important;
  background-size: 25px 24px !important;
}
.fepDesignGroup .fepInfoMessage.fepInfo {
  background-color: #4eb7cd !important;
  color: white !important;
}
.fepDesignGroup .fepInfoMessage.fepInfo .fepInfoMessageImg {
  background-image: url('Images/ComInfo.svg') !important;
  background-size: 25px 24px !important;
}
.fepDesignGroup .fepInfoMessageButton .fepInfoMessage {
  color: white !important;
}
.fepDesignGroup .fepValidIco::before {
  display: none !important;
}
.fepDesignGroup .fepValidIco {
  background-image: url('Images/krytyczne1.svg');
  background-repeat: no-repeat;
  margin-right: 8px;
  float: left;
  height: 29px;
  width: 18px;
}
.fepDesignGroup .fepValIconPanel {
  display: table-cell;
  vertical-align: top;
}
.fepDesignGroup div.fepValIconPanel {
  height: auto;
}
.fepDesignGroup .fepGridMinSpace {
  min-height: 60px !important;
}
.fepDesignGroup .fepTableItem.fepColPad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fepDesignGroup .fepImageLink.fepDisabled {
  background-color: transparent !important;
  font-style: normal;
  border: none !important;
  box-shadow: none;
}
.fepDesignGroup .fepImageLink .fepLinkImg {
  vertical-align: middle;
  color: #ff6600;
  align-items: center;
  cursor: pointer;
}
.fepDesignGroup .fepImageLink.fepDisabled .fepLinkImg {
  pointer-events: none;
}
.fepDesignGroup .fepImageLink .fepLinkImg span {
  font-size: 16px !important;
}
.fepDesignGroup .fepImageLink .fepInnerCell {
  margin-top: 3px !important;
}
.fepDesignGroup .fepImageLink .fepInnerCell .fepWebLink {
  padding-left: 6px !important;
}
.fepImageLink .fepFieldCell .fepInnerCell {
  margin-top: 8px !important;
}
.fepDesignGroup .fepImageLink.fepDisabled a.fepWebLink,
.fepDesignGroup a.fepWebLink[disabled],
.fepDesignGroup a.fepWebLink.disabled {
  color: #9b9b9b !important;
  cursor: default !important;
  pointer-events: none !important;
}
.fepDesignGroup .fepImageLink.fepDisabled a.fepWebLink:active {
  background-color: transparent !important;
}
.fepDesignGroup .fepImageLink.fepDisabled .fepLinkImg span {
  background-color: transparent !important;
  color: #9b9b9b !important;
  box-shadow: none !important;
  border: none !important;
  pointer-events: none;
  cursor: default;
}
.fepDesignGroup .fepBool .fepSwitch .icheckbox_minimal.disabled {
  background-image: url(Images/przycisk_szary.png) !important;
  background-repeat: no-repeat;
}
.fepDesignGroup .fepSwitch.fepSwitchRow label {
  display: none;
}
.fepDesignGroup .row .col-sm-4 .form-group.fepValidator.fepNoPad.fepCustReqBcg,
.fepDesignGroup .row .col-sm-3 .form-group.fepValidator.fepNoPad.fepCustReqBcg,
.fepDesignGroup .form-group.fepValidator.fepCustReqBcg {
  padding-bottom: 0px!important;
  padding-top: 0px!important;
}
.fepDesignGroup .fepValidIco {
  margin-top: 11px;
}
.fepDesignGroup .fepValidContainer {
  padding-top: 0px;
  vertical-align: middle;
}
.fepDesignGroup .fepValidContainer {
  padding-top: 0px;
}
.fepDesignGroup .fepCustReqBcg .fepValidContainer {
  padding-top: 13px;
  padding-bottom: 10px;
}
.fepDesignGroup .row.fepCustRowReqBcg,
.fepDesignGroup .fepRowGrid.fepCustRowReqBcg {
  margin-bottom: 0px !important;
}
.fepDesignGroup .fepCustRowReqBcg .fepConLab .fepLabelPanel {
  padding-top: 16px;
}
.fepDesignGroup .fepFieldCell .fepInnerCell .input-group.fepRequiredColor,
.fepDesignGroup .fepCustReqBcg .input-group {
  background-color: transparent !important;
}
.fepDesignGroup .fepCustReqBcg .fepValidBackground {
  position: absolute !important;
  height: calc(100% + 0px);
  background-color: #ffe5e5;
  z-index: -1;
  top: 0px;
  transition: background-color 400ms linear;
  max-width: none;
  display: block;
}
.fepDesignGroup .fepCustReqBcg .fepAppendixAsButton .fepValidBackground {
  height: calc(100% + 8px);
  top: 4px;
}
.fepDesignGroup .fepCustReqBcg .fepTileControl .fepValidBackground {
  height: calc(100% + -12px);
  display: block;
}
.fepDesignGroup .fepInnerCell.fepTileControl {
  width: calc(100% + 30px);
}
.fepDesignGroup .fepVertDist10 .fepCustReqBcg .fepValidBackground,
.fepDesignGroup .fepVertDist15 .fepCustReqBcg .fepValidBackground {
  height: calc(100%) !important;
  top: 2px;
  display: block;
}
.fepDesignGroup .fepValidationMessages.fepCustReqBcg .fepValidBackground {
  height: calc(100% + 0px);
  top: 10px;
}
.fepDesignGroup .fepValidationMessages.fepCustReqBcg {
  margin-top: 18px !important;
  margin-bottom: -10px;
}
.row.fepCustRowReqBcg .fepInnerCell {
  margin-top: 10px !important;
}
.fepDesignGroup .input-group .form-control {
  z-index: 1;
}
.fepDesignGroup .fepValidationMessages.fepCustReqBcg .fepValidBackground .fepDesignGroup .fepExpandableRow .fepConLab,
.fepDesignGroup .fepExpandableRow .fepLongString span,
.fepDesignGroup .fepExpandableRow .fepCheckDesc {
  color: #ff6600;
}
.fepDesignGroup .fepExpandableRow .fepLongString {
  padding-top: 18px;
  margin-left: -5px;
}
.fepDesignGroup .fepExpandableRow .fepFieldCellB .fepInnerCell {
  padding-bottom: 0px !important;
}
.fepDesignGroup .fepExpandableRow .fepCheckDesCont {
  padding-top: 4px;
  padding-bottom: 3px;
}
.fepDesignGroup .fepExpandableRow .fepPanCheckDesc {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  height: 100% !important;
}
.fepDesignGroup .fepLinkImg label {
  margin-bottom: 0px;
}
.fepDesignGroup .fepColPad.fepNextToTooltip {
  padding-left: 0px !important;
}
.fepDesignGroup .fepLabelWithTooltip span.fepReqAsterisk {
  display: none !important;
}
.fepDesignGroup .fepBulletsColumns {
  display: table !important;
  table-layout: fixed;
  width: 100%;
}
.fepDesignGroup .fepBulletsColumn {
  display: table-cell;
  padding-right: 10px;
}
.fepDesignGroup .fepInfoBoxTextImg,
.fepDesignGroup .fepBulletsTextImg {
  position: absolute !important;
  display: inline-block !important;
  height: 6px !important;
  width: 6px !important;
  background-color: #ff6200 !important;
  border-radius: 5px !important;
  margin-top: 9px;
}
.fepDesignGroup .fepInfoBoxText,
.fepDesignGroup .fepBulletsText {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #333;
  display: inline-block !important;
  padding-bottom: 5px!important;
  padding-top: 4px!important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  margin-left: 31px;
  max-width: 100%;
}
.fepDesignGroup .fepBulletsHead,
.fepDesignGroup .fepBulletsHeadField {
  margin-right: 50px;
  font-weight: bold;
  display: table-cell;
  float: left;
}
.fepDesignGroup .fepBulletsTexts,
.fepDesignGroup .fepBulletsTextsFields {
  display: table-cell;
}
.fepDesignGroup .fepBulletsColumn,
.fepDesignGroup .fepBulletsHeadField .fepLongString {
  text-align: left;
}
.fepDesignGroup .fepBulletsHeadField .fepLongString {
  font-weight: bold;
}
.fepDesignGroup .fepExpandableText .fepInnerCell {
  margin-top: 0px !important;
}
.fepMainLoader .spinner {
  left: calc(50% + -34px);
}
.fepDesignGroup .fepMultiAppendix .fepSeparatorParent {
  display: none;
}
.fepDesignGroup .fepMultiAppendix.fepFilesUnder {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.fepDesignGroup .fepMultiAppendix.fepFilesUnder .fepFilesList {
  padding-top: 2px;
}
.fepDesignGroup .fepMultiAppendix.fepFilesUnder.fepCustReqBcg .fepAsyncFileError {
  position: relative;
  width: 100%;
  display: block;
}
.fepDesignGroup .fepAsyncFileBtn .fepFileLink {
  border-bottom: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  word-break: break-all;
  height: 100% !important;
}
.fepDesignGroup .fepMultiAppendix .fepBtnVertical {
  margin-right: 30px !important;
  margin-bottom: 2px !important;
}
.fepDesignGroup .fepAsyncFileBtn .fepDeleteButton {
  flex-shrink: 0;
  background-size: 12px 12px;
  margin-left: 7px !important;
  margin-right: 7px !important;
  width: 12px !important;
  background-color: transparent !important;
}
.fepDesignGroup .fepAsynFileComma {
  margin-bottom: 17px !important;
}
.fepDesignGroup .fepAppendixFullWidth {
  width: 100%;
}
.fepDesignGroup .fepBtnVertical .fepConLab {
  display: none;
}
.fepDesignGroup .input-group.fepAsyncFileDiv {
  margin-bottom: 0px !important;
}
.fepDesignGroup .fepValidator.fepBtnVertical {
  margin-bottom: 14px !important;
}
.fepDesignGroup .fepFilesUnder .fepValidator.fepBtnVertical {
  margin-bottom: -4px !important;
}
.fepDesignGroup .fepFilesUnder.fepCustReqBcg .fepValidator.fepBtnVertical {
  margin-bottom: 0px !important;
}
.fepDesignGroup .fepValidator.fepLinkVertical {
  padding-top: 3px !important;
}
.fepDesignGroup .fepLinkVertical .fepInnerCell,
.fepDesignGroup .fepBtnVertical .fepInnerCell {
  margin-top: 5px !important;
}
.fepDesignGroup .fepButtonsMIcoPan .fepButtonsM {
  padding-left: 9px !important;
}
.fepDesignGroup .fepButtonsMIcoPan .fepButtonsMIco {
  height: 25px !important;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.fepDesignGroup .fepImageLink {
  height: 100%;
  align-items: center;
  display: flex;
}
.fepDesignGroup .fepFileList {
  padding-top: 3px;
}
.fepDesignGroup .fepAsyncFileBtn .fepFileLink {
  border-bottom: none !important;
  box-shadow: none !important;
}
.fepDesignGroup .fepAppendixFullWidth {
  width: 100%;
}
.fepDesignGroup .fepBtnVertical .fepConLab {
  display: none;
}
.fepDesignGroup .input-group.fepAsyncFileDiv {
  margin-bottom: 0px !important;
}
.fepDesignGroup .fepValidator.fepBtnVertical {
  margin-bottom: 14px !important;
}
.fepDesignGroup .fepValidator.fepLinkVertical {
  padding-top: 3px !important;
}
.fepDesignGroup .fepLinkVertical .fepInnerCell,
.fepDesignGroup .fepBtnVertical .fepInnerCell {
  margin-top: 5px !important;
}
.fepDesignGroup .fepButtonsMIcoPan .fepButtonsM {
  padding-left: 9px !important;
}
.fepDesignGroup .fepButtonsMIcoPan .fepButtonsMIco {
  height: 25px !important;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.fepDesignGroup .fepImageLink {
  height: 100%;
  align-items: center;
  display: flex;
}
.fepDesignGroup .fepFilesList {
  display: flex;
  align-items: flex-end;
}
.fepDesignGroup .fepStageBarNumberDot,
.fepDesignGroup .fepStageBarNumber {
  display: none;
}
.fepDesignGroup .fepStageBar {
  font-size: 18px !important;
  border-bottom: solid 1px #BDBDBD;
  margin-left: -10px;
  width: calc(100% + 20px);
  display: inline-flex;
  flex-wrap: wrap;
}
.fepDesignGroup .fepStageBar .fepStageBarElement {
  margin-right: 30px;
  margin-bottom: -1px;
  padding-bottom: 13px;
  padding-top: 12px;
  display: block;
}
.fepDesignGroup .fepStageBar .fepStage.actual .fepStageBarElement {
  border-bottom: solid 1px #ff6600;
  color: #ff6600;
}
.fepDesignGroup .fepCustReqBcg .fepBtnVertical {
  margin-bottom: 15px !important;
}
.fepDesignGroup .fepFilesUnder.fepCustReqBcg .fepAppendixValBcg {
  height: calc(100% + -2px);
  background-color: #ffe5e5;
  z-index: -1;
  top: -1px;
  max-width: none;
}
.fepDesignGroup .fepCustReqBcg .fepAppendixValBcg {
  height: calc(100% + 8px);
  background-color: #ffe5e5;
  z-index: -1;
  top: -11px;
  max-width: none;
}
.fepDesignGroup .fepAsyncFileError .fa.fa-warning::before {
  padding-bottom: 0px;
}
.fepDesignGroup .fepStepPaneTitle {
  display: flex;
  align-items: flex-end;
}
.fepDesignGroup .fepStepPaneTitle span {
  width: auto;
}
.fepDesignGroup .fepStepPaneTitle .row.fepFirstRow {
  width: auto;
  flex: 1;
}
.fepDesignGroup .fepStepPaneTitle {
  display: flex !important;
  align-items: flex-end;
}
.fepDesignGroup .fepStepHeader9 span.fepSepPaneTitle {
  width: 75% !important;
}
.fepDesignGroup .fepStepHeader8 span.fepSepPaneTitle {
  width: 66.66666667% !important;
}
.fepDesignGroup .fepStepHeader7 span.fepSepPaneTitle {
  width: 58.33333333% !important;
}
.fepDesignGroup .fepStepHeader6 span.fepSepPaneTitle {
  width: 50% !important;
}
.fepDesignGroup .fepStepHeader5 span.fepSepPaneTitle {
  width: 41.66666667% !important;
}
.fepDesignGroup .fepStepHeader4 span.fepSepPaneTitle {
  width: 33.33333333% !important;
}
.fepDesignGroup .fepStepHeader3 span.fepSepPaneTitle {
  width: 25% !important;
}
.fepDesignGroup .fepStepPaneTitle .row.fepFirstRow {
  width: auto;
  flex: 1;
}
.fepDesignGroup .fepCalenderBootBtn:after {
  margin-left: 2px;
}
.fepDesignGroup .fepRadioNV {
  padding-right: 0px !important;
  /*width:auto;*/
}
.fepDesignGroup .fepRadioNV.fepRadioNVRight {
  padding-left: 0px !important;
}
.fepDesignGroup .fepRadioText {
  padding-left: 8px !important;
  padding-right: 17px !important;
}
.fepDesignGroup .form-control.fepDateBoot {
  width: 90px !important;
}
.fepDesignGroup .fepDateContainer {
  width: auto;
}
.fepDesignGroup .fepCbxList .fepConfirm {
  width: auto;
}
.fepDesignGroup .fepHelpDisplay .form-control.fepBool {
  width: auto !important;
  max-width: 30px;
  min-width: 30px;
}
.fepDesignGroup .fepHelpDisplay.fepFieldCellB span.fepQuestion {
  margin-top: -2px !important;
}
.fepDesignGroup .fepCbxList .form-control.fepConfirmText {
  padding-top: 11px !important;
  text-align: left;
  padding-right: 19px !important;
}
.fepDesignGroup .fepCustReqBcg .fepCbxList .form-control.fepConfirmText {
  padding-top: 0px !important;
}
.fepDesignGroup .fepCustReqBcg .fepFieldCell .fepCbxList {
  background-color: transparent !important;
}
.fepDesignGroup .fepConfirmCb {
  padding-left: 0px !important;
}
.fepDesignGroup .fepRadioText {
  white-space: normal;
}
.fepGroupLoader {
  width: 100%;
  height: 100px;
  display: table;
}
.fepGroupLoader > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.fepGroupLoader > div > div {
  margin-left: auto;
  margin-right: auto;
  position: inherit;
  height: 40px;
  width: 40px;
  background-size: 40px 40px !important;
}
.fepDesignGroup .fepExpandableRow div .fepBool.fepString .icheckbox_minimal {
  width: 25px;
  height: 25px;
}
.fepDesignGroup .fepExpandableRow .fepBool.fepString .icheckbox_minimal.checked {
  background-position: 7px 7px;
}
.fepDesignGroup div .fepBool.fepString .icheckbox_minimal {
  width: 20px;
  height: 20px;
}
.fepDesignGroup .fepBool.fepString .icheckbox_minimal.checked {
  background-position: 4px 5px;
}
.icheckbox_minimal.checked.disabled {
  cursor: pointer;
}
.fepDesignGroup [disabled].fepConfirmText {
  background-color: transparent;
}
.fepDesignGroup .fepDesButton {
  display: flex;
  align-items: flex-end;
}
.fepDesignGroup .fepDesButton .fepBtnPanel {
  width: 100%;
}
.fepDisabledRegion .fepExpSepHid,
.fepDisabledRegion .fepExpSepVis,
.fepDisabledRegion .fepStepAfter,
.fepDisabledRegion .fepStepBefore {
  pointer-events: none !important;
  cursor: default !important;
}
.fepDisabledRegion .fepExpSepHid .fepSepPaneTitle::before,
.fepDisabledRegion .fepExpSepVis .fepSepPaneTitle::before {
  color: #919191 !important;
}
.fepFieldLoader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background-color: transparent;
  z-index: 10000;
}
.fepFieldLoader > div {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.fepFieldLoader .spinner {
  position: static!important;
  width: 30px!important;
  height: 30px!important;
  background-size: 30px 30px !important;
}
.fepFieldCell .fepFieldLoader .uprMT {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.fepDesignGroup .fepLongInfoString.fepDisabled {
  height: auto !important;
}
.fepDesignGroup .icheckbox_flat,
.fepDesignGroup .iradio_flat {
  width: 20px;
  height: 20px;
}
.fepDesignGroup .iradio_flat.checked,
.fepDesignGroup .iradio_flat.checked.disabled {
  background-size: 10px 10px;
  background-position: 4px 4px;
}
.fepDesignGroup .fepRadioText {
  font-size: 14px !important;
  text-align: left;
}
.fepDesignGroup .input-group-addon.fepRadioBut {
  vertical-align: top !important;
}
.fepDesignGroup .fepShowSeparatorBody {
  margin-bottom: 12px;
}
.fepDesignGroup .fepSeparatorParent .fepFieldCellSeparator {
  margin-top: 18px;
}
.fepDesignGroup .fepCheckDesCont {
  text-align: left;
}
/*END DESIGNER*/
.fepButTempHidden {
  display: none;
}
.fepButTempHiddenImportant {
  display: none !important;
}
.fepDisabledOnLoader * {
  pointer-events: none!important;
}
.fepDisabledOnLoader input,
.fepDisabledOnLoader .fepDropDown .btn {
  color: #8A8A8A !important;
  background-color: #e6e6e6 !important;
  font-size: 14px;
  display: inline-block;
  /* do not change this setting - non-inline style causes wrong tooltip positioning*/
  border: 1px solid #D8D8D8 !important;
  -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #d7d7d7d d;
}
.fepDisabledOnLoader .fepDropDown .btn .caret {
  background-image: url(Images/DesDropDownDis.png);
}
.fepDisabledOnLoader .icheckbox_minimal {
  background-color: #e6e6e6!important;
  box-shadow: none!important;
  border: solid 1px #a0a0a0!important;
}
.fepDisabledOnLoader.fepImageLink a,
.fepDisabledOnLoader.fepImageLink a.fepWebLink,
.fepDisabledOnLoader.fepImageLink span {
  background-color: transparent !important;
  color: #9b9b9b !important;
}
.fepRegHide {
  display: none !important;
}
.fa-file-pdf-o::before {
  font-family: FontAwesome !important;
}
select.selectpickerCompl {
  display: none !important;
}
.fepDesignGroup .form-control.fepRadioText:focus {
  font-size: 14px !important;
}
.fepDesignGroup .form-group {
  margin-bottom: 0px;
}
.fepDesignGroup .fepBool {
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
}
.container.headerLogo.fromDesigner #headPanel {
  display: none;
}
.fepInfoMessageButton > .row .row,
.fepInfoMessageButton .row {
  display: block !important;
}
.fepInfoMessageButton .fepCloseInfo {
  float: right;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  background-image: url(Images/CloseBtn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}
.fepInfoMessageButton .fepInfoMessage.fepInfo {
  background-color: transparent !important;
}
.fepInfoButtons .fepDesButton {
  float: right;
}
.fepSliderParent div.fepDropDown {
  display: none !important;
}
.fepSliderParent div.fepDropDown.fepSliderWithTextbox {
  display: inline-block !important;
}
.fepDesignGroup .fepInvalidRegion {
  background-image: url('Images/warningIcon.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  border-bottom: 1px solid #ff6600 !important;
}
.fepDesignGroup .fepValidRegion {
  background-image: url('Images/wypelnione.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  border-bottom-color: #8bce65 !important;
}
.fepDesignGroup .fepExpSepHid[regionvalidfield],
.fepDesignGroup .fepExpSepVis[regionvalidfield] {
  border-bottom: 1px solid #ff6600;
  padding-bottom: 0px !important;
}
.fepDesignGroup .fepExpSepHid[regionvalidfield] .fepSepPaneTitle,
.fepDesignGroup .fepExpSepVis[regionvalidfield] .fepSepPaneTitle {
  font-size: 24px;
}
.fepDesignGroup .fepExpSepHid[regionvalidfield] .fepSepPaneTitle:before,
.fepDesignGroup .fepExpSepVis[regionvalidfield] .fepSepPaneTitle:before {
  margin-right: 23px;
  vertical-align: text-top;
}
.fepDesignGroup .fepNoColsReg > div.row {
  height: auto;
}
.fepDesignGroup .fepNoColsReg > div.row > .fepNoColsGrid {
  height: auto;
}
.fepBtnVal {
  display: none !important;
}
.fepDesignGroup .col-xs-1:not(.fepGridMinSpace),
.fepDesignGroup .col-sm-1:not(.fepGridMinSpace),
.fepDesignGroup .col-md-1:not(.fepGridMinSpace),
.fepDesignGroup .col-lg-1:not(.fepGridMinSpace),
.fepDesignGroup .col-xs-2:not(.fepGridMinSpace),
.fepDesignGroup .col-sm-2:not(.fepGridMinSpace),
.fepDesignGroup .col-md-2:not(.fepGridMinSpace),
.fepDesignGroup .col-lg-2:not(.fepGridMinSpace),
.fepDesignGroup .col-xs-3:not(.fepGridMinSpace),
.fepDesignGroup .col-sm-3:not(.fepGridMinSpace),
.fepDesignGroup .col-md-3:not(.fepGridMinSpace),
.fepDesignGroup .col-lg-3:not(.fepGridMinSpace),
.fepDesignGroup .col-xs-4:not(.fepGridMinSpace),
.fepDesignGroup .col-sm-4:not(.fepGridMinSpace),
.fepDesignGroup .col-md-4:not(.fepGridMinSpace),
.fepDesignGroup .col-lg-4:not(.fepGridMinSpace),
.fepDesignGroup .col-xs-5:not(.fepGridMinSpace),
.fepDesignGroup .col-sm-5:not(.fepGridMinSpace),
.fepDesignGroup .col-md-5:not(.fepGridMinSpace),
.fepDesignGroup .col-lg-5:not(.fepGridMinSpace),
.fepDesignGroup .col-xs-6:not(.fepGridMinSpace),
.fepDesignGroup .col-sm-6:not(.fepGridMinSpace),
.fepDesignGroup .col-md-6:not(.fepGridMinSpace),
.fepDesignGroup .col-lg-6:not(.fepGridMinSpace),
.fepDesignGroup .col-xs-7:not(.fepGridMinSpace),
.fepDesignGroup .col-sm-7:not(.fepGridMinSpace),
.fepDesignGroup .col-md-7:not(.fepGridMinSpace),
.fepDesignGroup .col-lg-7:not(.fepGridMinSpace),
.fepDesignGroup .col-xs-8:not(.fepGridMinSpace),
.fepDesignGroup .col-sm-8:not(.fepGridMinSpace),
.fepDesignGroup .col-md-8:not(.fepGridMinSpace),
.fepDesignGroup .col-lg-8:not(.fepGridMinSpace),
.fepDesignGroup .col-xs-9:not(.fepGridMinSpace),
.fepDesignGroup .col-sm-9:not(.fepGridMinSpace),
.fepDesignGroup .col-md-9:not(.fepGridMinSpace),
.fepDesignGroup .col-lg-9:not(.fepGridMinSpace),
.fepDesignGroup .col-xs-10:not(.fepGridMinSpace),
.fepDesignGroup .col-sm-10:not(.fepGridMinSpace),
.fepDesignGroup .col-md-10:not(.fepGridMinSpace),
.fepDesignGroup .col-lg-10:not(.fepGridMinSpace),
.fepDesignGroup .col-xs-11:not(.fepGridMinSpace),
.fepDesignGroup .col-sm-11:not(.fepGridMinSpace),
.fepDesignGroup .col-md-11:not(.fepGridMinSpace),
.fepDesignGroup .col-lg-11:not(.fepGridMinSpace),
.fepDesignGroup .col-xs-12:not(.fepGridMinSpace),
.fepDesignGroup .col-sm-12:not(.fepGridMinSpace),
.fepDesignGroup .col-md-12:not(.fepGridMinSpace),
.fepDesignGroup .col-lg-12:not(.fepGridMinSpace) {
  min-height: 0px !important;
}
.ToolButton.fepFileIconLink2 {
  display: none;
}
.fepDesignGroup .fepMultiAppendix .fepValidator.fepLinkVertical {
  margin-top: -2px !important;
}
.fepDesignGroup .fepSepType2 .fepSeparatorParent {
  display: block !important;
  border-bottom: solid 1px #ff6600;
  width: calc(100% + 20px);
  margin-left: -10px !important;
  margin-top: 8px;
}
.fepDesignGroup .fepValidationMessages .fepv:before {
  content: url('Images/krytyczne1.svg');
  background-repeat: no-repeat;
  margin-right: 8px;
  float: left;
  height: 29px;
  width: 18px;
  margin-top: -2px;
}
.fepDesignGroup .fepValidationMessages {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
}
.fepDesignGroup .fepCustReqBcg .fepNoValidations .fepValidContainer {
  padding-top: 0px;
  padding-bottom: 0px;
}
.fepDesignGroup .fepNoValidations .fepValIconPanel {
  display: none !important;
}
.fepDesignGroup .fepCustReqBcg .fepNoValidations .fepValidBackground {
  height: calc(100% + 18px);
  top: -18px;
}
.fepDesignGroup .fepTabContentCenter .fepCustReqBcg .fepNoValidations .fepValidBackground {
  height: calc(100% + 20px);
}
.fepTile {
  -webkit-appearance: none !important;
  outline: none !important;
}
.fepTile:focus {
  outline: none !important;
}
.iradio_flat input {
  display: none !important;
}
.fepPosLabValidation .fepConLab .fepLabelPanel,
.fepTextVertC .fepPosLabValidation .fepConLab .fepLabelPanel,
.fepPosLabValidation .fepLongString.fepTextInput span,
.fepCustRowReqBcg .fepConLab .fepLabelPanel,
.fepTextVertC .fepCustRowReqBcg .fepConLab .fepLabelPanel,
.fepCustRowReqBcg .fepLongString.fepTextInput span {
  vertical-align: top !important;
  padding-top: 23px !important;
}
/*Modal Group*/
.fepModalGroupBack {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 100%;
}
.fepModalSmall {
  width: 520px;
}
.fepModalMedium {
  width: 60%;
}
.fepModalBig {
  width: 90%;
}
.fepModalGroupBody {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 20%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  background-color: white;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #c3c3c3;
  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%;
}
.fepModalGroupClose {
  position: absolute;
  top: 16px;
  right: 10px;
  cursor: pointer;
}
.fepModalGroupClose:before {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e800";
  background-image: url('Images/closePop.jpg');
  background-position: center;
  color: transparent;
  background-repeat: no-repeat;
  display: block;
  padding-right: 15px;
}
.fepModalGroupClose:hover,
.fepModalGroupClose:focus {
  color: #F3F3F3;
}
/*Modal Group END*/
.fepMonthYearTitleSeparated {
  display: none !important;
}
.fepDropDown.multiple .filter-option.counter-visible {
  display: none !important;
}
.fepSelectedOptionRemove {
  cursor: pointer;
  margin-right: 5px;
}
.fepSelectedOptionRemove:after {
  content: "\e91a";
  font-family: 'fepModal';
  color: #ff6600;
  float: right;
  font-size: 12px;
}
a.fepWebLink.fepSelectedOptionRemove {
  margin-bottom: -2px !important;
}
.fepSelectedOptionRemove:hover:after {
  color: #000066;
}
.fepSelectedOptionRemove[disabled]:after {
  color: #8A8A8A;
}
.fepSelectedOption {
  display: inline-flex;
  width: 100%;
  border-bottom: solid 1px rgba(216, 216, 216, 0.3);
  height: 25px;
  align-items: center;
}
.fepSelectedOptionName {
  font-size: 12px;
  color: #9b9b9b;
  width: 100%;
  margin-left: 8px;
}
.fepSelectedOptions {
  margin-top: -15px;
}
.fepSelectedOptionsRemoveAll.fepWebLink {
  display: none !important;
}
.fepSelectedOptions.visible .fepSelectedOptionsRemoveAll.fepWebLink {
  display: block !important;
  text-align: right;
  cursor: pointer;
  font-size: 12px !important;
  height: 15px !important;
  line-height: normal !important;
  margin-top: 7px;
}
.fepDisabled .selectedCounter {
  color: #000000;
}
.datepicker.fepDateOverlap {
  margin-left: 8px;
}
.fepDropDown.fepNewDropDown .dropdown-menu .selected a {
  color: #f60 !important;
  background-color: #f3f3f3 !important;
  border-left: 5px solid #f60 !important;
  padding-left: 5px !important;
}
.fepDesignTable.fepTableWithHeader.fepDesignTableNotSaved .fepTableButton.fepTableButtonNew .fepBtnPanel,
.fepDesignTable.fepTableWithHeader.fepDesignTableNotSaved .fepTableButton.fepTableButtonNew .fepIconLinkTableButtons {
  visibility: hidden;
}
.fepDesignTableNotSaved .fepTableButtonn {
  visibility: hidden;
}
/* Ruler Lifting Styles */
.fepRulerPan .row:first-child {
  flex-wrap: nowrap!important;
}
.fepRulerPan .fepRulerUsedPan {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: auto;
}
.fepRulerPan .fepRulerAvailablePan {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
  margin-left: auto;
}
.fepRulerPan .fepRulerAvailablePan > .row {
  align-self: flex-end;
}
.fepRulerPan .fepLabelPanel {
  white-space: nowrap;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fepDesignGroup .fepButtCust:not(.fepSmallBtn) {
    width: auto !important;
  }
}
.fepTileControl .fepSimpleModal .fepMainTileClass .fepModalDictionaryItem.disable:not(.active) {
  background-color: #d6d6d6 !important;
  pointer-events: none;
}
.fepTileControl .fepSimpleModal .fepMainTileClass .fepModalDictionaryItem.disable:not(.active) .fepModalDictionaryTitleLabel {
  color: #d6d6d6;
}
div.fepDropDown .dropdown-menu.open .jspPane {
  left: 0;
  right: 2px;
}
div.fepDropDown .dropdown-menu li {
  min-height: 30px;
}
div.fepDropDown .dropdown-menu .jspPane .text {
  line-height: 24px;
}
.fepDropdown--btn {
  margin: 15px 0;
  padding: 0 10px;
}
.fepDropdown__Button {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.fepDropdown__MainButton {
  padding: 5px 10px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fepDropdown__MainButton:hover {
  background-color: #ff9147;
}
.fepDropdown__Toggler {
  position: relative;
  background-color: #ebebeb;
  width: 30px;
  text-align: center;
  padding-top: 11px;
  line-height: 8px;
  height: 100%;
}
.fepDropdown__Toggler::after {
  display: inline-block;
  content: '';
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ff6600;
}
.fepDropdown__List {
  display: none;
  outline: none;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: absolute;
  left: 10px;
  right: 10px;
}
.fepDropdown--up .fepDropdown__List {
  bottom: 46px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
}
.fepDropdown__List--open {
  display: flex;
}
.fepDropdown__Toggler:hover {
  background-color: #ff9147;
  cursor: pointer;
}
.fepDropdown__Toggler:hover::after {
  border-top-color: #ffffff;
}
.fepDropdown__Item {
  background-color: #ffffff;
  border-left: 5px solid transparent;
  padding: 10px;
  cursor: pointer;
  user-select: none;
}
.fepDropdown__Item:hover {
  background-color: #f3f3f3;
  border-left: 5px solid #ff6600;
}
.fepDropdown--disabled {
  pointer-events: none;
}
.fepDropdown--disabled .fepDropdown__MainButton {
  background-color: #f3f3f3;
  color: #919191;
}
.fepDropdown--disabled .fepDropdown__Toggler {
  background-color: #ebebeb;
}
.fepDropdown--disabled .fepDropdown__Toggler::after {
  border-top-color: #919191;
}
.fepStateHide {
  display: none;
}
.fepDesButton ~ .fepClickableList {
  display: flex;
  align-items: flex-end;
}
.fepInnerCell:not(.fepDragDrop) .fepAsyncFileDiv .input-group-addon.fepAsyncFileAdd {
  display: block;
  font-size: 14px !important;
  width: auto;
  color: #000;
  margin-left: 25px;
  padding-left: 10px;
  padding-top: 8px;
  cursor: pointer;
}
.fepAsyncFileError ~ .fepAsyncFileAdd {
  padding-top: 30px !important;
}
.fepInnerCell:not(.fepDragDrop) .fepAsyncFileDiv .fepButtonsMIcoPan .fepButtonsM {
  display: inline;
  font-size: 14px !important;
  color: #000 !important;
  padding-left: 10px !important;
}
.fepInnerCell:not(.fepDragDrop) .fepAsyncFileDiv .form-control.fepAsyncFileTxt {
  position: relative;
  width: 0% !important;
  padding: 0px !important;
  margin: 0px !important;
  border: none;
}
.fepInnerCell:not(.fepDragDrop) .fepAsyncFileDiv .form-control.fepAsyncFileTxt::before {
  font-family: Ozone_WEB, Ozone_WEB_Regular, Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  position: absolute;
  content: " ";
  width: 25px;
  height: 19px;
  background-image: url('Images/add_file.svg');
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0, -50%);
}
.fepCustReqBcg .fepHCpxCell:not(.fepDragDrop) .fepAppendixError {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.fepCustReqBcg .fepAppendixError .fepButtonsMIcoPan {
  margin-top: 0;
}
.fepCustReqBcg .fepMultiAppendix .fepAppendixError .fepButtonsMIcoPan {
  margin-top: 26px;
}
.fepCustReqBcg .fepAppendixError .fa-warning {
  display: block;
}
.fepCustReqBcg .fepAppendixError .fepAsyncFileText {
  display: inline;
  padding-left: 25px;
}
.fepAsyncFileDiv .form-control.fepAsyncFileTxt:hover {
  cursor: pointer;
}
.fepDesignGroup .fepMultiAppendix {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px !important;
}
.fepDesignGroup .fepMultiAppendix .fepButtonsM {
  display: inline-block !important;
}
.fepDesignGroup .fepMultiAppendix .fepAsynFileComma {
  margin-bottom: 0 !important;
}
.fepDesignGroup .fepMultiAppendix .fepMultiAppendix__AppendicesList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fepDesignGroup .fepMultiAppendix .fepBtnVertical {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  display: flex;
  align-items: center;
}
.fepDesignGroup .fepMultiAppendix .fepBtnVertical .fepAppendixAsButton {
  margin-top: 0 !important;
  margin-right: 15px;
}
.fepDesignGroup .fepMultiAppendix .fepButtonsMIcoPan {
  display: flex !important;
  align-items: center;
}
.fepDesignGroup .fepMultiAppendix .fepButtonsMIcoPan .fepButtonsM {
  padding-top: 1px !important;
}
.fepDesignGroup .fepMultiAppendix .fepLinkVertical {
  margin-bottom: 0 !important;
}
.fepDesignGroup .fepMultiAppendix .fepLinkVertical.fepValidator {
  margin-top: 0 !important;
}
.fepDesignGroup .fepMultiAppendix .fepLinkVertical .fepAppendixAsButton {
  margin-top: 0 !important;
}
.fepDesignGroup .fepMultiAppendix .fepAsyncFileBtn {
  padding-bottom: 0 !important;
}
.fepDesignGroup .fepMultiAppendix .fepAppendixError .fepAsyncFileText {
  display: flex !important;
}
.fepDesignGroup .fepMultiAppendix .fepAppendixError .fa-warning {
  display: inline-block;
}
.fepDesignGroup .fepMultiAppendix .fepAppendixError .fepAsyncFileError {
  width: 370px;
  position: absolute;
  padding-top: 0 !important;
  top: -12px;
}
.fepDesignGroup .fepMultiAppendix .fepAppendixError + .fepValidPanel .fepValidBackground {
  top: -20px !important;
  height: 100%;
}
.fepCustReqBcg .fepMultiAppendix {
  padding-top: 15px;
}
.fepLinkVertical .fepAppendixAsButton .fepAsyncFileBtn.fepAsyncFileDiv + .fepValidPanel {
  display: none;
}
.fepCustReqBcg .fepMultiAppendix .fepAsynFileComma {
  margin-bottom: 0 !important;
}
.fepCustReqBcg .fepMultiAppendix .fepMultiAppendix__AppendicesList {
  padding-top: 4px !important;
}
.fepMultiAppendix .fepAsyncFileDiv .fepFileLinkPan .fepFileLink {
  display: flex !important;
  align-items: center;
}
.fepMultiAppendix .fepAsyncFileDiv .fepFileLinkPan ~ .fepDeleteButton,
.fepAppendixAsButton .fepAsyncFileDiv .fepDeleteButton {
  background-position-y: 4px !important;
  margin-top: 0 !important;
}
.fepCustReqBcg .fepAppendixAsLink {
  display: flex;
}
.fepCustReqBcg .fepAppendixAsLink .fepAppendixError {
  margin-bottom: 20px !important;
}
.fepCustReqBcg .fepAppendixAsLink .fepAppendixError .fepAsyncFileTxt {
  position: absolute !important;
  bottom: 1px;
}
.fepAsyncFileDiv .fepFileLinkPan a {
  padding: 0 !important;
}
.fepAsyncFileDiv .fepDeleteButton {
  background-position-y: 4px !important;
  margin-top: 0 !important;
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.input-group.fepAsyncFileDiv {
  display: flex !important;
}
.fepHCpxCell:not(.fepDragDrop) .fepAsyncFileDiv {
  display: flex !important;
}
.fepInnerCell:not(.fepDragDrop) .fepAsyncFileDiv .form-control.fepAsyncFileTxt {
  color: #f60;
}
.fepInnerCell:not(.fepDragDrop) .fepAsyncFileDiv .form-control.fepAsyncFileTxt:hover {
  color: #333;
}
.fepAsyncFileDiv .fepDeleteButton {
  color: transparent !important;
  width: 12px !important;
  height: 20px !important;
  background-image: url('Images/closePopGrey.svg');
  background-repeat: no-repeat;
  background-position-y: 6px;
  margin-top: 6px;
  cursor: pointer;
  background-size: 12px 12px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fepAsyncFileDiv .fepDeleteButton {
    background-image: url('Images/closePopGrey.png');
  }
}
.fepAsyncFileDiv .ToolButton {
  background-color: transparent !important;
}
.fepAsyncFileDiv .ToolButton:hover {
  box-shadow: none !important;
  webkit-box-shadow: none !important;
  color: #ff9147 !important;
}
.fepAsyncFileDiv span {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fepDesignGroup .fepValidator.fepLinkVertical {
    display: block;
  }
}
.row .fepDesButton ~ .fepLinkStyle1.fepTextVertC .fepInnerCell {
  padding: 15px 0 !important;
}
.row .fepDesButton ~ .fepLinkStyle1.fepTextVertC .fepInnerCell .fepWebLink {
  align-self: flex-end;
  margin-bottom: 7px !important;
}
.fepInlineCont .fepFieldCell.fepHelpDisplay.fepHelpOnNameDisplay.fepContextHelpInfo {
  width: auto;
}
.fepInlineCont .fepFieldCell.fepHelpDisplay.fepHelpOnNameDisplay.fepContextHelpInfo .fepQuestion {
  position: absolute !important;
  margin-top: -6px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fepInlineCont .fepFieldCell.fepHelpDisplay.fepHelpOnNameDisplay.fepContextHelpInfo .fepQuestion {
    margin-top: -13px !important;
  }
}
.fepDesignGroup input.fepButtCust {
  padding-top: 10px !important;
}
.fepRadioBut.fepRadioFalse {
  background-color: transparent;
}
.fepAsyncFileError ~ .fepAsyncFileTxt {
  display: none;
}
.input-group.fepAsyncFileDiv.fepAsyncFileBtnNew.fepAppendixError {
  flex-direction: column-reverse;
  justify-content: flex-start;
}
.fepAppendixError .fepButtonsMIcoPan {
  text-align: left;
}
.fepAppendixError .fepAsyncFileError {
  padding-top: 13px;
  align-items: center;
}
.fepAppendixError .fepAsyncFileError .fepAsyncFileText {
  padding-left: 3px;
}
/*fep.less END*/
/*fepDesktop.less START*/
@media (min-width: 771px) {
  .fepHCpxCell > .col-sm-11 {
    width: 94.43%;
  }
  a.fepDropDownListNoPad {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    line-height: none!important;
  }
  .fepDropDown.btn-group {
    outline: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px!important;
  }
  .fepDropDown .bs-searchbox,
  .fepDropDown .bs-searchbox:focus {
    padding: 0px !important;
    z-index: 4;
    position: absolute;
    width: 100% !important;
    border: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding-right: 29px!important;
  }
  .fepDropDown .bs-searchbox .form-control,
  .fepDropDown .bs-searchbox .form-control:focus {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0px;
    box-shadow: inset 5px 5px 5px 5px rgba(237, 237, 237, 0.07) !important;
    height: 30px !important;
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-top: 3px!important;
  }
  .fepCustReqBcg .fepDropDown .bs-searchbox .form-control,
  .fepCustReqBcg .fepDropDown .bs-searchbox .form-control:focus {
    background-color: #ffffff !important;
    font-size: 14px !important;
    color: #000000 !important;
    border-top: 1px solid #db1b23 !important;
    border-left: 1px solid #db1b23 !important;
    border-bottom: 1px solid #db1b23 !important;
  }
  .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #d7d7d7;
  }
  .fepDropDown .btn {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0px;
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #d7d7d7;
    height: 30px !important;
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-top: 6px!important;
    text-align: left;
    overflow: hidden;
  }
  .fepDropDown .btn.fepDisabled {
    background-color: #ebebeb !important;
  }
  .fepDropDown .btn.fepPlacehold {
    color: #8a8a8a !important;
    font-style: italic;
  }
  .fepDropDown .btn.fepPlacehold:focus {
    color: #000000 !important;
    font-style: normal;
  }
  .fepDropDown.fepRequiredColor .btn {
    color: #8a8a8a !important;
    font-size: 14px !important;
    font-style: italic;
    background-color: #ffe2cf !important;
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #d7d7d7;
  }
  .disabled.fepDropDown.fepRequiredColor .btn {
    background-color: #e6e6e6 !important;
    font-size: 14px;
    font-style: italic;
    border: 1px solid #D8D8D8 !important;
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #d7d7d7d d;
    opacity: 1;
  }
  .disabled.fepDropDown.fepRequiredColor:focus {
    border: 0px;
    box-shadow: none;
  }
  input.fepDropDown.fepRequiredColorWhite {
    font-size: 14px !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #db1b23 !important;
  }
  .fepCustReqBcg .fepDropDown .btn,
  .fepCustReqBcg .fepDropDown.fepRequiredColor .btn {
    background-color: #ffffff !important;
    font-size: 14px !important;
    color: #000000 !important;
    border: 1px solid #db1b23 !important;
  }
  .fepDropDown .btn:focus {
    outline: none !important;
  }
  .btn-group.fepDropDown:focus {
    border: 0px!important;
  }
  .fepDropDown.open .btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0px;
    height: 30px !important;
    font-size: 14px !important;
    padding-left: 10px !important;
  }
  .fepDropDown.open {
    z-index: 2;
  }
  .fepDropDown .dropdown-menu {
    font-size: 14px!important;
    background-color: #ffffff !important;
    color: #000000 !important;
    z-index: 999;
  }
  .fepDropDown .dropdown-menu .selected a,
  .fepDropDown .dropdown-menu a,
  .fepDropDown .dropdown-menu .no-results {
    color: #000000 !important;
    font-size: 14px;
    background-color: #ffffff !important;
    border: none !important;
  }
  .fepDropDown .dropdown-menu a,
  .fepDropDown .dropdown-menu .no-results {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .fepDropDown .dropdown-menu a {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
  .fepDropDown .dropdown-menu a:hover,
  .fepDropDown.multiple .dropdown-menu li.selected a {
    border-left: 5px solid #ff6600 !important;
    padding-left: 5px !important;
  }
  .fepDropDown.multiple .dropdown-menu li a:before {
    content: '';
    background: none;
    background-color: white;
    border: 1px solid #d7d7d7;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.02) !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
  .fepDropDown.multiple .dropdown-menu li.selected a:before {
    content: "\e91e";
    font-family: 'fepModal';
    color: #ff6600;
    float: right;
    text-align: center;
    font-size: 10px;
  }
  .fepDropDown.multiple .dropdown-menu li.seleced a:before {
    background-image: url('Images/icheck1.png');
  }
  .fepDropDown.multiple .dropdown-menu li a {
    display: inline-flex;
    width: 100%;
    align-items: center;
  }
  .fepDropDown.multiple .dropdown-menu li a span {
    display: inline-flex !important;
    align-items: center;
    margin-left: 5px;
  }
  .dropdown-toggle .pull-left {
    padding-right: 40px;
  }
  .fepDropDown .dropdown-menu a:focus {
    outline: none !important;
  }
  .fepDropDown .dropdown-menu.open {
    width: 100% !important;
    max-height: 310px;
    margin-top: 0px !important;
    border-top: 0px !important;
    box-shadow: none!important;
    border: none !important;
    border-right: 1px solid #d7d7d7 !important;
    border-left: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    border-radius: 0px!important;
    padding: 0 0;
  }
  .fepDropDown.dropup .dropdown-menu.open {
    border-top: 1px solid #d7d7d7 !important;
    border-bottom: 0px!important;
    margin-bottom: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }
  .fepDropDown .dropdown-menu.open.jspScrollable {
    border-left: none!important;
    max-height: 320px;
    border-bottom: none !important;
  }
  .fepDropDown .btn .caret {
    background-image: url('Images/OrangeDownArrow.png');
    background-repeat: no-repeat !important;
    background-position: center center!important;
    border-top: none!important;
    border-left: 1px solid #d7d7d7 !important;
    border-right: none !important;
    border-bottom: 2px solid #EDEDED!important;
    width: 29px !important;
    height: 28px !important;
    right: 0px!important;
    top: 2px!important;
  }
  .fepString.fepEnumerator.fepDisabled,
  .fepString.fepEnumerator[disabled] {
    background-image: url('Images/OrangeDownArrowNoCarret.png');
    background-repeat: no-repeat !important;
    background-position: right center!important;
    cursor: not-allowed !important;
  }
  .fepDesignGroup .fepString.fepEnumerator.fepDisabled,
  .fepDesignGroup .fepString.fepEnumerator[disabled] {
    background-image: url('Images/DesDropDownDis.png');
    border-top: 0px !important;
  }
  .fepDropDown .dropdown-menu.inner {
    bottom: 0 !important;
    display: block;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    max-height: 310px;
    scrollbar-color: #ff6600 #f3f3f3;
    scrollbar-width: thin;
  }
  .fepDropDown .dropdown-menu.inner::-webkit-scrollbar {
    width: 8px;
  }
  .fepDropDown .dropdown-menu.inner::-webkit-scrollbar-track {
    border: 1px solid #ededed;
    border-radius: 2px;
    margin: 8px;
  }
  .fepDropDown .dropdown-menu.inner::-webkit-scrollbar-thumb {
    background-color: #ff6600;
    border: 2px solid transparent;
    border-radius: 3px;
    background-clip: padding-box;
  }
  .fepDropDown.fepComboLink .dropdown-menu.inner {
    padding-top: 0px !important;
  }
  .dropup.fepDropDown.fepComboLink .dropdown-menu.inner {
    padding-top: 5px !important;
  }
  .fepDropDownInnerDiv {
    width: 100%;
    padding-right: 11px;
  }
  /*.bootstrap-select > .dropdown-toggle 
{
    min-width:100% !important;
}*/
  .fepDropDown .btn.dropdown-toggle .fepError {
    margin-right: 10px !important;
  }
  .dropdown-menu.open .jspVerticalBar {
    position: absolute;
    top: 10px;
    right: 0px;
    height: 100%;
    background: #FFFFFF !important;
    border-right: 1px solid #d7d7d7;
    padding-left: 5px!important;
    padding-right: 11px!important;
  }
  .dropdown-menu.open.jspScrollable .jspContainer {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    border-left: 1px solid #d7d7d7 !important;
    top: -1px !important;
  }
  .dropdown-menu.dropdown.open.jspScrollable .jspContainer {
    border-top: 0px!important;
  }
  div.fepDropDown.dropup .dropdown-menu.open.jspScrollable .jspContainer {
    top: 0px!important;
  }
  div.fepDropDown.dropdown .dropdown-menu.open.jspScrollable .jspContainer {
    top: 0px!important;
    right: -1px !important;
  }
  div.fepDropDown.fepAutocomplet.dropdown .dropdown-menu.open.jspScrollable .jspContainer {
    right: 0px !important;
  }
  div.fepDropDown.Compl.dropdown .dropdown-menu.open .fepDropDownInnerDiv,
  div.fepDropDown.Compl.dropdown .dropdown-menu.open .fepDropDownInnerDiv .dropdown-menu.inner {
    height: auto !important;
  }
  div.fepDropDown.fepDict .dropdown-menu.open .fepDropDownInnerDiv {
    overflow: hidden;
  }
  div.fepDropDown.dropup .dropdown-menu.open.jspScrollable {
    border-top: 0px!important;
  }
  .dropdown-menu.open.fepJspResizeList .jspContainer {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    border-left: 1px solid #d7d7d7 !important;
    border-right: 1px solid #d7d7d7 !important;
    top: -1px !important;
    right: -1px !important;
  }
  /*.dropdown-menu.open .jspDrag 
{
    background: #FF6201 !important;
    border-radius:3px !important;
}

.dropdown-menu.open .jspTrack 
{
    background: #FFFFFF !important;
    width: 5px !important;
    margin-left:5px !important;
}*/
  .dropdown-menu.open .jspPane {
    padding: 0px !important;
    margin: 0px !important;
  }
  .dropdown-menu.open .jspArrow.jspArrowUp,
  .dropdown-menu.open .jspArrow.jspArrowUp:hover {
    background: #FFFFFF !important;
    height: 10px !important;
  }
  .dropdown-menu.open .jspArrow.jspArrowDown,
  .dropdown-menu.open .jspArrow.jspArrowDown:hover {
    background: #FFFFFF !important;
    height: 4px !important;
  }
  .fepNatvieScroll.fepDropDown .dropdown-menu.open {
    overflow: auto !important;
    overflow-x: hidden !important;
  }
  .fepNatvieScroll .dropdown-menu > li > a {
    white-space: normal!important;
  }
  .fepNatvieScroll.fepDropDown .dropdown-menu.jspScrollable.open {
    overflow: hidden !important;
  }
  .fepNatvieScroll .dropdown-menu.jspScrollable > li > a {
    white-space: nowrap !important;
  }
  .fepDesignGroup .icheckbox_minimal.checked,
  .fepDesignGroup .icheckbox_minimal.checked.disabled {
    background-position: 4px 6px;
    background-size: 10px 7px;
  }
}
@media (min-width: 771px) {
  .iiinfo {
    width: 85% !important;
    padding-left: 15%;
    position: absolute !important;
  }
  /*#ctl00_CPH_fepContainerL {
        width: 2% !important;
    }
    #ctl00_CPH_fepContainerR {
        height: 1px !important;
        width: 2% !important;
    }*/
  /*#ctl00_CPH_fepContainerM 
    {
        width: 96% !important;
    }*/
  .fepcarousel {
    height: 300px !important;
  }
}
@media (min-width: 1200px) {
  .fepTabMDLab1VAL1 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL2 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL3 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL4 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL5 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL6 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL7 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL8 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL9 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL10 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL11 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL12 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab2VAL1 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL2 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL3 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL4 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL5 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL6 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL7 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL8 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL9 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL10 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL11 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL12 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab3VAL1 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL2 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL3 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL4 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL5 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL6 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL7 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL8 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL9 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL10 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL11 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL12 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab4VAL1 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL2 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL3 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL4 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL5 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL6 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL7 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL8 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL9 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL10 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL11 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL12 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab5VAL1 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL2 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL3 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL4 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL5 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL6 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL7 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL8 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL9 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL10 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL11 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL12 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab6VAL1 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL2 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL3 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL4 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL5 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL6 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL7 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL8 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL9 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL10 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL11 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL12 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab7VAL1 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL2 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL3 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL4 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL5 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL6 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL7 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL8 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL9 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL10 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL11 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL12 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab8VAL1 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL2 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL3 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL4 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL5 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL6 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL7 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL8 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL9 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL10 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL11 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL12 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab9VAL1 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL2 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL3 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL4 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL5 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL6 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL7 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL8 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL9 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL10 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL11 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL12 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab10VAL1 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL2 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL3 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL4 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL5 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL6 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL7 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL8 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL9 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL10 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL11 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL12 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab11VAL1 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL2 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL3 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL4 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL5 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL6 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL7 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL8 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL9 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL10 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL11 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL12 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab12VAL1 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL2 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL3 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL4 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL5 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL6 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL7 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL8 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL9 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL10 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL11 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL12 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab1VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab1VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab1VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab1VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab1VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab1VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab1VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab1VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab1VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab1VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab1VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab2VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab2VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab2VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab2VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab2VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab2VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab2VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab2VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab2VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab2VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab2VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab3VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab3VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab3VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab3VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab3VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab3VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab3VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab3VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab3VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab3VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab3VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab3VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab4VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab4VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab4VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab4VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab4VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab4VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab4VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab4VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab4VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab4VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab4VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab5VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab5VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab5VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab5VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab5VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab5VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab5VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab5VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab5VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab5VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab5VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab6VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab6VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab6VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab6VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab6VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab6VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab6VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab6VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab6VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab6VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab6VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab6VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab7VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab7VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab7VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab7VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab7VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab7VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab7VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab7VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab7VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab7VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab7VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab8VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab8VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab8VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab8VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab8VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab8VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab8VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab8VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab8VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab8VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab8VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab9VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab9VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab9VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab9VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab9VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab9VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab9VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab9VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab9VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab9VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab9VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab9VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab10VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab10VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab10VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab10VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab10VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab10VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab10VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab10VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab10VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab10VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab10VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab11VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab11VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab11VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab11VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab11VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab11VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab11VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab11VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab11VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab11VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab11VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab12VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab12VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab12VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab12VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab12VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab12VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab12VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab12VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab12VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab12VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab12VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab12VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDCol1 {
    width: 8.33333333% !important;
  }
  .fepTabMDCol2 {
    width: 16.66666667% !important;
  }
  .fepTabMDCol3 {
    width: 25% !important;
  }
  .fepTabMDCol4 {
    width: 33.33333333% !important;
  }
  .fepTabMDCol5 {
    width: 41.66666667% !important;
  }
  .fepTabMDCol6 {
    width: 50% !important;
  }
  .fepTabMDCol7 {
    width: 58.33333333% !important;
  }
  .fepTabMDCol8 {
    width: 66.66666667% !important;
  }
  .fepTabMDCol9 {
    width: 75% !important;
  }
  .fepTabMDCol10 {
    width: 83.33333333% !important;
  }
  .fepTabMDCol11 {
    width: 91.66666667% !important;
  }
  .fepTabMDCol12 {
    width: 100% !important;
  }
  .iiinfo {
    width: 20% !important;
    position: fixed !important;
  }
  /*#ctl00_CPH_fepContainerL {
        width: 2% !important;
    }
    #ctl00_CPH_fepContainerR {
        height: 1px !important;
        width: 2% !important;
    }*/
  /*#ctl00_CPH_fepContainerM 
    {
        width: 96% !important;
    }*/
  .fepcarousel {
    height: 600px !important;
  }
  #ctl00_CPH_fepUPStepTable1 {
    min-height: 1px;
  }
}
@media (min-width: 1900px) {
  .fepTabMDLab1VAL1 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL2 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL3 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL4 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL5 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL6 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL7 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL8 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL9 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL10 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL11 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL12 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab2VAL1 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL2 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL3 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL4 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL5 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL6 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL7 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL8 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL9 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL10 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL11 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL12 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab3VAL1 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL2 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL3 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL4 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL5 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL6 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL7 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL8 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL9 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL10 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL11 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL12 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab4VAL1 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL2 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL3 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL4 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL5 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL6 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL7 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL8 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL9 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL10 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL11 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL12 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab5VAL1 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL2 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL3 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL4 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL5 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL6 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL7 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL8 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL9 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL10 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL11 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL12 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab6VAL1 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL2 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL3 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL4 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL5 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL6 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL7 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL8 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL9 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL10 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL11 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL12 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab7VAL1 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL2 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL3 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL4 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL5 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL6 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL7 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL8 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL9 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL10 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL11 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL12 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab8VAL1 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL2 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL3 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL4 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL5 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL6 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL7 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL8 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL9 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL10 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL11 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL12 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab9VAL1 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL2 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL3 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL4 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL5 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL6 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL7 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL8 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL9 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL10 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL11 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL12 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab10VAL1 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL2 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL3 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL4 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL5 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL6 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL7 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL8 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL9 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL10 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL11 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL12 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab11VAL1 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL2 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL3 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL4 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL5 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL6 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL7 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL8 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL9 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL10 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL11 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL12 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab12VAL1 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL2 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL3 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL4 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL5 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL6 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL7 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL8 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL9 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL10 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL11 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL12 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab1VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab1VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab1VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab1VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab1VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab1VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab1VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab1VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab1VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab1VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab1VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab2VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab2VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab2VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab2VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab2VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab2VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab2VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab2VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab2VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab2VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab2VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab3VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab3VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab3VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab3VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab3VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab3VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab3VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab3VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab3VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab3VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab3VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab3VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab4VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab4VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab4VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab4VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab4VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab4VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab4VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab4VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab4VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab4VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab4VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab5VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab5VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab5VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab5VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab5VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab5VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab5VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab5VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab5VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab5VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab5VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab6VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab6VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab6VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab6VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab6VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab6VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab6VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab6VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab6VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab6VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab6VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab6VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab7VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab7VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab7VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab7VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab7VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab7VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab7VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab7VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab7VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab7VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab7VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab8VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab8VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab8VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab8VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab8VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab8VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab8VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab8VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab8VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab8VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab8VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab9VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab9VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab9VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab9VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab9VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab9VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab9VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab9VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab9VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab9VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab9VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab9VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab10VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab10VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab10VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab10VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab10VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab10VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab10VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab10VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab10VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab10VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab10VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab11VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab11VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab11VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab11VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab11VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab11VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab11VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab11VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab11VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab11VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab11VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab12VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab12VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab12VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab12VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab12VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab12VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab12VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab12VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab12VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab12VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab12VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab12VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDCol1 {
    width: 8.33333333% !important;
  }
  .fepTabMDCol2 {
    width: 16.66666667% !important;
  }
  .fepTabMDCol3 {
    width: 25% !important;
  }
  .fepTabMDCol4 {
    width: 33.33333333% !important;
  }
  .fepTabMDCol5 {
    width: 41.66666667% !important;
  }
  .fepTabMDCol6 {
    width: 50% !important;
  }
  .fepTabMDCol7 {
    width: 58.33333333% !important;
  }
  .fepTabMDCol8 {
    width: 66.66666667% !important;
  }
  .fepTabMDCol9 {
    width: 75% !important;
  }
  .fepTabMDCol10 {
    width: 83.33333333% !important;
  }
  .fepTabMDCol11 {
    width: 91.66666667% !important;
  }
  .fepTabMDCol12 {
    width: 100% !important;
  }
  /*#ctl00_CPH_fepContainerL {
        width: 13% !important;
    }
    #ctl00_CPH_fepContainerR {
        height: 1px !important;
        width: 13% !important;
    }*/
  /*#ctl00_CPH_fepContainerM 
    {
        width: 74% !important;
    }*/
  .fepcarousel {
    height: 600px !important;
  }
  #ctl00_CPH_fepUPStepTable1 {
    min-height: 1px;
  }
}
@media (min-width: 992px) {
  .fepTabMDLab1VAL1 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL2 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL3 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL4 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL5 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL6 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL7 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL8 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL9 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL10 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL11 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL12 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabMDLab2VAL1 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL2 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL3 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL4 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL5 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL6 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL7 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL8 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL9 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL10 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL11 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL12 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabMDLab3VAL1 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL2 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL3 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL4 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL5 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL6 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL7 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL8 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL9 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL10 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL11 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab3VAL12 .fepConLab {
    width: 25% !important;
  }
  .fepTabMDLab4VAL1 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL2 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL3 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL4 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL5 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL6 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL7 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL8 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL9 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL10 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL11 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL12 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabMDLab5VAL1 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL2 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL3 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL4 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL5 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL6 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL7 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL8 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL9 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL10 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL11 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL12 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabMDLab6VAL1 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL2 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL3 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL4 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL5 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL6 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL7 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL8 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL9 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL10 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL11 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab6VAL12 .fepConLab {
    width: 50% !important;
  }
  .fepTabMDLab7VAL1 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL2 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL3 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL4 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL5 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL6 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL7 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL8 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL9 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL10 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL11 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL12 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabMDLab8VAL1 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL2 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL3 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL4 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL5 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL6 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL7 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL8 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL9 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL10 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL11 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL12 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabMDLab9VAL1 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL2 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL3 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL4 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL5 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL6 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL7 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL8 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL9 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL10 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL11 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab9VAL12 .fepConLab {
    width: 75% !important;
  }
  .fepTabMDLab10VAL1 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL2 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL3 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL4 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL5 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL6 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL7 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL8 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL9 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL10 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL11 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL12 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabMDLab11VAL1 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL2 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL3 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL4 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL5 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL6 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL7 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL8 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL9 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL10 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL11 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL12 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabMDLab12VAL1 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL2 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL3 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL4 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL5 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL6 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL7 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL8 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL9 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL10 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL11 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab12VAL12 .fepConLab {
    width: 100% !important;
  }
  .fepTabMDLab1VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab1VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab1VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab1VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab1VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab1VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab1VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab1VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab1VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab1VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab1VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab1VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab2VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab2VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab2VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab2VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab2VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab2VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab2VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab2VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab2VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab2VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab2VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab2VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab3VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab3VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab3VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab3VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab3VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab3VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab3VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab3VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab3VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab3VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab3VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab3VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab4VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab4VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab4VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab4VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab4VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab4VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab4VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab4VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab4VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab4VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab4VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab4VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab5VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab5VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab5VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab5VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab5VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab5VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab5VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab5VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab5VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab5VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab5VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab5VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab6VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab6VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab6VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab6VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab6VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab6VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab6VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab6VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab6VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab6VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab6VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab6VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab7VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab7VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab7VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab7VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab7VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab7VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab7VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab7VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab7VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab7VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab7VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab7VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab8VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab8VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab8VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab8VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab8VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab8VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab8VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab8VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab8VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab8VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab8VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab8VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab9VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab9VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab9VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab9VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab9VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab9VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab9VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab9VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab9VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab9VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab9VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab9VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab10VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab10VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab10VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab10VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab10VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab10VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab10VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab10VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab10VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab10VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab10VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab10VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab11VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab11VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab11VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab11VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab11VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab11VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab11VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab11VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab11VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab11VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab11VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab11VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDLab12VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabMDLab12VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabMDLab12VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabMDLab12VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabMDLab12VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabMDLab12VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabMDLab12VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabMDLab12VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabMDLab12VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabMDLab12VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabMDLab12VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabMDLab12VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabMDCol1 {
    width: 8.33333333% !important;
  }
  .fepTabMDCol2 {
    width: 16.66666667% !important;
  }
  .fepTabMDCol3 {
    width: 25% !important;
  }
  .fepTabMDCol4 {
    width: 33.33333333% !important;
  }
  .fepTabMDCol5 {
    width: 41.66666667% !important;
  }
  .fepTabMDCol6 {
    width: 50% !important;
  }
  .fepTabMDCol7 {
    width: 58.33333333% !important;
  }
  .fepTabMDCol8 {
    width: 66.66666667% !important;
  }
  .fepTabMDCol9 {
    width: 75% !important;
  }
  .fepTabMDCol10 {
    width: 83.33333333% !important;
  }
  .fepTabMDCol11 {
    width: 91.66666667% !important;
  }
  .fepTabMDCol12 {
    width: 100% !important;
  }
  .fepProgress td {
    width: auto !important;
  }
  /*#ctl00_CPH_fepContainerL {
        width: 2% !important;
    }
    #ctl00_CPH_fepContainerR {
        height: 1px !important;
        width: 2% !important;
    }*/
  /*#ctl00_CPH_fepContainerM 
    {
        width: 96% !important;
    }*/
  .fepNoNameMob .fepConLab {
    display: none !important;
  }
  .fepPanUnderText {
    padding-right: 0px !important;
    padding-bottom: 7px !important;
  }
  .fepCol {
    padding-left: 31px !important;
  }
  .fepRadioDict .fepConLab,
  .fepRadioDict .fepv {
    padding-left: 31px !important;
  }
  .fepRadioNV {
    padding-left: 0px !important;
    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: 31px !important;
  }
  #ctl00_CPH_fepNavButtons {
    padding-left: 35%!important;
    padding-bottom: 13px !important;
  }
  .form-control {
    /*height: 48px;*/
  }
  .fepRadioNVRight {
    padding-left: 31px !important;
    padding-right: 0px !important;
  }
  .fepRow {
    padding-bottom: 8px;
  }
  .btn-custom {
    padding: 10px 16px;
    font-size: 18px !important;
    line-height: 1.3333;
    border-radius: 3px;
  }
  .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;
  }
  .fepPopNoClose {
    display: none !important;
  }
  a.fepDropDownListNoPad {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    line-height: none!important;
  }
  .fepDropDown.btn-group {
    outline: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px!important;
  }
  .fepDropDown .bs-searchbox,
  .fepDropDown .bs-searchbox:focus {
    padding: 0px !important;
    z-index: 4;
    position: absolute;
    width: 100% !important;
    border: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding-right: 29px!important;
  }
  .fepDropDown .bs-searchbox .form-control,
  .fepDropDown .bs-searchbox .form-control:focus {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0px;
    box-shadow: inset 5px 5px 5px 5px rgba(237, 237, 237, 0.07) !important;
    height: 30px !important;
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-top: 3px!important;
  }
  .fepCustReqBcg .fepDropDown .bs-searchbox .form-control,
  .fepCustReqBcg .fepDropDown .bs-searchbox .form-control:focus {
    background-color: #ffffff !important;
    font-size: 14px !important;
    color: #000000 !important;
    border-top: 1px solid #db1b23 !important;
    border-left: 1px solid #db1b23 !important;
    border-bottom: 1px solid #db1b23 !important;
  }
  .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #d7d7d7;
  }
  .fepDropDown .btn {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0px;
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #d7d7d7;
    height: 30px !important;
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-top: 6px!important;
    text-align: left;
    overflow: hidden;
  }
  .fepDropDown .btn.fepDisabled {
    background-color: #ebebeb !important;
  }
  .fepDropDown .btn.fepPlacehold {
    color: #8a8a8a !important;
    font-style: italic;
  }
  .fepDropDown .btn.fepPlacehold:focus {
    color: #000000 !important;
    font-style: normal;
  }
  .fepDropDown.fepRequiredColor .btn {
    color: #8a8a8a !important;
    font-size: 14px !important;
    font-style: italic;
    background-color: #ffe2cf !important;
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #d7d7d7;
  }
  .disabled.fepDropDown.fepRequiredColor .btn,
  .fepDropDown.fepRequiredColor .btn.fepDisabled {
    background-color: #e6e6e6 !important;
    font-size: 14px;
    font-style: italic;
    border: 1px solid #D8D8D8 !important;
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #d7d7d7d d;
    opacity: 1;
    cursor: not-allowed;
  }
  .disabled.fepDropDown.fepRequiredColor:focus,
  .fepDropDown.fepRequiredColor .btn.fepDisabled:focus {
    border: 0px;
    box-shadow: none;
  }
  input.fepDropDown.fepRequiredColorWhite {
    font-size: 14px !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #db1b23 !important;
  }
  .fepCustReqBcg .fepDropDown .btn,
  .fepCustReqBcg .fepDropDown.fepRequiredColor .btn {
    background-color: #ffffff !important;
    font-size: 14px !important;
    color: #000000 !important;
    border: 1px solid #db1b23 !important;
  }
  .fepDropDown .btn:focus {
    outline: none !important;
  }
  .btn-group.fepDropDown:focus {
    border: 0px!important;
  }
  .fepDropDown.open .btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0px;
    height: 30px !important;
    font-size: 14px !important;
    padding-left: 10px !important;
  }
  .fepDropDown.open {
    z-index: 2;
  }
  .fepDropDown .dropdown-menu {
    font-size: 14px!important;
    background-color: #ffffff !important;
    color: #000000 !important;
    z-index: 999;
  }
  .fepDropDown .dropdown-menu .selected a,
  .fepDropDown .dropdown-menu a,
  .fepDropDown .dropdown-menu .no-results {
    color: #000000 !important;
    font-size: 14px;
    background-color: #ffffff !important;
    border: none !important;
  }
  .fepDropDown .dropdown-menu a,
  .fepDropDown .dropdown-menu .no-results {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .fepDropDown .dropdown-menu a {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
  .fepDropDown .dropdown-menu a:hover {
    color: #ff6600 !important;
    background-color: #f3f3f3!important;
    border-left: 5px solid #ff6600 !important;
    padding-left: 5px !important;
  }
  .dropdown-toggle .pull-left {
    padding-right: 40px;
  }
  .fepDropDown .dropdown-menu a:focus {
    outline: none !important;
  }
  .fepDropDown .dropdown-menu.open {
    width: 100% !important;
    max-height: 310px;
    margin-top: 0px !important;
    border-top: 0px !important;
    box-shadow: none!important;
    border: none !important;
    border-right: 1px solid #d7d7d7 !important;
    border-left: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    border-radius: 0px!important;
    padding: 0 0;
  }
  .fepDropDown.dropup .dropdown-menu.open {
    border-top: 1px solid #d7d7d7 !important;
    border-bottom: 0px!important;
    margin-bottom: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }
  .fepDropDown .dropdown-menu.open.jspScrollable {
    border-left: none!important;
    max-height: 320px;
    border-bottom: none !important;
  }
  .fepDropDown .btn .caret {
    background-image: url('Images/OrangeDownArrow.png');
    background-repeat: no-repeat !important;
    background-position: center center!important;
    border-top: none!important;
    border-left: 1px solid #d7d7d7 !important;
    border-right: none !important;
    border-bottom: 2px solid #EDEDED!important;
    width: 29px !important;
    height: 28px !important;
    right: 0px!important;
    top: 2px!important;
  }
  .fepString.fepEnumerator.fepDisabled,
  .fepString.fepEnumerator[disabled] {
    background-image: url('Images/OrangeDownArrowNoCarret.png');
    background-repeat: no-repeat !important;
    background-position: right center!important;
    cursor: not-allowed !important;
  }
  .fepDesignGroup .fepString.fepEnumerator.fepDisabled,
  .fepDesignGroup .fepString.fepEnumerator[disabled] {
    background-image: url('Images/DesDropDownDis.png');
  }
  .fepDropDown .dropdown-menu.inner {
    bottom: 0 !important;
    display: block;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
  }
  .fepDropDownInnerDiv {
    width: 100%;
  }
  /*.bootstrap-select > .dropdown-toggle 
{
    min-width:100% !important;
}*/
  .fepDropDown .btn.dropdown-toggle .fepError {
    margin-right: 10px !important;
  }
  .dropdown-menu.open .jspVerticalBar {
    position: absolute;
    top: 0px;
    padding-top: 10px;
    right: 0px;
    height: 100%;
    background: #FFFFFF !important;
    border-right: 1px solid #d7d7d7;
    padding-left: 5px!important;
    padding-right: 11px!important;
  }
  .dropdown-menu.open.jspScrollable .jspContainer {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    border-left: 1px solid #d7d7d7 !important;
    top: -1px !important;
  }
  div.fepDropDown.dropup .dropdown-menu.open.jspScrollable .jspContainer {
    top: 0px!important;
  }
  div.fepDropDown.dropdown .dropdown-menu.open.jspScrollable .jspContainer {
    top: 0px!important;
    right: -1px !important;
  }
  div.fepDropDown.dropup .dropdown-menu.open.jspScrollable {
    border-top: 0px!important;
  }
  .dropdown-menu.open.fepJspResizeList .jspContainer {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    border-left: 1px solid #d7d7d7 !important;
    border-right: 1px solid #d7d7d7 !important;
    top: -1px !important;
    right: -1px !important;
  }
  /*.dropdown-menu.open .jspDrag 
{
    background: #FF6201 !important;
    border-radius:3px !important;
}

.dropdown-menu.open .jspTrack 
{
    background: #FFFFFF !important;
    width: 5px !important;
    margin-left:5px !important;
}*/
  .dropdown-menu.open .jspPane {
    padding: 0px !important;
    margin: 0px !important;
  }
  .dropdown-menu.open .jspArrow.jspArrowUp,
  .dropdown-menu.open .jspArrow.jspArrowUp:hover {
    background: #FFFFFF !important;
    height: 10px !important;
  }
  .dropdown-menu.open .jspArrow.jspArrowDown,
  .dropdown-menu.open .jspArrow.jspArrowDown:hover {
    background: #FFFFFF !important;
    height: 4px !important;
  }
  .fepNatvieScroll.fepDropDown .dropdown-menu.open {
    overflow: auto!important;
  }
  .fepNatvieScroll .dropdown-menu > li > a {
    white-space: normal!important;
  }
}
@media (min-width: 1200px) {
  .fepCol {
    padding-left: 31px !important;
  }
  .fepPanUnderText {
    padding-right: 0px !important;
    padding-bottom: 7px !important;
  }
  .fepRadioDict .fepConLab,
  .fepRadioDict .fepv {
    padding-left: 31px !important;
  }
  .fepRadioDict .fepConLab .fepConLab {
    padding-left: 0px !important;
  }
  .fepRadioNV,
  .fepColFirst .fepRadioNV {
    padding-right: 31px !important;
    padding-left: 0px!important;
    padding-bottom: 0px !important;
  }
  .fepNextElem .fepHCpxCell {
    padding-left: 19px !important;
  }
  #ctl00_CPH_fepNavButtons {
    padding-left: 35%!important;
    padding-bottom: 13px !important;
  }
  .form-control {
    /*height: 48px;*/
  }
  .fepRadioNVRight {
    padding-left: 31px !important;
    padding-right: 0px !important;
  }
  .fepRow {
    padding-bottom: 8px;
  }
  .btn-custom {
    padding: 10px 16px;
    font-size: 18px !important;
    line-height: 1.3333;
    border-radius: 3px;
  }
  .fepProgText {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .fepProgNumb {
    font-size: 16px !important;
    padding-left: 3px;
  }
  .fepGroupBold span {
    width: 280px;
    float: left;
  }
  .fepPopNoClose {
    display: block !important;
  }
  .fepProgress {
    width: 810px;
  }
  .fepProgress td {
    width: auto !important;
  }
  .fepProgFirstCell,
  .fepProgFirstCellNow {
    padding-left: 7px;
  }
  .fepProgLastCellToDo,
  .fepProgLastCellDone {
    padding-right: 12px;
  }
}
@media (min-width: 1900px) {
  .fepCol {
    padding-left: 31px !important;
  }
  .fepPanUnderText {
    padding-right: 0px !important;
    padding-bottom: 7px !important;
  }
  .fepRadioDict .fepConLab,
  .fepRadioDict .fepv {
    padding-left: 31px !important;
  }
  .fepRadioDict .fepConLab .fepConLab {
    padding-left: 0px !important;
  }
  .fepRadioNV,
  .fepColFirst .fepRadioNV {
    padding-right: 31px !important;
    padding-left: 0px!important;
    padding-bottom: 0px !important;
  }
  .fepNextElem .fepHCpxCell {
    padding-left: 19px !important;
  }
  #ctl00_CPH_fepNavButtons {
    padding-left: 35%!important;
    padding-bottom: 13px !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 {
    width: 280px;
    float: left;
  }
  .fepPopNoClose {
    display: block !important;
  }
}
/*fepDesktop.less END*/
/*fepMobile.less START*/
/*Group for Mobile END*/
/*fepMobile.less END*/
/*fepTablet.less START*/
@media (max-width: 770px) {
  .fepTabSMLab1VAL1 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabSMLab1VAL2 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabSMLab1VAL3 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabSMLab1VAL4 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabSMLab1VAL5 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabSMLab1VAL6 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabSMLab1VAL7 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabSMLab1VAL8 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabSMLab1VAL9 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabSMLab1VAL10 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabSMLab1VAL11 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabSMLab1VAL12 .fepConLab {
    width: 8.33333333% !important;
  }
  .fepTabSMLab2VAL1 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabSMLab2VAL2 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabSMLab2VAL3 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabSMLab2VAL4 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabSMLab2VAL5 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabSMLab2VAL6 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabSMLab2VAL7 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabSMLab2VAL8 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabSMLab2VAL9 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabSMLab2VAL10 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabSMLab2VAL11 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabSMLab2VAL12 .fepConLab {
    width: 16.66666667% !important;
  }
  .fepTabSMLab3VAL1 .fepConLab {
    width: 25% !important;
  }
  .fepTabSMLab3VAL2 .fepConLab {
    width: 25% !important;
  }
  .fepTabSMLab3VAL3 .fepConLab {
    width: 25% !important;
  }
  .fepTabSMLab3VAL4 .fepConLab {
    width: 25% !important;
  }
  .fepTabSMLab3VAL5 .fepConLab {
    width: 25% !important;
  }
  .fepTabSMLab3VAL6 .fepConLab {
    width: 25% !important;
  }
  .fepTabSMLab3VAL7 .fepConLab {
    width: 25% !important;
  }
  .fepTabSMLab3VAL8 .fepConLab {
    width: 25% !important;
  }
  .fepTabSMLab3VAL9 .fepConLab {
    width: 25% !important;
  }
  .fepTabSMLab3VAL10 .fepConLab {
    width: 25% !important;
  }
  .fepTabSMLab3VAL11 .fepConLab {
    width: 25% !important;
  }
  .fepTabSMLab3VAL12 .fepConLab {
    width: 25% !important;
  }
  .fepTabSMLab4VAL1 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabSMLab4VAL2 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabSMLab4VAL3 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabSMLab4VAL4 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabSMLab4VAL5 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabSMLab4VAL6 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabSMLab4VAL7 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabSMLab4VAL8 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabSMLab4VAL9 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabSMLab4VAL10 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabSMLab4VAL11 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabSMLab4VAL12 .fepConLab {
    width: 33.33333333% !important;
  }
  .fepTabSMLab5VAL1 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabSMLab5VAL2 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabSMLab5VAL3 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabSMLab5VAL4 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabSMLab5VAL5 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabSMLab5VAL6 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabSMLab5VAL7 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabSMLab5VAL8 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabSMLab5VAL9 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabSMLab5VAL10 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabSMLab5VAL11 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabSMLab5VAL12 .fepConLab {
    width: 41.66666667% !important;
  }
  .fepTabSMLab6VAL1 .fepConLab {
    width: 50% !important;
  }
  .fepTabSMLab6VAL2 .fepConLab {
    width: 50% !important;
  }
  .fepTabSMLab6VAL3 .fepConLab {
    width: 50% !important;
  }
  .fepTabSMLab6VAL4 .fepConLab {
    width: 50% !important;
  }
  .fepTabSMLab6VAL5 .fepConLab {
    width: 50% !important;
  }
  .fepTabSMLab6VAL6 .fepConLab {
    width: 50% !important;
  }
  .fepTabSMLab6VAL7 .fepConLab {
    width: 50% !important;
  }
  .fepTabSMLab6VAL8 .fepConLab {
    width: 50% !important;
  }
  .fepTabSMLab6VAL9 .fepConLab {
    width: 50% !important;
  }
  .fepTabSMLab6VAL10 .fepConLab {
    width: 50% !important;
  }
  .fepTabSMLab6VAL11 .fepConLab {
    width: 50% !important;
  }
  .fepTabSMLab6VAL12 .fepConLab {
    width: 50% !important;
  }
  .fepTabSMLab7VAL1 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabSMLab7VAL2 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabSMLab7VAL3 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabSMLab7VAL4 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabSMLab7VAL5 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabSMLab7VAL6 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabSMLab7VAL7 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabSMLab7VAL8 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabSMLab7VAL9 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabSMLab7VAL10 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabSMLab7VAL11 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabSMLab7VAL12 .fepConLab {
    width: 58.33333333% !important;
  }
  .fepTabSMLab8VAL1 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabSMLab8VAL2 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabSMLab8VAL3 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabSMLab8VAL4 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabSMLab8VAL5 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabSMLab8VAL6 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabSMLab8VAL7 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabSMLab8VAL8 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabSMLab8VAL9 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabSMLab8VAL10 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabSMLab8VAL11 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabSMLab8VAL12 .fepConLab {
    width: 66.66666667% !important;
  }
  .fepTabSMLab9VAL1 .fepConLab {
    width: 75% !important;
  }
  .fepTabSMLab9VAL2 .fepConLab {
    width: 75% !important;
  }
  .fepTabSMLab9VAL3 .fepConLab {
    width: 75% !important;
  }
  .fepTabSMLab9VAL4 .fepConLab {
    width: 75% !important;
  }
  .fepTabSMLab9VAL5 .fepConLab {
    width: 75% !important;
  }
  .fepTabSMLab9VAL6 .fepConLab {
    width: 75% !important;
  }
  .fepTabSMLab9VAL7 .fepConLab {
    width: 75% !important;
  }
  .fepTabSMLab9VAL8 .fepConLab {
    width: 75% !important;
  }
  .fepTabSMLab9VAL9 .fepConLab {
    width: 75% !important;
  }
  .fepTabSMLab9VAL10 .fepConLab {
    width: 75% !important;
  }
  .fepTabSMLab9VAL11 .fepConLab {
    width: 75% !important;
  }
  .fepTabSMLab9VAL12 .fepConLab {
    width: 75% !important;
  }
  .fepTabSMLab10VAL1 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabSMLab10VAL2 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabSMLab10VAL3 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabSMLab10VAL4 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabSMLab10VAL5 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabSMLab10VAL6 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabSMLab10VAL7 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabSMLab10VAL8 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabSMLab10VAL9 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabSMLab10VAL10 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabSMLab10VAL11 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabSMLab10VAL12 .fepConLab {
    width: 83.33333333% !important;
  }
  .fepTabSMLab11VAL1 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabSMLab11VAL2 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabSMLab11VAL3 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabSMLab11VAL4 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabSMLab11VAL5 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabSMLab11VAL6 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabSMLab11VAL7 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabSMLab11VAL8 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabSMLab11VAL9 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabSMLab11VAL10 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabSMLab11VAL11 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabSMLab11VAL12 .fepConLab {
    width: 91.66666667% !important;
  }
  .fepTabSMLab12VAL1 .fepConLab {
    width: 100% !important;
  }
  .fepTabSMLab12VAL2 .fepConLab {
    width: 100% !important;
  }
  .fepTabSMLab12VAL3 .fepConLab {
    width: 100% !important;
  }
  .fepTabSMLab12VAL4 .fepConLab {
    width: 100% !important;
  }
  .fepTabSMLab12VAL5 .fepConLab {
    width: 100% !important;
  }
  .fepTabSMLab12VAL6 .fepConLab {
    width: 100% !important;
  }
  .fepTabSMLab12VAL7 .fepConLab {
    width: 100% !important;
  }
  .fepTabSMLab12VAL8 .fepConLab {
    width: 100% !important;
  }
  .fepTabSMLab12VAL9 .fepConLab {
    width: 100% !important;
  }
  .fepTabSMLab12VAL10 .fepConLab {
    width: 100% !important;
  }
  .fepTabSMLab12VAL11 .fepConLab {
    width: 100% !important;
  }
  .fepTabSMLab12VAL12 .fepConLab {
    width: 100% !important;
  }
  .fepTabSMLab1VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabSMLab1VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabSMLab1VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabSMLab1VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabSMLab1VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabSMLab1VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabSMLab1VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabSMLab1VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabSMLab1VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabSMLab1VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabSMLab1VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabSMLab1VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabSMLab2VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabSMLab2VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabSMLab2VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabSMLab2VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabSMLab2VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabSMLab2VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabSMLab2VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabSMLab2VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabSMLab2VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabSMLab2VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabSMLab2VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabSMLab2VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabSMLab3VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabSMLab3VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabSMLab3VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabSMLab3VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabSMLab3VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabSMLab3VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabSMLab3VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabSMLab3VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabSMLab3VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabSMLab3VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabSMLab3VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabSMLab3VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabSMLab4VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabSMLab4VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabSMLab4VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabSMLab4VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabSMLab4VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabSMLab4VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabSMLab4VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabSMLab4VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabSMLab4VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabSMLab4VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabSMLab4VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabSMLab4VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabSMLab5VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabSMLab5VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabSMLab5VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabSMLab5VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabSMLab5VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabSMLab5VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabSMLab5VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabSMLab5VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabSMLab5VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabSMLab5VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabSMLab5VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabSMLab5VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabSMLab6VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabSMLab6VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabSMLab6VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabSMLab6VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabSMLab6VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabSMLab6VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabSMLab6VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabSMLab6VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabSMLab6VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabSMLab6VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabSMLab6VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabSMLab6VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabSMLab7VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabSMLab7VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabSMLab7VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabSMLab7VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabSMLab7VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabSMLab7VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabSMLab7VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabSMLab7VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabSMLab7VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabSMLab7VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabSMLab7VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabSMLab7VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabSMLab8VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabSMLab8VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabSMLab8VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabSMLab8VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabSMLab8VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabSMLab8VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabSMLab8VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabSMLab8VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabSMLab8VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabSMLab8VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabSMLab8VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabSMLab8VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabSMLab9VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabSMLab9VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabSMLab9VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabSMLab9VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabSMLab9VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabSMLab9VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabSMLab9VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabSMLab9VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabSMLab9VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabSMLab9VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabSMLab9VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabSMLab9VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabSMLab10VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabSMLab10VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabSMLab10VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabSMLab10VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabSMLab10VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabSMLab10VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabSMLab10VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabSMLab10VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabSMLab10VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabSMLab10VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabSMLab10VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabSMLab10VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabSMLab11VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabSMLab11VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabSMLab11VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabSMLab11VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabSMLab11VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabSMLab11VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabSMLab11VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabSMLab11VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabSMLab11VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabSMLab11VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabSMLab11VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabSMLab11VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabSMLab12VAL1 .fepFieldCell {
    width: 8.33333333% !important;
  }
  .fepTabSMLab12VAL2 .fepFieldCell {
    width: 16.66666667% !important;
  }
  .fepTabSMLab12VAL3 .fepFieldCell {
    width: 25% !important;
  }
  .fepTabSMLab12VAL4 .fepFieldCell {
    width: 33.33333333% !important;
  }
  .fepTabSMLab12VAL5 .fepFieldCell {
    width: 41.66666667% !important;
  }
  .fepTabSMLab12VAL6 .fepFieldCell {
    width: 50% !important;
  }
  .fepTabSMLab12VAL7 .fepFieldCell {
    width: 58.33333333% !important;
  }
  .fepTabSMLab12VAL8 .fepFieldCell {
    width: 66.66666667% !important;
  }
  .fepTabSMLab12VAL9 .fepFieldCell {
    width: 75% !important;
  }
  .fepTabSMLab12VAL10 .fepFieldCell {
    width: 83.33333333% !important;
  }
  .fepTabSMLab12VAL11 .fepFieldCell {
    width: 91.66666667% !important;
  }
  .fepTabSMLab12VAL12 .fepFieldCell {
    width: 100% !important;
  }
  .fepTabSMCol1 {
    width: 8.33333333% !important;
  }
  .fepTabSMCol2 {
    width: 16.66666667% !important;
  }
  .fepTabSMCol3 {
    width: 25% !important;
  }
  .fepTabSMCol4 {
    width: 33.33333333% !important;
  }
  .fepTabSMCol5 {
    width: 41.66666667% !important;
  }
  .fepTabSMCol6 {
    width: 50% !important;
  }
  .fepTabSMCol7 {
    width: 58.33333333% !important;
  }
  .fepTabSMCol8 {
    width: 66.66666667% !important;
  }
  .fepTabSMCol9 {
    width: 75% !important;
  }
  .fepTabSMCol10 {
    width: 83.33333333% !important;
  }
  .fepTabSMCol11 {
    width: 91.66666667% !important;
  }
  .fepTabSMCol12 {
    width: 100% !important;
  }
  .fepProgTextTabletNonVis {
    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: 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: 80% !important;
  }
  .fepQuestion,
  .fepQuestion:focus {
    width: 50px!important;
    height: 40px!important;
    margin-top: 2px;
    background-size: 14px 19px!important;
    margin-left: 20px!important;
  }
  .fepString,
  .fepNumber,
  .fepDate,
  .fepDateBoot,
  .fepLongInfoString,
  .fepDropDown {
    height: 40px !important;
  }
  .fepMainL,
  .fepMainR {
    width: 1%;
  }
  .fepMainC {
    width: 98%;
  }
  .fepPanUnderText {
    padding-right: 0px !important;
    padding-bottom: 7px !important;
  }
  .fepCol {
    padding-left: 31px !important;
  }
  .fepRadioDict .fepConLab,
  .fepRadioDict .fepv {
    padding-left: 31px !important;
  }
  .fepRadioNV {
    padding-left: 0px !important;
    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: 31px !important;
  }
  #ctl00_CPH_fepNavButtons {
    padding-left: 38.5%!important;
    padding-bottom: 13px !important;
  }
  .form-control {
    /*height: 48px;*/
  }
  .fepRadioNVRight {
    padding-left: 31px !important;
    padding-right: 0px !important;
  }
  .fepRow {
    padding-bottom: 8px;
  }
  .container {
    /* width: 760px !important;*/
  }
  .btn-custom {
    padding: 10px 16px;
    font-size: 18px !important;
    line-height: 1.3333;
    border-radius: 3px;
  }
  .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;
    padding-left: 8px;
  }
  .fepPopNoClose {
    display: none !important;
  }
  .fepFieldCellSeparator {
    padding-top: 0px;
  }
  .fepSmPadL {
    padding-left: 0px !important;
  }
  .fepProgRectNow {
    width: auto!important;
    padding-right: 2px;
    padding-left: 20px;
  }
  .fepGroupPan {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 30px !important;
  }
  .fepLgPadB {
    padding-bottom: 20px !important;
  }
  a.fepDropDownListNoPad {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    line-height: none!important;
  }
  .fepDropDown.btn-group {
    outline: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px!important;
  }
  .fepDropDown .bs-searchbox,
  .fepDropDown .bs-searchbox:focus {
    padding: 0px !important;
    z-index: 4;
    position: absolute;
    width: 100% !important;
    border: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding-right: 40px!important;
  }
  .fepDropDown .bs-searchbox .form-control,
  .fepDropDown .bs-searchbox .form-control:focus {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0px;
    box-shadow: inset 5px 5px 5px 5px rgba(237, 237, 237, 0.07) !important;
    height: 40px !important;
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-top: 3px!important;
  }
  .fepCustReqBcg .fepDropDown .bs-searchbox .form-control,
  .fepCustReqBcg .fepDropDown .bs-searchbox .form-control:focus {
    background-color: #ffffff !important;
    font-size: 14px !important;
    color: #000000 !important;
    border-top: 1px solid #db1b23 !important;
    border-left: 1px solid #db1b23 !important;
    border-bottom: 1px solid #db1b23 !important;
  }
  .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #d7d7d7;
  }
  .fepDropDown .btn {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0px;
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #d7d7d7;
    height: 40px !important;
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-top: 10px!important;
    text-align: left;
    overflow: hidden;
  }
  .fepDropDown .btn.fepDisabled {
    background-color: #ebebeb !important;
  }
  .fepDateOverlap::before {
    content: url('Images/bootpickerTablet.png');
    float: right;
    right: -1px !important;
    top: -50px !important;
  }
  .fepDropDown .btn.fepPlacehold {
    color: #8a8a8a !important;
    font-style: italic;
  }
  .fepDropDown .btn.fepPlacehold:focus {
    color: #000000 !important;
    font-style: normal;
  }
  .fepDropDown.fepRequiredColor .btn {
    color: #8a8a8a !important;
    font-size: 14px !important;
    font-style: italic;
    background-color: #ffe2cf !important;
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #d7d7d7;
  }
  .disabled.fepDropDown.fepRequiredColor .btn,
  .fepDropDown.fepRequiredColor .btn.fepDisabled {
    background-color: #e6e6e6 !important;
    font-size: 14px;
    font-style: italic;
    border: 1px solid #D8D8D8 !important;
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, 0.07);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #d7d7d7d d;
    opacity: 1;
    cursor: not-allowed;
  }
  .disabled.fepDropDown.fepRequiredColor:focus,
  .fepDropDown.fepRequiredColor .btn.fepDisabled {
    border: 0px;
    box-shadow: none;
  }
  input.fepDropDown.fepRequiredColorWhite {
    font-size: 14px !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #db1b23 !important;
  }
  .fepCustReqBcg .fepDropDown .btn,
  .fepCustReqBcg .fepDropDown.fepRequiredColor .btn {
    background-color: #ffffff !important;
    font-size: 14px !important;
    color: #000000 !important;
    border: 1px solid #db1b23 !important;
  }
  .fepDropDown .btn:focus {
    outline: none !important;
  }
  .btn-group.fepDropDown:focus {
    border: 0px!important;
  }
  .fepDropDown.open .btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0px;
    height: 40px !important;
    font-size: 14px !important;
    padding-left: 10px !important;
  }
  .fepDropDown.open {
    z-index: 2;
  }
  .fepDropDown .dropdown-menu {
    font-size: 14px!important;
    background-color: #ffffff !important;
    color: #000000 !important;
    z-index: 999;
  }
  .fepDropDown .dropdown-menu .selected a,
  .fepDropDown .dropdown-menu a,
  .fepDropDown .dropdown-menu .no-results {
    color: #000000 !important;
    font-size: 14px;
    background-color: #ffffff !important;
    border: none !important;
  }
  .fepDropDown .dropdown-menu a,
  .fepDropDown .dropdown-menu .no-results {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .fepDropDown .dropdown-menu a {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
  .fepDropDown .dropdown-menu a:hover {
    color: #ff6600 !important;
    background-color: #f3f3f3!important;
    border-left: 5px solid #ff6600 !important;
    padding-left: 5px !important;
  }
  .dropdown-toggle .pull-left {
    padding-right: 40px;
  }
  .fepDropDown .dropdown-menu a:focus {
    outline: none !important;
  }
  .fepDropDown .dropdown-menu.open {
    width: 100% !important;
    max-height: 300px;
    margin-top: 0px !important;
    border-top: 0px !important;
    box-shadow: none!important;
    border: none !important;
    border-right: 1px solid #d7d7d7 !important;
    border-left: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    border-radius: 0px!important;
    padding: 0 0;
  }
  .fepDropDown.dropup .dropdown-menu.open {
    border-top: 1px solid #d7d7d7 !important;
    border-bottom: 0px!important;
    margin-bottom: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }
  .fepDropDown .dropdown-menu.open.jspScrollable {
    border-left: none!important;
    max-height: 320px;
    border-bottom: none !important;
  }
  .fepDropDown .btn .caret {
    background-image: url('Images/OrangeDownArrowTablet.png');
    background-repeat: no-repeat !important;
    background-position: center center!important;
    border-top: none!important;
    border-left: 1px solid #d7d7d7 !important;
    border-right: none !important;
    border-bottom: 2px solid #EDEDED!important;
    width: 40px !important;
    height: 38px !important;
    background-color: white!important;
    right: 0px!important;
    top: 2px!important;
  }
  .fepString.fepEnumerator.fepDisabled,
  .fepString.fepEnumerator[disabled] {
    background-image: url('Images/OrangeDownArrowTabletNoCarret.png');
    background-repeat: no-repeat !important;
    background-position: right center!important;
    cursor: not-allowed !important;
  }
  .fepDesignGroup .fepString.fepEnumerator.fepDisabled,
  .fepDesignGroup .fepString.fepEnumerator[disabled] {
    background-image: url('Images/TabDropDownDis.png');
  }
  .fepDropDown .dropdown-menu.inner {
    bottom: 0 !important;
    display: block;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    max-height: 300px;
    scrollbar-color: #ff6600 #f3f3f3;
    scrollbar-width: thin;
  }
  .fepDropDown .dropdown-menu.inner::-webkit-scrollbar {
    width: 8px;
  }
  .fepDropDown .dropdown-menu.inner::-webkit-scrollbar-track {
    border: 1px solid #ededed;
    border-radius: 2px;
    margin: 8px;
  }
  .fepDropDown .dropdown-menu.inner::-webkit-scrollbar-thumb {
    background-color: #ff6600;
    border: 2px solid transparent;
    border-radius: 3px;
    background-clip: padding-box;
  }
  .fepDropDownInnerDiv {
    width: 100%;
    padding-right: 11px;
  }
  /*.bootstrap-select > .dropdown-toggle 
{
    min-width:100% !important;
}*/
  .fepDropDown .btn.dropdown-toggle .fepError {
    margin-right: 10px !important;
  }
  .dropdown-menu.open .jspVerticalBar {
    position: absolute;
    top: 10px;
    right: 0px;
    height: 100%;
    background: #FFFFFF !important;
    border-right: 1px solid #d7d7d7;
    padding-left: 5px!important;
    padding-right: 11px!important;
  }
  .dropdown-menu.open.jspScrollable .jspContainer {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    border-left: 1px solid #d7d7d7 !important;
    top: -1px !important;
  }
  div.fepDropDown.dropup .dropdown-menu.open.jspScrollable .jspContainer {
    top: 0px!important;
  }
  div.fepDropDown.dropdown .dropdown-menu.open.jspScrollable .jspContainer {
    top: 0px!important;
    right: -1px !important;
  }
  div.fepDropDown.fepAutocomplet.dropdown .dropdown-menu.open.jspScrollable .jspContainer {
    right: 0 !important;
  }
  div.fepDropDown.fepAutocomplet.dropdown .dropdown-menu.open .fepDropDownInnerDiv,
  div.fepDropDown.fepAutocomplet.dropdown .dropdown-menu.open .fepDropDownInnerDiv .dropdown-menu.inner {
    height: auto !important;
  }
  div.fepDropDown.fepDict .dropdown-menu.open .fepDropDownInnerDiv {
    overflow: hidden;
  }
  div.fepDropDown.dropup .dropdown-menu.open.jspScrollable {
    border-top: 0px!important;
  }
  .dropdown-menu.open.fepJspResizeList .jspContainer {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    border-left: 1px solid #d7d7d7 !important;
    border-right: 1px solid #d7d7d7 !important;
    top: -1px !important;
    right: -1px !important;
  }
  /*.dropdown-menu.open .jspDrag 
{
    background: #FF6201 !important;
    border-radius:3px !important;
}

.dropdown-menu.open .jspTrack 
{
    background: #FFFFFF !important;
    width: 5px !important;
    margin-left:5px !important;
}*/
  .dropdown-menu.open .jspPane {
    padding: 0px !important;
    margin: 0px !important;
  }
  .dropdown-menu.open .jspArrow.jspArrowUp,
  .dropdown-menu.open .jspArrow.jspArrowUp:hover {
    background: #FFFFFF !important;
    height: 10px !important;
  }
  .dropdown-menu.open .jspArrow.jspArrowDown,
  .dropdown-menu.open .jspArrow.jspArrowDown:hover {
    background: #FFFFFF !important;
    height: 4px !important;
  }
  .fepNatvieScroll.fepDropDown .dropdown-menu.open {
    overflow: auto !important;
    overflow-x: hidden !important;
  }
  .fepNatvieScroll .dropdown-menu > li > a {
    white-space: normal !important;
  }
  .fepNatvieScroll.fepDropDown .dropdown-menu.jspScrollable.open {
    overflow: hidden !important;
  }
  .fepNatvieScroll .dropdown-menu.jspScrollable > li > a {
    white-space: nowrap !important;
  }
  .fepTabCol8Small .fepRowGrid .fepFieldGrid:nth-child(1) {
    width: 52.3% !important;
    padding-left: 3px!important;
  }
  .fepTabCol8Small {
    padding-left: 30px!important;
  }
  .fepTabCol8Small .fepRowGrid .fepFieldGrid:nth-child(1) {
    padding-right: 0px!important;
  }
  .fepCustReqBcg .fepQuestion,
  .fepCustReqBcg .fepQuestion:focus {
    margin-top: 24px!important;
  }
  .fepDivInPane .fepGridParentDiv {
    padding-top: 6px!important;
  }
  .fepHeaderGridAddText {
    padding-top: 11px!important;
  }
  .fepDivInPane {
    padding-bottom: 0px!important;
    padding-right: 0px!important;
  }
  .fepUnderlineOrange.fepExpSepVis {
    margin-bottom: 5px!important;
  }
  .fepDivInPaneNoRL .fepGridParentDiv {
    padding-top: 9px!important;
  }
  .fepMdPadB {
    padding-bottom: 0px!important;
  }
  .col-xs-12 > .fepSeparatorParent > .col-xs-12.fepFieldCellSeparator {
    padding-top: 0px!important;
  }
  .fepValidator.fepSeparatorParent {
    padding-top: 5px!important;
  }
  .row .col-xs-12 > .fepSeparatorParent {
    margin-bottom: 18px!important;
  }
  .fepConfirmCb .icheckbox_minimal {
    width: 25px!important;
    height: 25px!important;
  }
  .fepConfirmText {
    padding-top: 13px!important;
  }
  .input-group .fepRightPan {
    padding-top: 13px!important;
  }
  .icheckbox_minimal.checked {
    background-position: 6px 6px !important;
  }
  .icheckbox_minimal {
    width: 21px !important;
    height: 21px !important;
  }
  .fepConfirmCb {
    padding-bottom: 13px!important;
    padding-top: 10px!important;
  }
  .fepConLab {
    margin-top: 15px!important;
  }
  .fepGridVert .fepHeaderGridAddText {
    padding-top: 0px!important;
  }
  .fepLinkBut .fepHCpxCell {
    padding-top: 12px!important;
  }
  .fepStateActual.fepStateHeader,
  .fepStateRepeatActual.fepStateHeader {
    padding-top: 47px!important;
  }
  .fepDivInPaneNoTB {
    padding-left: 0px!important;
  }
  .fepBtnVertical {
    padding-bottom: 25px!important;
  }
  a {
    font-size: 15px !important;
  }
  .fepTabCol8Small .fepRowGrid .fepFieldGrid:nth-child(2),
  .fepTabCol8Small .fepRowGrid .fepFieldGridLast {
    width: 34.5% !important;
    padding-left: 20px!important;
  }
  .fepDropToWidth .col-sm-8 .col-sm-4 {
    padding-left: 23px!important;
    padding-right: 0px!important;
  }
  .fepDropToWidth .col-sm-8 .col-sm-4 div.btn-group {
    width: 73%!important;
    background-color: transparent !important;
  }
  .fepLastRowSep {
    padding-bottom: 10px!important;
  }
  .fepDivInPaneNoTB .row .fepConPadR .form-group {
    padding-bottom: 10px !important;
  }
  .fepDivInPaneNoTB .row .col-sm-12.fepConPadR .form-group .fepFieldCell .fepInnerCell.fepSpaceAfter .btn-group {
    width: 73% !important;
    margin-right: 25% !important;
  }
  .fepButtonsMIcoPan .fepButtonsM {
    padding-top: 0px!important;
  }
  .fepDivInPaneNoTB .row .form-group .fepFieldCell .fepInnerCell.has-feedback.fepSpaceAfter {
    padding-right: 12px!important;
  }
  .fepConPadR .fepConLab {
    padding-right: 72px!important;
    margin-top: 10px !important;
  }
  .fepConPadR .fepConLab span.fepRequired {
    margin-top: 10px !important;
  }
  .fepMainC,
  #ctl00_CPH_fepPreambule {
    padding-right: 30px!important;
    padding-left: 30px!important;
  }
  .col-xs-10.fepMainC {
    width: 100%!important;
  }
  .fepDivInPaneNoTB .row {
    padding-left: 0px!important;
  }
  .fepDivInPaneNoTB .row .form-group .control-label,
  .fepDivInPaneNoTB .row .col-xs-5 {
    width: 38%!important;
  }
  .fepDivInPaneNoTB .row .form-group .col-xs-5.fepFieldCell {
    width: 39%!important;
  }
  .fepStartPageFirst {
    BACKGROUND-POSITION: 100% -1px !important;
  }
  .fepStartPageSecond {
    BACKGROUND-POSITION: 100% -4px !important;
  }
  .fepStartPageThird {
    BACKGROUND-POSITION: right -2px !important;
  }
  .fepDivInPane .row > div:last-child {
    padding-right: 0px !important;
  }
  .fepNoPadRTab {
    padding-right: 0px!important;
  }
  .fepCustTabRow .col-xs-3 .col-xs-12 .fepSpaceAfter {
    padding-right: 0px!important;
  }
  .fepCustTabRow .col-xs-9 .col-xs-7 .fepInnerCell {
    padding-left: 13px!important;
  }
  .fepCustTabRow .col-xs-9 .col-xs-5.fepConLab {
    padding-right: 0px!important;
  }
  .fepDropToWidth .col-xs-6 .col-xs-11.fepInnerCell.has-feedback.fepSpaceAfter {
    width: 100%!important;
    padding-right: 2px!important;
  }
  .fepTabCol8 .fepFieldGridDel .fepDeleteRow {
    margin-right: 8px!important;
    margin-left: 9px!important;
  }
  .fepDivInPaneNoRL .row.fepLgPadR .col-xs-8.fepMdTextPadL .col-xs-11 {
    width: 100%!important;
  }
  .fepDivInPaneNoRL .row.fepLgPadR .col-xs-4.fepMdPadL .form-group.fepValidator {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }
  .fepDivInPaneNoRL .row.fepLgPadR .col-xs-4.fepMdPadL .form-group.fepValidator.fepCustReqBcg {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
  }
  .fepLastRowSep .fepMdTextPadL.fepTabCol12 .fepGrid .fepFieldGridDel .fepDeleteRow {
    margin-right: 16px!important;
  }
  .fepTabCol12 .fepRowGrid .fepFieldGrid:nth-child(3) {
    width: 20.4%!important;
  }
  .row .col-md-12.fepMdTextPadL div .form-group.fepValidator.fepNoPad .col-sm-8.fepFieldCell .col-sm-11.fepInnerCell.has-feedback {
    padding-right: 44px!important;
  }
  .row .col-md-12.fepMdTextPadL div .form-group.fepValidator.fepNoPad .col-sm-4.control-label.fepConLab {
    padding-right: 0px!important;
  }
  .row.fepSpaceAfter .fepNoSpaceAfter .col-xs-12.fepNoPadTB.fepNoPadR .fepValidator .fepHCpxCell .fepSpaceAfter,
  .row.fepSpaceAfter .col-xs-10.fepNoPadR.fepNoSpaceAfter .form-group.fepNoPad .fepHCpxCell .fepSpaceAfter {
    padding-right: 0px!important;
  }
  .col-sm-4 .col-sm-12 .col-sm-11 {
    margin-top: 13px;
  }
  .fepCustTabRow .col-sm-8 {
    width: 80.5%!important;
  }
  .fepCustTabRow .col-sm-8 .col-sm-6.control-label {
    width: 43%!important;
  }
  .fepCustTabRow .col-sm-8 .col-sm-6.fepFieldCell {
    width: 54.5%!important;
    padding-left: 13px!important;
  }
  .fepCustTabRow .col-sm-4 {
    width: 19.5%!important;
  }
  .fepCustTabRow .col-xs-3.col-md-4 .form-group .col-xs-12 .col-xs-11.fepInnerCell {
    margin-left: 6px!important;
  }
  .fepCustTabRow .col-xs-3.col-md-4 .form-group .col-xs-12 .col-xs-11 {
    width: 100%!important;
  }
  .fepMoneyTab .col-md-3 {
    width: 27.8%!important;
    padding-left: 35px!important;
  }
  .fepDivInPane .row.fepMoneyTab > div:last-child {
    padding-right: 0px!important;
  }
  .fepMoneyTab .col-md-1 {
    width: 0.6%!important;
  }
  .fepMoneyTab .fepTabMoneyLab .fepInnerCell {
    width: 100%!important;
    padding-right: 0px!important;
  }
  .fepMoneyTab .fepTabMoneyLab {
    padding-left: 34px!important;
    width: 28.4%!important;
  }
  .row.fepSpaceAfter {
    padding-right: 0px!important;
  }
  .col-md-2.fepNoPadTB .form-group.fepNoPad .fepImg {
    left: 0px!important;
  }
  .fepDivInPane .row .fepLinkBut {
    padding-left: 36px!important;
    width: 50%!important;
  }
  .fepConMail {
    width: 88%!important;
  }
  .fepDivInPaneNoRL .fepSeparatorBody .row.fepLgPadR .col-xs-5.fepMdTextPadL {
    width: 35.9%!important;
  }
  .fepTabCol8 .fepRowGrid .fepFieldGrid:nth-child(1) {
    width: 60.5% !important;
  }
  .fepTabCol8 {
    width: 63%!important;
  }
  .fepDivInPane .row .form-group .fepCol5 {
    padding-left: 24px!important;
  }
  .fepPadInTable .fepGridVert .fepRowGrid .fepFieldGrid .fepFieldCell {
    padding-right: 0px!important;
    padding-left: 38px!important;
  }
  .fepPadInTable .fepGridVert {
    padding-right: 11px!important;
  }
  .fepGridVert .fepHeaderGridAddText {
    padding-left: 65px!important;
  }
  .fepDivInPane .row .col-sm-8 .form-group.fepNoPad .fepFieldCell .fepInnerCell {
    width: 94%!important;
    padding-left: 23px!important;
  }
  .fepTabCol8Small .fepDeleteRow {
    margin-left: 5px!important;
  }
  .fepDivInPaneNoTB .row .fepConPadR .form-group .fepFieldCell .fepInnerCell.has-feedback.fepSpaceAfter div.fepDropDown {
    padding-right: 0px!important;
  }
  .row.fepMoneyTab .col-sm-4:nth-child(1) .form-group .fepHCpxCell .col-xs-11 .fepLongInfoString.fepDisabled {
    padding-top: 10px!important;
  }
  .fepValToR .fepDropDown .btn.dropdown-toggle span.filter-option.pull-left {
    padding-right: 58px!important;
  }
  .fepTabCol8Small .fepGrid .fepRowGrid.fepCustRowReqBcg .fepClearGridCell.fepCustReqBcg {
    padding-top: 11px !important;
    padding-bottom: 25px !important;
  }
  .fepTabWithHelp .form-group .col-sm-8.fepFieldCell .fepInnerCell.has-feedback.fepSpaceAfter {
    width: 86%!important;
  }
  .fepTabWithHelp .fepHelpDisplay.fepCol3 {
    width: 32.8% !important;
  }
  .fepTabWithHelp .fepHelpDisplay.fepCol3 .col-sm-11.fepInnerCell {
    width: 80%!important;
  }
  .fepTabWithHelp .form-group .col-sm-8.fepFieldCell.fepCol3 .fepInnerCell.has-feedback.fepSpaceAfter {
    width: 100%!important;
  }
  .fepDesignGroup .fepDropDown.fepComboLink .btn .caret {
    background-image: url(Images/OrangeDownArrowTabletNoCarret.png);
    height: 40px !important;
  }
  .fepDesignGroup .fepDropDown.fepComboLink .dropdown-toggle {
    width: 40px !important;
  }
  .fepDesignGroup .fepDropDown.fepComboBtn .btn.fepDisabled:hover .caret,
  .fepDesignGroup .fepDropDown.fepComboLink .btn.fepDisabled:hover .caret,
  .fepDesignGroup .fepDropDown.fepComboBtn .btn.fepDisabled .caret,
  .fepDesignGroup .fepDropDown.fepComboLink .btn.fepDisabled .caret {
    background-image: url(Images/TabDropDownDis.png) !important;
    background-color: #ebebeb!important;
  }
  .fepDesignGroup .fepDropDown .btn.fepDisabled .caret,
  .fepDesignGroup .fepDropDown .btn.disabled .caret {
    background-image: url(Images/TabDropDownDis.png);
  }
  .fepDesignGroup .fepDropDown.fepComboBtn .btn .caret,
  .fepDesignGroup .fepDropDown.fepComboLink .btn .caret {
    background-image: url('Images/OrangeDownArrowNoBorTab.png');
    background-color: #ebebeb !important;
    height: 40px !important;
  }
  .fepDesignGroup .fepDropDown.fepComboBtn .dropdown-toggle {
    width: 40px;
  }
  .fepDesignGroup .fepDropDown.fepDropDownNoBor,
  .fepDesignGroup .fepDropDownNoBor .btn,
  .fepDesignGroup .fepDropDownNoBor.open .btn {
    height: 40px !important;
  }
  .fepModalGroupBody {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fepDesignGroup .fepTextPosTabR .fepLongString.fepTextInput {
    padding-right: 20px !important;
  }
  /*Bootstrap Override*/
  .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%;
  }
  /*End Bootstrap Override*/
}
/*fepTabler.less END*/
@media (max-width: 767px) {
  /*Modal Group*/
  .fepModalGroupBody {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    margin-left: 0px;
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /*Modal Group END*/
}
.fepCaptcha .fepInnerCell {
  margin-bottom: 0px !important;
}
.fepCaptchaImg {
  width: 100%;
}
.fepCaptchaReload {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  cursor: pointer!important;
}
.fepCaptchaInput {
  margin-bottom: 8px;
}
.fepCaptcha .fepDisabledNew .form-control {
  color: #333 !important;
}
.fepCaptcha .fepValIconPanel,
.fepCaptcha .fepValidContainer,
.fepCaptcha .fepv {
  display: none;
}
.fepDesignGroup .fepButtCust.fepCaptchaDisabled {
  background-color: #e4e4e4;
  color: #919191 !important;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
  pointer-events: none !important;
  border: none !important;
  padding-top: 8px !important;
}
.fepCaptchaDisabled,
.fepCaptchaDisabled.fepWebLink:hover {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}
.fepDesignGroup .fepButtCust.fepCaptchaDisabled {
  opacity: 0.65;
}
.fepDesignTable.fepTableWithHeader {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.fepDesignTable.fepTableWithHeader .fepTableNag {
  min-height: 0px !important;
  margin-top: 20px;
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}
.fepDesignTable.fepTableWithHeader .fepTableNag:not(.empty) {
  border: 1px solid #ededed;
}
.fepDesignTable.fepTableWithHeader .fepTableNag.empty {
  height: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.fepDesignTable.fepTableWithHeader .fepTableNag.fepDesRegion {
  background-clip: padding-box !important;
}
.fepDesignTable.fepTableWithHeader .fepTableNag .fepGridMinSpace {
  min-height: 0px !important;
}
.fepDesignTable.fepTableWithHeader .fepTableNag .control-label {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.fepDesignTable.fepTableWithHeader .fepTableNag .control-label > span {
  line-height: 50px !important;
}
.fepDesignTable.fepTableWithHeader .fepTableNagNew .row {
  width: 82%;
}
.fepDesignTable.fepTableWithHeader .fepTableNavControl {
  display: none !important;
}
.fepDesignTable.fepTableWithHeader .fepTableButton > .row {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  padding: 0 !important;
}
.fepDesignTable.fepTableWithHeader .fepTableButton > .row > div:not(.fepDesButton) {
  display: none !important;
}
.fepDesignTable.fepTableWithHeader .fepTableButton > .row .fepDesButton {
  width: auto !important;
}
.fepDesignTable.fepTableWithHeader .fepTableButton > .row .fepButtCust {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.fepDesignTable.fepTableWithHeader .fepTableButton > .row .fepButtCust.fepDisabled {
  background-color: #e4e4e4 !important;
  color: #919191 !important;
  pointer-events: none;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4) !important;
}
.fepDesignTable.fepTableWithHeader .fepTableItem {
  margin-top: -1px;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader {
  border: 1px solid #ededed;
  border-right: none;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableButton {
  border: 1px solid #ededed;
  border-left: none;
}
.fepDesignTable.fepTableWithHeader .fepTableItem.fepTableItemActive > .row > .fepTableBody {
  display: block;
  border: 1px solid #ededed;
  border-top: none;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableBody {
  padding: 15px !important;
  display: none;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader {
  padding-left: 15px !important;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader > .row {
  display: flex !important;
  height: 100%;
  width: 100%;
  align-items: center;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepValidBackground {
  display: none;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepGridMinSpace {
  min-height: 0px !important;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .icheckbox_minimal {
  background-color: white;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepQuestion {
  display: none !important;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepTextVertC.fepDesFreeText .fepConLab .fepLabelPanel,
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepTextVertC.fepInlineCont .fepConLab .fepLabelPanel,
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepTextVertC.fepInlineCont .fepFieldCell .fepTextInput,
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepTextVertC .fepTextInput span,
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepLongString,
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepTextInput,
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepLabelPanel,
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepValidContainer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepLongString,
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepTextInput,
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepLabelPanel {
  background-color: transparent !important;
  line-height: 24px !important;
  display: flex;
  align-items: center;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepLongString span,
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepTextInput span,
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepLabelPanel span {
  line-height: 24px !important;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepLongString {
  overflow: hidden;
  word-break: break-all;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepTableButton > .row {
  width: 100%;
  height: 100%;
  justify-content: space-around;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepTableButton > .row > .col-0 {
  display: none;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepTableButton > .row > .col-sm-0 {
  display: none;
}
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepRightPan,
.fepDesignTable.fepTableWithHeader .fepTableItem .fepTableHeader .fepLeftPan {
  height: auto !important;
}
.fepCardLoader {
  display: flex;
  width: 100%;
  height: 100px;
  flex-direction: column;
  align-items: center;
}
.fepCardLoader .spinner1 {
  border: 3pt solid #D9D9D9;
  border-top: 3pt solid #FF6200;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  animation: spin 1s linear infinite;
  z-index: 999;
}
nfepNavigationSort {
  display: inline-block;
}
.nfepNavigationSort__Item {
  margin: 8px 4px 6px 0;
  padding: 4px 12px;
  border-radius: 14px;
  border: solid 1px #696969;
  background-color: #fff;
  float: left;
  cursor: pointer;
}
/*Filters - States*/
.nfepNavigationSort__Item:hover {
  border: solid 1px #696969;
  background-color: #d9d9d9;
  color: #333333;
}
.nfepNavigationSort__Item:focus {
  box-shadow: 0 0 8px 0 #9fcaea;
  border: solid 1px #559bd1;
  background-color: rgba(255, 255, 255, 0);
  outline: 0;
}
.nfepNavigationSort__Item:active {
  border: solid 1px #a8a8a8;
  background-color: #f0f0f0;
  box-shadow: none;
}
.nfepNavigationSort__Item.nfepNavigationSort__Item--selected:hover {
  border: solid 1px #525199;
  background-color: #525199;
  color: #fff;
}
.nfepNavigationSort__Item.nfepNavigationSort__Item--selected:focus {
  box-shadow: 0 0 8px 0 #9fcaea;
  border: solid 1px #559bd1;
  background-color: #e6e5f0;
  color: #525199;
  outline: 0;
}
.nfepNavigationSort__Item.nfepNavigationSort__Item--selected:active {
  border: solid 1px #525199;
  background-color: #9898c3;
  color: #fff;
}
.nfepNavigationSort__Item--selected:hover::before {
  border-color: #fff;
}
.nfepNavigationSort__Item--selected {
  color: #525199;
  border: solid 1px #525199;
  background-color: #e6e5f0;
}
.nfepNavigationSort__Item--selected::before {
  color: #525199;
  content: "";
  border-right: 1px solid #525199;
  border-bottom: 1px solid #525199;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
}
/*END*/
.nfepFilter {
  margin: 24px 0px;
}
.nfepFilter__Title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  display: block;
}
.nfepCardBuissnes {
  display: flex;
  flex-grow: 1;
}
.nfepCardBuissnes .nfepCardBuissnes__Card {
  padding-left: 0;
  padding-right: 0;
}
.nfepCardBuissnes__Card {
  padding: 0 0 24px;
  border-radius: 4px;
  box-shadow: 0px 2px 6px -2px #000000;
  background-color: #fff;
  flex-grow: 1;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.nfepCardBody {
  flex-grow: 1;
}
.nfepCardContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.nfepCardHeader {
  position: relative;
}
.nfepCardContent__Image {
  border-radius: 4px;
  width: 100%;
  position: relative;
}
.nfepCardContent__Scarf {
  width: 201px;
  height: 40px;
  padding: 0 24px;
  border-radius: 4px;
  background-color: #525199;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.nfepCardContent__Title {
  margin: 24px 24px 16px 24px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333;
}
.nfepCardContent__Text {
  margin: 16px 24px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333;
}
.nfepCardContent__Text--special {
  margin: 24px;
  padding-left: 12px;
  padding-top: 8px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #333;
  position: relative;
}
.nfepCardContent__Text--special::before {
  content: "";
  width: 4px;
  height: calc(112%);
  margin: 0 12px 0 0;
  background-color: #ff6200;
  position: absolute;
  left: 0px;
  top: 0;
}
.nfepCardContent__Text--bold {
  margin: 16px 24px 145px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333;
}
.nfepCardContent__Container {
  position: absolute;
  bottom: 0;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}
.nfepCardContent__Link {
  margin: 18px 0 8px 24px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #525199;
  position: relative;
  width: fit-content;
}
.nfepCardContent__Link::before {
  color: #525199;
  content: "";
  border-right: 3px solid #525199;
  border-bottom: 3px solid #525199;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  right: -38px;
  top: 5px;
}
.nfepCardContent__Link::after {
  color: #525199;
  content: "";
  border-bottom: 3px solid #525199;
  width: 20px;
  height: 3px;
  transform: rotate(0deg);
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  position: absolute;
  right: -46px;
  top: 7px;
}
.fepIndentColorOrange {
  border-left: 4px solid #ff6600;
}
a.fepWebGibLink {
  color: #525199 !important;
  position: relative;
  width: fit-content;
}
.fepIndentColorOrange .fepLongString.fepTextInput {
  padding-top: 0;
  min-height: 32px;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.nfepCardBuissnes > .row > .col-md-1,
.nfepCardBuissnes > .row > .col-md-2,
.nfepCardBuissnes > .row > .col-md-3,
.nfepCardBuissnes > .row > .col-md-4,
.nfepCardBuissnes > .row > .col-md-5,
.nfepCardBuissnes > .row > .col-md-6,
.nfepCardBuissnes > .row > .col-md-7,
.nfepCardBuissnes > .row > .col-md-8,
.nfepCardBuissnes > .row > .col-md-9,
.nfepCardBuissnes > .row > .col-md-10,
.nfepCardBuissnes > .row > .col-md-11,
.nfepCardBuissnes > .row > .col-md-12 {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 10px 0 !important;
}
.nfepCardBuissnes > .row > .col-sm-1,
.nfepCardBuissnes > .row > .col-sm-2,
.nfepCardBuissnes > .row > .col-sm-3,
.nfepCardBuissnes > .row > .col-sm-4,
.nfepCardBuissnes > .row > .col-sm-5,
.nfepCardBuissnes > .row > .col-sm-6,
.nfepCardBuissnes > .row > .col-sm-7,
.nfepCardBuissnes > .row > .col-sm-8,
.nfepCardBuissnes > .row > .col-sm-9,
.nfepCardBuissnes > .row > .col-sm-10,
.nfepCardBuissnes > .row > .col-sm-11,
.nfepCardBuissnes > .row > .col-sm-12 {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 10px 0 !important;
}
.nfepFilter {
  margin: 24px 0px;
}
.nfepCardFooter .fepWebLink {
  margin: 18px 0 8px 24px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #525199;
  position: relative;
  width: fit-content;
}
.nfepCardFooter .fepWebLink::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../Images/Chevron-right.svg');
  background-repeat: no-repeat;
  position: absolute;
  right: -6px;
}
.nfepCardFooter .fepWebLink,
.nfepCardFooter .fepWebLink::after,
.nfepCardFooter .fepInnerCell a.fepWebLink:focus {
  padding-right: 26px !important;
}
.fepDesignGroup .fepLabelPanel.fepIndentColorOrange {
  min-height: 32px;
  display: flex !important;
  padding-top: 0;
  align-items: center;
  padding-left: 8px;
}
.fepContentCenter .nfepCardBuissnes .row {
  justify-content: center;
}
.fepContentLeft .nfepCardBuissnes .row {
  justify-content: left;
}
.fepContentRight .nfepCardBuissnes .row {
  justify-content: right;
}
.fepDesignGroup .nfepCardBuissnes__Container {
  padding: 0 !important;
}
/*Tablet*/
@media (min-width: 768px) and (max-width: 991px) {
  .fepTabContentCenter .nfepCardBuissnes .row {
    justify-content: center;
  }
  .fepTabContentLeft .nfepCardBuissnes .row {
    justify-content: left;
  }
  .fepTabContentRight .nfepCardBuissnes .row {
    justify-content: right;
  }
}
/*End*/
/*Mobile*/
@media (max-width: 767px) {
  .nfepCardBuissnes {
    padding: 0;
  }
  .fepMobContentCenter .nfepCardBuissnes .row {
    justify-content: center;
  }
  .fepMobContentLeft .nfepCardBuissnes .row {
    justify-content: left;
  }
  .fepMobContentRight .nfepCardBuissnes .row {
    justify-content: right;
  }
  .nfepCardBuissnes > .row > .col-xs-1,
  .nfepCardBuissnes > .row > .col-xs-2,
  .nfepCardBuissnes > .row > .col-xs-3,
  .nfepCardBuissnes > .row > .col-xs-4,
  .nfepCardBuissnes > .row > .col-xs-5,
  .nfepCardBuissnes > .row > .col-xs-6,
  .nfepCardBuissnes > .row > .col-xs-7,
  .nfepCardBuissnes > .row > .col-xs-8,
  .nfepCardBuissnes > .row > .col-xs-9,
  .nfepCardBuissnes > .row > .col-xs-10,
  .nfepCardBuissnes > .row > .col-xs-11,
  .nfepCardBuissnes > .row > .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 10px 0 !important;
  }
  .fepModalGroupBack .nfepCardBuissnes > .row > .col-xs-1,
  .fepModalGroupBack .nfepCardBuissnes > .row > .col-xs-2,
  .fepModalGroupBack .nfepCardBuissnes > .row > .col-xs-3,
  .fepModalGroupBack .nfepCardBuissnes > .row > .col-xs-4,
  .fepModalGroupBack .nfepCardBuissnes > .row > .col-xs-5,
  .fepModalGroupBack .nfepCardBuissnes > .row > .col-xs-6,
  .fepModalGroupBack .nfepCardBuissnes > .row > .col-xs-7,
  .fepModalGroupBack .nfepCardBuissnes > .row > .col-xs-8,
  .fepModalGroupBack .nfepCardBuissnes > .row > .col-xs-9,
  .fepModalGroupBack .nfepCardBuissnes > .row > .col-xs-10,
  .fepModalGroupBack .nfepCardBuissnes > .row > .col-xs-11,
  .fepModalGroupBack .nfepCardBuissnes > .row > .col-xs-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 10px 0 !important;
  }
  .nfepNavigationSort {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*END*/
/*!
 *  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/icheck.png) no-repeat;
}
.icheckbox_minimal,
.iradio_minimal {
  background: url(Images/icheck.png) no-repeat;
}
/* iCheck plugin flat skin */
.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
}
.icheckbox_flat {
  background-position: 0 0;
}
.icheckbox_flat.checked {
  background-position: -25px 0;
}
.icheckbox_flat.disabled {
  background-position: 0 0;
  cursor: default;
}
.icheckbox_flat.checked.disabled {
  background-position: -25px 0;
}
.fepRadioList {
  float: left;
}
.iradio_flat {
  background: none;
  background-color: white;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.02) !important;
}
.fepBooltsb.fepRequiredColor {
  background-color: white !important;
}
.fepRequiredColor .iradio_flat {
  background-color: #ffe2cf!important;
}
.fepCustReqBcg .iradio_flat {
  border: 1px solid #db1b23 !important;
  background-color: #ffffff !important;
}
.iradio_flat.checked {
  background: url(Images/RadioCircleOrange.png) no-repeat;
  background-color: white!important;
  background-size: 12px 12px;
  background-position: 5px 5px;
  box-shadow: inset 1px 1px 1px 1px #f2f2f2 !important;
}
.iradio_flat.disabled {
  background-color: #e6e6e6 !important;
  cursor: default;
}
.iradio_flat.checked.disabled {
  background: url(Images/RadioCircleGray.png) no-repeat;
  background-color: #e6e6e6 !important;
  background-size: 12px 12px;
  background-position: 5px 5px;
}
/* iCheck plugin Minimal skin */
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
}
.fepBool .icheckbox_minimal {
  background: none;
  width: 21px;
  height: 21px;
  background-color: white;
  border: 1px solid #d7d7d7;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.02) !important;
}
.fepBool.fepRequiredColor {
  background-color: white;
}
.fepBool.fepRequiredColor .icheckbox_minimal {
  background-color: #ffe2cf !important;
}
.fepBool .icheckbox_minimal.checked {
  background: url(Images/icheck1.png) no-repeat;
  background-color: white!important;
  background-size: 10px 8px;
  background-position: 5px 6px;
}
.fepBool .icheckbox_minimal.disabled {
  background-color: #e6e6e6;
  box-shadow: none!important;
  border: solid 1px #a0a0a0;
}
.fepBool .icheckbox_minimal.checked.disabled {
  background: url(Images/icheck2.png) no-repeat;
  background-color: #e6e6e6;
  background-size: 10px 8px;
  background-position: 5px 6px;
  box-shadow: none!important;
}
.icheckbox_minimal {
  background: none;
  background-color: white;
  border: 1px solid #d7d7d7;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.02) !important;
}
.fepRequiredColor .fepConfirm .icheckbox_minimal {
  background-color: #ffe2cf;
}
.icheckbox_minimal.checked {
  background: url(Images/icheck1.png) no-repeat;
  background-color: white!important;
  background-position: 3px 4px;
  background-size: 12px 10px;
}
.icheckbox_minimal.disabled {
  background-color: #e6e6e6 !important;
  box-shadow: none !important;
  cursor: default;
}
.icheckbox_minimal.checked.disabled {
  background: url(Images/icheck2.png) no-repeat;
  background-color: #e6e6e6 !important;
  background-position: 3px 4px;
  background-size: 12px 10px;
  background-color: #e6e6e6;
  box-shadow: none!important;
}
.iradio_minimal {
  background-position: -50px 0;
}
.iradio_minimal.checked {
  background-position: -75px 0;
}
.iradio_minimal.disabled {
  background-position: -50px 0;
  cursor: default;
}
.iradio_minimal.checked.disabled {
  background-position: -75px 0;
}
/*icheck.less END*/
/*jquery.datepick.fep.less START*/
.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;
  border-top: 1px solid #ccc;
  font-size: 14px !important;
}
.datepick-popup {
  border: 0px;
  border-radius: 4px !important;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.datepick-nav {
  background-color: transparent !important;
  padding: 4px;
  font-weight: normal !important;
  border-bottom: 1px solid #ccc;
  font-size: 14px !important;
  text-align: center;
}
.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;
  padding: 3px;
}
.datepick-month a,
.datepick-month span {
  padding: 0em !important;
}
.datepick-month-header {
  background-color: #eeeeee !important;
}
.datepick-month-header select {
  border: 1px solid #ccc !important;
}
.datepick-month-header select,
.datepick-month-header input {
  height: 1.5em;
  background-color: white !important;
  font-weight: normal !important;
  color: Black !important;
}
.datepick a {
  color: #000;
}
.datepick-month td .datepick-today {
  background-color: #66afe9;
}
.datepick-month td .datepick-today:hover {
  color: white;
  background-color: #66afe9;
}
.datepick-month a:hover {
  background-color: inherit !important;
  color: #66afe9;
}
/*jquery.datepick.fep.less END*/
/* Default styling for jQuery Datepicker v5.0.0. */
.datepick {
  background-color: #fff;
  color: #000;
  border: 1px solid #444;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 90%;
}
.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: #fff;
  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: #600;
}
.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: 15em;
  border: 1px solid #444;
  text-align: center;
}
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: 1.5em;
  background-color: #444;
  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;
}
.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 solid #777;
}
.datepick-month th,
.datepick-month th a {
  background-color: #777;
  color: #fff;
}
.datepick-month td {
  background-color: #eee;
  border: 1px solid #aaa;
}
.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: block;
  width: 100%;
  padding: 0.125em 0em;
  background-color: #eee;
  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: #ddd;
}
.datepick-month td .datepick-today {
  background-color: #f0c0c0;
}
.datepick-month td .datepick-highlight {
  background-color: #f08080;
}
.datepick-month td .datepick-selected {
  background-color: #777;
  color: #fff;
}
.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;
}
.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;
}
@font-face {
  font-family: 'Ozone_WEB_Regular';
  src: url('Fonts/Ozone_WEB/ING_Ozone-Regular-webfont.eot');
  src: url('Fonts/Ozone_WEB/ING_Ozone-Regular-webfont.eot?iefix') format('eot'), url('Fonts/Ozone_WEB/ING_Ozone-Regular-webfont.woff') format('woff'), url('Fonts/Ozone_WEB/ING_Ozone-Regular-webfont.woff2') format('woff2'), url('Fonts/Ozone_WEB/ING_Ozone-Regular-webfont.ttf') format('truetype'), url('Fonts/Ozone_WEB/ING_Ozone-Regular-webfont.svg#ozoneweb') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ozone_WEB';
  src: url('Fonts/Ozone_WEB/ING_Ozone-Light-webfont.eot');
  src: url('Fonts/Ozone_WEB/ING_Ozone-Light-webfont.eot?iefix') format('eot'), url('Fonts/Ozone_WEB/ING_Ozone-Light-webfont.woff') format('woff'), url('Fonts/Ozone_WEB/ING_Ozone-Light-webfont.woff2') format('woff2'), url('Fonts/Ozone_WEB/ING_Ozone-Light-webfont.ttf') format('truetype'), url('Fonts/Ozone_WEB/ING_Ozone-Light-webfont.svg#ozoneweb') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ozone_WEB';
  src: url('Fonts/Ozone_WEB/ING_Ozone-Light Italic-webfont.eot');
  src: url('Fonts/Ozone_WEB/ING_Ozone-Light Italic-webfont.eot?iefix') format('eot'), url('Fonts/Ozone_WEB/ING_Ozone-Light Italic-webfont.woff') format('woff'), url('Fonts/Ozone_WEB/ING_Ozone-Light Italic-webfont.woff2') format('woff2'), url('Fonts/Ozone_WEB/ING_Ozone-Light Italic-webfont.ttf') format('truetype'), url('Fonts/Ozone_WEB/ING_Ozone-Light Italic-webfont.svg#ozoneweb') format('svg');
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: 'Ozone_WEB';
  src: url('Fonts/Ozone_WEB/ING_Ozone-Bold-webfont.eot');
  src: url('Fonts/Ozone_WEBX/ING_Ozone-Bold-webfont.eot?iefix') format('eot'), url('Fonts/Ozone_WEB/ING_Ozone-Bold-webfont.woff') format('woff'), url('Fonts/Ozone_WEB/ING_Ozone-Bold-webfont.woff2') format('woff2'), url('Fonts/Ozone_WEB/ING_Ozone-Bold-webfont.ttf') format('truetype'), url('Fonts/Ozone_WEB/ING_Ozone-Bold-webfont.svg#ozoneweb') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'fepModal';
  src: url('Fonts/ING-Bank-Icon.eot');
  src: url('Fonts/ING-Bank-Icon.eot?iefix') format('eot'), url('Fonts/ING-Bank-Icon.woff') format('woff'), url('Fonts/ING-Bank-Icon.ttf') format('truetype'), url('Fonts/ING-Bank-Icon.svg#ozoneweb') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Custom CSS Scrollbar Mixin */
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: Ozone_WEB, Ozone_WEB_Regular, Arial, Helvetica, sans-serif;
  font-size: 14px !important;
}
.ModalBackground {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.75 !important;
}
.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;
}
/*layout.less START*/
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;
}
/*layout.less END*/
.fepff6600 {
  color: #ff6600 !important;
}
.fepffffff {
  color: #ffffff !important;
}
.fep000066 {
  color: #000066 !important;
}
.fepffd1b2 {
  color: #ffd1b2 !important;
}
.fepccd7e7 {
  color: #ccd7e7 !important;
}
.fepdb1b23 {
  color: #db1b23 !important;
}
.fep8bce65 {
  color: #8bce65 !important;
}
.fep4eb7cd {
  color: #4eb7cd !important;
}
.fep000000 {
  color: #000000 !important;
}
.fepa3a3a3 {
  color: #a3a3a3 !important;
}
.fepd6d6d6 {
  color: #d6d6d6 !important;
}
.fepf2f2f2 {
  color: #f2f2f2 !important;
}
.fepa3b6d1 {
  color: #a3b6d1 !important;
}
.fepe6e6e6 {
  color: #e6e6e6 !important;
}
.fepOzoneLight36 {
  font-size: 36px !important;
}
.fepOzoneLight30 {
  font-size: 30px !important;
}
.fepOzoneLight24 {
  font-size: 24px !important;
}
.fepOzoneLight18 {
  font-size: 18px !important;
}
.fepOzoneLight14 {
  font-size: 14px !important;
}
.fepOzoneLight12 {
  font-size: 12px !important;
}
.fepOzoneLight10 {
  font-size: 10px !important;
}
.fepDesignGroup .fepOrange,
.fepDesignGroup .fepOrange span,
.fepDesignGroup .fepOrange input,
.fepDesignGroup .fepOrange .fepWebLink {
  color: #ff6600 !important;
}
.fepDesignGroup .fepOrangeBord {
  border-color: #ff6600 !important;
}
.fepDesignGroup .fepOrangeBord .fepButtCust,
.fepDesignGroup .fepOrangeBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepOrangeBack span,
.fepDesignGroup .fepOrangeBack a,
.fepDesignGroup .fepOrangeBack ul,
.fepDesignGroup .fepOrangeBack input,
.fepDesignGroup .fepOrangeBack .fepInfoBoxPan,
.fepDesignGroup .fepOrangeBack .fepButtCust,
.fepDesignGroup .fepOrangeBack.fepSepType1,
.fepDesignGroup .fepOrangeBack.fepSepType0,
.fepDesignGroup .fepOrangeBack .fepWebLink,
.fepDesignGroup .fepOrangeBack .fepConLab,
.fepDesignGroup .fepOrangeBack .fepInnerCell,
.fepDesignGroup .fepOrangeBack .row,
.fepDesignGroup .fepOrangeBack .fepPanCheckDesc,
.fepDesignGroup .fepOrangeBack .btn-info,
.fepDesignGroup .fepOrangeBack .jspVerticalBar,
.fepDesignGroup .fepOrangeBack select,
.fepDesignGroup .fepRegOrangeBack {
  background-color: #ff6600;
}
.fepDesignGroup .fepDesButton.fepOrangeBack .fepButtCust {
  border: none!important;
  background-color: #ff6600;
}
.fepDesignGroup .fepOrangeBack .fepButtCust:hover,
.fepOrangeBack span:hover {
  background-color: #ff6600;
}
.fepDesignGroup .fepOrange.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #ff6600 !important;
}
.fepDesignGroup .fepOrange.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #ff6600 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepOrangeHov .fepImageLink:hover,
.fepDesignGroup .fepOrangeHov .fepImageLink:focus,
.fepDesignGroup .fepOrangeHov .fepImageLink:active,
.fepDesignGroup .fepOrangeHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepOrangeHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepOrangeHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepOrangeHov .fepWebLink:hover,
.fepDesignGroup .fepOrangeHov .fepWebLink:focus,
.fepDesignGroup .fepOrangeHov .fepWebLink:active {
  background-color: transparent !important;
  color: #ff6600 !important;
}
.fepDesignGroup .fepOrangeHov .fepButtCust:hover,
.fepDesignGroup .fepOrangeHov .fepButtCust:focus,
.fepDesignGroup .fepOrangeHov .fepButtCust:active {
  background-color: #ff6600 !important;
  color: #ffffff !important;
}
.fepDesignGroup .fepWhite,
.fepDesignGroup .fepWhite span,
.fepDesignGroup .fepWhite input,
.fepDesignGroup .fepWhite .fepWebLink {
  color: #ffffff !important;
}
.fepDesignGroup .fepWhiteBord {
  border-color: #ffffff !important;
}
.fepDesignGroup .fepWhiteBord .fepButtCust,
.fepDesignGroup .fepWhiteBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepWhiteBack span,
.fepDesignGroup .fepWhiteBack a,
.fepDesignGroup .fepWhiteBack ul,
.fepDesignGroup .fepWhiteBack input,
.fepDesignGroup .fepWhiteBack .fepInfoBoxPan,
.fepDesignGroup .fepWhiteBack .fepButtCust,
.fepDesignGroup .fepWhiteBack.fepSepType1,
.fepDesignGroup .fepWhiteBack.fepSepType0,
.fepDesignGroup .fepWhiteBack .fepWebLink,
.fepDesignGroup .fepWhiteBack .fepConLab,
.fepDesignGroup .fepWhiteBack .fepInnerCell,
.fepDesignGroup .fepWhiteBack .row,
.fepDesignGroup .fepWhiteBack .fepPanCheckDesc,
.fepDesignGroup .fepWhiteBack .btn-info,
.fepDesignGroup .fepWhiteBack .jspVerticalBar,
.fepDesignGroup .fepWhiteBack select,
.fepDesignGroup .fepRegWhiteBack {
  background-color: #ffffff;
}
.fepDesignGroup .fepDesButton.fepWhiteBack .fepButtCust {
  border: none!important;
  background-color: #ffffff;
}
.fepDesignGroup .fepWhiteBack .fepButtCust:hover,
.fepWhiteBack span:hover {
  background-color: #ffffff;
}
.fepDesignGroup .fepWhite.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #ffffff !important;
}
.fepDesignGroup .fepWhite.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #ffffff 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepWhiteHov .fepImageLink:hover,
.fepDesignGroup .fepWhiteHov .fepImageLink:focus,
.fepDesignGroup .fepWhiteHov .fepImageLink:active,
.fepDesignGroup .fepWhiteHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepWhiteHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepWhiteHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepWhiteHov .fepWebLink:hover,
.fepDesignGroup .fepWhiteHov .fepWebLink:focus,
.fepDesignGroup .fepWhiteHov .fepWebLink:active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.fepDesignGroup .fepWhiteHov .fepButtCust:hover,
.fepDesignGroup .fepWhiteHov .fepButtCust:focus,
.fepDesignGroup .fepWhiteHov .fepButtCust:active {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.fepDesignGroup .fepBlue,
.fepDesignGroup .fepBlue span,
.fepDesignGroup .fepBlue input,
.fepDesignGroup .fepBlue .fepWebLink {
  color: #000066 !important;
}
.fepDesignGroup .fepBlueBord {
  border-color: #000066 !important;
}
.fepDesignGroup .fepBlueBord .fepButtCust,
.fepDesignGroup .fepBlueBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepBlueBack span,
.fepDesignGroup .fepBlueBack a,
.fepDesignGroup .fepBlueBack ul,
.fepDesignGroup .fepBlueBack input,
.fepDesignGroup .fepBlueBack .fepInfoBoxPan,
.fepDesignGroup .fepBlueBack .fepButtCust,
.fepDesignGroup .fepBlueBack.fepSepType1,
.fepDesignGroup .fepBlueBack.fepSepType0,
.fepDesignGroup .fepBlueBack .fepWebLink,
.fepDesignGroup .fepBlueBack .fepConLab,
.fepDesignGroup .fepBlueBack .fepInnerCell,
.fepDesignGroup .fepBlueBack .row,
.fepDesignGroup .fepBlueBack .fepPanCheckDesc,
.fepDesignGroup .fepBlueBack .btn-info,
.fepDesignGroup .fepBlueBack .jspVerticalBar,
.fepDesignGroup .fepBlueBack select,
.fepDesignGroup .fepRegBlueBack {
  background-color: #000066;
}
.fepDesignGroup .fepDesButton.fepBlueBack .fepButtCust {
  border: none!important;
  background-color: #000066;
}
.fepDesignGroup .fepBlueBack .fepButtCust:hover,
.fepBlueBack span:hover {
  background-color: #000066;
}
.fepDesignGroup .fepBlue.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #000066 !important;
}
.fepDesignGroup .fepBlue.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #000066 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepBlueHov .fepImageLink:hover,
.fepDesignGroup .fepBlueHov .fepImageLink:focus,
.fepDesignGroup .fepBlueHov .fepImageLink:active,
.fepDesignGroup .fepBlueHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepBlueHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepBlueHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepBlueHov .fepWebLink:hover,
.fepDesignGroup .fepBlueHov .fepWebLink:focus,
.fepDesignGroup .fepBlueHov .fepWebLink:active {
  background-color: transparent !important;
  color: #000066 !important;
}
.fepDesignGroup .fepBlueHov .fepButtCust:hover,
.fepDesignGroup .fepBlueHov .fepButtCust:focus,
.fepDesignGroup .fepBlueHov .fepButtCust:active {
  background-color: #000066 !important;
  color: #ffffff !important;
}
.fepDesignGroup .fepSalmon,
.fepDesignGroup .fepSalmon span,
.fepDesignGroup .fepSalmon input,
.fepDesignGroup .fepSalmon .fepWebLink {
  color: #ffd1b2 !important;
}
.fepDesignGroup .fepSalmonBord {
  border-color: #ffd1b2 !important;
}
.fepDesignGroup .fepSalmonBord .fepButtCust,
.fepDesignGroup .fepSalmonBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepSalmonBack span,
.fepDesignGroup .fepSalmonBack a,
.fepDesignGroup .fepSalmonBack ul,
.fepDesignGroup .fepSalmonBack input,
.fepDesignGroup .fepSalmonBack .fepInfoBoxPan,
.fepDesignGroup .fepSalmonBack .fepButtCust,
.fepDesignGroup .fepSalmonBack.fepSepType1,
.fepDesignGroup .fepSalmonBack.fepSepType0,
.fepDesignGroup .fepSalmonBack .fepWebLink,
.fepDesignGroup .fepSalmonBack .fepConLab,
.fepDesignGroup .fepSalmonBack .fepInnerCell,
.fepDesignGroup .fepSalmonBack .row,
.fepDesignGroup .fepSalmonBack .fepPanCheckDesc,
.fepDesignGroup .fepSalmonBack .btn-info,
.fepDesignGroup .fepSalmonBack .jspVerticalBar,
.fepDesignGroup .fepSalmonBack select,
.fepDesignGroup .fepRegSalmonBack {
  background-color: #ffd1b2;
}
.fepDesignGroup .fepDesButton.fepSalmonBack .fepButtCust {
  border: none!important;
  background-color: #ffd1b2;
}
.fepDesignGroup .fepSalmonBack .fepButtCust:hover,
.fepSalmonBack span:hover {
  background-color: #ffd1b2;
}
.fepDesignGroup .fepSalmon.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #ffd1b2 !important;
}
.fepDesignGroup .fepSalmon.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #ffd1b2 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepSalmonHov .fepImageLink:hover,
.fepDesignGroup .fepSalmonHov .fepImageLink:focus,
.fepDesignGroup .fepSalmonHov .fepImageLink:active,
.fepDesignGroup .fepSalmonHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepSalmonHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepSalmonHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepSalmonHov .fepWebLink:hover,
.fepDesignGroup .fepSalmonHov .fepWebLink:focus,
.fepDesignGroup .fepSalmonHov .fepWebLink:active {
  background-color: transparent !important;
  color: #ffd1b2 !important;
}
.fepDesignGroup .fepSalmonHov .fepButtCust:hover,
.fepDesignGroup .fepSalmonHov .fepButtCust:focus,
.fepDesignGroup .fepSalmonHov .fepButtCust:active {
  background-color: #ffd1b2 !important;
  color: #ffffff !important;
}
.fepDesignGroup .fepLightBlue,
.fepDesignGroup .fepLightBlue span,
.fepDesignGroup .fepLightBlue input,
.fepDesignGroup .fepLightBlue .fepWebLink {
  color: #ccd7e7 !important;
}
.fepDesignGroup .fepLightBlueBord {
  border-color: #ccd7e7 !important;
}
.fepDesignGroup .fepLightBlueBord .fepButtCust,
.fepDesignGroup .fepLightBlueBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepLightBlueBack span,
.fepDesignGroup .fepLightBlueBack a,
.fepDesignGroup .fepLightBlueBack ul,
.fepDesignGroup .fepLightBlueBack input,
.fepDesignGroup .fepLightBlueBack .fepInfoBoxPan,
.fepDesignGroup .fepLightBlueBack .fepButtCust,
.fepDesignGroup .fepLightBlueBack.fepSepType1,
.fepDesignGroup .fepLightBlueBack.fepSepType0,
.fepDesignGroup .fepLightBlueBack .fepWebLink,
.fepDesignGroup .fepLightBlueBack .fepConLab,
.fepDesignGroup .fepLightBlueBack .fepInnerCell,
.fepDesignGroup .fepLightBlueBack .row,
.fepDesignGroup .fepLightBlueBack .fepPanCheckDesc,
.fepDesignGroup .fepLightBlueBack .btn-info,
.fepDesignGroup .fepLightBlueBack .jspVerticalBar,
.fepDesignGroup .fepLightBlueBack select,
.fepDesignGroup .fepRegLightBlueBack {
  background-color: #ccd7e7;
}
.fepDesignGroup .fepDesButton.fepLightBlueBack .fepButtCust {
  border: none!important;
  background-color: #ccd7e7;
}
.fepDesignGroup .fepLightBlueBack .fepButtCust:hover,
.fepLightBlueBack span:hover {
  background-color: #ccd7e7;
}
.fepDesignGroup .fepLightBlue.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #ccd7e7 !important;
}
.fepDesignGroup .fepLightBlue.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #ccd7e7 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepLightBlueHov .fepImageLink:hover,
.fepDesignGroup .fepLightBlueHov .fepImageLink:focus,
.fepDesignGroup .fepLightBlueHov .fepImageLink:active,
.fepDesignGroup .fepLightBlueHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepLightBlueHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepLightBlueHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepLightBlueHov .fepWebLink:hover,
.fepDesignGroup .fepLightBlueHov .fepWebLink:focus,
.fepDesignGroup .fepLightBlueHov .fepWebLink:active {
  background-color: transparent !important;
  color: #ccd7e7 !important;
}
.fepDesignGroup .fepLightBlueHov .fepButtCust:hover,
.fepDesignGroup .fepLightBlueHov .fepButtCust:focus,
.fepDesignGroup .fepLightBlueHov .fepButtCust:active {
  background-color: #ccd7e7 !important;
  color: #000000 !important;
}
.fepDesignGroup .fepRed,
.fepDesignGroup .fepRed span,
.fepDesignGroup .fepRed input,
.fepDesignGroup .fepRed .fepWebLink {
  color: #db1b23 !important;
}
.fepDesignGroup .fepRedBord {
  border-color: #db1b23 !important;
}
.fepDesignGroup .fepRedBord .fepButtCust,
.fepDesignGroup .fepRedBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepRedBack span,
.fepDesignGroup .fepRedBack a,
.fepDesignGroup .fepRedBack ul,
.fepDesignGroup .fepRedBack input,
.fepDesignGroup .fepRedBack .fepInfoBoxPan,
.fepDesignGroup .fepRedBack .fepButtCust,
.fepDesignGroup .fepRedBack.fepSepType1,
.fepDesignGroup .fepRedBack.fepSepType0,
.fepDesignGroup .fepRedBack .fepWebLink,
.fepDesignGroup .fepRedBack .fepConLab,
.fepDesignGroup .fepRedBack .fepInnerCell,
.fepDesignGroup .fepRedBack .row,
.fepDesignGroup .fepRedBack .fepPanCheckDesc,
.fepDesignGroup .fepRedBack .btn-info,
.fepDesignGroup .fepRedBack .jspVerticalBar,
.fepDesignGroup .fepRedBack select,
.fepDesignGroup .fepRegRedBack {
  background-color: #db1b23;
}
.fepDesignGroup .fepDesButton.fepRedBack .fepButtCust {
  border: none!important;
  background-color: #db1b23;
}
.fepDesignGroup .fepRedBack .fepButtCust:hover,
.fepRedBack span:hover {
  background-color: #db1b23;
}
.fepDesignGroup .fepRed.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #db1b23 !important;
}
.fepDesignGroup .fepRed.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #db1b23 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepRedHov .fepImageLink:hover,
.fepDesignGroup .fepRedHov .fepImageLink:focus,
.fepDesignGroup .fepRedHov .fepImageLink:active,
.fepDesignGroup .fepRedHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepRedHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepRedHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepRedHov .fepWebLink:hover,
.fepDesignGroup .fepRedHov .fepWebLink:focus,
.fepDesignGroup .fepRedHov .fepWebLink:active {
  background-color: transparent !important;
  color: #db1b23 !important;
}
.fepDesignGroup .fepRedHov .fepButtCust:hover,
.fepDesignGroup .fepRedHov .fepButtCust:focus,
.fepDesignGroup .fepRedHov .fepButtCust:active {
  background-color: #db1b23 !important;
  color: #ffffff !important;
}
.fepDesignGroup .fepGreen,
.fepDesignGroup .fepGreen span,
.fepDesignGroup .fepGreen input,
.fepDesignGroup .fepGreen .fepWebLink {
  color: #8bce65 !important;
}
.fepDesignGroup .fepGreenBord {
  border-color: #8bce65 !important;
}
.fepDesignGroup .fepGreenBord .fepButtCust,
.fepDesignGroup .fepGreenBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepGreenBack span,
.fepDesignGroup .fepGreenBack a,
.fepDesignGroup .fepGreenBack ul,
.fepDesignGroup .fepGreenBack input,
.fepDesignGroup .fepGreenBack .fepInfoBoxPan,
.fepDesignGroup .fepGreenBack .fepButtCust,
.fepDesignGroup .fepGreenBack.fepSepType1,
.fepDesignGroup .fepGreenBack.fepSepType0,
.fepDesignGroup .fepGreenBack .fepWebLink,
.fepDesignGroup .fepGreenBack .fepConLab,
.fepDesignGroup .fepGreenBack .fepInnerCell,
.fepDesignGroup .fepGreenBack .row,
.fepDesignGroup .fepGreenBack .fepPanCheckDesc,
.fepDesignGroup .fepGreenBack .btn-info,
.fepDesignGroup .fepGreenBack .jspVerticalBar,
.fepDesignGroup .fepGreenBack select,
.fepDesignGroup .fepRegGreenBack {
  background-color: #8bce65;
}
.fepDesignGroup .fepDesButton.fepGreenBack .fepButtCust {
  border: none!important;
  background-color: #8bce65;
}
.fepDesignGroup .fepGreenBack .fepButtCust:hover,
.fepGreenBack span:hover {
  background-color: #8bce65;
}
.fepDesignGroup .fepGreen.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #8bce65 !important;
}
.fepDesignGroup .fepGreen.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #8bce65 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepGreenHov .fepImageLink:hover,
.fepDesignGroup .fepGreenHov .fepImageLink:focus,
.fepDesignGroup .fepGreenHov .fepImageLink:active,
.fepDesignGroup .fepGreenHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepGreenHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepGreenHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepGreenHov .fepWebLink:hover,
.fepDesignGroup .fepGreenHov .fepWebLink:focus,
.fepDesignGroup .fepGreenHov .fepWebLink:active {
  background-color: transparent !important;
  color: #8bce65 !important;
}
.fepDesignGroup .fepGreenHov .fepButtCust:hover,
.fepDesignGroup .fepGreenHov .fepButtCust:focus,
.fepDesignGroup .fepGreenHov .fepButtCust:active {
  background-color: #8bce65 !important;
  color: #ffffff !important;
}
.fepDesignGroup .fepAqua,
.fepDesignGroup .fepAqua span,
.fepDesignGroup .fepAqua input,
.fepDesignGroup .fepAqua .fepWebLink {
  color: #4eb7cd !important;
}
.fepDesignGroup .fepAquaBord {
  border-color: #4eb7cd !important;
}
.fepDesignGroup .fepAquaBord .fepButtCust,
.fepDesignGroup .fepAquaBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepAquaBack span,
.fepDesignGroup .fepAquaBack a,
.fepDesignGroup .fepAquaBack ul,
.fepDesignGroup .fepAquaBack input,
.fepDesignGroup .fepAquaBack .fepInfoBoxPan,
.fepDesignGroup .fepAquaBack .fepButtCust,
.fepDesignGroup .fepAquaBack.fepSepType1,
.fepDesignGroup .fepAquaBack.fepSepType0,
.fepDesignGroup .fepAquaBack .fepWebLink,
.fepDesignGroup .fepAquaBack .fepConLab,
.fepDesignGroup .fepAquaBack .fepInnerCell,
.fepDesignGroup .fepAquaBack .row,
.fepDesignGroup .fepAquaBack .fepPanCheckDesc,
.fepDesignGroup .fepAquaBack .btn-info,
.fepDesignGroup .fepAquaBack .jspVerticalBar,
.fepDesignGroup .fepAquaBack select,
.fepDesignGroup .fepRegAquaBack {
  background-color: #4eb7cd;
}
.fepDesignGroup .fepDesButton.fepAquaBack .fepButtCust {
  border: none!important;
  background-color: #4eb7cd;
}
.fepDesignGroup .fepAquaBack .fepButtCust:hover,
.fepAquaBack span:hover {
  background-color: #4eb7cd;
}
.fepDesignGroup .fepAqua.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #4eb7cd !important;
}
.fepDesignGroup .fepAqua.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #4eb7cd 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepAquaHov .fepImageLink:hover,
.fepDesignGroup .fepAquaHov .fepImageLink:focus,
.fepDesignGroup .fepAquaHov .fepImageLink:active,
.fepDesignGroup .fepAquaHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepAquaHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepAquaHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepAquaHov .fepWebLink:hover,
.fepDesignGroup .fepAquaHov .fepWebLink:focus,
.fepDesignGroup .fepAquaHov .fepWebLink:active {
  background-color: transparent !important;
  color: #4eb7cd !important;
}
.fepDesignGroup .fepAquaHov .fepButtCust:hover,
.fepDesignGroup .fepAquaHov .fepButtCust:focus,
.fepDesignGroup .fepAquaHov .fepButtCust:active {
  background-color: #4eb7cd !important;
  color: #ffffff !important;
}
.fepDesignGroup .fepBlack,
.fepDesignGroup .fepBlack span,
.fepDesignGroup .fepBlack input,
.fepDesignGroup .fepBlack .fepWebLink {
  color: #000000 !important;
}
.fepDesignGroup .fepBlackBord {
  border-color: #000000 !important;
}
.fepDesignGroup .fepBlackBord .fepButtCust,
.fepDesignGroup .fepBlackBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepBlackBack span,
.fepDesignGroup .fepBlackBack a,
.fepDesignGroup .fepBlackBack ul,
.fepDesignGroup .fepBlackBack input,
.fepDesignGroup .fepBlackBack .fepInfoBoxPan,
.fepDesignGroup .fepBlackBack .fepButtCust,
.fepDesignGroup .fepBlackBack.fepSepType1,
.fepDesignGroup .fepBlackBack.fepSepType0,
.fepDesignGroup .fepBlackBack .fepWebLink,
.fepDesignGroup .fepBlackBack .fepConLab,
.fepDesignGroup .fepBlackBack .fepInnerCell,
.fepDesignGroup .fepBlackBack .row,
.fepDesignGroup .fepBlackBack .fepPanCheckDesc,
.fepDesignGroup .fepBlackBack .btn-info,
.fepDesignGroup .fepBlackBack .jspVerticalBar,
.fepDesignGroup .fepBlackBack select,
.fepDesignGroup .fepRegBlackBack {
  background-color: #000000;
}
.fepDesignGroup .fepDesButton.fepBlackBack .fepButtCust {
  border: none!important;
  background-color: #000000;
}
.fepDesignGroup .fepBlackBack .fepButtCust:hover,
.fepBlackBack span:hover {
  background-color: #000000;
}
.fepDesignGroup .fepBlack.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #000000 !important;
}
.fepDesignGroup .fepBlack.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepBlackHov .fepImageLink:hover,
.fepDesignGroup .fepBlackHov .fepImageLink:focus,
.fepDesignGroup .fepBlackHov .fepImageLink:active,
.fepDesignGroup .fepBlackHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepBlackHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepBlackHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepBlackHov .fepWebLink:hover,
.fepDesignGroup .fepBlackHov .fepWebLink:focus,
.fepDesignGroup .fepBlackHov .fepWebLink:active {
  background-color: transparent !important;
  color: #000000 !important;
}
.fepDesignGroup .fepBlackHov .fepButtCust:hover,
.fepDesignGroup .fepBlackHov .fepButtCust:focus,
.fepDesignGroup .fepBlackHov .fepButtCust:active {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.fepDesignGroup .fepGray,
.fepDesignGroup .fepGray span,
.fepDesignGroup .fepGray input,
.fepDesignGroup .fepGray .fepWebLink {
  color: #a3a3a3 !important;
}
.fepDesignGroup .fepGrayBord {
  border-color: #a3a3a3 !important;
}
.fepDesignGroup .fepGrayBord .fepButtCust,
.fepDesignGroup .fepGrayBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepGrayBack span,
.fepDesignGroup .fepGrayBack a,
.fepDesignGroup .fepGrayBack ul,
.fepDesignGroup .fepGrayBack input,
.fepDesignGroup .fepGrayBack .fepInfoBoxPan,
.fepDesignGroup .fepGrayBack .fepButtCust,
.fepDesignGroup .fepGrayBack.fepSepType1,
.fepDesignGroup .fepGrayBack.fepSepType0,
.fepDesignGroup .fepGrayBack .fepWebLink,
.fepDesignGroup .fepGrayBack .fepConLab,
.fepDesignGroup .fepGrayBack .fepInnerCell,
.fepDesignGroup .fepGrayBack .row,
.fepDesignGroup .fepGrayBack .fepPanCheckDesc,
.fepDesignGroup .fepGrayBack .btn-info,
.fepDesignGroup .fepGrayBack .jspVerticalBar,
.fepDesignGroup .fepGrayBack select,
.fepDesignGroup .fepRegGrayBack {
  background-color: #a3a3a3;
}
.fepDesignGroup .fepDesButton.fepGrayBack .fepButtCust {
  border: none!important;
  background-color: #a3a3a3;
}
.fepDesignGroup .fepGrayBack .fepButtCust:hover,
.fepGrayBack span:hover {
  background-color: #a3a3a3;
}
.fepDesignGroup .fepGray.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #a3a3a3 !important;
}
.fepDesignGroup .fepGray.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #a3a3a3 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepGrayHov .fepImageLink:hover,
.fepDesignGroup .fepGrayHov .fepImageLink:focus,
.fepDesignGroup .fepGrayHov .fepImageLink:active,
.fepDesignGroup .fepGrayHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepGrayHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepGrayHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepGrayHov .fepWebLink:hover,
.fepDesignGroup .fepGrayHov .fepWebLink:focus,
.fepDesignGroup .fepGrayHov .fepWebLink:active {
  background-color: transparent !important;
  color: #a3a3a3 !important;
}
.fepDesignGroup .fepGrayHov .fepButtCust:hover,
.fepDesignGroup .fepGrayHov .fepButtCust:focus,
.fepDesignGroup .fepGrayHov .fepButtCust:active {
  background-color: #a3a3a3 !important;
  color: #000000 !important;
}
.fepDesignGroup .fepLightGray,
.fepDesignGroup .fepLightGray span,
.fepDesignGroup .fepLightGray input,
.fepDesignGroup .fepLightGray .fepWebLink {
  color: #d6d6d6 !important;
}
.fepDesignGroup .fepLightGrayBord {
  border-color: #d6d6d6 !important;
}
.fepDesignGroup .fepLightGrayBord .fepButtCust,
.fepDesignGroup .fepLightGrayBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepLightGrayBack span,
.fepDesignGroup .fepLightGrayBack a,
.fepDesignGroup .fepLightGrayBack ul,
.fepDesignGroup .fepLightGrayBack input,
.fepDesignGroup .fepLightGrayBack .fepInfoBoxPan,
.fepDesignGroup .fepLightGrayBack .fepButtCust,
.fepDesignGroup .fepLightGrayBack.fepSepType1,
.fepDesignGroup .fepLightGrayBack.fepSepType0,
.fepDesignGroup .fepLightGrayBack .fepWebLink,
.fepDesignGroup .fepLightGrayBack .fepConLab,
.fepDesignGroup .fepLightGrayBack .fepInnerCell,
.fepDesignGroup .fepLightGrayBack .row,
.fepDesignGroup .fepLightGrayBack .fepPanCheckDesc,
.fepDesignGroup .fepLightGrayBack .btn-info,
.fepDesignGroup .fepLightGrayBack .jspVerticalBar,
.fepDesignGroup .fepLightGrayBack select,
.fepDesignGroup .fepRegLightGrayBack {
  background-color: #d6d6d6;
}
.fepDesignGroup .fepDesButton.fepLightGrayBack .fepButtCust {
  border: none!important;
  background-color: #d6d6d6;
}
.fepDesignGroup .fepLightGrayBack .fepButtCust:hover,
.fepLightGrayBack span:hover {
  background-color: #d6d6d6;
}
.fepDesignGroup .fepLightGray.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #d6d6d6 !important;
}
.fepDesignGroup .fepLightGray.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #d6d6d6 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepLightGrayHov .fepImageLink:hover,
.fepDesignGroup .fepLightGrayHov .fepImageLink:focus,
.fepDesignGroup .fepLightGrayHov .fepImageLink:active,
.fepDesignGroup .fepLightGrayHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepLightGrayHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepLightGrayHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepLightGrayHov .fepWebLink:hover,
.fepDesignGroup .fepLightGrayHov .fepWebLink:focus,
.fepDesignGroup .fepLightGrayHov .fepWebLink:active {
  background-color: transparent !important;
  color: #d6d6d6 !important;
}
.fepDesignGroup .fepLightGrayHov .fepButtCust:hover,
.fepDesignGroup .fepLightGrayHov .fepButtCust:focus,
.fepDesignGroup .fepLightGrayHov .fepButtCust:active {
  background-color: #d6d6d6 !important;
  color: #000000 !important;
}
.fepDesignGroup .fepSilver,
.fepDesignGroup .fepSilver span,
.fepDesignGroup .fepSilver input,
.fepDesignGroup .fepSilver .fepWebLink {
  color: #e6e6e6 !important;
}
.fepDesignGroup .fepSilverBord {
  border-color: #e6e6e6 !important;
}
.fepDesignGroup .fepSilverBord .fepButtCust,
.fepDesignGroup .fepSilverBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepSilverBack span,
.fepDesignGroup .fepSilverBack a,
.fepDesignGroup .fepSilverBack ul,
.fepDesignGroup .fepSilverBack input,
.fepDesignGroup .fepSilverBack .fepInfoBoxPan,
.fepDesignGroup .fepSilverBack .fepButtCust,
.fepDesignGroup .fepSilverBack.fepSepType1,
.fepDesignGroup .fepSilverBack.fepSepType0,
.fepDesignGroup .fepSilverBack .fepWebLink,
.fepDesignGroup .fepSilverBack .fepConLab,
.fepDesignGroup .fepSilverBack .fepInnerCell,
.fepDesignGroup .fepSilverBack .row,
.fepDesignGroup .fepSilverBack .fepPanCheckDesc,
.fepDesignGroup .fepSilverBack .btn-info,
.fepDesignGroup .fepSilverBack .jspVerticalBar,
.fepDesignGroup .fepSilverBack select,
.fepDesignGroup .fepRegSilverBack {
  background-color: #e6e6e6;
}
.fepDesignGroup .fepDesButton.fepSilverBack .fepButtCust {
  border: none!important;
  background-color: #e6e6e6;
}
.fepDesignGroup .fepSilverBack .fepButtCust:hover,
.fepSilverBack span:hover {
  background-color: #e6e6e6;
}
.fepDesignGroup .fepSilver.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #e6e6e6 !important;
}
.fepDesignGroup .fepSilver.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #e6e6e6 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepSilverHov .fepImageLink:hover,
.fepDesignGroup .fepSilverHov .fepImageLink:focus,
.fepDesignGroup .fepSilverHov .fepImageLink:active,
.fepDesignGroup .fepSilverHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepSilverHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepSilverHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepSilverHov .fepWebLink:hover,
.fepDesignGroup .fepSilverHov .fepWebLink:focus,
.fepDesignGroup .fepSilverHov .fepWebLink:active {
  background-color: transparent !important;
  color: #e6e6e6 !important;
}
.fepDesignGroup .fepSilverHov .fepButtCust:hover,
.fepDesignGroup .fepSilverHov .fepButtCust:focus,
.fepDesignGroup .fepSilverHov .fepButtCust:active {
  background-color: #e6e6e6 !important;
  color: #000000 !important;
}
.fepDesignGroup .fepLightSilver,
.fepDesignGroup .fepLightSilver span,
.fepDesignGroup .fepLightSilver input,
.fepDesignGroup .fepLightSilver .fepWebLink {
  color: #f2f2f2 !important;
}
.fepDesignGroup .fepLightSilverBord {
  border-color: #f2f2f2 !important;
}
.fepDesignGroup .fepLightSilverBord .fepButtCust,
.fepDesignGroup .fepLightSilverBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepLightSilverBack span,
.fepDesignGroup .fepLightSilverBack a,
.fepDesignGroup .fepLightSilverBack ul,
.fepDesignGroup .fepLightSilverBack input,
.fepDesignGroup .fepLightSilverBack .fepInfoBoxPan,
.fepDesignGroup .fepLightSilverBack .fepButtCust,
.fepDesignGroup .fepLightSilverBack.fepSepType1,
.fepDesignGroup .fepLightSilverBack.fepSepType0,
.fepDesignGroup .fepLightSilverBack .fepWebLink,
.fepDesignGroup .fepLightSilverBack .fepConLab,
.fepDesignGroup .fepLightSilverBack .fepInnerCell,
.fepDesignGroup .fepLightSilverBack .row,
.fepDesignGroup .fepLightSilverBack .fepPanCheckDesc,
.fepDesignGroup .fepLightSilverBack .btn-info,
.fepDesignGroup .fepLightSilverBack .jspVerticalBar,
.fepDesignGroup .fepLightSilverBack select,
.fepDesignGroup .fepRegLightSilverBack {
  background-color: #f2f2f2;
}
.fepDesignGroup .fepDesButton.fepLightSilverBack .fepButtCust {
  border: none!important;
  background-color: #f2f2f2;
}
.fepDesignGroup .fepLightSilverBack .fepButtCust:hover,
.fepLightSilverBack span:hover {
  background-color: #f2f2f2;
}
.fepDesignGroup .fepLightSilver.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #f2f2f2 !important;
}
.fepDesignGroup .fepLightSilver.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #f2f2f2 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepLightSilverHov .fepImageLink:hover,
.fepDesignGroup .fepLightSilverHov .fepImageLink:focus,
.fepDesignGroup .fepLightSilverHov .fepImageLink:active,
.fepDesignGroup .fepLightSilverHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepLightSilverHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepLightSilverHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepLightSilverHov .fepWebLink:hover,
.fepDesignGroup .fepLightSilverHov .fepWebLink:focus,
.fepDesignGroup .fepLightSilverHov .fepWebLink:active {
  background-color: transparent !important;
  color: #f2f2f2 !important;
}
.fepDesignGroup .fepLightSilverHov .fepButtCust:hover,
.fepDesignGroup .fepLightSilverHov .fepButtCust:focus,
.fepDesignGroup .fepLightSilverHov .fepButtCust:active {
  background-color: #f2f2f2 !important;
  color: #000000 !important;
}
.fepDesignGroup .fepSteelBlue,
.fepDesignGroup .fepSteelBlue span,
.fepDesignGroup .fepSteelBlue input,
.fepDesignGroup .fepSteelBlue .fepWebLink {
  color: #a3b6d1 !important;
}
.fepDesignGroup .fepSteelBlueBord {
  border-color: #a3b6d1 !important;
}
.fepDesignGroup .fepSteelBlueBord .fepButtCust,
.fepDesignGroup .fepSteelBlueBord .fepInfoBoxPan {
  border-style: solid!important;
}
.fepDesignGroup .fepSteelBlueBack span,
.fepDesignGroup .fepSteelBlueBack a,
.fepDesignGroup .fepSteelBlueBack ul,
.fepDesignGroup .fepSteelBlueBack input,
.fepDesignGroup .fepSteelBlueBack .fepInfoBoxPan,
.fepDesignGroup .fepSteelBlueBack .fepButtCust,
.fepDesignGroup .fepSteelBlueBack.fepSepType1,
.fepDesignGroup .fepSteelBlueBack.fepSepType0,
.fepDesignGroup .fepSteelBlueBack .fepWebLink,
.fepDesignGroup .fepSteelBlueBack .fepConLab,
.fepDesignGroup .fepSteelBlueBack .fepInnerCell,
.fepDesignGroup .fepSteelBlueBack .row,
.fepDesignGroup .fepSteelBlueBack .fepPanCheckDesc,
.fepDesignGroup .fepSteelBlueBack .btn-info,
.fepDesignGroup .fepSteelBlueBack .jspVerticalBar,
.fepDesignGroup .fepSteelBlueBack select,
.fepDesignGroup .fepRegSteelBlueBack {
  background-color: #a3b6d1;
}
.fepDesignGroup .fepDesButton.fepSteelBlueBack .fepButtCust {
  border: none!important;
  background-color: #a3b6d1;
}
.fepDesignGroup .fepSteelBlueBack .fepButtCust:hover,
.fepSteelBlueBack span:hover {
  background-color: #a3b6d1;
}
.fepDesignGroup .fepSteelBlue.fepSepType0 .fepemptySeparatorCell {
  border-bottom-color: #a3b6d1 !important;
}
.fepDesignGroup .fepSteelBlue.fepSepType1 .fepemptySeparatorCell {
  background-image: linear-gradient(to right, #a3b6d1 33%, rgba(255, 255, 255, 0) 0%);
}
.fepDesignGroup .fepSteelBlueHov .fepImageLink:hover,
.fepDesignGroup .fepSteelBlueHov .fepImageLink:focus,
.fepDesignGroup .fepSteelBlueHov .fepImageLink:active,
.fepDesignGroup .fepSteelBlueHov .fepImageLink:hover .fepWebLink,
.fepDesignGroup .fepSteelBlueHov .fepImageLink:focus .fepWebLink,
.fepDesignGroup .fepSteelBlueHov .fepImageLink:active .fepWebLink,
.fepDesignGroup .fepSteelBlueHov .fepWebLink:hover,
.fepDesignGroup .fepSteelBlueHov .fepWebLink:focus,
.fepDesignGroup .fepSteelBlueHov .fepWebLink:active {
  background-color: transparent !important;
  color: #a3b6d1 !important;
}
.fepDesignGroup .fepSteelBlueHov .fepButtCust:hover,
.fepDesignGroup .fepSteelBlueHov .fepButtCust:focus,
.fepDesignGroup .fepSteelBlueHov .fepButtCust:active {
  background-color: #a3b6d1 !important;
  color: #000000 !important;
}
.fepN1,
.fepN1 input,
.fepN1 input.fepButtCust,
.fepN1 span,
.fepN1 a,
.fepN1Lab span,
.fepN1Val .fepString,
.fepN1ComboVal .btn-info span,
.fepN1ComboVal .fepDropDownListNoPad span,
.fepRegN1 .fepSepPaneTitle {
  font-size: 36px !important;
  font-family: Ozone_WEB !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.fepN2,
.fepN2 input,
.fepN2 input.fepButtCust,
.fepN2 span,
.fepN2 a,
.fepN2Lab span,
.fepN2Val .fepString,
.fepN2ComboVal .btn-info span,
.fepN2ComboVal .fepDropDownListNoPad span,
.fepRegN2 .fepSepPaneTitle {
  font-size: 30px !important;
  font-family: Ozone_WEB !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.fepTit,
.fepTit input,
.fepTit input.fepButtCust,
.fepTit span,
.fepTit a,
.fepTitLab span,
.fepTitVal .fepString,
.fepTitComboVal .btn-info span,
.fepTitComboVal .fepDropDownListNoPad span,
.fepRegTit .fepSepPaneTitle {
  font-size: 24px !important;
  font-family: Ozone_WEB !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.fepMenu,
.fepMenu input,
.fepMenu input.fepButtCust,
.fepMenu span,
.fepMenu a,
.fepMenuLab span,
.fepMenuVal .fepString,
.fepMenuComboVal .btn-info span,
.fepMenuComboVal .fepDropDownListNoPad span,
.fepRegMenu .fepSepPaneTitle {
  font-size: 18px !important;
  font-family: Ozone_WEB !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.fepTr1,
.fepTr1 input,
.fepTr1 input.fepButtCust,
.fepTr1 span,
.fepTr1 a,
.fepTr1Lab span,
.fepTr1Val .fepString,
.fepTr1ComboVal .btn-info span,
.fepTr1ComboVal .fepDropDownListNoPad span,
.fepRegTr1 .fepSepPaneTitle {
  font-size: 14px !important;
  font-family: Ozone_WEB !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.fepTr2,
.fepTr2 input,
.fepTr2 input.fepButtCust,
.fepTr2 span,
.fepTr2 a,
.fepTr2Lab span,
.fepTr2Val .fepString,
.fepTr2ComboVal .btn-info span,
.fepTr2ComboVal .fepDropDownListNoPad span,
.fepRegTr2 .fepSepPaneTitle {
  font-size: 12px !important;
  font-family: Ozone_WEB !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.fepTr3,
.fepTr3 input,
.fepTr3 input.fepButtCust,
.fepTr3 span,
.fepTr3 a,
.fepTr3Lab span,
.fepTr3Val .fepString,
.fepTr3ComboVal .btn-info span,
.fepTr3ComboVal .fepDropDownListNoPad span,
.fepRegTr3 .fepSepPaneTitle {
  font-size: 10px !important;
  font-family: Ozone_WEB !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.fepInfoI,
.fepInfoI input,
.fepInfoI input.fepButtCust,
.fepInfoI span,
.fepInfoI a,
.fepInfoILab span,
.fepInfoIVal .fepString,
.fepInfoIComboVal .btn-info span,
.fepInfoIComboVal .fepDropDownListNoPad span,
.fepRegInfoI .fepSepPaneTitle {
  font-size: 14px !important;
  font-family: Ozone_WEB !important;
  font-weight: lighter !important;
  font-style: italic !important;
}
.fepIMGSize16 span,
.fepIMGSize16 label,
.fepIMGSize16 .fepImageLink .fepLinkImg span {
  font-size: 16px !important;
  line-height: 16px!important;
}
.fepIMGSize20 span,
.fepIMGSize20 label,
.fepIMGSize20 .fepImageLink .fepLinkImg span {
  font-size: 18px !important;
  line-height: 18px!important;
}
.fepIMGSize24 span,
.fepIMGSize24 label,
.fepIMGSize24 .fepImageLink .fepLinkImg span {
  font-size: 26px !important;
  line-height: 26px!important;
}
.fepIMGSize40 span,
.fepIMGSize40 label,
.fepIMGSize40 .fepImageLink .fepLinkImg span {
  font-size: 40px !important;
  line-height: 40px!important;
}
@media (max-width: 770px) {
  .fepIMGSizeTab16 span,
  .fepIMGSizeTab16 label,
  .fepIMGSizeTab16 .fepImageLink .fepLinkImg span {
    font-size: 16px !important;
    line-height: 16px!important;
  }
  .fepIMGSizeTab20 span,
  .fepIMGSizeTab20 label,
  .fepIMGSizeTab20 .fepImageLink .fepLinkImg span {
    font-size: 20px !important;
    line-height: 20px!important;
  }
  .fepIMGSizeTab24 span,
  .fepIMGSizeTab24 label,
  .fepIMGSizeTab24 .fepImageLink .fepLinkImg span {
    font-size: 26px !important;
    line-height: 26px!important;
  }
  .fepIMGSizeTab40 span,
  .fepIMGSizeTab40 label,
  .fepIMGSizeTab40 .fepImageLink .fepLinkImg span {
    font-size: 40px !important;
    line-height: 40px!important;
  }
}
