
/* common */

.m-white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 380px;
    margin: 20px auto;
    border-radius: 9px;
}

.m-popup-header {
    text-align: center;
    font-size: 31px;
    line-height: 33px;
    font-weight: 100;
}

.m-popup-text {
    text-align: center;
    padding: 40px;
}


/* login popup */

.m-login-form {
    text-align: center;
    max-width: 580px;
}
.m-login-auth-logo {
    margin-top: 80px;
}
.m-login-auth-header {
    margin-top: 13px;
    color: #8D9C9F;
    font-size: 20px;
    font-weight: normal;
}
.m-login-auth-etxt {
    display: inline-block;
    padding: 12px 50px 12px 50px;
    margin-top: 48px;
    margin-bottom: 70px;
    color: white;
    background-color: #41C8FF;
    border-radius: 25px;
    letter-spacing: 2px;
    box-shadow: 0px 15px 15px 1px rgba(66, 200, 255, 0.31);
}
.m-login-auth-etxt:hover {
    cursor: pointer;
    opacity: 0.8;
}
.mfp-close-btn-in .mfp-close {
    color: white;
    background-image: url(/images/main/popup-close.png);
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 8px;
    font-size: 0px;
    right: 14px;
    top: 13px;
}
.mfp-close-btn-in .mfp-close:active {
    top: 12px;
}


/* modules\client\attestat\html\portf_form.html */

.m-portf-form-title {
    font-weight: bold;
}
.m-portf-form-work {
    color: grey;
}
.m-portf-form-category {
    color: #00759E;
}
.m-portf-form-is-sell {
    color: #FF5400;
}
.m-portf-form-desc {
    font-size: 13px;
    margin-left: 25px;
    margin-top: 10px;
}
.m-portf-form-view-link {
    font-size: 13px;
    margin-left: 25px;
}
.m-portf-form-ref {
    font-size: 13px;
    color: #009FD9;
    text-decoration: underline;
}
.m-portf-form-date {
    font-size: 13px;
    text-align: right;
    margin-top: 5px;
}


/* modules\client\attestat\html\att_form.html */

.m-portf-form-text {
    width: 100%;
    box-sizing: border-box;
}

/* modules\client\attestat\html\orph_form.html */

.m-big-list-form {
    max-width: 920px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.m-big-list-form .m-popup-content {
    max-height: none;
}

.m-big-list-form-subheader {
    margin-bottom: 7px;
}

/* modules\client\attestat\html\att_edu_list.html */

.m-mid-list-note {
    color: #86a2b2;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
    border: 1px solid #86a2b2;
    padding: 6px;
}
.m-mid-list-form {
    max-width: 700px;
}
.m-mid-list-checkbox {
    position: absolute;
    top: 15px;
    left: 14px;
}
.m-mid-list-col2 {
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.m-mid-list-no-items {
    text-align: center;
    padding: 30px;
}


/* common */

.m-popup-timer {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1500;
    border-radius: 25px;
    color: #303030;
    padding: 6px;
    border: 1px solid #303030;
    margin-right: 10px;
    margin-top: 10px;
    width: 150px;
    font-size: 25px;
    text-align: center;
    background-color: whitesmoke;
}

.m-popup-content {
    max-height: 430px;
    overflow: auto;
}

.m-popup-comment, .m-popup-note {
    color: #86a2b2;
    font-size: 13px;
    line-height: 18px;
    max-width: 520px;
    margin: 15px auto;
}
.m-popup-comment {
    text-align: center;
}
.m-popup-note {
    text-align: left;
}

.m-popup-error {
    color: red;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 31px;
}

.m-popup-buttons {
    padding: 20px 10px 10px 10px;
}

.m-popup-button {
    max-width: 200px;
    margin: 0 auto;
}

.m-popup-inner-content {
    padding-top: 15px;
}

.m-popup-item {
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
}
.m-popup-item:nth-child(2n) {
    background-color: #e9eaea;
}

.m-popup-quest-choice-item {
    position: relative;
    padding-left: 25px;
}
.m-popup-quest-choice-radio {
    position: absolute;
    top: 4px;
    left: 7px;
}