﻿/*_________________________________________________________From Main UCBN*/
.ucbn__exit-link,
.ucbn__exit-link:hover,
.ucbn__exit-link:focus,
.ucbn__exit-link-small,
.ucbn__exit-link-small:hover,
.ucbn__exit-link-small:focus {
    color: #82bb31;
    cursor: pointer;
}

.ucbn__exit-link {
    margin-right: 0.25em;
}

.lbl-welcome {
    color: #82bb31;
    font-size: 18pt;
    text-align: center;
}

.lbl-error {
    font-size: 12pt;
    font-weight: bold;
    color: red;
    text-align: center;
}

.pnl-error {
    padding: 0 0 1em 0;
}

.ucbn-auth__content {
    padding: 0 3em 0 3em;
}

.ucbn__main-page-row {
    margin-top: 24px;
}

@media screen and (max-width: 991px) {
    .lbl-welcome {
        font-size: 13pt;
    }
}

@media screen and (max-width: 767px) {
    .lbl-welcome {
        font-size: 12pt;
    }

    .ucbn__main-page-row {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .lbl-welcome {
        font-size: 10pt;
    }
}

.ucbn-anon-bgs-row {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding: 0 0 0 64px;
}

.ucbn-anon-slogan,
.ucbn-auth-slogan {
    padding-top: 7px;
    font-size: 17px;
}

.ucbn-anon-phone-caption,
.ucbn-anon-phone-number {
    font-weight: bold;
    color: #254082;
    font-size: 16px;
    line-height: 16px;
}

a.ucbn-anon-phone-number {
    text-decoration: none;
    cursor: pointer;
    transition: .5s;
}

a.ucbn-anon-phone-number:hover,
.ucbn-anon-phone-number.hovered {
    color: #ff4713;
}

.ucbn-anon-phone-info {
    font-weight: bold;
    color: #254082;
    font-size: 10px;
}

@media screen and (max-width: 1199px) {
    .ucbn-anon-slogan,
    .ucbn-auth-slogan {
        padding-left: 36px;
    }
}

@media screen and (max-width: 991px) {
    .ucbn-anon-phone {
        margin-top: 1em;
    }

    .ucbn-anon-slogan {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .ucbn-anon-bgs-row {
        padding: 0;
        margin-bottom: 0;
    }

    .ucbn-anon-logo {
        text-align: center;
    }

    .ucbn-anon-slogan {
        text-align: center;
        margin-top: 0.5em;
    }

    .ucbn-anon-phone {
        padding: 0 32px;
    }
}

.ucbn-auth-bgs-row {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0 1em 0 1em;
}

.ucbn-auth-control table td {
    height: 36px;
    padding: 0 8px;
}

.ucbn-navbar__btn-small {
    cursor: pointer;
    font-size: 20px;
    transition: .5s;
    color: #7c9ad8;
    display: inline-block;
}

.ucbn-navbar__btn-small i {
    padding-top: 6px;
}

.ucbn-navbar__btn-small:hover {
    color: #254082;
    text-decoration: none;
}

.ucbn-navbar-btns {
    padding-left: 24px;
}

.ucbn-navbar-btns td.lang-chooser > div {
    margin-top: -3px;
    padding-left: 24px;
}

.ucbn-navbar__btn {
    border: 1px solid;
    border-color: transparent;
    border-radius: 4px;
    text-align: center;
    color: #7c9ad8;
    cursor: pointer;
    display: inline-block;
    padding: 0 6px;
    height: 36px;
    transition: .3s;
}

.ucbn-navbar__btn td.cell__icon {
    font-size: 24px;
}

.ucbn-navbar__btn td.cell__text span {
    font-size: 14px;
    font-weight: bold;
    margin-left: 4px;
}

.ucbn-navbar__btn:hover {
    border-color: #7c9ad8;
    background-color: white;
    color: #254082;
    text-decoration: none;
}

.ucbn-navbar-msg-blinker td.cell__icon i,
.ucbn-navbar-msg-blinker td.cell__text span {
    animation-name: msg__blinker;
    animation-duration: 1.33s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes msg__blinker {
    0% {
        color: #6287d0;
    }

    50% {
        color: #b0c3e8;
    }

    100% {
        color: #6287d0;
    }
}

table.ucbn-bgs-mobile-nav__table {
    width: 100%;
}

table.ucbn-bgs-mobile-nav__table td.cell__logo {
    width: 72px;
    cursor: pointer;
}

table.ucbn-bgs-mobile-nav__table td.cell__control {
    text-align: right;
    line-height: 16px;
}

.tile {
    background-color: transparent;
    border: 1px solid #c2d2f2;
    padding: 1em 1em 1em 1em;
    min-height: 224px;
    border-radius: 8px;
}

figure {
    overflow: hidden;
    min-height: 144px;
}

.hover-img figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-top: 18px;
}

.hover-img figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.hover-img:hover {
    background-color: #e7effe;
}

.hover-img figure i {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 30px;
    color: #7c9ad8;
    font-size: 90px;
}

.hover-img figure:hover i {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.grecaptcha-badge {
    visibility: collapse !important;
}

/************************************************************************************************/
/*_______________________________________________________________________________UCBN Authorized*/
.bs-modal {
    text-align: center;
    vertical-align: middle;
}

.bs-modal-text {
    font-size: 12pt;
    font-weight: bold;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

ul.navbar-collapse  {
    margin-top: 3px;
}

.menu-buttons > a:hover {
    text-decoration: none;
}

.ul-background > li {
    border-color: #82bb31 !important;
    border-right: solid;
    border-width: 1px;
}

.nav-transparent {
    background: rgba(0,0,0,0.0) !important;
}

.emp-span {
    color: #363636;
    font: 18px Arial;
}

.phone {
    color: #82bb31;
    font: bold 16px Arial;
}

.search-bar {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.rightBlock {
    float: left;
    position: relative;
    width: 150px;
    margin-left: 14px;
    margin-bottom: 12px;
}

.rightTop {
    position: absolute;
    top: 0;
    left: 0;
}

.rightBlock a {
    text-decoration: none;
    color: #254082;
    font: 12px Arial;
}

.rightBlock a:hover {
    text-decoration: underline;
}

.rightBlock span {
    color: #254082;
    font: 12px Arial;
    padding: 8px 5px 8px 26px;
    float: left;
    width: 130px;
    position: relative;
    z-index: 100;
}

.rightLeft {
    position: absolute;
    left: -12px;
}

.h70 {
    height: 70px;
}

.h70 > a {
    float: left;
    color: #254082;
    font: 14px Arial;
    width: 90%;
    border-left: 3px solid #82bb31;
    padding: 2px 8px;
    margin: 0;
}

.copyright {
    float: left;
    color: #a5bcf4;
    font: 11px Arial;
    margin-top: 8.5em;
    margin-left: 6em;
}

#ucbn-main-content {
    padding: 0 3px;
}


.rbButton.btn,
.RadButton_Default.rbSkinnedButton.btn {
    background-image: none !important;
}

.btn span {
    padding: 2px 4px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.btnPopup span {
    font-weight: bold !important;
}


/************************************************************************************************/
/*_____________________________________________________________________________________UCBNLogin*/
.signin-span {
    color: #363636;
    font: 18px Arial;
}

.reg {
    color: #363636;
    font: Arial;
}

.modalBg {
    opacity: 0 !important;
}

.modal-backdrop{
    background-color: transparent !important;
}
/************************************************************************************************/
/*____________________________________________________________________MainCSSFile(mp-authorized)*/
/* ---------------------------------------- BODY ---------------------------------------- */
*:focus,
*:hover {
    outline: none !important;
}

*:focus {
    text-decoration: none !important;
}

.bodyBg {
    background: transparent url(../Images/headBg.jpg) 0 0 repeat-x;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footerBg {
    background: transparent url(../Images/footBg.jpg) 0 100% repeat-x;
    min-height: 120px;
    z-index: -1000000;
}

.header {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0 1em 0 1em;
}

.enjoyPeaceOfMind {
    margin-top: 0.6em;
    color: #254082;
    font-size: 18px;
}

.headerRightElements {
    margin-top: 4px;
}

.clear-txt-decor:hover {
    text-decoration: none;
}

.shoppingCartIcon {
    padding-right: 2.5em;
}

.personalDataIcon {
    padding-right: 0.5em;
}

.userName {
    text-align: right;
    color: #254082;
    font-weight: bold;
}

.exit {
    margin-right: 0.25em;
    color: #82bb31;
}

.bgsIconSmall {
    margin-right: 1em;
}

.mrg-top-0_5 {
    margin-top: 0.5em;
}

.mrg-top-1 {
    margin-top: 1em;
}

.mrg-top-2 {
    margin-top: 2em;
}

.mrg-bot-0_5 {
    margin-bottom: 0.5em;
}

.mrg-bot-1 {
    margin-bottom: 1em;
}

.mrg-bot-1_5 {
    margin-bottom: 1.5em;
}

.mrg-bot-2 {
    margin-bottom: 2em;
}

.mrg-left-2 {
    margin-left: 2.5em;
}

.mrg-left-1 {
    margin-left: 1em;
}

.mrg-top-_2px {
    margin-left: -2px;
}

.mrg-left-20px {
    margin-left: 20px;
}

.div-block {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .mrg-top-0_5-xs {
        margin-top: 0.5em;
    }
}

/* ---------- RadTimePicker ---------- */
table.RadCalendarTimeView_Bootstrap {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5) !important;
}

.RadCalendarTimeView_Bootstrap,
table.RadCalendarTimeView_Bootstrap td {
    background-color: white !important;
    border-color: #e3eaff !important;
    font-size: 10pt;
}

.RadCalendarTimeView_Bootstrap th {
    display: none;
}

.RadCalendarTimeView_Bootstrap a {
    color: #254082 !important;
}

.RadCalendarTimeView_Bootstrap a:hover,
.RadCalendarTimeView_Bootstrap td.rcSelected a {
    background-color: #6e93d0 !important;
    color: white !important;
}

.form-control[disabled],
.form-control[readonly],
.RadInput .riTextBox:disabled,
.RadInputMgr:disabled,
.RadDropDownList .rddlDisabled {
    opacity: 1.0 !important;
    background-color: #ebf1ff !important;
    cursor: default;
}

*:focus,
*:hover {
    outline: none;
}

*:focus {
    text-decoration: none !important;
}

.box-size-16 {
    height: 16px;
}

.box-size-24 {
    height: 24px;
}

.box-size-32 {
    height: 32px;
}

.fc {
    color: #254082;
}

.txt-color {
    color: #254082;
}

.lbl-mrg {
    margin-top: 1.5em;
}

.rddl-mrg {
    margin-top: 0.5em;
}

.btn {
    color: white !important;
    background-color: #6e93d0 !important;
    border-color: #6e93d0 !important;
}

.btn[disabled] {
    cursor: default;
    opacity: 0.5;
    color: white !important;
    background-color: #6e93d0 !important;
    border-color: #6e93d0 !important;
}

.btn[disabled]:hover {
    color: white !important;
    background-color: #6e93d0 !important;
    border-color: #6e93d0 !important;
}

.btn-primary {
    height: 24px;
    padding: 0 0 0 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: white !important;
    background-color: #1c468c !important;
    border-color: #1c468c !important;
}

.page-name__block {
    text-align: center;
}

.page-name {
    color: #82bb31;
    font-size: 14pt;
    line-height: 15pt;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    font-size: 10pt;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.copyright {
    float: left;
    color: #a5bcf4;
    font: 11px Arial;
    margin-top: 8.5em;
    margin-left: 6em;
}

.content-center {
    text-align: center;
    align-content: center;
    align-items: center;
    ruby-align: center;
}

.username {
    text-align: right;
}

.h70 > a {
    float: left;
    color: #254082;
    font: 14px Arial;
    width: 100%;
    border-left: 3px solid #82bb31;
    padding: 0.2em 1em;
    margin: 0;
}

.bs-modal {
    text-align: center;
    vertical-align: middle;
}

.bs-modal-text {
    font-size: 12pt;
    font-weight: bold;
}

.blink-me {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blinker {
    0% {
        opacity: 1.0
    }

    50% {
        opacity: 0.35
    }

    100% {
        opacity: 1.0
    }
}

.form-control,
.RadInput_Bootstrap .riHover,
.RadInput_Bootstrap .riTextBox {
    color: #254082 !important;
    border-color: #C2D2FF !important;
}

.form-control__wrong_data,
.form-control__wrong_data:hover {
    border-color: red !important;
}

.tbox-multiline_80_160 {
    width: 100% !important;
    min-height: 80px !important;
    max-height: 160px !important;
}

.tbox-multiline_320_400 {
    width: 100% !important;
    min-height: 320px !important;
    max-height: 400px !important;
}

.checkbox label,
.radio label {
    color: #254082 !important;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: none !important;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.clear-txt-decor:hover {
    text-decoration: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #254082 !important;
    opacity: 0.5 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #254082 !important;
    opacity: 0.5 !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #254082 !important;
    opacity: 0.5 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #254082 !important;
    opacity: 0.5 !important;
}

@media screen and (max-width: 991px) {
    .smMargin1em {
        margin-bottom: 1em;
    }
}

.text-align-left,
.text-align-left > td,
.text-align-left > th {
    text-align: left !important;
}

.text-align-right,
.text-align-right > td,
.text-align-right > th {
    text-align: right !important;
}


/* Navigation Bar ---------------------------------------------------------- */
.nav.navbar-nav.navbar-collapse li {
    color: #254082;
    font: 14px Arial;
    text-decoration: none;
}

.nav.navbar-nav.navbar-collapse li a {
    color: #254082;
    font: 14px Arial;
    text-decoration: none;
    padding: 0.5em 1em 0.5em 1em !important;
    text-align: center;
}

.nav.navbar-nav.navbar-collapse li a:hover,
.nav.navbar-nav.navbar-collapse li a:focus {
    background-color: #6e93d0 !important;
    color: white;
    font: 14px Arial;
    text-decoration: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #d5dff2 !important;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #e7effe;
    border-color: #c2d2f2;
    width: 280px;
}

.dropdown-menu > li > a {
    text-align: left !important;
}

.ul-background > li {
    border: none;
}

.ul-background > li > a {
    border-radius: 4px !important;
}

.nav-bg-color {
    background-color: transparent !important;
}

.nav-bg-grad {
    background-color: transparent !important;
}

.container > .navbar-header {
    background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #254082 !important;
}

.navbar-default .navbar-toggle {
    border-color: #c2d2ff !important;
}

.navbar-default .navbar-toggle:hover {
    background-color: #c2d2ff !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: rgba(0,0,0,0.0) !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    align-content: center;
}

.link-to-crm {
    color: #254082;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.link-to-crm:hover {
    color: #254082;
    text-decoration: none;
}

/* RadGrid ----------------------------------------------------------------- */
.RadGrid input {
    font-weight: bold;
}

.rgNoRecords > td {
    text-align: center !important;
}

.RadGrid_Bootstrap .rgRow > td,
.RadGrid_Bootstrap .rgAltRow > td {
    height: 36px !important;
}

.RadGrid .rgInfoPart {
    display: none;
}

.rgPagerCell {
    background-color: transparent !important;
    border: none;
    text-align: center;
}

tr.rgPager .rgWrap {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

* + html .rgPager .rgWrap {
    display: inline;
}

* + html .rgPager .rgNumPart a,
* + html .rgPager .rgNumPart span {
    float: none;
    display: inline-block;
}

tr.rgPager .rgAdvPart,
tr.rgPager .rgInfoPart {
    display: none;
}

.rgPageFirst,
.rgPagePrev,
.rgPageNext,
.rgPageLast {
    display: none;
}

.rgNumPart a {
    border: none !important;
    background-color: transparent !important;
    color: #254082 !important;
}

.rgNumPart a:hover {
    background-color: #e7effe !important;
}

.rgNumPart a.rgCurrentPage {
    font-weight: bold;
}

.rgNumPart a.rgCurrentPage span {
    text-decoration: underline;
}


/* Popup ------------------------------------------------------------------- */
.PopUpPanels {
    background-color: white;
    /*background: linear-gradient(to top, #F0F0F0, #FFFFFF);*/
    border: none;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    width: 640px;
}

.pop-up-panel__adaptive {
    background-color: white;
    /*background: linear-gradient(to top, #F0F0F0, #FFFFFF);*/
    border: none;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    width: 640px;
    overflow-y: auto;
    height: auto;
    padding: 1em 2em 1em 2em;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.modalBackground {
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: white;
    border: none;
    font-size: medium;
    padding: 3px;
    width: 640px;
}

.popupTitle {
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
    color: #254082;
}

.popupTxt {
    padding: 0.5em 1em 1em 1em;
    text-align: center;
    color: #254082;
}

.popupTxtSmall {
    padding: 0.5em 1em 0.5em 1em;
    text-align: center;
    color: #254082;
    font-size: 10pt;
}

.popupEnum {
    margin-top: -1em;
    padding: 0 2em 0 2em;
    text-align: left;
}

.btnPopup {
    margin: 0.1em 0.25em 0.1em 0.25em;
    font-weight: bold;
}

.slide-modal {
    animation-name: slide-modal;
    -webkit-animation-name: slide-modal;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

.popup-body-scrolled {
    max-height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
}

#redirect-popup {
    list-style-type: none;
    margin: 0;
    padding: 15px 30px 10px 30px;
}

#redirect-popup > li{
    display: block;
    text-align: left;
}

#redirect-popup__title {
    color: #1c468c;
    font-size: 13pt;
    font-weight: bold;
    text-align: center !important;
    padding: 0 0 10px 0;
}

.redirect-popup__link {
    display: block;
    width: 100%;
    margin: 5px 0;
    padding: 5px;
    border: solid 1px #e3eaff;
    border-radius: 5px;
    text-align: center;
    color: #1c468c;
    font-size: 16px;
    text-decoration: none;
    box-sizing: border-box;
}

.redirect-popup__link:hover {
    text-decoration: none;
    color: #1c468c;
    background: #ebf1ff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#redirect-popup__save-choice {
    padding: 5px 0;
}

#redirect-popup__save-choice--lable {
    padding: 4px 0 0 0;
    display: inline-block;
    color: #1c468c;
}

#redirect-popup__footer {
    text-align: center !important;
}

/*#redirect-popup > li#redirect-popup__header{
    display: block;
}*/

#popup-plain-message {
    padding: 10px 15px;
    max-width: 600px;
}

#popup-plain-message span {
    display: block;
    margin: 5px 0 10px 0;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
}


.ucbn-default-modal {
    background-color: white;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    width: 400px;
}

.ucbn-default-modal-top {
    top: 32px !important;
}

.ucbn-default-modal .modal__header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #e6ecff;
}

.ucbn-default-modal.ucbn-default-modal-success .modal__header {
    background-color: #628d25;
}

.ucbn-default-modal.ucbn-default-modal-error .modal__header {
    background-color: red;
}

.ucbn-default-modal .modal__body {
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px 15px;
    -webkit-overflow-scrolling: touch;
}

.ucbn-default-modal.ucbn-default-modal-top .modal__body {
    max-height: calc(100vh - 164px);
}

.ucbn-default-modal .modal__footer {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #e6ecff;
}

.ucbn-default-modal .modal__header table {
    width: 100%;
}

.ucbn-default-modal .modal__header table td {
    height: 50px;
}

.ucbn-default-modal .modal__header table td.cell__icon {
    color: #6e93d0;
    font-size: 28px;
    width: 50px;
    text-align: center;
}

.ucbn-default-modal.ucbn-default-modal-success .modal__header table td.cell__icon {
    color: #f3faeb;
}

.ucbn-default-modal.ucbn-default-modal-error .modal__header table td.cell__icon {
    color: white;
}

.ucbn-default-modal .modal__header table td.cell__caption {
    color: #254082;
    font-weight: 700;
    font-size: 16px;
}

.ucbn-default-modal.ucbn-default-modal-success .modal__header table td.cell__caption {
    color: #f3faeb;
}

.ucbn-default-modal.ucbn-default-modal-error .modal__header table td.cell__caption {
    color: white;
}

.ucbn-default-modal .modal__header table td.cell__cancel {
    width: 50px;
    text-align: center;
}

.ucbn-default-modal .modal__header table td.cell__cancel a {
    font-size: 20px;
    padding: 0 5px;
    border-radius: 4px;
    color: #6e93d0;
    background-color: #c2d2ff;
    cursor: pointer;
    transition: .5s;
    border: 2px solid #6e93d0;
}

.ucbn-default-modal.ucbn-default-modal-success .modal__header table td.cell__cancel a {
    background-color: #82bb31;
    border-color: #82bb31;
    color: #f3faeb;
}

.ucbn-default-modal.ucbn-default-modal-error .modal__header table td.cell__cancel a {
    background-color: red;
    border-color: white;
    color: white;
}

.ucbn-default-modal .modal__header table td.cell__cancel a:hover {
    color: white;
    background-color: #6e93d0;
}

.ucbn-default-modal.ucbn-default-modal-success .modal__header table td.cell__cancel a:hover {
    background-color: #f3faeb;
    border-color: #f3faeb;
    color: #82bb31;
}

.ucbn-default-modal.ucbn-default-modal-error .modal__header table td.cell__cancel a:hover {
    background-color: white;
    border-color: white;
    color: red;
}

.ucbn-default-modal .modal__body .body__content {
    color: #254082;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.ucbn-default-modal .modal__body .body__content-conditions {
    padding-top: 16px;
    color: #254082;
    font-size: 13px;
    text-align: left;
}

.ucbn-default-modal .modal__body .body__content-conditions p {
    text-indent: 20px;
}

.ucbn-default-modal .modal__footer > table {
    width: 100%;
}

.ucbn-default-modal .modal__footer > table > tbody > tr > td {
    height: 50px;
}

.ucbn-default-modal .modal__footer > table > tbody > tr > td.cell__left {
    text-align: right;
    padding-right: 8px;
}

.ucbn-default-modal .modal__footer > table > tbody > tr > td.cell__right {
    text-align: right;
    padding-right: 12px;
    width: 102px;
}

.ucbn-default-modal .modal__footer div.btn__confirm {
    border: 2px solid #6e93d0;
    cursor: pointer;
    background-color: #6e93d0;
    color: white;
    display: inline-block;
    border-radius: 4px;
    transition: .5s;
    margin-top: 5px;
}

.ucbn-default-modal .modal__footer div.btn__confirm:hover {
    border-color: #254082;
    background-color: #254082;
}

.ucbn-default-modal .modal__footer div.btn__confirm td.cell__icon {
    font-size: 20px;
    padding-left: 12px;
}

.ucbn-default-modal .modal__footer div.btn__confirm td.cell__text {
    font-size: 14px;
    padding: 6px 12px 6px 8px;
    font-weight: 700;
}

.ucbn-default-modal .modal__footer div.btn__cancel {
    border: 2px solid #6e93d0;
    cursor: pointer;
    color: #6e93d0;
    display: inline-block;
    border-radius: 4px;
    transition: .5s;
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 700;
}

.ucbn-default-modal .modal__footer div.btn__cancel:hover {
    border-color: #254082;
    color: #254082;
    background-color: white;
}

@media screen and (max-width: 767px) {
    .ucbn-default-modal {
        width: 100%;
    }

    .ucbn-default-modal-top {
        top: 0 !important;
    }

    .ucbn-default-modal.ucbn-default-modal-top .modal__body {
        max-height: calc(100vh - 100px);
    }

    .ucbn-default-modal .modal__header {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .ucbn-default-modal .modal__footer {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}


@keyframes slide-modal {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide-modal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 991px) {
    .PopUpPanels,
    .modalBackground {
        width: 480px;
    }

    .pop-up-panel__adaptive {
        width: 480px;
        height: 500px;
    }
}

@media screen and (max-width: 539px) {
    .PopUpPanels,
    .modalBackground {
        width: 320px;
    }

    .pop-up-panel__adaptive {
        width: 310px;
    }

    .popupTitle {
        font-size: 11pt;
    }

    .popupTxt {
        font-size: 10pt;
    }

    .popupTxtSmall {
        font-size: 8pt;
    }
}

@media screen and (max-height: 539px) {

    .pop-up-panel__adaptive {
        height: 280px;
    }

}

@media screen and (max-height: 700px) {
    .pop-up-panel__adaptive {
        height: 320px;
    }
}

@media screen and (max-width: 399px) {
    .PopUpPanels,
    .modalBackground {
        width: 260px;
    }

    .popupTitle {
        font-size: 10pt;
    }

    .popupTxt {
        font-size: 9pt;
    }

    .popupTxtSmall {
        font-size: 7pt;
    }
}

/* ---------------------------------------- RadDropDownList ---------------------------------------- */
.RadDropDownList_Bootstrap .rddlInner {
    color: #254082 !important;
    border-color: #c2d2ff !important;
}

.RadDropDownList_Bootstrap .rddlInner:hover,
.RadDropDownList_Bootstrap .rddlFocused {
    background-color: #e3eaff !important;
}

.rddlPopup_Bootstrap .rddlList {
    color: #254082;
    border-color: #c2d2ff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.5);
}

.RadDropDownList_Bootstrap .rddlEmptyMessage,
.RadDropDownList_Bootstrap .rddlDefaultMessage {
    color: #254082;
    opacity: 0.5;
}

.rddlPopup_Bootstrap .rddlItem:hover {
    background-color: #e3eaff;
}

.rddlPopup_Bootstrap .rddlItemSelected,
.rddlPopup_Bootstrap .rddlItemSelected:hover {
    background-color: #6e93d0;
}


/* ---------------------------------------- RadTabStrip ---------------------------------------- */
.radPageView {
    padding-top: 8px;
}


/* ---------------------------------------- ДЛЯ ДЛИННЫХ КНОПОК ---------------------------------------- */
@media screen and (max-width: 1199px) {
    .btnNewStmt {
        font-size: 10pt !important;
    }
}

@media screen and (max-width: 991px) {
    .btnNewStmt {
        font-size: 9pt !important;
    }
}

@media screen and (max-width: 767px) {
    .btnNewStmt {
        font-size: 8pt !important;
    }
}

@media screen and (max-width: 660px) {
    .btnNewStmt {
        font-size: 7pt !important;
    }
}

@media screen and (max-width: 584px) {
    .btnNewStmt {
        font-size: 6pt !important;
    }
}

@media screen and (max-width: 512px) {
    .btnNewStmt {
        font-size: 5pt !important;
    }
}

.RadCalendarMonthView_Bootstrap #rcMView_Today,
.RadCalendarMonthView_Bootstrap #rcMView_Cancel {
    display: none;
}


/************************************************************************************************/

.straxe-please-wait-popup {
    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);
}

.straxe-please-wait-popup-bg {
    background: #808080;
    opacity: .3;
    filter: Alpha(Opacity=30);
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    display: none;
}

.straxe-please-wait-popup {
    background-color: #fafafa;
    border: solid 1px #aaaaaa;
    border-radius: 4px;
    color: #333333;
    display: none;
    outline: none;
    outline-width: 0px;
    overflow: hidden;
    position: fixed !important;
    z-index: 100000001;
    display: none;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.straxe-please-wait-popup table td {
    padding: 5px !important;
}

.questionLbl {
    text-align: left;
    padding: 0 0 4px 4px;
    font-size: 10pt;
    color: #254082;
    display: block;
}

.questionLbl_border {
    text-align: left;
    padding: 0 0 4px 0;
    font-size: 10pt;
    color: #254082;
    display: block;
}

.questionLbl_digit {
    text-align: left;
    padding: 0 0 4px 18px;
    font-size: 10pt;
    color: #254082;
    display: block;
}

.questionLbl_required {
    text-align: left;
    padding: 0 0 4px 0;
    font-size: 10pt;
    color: red;
    display: block;
}

.questionAns_digit {
    padding-left: 33px;
}

.table-adaptive {
    font-size: 10px;
}

.table-adaptive thead tr th,
.table-adaptive thead tr td {
    padding: 1px;
    font-size: 10px;
    text-align: center;
}

.table-adaptive tbody tr th,
.table-adaptive tbody tr td {
    padding: 1px;
}

.ucbn-login-input {
    max-width: 256px;
}

#ucbn-logo {
    width: 200px;
}

#ucbn-login__wrapper {
    width: 220px;
    margin: 0 auto;
}

.ucbn-dro-down-list {
    font-size: 10px;
}

.ucbn-title-text__regular {
    font-size: 14px !important;
    text-align: center;
    color: #254082;
    font-weight: bold;
}

.ucbn-text__regular {
    color: #254082;
    font-size: 10px !important;
}

.ucbn-text__regular-small {
    color: #254082;
    font-size: 9px !important;
}

.ucbn-rad-date-picker {
    font-size: 10px !important;
}

.ucbn-rad-date-picker__calendar .rcMain .rcWeekend a {
    color: black !important;
}

.ucbn-table__default {
    color: rgb(37, 64, 130) !important;
    width: 100% !important;
    border-color: transparent !important;
    font-size: 10px !important;
}

.ucbn-table__default .rgFilterRow {
    text-align: center;
}

.ucbn-table__default .rgHeader,
.ucbn-table__default .rgRow > td,
.ucbn-table__default .rgAltRow > td,
.ucbn-table__default .rgFooter > td,
.ucbn-table__default thead tr th,
.ucbn-table__default tbody tr td {
    padding: 8px 3px !important;
    color: rgb(37, 64, 130) !important;
    border-color: transparent !important;
    height: initial !important;
    background: transparent !important;
    border-top: 1px solid #e7effe !important;
}

.ucbn-table__default thead tr th,
.ucbn-table__default tbody tr td {
    padding: 8px 12px !important;
}

.ucbn-table__default .rgAltRow {
    background: transparent !important;
}

.ucbn-table__default .rgAltRow > td {
    background: transparent !important;
}

.ucbn-table__default .rgRow,
.ucbn-table__default tbody tr td {
    background: #f9f9f9 !important;
}

.ucbn-table__default .rgRow > td,
.ucbn-table__default tbody tr td {
    background: #f9f9f9 !important;
}

.ucbn-table__default .rgRow:hover,
.ucbn-table__default .rgAltRow:hover {
    background: #e7effe !important;
}

.ucbn-table__default .rgRow:hover > td,
.ucbn-table__default .rgAltRow:hover > td {
    background: #e7effe !important;
}

.ucbn-table__default .rgHeader,
.ucbn-table__default thead tr th {
    font-weight: bold !important;
    background: #dde8fe !important;
}

.ucbn-table__default .rgHeader > a {
    color: rgb(37, 64, 130) !important;
}

.ucbn-table__default .rgNoRecords {
    font-size: 10pt !important;
}

.ucbn-table__default .rgRow > td,
.ucbn-table__default .rgAltRow > td {
}

.ucbn-table__default .rgRow > td > a,
.ucbn-table__default .rgAltRow > td > a {
    font-size: 20px;
    opacity: 0.4;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #254082 !important;
}

.ucbn-table__default .rgRow > td > a:hover,
.ucbn-table__default .rgAltRow > td > a:hover {
    opacity: 1;
}

.ucbn-table__default td.rgGroupCol,
.ucbn-table__default td.rgExpandCol {
    border-color: transparent !important;
    background: transparent;
}

.ucbn-table__default td.rgExpandCol .rgIcon {
    color: rgb(37, 64, 130);
    font-size: 16px;
}

.ucbn-table__default .rgSelectedRow {
    background: #dde8fe !important;
}

.ucbn-table__frame {
    width: 100%;
    border: none;
}

.ucbn-table__frame thead, .ucbn-table__frame tbody {
    border: none;
}

.ucbn-table__frame thead tr {
    border: 1px solid #6e93d0;
}

.ucbn-table__frame tbody tr {
    border-left: 1px solid #6e93d0;
    border-right: 1px solid #6e93d0;
    border-bottom: 1px solid #6e93d0;
}

.ucbn-table__center tr th, .ucbn-table__center tr td {
    text-align: center;
}

/* ---------------------------------------- RadScheduler ---------------------------------------- */
.ucbn-calendar .RadScheduler_Bootstrap {
    border: 1px solid #d6e4ff;
    border-radius: 4px;
}

.ucbn-calendar .RadScheduler .rsTopWrap {
    width: 100% !important;
    border: none !important;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsHeader {
    background-color: #ebf2ff;
    border: none;
    border-bottom: 1px solid #d6e4ff;
    color: #254082;
    padding: 4px !important;
}

.ucbn-calendar .RadScheduler .rsHeader .rsCurrent {
    font-size: 10pt;
    font-weight: 500;
    padding: 3px 16px 0px 16px;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsToolbar .rsButton {
    background-color: transparent;
    border-color: rgba(97, 130, 184, 0.5);
    color: #254082;
    padding: 2px 8px 2px 8px;
    font-weight: 500;
    cursor: pointer;
    font-size: 10pt;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsToolbar .rsButton:hover {
    border-color: #6e93d0;
    background-color: #d6e4ff;
}

.ucbn-calendar .RadScheduler .rsContentWrapper,
.ucbn-calendar .RadScheduler .rsOverflowExpand .rsContentScrollArea,
.ucbn-calendar .RadScheduler_Bootstrap .rsHorizontalHeaderWrapper > div {
    width: 100% !important;
    height: 100% !important;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsHorizontalHeaderTable th {
    background-color: #ebf2ff !important;
    border: none !important;
    border-bottom: 1px solid #d6e4ff !important;
    font-weight: 500 !important;
    font-size: 10pt !important;
    text-align: center !important;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsContentTable td {
    color: #254082;
    font-size: 10pt;
    font-weight: 600;
    border: 1px dotted #d6e4ff;
    border-left: 1px dotted transparent;
    border-top: 1px dotted transparent;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsContentTable .rsLastCell {
    border-right: 1px dotted transparent;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsContentTable td:hover,
.ucbn-calendar .RadScheduler_Bootstrap .rsContentTable td:focus {
    background-color: #f0f5ff;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsContentTable .rsOtherMonth {
    background-color: transparent;
    opacity: 0.75;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsContentTable .rsSelectedSlot,
.ucbn-calendar .RadScheduler_Bootstrap .rsContentTable .rsSelectedSlot:hover,
.ucbn-calendar .RadScheduler_Bootstrap .rsContentTable .rsSelectedSlot:focus {
    border: 2px solid #6e93d0 !important;
    background-color: #e6eeff !important;
}

.ucbn-calendar .rsResourses .rsContent .rsMonthView {
    min-height: 460px !important;
}

.ucbn-calendar .RadScheduler .rsMonthView .rsAptContent {
    cursor: pointer;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsSpacerCell,
.ucbn-calendar .RadScheduler_Bootstrap .rsAllDayHeader,
.ucbn-calendar .RadScheduler_Bootstrap .rsVerticalHeaderTable th {
    background-color: #ebf2ff !important;
    border-color: #d6e4ff !important;
    font-weight: 500 !important;
    font-size: 10pt !important;
    text-align: center !important;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsVerticalHeaderTable th {
    background-color: #ebf2ff !important;
    border-bottom: 1px solid #d6e4ff !important;
    border-right: 1px solid #d6e4ff !important;
    font-weight: 500 !important;
    font-size: 10pt !important;
    text-align: center !important;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsContentTable .rsAlt td {
    border-color: transparent !important;
    border-bottom: 1px dotted #d6e4ff !important;
    border-right: 1px dotted #d6e4ff !important;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsAgendaTable th,
.ucbn-calendar .RadScheduler_Bootstrap .rsAgendaTable td {
    border-bottom: 1px solid #d6e4ff !important;
    border-right: 1px solid #d6e4ff !important;
    color: #254082 !important;
    font-weight: 500 !important;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsAgendaTable th {
    background-color: #ebf2ff !important;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsAgendaTable .rsAgendaRowSelected {
    border-color: #d6e4ff !important;
    background-color: #f2f7ff !important;
    color: #254082 !important;
}

.ucbn-calendar .RadScheduler .rsMonthView .rsAptResizeStart,
.ucbn-calendar .RadScheduler .rsTimelineView .rsAptResizeStart,
.ucbn-calendar .RadScheduler .rsTimelineView .rsAptResize,
.ucbn-calendar .RadScheduler .rsMonthView .rsAptResize {
    margin-top: -2px !important;
}

.ucbn-calendar .RadScheduler_Bootstrap .rsAptContent {
    color: #254082 !important;
}

.ucbn-calendar .RadScheduler .rsApt {
    min-height: 35px !important;
}

/* __________________________________________________________________ RadComboBox */
.RadComboBoxDropDown_Default {
    border-color: #c2d2ff !important;
}

.RadComboBoxDropDown_Default .rcbHovered,
.RadComboBoxDropDown_Default .rcbLoading,
.RadComboBoxDropDown_Default .rcbItem em,
.RadComboBoxDropDown_Default .rcbCheckAllItemsHovered {
    color: white !important;
    background-color: #6e93d0 !important;
}

/* __________________________________________________________________ Pretty Checkbox */
.pretty input:checked~.state.p-primary-o label,
.pretty.p-toggle .state.p-primary-o label {
    font-weight: bold;
}

.pretty-cbx__table tr {
    cursor: pointer;
}

.pretty-cbx__table td {
    padding: 4px 0;
}

.pretty-cbx__table td.cbx {
    padding-left: 20px;
}

.pretty-cbx__table tr.selected td.text {
    font-weight: bold;
}

.pretty.fixed-color .state:before {
    border-color: #254082 !important;
}

.pretty.p-switch .state label:after {
    background-color: #254082 !important;
}

/*__________________________________________________________________ Last. Media*/

/*__________________________________________________________________480*/
@media screen and (min-width: 480px) {
    .ucbn-table__default {
        min-width: 100%;
    }

}

/*__________________________________________________________________640*/
@media screen and (min-width: 640px) {
    .table-adaptive {
        font-size: 9pt;
    }

    .table-adaptive thead tr th,
    .table-adaptive thead tr td {
        padding: 8px;
        font-size: 9pt;
        text-align: initial;
    }

    .table-adaptive tbody tr th,
    .table-adaptive tbody tr td {
        padding: 8px;
    }

    .ucbn-dro-down-list {
        font-size: 9pt;
    }

    .ucbn-rad-date-picker {
        font-size: 9pt !important;
    }

    .ucbn-table__default {
        min-width: 600px;
        font-size: 9pt !important;
    }

    .page-name {
        padding: 1em 0 1em 0;
    }

    .ucbn-text__regular {
        font-size: 9pt !important;
    }

    .ucbn-title-text__regular {
        font-size: 12pt !important;
    }

    .ucbn-text__regular-small {
        font-size: 8pt !important;
    }
}

/*__________________________________________________________________768*/
@media screen and (min-width: 768px) {
    #ucbn-main-content {
        padding: 0 3em 0 3em;
    }

    #ucbn-logo {
        margin-left: 4em;
        width: auto;
    }

    #ucbn-login__wrapper {
        width: auto;
        margin: auto;
    }
}


/*__________________________________________________________________1000*/
@media screen and (min-width: 1000px) {
    .ucbn-table__default {
        min-width: 800px;
    }
}

/*__________________________________________________________________1200*/
@media screen and (min-width: 1200px) {
    .ucbn-table__default {
        min-width: 1100px;
    }
}


/*_________________________________________________________________1600*/
@media screen and (min-width: 1700px) {

}


/*_________________________________________________________________1920*/
@media screen and (min-width: 1920px) {

}


/******************************************************************************/