﻿/***************ANIMATION*****************/

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    20% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    40% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    60% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    80% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    100% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
}

@-moz-keyframes shake {
    0% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    20% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    40% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    60% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    80% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    100% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    20% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    40% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    60% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    80% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    100% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 0.6s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 0.6s;
}

/*****************************CABINET**************************/

.cabinet-content-wrapper {
    margin: 30px 15px 0 15px;
}

.cabinet-content-header {
    border-bottom: 3px solid #454546;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 10px;
}

div.cabinet-content-wrapper .info-panel .table .body .row:hover {
    background-color: #3F3F41;
}

div.cabinet-wrapper .info-panel .icon {
    width: 25px;
    height: 25px;
    float: left;
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    opacity: 0.4;
}

div.cabinet-wrapper .info-panel .icon.icon-right {
    float: right;
}

    div.cabinet-wrapper .info-panel .icon:hover {
        opacity: 0.9;
    }

    .icon-edit {
        background-image: url('/Images/icons/common/editicon24.svg');
    }

    .icon-remove {
        background-image: url('/Images/ui/delete_field.svg');
    }

    .icon-play {
        background-image: url('/Images/icons/cabinet/playicon.svg');
    }

    .icon-key {
        background-image: url('/Images/icons/cabinet/reset_password.svg');
    }

div.cabinet-content-wrapper .info-panel .icon-refresh-wrapper {
    margin: 3px 0 0 -10px;
    text-align: left;
}

div.cabinet-content-wrapper .info-panel .icon.icon-refresh {
    opacity: 1;
    visibility: visible;
    background-image: url('/Images/icons/cabinet/refreshicon24.svg');
}

div.cabinet-content-wrapper .info-panel .icon.icon-correct {
    background-image: url('/Images/icons/cabinet/correct24.svg');
    opacity: 1;
    visibility: visible;
}

div.cabinet-content-wrapper .info-panel .icon-table {
    width: 50px;
    height: 50px;
    float: left;
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
}

div.cabinet-content-wrapper .info-panel a {
    color: #FFFFFF;
    text-decoration: none;
}

.icon-delete {
    background-image: url('/Images/icons/cabinet/deleteicon.svg');
}

.shopping-cart-wrapper {
    margin: 50px 20px 0 20px;
    padding-bottom: 20px;
}

.btn-shopping-cart {
    width: 100%;
    background: #9CA270 url('/Images/icons/cabinet/add_to_card.svg') 5px 4px no-repeat;
    text-align: left;
    padding-left: 36px;
}

    .btn-shopping-cart .delimiter {
        height: 19px;
        padding: 3px 0;
        border-left: 1px solid #FFFFFF;
        float: right;
        margin-right: 10px;
    }

    .btn-shopping-cart .cost {
        float: right;
    }

div.content-wrapper div.mmb-kv div.mmb-kv-caption span {
    background-color: #363637;
}

.info-panel .ui-select-container .ui-select-choices a {
    text-decoration: none;
    color: #FFFFFF;
}

.visitor-wrapper .user-wrapper .profile-settings {
    margin-left: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
}

.visitor-wrapper .user-wrapper .profile-settings .popover {
    background-color: #272728;
    border-color: #272728;
    width: 200px;
    border-radius: 2px;
}

.visitor-wrapper .user-wrapper .profile-settings .popover span {
    margin-left: 6px;
}

.visitor-wrapper .user-wrapper .profile-settings .popover .arrow:after {
    border-bottom-color: #272728;
}

.visitor-wrapper .user-wrapper .profile-settings .popover .popover-inner {
    width: 200px;
}

.visitor-wrapper .user-wrapper .profile-settings .popover .popover-inner .popover-content {
    color: #FFFFFF;
}

div.visitor-wrapper .settings {
    width: 30px;
    height: 20px;
    background-image: url('/Images/icons/cabinet/multidots24.svg');
    background-repeat: no-repeat;
    float: left;
    opacity: 0.4;
}

div.visitor-wrapper .settings:hover {
    opacity: 1;
}

.icon {
    height: 25px;
    width: 25px;
    float: left;
    background-repeat: no-repeat;
}

.icon-pause {
    background-image: url('/Images/icons/common/pauseicon.svg');
}

.icon-refresh {
    background-image: url('/Images/icons/cabinet/refreshicon24.svg');
}

.icon-print {
    background-image: url('/Images/icons/common/print.svg');
}
.icon-refund {
    background-image: url('/Images/icons/common/refund.svg');
}

.user-wrapper .delimiter-vertical {
    border-right: 1px solid #535354;
    display: inline-block;
    height: 13px;
    float: left;
    margin: 3px 7px;
}

.user-wrapper .status {
    margin-left: 7px;
    margin-top: -2px;
    padding: 2px 7px 2px 5px;
    color: #FFFFFF;
    border-radius: 2px;
    text-transform: uppercase;
}

.status-success {
    background-color: #9CA270;
}

.status-error {
    background-color: #BC5454;
}

.status-warning {
    background-color: #AA8240;
}

.status-info {
    background-color: #5D9FAB;
}

/*********************EVENTS********************/

.cabinet-event-regiset-cost-main {
    font-size: 42px;
    font-weight: bold;
    float: left;
    margin-top: -12px;
}

.cabinet-event-register-visitors-wrapper {
    clear: both;
    margin-top: 20px;
}

.cabinet-event-register-visitors-cost {
    float: left;
}

.cabinet-event-register-time-wrapper div {
    margin-top: 16px;
    border-bottom: 3px solid #484849;
}

.cabinet-event-register-time-wrapper > div > span {
    float: right;
}

.cabinet-event-register-btn-wrapper {
    margin-top: 30px;
}

    .cabinet-event-register-btn-wrapper button {
        width: 100%;
    }

div.cabinet-event-registration-wrapper .wizard-wrapper {
    text-align: center;
    margin-top: 30px;
}

div.cabinet-event-registration-wrapper .content-wrapper {
    margin-top: 40px;
}

div.cabinet-event-registration-wrapper .wizard-wrapper .wizard .item {
    width: 140px;
    text-align: center;
}

div.cabinet-event-registration-wrapper .info-panel {
    margin: 15px 0;
}

div.cabinet-content-wrapper .info-panel .promocode {
    border-bottom: 1px dashed;
}

div.cabinet-content-wrapper .info-panel .total {
    font-size: 19px;
}

div.cabinet-content-wrapper .info-panel .total-section span {
    padding-right: 5px;
}

div.cabinet-content-wrapper .info-panel .total-section input {
    text-align: right;
    padding-right: 5px;
}

    div.cabinet-event-registration-wrapper .info-panel .buttons-cart {
        margin-right: 10px;
    }

        div.cabinet-event-registration-wrapper .info-panel .buttons-cart form {
            float: right;
        }

        div.cabinet-event-registration-wrapper .info-panel .buttons-cart form input {
            margin-right: 5px;
            width: 150px;
        }

        div.cabinet-event-registration-wrapper .info-panel .buttons-cart button {
            float: right;
            margin-right: 5px;
            text-transform: uppercase;
        }

            div.cabinet-event-registration-wrapper .info-panel .buttons-cart button.add-to-cart {
                background: #444445 url('/Images/icons/cabinet/add_to_card.svg') 5px 4px no-repeat;
                padding-left: 30px;
            }

            div.cabinet-event-registration-wrapper .info-panel .buttons-cart button.pay-online {
                background: #9CA270 url('/Images/icons/cabinet/pay now.svg') 5px 4px no-repeat;
                padding-left: 35px;
            }

div.cabinet-content-wrapper .social-icons-wrapper {
    padding: 20px 0;
    border-top: 1px solid #484849;
}

/************************PROFILE*************************/

div.cabinet-content-wrapper div.profile-wrapper div.info-panel.white a {
    color: #9CA270;
}

div.cabinet-content-wrapper div.profile-wrapper div.info-panel.white.fileList > div {
    clear: both;
}

div.cabinet-content-wrapper div.profile-wrapper div.info-panel.white.fileList > .header {
    background-color: #b1b0a6;
}

div.cabinet-content-wrapper div.profile-wrapper div.info-panel.white {
    background-color: #fffef4;
}

    div.cabinet-content-wrapper div.profile-wrapper div.info-panel.white.fileList > div.alert {
        border-radius: 0px;
        background-color: #F5E5DA;
        border: none;
        border-left: 2px solid #BC5454;
        text-transform: uppercase;
        position: relative;
        padding-left: 40px;
        padding-top: 10px;
    }

        div.cabinet-content-wrapper div.profile-wrapper div.info-panel.white.fileList > div.alert a {
            height: 30px;
            width: 30px;
            top: 10px;
            position: absolute;
            left: 5px;
            opacity: 1;
            background: url('/Images/alert error icon.svg') no-repeat 3px;
        }

            div.cabinet-content-wrapper div.profile-wrapper div.info-panel.white.fileList > div.alert a.close:hover, a.close:focus {
                opacity: 1;
            }

div.cabinet-content-wrapper div.profile-wrapper div.icon-attach {
    font-size: 17px;
    width: 27px;
    background-repeat: no-repeat;
    height: 23px;
    background-image: url('/Images/attach_white_icon.svg');
}

div.cabinet-content-wrapper div.profile-wrapper div.info-panel.white.fileList div button {
    float: right;
}

div.cabinet-content-wrapper div.profile-wrapper div.info-panel.white.fileList input.apply-docupload {
    padding-top: 10px;
    width: 89%;
    background-color: #fffef4;
    border: none;
}

div.input-file {
    width: 100%;
    margin-top: 25px;
}

.apply-docupload {
    padding-top: 10px;
    width: 89%;
    background-color: #fffef4;
    border: none;
    color: #000000;
}

div.visitor-personal-info.info-panel:hover {
    background-color: #3F3F41;
}

div.cabinet-content-wrapper div.profile-wrapper div.info-panel.white:hover {
    background-color: #fffef4;
}

div.cabinet-content-wrapper .profile-wrapper .info-panel {
    margin: 0 30px 30px 0;
}

    div.cabinet-content-wrapper .profile-wrapper .info-panel label {
        display: inline-table;
    }

    div.cabinet-content-wrapper .profile-wrapper .info-panel div.answer {
        display: inline-flex;
        word-break: break-all;
        width: 47%;
    }

    div.cabinet-content-wrapper .profile-wrapper .info-panel:hover {
        background-color: #3F3F41;
    }

    div.cabinet-content-wrapper .profile-wrapper .info-panel .icon {
        visibility: hidden;
        float: right;
    }

    div.cabinet-content-wrapper .profile-wrapper .info-panel:hover .icon {
        visibility: visible;
        float: right;
    }

/***************************SHOPPING CART**************************/

div.shopping-cart-wrapper .info-panel .buttons-cart {
    margin-right: 10px;
}

    div.shopping-cart-wrapper .info-panel .buttons-cart button {
        float: right;
        margin-right: 5px;
        text-transform: uppercase;
    }

    div.shopping-cart-wrapper .info-panel .buttons-cart .btn-update {
        width: 110px;
    }

    div.shopping-cart-wrapper .info-panel .buttons-cart .btn-pay-now {
        width: 150px;
    }

div.shopping-cart-wrapper .info-panel .total-section .total {
    font-size: 24px;
}

div.shopping-cart-wrapper .info-panel .col-icon-refresh {
    width: 5%;
    display: inline-block;
    float: left;
    height: 1px;
}

div.shopping-cart-wrapper .info-panel .table .body .row .col-icon-refresh .icon {
    visibility: visible;
    margin-top: 3px;
}

div.shopping-cart-wrapper .info-panel .table .body .row .col-remove {
    padding-top: 17px;
    padding-right: 0;
    text-align: right;
}

    div.shopping-cart-wrapper .info-panel .table .body .row .col-remove * {
        width: 100%;
    }

div.shopping-cart-wrapper .info-panel .discount {
    padding-top: 12px;
}

    div.shopping-cart-wrapper .info-panel .discount input {
        text-align: right;
    }

div.shopping-cart-wrapper .info-panel .table .body .row .icon {
    visibility: hidden;
}

div.shopping-cart-wrapper .info-panel .table .body .row:hover .icon {
    visibility: visible;
}

div.shopping-cart-wrapper .info-panel .table .header .img-big {
    padding: 0;
    width: 50px;
    height: 1px;
}

div.shopping-cart-wrapper .info-panel .table .body .img-big {
    height: 50px;
    width: 50px;
    margin: 15px 0 0 0 !important;
    padding: 0;
}

div.shopping-cart-wrapper .info-panel .table .body .product-of-service {
    padding-top: 10px;
}

div.shopping-cart-wrapper .info-panel .table .body .amount {
    padding-top: 18px;
}

div.shopping-cart-wrapper .info-panel .table .body .img-big .event-registration {
    border: 1px solid #535354;
    width: 100%;
    height: 100%;
}

/*****************************MY GROUP****************************/

div.cabinet-content-wrapper .my-group-wrapper .info-panel a {
    color: #9CA270;
    text-transform: uppercase;
}

div.cabinet-content-wrapper .my-group-wrapper .icon {
    float: right;
    visibility: hidden;
}

div.cabinet-content-wrapper .my-group-wrapper .table .body .row:hover .icon {
    visibility: visible;
    margin-top: 12px;
}

/*****************************MEMBERSHIP***************************/

div.cabinet-content-wrapper .info-panel .membership-documents-wrapper a {
    color: #9CA270;
    text-transform: uppercase;
}

/*****************************SETTINGS********************************/

.cabinet-settings-wrapper .icon {
    margin-top: -2px;
}

.cabinet-settings-wrapper div.row {
    width: 198px;
}

.cabinet-settings-wrapper div.row:hover {
    background-color: #1C1C16;
}