﻿html {
    height: 100%;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 4.5%;*/
    /*padding-bottom: 20px;*/
    overflow: hidden;
    height: 100%;
    width: 100%;
    /*font-family: Verdana;*/
    font-family: sans-serif;
    background-color: white; /*#461e57*/
}
    /* Turn off scrollbar when body element has the loading class */
    body.loading {
        overflow: hidden;
    }
        /* Make spinner image visible when body element has the loading class */
        body.loading .overlay {
            display: block;
        }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*font-family: Verdana !important;*/
    font-family: sans-serif !important;
}

.form-group {
    margin-bottom: 3px !important;
    margin-left: 8px !important;
}

.height10Pct {
    height: 10% !important;
}

.height90Pct {
    height: 90% !important;
}

.height100Pct {
    height: 100% !important;
}

.height100VH {
    height: 100vh !important;
}

.margin0 {
    margin: 0px !important;
}

.padding0 {
    padding: 0px !important;
}

.paddingBottom0 {
    padding-bottom: 0px !important;
}

.paddingRight0 {
    padding-right: 0px !important;
}

.mainWindow {
    /*max-width: 83% !important;
    min-width: 83% !important;*/
    padding-left: 0 !important;
}

.btn {
    display: inline-block;
    border: none;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: bold;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-moz-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

    .btn:hover {
        color: white;
        box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
        -webkit-moz-transform: translate(0px, -5px) scale(1.1);
        transform: translate(0px, -5px) scale(1.1);
    }

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 12px 10px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.btnSave {
    padding: 10px 50px 10px 12px !important;
}

    .btnSave .btn-label {
        padding: 10px;
    }

.btn-labeled {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left !important;
}

.btnDarkgoldenrod {
    color: #fff !important;
    background-color: #5abba0 !important
}

.input-group-text {
    /*font-family: Verdana !important;*/
    font-family: sans-serif !important;
    /*font-size: 15px;*/
    font-size: 0.8rem;
    font-weight: normal;
    padding: .375rem .75rem;
    line-height: 0.5;
}

.input-group-prepend, .input-group-prepend span, .select2-results__options, .select2-container--default .select2-results__option--selected {
    width: 45px;
    background-color: lightgray !important;
    color: black !important;
    border: 0 !important;
    max-height: 40px;
}

.form-control {
    color: black !important;
}


.bgEbonyClay {
    background-color: #3c5cbf !important;
}

.fnzLoginLogo, .fnzLogo {
    z-index: 5;
    min-height: 65%;
    max-height: 65%;
    width: 82%;
    margin: 4.4% 0 8.6%
}

.loginBgImg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)), url('SyloImages/SysiloLoginBack.jpg') center center;
    background-size: 115% 93%;
    background-repeat: no-repeat;
    background-position-x: -178px;
    background-position-y: -64px;
}

.loginOuterBox {
    background-color: darkgray !important;
    z-index: 5;
    margin: 5% 5% 5% 0 !important;
    border-top-left-radius: 2.75rem !important;
    border-bottom-right-radius: 2.75rem !important;
    /*margin-left: -59px;
    margin-bottom: 25px;*/
    width: 35%;
    max-width: 92% !important;
    float: right;
}

.PNLLogin, #loginOTPModalCenter {
    width: 90%;
    /*position: absolute;*/
    border-top-left-radius: 1.75rem;
    border-bottom-right-radius: 1.75rem;
    margin: 12% 3% !important;
}

.PNLLogin {
    z-index: 20;
}

#PNLLogin .card, #pnlSelectCo .card, #loginOTPModalCenter .card {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    background-color: #3C5CBF !important;
    border-radius: 0;
    /*border-top-left-radius: 3.75rem !important;
    border-bottom-right-radius: 1.75rem !important;*/
}

#PNLLogin .card-header, #pnlSelectCo .card-header, #loginOTPModalCenter .card-header, #PNLLoginMob .card-header {
    padding: 1.75rem 2.75rem 0;
}

.card {
    background-color: #461e57 !important;
    /*background-color: #dfd3e6 !important;*/
}


    .card h3, .card span {
        color: white; /*#461e57 !important;*/
    }

.card-header {
    /*padding: 1.75rem 2.75rem 0;*/
    padding: 1rem .75rem !important;
}

    .card-header h3 {
        color: white;
        font-size: 1.5rem;
    }

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.dvQuickInfo {
    /*min-height: 90% !important;
    max-height: 90% !important;*/
    min-height: 100% !important;
    max-height: 100% !important;
    /*overflow-x: hidden;
    overflow-y: auto;*/
    /*box-shadow: 0 2px 15px gray;*/
    width: 100%;
    display: inline-block;
    /*padding: 2%;*/
    margin-top: 10px;
}

.card1 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px;
    float: left;
    min-height: 10%;
    max-height: 10%;
    width: 4%;
    margin: 1% 1%;
    background: #fff !important;
}

    .card1:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .card1 .last {
        width: 32%;
    }

.biIcons{
    font-size: 16px !important;
    margin-bottom: 12px !important;
}

.doughnutChart{
    width: 400px;
    height: 250px;
}

@media screen and (max-width: 767px) {
    .loginBgImg {
        background-size: 145% 97%;
    }

    .loginOuterBox {
        width: 85% !important;
    }

    .PNLLogin, #loginOTPModalCenter {
        margin: 7% 3.5% !important;
    }

    .fnzLoginLogo {
        margin: 4.4% 0 2.6% !important;
    }

    .fnzLogo {
        margin: 0.4% 0 2.6% !important;
        width: 40%;
        min-height: 25%;
        max-height: 25%;
    }

    #PNLHd1{
        display: none;
    }

    .content {
        height: 80vh !important;
    }

    .doughnutChart {
        width: 300px !important;
        height: 300px !important;
    }

}
