﻿.form .RadComboBox {
    display: block;
    width: 100%;
}

.form .RadComboBox .rcbInner, .form .RadComboBox_Default .rcbInner {
    border-width: 0;
    display: block;
    padding: 0;
    width: 100%;
}

.form .RadComboBox .rcbInput {
    background: url(../img/arrow-down.png) right 10px top 15px no-repeat #fff;
    font-size: 15px !important;
    padding-right: 34px;
}

.form .RadComboBox .rcbInner.rcbToggleButtonHidden {
    padding-right: 0;
}

html .form .RadComboBox .rcbActionButton {
    border-radius: 0;
    display: block;
    padding: 0;
    height: 38px;
    width: 34px;
}

.form .RadComboBox .rcbActionButton .p-icon {display: none;}

.form .radInput {padding-right: 0 !important;}

span.requiredfield[style*="inline"] {
    display:inline-block !Important;
}

body.rtl .form-section .form-wrap-1 .form .form-right {
    right: auto;
}

body.rtl .form .RadComboBox .rcbInput {
    background: url(../img/arrow-down.png) left 10px top 15px no-repeat #fff;
}

body.rtl .form .RadComboBox .rcbInner.rcbToggleButtonHidden {
    padding-left: 0;
}

.normal {color:black;}
.warning {color: orange;}
.error {color:red;}

p {
    font-size: 16px;
    line-height: 1.5;
}

/* Epson Forms */
input[type="text"] {
    border: 2px solid #babdc1;
    height: 42px;
    line-height: 42px;
    padding: 5px 10px;
    font-size: 16px;
}

.required-field::after {
    content: "*";
    color: red;
    margin-left: 4px;
}

ul.radio-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

ul.radio-list li {
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
}

ul.radio-list li input[type="radio"] {
    margin: 0;
}

ul.radio-list li label {
    margin: 0 0 0 8px;
}

ul.radio-list--dark li label {
    color: #fff;
}

hr {
    border-top-width: 3px;
}

.requiredfield {
    color: red;
}

/* Product Selector */
html .ep-product-selector {
    width: 100%;
}

    html .ep-product-selector .rcbInner {
        border-radius: 0;
        border: 2px solid #babdc1;
        padding: 5px 10px;
    }

    html .ep-product-selector .rcbInner .rcbInput {
        font-size: 16px !important;
        height: 29px;
    }

    html .ep-product-selector .rcbReadOnly,
    html .ep-product-selector .rcbReadOnly.rcbFocused,
    html .ep-product-selector .rcbReadOnly.rcbHovered {
        background-image: none;
        background-color: transparent;
        color: #353535;
    }

    html .ep-product-selector .rcbActionButton {
        height: auto;
    }

/* Date Picker */
html .ep-date-picker {
    width: 100%;
}

    html .ep-date-picker .riTextbox {
        color: #353535;
        border: 2px solid #babdc1;
        font-size: 16px;
        padding: 5px 40px 5px 10px;
        height: 42px;
    }

    html .ep-date-picker .rcSelect {
        top: 0;
        right: 0;
        bottom: 0;
    }

    html .ep-date-picker .rcCalPopup {
        background-image: none;
        background-color: transparent;
        border: 2px solid #babdc1;
        height: 92%;
    }

.checkbox-wrap {
    display: flex;
    align-items: center;
}

    .checkbox-wrap input[type="checkbox"] {
        margin-right: 10px;
        margin-top: 0;
    }

    .checkbox-wrap p {
        margin: 0;
    }

.ml-10 {margin-left: 10px;}
.mb-0 {margin-bottom: 0}

.mb-16 {margin-bottom: 16px;}

.mt-20 {margin-top: 20px;}
.mb-20 {margin-bottom: 20px;}

.mt-40 {margin-top: 40px;}
.mb-40 {margin-bottom: 40px;}

.mt-60 {margin-top: 60px;}
.mb-60 {margin-bottom: 60px;}

.mt-80 {margin-top: 80px;}
.mb-80 {margin-bottom: 80px;}

.justify-center {justify-content: center;}

/* Step Indicator */
.ep-step-indicator {
    display: flex;
    align-items: center;
    margin: 60px 10px;
}

.ep-step {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.step-icon {
    height: 44px;
    width: 44px;
    line-height: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #d9e3ec;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.ep-step.active .step-icon {
    background-color: #10218b;
    border-color: #10218b;
    color: #fff;
}

.ep-indicator-line {
    width: 100%;
    height: 2px;
    background: #d9e3ec;
    flex: 1;
}

    .ep-indicator-line.active {
        background: #10218b;
    }

.ep-form-group {
    display: flex;
    flex-direction: column;
}

.ep-product-image {
    border: 2px solid #e9eaeb;
    width: auto;
    padding: 60px;
    margin-top: 27px;
    margin-bottom: 25px;
    max-width: 100%;
}

.border-light {
    border: 2px solid #e9eaeb;
}

.ep-blue-row, 
.ep-grey-row {
    padding: 30px;
}

.ep-blue-row {
    background-color: #10218b;
    color: #fff;
}

.ep-grey-row {
    background-color: #f1f3f5;
}

.ep-row-col {
    flex: 1;
}

.gap {
    gap: 20px;
}

.timeout-message {
    background-color: hsl(202, 81%, 86%);
    border: 2px solid hsl(203, 82%, 76%);
    color: hsl(215, 41%, 28%);
    padding: 20px;
}

.color--white {
    color: white;
}

.ep-btn-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    
    border: 1px solid #e2e2e2;
    background-color: #f6f6f7;
    color: #353535;
}

/* Modal Window */
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .7);
}

/* Modal Content/Box */
.modal-window {
    background-color: #fff;
    margin: 5% auto;
    width: 50%;
}

.modal-content {
    padding: 20px;
}

.modal-content img {
    width: 100%;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.flex-col {
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.p-h-80 {
    padding: 0 80px;
}

.p-80 {
    padding: 80px;
}

.p-25 {
    padding: 25px;
}

.layout-columns div {
    display: block;
    margin-bottom: 20px;
}

.layout-columns.cols-2 {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width:768px) {
    .layout-columns {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .layout-columns.cols-2 {
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .layout-columns div {
        margin-bottom: 0;
    }
}

.full-picture {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    /*left: 0;*/
    right: 0;
    height: 100%;
}

@media (min-width:1644px) {
    .bg--advantage {
        background-image: url(../img/Mask-Group-16.png);
        background-position: top right;
        background-repeat: no-repeat;
        min-height: 470px;
    }

        .bg--advantage h2 {
            max-width: 50%;
        }
}

@media (max-width: 1024px) {
    .ep-hero-header .amp-banner__content {
        background-color: #10218b;
    }

    .ep-hero-header .amp-banner__content h1 {
        margin-top: 0;
    }
}

.flex-col-layout {
    display: flex;

    flex-direction: column-reverse;
    gap: 8%;
}

@media (min-width: 768px) {
    .flex-col-layout {
        flex-direction: row;
    }

    .flex-col-6 {
        flex: 0 0 46%;
        width: 46%;
    }
}

/* Accessibility fixes */

html .ep-form-group input[type="text"].igte_NullText {
    color: #353535;
}

html a[target='_blank'] {
    color: #e10b7e;
    text-decoration: underline;
}

    html a[target='_blank']:hover {
        text-decoration: none;
    }

html .ep-blue-row a[target='_blank'] {
    color: #fff;
    text-decoration: underline;
}
    html .ep-blue-row a[target='_blank']:hover {
        color: #fff;
        text-decoration: none;
    }