@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("/c-assets/webfonts/fa-brands-400.eot");
    src: url("/c-assets/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/c-assets/webfonts/fa-brands-400.woff2") format("woff2"), url("/c-assets/webfonts/fa-brands-400.woff") format("woff"), url("/c-assets/webfonts/fa-brands-400.ttf") format("truetype"), url("/c-assets/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("/c-assets/webfonts/fa-regular-400.eot");
    src: url("/c-assets/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/c-assets/webfonts/fa-regular-400.woff2") format("woff2"), url("/c-assets/webfonts/fa-regular-400.woff") format("woff"), url("/c-assets/webfonts/fa-regular-400.ttf") format("truetype"), url("/c-assets/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("/c-assets/webfonts/fa-solid-900.eot");
    src: url("/c-assets/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/c-assets/webfonts/fa-solid-900.woff2") format("woff2"), url("/c-assets/webfonts/fa-solid-900.woff") format("woff"), url("/c-assets/webfonts/fa-solid-900.ttf") format("truetype"), url("/c-assets/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

body {
    font-size: 70%;
    font-family: 'Montserrat', sans-serif;
    direction: ltr;
}


input[type=text], input[type=tel] {
    width: 100%;
    min-width: auto !important;
    margin:0;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type=text]:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

label {
    margin-bottom: 10px;
    display: block;
}

.icon-container {
    padding: 7px 0;
}

.hidden {
    display: none;
}

a {
    color: #2196F3;
}

hr {
    border: 1px solid lightgrey;
}

span.price {
    float: right;
    color: grey;
}

.warning {
    text-align: center;
    margin-bottom: 20px;
}

.warning h1 {
    font-size: 2em;
    margin-bottom: 5px;
    padding: 10px;
}

.body-row h3 {
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
    font-size: 24px;
    margin: 10px 0;
}

.successRow p {
    margin-left: 20px;
}


.inlineimage {
    max-width: 470px;
    margin-right: 8px;
    margin-left: 0;
    text-align: center;
}

.images {
    display: inline-block;
    width: 22%;
    margin: 0;
    max-width: 65px;
    margin-top: 5px;
}

.card_error_message, .code_error_message {
    font-size: 15px;
    padding: 5px;
    background: pink;
    border-radius: 3px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.confCodeRow p:last-child {
    padding-top: 10px;
}

#page, .confCodeRow, .loadRow, .successRow {
    display: none;
}

.panel-heading h3 {
    color:white;
    margin-top: 10px;
}

.dlg-wdw-ovrly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    font-family: sans-serif
}

.dlg-wdw-ovrly .dialog {
    width: 400px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-radius: 3px;
    overflow: hidden
}

.dlg-wdw-ovrly .dialog header {
    padding: 10px 8px;
    background-color: #f6f7f9;
    border-bottom: 1px solid #e5e5e5
}

.dlg-wdw-ovrly .dialog header h3 {
    font-size: 15px;
    margin: 0;
    color: #555;
    display: inline-block
}

.dlg-wdw-ovrly .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px
}

.dlg-wdw-ovrly .dialog header .fa-close:hover {
    color: #b9b9b9
}

.dlg-wdw-ovrly .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}

.dlg-wdw-ovrly .dialog .dialog-msg {
    padding: 12px 10px;
    padding-bottom: 40px;
}

.dlg-wdw-ovrly .dialog .dialog-msg p {
    margin: 0;
    font-size: 13px;
    color: #333
}

.dlg-wdw-ovrly .dialog footer {
    padding: 8px 10px
}

.dlg-wdw-ovrly .dialog footer .controls {
    direction: rtl
}

.dlg-wdw-ovrly .dialog footer .controls .button {
    padding: 5px 15px;
    border-radius: 3px
}

.button {
    cursor: pointer;
    font-size: 13px;
}

.button-default {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #5D5D5D;
    margin-left: 10px !important;
    width: 80px;
}

.button-danger {
    background-color: #f44336;
    border: 1px solid #d32f2f;
    color: #f5f5f5
}

.link {
    padding: 5px 10px;
    cursor: pointer
}


.brwsr_HD {
    background: url('../img/header_1.png') no-repeat;
    width: 389px;
    height: 70px
}

.hdr_STD {
    background: url('../img/header_2.png') repeat-x;
    height: 70px;
}

.hdr_TTD {
    background: url('../img/header_3.png') no-repeat;
    width: 173px;
    height: 70px
}

.brwsr_FTR {
    z-index: 1000;
    width: 100%;
    height: 40px;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
}

.brwsr_FTR_FTD {
    background: url('../img/footer_1.png') no-repeat;
    width: 194px;
    height: 40px
}

.brwsr_FTR_STD {
    background: url('../img/footer_2.png') repeat-x;
    height: 40px;
}

.brwsr_FTR_TTD {
    background: url('../img/footer_3.png') no-repeat;
    width: 149px;
    height: 40px
}

.leftBodyBlock {
    font-size: 18px;
    text-align: justify;
}

.headerTbl td, .brwsr_FTR td {
    border: none;
}


body {
    overflow: hidden !important;
    margin: 0;
}

.o_wrflw_ww {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 111px);
}

.text-success {
    color:green;
    text-decoration: underline;
    text-align: center;
    font-size: 20px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.confCodeRow p:last-child {
    padding-top: 10px;
}

.confCodeRow, .loadRow, .successRow {
    display: none;
}

.conf-di-ovrly .dlg-wdw-ovrly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    font-family: sans-serif;
    background: rgba(0, 0, 0, 0.05);
}

.conf-di-ovrly .dlg-wdw-ovrly .dialog {
    width: 400px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-radius: 3px;
    overflow: hidden
}

.conf-di-ovrly .dlg-wdw-ovrly .dialog header {
    padding: 10px 8px;
    background-color: #f6f7f9;
    border-bottom: 1px solid #e5e5e5
}

.conf-di-ovrly .dlg-wdw-ovrly .dialog header h3 {
    font-size: 15px;
    margin: 0;
    color: #555;
    display: inline-block
}

.conf-di-ovrly .dlg-wdw-ovrly .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px
}

.conf-di-ovrly .dlg-wdw-ovrly .dialog header .fa-close:hover {
    color: #b9b9b9
}

.conf-di-ovrly .dlg-wdw-ovrly .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}

.conf-di-ovrly .dlg-wdw-ovrly .dialog .dialog-msg {
    padding: 12px 10px;
    padding-bottom: 40px;
}

.conf-di-ovrly .dlg-wdw-ovrly .dialog .dialog-msg p {
    margin: 0;
    font-size: 13px;
    color: #333
}

.conf-di-ovrly .dlg-wdw-ovrly .dialog footer {
    padding: 8px 10px
}

.conf-di-ovrly .dlg-wdw-ovrly .dialog footer .controlss {
    direction: rtl
}

.conf-di-ovrly .dlg-wdw-ovrly .dialog footer .controlss .button {
    padding: 5px 15px !important;
    border-radius: 3px !important;
}

.conf-di-ovrly .button {
    cursor: pointer;
    font-size: 13px;
}

.conf-di-ovrly .button-default {
    background-color: rgb(248, 248, 248) !important;
    border: 1px solid rgba(204, 204, 204, 0.5) !important;
    color: #5D5D5D !important;
    margin-left: 10px !important;
    width: 80px !important;
}

.conf-di-ovrly .button-danger {
    background-color: #f44336 !important;
    border: 1px solid #d32f2f !important;
    color: #f5f5f5 !important;
}

.link {
    padding: 5px 10px;
    cursor: pointer
}

.headerTbl {
    width: 100%;
    height: 71px;
    z-index: 1000 !important;
    left: 0;
    top: 0;
    position: relative;
}

.brwsr_HD {
    background: url('../img/header_1.png?1') no-repeat;
    width: 389px;
    height: 70px;
    position: relative;
}

.brwsr_HD .brwsr_ttl {
    position: absolute;
    left: 42px;
    top: 10px;
    font-size: 12px;
    max-width: 182px;
    overflow: hidden;
    white-space: nowrap;
}

.brwsr_HD .brwsr_url {
    position: absolute;
    left: 137px;
    top: 46px;
    width: 370px;
    text-align: left;
    font-size: 12px;
}

.hdr_STD {
    background: url('../img/header_2.png?1') repeat-x;
    height: 70px;
}

.hdr_TTD {
    background: url('../img/header_3.png?1') no-repeat;
    width: 173px;
    height: 70px
}

.brwsr_FTR {
    z-index: 1000;
    width: 100%;
    height: 40px;
    position: fixed;
    left: 0;
    bottom: 0;
}

.brwsr_FTR_FTD {
    background: url('../img/footer_1.png?1') no-repeat;
    width: 194px;
    height: 40px
}

.brwsr_FTR_STD {
    background: url('../img/footer_2.png?1') repeat-x;
    height: 40px;
}

.brwsr_FTR_TTD {
    background: url('../img/footer_3.png?1') no-repeat;
    width: 149px;
    height: 40px
}

.leftBodyBlock {
    font-size: 15px;
    text-align: justify;
    line-height: 18px;
}
