﻿@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/Notosans-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-ExtraBold.ttf');
    font-weight: 800;
}

.container {
    margin: 0;
    max-width: 1920px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 767px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

@media (max-width: 767px) {
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
}

#content-wrapper {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    min-height: 1200px;
    padding: 15px 15px 35px 15px;
    margin-left: 220px;
}

.navbar-toggle {
    border: medium none;
    font-size: 1.4em;
    height: 50px;
    margin: 0;
    text-shadow: none;
    width: 50px;
    z-index: 100;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

    .navbar-toggle .icon-bar {
        background: none repeat scroll 0 0 white;
    }

.nav > li {
    float: left;
}

.navbar-nav {
    margin: 0 0 0 10px;
}

    .navbar-nav > li > a {
        padding-bottom: 15px;
        padding-top: 15px;
        line-height: 24px;
    }

    .navbar-nav > li > .dropdown-menu {
        border-radius: 3px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        min-width: 223px;
    }

.dropdown-menu > li > a {
    color: #707070;
    font-size: 0.875em;
    line-height: 1.7;
    padding-left: 35px;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #f6f6f6;
        color: #707070;
    }

    .dropdown-menu > li > a > i {
        position: absolute;
        margin-left: -18px;
        margin-top: 4px;
    }

.nav-pills > li {
    float: none;
}

    .nav-pills > li > a {
        border-radius: 0;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
    }

.navbar > .container .navbar-brand {
    background: #34495e;
    color: #fff;
    font-family: 'Titillium Web',Geneva,sans-serif;
    font-weight: 700;
    width: 220px;
    margin-left: -8px;
    padding: 0px 15px;
}

@media (max-width: 991px) {
    .navbar > .container .navbar-brand {
        background: transparent;
        color: #262626;
    }
}

@media (max-width: 767px) {
    .navbar > .container .navbar-brand {
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    #logo {
        width: 150px;
        padding-left: 0;
        font-size: 1em;
        margin-left: 6px;
    }
}

@media (max-width: 400px) {
    #logo {
        width: auto;
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    #logo img {
        height: 19px;
    }
}

@media (max-width: 400px) {
    #logo span {
        display: none;
    }
}

#logo.navbar-brand > img {
    float: left;
    padding-right: 4px;
    /* height: 40px;*/
    height: 55px;
}

@media (min-width: 992px) {
    #logo.navbar-brand > img.normal-logo.logo-white {
        display: block;
    }
}

@media (max-width: 991px) {
    #logo.navbar-brand > img.normal-logo.logo-white {
        display: block;
    }
}

@media (min-width: 992px) {
    #logo.navbar-brand > img.normal-logo.logo-black {
        display: none;
    }
}

@media (max-width: 991px) {
    #logo.navbar-brand > img.normal-logo.logo-black {
        display: block;
    }
}

#header-navbar {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin: 0;
    min-height: 50px;
    color: #262626;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
}

    #header-navbar .navbar-form .form-group {
        position: relative;
    }

    #header-navbar .navbar-form .form-control {
        background: #131313;
        color: #707070;
        height: 30px;
        line-height: 30px;
        margin-top: 2px;
        font-size: 0.75em;
    }

    #header-navbar .navbar-form .nav-search-icon {
        position: absolute;
        color: #707070;
        right: 6px;
        top: 8px;
    }

    #header-navbar .nav > li > a {
        height: 50px;
    }

        #header-navbar .nav > li > a > span.count {
            background: none repeat scroll 0 0 #e74c3c;
            border-radius: 50%;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            color: #fff;
            display: block;
            font-size: 9px;
            height: 14px;
            line-height: 14px;
            position: absolute;
            right: 10px;
            text-align: center;
            top: 11px;
            width: 14px;
        }

    #header-navbar .profile-dropdown > a {
        padding-top: 8px;
        padding-bottom: 7px;
        line-height: 35px;
    }

        #header-navbar .profile-dropdown > a > img {
            border-radius: 50%;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            float: left;
            height: 35px;
            margin-right: 5px;
            width: 35px;
        }

        #header-navbar .profile-dropdown > a > span {
            float: left;
            display: block;
            margin-right: 3px;
        }

#header-nav .form-control {
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 0;
}

#header-navbar .navbar-left .navbar-nav {
    margin-left: 0;
}

#header-navbar .nav > li > a {
    font-size: 0.875em;
    padding-left: 15px;
    padding-right: 25px;
    color: #484848;
    border: none;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

    #header-navbar .nav > li > a > i,
    #sidebar-nav .nav > li > a > i {
        font-size: .75rem;
    }

    #header-navbar .nav > li > a:hover,
    #header-navbar .nav > li > a:focus,
    #header-navbar .nav .open > a,
    #header-navbar .nav .open > a:hover,
    #header-navbar .nav .open > a:focus,
    .navbar-toggle:hover,
    .navbar-toggle:focus,
    .mobile-search.active > .btn {
        background: #3498db;
        color: #fff;
    }

        #header-navbar .nav > li > a:hover,
        #header-navbar .nav > li > a:focus,
        #header-navbar .nav .open > a,
        #header-navbar .nav .open > a:hover,
        #header-navbar .nav .open > a:focus {
            background-color: #3498db;
        }

#header-navbar .nav > li .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

#header-navbar .nav a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

@media (max-width: 400px) {
    #header-navbar .container {
        padding: 0;
    }
}

@media (max-width: 400px) {
    .profile-dropdown .dropdown-toggle {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media (max-width: 400px) {
    #header-nav .nav {
        margin-left: 0;
    }
}

#nav-col {
    height: 100%;
    padding: 0;
    z-index: 100;
    position: absolute;
    background: #a6e7ff;
    background: linear-gradient( 0.06deg, #E6E3FF 0.06%, #E0F5F9 99.97%);
    width: 240px;
}

@media (max-width: 991px) {
    #nav-col {
        position: relative;
        width: auto;
    }
}

.navbar-nav .open .dropdown-menu {
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    position: absolute;
}

#user-left-box {
    padding: 20px 15px;
}

    #user-left-box img {
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        float: left;
        width: 80px;
    }

    #user-left-box .user-box {
        color: #fff;
        float: left;
        padding-left: 15px;
        padding-top: 11px;
    }

        #user-left-box .user-box > .name {
            display: block;
            font-size: 1.3em;
            font-weight: 600;
            line-height: 1.2;
        }

        #user-left-box .user-box > .status {
            display: block;
            font-size: 0.75em;
            padding-top: 3px;
        }

            #user-left-box .user-box > .status > i {
                color: #2ecc71;
                margin-right: 4px;
            }

@media (min-width: 992px) {
    .nav-small #nav-col {
        width: 64px;
    }

    .nav-small #rise-content {
        margin-left: 64px;
    }

    .nav-small #nav-col #user-left-box {
        display: none;
    }

    .nav-small #nav-col #sidebar-nav .nav > li > a > span {
        display: none;
    }

    .nav-small #nav-col #sidebar-nav .nav li > a.dropdown-toggle > .drop-icon {
        display: none;
    }

    .nav-small #nav-col #sidebar-nav .nav .submenu > li > a.dropdown-toggle > .drop-icon {
        display: block;
    }

    .nav-small #nav-col #sidebar-nav .nav li .submenu {
        left: 64px;
        position: absolute;
        top: 0;
        width: 210px;
    }

        .nav-small #nav-col #sidebar-nav .nav li .submenu > li > a {
            padding-left: 28px;
        }

    .nav-small #nav-col #sidebar-nav .nav > .open > .submenu > li > .submenu,
    .nav-small #nav-col #sidebar-nav .nav > .active > .submenu > li > .submenu {
        left: auto;
        position: relative;
        top: auto;
        width: 100%;
    }

        .nav-small #nav-col #sidebar-nav .nav > .open > .submenu > li > .submenu a,
        .nav-small #nav-col #sidebar-nav .nav > .active > .submenu > li > .submenu a {
            padding-left: 48px;
        }

    .nav-small #sidebar-nav .nav li.active > .submenu {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }

    /*  #sidebar-nav.navbar-collapse {
        max-height: 336px;
    }*/
}


/* LOGIN PAGE */
#login-page {
    background-color: #e7ebee;
}

#login-page-full {
    background-color: #e7ebee;
}

#login-box {
    max-width: 350px;
    min-width: 280px;
    margin: 60px auto 20px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

@media only screen and (max-width: 767px) {
    #login-box {
        margin-top: 20px;
    }
}

#login-box #login-box-header {
    height: 5px;
}

    #login-box #login-box-header > div {
        height: 100%;
        width: 16.6667%;
        float: left;
    }

    #login-box #login-box-header .login-box-header-red {
        background: #e74c3c;
    }

    #login-box #login-box-header .login-box-header-green {
        background: #2ecc71;
    }

    #login-box #login-box-header .login-box-header-yellow {
        background: #f1c40f;
    }

    #login-box #login-box-header .login-box-header-purple {
        background: #9b59b6;
    }

    #login-box #login-box-header .login-box-header-blue {
        background: #3498db;
    }

    #login-box #login-box-header .login-box-header-gray {
        background: #95a5a6;
    }

#login-box-inner {
    background: #fff;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 1px solid #e1e1e1;
    border-bottom-width: 5px;
    padding: 40px 25px;
}

    #login-box-inner.with-heading {
        padding-top: 20px;
    }

    #login-box-inner h4 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    #login-box-inner .reset-pass-input {
        padding: 15px 0;
        margin-bottom: 0;
    }

#login-logo {
    background: none repeat scroll 0 0 #34495e;
    color: #fff;
    display: block;
    font-size: 2em;
    font-weight: 400;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
}

    #login-logo > img {
        display: block;
        height: 100px;
        /* margin: 0 auto; */
    }

    #login-logo > span {
        display: block;
        font-size: 0.6em;
        font-weight: 300;
        text-transform: none;
    }

#login-box .input-group {
    margin-bottom: 10px;
}

    #login-box .input-group input {
        font-weight: 300;
    }

    #login-box .input-group .input-group-addon {
        padding-left: 0;
        padding-right: 0;
        min-width: 50px;
    }

        #login-box .input-group .input-group-addon i {
            color: #efefef;
        }

#login-box #login-forget-link {
    display: block;
    font-size: 0.875em;
    text-align: right;
    margin-top: 3px;
}

#login-box #remember-me-wrapper {
    padding: 10px 0;
}

#login-box .btn {
    font-size: 1.125em;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    margin-top: 8px;
}

#login-box .form-group {
    margin-bottom: 7px;
}

    #login-box .form-group .checkbox label {
        padding-left: 7px;
    }

    #login-box .form-group .checkbox input {
        margin-left: 0;
    }

#login-box .btn-facebook,
#login-box .btn-twitter {
    text-transform: none;
    font-size: 1em;
    margin-bottom: 10px;
}

#login-box .social-text {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 0.875em;
}

#login-box-inner .input-group > .form-control,
#login-box-inner .input-group > .input-group-addon {
    height: 46px;
    padding-top: 0;
    padding-bottom: 0;
}

#login-box-inner .input-group > .input-group-addon {
    height: 44px;
}

#login-box-footer {
    text-align: center;
    font-size: 0.875em;
    margin-top: 10px;
}

#login-full-wrapper #login-box-footer {
    color: #fff;
}

    #login-full-wrapper #login-box-footer a {
        color: #fff;
        text-decoration: underline;
    }

        #login-full-wrapper #login-box-footer a:hover {
            text-decoration: none;
        }

#login-page .login-create,
#login-page-full .login-create {
    margin-bottom: 20px;
}

#login-full-wrapper {
    background: url(../../img/login-img.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

@media (max-height: 605px) {
    #login-full-wrapper {
        position: relative;
    }
}

@media (max-height: 621px) and (max-width: 767px) {
    #login-full-wrapper {
        position: relative;
    }
}

#login-full-wrapper #login-box {
    border: none;
}

#login-page-full .container {
    max-width: 1440px;
    margin: 0 auto;
}

#login-page-full .login-full-create {
    margin-right: 20px;
    line-height: 50px;
}

#login-full-left {
    margin-top: 50px;
    margin-bottom: 20px;
}

    #login-full-left h1 {
        text-align: center;
        color: #363636;
        font-weight: 600;
        margin-bottom: 40px;
    }

    #login-full-left h2 {
        text-align: center;
        margin-top: 30px;
    }

    #login-full-left p.login-full-devices {
        margin-top: 30px;
    }

    #login-full-left .login-full-features {
        margin: 20px 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        #login-full-left .login-full-features > li {
            display: inline-block;
            margin: 0 8px;
        }

            #login-full-left .login-full-features > li > i {
                display: block;
                text-align: center;
                font-size: 1.6em;
                margin-bottom: 4px;
            }

            #login-full-left .login-full-features > li > span {
                display: block;
                text-align: center;
                font-size: 0.845em;
                line-height: 1.2;
            }

@media (max-height: 605px) {
    #login-full-wrapper.reset-password-wrapper {
        position: absolute;
    }
}

@media (max-height: 505px) {
    #login-full-wrapper.reset-password-wrapper {
        position: relative;
    }
}

#header-navbar .nav > li > a:hover,
#header-navbar .nav > li > a:focus,
#header-navbar .nav .open > a,
#header-navbar .nav .open > a:hover,
#header-navbar .nav .open > a:focus,
.navbar-toggle:hover,
.navbar-toggle:focus,
.mobile-search.active > .btn {
    background-color: #1c75bc;
    color: #fff;
}

    #header-navbar .nav > li > a:hover,
    #header-navbar .nav > li > a:focus,
    #header-navbar .nav .open > a,
    #header-navbar .nav .open > a:hover,
    #header-navbar .nav .open > a:focus {
        background-color: #1c75bc;
    }
