﻿
html, body.black {
    background-image: none;
    background-color: #222222;

}
.block {
    margin: 0 0 10px;
    padding: 20px 15px 1px;
    background-color: #ffffff;
    border: 1px solid #dbe1e8;
}
.align-checkbox input{
    vertical-align: bottom;
    position: relative;
    top: -2px;}
.ul-showsettings
{
   list-style: none; margin-top: 8px;
}
.status-message-text span {
    color: #e67e22;
    border-color: #b8d2e5;
}

/* Login */
#login-background {
    width: 100%;
    overflow: hidden; 
    position: relative;
}

#login-background > img { 
    position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -50%;
}

html, body
{
    background-color: #222222;
}

div.login-title > img {
    max-width: 80%;
    left: 50%;
}
.display-none {
    display: none;
}

#login-alt-container {
    display: none;
}

#login-container,
#login-alt-container {
    position: absolute;
    width: 300px;
    top: 10px;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
}

#login-container .login-title {
    padding: 15px 10px;
    background: #444444;
    background: url('../graphics/template/ie8_opacity_dark_60.png') repeat;
    background: rgba(0, 0, 0, 0.6);
}

#login-container .login-title h1,
#login-alt-container h1 {
    font-size: 26px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 0px;
}

#login-container .login-title h1 small,
#login-alt-container h1 small {
    font-size: 16px;
    color: #dddddd;
}

#login-container > .block {
    border: none;
}


.bookmark-link {
    float: right;
    font-size: 0.8em;
    margin-top: -20px;
}

.type-primary.bootstrap-dialog .modal-header {
    background-color: #222;
    border: 1px solid #222;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

div.modal-header .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

    div.modal-header .close:hover, div.modal-header .close:focus {
        color: #CF5300;
    }

.bookmark-link-mozilla {
    display: none;
}


/* Small devices, Tablets (>767px) */
@media screen and (min-width: 768px)
{

    /* General */
    #login-background
    {
        height: 400px;
    }

        #login-background > img
        {
            top: 0;
        }

    #login-container,
    #login-alt-container
    {
        width: 480px;
        top: 120px;
        margin-left: -240px;
    }

  
}

/* Medium devices, Desktops (>991px) */
@media screen and (min-width: 992px)
{

    /* General */
    #login-alt-container
    {
        display: block;
    }
}

@media screen and (max-width: 767px)
{

    #login-container,
    #login-alt-container
    {
        width: 100%;
        height: 100%;
        left: 0px;
        margin-left: 0px;
        top: 0px;
    }
   
}


.touchIdToggle {
    font-size: 3em;
    float: left;
    margin-left: 15px;

}

.touchIdLabel {
    float: left;
    font-size: 1em;
    margin-top: 10px;
}

.forgotPasswordMobile{
    margin-top: 10px;
    float: right;
}

.TouchIdPanelContainer {
    width: 100%;
    display: table;
}

.touchIdToggle:hover {
    cursor: pointer;
}

.touchIdToggle.fa-toggle-on {
   color: lawngreen;

}

.no-show {
    display: none;

}