﻿.errorMessage {
    border: 1px solid red;
    padding: 5px;
    color: red;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 500px;
    margin: 0 auto 20px auto;
}

.languageSwitcher {
    text-align: right;
    padding: 5px 20px;
    font-size: 12px;
}

.busyPanelContainer {
    width: 1px;
    height: 1px;
    position: relative;
    margin: 0px auto;
}

.busyPanel {
    position: absolute;
    z-index: 1000;
    background-color: rgba(0,0,0,0.3);
    width: 320px;
    height: 520px;
    margin: 0 auto;
    left: -160px;
    display: none;
}

.register-progress {
    height: 40px;
    width: 510px;
    margin: 0 0 25px -8px !important; /* Original -  margin: 0 0 45px -8px*/
}

.auth-form-tip p {
    margin-top: 5px;
    text-align: left;
}

.resendOtpLinkHolder {
    width: 100%;
    margin-top: 10px;
}

    .resendOtpLinkHolder a {
        float: right;
    }

.jsFieldTipContent {
    /*display: none;*/
}

#resendOtpSuccessfulyMessage {
    color: #fe8000;
    font-weight: bold;
    display: none;
}

/*  Increase font size  */
.font-size-switcher {
    width: 160px !important;
    line-height: 18px !important;
}

.font-size-switcher-label {
    font-size: 16px !important;
}

/*  Logo. Adding no-repeat to bg img  */
.header-logo {
    background-repeat: no-repeat;
    position: absolute;
    width: 190px;
    height: 30px;
}


.settings-link-wrapper {
    background: #fe8000;
    margin-left: -20px;
    margin-right: -20px;
}

    .settings-link-wrapper a {
        color: #fff !important;
    }


#sessionTime {
    position: absolute;
    left: 10px;
    top: 10px;
}

#lockPanel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    
}

#gears {
    background: url('img/gears.GIF') no-repeat;
    width: 200px;
    height: 210px;
    background-position: 30px 25px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #fff;
    /*position: relative;
    margin: 400px auto 0 auto;*/
    position: absolute;
    display: none;
    font-family: 'Helvetica Bold',Arial,sans-serif;
    color: #999;
}

#busyText {
    margin-top: 180px;
    text-align: center;
}

.card-info-field-label {
    color: #BEBEBE;
    display: inline-block;
    vertical-align: top;
    width: 53%;
    margin-right: 2%;
}

.card-info-field-value {
    vertical-align: top;
    display: inline-block;
    width: 45%;
}

#popup {
    margin-bottom: 50px;
}

/*
.isIE #popupContentWrapper {
    width: 840px;
    
}

.isIE #popupContentWrapper .details {
    width: 840px;
}
*/

.details-filed-label {
    width: 190px;
    color: #BEBEBE;
}

.details-filed-content {
    width: 260px;
}

.display-time-counter {
    color: #999;
    text-align: left;
    font-size:12px;
    display: none;
}

.display-time-counter table td {
    padding-left: 10px;
}

.editable-text-icon {
    cursor: pointer;
}


.service-item-delete-button {
    margin-top: 28px !important;
}

.service-item-delete-cancel {
    margin-top: 10px !important;
}

/*.notification-error .notification-text {
    white-space: normal;
}*/

.stat-page-content-holder a,
.stat-page-content-holder-help a {
    color: #fe8000;
    text-decoration: underline;
}

.stat-page-content-holder-help .title {
    font-family:Helvetica, Arial, sans-serif;
    font-size:24px;
    width:100%;
    text-align:center;
    margin-bottom:30px;
}

.stat-page-content-holder-help .title.page404 {
    color: #fe8000;
    font-size: 30px;
}

.stat-page-content-holder-help .description {
    font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
    line-height: 22px;
}

.stat-page-content-holder-help div {
    margin-bottom: 40px;
}

/*.history-result,*/ .history-timeline-more {
    /*display: none;*/
}


.lang-without-icon.selected {
    font-weight: bold;
}


.stat-page-content-holder .text,
.auth-login-forgot-password-container .text{
    font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
    line-height: 22px;
    padding: 30px 40px 30px 30px;
}

.auth-login-forgot-password-container .text .title {
    color: #313b4a;
font-weight: 700;
font-size: 24px;
line-height: 28px;
    padding-bottom: 20px;
}


.stat-page-content-holder-help img:hover {
    /*cursor: url('img/zoom.png'), pointer;*/
    cursor: zoom-in;
}

.center {
    text-align: center;
}







.start-page-form {
    /*width: 100%;*/
    margin: 0 2em;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 25px 20px 15px;
    /*-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);*/
}

.isLargeFonts .start-page-form .details-filed-label,
.isLargeFonts .start-page-form .details-filed-content{
    font-size: 16px;
}

.isLargeFonts .stat-page-content-holder p,
.isLargeFonts .stat-page-content-holder-help .description {
    font-size: 16px;
}

.isLargeFonts .stat-page-content-holder-help .title,
.isLargeFonts .stat-page-content-holder .title {
    font-size: 26px;
}

.isLargeFonts .start-page-form .details-title-text {
    font-size: 26px;
}

.start-page-form .details-title-text {
    font-weight: normal;
}



.start-page-form .details-filed-label {
    width: 200px;
}

.start-page-form .details-filed-content {
    width: 340px;
}

.start-page-form .details-content {
    padding: 20px 20px;
}


.start-page-form a
{
    color: #fe8000;
    text-decoration: underline;
}

.stat-page-content-holder-help .description p{
    padding-bottom: 12px;
}


.auth-form-old-browser .service-item{
    float: left;
}

.browser-icons {
    height: 150px;
}

.isIE6 .service-item
{
    margin: 0 10px !important;
}

.isIE6 .service-item-info {
    display: none;
}

.payment-wizard-card-to-card-comission {
    /*display: none;*/
}


/*Не работают ссылки на странице реквизитов карточных договоров */
/*скрытие ссылок*/

.details-actions,
.details-delimiter {
    display: none;

}

.details-groups {
    margin-right: 0;
}

.details-filed-content {
    width: 500px !important;
}

.filter-tab-item-label-hide,
.filter-tab-item-control-hide
{
    display: none;
}

#login .exchange-rates-calendar-block {
    width: 72px !important;
}
.support-wrapper {
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
    width: 230px;
    height: 50px;
}

.support-text {
    text-align: center;
    margin-bottom: 1em;
    padding-right: 13px;
}

.support-icons {
    width: fit-content;
    margin: 0 auto;
}
.details-filed-content .support-icons {
    width: auto;
}

.support-icons .icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: inline-block;
}

        .support-icons .icon.telegram {
            background: url(/Content/images/svg/telegram.svg) no-repeat;
            background-size: contain;
        }

        .support-icons .icon.viber {
            background: url(/Content/images/svg/viber.svg) no-repeat;
            background-size: contain;
        }

        .support-icons .icon.google-messages {
            background: url(/Content/images/svg/google.svg) no-repeat;
            background-size: contain;
        }

        .support-icons .icon.apple-business-chat {
            background: url(/Content/images/svg/iMessage.svg) no-repeat;
            background-size: contain;
        }
    .support-icons .icon.hidden {
        display: none;
    }

.main-panel-menu-link .icon.information-for-consumers {
    background-image: url(/Content/images/svg/masonry/documents.svg);
    background-size: 70%
}

.banner-newapp-large-size {
    width: 100%;
}

.banner-newapp-large-size img {
    width: 100%;
}