html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    background: #f0f0f0;
}

.headerStyle {
    position: fixed;
    width: 100%;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%);
    background: #212121;
    color: #999;
    margin-bottom: 1rem !important;
    padding: 17px 15px 5px 67px;
    line-height: .4;
    z-index: 1;
}

.headerTitle {
    font-size: 16px;
    font-weight: 500;
}

.wrapper {
    display: inline-block;
    background: #f0f0f0;
    margin-top: 22px;
    width: 100%;
    height: 97vh;
}

/*.loginDiv {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    margin: 171px 570px 100px 555px;
    padding: 39px 30px 20px 30px;
}*/

.loginTag {
    font-size: 22px;
}

.loginImg {
    width: 38%;
    padding-left: 75px;
}

@media screen and (max-width: 2000px) {
    .loginDiv {
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 0.25rem;
        margin: 140px 450px 100px 450px;
        padding: 39px 30px 20px 30px;
    }

/*    .loginTag {
        font-size: 23px !important;
    }

    .loginImg {
        width: 50%;
        padding-left: 40px;
    }
*/}


    .headerlink {
        width: 100%;
        text-decoration: none;
        display: inline;
        padding-left: 12px;
    }

        .headerlink:hover {
            text-decoration: none;
            color: whitesmoke;
            opacity: .8;
        }

    /*-----------------------Page Loader---------------------*/
    .pageloader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url('images/yourLoaderImage.gif') 50% 50% no-repeat rgb(0, 0, 0);
        opacity: .4;
    }

    /*--------- LEFT SIDEBAR  --------------*/
    * {
        margin: 0;
    }

    #container1 {
        height: 100%;
        width: 230px;
        overflow: hidden;
        /*padding-left: 15px;*/
        padding-top: 8px;
    }

    #container2 {
        width: 277px;
        height: 84vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 15px;
        margin-bottom: -4px;
    }

    .menu {
        font-size: 21px !important;
        color: #999;
        padding: 29px 15px 10px 27px;
        float: left;
        cursor: pointer;
    }

    .sidebar {
        float: left;
        background: #212121;
        border-right: 1px solid #e5e5e5;
        width: 60px;
        overflow: hidden;
        height: 97vh;
    }

        .sidebar.sidebarToggle {
            width: 230px;
        }

    .lft-margin-1 {
        padding-left: 0px;
    }

    .lft-margin-2 {
        padding-left: 1px;
    }

    .sidebar ul li, a {
        color: #999 !important;
        position: relative;
        display: block;
        width: 250px;
        line-height: 2.8em;
        padding-left: 0px;
    }

        .sidebar ul li a {
            text-decoration: none;
            padding-left: 26px;
        }

    .sidebar li:hover, .sidebar li:hover > a i, .sidebar li:hover > a span {
        color: white;
        background-color: #5fa2db;
        text-decoration: none;
    }

    .active {
        background-color: #5fa2db;
        text-decoration: none;
    }

        .active > a i, .active > a span {
            color: white !important;
        }

    .sidebar span {
        padding-left: 16px;
    }

    .downarrow {
        font-size: 20px !important;
        padding-left: 2.5px !important;
        margin-right: 2px !important;
    }

    .iconSize {
        font-size: 16px !important;
    }

    /*--------- MAIN CONTAINER  --------------*/
    .container {
        /*padding: 25px 10px 0px 85px !important;*/
        padding: 25px 0px 0px 0px !important;
        margin-right: 14px !important;
        margin-left: 85px !important;
    }


    /*--------- IFRAME EXPAND ON HOVER MENU  --------------*/
    .sidebarToggle + .container {
        /*padding: 25px 10px 0px 270px !important;*/
        padding: 25px 5px 0px 118px !important;
        margin-left: 120px !important;
    }

        .sidebarToggle + .container #iframe {
            width: 100%;
            height: 470vh;
        }
