﻿.rwz-step-title {
    padding: 0 1em 1em 1em;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    color: #254082;
}

.osgo-title {
    padding: 1em 1em 1em 1em;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    color: #254082;
}

.rwz-step-panel {
    margin-bottom: 1em;
    padding: 0 1em 0.5em 1em;
    width: 100%;
    border-left: 4px solid #e3eaff;
}

legend,
.legend {
    color: #254082;
    font-size: 11pt;
    font-weight: bold;
    border: none;
    margin-bottom: -4px;
}

.ntfTopRow,
.ntfBotRow {
    color: #254082;
    text-align: center !important;
    font-size: 9pt !important;
}

.ntfMidRow {
    color: #254082;
    text-align: left !important;
    font-size: 9pt !important;
}

.note {
    margin-top: 1em;
}

.note-2 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.note-lbl {
    font-size: 10pt;
    font-style: italic;
}

.pnl-content {
    margin-top: 1em;
    padding: 0 1em 0 1em;
}

.pnl-content-big {
    margin-top: 1em;
}

.pnl-content-title {
    text-align: center !important;
}



.field {
    margin-bottom: 8px;
    padding: 0.1em 0.5em 0 0.5em;
    height: 24px;
    font-size: 10pt;
    font-weight: bold !important;
    background-color: transparent;
}

.fieldHalfScreen {
    min-width: 488px;
    max-width: 488px;
}

.fieldLast,
.fieldLastDate {
    margin-bottom: 0;
}

.field-inline,
.field-rtp {
    display: inline;
}

.inline-fields,
.inline-fields-osgo {
    margin-top: 1px;
}


.rtd-fields-osgo {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

    .rtd-fields-osgo .rtd-label-osgo{
        margin-right: 10px;
        flex: 1 0 0;
    }

.rtd-refresh-osgo {
    display: flex;
    flex: 100 0 0;
}

    .rtd-refresh-osgo .rtd-osgo {
        width: 100%;
    }

    .rtd-refresh-osgo .rtd-refresh-osgo-btn {
        margin-left: 10px;
    }

.rtd-refresh-osgo-btn {
    font-size: 16px;
    align-self: center;
}

    .rtd-refresh-osgo-btn > *:first-child {
        text-align: left;
        color: #6e93d0;
    }


.inline-fields-date {
    margin-top: 1px;
}

.fieldDescription,
.fieldDescriptionDate,
.fieldDescriptionDL,
.fieldDescriptionOSGO {
    color: #254082;
    font-size: 9pt;
    font-weight: 100;
}


.fieldDescriptionAbove {
    margin-bottom: -8px;
    color: #254082;
    font-size: 9pt;
    font-weight: 100;

}

.validator {
    margin-bottom: -8px;
    color: red;
    font-size: 9pt;
    font-weight: bold;
}

.fieldsGroupDescription {
    padding: 0 0 0 1em;
    color: #254082;
    font-size: 9pt;
    font-weight: bold;
}

.loadData {
    padding: 0.75em 0 0 2em;
}

.btn-loadData {
    padding: 0 1em 0 1em;
    height: 24px;
    font-weight: bold;
}

.radPageView {
    padding-top: 8px;
}

.warning-lbl {
    color: #bf0000;
    font-size: 10pt;
    font-style: italic;
}

.warning-img {
    width: 24px;
    margin-top: 4px;
}

.mrg-bot-1 {
    margin-bottom: 1em;
}

.mrg-bot-8px {
    margin-bottom: 8px;
}

.rddl-mrg-bot {
    margin-bottom: 8px;
}

.rdp-block {
    display: block;
}

.mltb-step2 {
    max-width: 100%;
    min-width: 100%;
    min-height: 76px !important;
}

.mltb-step5 {
    max-width: 100%;
    min-width: 100%;
    min-height: 96px;
}

.mltb-step7 {
    max-width: 100%;
    min-width: 100%;
    min-height: 64px;
}

.step9-font {
    font-size: 9pt;
}

.bold {
    font-weight: bold !important;
}

.step9-btns {
    margin-top: 1em;
}

.pointer {
    cursor: pointer;
}

.step9-row {
    border-top: 2px solid #e3eaff;
    margin-bottom: 1em !important;
}

.op {
    opacity: 0.5 !important;
}

.op:hover,
.op:focus,
.close-img:hover,
.close-img:focus {
    opacity: 1 !important;
}


/* ---------------------------------------- UCBNStatementImages ---------------------------------------- */
.stFile-img__block {
    border: 2px solid #e7effe;
    margin: 5px;
    position: relative;
}

.stFile-img__block--remove,
.stFile-img__block--remove:active,
.stFile-img__block--remove:visited,
.stFile-img__block--remove:link,
.stFile-img__block--remove:focus {
    position: absolute;
    top: -4px;
    right: -4px;
    display: block;
    text-decoration: none;
    z-index: 100;
}

.stFile-img {
    width: 110px;
    height: 140px;
    object-fit: cover;
}

.file-panel .flex {
    display: flex;
}

.file-panel .flex-row {
    flex-direction: row;
}

.file-panel .flex-col {
    flex-direction: column;
}

.file-panel .flex-center {
    justify-content: center;
}

.file-panel .flex-space-between {
    justify-content: space-between;
}

.file-panel .flex-left {
    justify-content: flex-start;
}

.file-panel .flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* -------------------------------------------------------------------------------- */


.border-bot-osgo-title {
    border-bottom: 2px solid #e3eaff;
    padding: 4px 4px 4px 4px;
    margin-bottom: 1em;
    text-align: center;
}

.border-bot-osgo {
    border-bottom: 2px solid #e3eaff;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.div-drivers {
    text-align: center;
    vertical-align: middle;
    padding-top: 126px;
}

.div-ins-comp {
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
}

.div-policy {
    text-align: center;
    vertical-align: middle;
    /*padding-top: 40px;*/
}

.div-period {
    text-align: center;
    vertical-align: middle;
    padding-top: 12px;
}

.div-ts {
    text-align: center;
    vertical-align: middle;
    padding-top: 64px;
}

.pnl2-sub-title {
    margin: 8px 0 2px 0 !important;
    padding: 0 0 2px 0 !important;
}

.osgo-files {
    border-top: 2px solid #e3eaff;
    margin-bottom: 1em;
}

.osgo-buttons {
    padding: 1em 0 0 2em;
}

caption {
    padding-top: 4px;
}

.btn-primary {
    padding: 0 1em 0 1em !important;
}

.error-txt {
    font-size: 8pt;
    color: red;
}

.error-pnl {
    margin-left: 10px;
}

.pnl-chbxs {
    padding-left: 2em;
    margin-bottom: 8px;
}

@media screen and (max-width: 1199px) {
    .fieldPolicySeria,
    .fieldDriverLicenseSeria {
        width: 70px !important;
    }

    .fieldPolicySeriaOSGO {
        width: 45px !important;
    }

    .fieldPolicyNumber,
    .fieldDriverLicenseNumber {
        width: 240px !important;
    }

    .fieldPolicyNumberOSGO {
        width: 134px !important;
    }

    .fieldPolicyNumberOSGOVal {
        width: 117.1px !important;
    }

    .fieldHalfScreen {
        width: 388px !important;
        min-width: 388px !important;
        max-width: 388px !important;
    }

    .false-promise-gosNr,
    .false-promise-mltbs5 {
        margin-bottom: 8px !important;
    }

    .mltb-step5 {
        min-height: 64px;
    }

    .div-drivers {
        padding-top: 116px;
    }

    /*.div-policy {
        padding-top: 34.5px;
    }*/
}

@media screen and (max-width: 991px) {
    .inline-fields {
        padding-bottom: 18px;
    }

    .fieldPolicySeria {
        width: 120px !important;
    }

    .fieldDriverLicenseSeria,
    .fieldDriverLicenseNumber {
        width: 100% !important;
    }

    .fieldPolicyNumber {
        width: 389.5px !important;
    }

    .fieldPolicySeriaOSGO {
        width: 60px !important;
    }

    .fieldPolicyNumberOSGO {
        width: 469.93px !important;
    }

    .fieldPolicyNumberOSGOVal {
        width: 452.81px !important;
    }

    .fieldHalfScreen {
        width: 586px !important;
        min-width: 586px !important;
        max-width: 586px !important;
    }

    .false-promise {
        margin-bottom: 8px !important;
    }

    .btnBlock {
        display: block;
    }

    .fieldDescriptionDL {
        margin-bottom: -8px;
    }

    .fields-false-space-DL {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .fieldPolicySeria {
        width: 15% !important;
    }

    .fieldPolicyNumber {
        width: 69% !important;
    }

    .fieldHalfScreen,
    .fieldPolicySeriaOSGO,
    .fieldPolicyNumberOSGO,
    .fieldPolicyNumberOSGOVal {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }


    .rtd-fields-osgo {
        flex-flow: column wrap;
    }

    .rtd-refresh-osgo {
        justify-content: space-between;
    }


    .fieldDescriptionDate,
    .fieldDescriptionOSGO {
        margin-bottom: -6px !important;
    }
}

@media screen and (max-width: 660px) {
    legend,
    .txt {
        font-size: 10pt;
    }

    .fieldDescription,
    .fieldDescriptionAbove,
    .fieldDescriptionDate,
    .fieldDescriptionDL,
    .fieldDescriptionOSGO,
    .validator,
    .warning-lbl,
    .note-lbl,
    .step9-font {
        font-size: 8pt !important;
    }

    .field-inline {
        display: block;
    }

    .fieldDescription {
        margin-bottom: -8px;
    }

    .pnl2-sub-title {
        margin-bottom: 2px !important;
    }

    .fields-false-space {
        display: none;
    }

    .fieldPolicySeria,
    .fieldPolicyNumber {
        width: 100% !important;
    }

    .RadButton.rbCheckBox .rbText {
        font-size: 8pt !important;
        margin-top: -3.5px !important;
    }
}

@media screen and (max-width: 584px) {
    legend,
    .txt {
        font-size: 9pt;
    }
}

@media screen and (max-width: 512px) {
    legend,
    .txt {
        font-size: 8pt;
    }

    .fieldDescription,
    .fieldDescriptionAbove,
    .fieldDescriptionDate,
    .fieldDescriptionDL,
    .fieldDescriptionOSGO,
    .validator,
    .warning-lbl,
    .note-lbl,
    .error-txt,
    .step9-font {
        font-size: 7pt !important;
    }

    .RadButton.rbCheckBox .rbText {
        font-size: 7pt !important;
        margin-top: -3px !important;
    }
}

@media screen and (max-width: 466px) {
    .fields-false-space-date {
        display: none;
    }

    .field-rdp,
    .field-rtp {
        display: block;
        width: 100% !important;
    }
}

@media screen and (max-width: 436px) {
    .rdp-block {
        display: block;
        width: 100% !important;
    }

    .error-txt {
        font-size: 6pt !important;
    }
}

.blink-me-half {
    animation-name: blinker-half;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blinker-half {
    0% { opacity: 1.0 }
    50% { opacity: 0.4 }
    100% { opacity: 1.0 }
}


/* ---------------------------------------- RadWizard ---------------------------------------- */
.RadWizard .rwzContent {
    overflow: inherit;
}

li.rwzLast {
    width: 108px !important;
}

.RadWizard_Bootstrap .rwzBreadCrumb .rwzText {
    line-height: 12px !important;
    font-size: 8pt;
}

.rwzLink:before {
    display: none;
}

.RadWizard .rwzBreadCrumb .rwzLink {
    padding: 0 0.5em 0 0.5em;
    border-color: #c2d2ff;
    color: #254082;
}

.rwzLI > a:hover {
    background-color: #e3eaff !important;
}

.rwzLI.rwzDisabled > a:hover {
    background-color: transparent !important;
}

.RadWizard .rwzSelected .rwzLink {
    color: white !important;
    background-color: #6e93d0 !important;
    border-color: #6e93d0;
}

.RadWizard .rwzProgressBar {
    height: 4px;
    margin-top: -8px;
    border: none;
    background-color: #e3eaff;
}

.RadWizard .rwzProgress {
    height: 4px;
    border: none;
    background-color: #6e93d0;
    margin-left: -1px;
}

.RadWizard_Bootstrap .rwzButton {
    color: white;
    background-color: #6e93d0;
    border-color: #6e93d0;
    font-size: 10pt;
    font-weight: bold;
}

.RadWizard_Bootstrap .rwzButton:hover {
    color: white;
    background-color: #1c468c;
    border-color: #1c468c;
}

@media screen and (max-width: 767px) {
    .RadWizard .rwzBreadCrumb,
    .RadWizard .rwzProgress,
    .RadWizard .rwzProgressBar {
        display: none;
    }
}


/* ---------------------------------------- RadDropDownList ---------------------------------------- */
.RadDropDownList_Bootstrap .rddlInner {
    padding: 0.1em 0 0 0.5em !important;

    height: 24px;
    color: #254082;
    border-color: #c2d2ff;
    font-weight: bold;
    background-color: transparent;
}

.RadDropDownList_Bootstrap .rddlInner:hover,
.RadDropDownList_Bootstrap .rddlFocused {
    background-color: #e3eaff;
}

.rddlPopup_Bootstrap .rddlList {
    color: #254082;
    border-color: #c2d2ff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.5);
    max-height: 192px;
}

.RadDropDownList_Bootstrap .rddlEmptyMessage,
.RadDropDownList_Bootstrap .rddlDefaultMessage {
    color: #254082;
    opacity: 0.5;
}

.rddlPopup_Bootstrap .rddlItem {
    font-size: 10pt;
}

.rddlPopup_Bootstrap .rddlItem:hover {
    background-color: #e3eaff;
}

.rddlPopup_Bootstrap .rddlItemSelected,
.rddlPopup_Bootstrap .rddlItemSelected:hover {
    background-color: #6e93d0;
}


/* ---------------------------------------- RadTabStrip ---------------------------------------- */
.RadTabStrip .rtsLink {
    padding: 2px 12px 2px 12px;
    font-size: 9pt;
}

.RadTabStrip_Bootstrap .rtsLevel1 {
    border-color: #d5dff2;
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsLink {
    color: #254082;
    border-color: transparent;
}

.RadTabStrip.rtsTop .rtsLevel1 .rtsSelected .rtsLink {
    color: #254082;
    background-color: #d5dff2;
    border-color: #d5dff2;
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsLink:hover,
.RadTabStrip.rtsTop .rtsLevel1 .rtsSelected .rtsLink:hover {
    color: white;
    background-color: #6e93d0;
    border-color: #6e93d0;
}


/* ---------------------------------------- RadDatePicker ---------------------------------------- */
.RadPicker .riTextBox {
    padding: 0.1em 0.5em 0 0.5em;
    height: 24px;
    font-size: 10pt;
    font-weight: bold;
    background-color: transparent;
}

.RadPicker .rcCalPopup {
    height: 22px;
    width: 32px;
    background-color: transparent;
    border: none;
    color: #254082;
}

.RadPicker .rcCalPopup:hover,
.RadPicker .rcCalPopup:focus {
    background-color: #d5dff2;
    color: #254082;
}

.RadPicker .RadInput {
    margin-bottom: -10px;
}


/* ---------------------------------------- RadDatePicker ---------------------------------------- */
.RadPicker_Bootstrap .rcTimePopup {
    height: 22px;
    width: 32px;
    background-color: transparent;
    border: none;
    color: #254082;
}

.RadPicker_Bootstrap .rcTimePopup:hover,
.RadPicker_Bootstrap .rcTimePopup:focus {
    background-color: #d5dff2;
    color: #254082;
}


/* ---------------------------------------- RadioButtonListTable ---------------------------------------- */
input[type=radio] {
    margin-top: 8px;
}



.t-radio-list {
    margin: 8px 0 0 1em;
    padding-right: 5em !important;
    width: 97.2%;
    border: none;
}

.trl-td-btn {
    width: 2%;
}

.trl-td-cnt {
    width: 98%;
    padding: 4px 0 4px 0;
}

.trl-td-cnt > div {
    border-left: 2px solid #e3eaff;
    padding: 0 0 0 0.5em;
}

.trl-td-fda {
    margin: 12px 0 -8px 0;
    color: #254082;
    font-size: 9pt;
    font-weight: 100;
}

.trl-td-field {
    padding: 0.1em 0.5em 0 0.5em;
    height: 24px;
    font-size: 10pt;
    font-weight: bold;
    background-color: transparent;
}

@media screen and (max-width: 991px) {
    .trl-td-btn {
        padding-right: 0.5em;
    }
}

@media screen and (max-width: 660px) {
    .trl-td-txt {
        font-size: 10pt;
    }

    input[type=radio] {
        margin-top: 8px;
        width: 10px;
    }

    .trl-td-fda {
        font-size: 8pt !important;
        line-height: 8pt !important;
    }
}

@media screen and (max-width: 584px) {
    .trl-td-txt {
        font-size: 9pt;
    }
}

@media screen and (max-width: 512px) {
    .t-radio-list {
        margin: 0 0 0 0.5em;
    }

    .trl-td-txt {
        font-size: 8pt;
    }

    .trl-td-fda {
        font-size: 7pt !important;
        line-height: 7pt !important;
    }
}


/* ---------------------------------------- From Old Version ---------------------------------------- */
.img-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.img-container > img {
    max-width: 112px;
    max-height: 128px;
    border: 2px solid #e7effe;
    margin: 5px;
}

/*.img-container:hover > img {
    border: 2px solid #254082;
}*/

/*.img-container:hover .close-img {
    display: block;
}*/

.close-img {
    margin-right: 5px;
    margin-top: 2px;
    /*display: none;*/
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}


/* ---------------------------------------- RadCheckBox ---------------------------------------- */
.RadButton .rbIcon:before {
    font-size: 1em;
    color: #254082 !important;
}

.RadButton.rbCheckBox .rbText {
    font-size: 10pt;
    color: #254082 !important;
    margin-top: -6px;
}

.RadButton.rbCheckBox .rbText:hover,
.RadButton.rbCheckBox .rbText:focus {
    text-decoration: underline;
}


/*__________________________________________________________________________________________________________Europrotocol*/

.notice-popup, .instruction-popup {
    padding: 1em 2em 1em 2em;
    text-align: center;
    background-color: white;
    border: none;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    min-width: 320px;
    z-index: 4000;
}

.instruction-popup {
    max-width: 1200px;
    position: fixed;
    left: 0;
    top: 5%;
}

.notice-popup {
    max-width: 640px;
}

.notice-btn-hidden {
    display: none;
}

.notice-popup-bg {
    background-color: #060a14;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#ep-instruction-text {
    text-align: justify;
    text-indent: 15px;
    overflow-y: scroll;
    height: 55vh;
}

#ep-instruction-text button{
    margin-top: 10px;
}

.ep-disabled {
    pointer-events: none;
    background-color: rgba(240, 240, 240, 0.3);
}

.ep-questions{
    text-align: justify;
}

.btn-ep-instruction {
    border: none !important;
    width: 30px;
    height: 30px;
    background-color: transparent !important;
    background-image: none !important;
    position: relative;
}
    .btn-ep-instruction:hover{
        opacity: 0.6;
    }
    .btn-ep-instruction:focus{
        box-shadow: none !important;
    }
    .btn-ep-instruction .rbSecondaryIcon {
        margin: 0;
        font-size: 20px;
        position: absolute;
        top: 1px;
        left: 3px;
    }

    .btn-ep-instruction .rbIcon:before{
        color: #82bb31 !important;
    }

.btn-ep-instruction-title {
    border: none !important;
    width: 120px;
    height: 30px;
    background-color: transparent !important;
    background-image: none !important;
    font-size: 11px;
    color: #254082 !important;
    padding: 0 !important;
    position: relative;
}
    .btn-ep-instruction-title:hover  {
        opacity: 0.6;
    }
    .btn-ep-instruction-title:focus {
        box-shadow: none !important;
    }
    .btn-ep-instruction-title span {
        top: 7px;
        left: 0;
        display: block;
        width: 120px;
        position: absolute;
        text-decoration: underline;
    }

.ep-radio input[type=radio] {
    width: 15px;
    margin: 0 3px 0 0;
}

.ep-radio label{
    font-weight: 500;
    margin: 0 0 3px 0;
    display: initial;
}


.pnl-content .pnl-content-prgph {
    font-size: 9pt;
    font-weight: 100;
}

    .pnl-content .pnl-content-prgph span {
        font-weight: bold;
        font-size: 10pt;
    }

.ep-col-odd {
    background-color: #fafafa;
    padding: 5px 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ep-block {
    padding-top: 5px;
    padding-bottom: 10px;
}

.ep-guilty {
    background-color: rgba(121, 224, 242, 0.15);
}

.ep-victim {
    background-color: rgba(252, 205, 123, 0.2);
}

    .ep-guilty input,
    .ep-guilty textarea,
    .ep-guilty .riTextBox,
    .ep-guilty .rddlInner,
    .ep-victim input,
    .ep-victim textarea,
    .ep-victim .riTextBox,
    .ep-victim .rddlInner {
        background-color: white;
    }

    .ep-guilty .rwz-step-panel,
    .ep-victim .rwz-step-panel {
        border-bottom: 4px solid #e3eaff;
        padding: 0.5em 1em;
    }

    .ep-guilty .rwz-step-title,
    .ep-victim .rwz-step-title {
        padding: 1em;
    }

.ep-filed{
    margin-bottom: 15px;
}
 /*_____________________#12*/
.ep-facts-of-crash {
    text-align: center;
    font-size: 11px;
}
    .ep-facts-of-crash .ep-facts-of-crash-total {
        pointer-events: none;
        width: 35px;
        text-align: center;
    }
    .ep-facts-of-crash label {
        font-weight: 500;
        width: 16px;
    }

    .ep-facts-of-crash .row label{
        padding-bottom: 30px;
    }


.ep-validator {
    color: #ff0000;
}

.ep-block .RadDropDownList {
    margin-bottom: 7px !important;
}

.ep-block label.fieldDescription{
    display: initial;
}

.btn-copy-from-insurant {
    border: none;
    background: url(../Images/copy-document.png) no-repeat center;
    background-color: transparent !important;
    background-size: contain;
    width: 30px;
}
.btn-copy-from-insurant:hover{
    opacity: 0.6;

}

.btn-copy-from-insurant-text {
    border: none;
    background-color: transparent !important;
    font-size: 12px;
    color: #337ab7;
    padding: 0;
}

    .btn-copy-from-insurant-text:hover {
        text-decoration: underline;
        opacity: 0.6;
    }

.field-rcb {
   color: #254082 !important;
}
    .field-rcb span.rcbInner {
        height: 24px;
        padding: 0 5px;
        font-weight: 700;
        background-color: white !important;
        border-color: rgb(194, 210, 255);
    }
    .field-rcb .rcbReadOnly.rcbDisabled {
        border-color: #C2D2FF !important;
        background-color: #ebf1ff !important;
        color: #254082 !important;
    }
    .field-rcb span.rcbReadOnly input.rcbInput {
        font-size: 13px !important;
    }
    .field-rcb span.rcbHovered {
        border-color: #C2D2FF !important;
    }
    .field-rcb span.rcbFocused {
        border-color: #C2D2FF !important;
        box-shadow:none;
    }

.field-rdp input.riTextBox {
    font-weight: 600 !important;
    font-size: 13px;
}

.field-rdp .RadInput a {
    text-indent: 0px !important;
}

.field-rdp .rcOutOfRange {
    background-color: red !important;
    opacity: 0.2 !important;
}

.field-rmtb {
    margin-bottom: 5px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
}


.statement__download-file {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 99;
    background-color: #254082;
    width: 15px;
    height: 15px;
}

.statement__download-file img {
    width: 13px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 1px;
}

.ep__file-uploader-wrapper {
    display: block;
    padding: 6px;
    width: 600px;
    cursor: pointer;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    background-color: #2e6da4;
    color: white;
    border-radius: 5px;
}
    .ep__file-uploader-wrapper:hover{
        opacity: 0.8;
    }

    .ep__file-uploader-wrapper input[type='file'] {
        display: none;
    }

.ep-file-add {
    width: 50px;
}

.ep-file-add__btn {
    color: #7c9ad8 !important;
    font-size: 38px;
    display: block;
    text-align: right;
}
    .ep-file-add__btn:hover {
        color: #7c9ad8 !important;
        opacity: 0.7;
    }

.ep-file-download__btn {
    color: #8aa2c6 !important;
    font-size: 110px;
    display: block;
    padding: 10px;
}
    .ep-file-download__btn:hover {
        color: #8aa2c6 !important;
        opacity: 0.7;
    }


.ep-step-listelems {
    margin: 0;
    padding: 0;
    list-style-type: none;
    
}

.ep-ok-mark {
    position: absolute;
    right: 20px;
    top: 3px;
    width: 40px;
}

.ep-rdp-time .rcTimePopup:before {
    content: "час." !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
}

.ep-rdp-time .rcTimePopup {
    background-color: rgb(194, 210, 255);
}

.ep-rdp-time .rcTimePopup:hover {
    opacity: 0.8;
}


.btn_rtp-time {
    position: absolute;
    top: 24px;
    right: -30px;
    border-radius: 5px;
    color: #254082;
    font-weight: bold;
    border: #C2D2FF solid 1px !important;
    height: 24px;
    width: 40px;
    text-align: center;
    background-size: 14px;
    font-size: 13px;
    background-color: rgb(194, 210, 255);
}

    .btn_rtp-time:hover {
        opacity: 0.8;
    }

#rtp-time-table {
    position: absolute;
    z-index: 2;
    border-radius: 5px;
    padding: 7px;
    top: 60px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    background-color: white;
    border: rgb(227, 234, 255) solid 1px;
}

    #rtp-time-table table tr td a {
        text-decoration: none;
        color: rgb(37, 64, 130);
        margin: 5px;
        padding: 2px;
    }
    #rtp-time-table table tr td a:hover {
        background-color: #6e93d0;
        color: white;
        border-radius: 3px;
    }

#current-ep-type-of-blanck__list {
    margin: 0;
    padding: 5px 0 15px 0;
    list-style-type: none;
}



/* screen before 480px*/
/*col-xs*/
/*____________________________________________480*/
@media screen and (min-width: 480px) {
}



/*col-sm*/
/*____________________________________________768*/
@media screen and (min-width: 768px) {

    .ep-facts-of-crash{
        font-size: 14px;
    }


}

/*768*/



/*col-md*/
/*____________________________________________992*/
@media screen and (min-width: 992px) {
}

/*992*/




/*col-lg*/
/*____________________________________________1200*/
@media screen and (min-width: 1200px) {
    .instruction-popup {
        left: 50%;
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 1200px;
    }

    #ep-instruction-text {
        height: 75vh;
    }
}
/*********************************************************************************************************/