﻿/*-----------------------------------Overrides-----------------------------------*/
.login-cover {
    background: url('/Handlers/ImageHandler.ashx?Background=true') no-repeat fixed center;
    background-size: cover;
}

.navbar-brand > img {
    margin-top: -10px !important;
    height: 45px !important;
}

.navbar-inverse {
    background-color: #8e7f3f;
    border-color: #8e7f3f;
}

#loginLogo {
    padding: 20px!important;
}

@media (min-width: 769px) {
    .navbar-header { min-width: 183px; }
}

@media (max-width: 768px) {
    .sidebar-xs .sidebar-default .sidebar-content {
        width: 100%;
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-control {
    border-top-color: #fff; 
}
/*FB: This fixes the scrollback created by the page header*/
.page-header-default {
    -webkit-box-shadow: 0 1px rgba(0,0,0,.12);
    box-shadow: 0 1px rgba(0,0,0,.12);
}

#btnLogin, #btnPassReset, #btnDeniedBack, #btnOfflineBack {
    background-color: #8e7f3f !important;
    border-color: #8e7f3f !important;
    color: #ffffff !important;
}

/*-----------------------------------Utils-----------------------------------*/
.custom-border-gold {
    border-color: #FFD700;
}

.custom-text-gold {
    color: #FFD700;
}

.custom-border-deep-blue {
    border-color: #273245;
}

.custom-text-deep-blue {
    color: #273245;
}

.custom-marging-top-small {
    margin-top: 10px;
}

.custom-marging-right-small {
    margin-right: 10px;
}

.custom-marging-left-small {
    margin-left: 10px;
}

.custom-padding-small {
    padding: 10px;
}

.custom-button-deep-blue {
    background-color: #273245;
    border-color: #273245;
    color: #fff
}

.custom-disabled-tab-li > a {
    pointer-events: none;
    cursor: not-allowed;
}

.custom-bg-deep-blue {
    background-color: #273245;
}

.custom-width-full {
    width: 100%;
}

.custom-file-card {
    padding: 30px;
    text-align: -webkit-center;
    border: 2px dashed #ddd;
    border-radius: 0;
}

    .custom-file-card .custom-file-card-button {
        position: absolute;
        top: 5px;
        right: 15px;
    }

    .custom-file-card div {
        color: #ccc
    }

#leftMenuContainer .menuIcon {
    padding: 10px 20px !important;
}