::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    background-color: #1a1a1a;
}

::-webkit-scrollbar-track {
    background-color: #333333;
}

::-webkit-scrollbar-track-piece {
    background-color: #333333;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #999999;
}

::-webkit-scrollbar-corner {
    background-color: #575757;
}

::-webkit-resizer {
    background-color: #575757;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: Calibri, Arial, sans-serif;
}

textarea, input {
    outline: none;
}

html, body {
    margin: 0;
    padding: 0;
    background: url(../../img/login/bg.png);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* Other */

#header {
    padding: 20px;
}

#loginbox {
    padding: 20px;
    background: #ececec;
    border: 5px #d4d4d4 solid;
    -webkit-border--radius: 10px;
    -moz-border-radius-: 10px;
    border-radius: 10px;
    width: 300px;
    margin: 0 auto;
    z-index: 99999;
    -webkit-box-shadow: 0 0 100px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0 0 100px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 100px rgba(255, 255, 255, 0.15);
}

div#masterHeaderContainer {
    background: url("../../img/new/home-middle-repeat.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    height: 76px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

h1#profile-selection-header {
    margin-bottom: 30px;
}

img#apsisLogo {
    margin-left: 49px;
    position: relative;
    top: 8px;
    width: 184px;
}

ul#topNode {
    padding-left: 0;
}

    ul#topNode span {
        color: #1a1a1a;
    }

#loginbox a, #loginbox p.loginbox-bottom {
    font-size: 13px;
    color: #666666;
    text-decoration: none;
    text-align: center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#loginbox p.loginbox-bottom {
    margin-top: 5px;
}

#loginbox a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}

#centerbox {
    top: 50%;
    left: 50%;
    margin: -170px auto 0 -175px;
    position: absolute;
}

#infobox {
    background: rgba(16, 16, 16, 0.7);
    border: 5px #1a1a1a solid;
    -webkit-border-radius: 10px;
    -moz-border-radius-: 10px;
    border-radius: 10px;
    margin: 10px auto;
    z-index: 99999;
    position: relative;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}

#loginbox input {
    width: 240px;
    border: 0;
    border: 1px solid #d4d4d4;
    color: #1a1a1a;
    line-height: 100%;
    height: 35px;
    padding: 2px 5px;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-left: -3px;
    font-size: 13px;
}

    #loginbox input[type="checkbox"] {
        width: auto;
        border: 0;
        background: #fafafa;
        border: 1px solid #d4d4d4;
        color: #1a1a1a;
        height: auto;
        padding: 2px !important;
        top: 1px;
        position: relative;
    }

.calendar {
    -webkit-border-radius: 10px;
    -moz-border-radius-: 10px;
    border-radius: 10px;
}

.time {
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top, #222222 0, #222222 50%, #333333 50%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), color-stop(50%, #222222), color-stop(50%, #333333), color-stop(100%, #333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #222222 0, #222222 50%, #333333 50%, #333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #222222 0, #222222 50%, #333333 50%, #333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #222222 0, #222222 50%, #333333 50%, #333333 100%); /* IE10+ */
    background: linear-gradient(to bottom, #222222 0, #222222 50%, #333333 50%, #333333 100%); /* W3C */
    height: 35px;
    width: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius-: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-family: Calibri, Helvetica, sans-serif;
    text-align: center;
    line-height: 31px;
    float: left;
    margin-right: 4px;
}

.more-info {
    background: #f7a600;
    padding: 5px 9px;
    font-size: 12px;
    -webkit-border--radius: 100%;
    -moz-border-radius-: 100%;
    border-radius: 100%;
    float: left;
    margin-right: 12px;
    margin-top: 12px;
}

#moreinfobox {
    padding: 20px;
    background: rgb(16, 16, 16);
    border: 5px #1a1a1a solid;
    -webkit-border-radius: 10px;
    -moz-border-radius-: 10px;
    border-radius: 10px;
    width: 300px;
    height: 277px;
    margin: 0 auto;
    z-index: 99999;
    position: absolute;
    display: none;
    left: -5px;
    top: -341px;
}

#moreinfobox-close {
    background-color: #f7a600;
    border: 0;
    border-radius: 3px;
    color: #1a1a1a;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    padding: 5px 12px;
    position: static;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
    #moreinfobox-close:hover {
        background-color: #feb51f;
    }

#support {
    position: absolute;
    right: -300px;
    height: 100%;
}

    #support a:hover {
        text-decoration: underline !important;
    }

    #support .icon {
        cursor: pointer;
        z-index: 10;
        position: absolute;
        right: 302px;
        top: 48px;
        padding-right: 17px;
    }


#support-info {
    position: absolute;
    height: 100%;
    width: 260px;
    padding: 0 20px;
    right: 0;
    top: 0;
    background: #ececec;
    border-left: 5px solid #1a1a1a;
    z-index: 0;
}

    #support-info li {
        margin-bottom: 3px;
    }

#compatibility {
    padding: 10px 3%;
    left: 0;
    background: #f7a600;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -10px;
    width: 94%;
    cursor: pointer;
    text-align: center;
    z-index: 99;
}

.logininfo {
    padding: 10px 3%;
    left: 0;
    color: #ffffff;
    background: rgba(16, 16, 16, 0.95);
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: -10px;
    width: 94%;
    height: 18px;
    cursor: pointer;
    text-align: center;
    z-index: 99;
}

.text-roll {
    position: absolute;
    white-space: nowrap;
    -webkit-animation: rightThenLeft 60s linear;
    animation: rightThenLeft 60s linear;
}

@keyframes rightThenLeft {
    0% {
        right: 0;
    }

    100% {
        right: 100%;
    }
}

@-webkit-keyframes rightThenLeft {
    0% {
        right: 0;
    }

    100% {
        right: 100%;
    }
}

#loginbox button {
    background: #1a1a1a padding-box;
    border: 5px #ececec solid;
    padding: 15px 17px;
    cursor: pointer;
    color: #f7a600;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius-: 100%;
    border-radius: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    right: -31px;
}

    #loginbox button:hover {
        background: #f7a600;
        color: #1a1a1a;
    }

#loginbox h3 {
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 9px;
    float: left;
}

#loginbox h4 {
    font-size: 13px;
    margin-top: 18px;
    margin-bottom: 9px;
    float: right;
}

div#SecurityLevelSlider {
    margin-top: 20px;
    margin-bottom: 15px;
}

div#slider-labels span#sliderLowLabel {
    float: left;
    width: 33%;
}

div#slider-labels span#sliderMedLabel {
    float: left;
    text-align: center;
    width: 33%;
}

div#slider-labels span#sliderHighLabel {
    float: left;
    text-align: right;
    width: 33%;
}

@-moz-document url-prefix() {
    #loginbox button {
        padding: 15px 15px;
    }
}

.clear {
    clear: both;
}

#content {
    width: 100%;
}

.flag {
    -webkit-border-radius: 100%;
    -moz-border-radius-: 100%;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 3px;
    margin-right: 6px;
    opacity: 0.8;
    border: 1px solid #c4c4c4;
}

.int {
    background: #1a1a1a;
    background: -moz-linear-gradient(left, #1a1a1a 50%, #ececec 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, left, color-stop(50%, #1a1a1a), color-stop(50%, #ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #1a1a1a 50%, #ececec 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #1a1a1a 50%, #ececec 50%); /* Opera 11.10+ */
}

.swe {
    background: #fecb00;
    background: -moz-linear-gradient(left, #fecb00 50%, #005293 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, left, color-stop(50%, #fecb00), color-stop(50%, #005293)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fecb00 50%, #005293 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fecb00 50%, #005293 50%); /* Opera 11.10+ */
}

.den {
    background: #d81e05;
    background: -moz-linear-gradient(left, #d81e05 50%, #ececec 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, left, color-stop(50%, #d81e05), color-stop(50%, #ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #d81e05 50%, #ececec 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #d81e05 50%, #ececec 50%); /* Opera 11.10+ */
}

.fin {
    background: #00357d;
    background: -moz-linear-gradient(left, #00357d 50%, #ececec 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, left, color-stop(50%, #00357d), color-stop(50%, #ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #00357d 50%, #ececec 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #00357d 50%, #ececec 50%); /* Opera 11.10+ */
}

.nor {
    background: #062f67;
    background: -moz-linear-gradient(left, #d81e05 50%, #062f67 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, left, color-stop(50%, #d81e05), color-stop(50%, #062f67)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #d81e05 50%, #062f67 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #d81e05 50%, #062f67 50%); /* Opera 11.10+ */
}

.hon {
    background: #d81e05;
    background: -moz-linear-gradient(left, #ececec 50%, #d81e05 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, left, color-stop(50%, #ececec), color-stop(50%, #d81e05)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ececec 50%, #d81e05 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ececec 50%, #d81e05 50%); /* Opera 11.10+ */
}

i.fa-phone {
    position: relative;
    top: 2px;
    background: none;
    border: 2px solid #ececec;
    padding: 8px 10px 5px;
    color: #ececec;
    font-size: 22px;
    -webkit-border-radius: 100%;
    -moz-border-radius-: 100%;
    border-radius: 100%;
}

ul.support-list {
    font-size: 13px;
    margin-bottom: 20px;
}

h4.support-headline {
    margin: 0 0 5px;
    font-size: 15px;
}

a.website-link {
    font-size: 14px;
    text-decoration: none;
}

h1.support-headline {
    margin: 28px 0 20px;
    font-size: 18px;
}

.almost-black {
    color: #1a1a1a;
}

.almost-white {
    color: #ececec;
}

p#moreinfobox-text {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: left;
    height: 155px;
}

p.descr-text {
    font-size: 13px;
    margin-bottom: 21px;
    text-align: center;
    color: #302e29;
}

h1.main-header {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 1px;
}

h1.single-header {
    margin-bottom: 18px;
}

form#NewUserForm input.country-code {
    float: left;
    width: 85px !important;
}

form#NewUserForm input.mobile-number {
    float: left;
    width: 181px !important;
    margin-left: 10px !important;
    padding-left: 5px !important;
}

form#NewUserForm input[type="text"], #loginbox form#NewUserForm input[type="password"] {
    width: 277px;
}

form#NewUserForm #new-user-content {
    width: 277px;
    margin-left: 12px;
    font-size: 12px;
}

form#NewUserForm button {
    bottom: 30px;
    top: auto;
}

form#NewUserForm h1 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 1px;
}

form#NewUserForm p#description-message {
    font-size: 13px;
    margin-bottom: 21px;
    text-align: center;
    color: #302e29;
}

h1#moreinfoboxHeadline {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: left;
}

.loginFormContainer, #resetPasswordForm {
    margin: 0 auto;
    width: 233px;
}

div#loginboxlink {
    text-align: center;
    margin-top: 5px;
}

div#calendarBox {
    float: left;
    width: 60px;
    height: 61px;
    background: url("../../img/login/calendar.png") no-repeat;
    background-size: 100%;
    border-radius: 2px;
    margin-right: 15px;
    margin-bottom: 5px;
}


div.validation {
    font-size: 13px;
    color: red;
    text-align: center;
}

img#login-header {
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 50px;
}

i#passwordIcon,
i#userNameIcon,
i#passwordConfirmIcon,
i#emailIcon {
    line-height: 33px;
    float: left;
    padding: 2px 8px;
    color: #302e29;
    position: absolute;
}

i#mobileIcon {
    left: 38px;
    font-size: 18px;
    line-height: 38px;
    float: left;
    padding: 0 8px;
    color: #302e29;
    position: absolute;
}

p#maintenance-message {
    font-size: 15px;
    margin-bottom: 0;    
    margin-left: 35px;
}

a.mail-link {
    font-size: 13px;
    text-decoration: none;
}

.more-info-hover {
    padding: 10px;
    text-decoration: none;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
}

.maintenance-item {
    margin-bottom: 6px;
}

.maintenance-item-body {
    cursor: pointer;
    margin-left: 35px;
    margin-bottom: 6px;
}

div#ProfileSelection .profile-link, div#ProfileSelection .account-name {
    font-size: 14px;
}

div#ProfileSelection span.userLevel {
    float: right;
    text-align: right;
}

div#ProfileSelection .locked-profile .lock-spacing {
    background: url(../../img/new/lock.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-bottom: -3px;
    float: left;
    margin-right: 6px;
}

ul.profiles, ul.accounts {
    list-style: none outside none;
    margin: 0;
    padding-left: 20px;
}

h1#calendarDate {
    font-size: 30px;
    font-weight: bold;
    line-height: 0;
    margin: 27px 0 0;
    text-align: center;
}

p#calendarMonth {
    font-size: 11px;
    text-align: center;
    margin-top: 11px;
}

.support-list-bottom {
    position: absolute;
    bottom: 0;
}

@media (max-height: 720px) {
    .support-list-bottom {
        visibility: hidden;
    }
}


#resetPasswordForm button {
    bottom: 32px;
    top: auto;
}

div#popUpLoadingImage {
    background: #ffffff url(../../img/new/loader-48x48.gif) no-repeat center top;
    margin-top: 25px;
}

p#popUpLoadingMessage {
    padding-top: 50px;
    text-align: center;
    font-size: 13px;
}

#loginbox #loginButton {
    bottom: 82px;
    position: relative !important;
    float: right;
    left: 56px;
}
.field-validation-valid
{
    display: none;
}
.validation-summary-valid
{
    display: none;
}