﻿html, body {
    /*font-size: 13px !important;*/
}

/*.jqx-grid-column-header {
    z-index: 0 !important;
}*/

.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
}

.page-header-menu {
    background: #444d58;
    display: block;
    height: 51px;
    clear: both;
}

    .page-header-menu .navbar-nav {
        flex-direction: initial;
    }

    .page-header-menu .hor-menu .navbar-nav > li > a, .page-header-menu .hor-menu .navbar-nav > li > a > i {
        color: #BCC2CB;
        font-size: 14px;
        font-weight: 400;
        padding: 16px 18px 15px;
    }

    .page-header-menu .hor-menu .navbar-nav > li.active > a {
        color: #f1f1f1;
        background: #4E5966;
    }

    .page-header-menu .hor-menu .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 400;
        padding: 15px 18px 15px;
    }

    .page-header-menu .nav > li, .nav > li > a {
        display: block;
        position: relative;
    }

/*.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #444d58;
    min-width: 158px;
    z-index: 1;
}*/

.page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu > li.dropdown-submenu.open > .dropdown-menu {
    display: block;
}

/*.dropdown-menu a:hover {
    color: #ced5de;
    background: #5d6b7a;
}*/

.hor-menu a:hover {
    background-color: #55616f !important;
    color: #fff;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.menu-dropdown:hover > .dropdown-menu {
    display: block;
    position: absolute;
    color: #ced5de;
    background: #5d6b7a;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
    color: #ced5de;
    background: #5d6b7a;
}

.page-header-menu .hor-menu .navbar-nav > li .dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 0;
}

.page-header-menu .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu {
    min-width: 195px;
    max-width: 235px;
}

.page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
    font-size: 14px;
    font-weight: 300;
    padding: 10px 12px;
    white-space: normal;
}

.page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu > li.dropdown-submenu > a:after {
    content: "\f104";
    font-size: 14px;
    margin-right: 7px;
}

.page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu > li.dropdown-submenu:hover > a:after {
    content: "\f107";
    margin-right: 5px;
}

.page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: absolute;
}

.page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > .dropdown-menu {
    top: 0;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        left: 100%;
        margin-left: -1px;
        position: absolute;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .dropdown-submenu > a:after {
        position: absolute;
        display: inline-block;
        font-size: 14px;
        right: 7px;
        top: 7px;
        font-family: FontAwesome;
        height: auto;
        content: "\f105";
        font-weight: 300;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
}

.page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a > i {
    color: #6fa7d7;
}

.master-container-div {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: content-box;
    /*background-image: url('../../../Images/Noema.png');*/
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #cccccc;
    border-radius: 1px;
}

.log-out {
    float: right !important;
}

@media (min-width: 481px) and (max-width: 767px) {
    .navbar-nav {
        width: 100%;
        height: 250px;
        overflow: auto;
        background-color: #444d58;
    }

    .log-out {
        float: left !important;
        width: 100%;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    .navbar-nav {
        width: 100%;
        height: 250px;
        overflow: auto;
        background-color: #444d58;
    }

    .log-out {
        float: left !important;
        width: 100%;
    }
}

.navbar-nav {
    flex-direction: unset;
}

.nav {
    flex-wrap: nowrap;
}

.page-header-inner-top {
    width: inherit;
}

.dropdown-menu {
    position: absolute !important;
}

.popover-body {
    max-height: 250px !important;
    overflow: auto !important;
}

#Loader {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #999999;
    z-index: 30001;
    opacity: .8;
    filter: alpha(opacity=70);
    display: none;
}

.loader-container {
    top: 40%;
    left: 48%;
    border: 1px solid #337ab7;
    position: absolute;
    background-color: #FFFFFF;
}

.kt-head-icon {
    padding-right: 0.75rem;
    font-size: 1.3rem;
    color: #74788d;
}

.nav-link.dropdown-toggle:after, .btn.dropdown-toggle:after {
    padding-top: 2px;
}

.search-class {
    padding-top: 5px;
}

.radio-has-error{
    border:1px solid red !important;
}

.control-field label{
    margin-top:8px;
}

.detail-form .form-group .control-label{
    padding-top:8px;
    margin-bottom:0px;
}

.control-field a{
    display:block;
    margin-top:8px;
}

@media (max-width: 1025px) {
        .small-page-container {
            margin-top: 0px !important;
        }

        
    }