@media (min-width: 601px) {
    .container {
        width: 550px;
    }
}
@media (min-width: 806px) {
  .container {
    width: 710px;
  }
}
@media (min-width: 850px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1065px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1265px) {
  .container {
    width: 1170px;
  }
}

a {
    color: #b60011;
    text-decoration: underlne;
    font-size: 18px;
}
a:hover,
a:active {
    color: #1d1d1b;
    text-decoration: underlne;
}
a:visited {
    color: #1d1d1b;
}
a:focus {
    background: #095aa2 !important;
    color: #fff !important;
}
a:active {
    background: #095aa2 !important;
    color: #fff !important;
}
a.black {
  color: #1D1D1B;
  font-size: 18px;
  font-weidht: 400;
  line-height: 24px;
}
a.black:hover {
  color: #b60011;
}

.text-center {
    text-align: center;
}
.text-nowrap {
	white-space: nowrap;
}

.buttonCreateAccount {
    display: inline-block;
    margin-bottom: 12px;
}

h1 {
    color: #1d1d1b;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin: 10px 0 35px;
}

h2 {
    color: #1d1d1b;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    margin: 5px 0 20px;
}

.h2-lg {
	font-size: 32px;
	line-height: 38px;
}

h3 {
    color: #1d1d1b;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 10px;
}

.h3-font-size {
    font-size: 18px;
}

h4 {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 700;
	line-height: 24px;
}

.container p {
	color: #1d1d1b;
	font-size: 18px;
	line-height: 22px;
    margin: 0 0 24px;
}

.container i {
    color: #1d1d1b;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 24px;
}

.clearfix {
	clear: both;
}

.help-text {
	/*color: #888;*/
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
}

#header {
	margin-bottom: 50px;
}

.collapse {
    cursor: pointer;
    display: block;
    font-size: 28px;
    line-height: 34px;
    margin: 5px 0 30px;
    position: relative;
}
.collapse .help-text {
    margin-left: 20px;
}
.open .help-text {
    display: none;
}
.collapse-level-2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
}
.collapse .arrow {
    border-bottom: 9px solid transparent;
    border-left: 14px solid #363636;
    border-top: 9px solid transparent;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.collapse.open .arrow {
    border-bottom: none;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #363636;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

/* PrettyMenu */
div.PrettyMenu, .toogleMenuButton {
    display: none !important;
}

.user_actions_wrap {
    z-index: 6;
}

/*description*/
.desc {
    color: #222;
    margin: 10px 0 30px;
    min-height: 18px;
}

/*form style*/
label {
    color: #151515;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
}
.view-state label {
    color: #1d1d1b;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}
label.error {
    color: red;
}
.forceWrap .control_content {
    word-wrap: break-word;
}
.boldFieldSetItem {
    text-align: left;
}
.boldFieldSetItem label {
    font-size: 24px !important;
}
.boldFieldSetItem .control_content {
    font-size: 24px !important;
    font-weight: bold;
}
.field-set-resp {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 2%;
    vertical-align: top;
    width: 49%;
}
.field-set-resp:nth-last-of-type(2n+1) {
    margin-right: 0;
}
.field-set-resp label.required:after {
    color: #e72b2d;
    content: "*";
    margin-left: 5px;
}
.field-set-resp label.error.required:after {
    content: "";
}
.field-set-resp [class*="col"] > label {
    display: block;
}
.field-set-resp [class*="col"] .control_content {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
    position: relative;
    vertical-align: middle;
    word-break: keep-all;
    width: 85%;
}
.field-set-resp [class*="col"]:last-child .control_content {
    margin-bottom: 0;
}

.field-set-resp.field-set-resp-narrow {
    margin-right: 2%;
    width: 23.5%;
}
.field-set-resp.field-set-resp-narrow:nth-of-type(4n) {
    margin-right: 0;
}
.field-set-resp.resp-label {
    display:block;
}

.field-set-resp-wide {
    margin-right: 0;
    width: 100%;
}

.field-set-resp-wide-991 .col-12 .control_content {
    width: 100%;
}

.field-set-resp-75 
{
    width: 95%;
}

/* field-set-resp-or */
.field-set-resp-or {
	margin-right: 7.4%;
	position: relative;
	width: 46%;
}
.field-set-resp-or + .field-set-resp {
	margin-right: 0;
	width: 46%;
}
.field-set-resp-or:after {
	border-right: 1px solid #ccc;
	bottom: 2px;
	content: '';
	position: absolute;
	right: -9.6%;
	top: 0;
}
.field-set-resp-or:before {
	background-color: #fff;
	color: #ccc;
	content: 'or';
	font-size: 18px;
	padding: 5px 0 10px;
    position: absolute;
    right: -11%;
    top: 20%;
    z-index: 1;
}

/* aligned-to-top */
.field-set-resp .aligned-to-top {
    margin-bottom: 20px;
    margin-top: -15px;
    position: relative;
}
.field-set-resp .aligned-to-top > label {
    font-weight: normal;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}
.field-set-resp .aligned-to-top .control_content {
    position: absolute;
    left: 15px;
    top: 3px;
}
.field-set-resp .aligned-to-top .control_content .checkbox {
    accent-color: #000;
    transform: scale(1.75);
}

.field-set-resp .radio {
    margin-bottom: 20px;
    margin-top: 0;
    -webkit-margin-before: 1px;
}
.field-set-resp .radio:last-child {
    margin-bottom: 0;
}

.field-set-resp .rb-list.radio_2col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.field-set-resp .radio label {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #363636;
    cursor: pointer;
    display: inline-block;
    padding: 10px 25px 10px 40px;
    position: relative;
}
.field-set-resp .radio input[type="radio"] {
    accent-color: #000;
    transform: scale(1.75);
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
}

.section-resp {
    clear: both;
}
.section-resp .hp {
    border-bottom: none;
    background: transparent;
    padding: 0;
}
.section-resp .hp h3 {
    display: inline-block;
}

/* form-control */
.form-control {
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #363636;
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 0 0;
    min-height: 40px;
    outline: none;
    padding: 9px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.focus,
textarea.focus,
.PopupButtonExp,
.PopupButtonExpLI {
    background-color: transparent !important;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
input.error,
textarea.error,
.popup .error, 
.popup-li .error {
    background-color: transparent !important;
    border-color: red;
}
input.error.focus,
textarea.error.focus {
    box-shadow: 0 0 0 0.2rem #f6baba;
}
input.d,
textarea.d,
input.btn-d {
    background-color: #fff;
    border: 1px solid #f3f3f3;
}

/* buttons style */
.btn {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #585958;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 25px 20px 0;
    min-width: 170px;
    outline: none;
    padding: 7px 10px 8px;
    text-align: center;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    border-bottom: none;
    padding-top: 9px;
    padding-bottom: 9px;
}
.btn:last-child {
    margin-right: 0;
}
.btn-default {
    background-color: #969696;
}
.btn-default:hover {
    background-color: #6B6A69;
}
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #095aa2;
}
.btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active {
  background-color: #e6e6e6;
}

.btn-success {
	background-color: #28b351;
}
.btn-success:hover {
    background-color: #1b953f;
}
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    background-color: #095aa2;
}
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active {
  background-color: #a5e4b8;
}

.btn-secondary {
    background: #0048af;
    background-color: #0048af;
}

    .btn-secondary:hover {
        background: #003581;
        border-color: #545b62;
    }

    .btn-secondary:focus,
    .btn-secondary.active {
        background: #095aa2;
    }

    .btn-secondary:focus {
        box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 50%);
    }

    .btn-secondary[disabled],
    .btn-secondary[disabled]:hover,
    .btn-secondary[disabled]:focus,
    .btn-secondary[disabled]:active {
        background-color: #5d89c9;
        border: none;
        cursor: not-allowed;
    }

.btn-center {
    display: block;
    margin: auto !important;
}

.btn-label {
    display: block;
    margin: auto !important;
    min-width: 120px;
}

/*btn-help*/
.helpbutton {
    display: inline-block;
    margin-bottom: 22px;
    position: relative;
    vertical-align: middle;
    width: 14% !important;
}
.helpbutton a {
    background: url("../Images/help-bg.png") no-repeat 5px center;
    border: 0;
    height: 0;
    display: block;
    margin-left: 5px;
    margin-top: 2px;
    outline: none;
    overflow: hidden;
    padding-top: 30px;
    vertical-align: middle;
    width: 30px;
}
.helpbutton.active a, .helpbutton a:active, .helpbutton a:focus {
    background: url("../Images/help-bg.png") no-repeat -75px center !important;
}
.field-set-resp-wide-991 .col-12 .control_content + .helpbutton {
    width: 7% !important;
}
.field-set-resp [class*="col"]:last-child .control_content + .helpbutton {
    margin-bottom: 0;
}

/*help below input instead of helpbutton*/
.help {
    display: block;
    margin-bottom: 22px;
    margin-top: -15px;
    color: #7D7D7D;
    font-size: 16px;
    line-height: normal;
}
.field-set-resp [class*="col"]:last-child .control_content + .help {
    margin-top: 5px;
    /*margin-bottom: 0px;*/
}
.field-set-resp-wide-991 .col-12 .control_content + .help {
    /*margin-top: 5px;*/
}

/* task-panel-resp */
.task-panel-resp {
    clear: both;
}

/* news_list */
.news_list {
    margin-top: 30px;
    margin-bottom: 30px;
}
.news_item {
    margin-bottom: 22px;
}
.news_title {
    color: #b60011;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 3px;
}
.news_date {
    color: #b1b1b1;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}
.news_desc {
    line-height: 24px;
}

/*indication-steps*/
.indication-steps-wrap {
    margin: 40px 0 15px;
    overflow: hidden;
}
.indication-steps-wrap + h2,
h1 + h2 {
	font-size: 32px;
	line-height: 38px;
}
.indication-steps {
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: justify;
}
.indication-steps:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.indication-steps > span {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.indication-steps .active_or_passed {
    position: relative;
    z-index: 4;
}
.indication-steps .active_or_passed + .active_or_passed {
    z-index: 3;
}
.indication-steps .active_or_passed + .active_or_passed + .active_or_passed {
    z-index: 2;
}
.indication-steps .active_or_passed + .active_or_passed + .active_or_passed + .active_or_passed {
    z-index: 1;
}
.indication-steps .active_or_passed + .active_or_passed + .active_or_passed + .active_or_passed .circle:before {
    border-bottom: 1px solid #b60011;
    content: "";
    left: 38px;
    position: absolute;
    top: 13px;
    width: 1000px;
    z-index: 1;
}
.indication-steps > span .circle {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 0 9px #fff;
    display: inline-block;
    height: 30px;
    line-height: 29px;
    margin-top: -15px;
    position: relative;
    width: 30px;
}
.indication-steps > span.active_or_passed span {
    background-color: #b60011;
    border-color: #b60011;
    color: #fff;
}
.indication-steps > span .circle + span {
     background-color: transparent;
     color: #363636;
     display: block;
     margin-top: 10px;
     min-width: 180px;
}
.indication-steps > span.active_or_passed .circle:after {
    border-bottom: 1px solid #b60011;
    content: "";
    position: absolute;
    right: 38px;
    top: 13px;
    width: 1000px;
    z-index: 1;
}

/*breaker_line*/
.breaker_line {
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
}

/*bg-danger*/
.bg-danger,
.red-info,
.main-error {
    color: red;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal !important;
    margin-bottom: 15px;
}
.main-error {
    color: red !important;
    font-weight: normal !important;
    margin-bottom: 25px;
}

.normal {
    color: #1d1d1b !important;
}

/*error field*/
.field-set-resp .e-e {
    display: none;
    margin-top: 1px;
}
.field-set-resp .e-i {
    background-position: -4px center;
}
.field-set-resp .e-m {
    padding: 1px 5px;
}



.container .main-section {
    margin: 0;
}

/* sc-button */
.field-set-resp .sc-button {
    background: url("../Images/select_arrows.png") no-repeat center 16px;
    border: 0;
    border-left: 1px solid #ccc !important;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    height: 38px;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 4px;
    width: 39px !important;
}
.field-set-resp .sc-button.focus {
    background-color: #cdcdcd !important;
    background-position: center -27px;
    box-shadow: 0 0;
}
.field-set-resp .form-control.with-btn {
    padding-right: 40px;
}

.field-set-resp .cl-button {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 3px 3px 0;
    box-shadow: none !important;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 1px;
}
.field-set-resp .btn-d {
    cursor: not-allowed;
}

/* fp-button */
.field-set-resp .fp-button {
    background: url("../Images/search_icon.png") no-repeat center 12px;
    border: 0;
    border-left: 1px solid #ccc !important;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    height: 38px;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 4px;
    width: 39px !important;
}
.field-set-resp .fp-button.focus {
    background-color: #cdcdcd !important;
    box-shadow: 0 0;
}

/* form-control */
.field-set-resp .form-control {
    width: 100% !important;
}

/* with-btn */
.field-set-resp .with-btn {
    border-right-width: 1px !important;
}

/* ajax calendar */
.field-set-resp .ajax__calendar_prev,
.field-set-resp .ajax__calendar_next  {
    margin-top: 4px;
}
.field-set-resp .ajax__calendar_container {
    font-size: 16px;
    line-height: 20px;
}
.field-set-resp .ajax__calendar_container table {
    font-size: 14px;
    line-height: 17px;
}
.field-set-resp .ajax__calendar_day {
    height: 22px;
    width: 23px;
}

.dl-title {
    padding-right: 10px;
}

.wrap_site_popup .task-panel-resp .btn,
.ModalPopup .task-panel-resp .btn {
    padding: 5px;
    min-width: 100px;
}
.wrap_site_popup .task-panel-resp .btn-secondary,
.ModalPopup .task-panel-resp .btn-scondary {
    padding: 7px 10px 8px;
    min-width: 140px;
}
.wrap_site_popup h1 {
    font-size: 28px;
    line-height: 34px;
}
/*.wrap_site_popup .field-set-resp {
	float: left;
	width: 65%;
}*/
.wrap_site_popup .field-set-resp .col-9 {
	width: 100%;
}
.wrap_site_popup .field-set-resp + .btn {
	float: right;
	margin-top: 3px;
}

.col-75 {
    width: 100%;
}

/* popup */
.container .fp-visible {
    border-color: #cdcdcd;
    border-radius: 2px;
    box-shadow: 3px 3px 5px #f1f1f1;
}
.container .fp-visible.popupFixed {
    box-shadow: 0 0 10px #444;
    position: fixed;
    }
.container .fp-title {
    background: none repeat scroll 0 0 transparent;
    color: #333;
    font-size: 16px;
    height: auto;
    padding: 15px 20px 10px;
    position: relative;
    z-index: 1;
}
.container .fp-panel-closebutton {
    background: url("../Images/close-btn.png") no-repeat center center;
    border: 0px; /* required for Cancel button in Modal popup */
    height: 0;
    outline: none;
    overflow: hidden;
    padding-top: 24px;
    width: 24px;
}
.container .fp-iframe-container {
    padding: 0 20px;
}

/* sc-list */
.container .sc-list {
    border-color: #cdcdcd;
    border-radius: 2px;
    box-shadow: 3px 3px 5px #f1f1f1;
    left: 0 !important;
    margin: -1px 0 0;
    top: 100% !important;
}
.container .sc-list::-webkit-scrollbar {  
    width: 11px;  
}  
.container .sc-list::-webkit-scrollbar-track {  
    background-color: #fff;
}  
.container .sc-list::-webkit-scrollbar-thumb {  
    background-color: #cdcdcd;
    border-radius: 5px;  
    border: 3px solid #fff;
}  
.container .sc-list::-webkit-scrollbar-thumb:hover {  
    background-color: #bab9b9;  
}  
.container .sc-list-item {
    background: transparent !important;
    color: #333 !important;
    padding: 1px 5px;
}
.container .sc-list-item:hover,
.container .sc-list-item.active {
    background: #f2f2f2 !important;
}
.container .sc-list-item .key {
    background: transparent !important;
    border: 0;
    color: #69a8f4;
    padding: 2px 10px 2px 0;
    vertical-align: middle;
}

/* modal-popup mask */
body .modal-popup-back,
body .light-modal-popup-back {
    background-color: #000 !important;
    opacity: 0.6;
}

/* asn-modal-popup-form */
.wrap_site .asn-modal-popup-dialog,
.wrap_site_popup .asn-modal-popup-dialog {
    background-color: #fff;
    border: 1px solid #888;
    color: #363636;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 20px 25px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap_site_popup .asn-modal-popup-dialog {
    margin-top: -65px;
    top: 50% !important;
}
.wrap_site .asn-modal-popup-form-background,
.wrap_site_popup .asn-modal-popup-form-background {
    background-color: #000 !important;
    opacity: 0.6;
}
.wrap_site .asn-modal-popup-cancel-btn,
.wrap_site_popup .asn-modal-popup-cancel-btn {
    display: block;
    margin: 23px auto 0;
}

/* center_popup */
.center_popup .fp-visible {
    box-shadow: 0 0;
    left: 50% !important;
    margin-left: -200px;
    margin-top: -50px;
    position: fixed;
    top: 40% !important;
}
/*.center_popup .fp-iframe-container iframe {
    margin-top: -40px;
}
*/
/* popup-frame */
.popup-frame table.col-12 {
    margin-bottom: 20px;
}
.popup-frame table.col-12 tr,
.popup-frame table.col-12 td {
    display: block;
}
.popup-frame table.col-12 .dl-title {
    color: #151515;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
}
.popup-frame table.col-12 .dl-title + td {
    position: relative;
}
.popup-frame table.col-12 .dl-title + td .ec {
    background-color: #fff;
    left: 0;
    right: 0;
    top: -25px;
}
.popup-frame table.col-12 .dl-title + td .e-i {
    position: static;
}
.popup-frame table.col-12 .dl-title + td .e-m {
    background-color: #fff;
    border: 0;
    font-weight: normal;
    padding: 2px 5px;
    width: auto;
}
.popup-frame table.col-12 .dl-title + td .e-e .e-m {
    display: block !important;
}

/* server-error-popup */
.server-error-popup .err-msg {
    font-size: 14px !important;
    line-height: 22px;
}
.server-error-popup input.btn-ok {
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-left: 8px;
    margin-right: 8px;
    min-width: 80px;
    padding: 7px 10px 9px !important;
}

/* server-error-popup */
body .server-error-popup {
    background-color: #fff;
    border: 1px solid #888;
    color: #363636;
    font-size: 16px;
    font-weight: normal;
    padding: 25px 20px 18px;
}
body .server-error-popup .err-msg {
    margin-bottom: 25px;
}
body .server-error-popup-back {
    background-color: #000 !important;
    opacity: 0.6;
}

/* ModalPopup */
body .ModalPopup {
    background-color: #fff;
    border: 1px solid #888;
    padding: 25px 20px 18px;
}
body .ModalPopup .task-panel-resp {
    margin-top: 20px;
}

body .ModalPopup h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}

/*  */
.dropdown-toggle {
    margin-bottom: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu li .btn {
    background-color: transparent;
    color: #000;
    margin: 0;
    text-align: left;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .field-set-resp.field-set-resp-narrow {
        margin-right: 4%;
        width: 48%;
    }
    .field-set-resp.field-set-resp-narrow:nth-of-type(2n) {
        margin-right: 0;
    }
    .field-set-resp.field-set-resp-wide-991 {
        margin-right: 0;
        width: 100%;
    }
    .form-control {
        font-size: 16px;
    }
    #header {
	    margin-bottom: 20px;
    }
    .news_list {
        margin-bottom: 10px;
    }
    .maintenance_banner {
        margin-bottom: 10px;
    }
    .indication-steps-wrap {
        margin: 0 0 10px;
        overflow: hidden;
    }
    .container p {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .indication-steps > span .circle + span {
        min-width: auto;
        width: 120px;
    }
}
@media (max-width: 600px) {
    .indication-steps > span .circle + span {
        width: 100px;
    }
    .collapse {
        padding-right: 30px;
    }
    .collapse .arrow {
        /*position: absolute;
        right: 0;*/
        top: 8px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 10px 0 20px;
    }

    .indication-steps-wrap + h2,
    h1 + h2,
    .h2-lg {
        font-size: 24px;
        line-height: 30px;
        margin: 5px 0 10px;
    }
    h2 {
        font-size: 22px;
        line-height: 28px;
        margin: 5px 0 10px;
    }
    .col-75 {
        width: 100%;
    }
    .field-set-resp-or {
	    margin-right: 0;
	    padding-bottom: 25px;
    	width: 100%;
    }
	.field-set-resp-or + .field-set-resp {
		float: none;
		width: 100%;
	}
	.field-set-resp-or:after {
		border-bottom: 1px solid #ccc;
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
	}
	.field-set-resp-or:before {
		bottom: 0;
		margin-bottom: -5px;
		padding: 0 10px;
		right: 48%;
		top: auto;
	}
	.field-set-resp [class*="col"] .control_content {
        width: 100%;
    }
    .text-nowrap {
	    white-space: normal;
    }
}

@media (max-width: 560px) {
    .field-set-resp.field-set-resp-narrow,
    .field-set-resp {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    #header .container {
    	padding-left: 0;
    	padding-right: 0;
    }
    .field-set-resp .rb-list.radio_2col {
		-webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
	}
	.field-set-resp .col-6 {
		width: 100%;
	}
	[class*="col"] .sc-list {
        width: 100% !important;
    }
    .desc {
        min-height: 0;
    }
    .field-set-resp-empty_title {
        margin-top: -20px;
    }
    .field-set-resp-wide-991 .col-12 .control_content {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .server-error-popup, .asn-modal-popup-dialog {
        width: 100%!important;
        left: 0!important;
    }
    .asn-modal-popup-dialog {
        font-size: small!important;
    }
    .col-9 {
		width: 100%;
	}
	.news_item {
        margin-bottom: 15px;
    }
}

@media (max-width: 460px) {
    .logo {
        font-size: 30px;
        padding-right: 5px;
    }
    .user_actions {
        padding-left: 0;
    }
    .user_actions li {
        display: block;
        font-size: 13px;
        padding: 0;
        text-align: right;
    }
    .user_actions li a {
        padding: 0;
        font-size: 13px;
    }
}

@media (max-width: 450px) {
    .indication-steps > span .circle + span {
        font-size: 11px;
        line-height: 1.5;
        width: 80px;
    }
    .fp-visible {
        width: 340px!important;
    }
    .center_popup .fp-visible {
        margin-left: -170px;
    }
}

@media (max-width: 380px) {
    .indication-steps > span .circle + span {
        font-size: 10px;
        line-height: 1.3;
        width: 70px;
    }
    .a-r-s-container .scripts-init-status,
    .a-r-s-container .async-request-status {
        padding: 15px 10px 16px;
    }
}

@media (max-width: 360px) {
    .indication-steps > span .circle + span {
        width: 68px;
    }
    .fp-visible {
        width: 300px!important;
    }
    .center_popup .fp-visible {
        margin-left: -150px;
    }
}

@media (max-height: 400px) {
    .center_popup .fp-visible {
        margin-top: 0;
        top: 10px !important;
    }
}

/* hide print section on mobile devices */
@media (max-width: 799px) {
    .print-button {
        display: none;
    }
}

@media (max-width: 600px) {
    .container .fp-visible.popupFixed {
        bottom: 2% !important;
        height: 96% !important;
        left: 2% !important;
        right: 2% !important;
        top: 2% !important;
        width: 96% !important;
    }
    .container .fp-visible.popupFixed .fp-iframe-container {
        height: 100% !important;
    }
    .collapse .help-text {
		display: none;
	}
}
@media (max-height: 600px) {
    .container .fp-visible.popupFixed {
        bottom: 2% !important;
        height: 96% !important;
        left: 2% !important;
        right: 2% !important;
        top: 2% !important;
        width: 96% !important;
    }
    .container .fp-visible.popupFixed .fp-iframe-container {
        height: 100% !important;
    }
}
.visibleOnPhone {
	display: none;
}
@media (max-width: 560px) {
    .visibleOnPhone {
		display: block;
	}
	.hideOnPhone {
		display: none;
	}
}
.visibleOnTablet {
	display: none;
}
@media (min-width: 561px) and (max-width: 991px) {
    .visibleOnTablet {
		display: block;
	}
	.hideOnTablet {
		display: none;
	}
}
.visibleOnDesktop {
	display: none;
}
@media (min-width: 992px) {
    .visibleOnDesktop {
		display: block;
	}
	.hideOnDesktop {
		display: none;
	}
}

.hide {
    display: none;
}

.collapse-item-level-1 h3 {
    margin: 5px 0 30px;
}

.custom-file-upload {
    display: block;
    width: fit-content;
    padding: 10px 0;
}