﻿body.MasterPage.simplication.registered.Registration.AttRegistrationStart #ctl00_lblPageHeader {
    display: none;
}

.dummy {
    width: 1px;
    outline: none;
    border: none
}

#account-list .list-group-item {
    cursor: pointer;
    padding: 10px 15px;
    line-height: 14px;
    background: #ffffff;
    margin-bottom: 8px;
}

#account-list label {
    font-weight: normal !important;
}

#account-list .list-group-item.active,
#account-list .list-group-item:hover {
    background: #eee;
    color: #000;
    text-shadow: none;
}

.input-error {
    border: none !important;
}

.modal-header {
    border: none !important;
}

ul.employer-list {
    padding: 0;
}

    ul.employer-list li {
        list-style: none;
        padding: 0;
        margin-top: 0px !important;
        line-height: 18px;
    }

    ul.employer-list.collapsed-list li {
        display: none;
    }

        ul.employer-list.collapsed-list li:first-child {
            display: block;
        }

body {
    height: 95%;
}

.registration-content {
    max-width: 480px;
    min-height: 440px;
    border: 1px solid #aaa;
    margin: 0 auto;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-radius: 6px;
}

.start-application-logo {
    min-height:40px!important;
    min-width:200px!important;
}

.start-application-content {
    max-width: 420px;
    min-height: 570px;
    border: 1px solid #aaa;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-radius: 6px;
}

.btn-lang-wrapper {
    margin-top: 5px !important;
}

.registration-header {
    border-bottom: 1px solid #aaa;
}

.registration-logo {
    max-width: 400px;
    max-height: 135px;
}

.login-logo {
    max-width: 400px!important;
    max-height: 125px!important;
}

.modal-dialog {
    max-width: 480px !important;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.ate-logo {
    height: 13px;
}

.employer-banner {
    font-weight: bold;
}

.branding-color {
    color: #008051;
}

.branding-bgcolor {
    background-color: #008051;
}

.employer-tag {
    background-color: #E2FFF0;
    color: #00663B;
    border-radius: 4px;
    border: solid 1px #ddd;
    padding: 3px 10px 3px 10px;
    font-weight: 700;
    font-size:12px;
    line-height:16px;
}
.alert-box {
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    border: solid 1px #EEE;
}
.font-default {
    font-size: 13px;
    line-height: 1.5;
    color: #252525;
}
.login-label-default {
    font-weight:400;
    font-size: 14px;
    line-height: 20px;
}

.login-label-bolder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.login-label-smaller {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.employer-logo {
    max-height: 80px;
    max-width: 98%;
}

