/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

body {
    /*margin-top: 100px;*/
    background-color: #fff;
    font-family: 'Roboto', sans-serif !important;
}

.form-signin {
    padding: 0;
}

.commonBtn,
.headMain a {
    background-color: #1f1f43;
    border: 0;
    color: #ffc211;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 70px;
    position: relative;
    font-family: 'ProximaNova', sans-serif;
    box-shadow: unset;
    top: 0;
    font-weight: normal;
    line-height: 19px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.login-page {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex-direction: row;
    -moz-box-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    /*background-color: #F0F0F7;*/
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../Images/bg-body.png);
    background-repeat: no-repeat;
}

.login-box {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    margin: auto;
    width: 100%;
    /*max-width: 700px;*/
    display: flex;
    max-width: 1000px;
    border-radius: 15px;
}

.login-logo {
    background: linear-gradient(0deg, rgba(31, 31, 67, 0.8), rgba(75, 75, 133, 0.6)), url(../Images/bg-03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px;
    text-align: center;
    width: 100%;
    float: left;
    border-radius: 15px 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-logo img {
        height: 90px;
    }

    .login-logo .left-side-text {
        margin: 20px 0;
    }

        .login-logo .left-side-text p {
            font-size: 15px;
            font-weight: 300;
            color: #fff;
            letter-spacing: 1px;
        }

.left-content {
    padding: 0 40px;
}

.login-form-field {
    background: rgba(225, 225, 225, 0.15);
    padding: 50px;
    float: left;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.login-form .form-group .control-label {
    font-size: 15px;
    margin-bottom: 1rem;
}

.validation-summary-errors ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

#page-login-wrapper {
    width: 80%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

.loginHead {
    font-size: 25px;
    padding: 6px 15px 6px;
    border-left: 4px solid #ffc107;
    margin-bottom: 20px;
}
/* Top Navigation */
.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #999;
        }

            .top-nav > li > a:hover,
            .top-nav > li > a:focus,
            .top-nav > .open > a,
            .top-nav > .open > a:hover,
            .top-nav > .open > a:focus {
                color: #fff;
                background-color: #000;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */



.side-nav > li > ul {
    padding: 0;
}

    .side-nav > li > ul > li > a {
        display: block;
        padding: 10px 15px 10px 38px;
        text-decoration: none;
        color: #999;
    }

        .side-nav > li > ul > li > a:hover {
            color: #fff;
        }

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }

/*====== DESIGNER CSS =====*/

.form-css {
    padding: 15px;
    padding: 15px;
    position: relative;
}

.top-nav li:first-child a {
    color: #fff;
}

    .top-nav li:first-child a:hover, .top-nav li:first-child a:focus {
        text-decoration: none;
    }

    .top-nav li:first-child a i {
        margin-right: 10px;
    }

.top-nav li:last-child a {
    background-color: #14304c;
    color: #fff !important;
}

.side-nav {
    background-color: #14304c;
    height: 100%;
}

    .side-nav li a {
        color: #abc8e4 !important;
    }

        .side-nav li a i {
            width: 20px;
            text-align: center;
            margin-right: 5px;
            color: #fff;
        }

        .side-nav li a:hover, .top-nav li:last-child a:hover {
            background-color: #0d7146 !important;
            color: #fff !important;
        }

.navbar-inverse.top-navbar {
    background-color: #219865;
    border-color: #0d7146;
}

.top-navbar .navbar-brand {
    padding: 3px 15px;
}

    .top-navbar .navbar-brand img {
        width: 50px;
    }

/*=== LOGIN ===*/
/*.login-page {
    background: url(../Images/bg-05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/

.content-page-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.grid-mvc .grid-table {
    border: 1px solid #ddd;
}

    .grid-mvc .grid-table .grid-header-title a {
        font-weight: 500;
    }

.form-group .control-label {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8a8989;
    margin-bottom: 1rem;
}

.login-btn {
    display: block;
    text-align: center;
    background: #1f1f43;
    padding: 7px;
    color: #FFC211;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    border: none;
    margin: 10px 0;
    border-radius: 25px;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

    .login-btn:hover,
    .login-btn:focus {
        background: #1f1f43;
        transition: 0.3s ease-in-out all;
        text-decoration: none;
        color: #FFC211;
    }

.login-tbx {
    height: 50px;
}

.form-signin-heading {
    color: #000;
}

.login-page .form-control {
    border-radius: 15px;
}

.forgot-password-text a {
    font-size: 14px;
    color: #8a8989;
}

/*==== Custom Checkbox ====*/


.custom-check {
    display: block;
    margin-bottom: 15px;
}

    .custom-check input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .custom-check label {
        position: relative;
        cursor: pointer;
        font-size: 14px;
        color: #1f1f43;
        font-weight: 500;
    }

        .custom-check label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #1f1f43;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 7px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .custom-check input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: 6px;
        width: 6px;
        height: 12px;
        border: solid #1f1f38;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.error {
    font-size: 12px;
}
/*==== MEDIA QUERIES ====*/
@media(min-width:768px) {
    body {
        margin-top: 0;
    }

    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        /*padding: 10px;*/
    }

    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
    }

        .side-nav > li > a {
            width: 225px;
            padding: 10px 9px;
        }


    .login-box {
        width: 95%;
    }

    .login-form-field {
        padding: 30px;
    }
}

@media(min-width:1366px) {

    .login-box {
        width: 100%;
    }

    .login-form-field {
        padding: 50px;
    }
}

@media(max-width:767px) {
    .form-css {
        padding: 15px 0;
    }

    .top-nav li:last-child {
        float: right;
    }

        .top-nav li:last-child a {
            background: transparent;
            padding: 15px 0
        }
}

@media screen and (max-width:580px) {

    .login-page {
        background-position: 15% 60%;
    }

    .login-box {
        width: 90%;
        border-radius: 20px;
    }

    .login-form-field {
        width: 100%;
        border-radius: 20px;
        padding: 30px;
    }

    .login-box .login-logo {
        display: none;
    }

    .rightPanner {
        width: 95%;
        padding: 0;
        float: none;
        margin: auto;
    }
}


.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    background: #e9e9e9;
    left: 0;
    opacity: 0.5;
}