﻿.login-container h1 {
    font-size: 3.5em;
}
.login-container .login-panel {
    display: inline-block;
    min-width: 180px;
    max-width: 300px;
    padding: 6px;
    position: relative;
}
.login-container .validation-summary-errors {
    font-size: 1.2em;
    padding: 5px;
}
    .login-container .validation-summary-errors strong, .login-container .validation-summary-errors button {
        display: none;
    }
    .login-container .validation-summary-errors li {
        list-style: none;
    }
.footer {
    position: fixed;
    width: 100%;
    bottom: 25px;
    left: 0;
}
.login-container .input-group {
    margin-bottom: 15px;
}
.login-container label.error {
    position: absolute;
    margin-top: 22px;
    font-size: 1.2em;
    color: red;
    margin-left: 30px;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
#bg3 {
    
}
.login-container small {
    color: #f1f1f1;
    font-size: 1em;
}
.login-container .blockUI {
    background-color: #fff;
    padding: 10px;
}
.login-container {
    padding-top: 12%;
    text-align: center !important;
    line-height: 2 !important;
    color: #fff !important;
}
    .login-container a {
        text-decoration: none;
        display: block;
        color: #fff;
    }
        .login-container a:hover {
            text-decoration: none;
            cursor: pointer;
            color: #fff;
        }
        .login-container a:visited {
            text-decoration: none;
            cursor: pointer;
            color: #fff;
        }
    .login-container button {
        border-radius: 20px !important;
        border-color: #f7f7f717 !important;
        font-size: 1.5em !important;
    }
    .footer img {
        height: 15px;
    }
.login-container .input-group-prepend, .login-container .input-group-append {
    background-color: rgba(247,247,247,0.33);
    color: #fff;
    border: 0;
    font-size: 1.3em !important;
    min-height: 39px;
    min-width: 10px;
    padding: 10px;
}
    .login-container .form-control:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .login-container .loading-message {
        display: none;
    }
.login-container input {
    background-color: rgba(247,247,247,0.33) !important;
    color: #ffffff !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    padding: 0 !important;
    font-size: 0.8em !important;
    line-height: 1.42857143;
    height: 39px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 1.5em !important;
}
.login-container ::placeholder {
    color: #ffffff !important;
    opacity: 1;
}
.login-container :-ms-input-placeholder {
    color: #ffffff !important;
}
.login-container ::-ms-input-placeholder {
    color: #ffffff !important;
}
    .login-container :focus {
        outline: none;
    }
    .login-container .input-group-prepend {
        border-bottom-left-radius: 20px !important;
        border-top-left-radius: 20px !important;
        margin-right: 0px;
    }
    .login-container .input-group-append {
        border-bottom-right-radius: 20px !important;
        border-top-right-radius: 20px !important;
        margin-left: 0px;
    }
    .login-container hr {
        margin-top: 40px;
    }
    .login-container .blockOverlay {
        background-color: #ffffff80 !important;
        width: 110% !important;
        height: 110% !important;
        margin-top: -16px !important;
        margin-left: -16px !important;
    }
    .login-container .btn:focus {
        outline: none;
        outline-offset: 0;
    }
/*#tmsPtContr {
    background-color: #000 !important;
    color: #ff6 !important;
}

    #tmsPtContr i {
        background-color: #000 !important;
        color: #ff6 !important;
    }

@media screen and (-ms-high-contrast: active) {
    body {
        background-color: #202020 !important;
        color: #FFFF00 !important;
    }
}*/

.highcontrast {
    -webkit-filter: invert(1);
    filter: invert(1);
    background-color: #000;
    /* background-color: #202020 !important;
    color: #FFFF00 !important;*/
}

    .highcontrast select > option {
        background: #000 !important;
        color: #fff;
    }

@-moz-document url-prefix() {
    .highcontrast {
        mix-blend-mode: difference;
        background-color: #fff;
        filter: none;
    }
}
/*
    .highcontrast a, .highcontrast a:visited {
        color: #FFFF00 !important;
    }

    .highcontrast .panel {
        background-color: #333333 !important;
    }

    .highcontrast .panel-group, .highcontrast .panel-group {
        background-color: #202020 !important;
    }

    .highcontrast #zoom, .highcontrast #colorInv {
        background-color: #202020 !important;
    }

    .highcontrast .panel-heading {
        background-color: #000 !important;
    }

    .highcontrast .has-success {
        border-color: #66cc00 !important;
    }

    .highcontrast .has-success {
        border-color: #f2f3ae !important;
    }

    .highcontrast .btn-success {
        background-color: #66CC00 !important;
        border-color: #66CC00 !important;
        color: #101112 !important;
    }

    .highcontrast .btn-default {
        background-color: #000 !important;
        color: #FFFF00 !important;
    }

    .highcontrast .form-control {
        background-color: transparent !important;
        color: #FFFF00 !important;
    }

    .highcontrast ::-webkit-input-placeholder {
        color: #F2F3AE !important;
    }

    .highcontrast ::-moz-placeholder {
        color: #F2F3AE !important;
    }

    .highcontrast :-ms-input-placeholder {
        color: #F2F3AE !important;
    }

    .highcontrast :-moz-placeholder {
        color: #F2F3AE !important;
    }

    .highcontrast .sweet-alert {
        background-color: #000 !important;
    }

        .highcontrast .sweet-alert h2 {
            color: #FFFF00 !important;
        }

        .highcontrast .sweet-alert p {
            color: #FFFF00 !important;
        }

        .highcontrast .sweet-alert button {
            background-color: #000 !important;
            color: #FFFF00 !important;
        }

    .highcontrast .alert-info {
        color: #ffff66 !important;
        background-color: #4C296E !important;
        border-color: #4C296E !important;
    }

    .highcontrast .text-muted {
        color: #F2F3AE !important;
    }

    .highcontrast .popover {
        background-color: #000 !important;
    }

    .highcontrast .circle-info {
        background-color: #66CC00 !important;
    }

    .highcontrast .popover.right > .arrow:after {
        border-right-color: #000 !important;
    }

    .highcontrast .modal-header {
        background: #000 !important;
    }

    .highcontrast .modal-content {
        background-color: #202020 !important;
        color: #FFFF00 !important;
    }

    .highcontrast .popover-title {
        background: #444444 !important;
        border-bottom: 1px solid #000 !important;
    }

    .highcontrast .text-info {
        color: #F2F3AE !important;
    }

    .highcontrast .modal-dialog {
        border: 2px solid #ffff66 !important;
    }

    .highcontrast .close {
        color: #ffff66 !important;
    }

    .highcontrast select option {
        background: #000 !important;
        color: #ffff66 !important;
    }

    .highcontrast option:hover {
        background: #ffff66 !important;
        color: #000 !important;
    }

    .highcontrast option:checked {
        background: #ffff66 !important;
        color: #000 !important;
    }

    .highcontrast select:focus > option:checked {
        background: #ffff66 !important;
        color: #000 !important;
    }

    .highcontrast .loading-message.loading-message-boxed {
        border: 1px solid #ddd !important;
        background-color: #000 !important;
        color: #ff6 !important;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -ms-border-radius: 4px !important;
        -o-border-radius: 4px !important;
        border-radius: 4px !important;
        -webkit-box-shadow: 0 1px 8px gba(0,0,0,.1) !important;
        -moz-box-shadow: 0 1px 8px gba(0,0,0,.1) !important;
        box-shadow: 0 1px 8px gba(0,0,0,.1) !important;
    }

    .highcontrast .g-recaptcha.error {
        border: solid 2px red !important;
        padding: .2em !important;
    }

    .highcontrast .g-recaptcha {
        color: #ff6 !important;
    }

    .highcontrast .panel-body {
        background-color: #333333 !important;
    }

    .highcontrast .page-sidebar {
        background-color: #000 !important;
        color: #FFFF00 !important;
        border-right: 2px solid #fff !important;
        width: 252px !important;
        background: none;
        background: none;
        background: none;
        filter: none;
    }

    .highcontrast .page-content {
        background-color: #000 !important;
    }

    .highcontrast .page-sidebar.mini {
        width: 50px !important;
    }

    .highcontrast .footer-widget {
        background-color: #000 !important;
        border-right: 2px solid #fff !important;
    }

    .highcontrast .page-sidebar .page-sidebar-wrapper > ul > li {
        border-bottom: 2px solid #fff;
    }

        .highcontrast .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .highcontrast .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
            background: #FFFF00 !important;
            color: #000 !important;
        }

            .highcontrast .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .highcontrast .page-sidebar .page-sidebar-wrapper > ul > li:hover > a > i {
                background: #FFFF00 !important;
                color: #000 !important;
            }

    .highcontrast .header-seperation {
        background: #FFFF00 !important;
        color: #000 !important;
    }

        .highcontrast .header-seperation div {
            background: #FFFF00 !important;
            color: #000 !important;
        }

    .highcontrast .header .navbar-inner {
        background: #FFFF00 !important;
        color: #000 !important;
    }

    .highcontrast .nav > li > a:focus, .highcontrast .nav > li > a:hover {
        text-decoration: none;
        background: #FFFF00 !important;
        color: #000 !important;
    }

    .highcontrast .header .nav > li.quicklinks > a i {
        color: #000 !important;
    }
*/
    .login-container .c {
        cursor: pointer;
    }

.login-container button {
    background-color: #fff !important;
}

.ocultardiv {
    display: none;
}