﻿html, body {
    background: #f7f7f7;
    font-family: 'Open Sans' !important;
    height: 100%;
}

/* CUSTOMIZATIONS */

.container-fluid-header-custom {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*NAVBAR*/

.navbar {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    background: #FFFFFF !important;
    border: none !important;
}

.navbar-default .navbar-nav > li > a {
    color: whitesmoke;
}


.navbar-header img {
    height: 42px;
    margin-top: 4px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #111;
    background-color: gold;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: gold;
}

.dropdown-menu .divider {
    background-color: #111;
}

.navbar .dropdown-menu {
    background-color: gold;
    /*margin-left:-1px;*/
    /*margin-top:-3px !important;*/
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: gold;
}

.navbar li {
    position: relative;
    padding-bottom: 0px;
}

    .navbar li:after {
        content: '';
        display: block;
        margin: auto;
        height: 3px;
        width: 0px;
        background: transparent;
        transition: width .25s ease, background-color .25s ease;
    }

    .navbar li:hover:after {
        width: 100%;
        background: gold;
    }

.blurredBackground {
    opacity: 0.2 !important;
    -webkit-filter: blur(10px) !important;
}

.login-div {
    position: absolute;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 290px;
    margin-left: -250px;
    margin-top: -160px;
    text-align: center !important;
    color: rgb(50,50,50);
    -moz-box-shadow: 0px 0px 10px #bbb;
    -webkit-box-shadow: 0px 0px 10px #bbb;
    box-shadow: 0px 0px 10px #bbb;
}

    .login-div p {
        display: none;
        margin-top: 10px;
    }


.login-div-content {
    background: rgba(255,255,255,0.95);
    box-shadow: 0px 0px 20px lightgray !important;
    height: auto;
    min-height: 290px;
    border-radius: 4px;
}


.login-div-header {
    background: url('../Images/bldg2.jpg');
    width: 500px;
    height: 120px;
    background-size: cover;
    border-radius: 4px 4px 0 0;
}

.login-image {
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 200px;
    background: url('../Images/login-image.jpg');
    background-size: contain;
    height: 200px;
    width: 200px;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

    .login-image:hover {
        transform: scale(0.98);
        box-shadow: 0px 0px 20px rgba(1, 36, 16, 1);
    }


.login-google {
    background: url('../Images/google-button-new.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 52px;
    width: 273px;
    margin-top: 50px;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px #999;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

    .login-google:hover {
        -webkit-filter: brightness(95%);
    }


.login-google-image {
    /*display: none;
    height: 53px;
    width: 55px;
    border-radius: 5px 0px 0px 5px;
    background-size: cover !important;
    float: left;*/
    display: none;
    height: 40px;
    width: 40px;
    border-radius: 40px !important;
    margin: 6px 10px;
    border-radius: 5px 0px 0px 5px;
    background-size: cover !important;
    float: left;
}

.userimage {
    margin-top: -18px;
    margin-bottom: -15px;
    height: 42px;
    border-radius: 50%;
}

/* Branding */

.branding-holder {
    padding: 20px;
    width: 230px;
    height: 90px;
}

.branding-holder2 {
    padding: 20px 25px;
    width: 230px;
    height: 90px;
}

.ism-logo {
    width: 50px;
    height: 50px;
}

.ism-text {
    font-size: 62px;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    margin-top: -20px;
    margin-left: 65px;
}

.ism-text-main {
    position: absolute;
    margin-top: 15px;
}

.ism-text-main2 {
    position: absolute;
    margin-top: 15px;
    margin-left: 180px;
}

.ism-title-main {
    position: absolute;
    margin-top: -10px;
    margin-left: 210px;
}

.ism-title-main2 {
    position: absolute;
    margin-top: 0px;
    margin-left: -170px;
}

.ism-title-main4 {
    position: absolute;
    margin-top: 22px;
    margin-left: -170px;
}

.ism-title-main3 {
    position: absolute;
    margin-top: 7px;
    margin-left: 63px;
    height: 24px;
    color: red !important;
}

.ism-title-sub {
    font-size: 20px;
    color: #FDB813;
    font-weight: bold;
    position: absolute;
    margin-top: 27px;
    margin-left: 210px;
}

.ism-title-sub2 {
    font-size: 20px;
    color: #FDB813;
    font-weight: bold;
    position: absolute;
    margin-top: 37px;
    margin-left: -276px;
}


@media only screen and (max-width: 540px) {
    .login-div {
        margin-top: -150px !important;
        width: 90% !important;
        margin-left: -45% !important;
    }

        .login-div h2 {
            display: none !important;
        }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
    html, body {
        background: whitesmoke !important;
    }

    .navbar {
        height: 60px !important;
    }

    .login-div {
        left: 50%;
        top: 50%;
        margin-top: -150px;
    }


    .login-div-header {
        width: 100%;
        height: 150px;
    }

    .login-div-content {
        box-shadow: 0px 0px 20px lightgray !important;
        min-height: 290px !important;
    }


    .blurredBackground {
        opacity: 0.2 !important;
        -webkit-filter: blur(10px) !important;
    }

    .login-google {
        margin-top: 45px !important;
        /*width: 260px !important;*/
    }

    .login-google-image {
        height: 48px !important;
        width: 48px !important;
    }

    .login-div p {
        padding: 15px 0px;
    }


    html, body {
        background: #e5e5e5;
    }
    /* Branding */
    .branding-holder {
        padding: 10px;
        width: 115px;
        height: 50px;
    }

    .branding-holder2 {
        padding: 10px;
        width: 60px;
        height: 60px;
    }

    .ism-logo {
        width: 40px;
        height: 40px;
    }

    .ism-text {
        font-size: 36px;
        margin-top: -12px;
        margin-left: 50px;
        display: none;
    }

    .ism-title-main {
        margin-top: 6px;
        margin-left: -15px;
    }

    .ism-text-main {
        display: none;
    }

    .ism-text-main2 {
        display: none;
    }

    .ism-title-main3 {
        position: absolute;
        margin-top: 7px;
        margin-left: 63px;
        height: 24px;
    }

    .ism-title-main4 {
        display: none;
    }

    .ism-title-sub {
        font-size: 12px;
        margin-top: 15px;
        margin-left: -15px;
    }

    .ism-title-main2 {
        position: absolute;
        margin-top: 0px;
        margin-left: -210px;
        display: none;
    }

    .ism-title-sub2 {
        font-size: 20px;
        color: #FDB813;
        font-weight: bold;
        position: absolute;
        margin-top: 37px;
        margin-left: -276px;
        display: none;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .ism-title-main3 {
        display: none;
    }
}
