﻿
html, body.black {
    background-image: none;
    background-color: white !important;
}

a:not(.btn) {
    color: #3276b1 !important;
    text-decoration: none
}

.smart-form *, .smart-form ::after, .smart-form ::before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}


.smart-form *, .smart-form ::after, .smart-form ::before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.smart-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #296191;
    border-color: #1f496d;
}

.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.smart-form .input:hover input, .smart-form .select:hover select, .smart-form .textarea:hover textarea, .smart-form .radio:hover i, .smart-form .checkbox:hover i, .smart-form .toggle:hover i {
    border-color: #5D98CC;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea, .smart-form .radio i, .smart-form .checkbox i, .smart-form .toggle i, .smart-form .icon-append, .smart-form .icon-prepend {
    border-color: #BDBDBD;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.smart-form .select select {
    padding: 5px;
}

.smart-form .select i {
    position: absolute;
    top: 10px;
    right: 11px;
    width: 5px;
    height: 11px;
    background: white;
    box-shadow: 0 0 0 9px white;
}

    .smart-form .select i::before {
        top: 0;
        border-bottom: 4px solid #404040;
    }

    .smart-form .select i::after, .smart-form .select i::before {
        content: '';
        position: absolute;
        right: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.smart-form *, .smart-form ::after, .smart-form ::before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.smart-form .select i::after {
    bottom: 0;
    border-top: 4px solid #404040;
}

.smart-form .select i::after, .smart-form .select i::before {
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.smart-form *, .smart-form ::after, .smart-form ::before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 8px 10px;
    padding-left: 10px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.smart-form section {
    margin-bottom: 15px;
    position: relative;
}

.smart-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    text-align: left;
}

.smart-form .input, .smart-form .select, .smart-form .textarea, .smart-form .radio, .smart-form .checkbox, .smart-form .toggle, .smart-form .button {
    position: relative;
    display: block;
    font-weight: 400;
}

.smart-form .icon-append, .smart-form .icon-prepend {
    color: #A2A2A2;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea, .smart-form .radio i, .smart-form .checkbox i, .smart-form .toggle i, .smart-form .icon-append, .smart-form .icon-prepend {
    border-color: #BDBDBD;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.smart-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}

.smart-form .icon-append, .smart-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.smart-form .input .icon-prepend + input, .smart-form .textarea .icon-prepend + textarea {
    padding-left: 37px;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea, .smart-form .radio i, .smart-form .checkbox i, .smart-form .toggle i, .smart-form .icon-append, .smart-form .icon-prepend {
    border-color: #BDBDBD;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}


html, body.black {
    background-image: none;
    background-color: #222222;

}
.block {
    margin: 0 0 10px;
    padding: 20px 15px 1px;
    background-color: white;
    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: white;
        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;
}


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;

}

.fil0:hover {
    fill: #4B4B4B;
}

.fnt0 {
    font-size: 260px;
    font-family: 'Segoe UI Semibold', 'Segoe UI';
    text-decoration: none;
}

div.LoginMain {
    padding: 0px;
}


.smart-form .select select  {
    padding: 0px;
}

.btn-primary {
    padding: 8px;
}

