﻿.pageHeaderWrapper {
    display: none;
}

.RadAjax .raDiv, .RadAjax .raColor{
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
}

html, body, form, form > div.fullWidth, .mainContent {
    height: 100%;
    width: 100%;
}

body {
    background-color: #f6f6f6;
}

.mainContent > .displayRow > .displayCell:first-of-type {
    display: none;
}

.mainContent > .displayRow > .displayCell:last-of-type {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .mainContent > .displayRow > .displayCell:last-of-type {
        vertical-align: top;
        box-sizing: border-box;
        padding: 20px;
        position: relative;
    }
}

.pageContent > #smpBreadCrumbs {
    display: none;
}

.loginFormWrapper {
    position: relative;
    margin: 0 auto;
    width: 642px;
}

@media screen and (max-width: 1024px) {
    .loginFormWrapper {
        width: 280px;
        position: static;
    }
}

.loginForm {
    background-color: white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.loginContacts {
    position: absolute;
    left: 100%;
    top: 0;
    color: #999;
    font-size: 18px;
    margin-left: 30px;
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .loginContacts {
        position: static;
        font-size: 16px;
        margin: 0;
        width: 280px;
        margin: 0 auto;
        border-top: 2px solid #ddd;
        padding-bottom: 20px;
        padding-top: 25px;
    }
}

.loginContacts div {
    white-space: nowrap;
}

.loginContacts a {
    color: #027dca;
    font-size: 16px;
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .loginContacts a {
        font-size: 14px;
    }
}


@media screen and (max-width: 1024px) {
    .loginContacts .phones,
    .loginContacts .links {
        display: inline-block;
        width: 50%;
        float: left;
    }
}

.loginContacts .phones {
    text-align: left;
}

    .loginContacts .phones div:first-child {
        margin-bottom: 10px;
    }

.loginContacts .links {
    text-align: left;
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .loginContacts .links {
        text-align: right;
        margin-top: 0;
    }
}

.loginContacts .links div:first-child {
    margin-bottom: 8px;
}



.helpMenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-left: 10px;
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .helpMenu {
        position: static;
        font-size: 14px;
        margin: 0;
        text-align: center;
        margin-top: 20px;
    }
}

.helpMenu a[href="#MainContent_HelpMenu_SkipLink"] {
    display: none;
}

.helpMenu #MainContent_HelpMenu {
    float: none !important;
}

.helpMenu ul {
    margin: 0;
    padding: 0;
    float: none !important;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .helpMenu ul {
        width: 280px !important;
        display: block;
        margin-bottom: 10px;
    }
}

.helpMenu li {
    list-style-type: none;
    display: inline-block;
    margin-right: 40px;
}

@media screen and (max-width: 1024px) {
    .helpMenu li {
        display: block;
        margin-bottom: 20px;
    }
}

.helpMenu a {
    color: #4a4a4a;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px dashed #4a4a4a;
}

@media screen and (max-width: 1024px) {
    .helpMenu a {
        font-size: 14px;
    }
}

.loginFormContent {
    padding: 25px 40px 35px 40px;
    box-sizing: border-box;
}

.loginUserForm {
    display: table-cell;
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
    vertical-align: bottom;
    border-right: 1px solid #eee;
    border-collapse: collapse;
}

@media screen and (max-width: 1024px) {
    .loginUserForm {
        display: block;
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
}

.loginTestForm,
.loginTestFormRight ,
.loginTestFormMid {
    display: table-cell;
    box-sizing: border-box;
    text-align: left;
    vertical-align: bottom;
    color: #999;
    font-size: 16px;
}

.loginTestSection {
    border-top: 1px solid #eee;
    border-collapse: collapse;
    margin-top: 20px;
    height: 60px;
}

.loginTestForm {
    width: 45%;
}

.loginTestFormMid {
    width: 20%;
    vertical-align: middle;
    padding-top: 20px;
    padding-right: 20px;
}

.loginTestFormRight {
    width: 50%;
}

.loginEsiaForm {
    display: table-cell;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    vertical-align: bottom;
    color: #999;
    font-size: 16px;
    border-left: 1px solid #eee;
    border-collapse: collapse;
}

@media screen and (max-width: 1024px) {
    .loginTestForm {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
        font-size: 14px;
        border-left: none;
    }
}

.loginTestForm img {
    display: block;
    float: right;
    margin-right: 40px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.loginTestFormMid img {
    display: block;
    float: right;
    margin-top: 5px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
    .loginTestForm img {
        display: none;
    }
}

h1 {
    color: #004b73;
    font-size: 36px;
    margin: 0;
    padding: 0;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 28px;
        text-align: center;
    }
}

#MainContent_LoginUser_lExpired {
    margin: 10px 0;
    display: block;
}

input[type="button"] {
    width: 100%;
    font-family: 'PTSansBold';
    cursor: pointer;
    height: 41px;
    min-height: 41px;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    input[type="button"] {
        height: 36px;
        min-height: 36px;
        font-size: 16px;
    }
}

input[type="text"],
input[type="password"] {
    width: 100%;
    height: 30px;
    line-height: 1;
    background-color: white;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

.loginUserForm input[type="button"] {
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .loginUserForm input[type="button"] {
        margin-top: 20px;
    }
}

.loginTestForm input[type="button"] {
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .loginTestForm input[type="button"] {
        margin-top: 20px;
    }
}

.loginUserForm input[type="checkbox"] + label {
    padding-left: 30px;
    padding-right: 0;
    font-size: 12px;
    margin: 10px 0;
    text-align: left;
}

.tbPassword {
    position: relative;
}

    .tbPassword a {
        position: absolute;
        right: 8px;
        top: 4px;
        color: #9b9b9b;
        font-size: 16px;
        text-decoration: none;
        border-bottom: 1px dashed #9b9b9b;
    }


.failureNotification {
    margin-bottom: 10px;
    display: block;
}

::-webkit-input-placeholder {
    color: #d8d8d8;
    font-size: 16px;
    font-family: 'PTSansRegular';
    line-height: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #d8d8d8;
    font-size: 16px;
    font-family: 'PTSansRegular';
    line-height: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #d8d8d8;
    font-size: 16px;
    font-family: 'PTSansRegular';
    line-height: 30px;
}

:-ms-input-placeholder {
    color: #d8d8d8 !important;
    font-size: 16px !important;
    font-family: 'PTSansRegular' !important;
    line-height: 1 !important;
}

.controlWithValidator {
    margin-top: 20px;
    width: 100%;
}

.RadWindow.RadWindow_Default {
    width: 530px !important;
    height: 400px !important;
}

@media screen and (max-width: 1024px) {
    .RadWindow.RadWindow_Default {
        width: 300px !important;
        height: 450px !important;
    }
}

.RadWindow.RadWindow_Default .rwTable {
    height: 400px !important;
}

@media screen and (max-width: 1024px) {
    .RadWindow.RadWindow_Default .rwTable {
        height: 450px !important;
    }
}

.loginEsiaText {
    background-color: #f6f6f6;
    display: table;
    
}

.loginEsiaText > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
}

.loginEsiaText > img {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    margin-top: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}