/*existing*/
.navbar.horizontal-layout .navbar-brand-wrapper .navbar-brand img {
    max-width: 100%;
    height: 55px;
    margin: auto;
    vertical-align: middle;
}
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item {
    line-height: 1;
    width: 12%;
    text-align: center;
}
.table td, .jsgrid .jsgrid-table td, .table th, .jsgrid .jsgrid-table th {
    vertical-align: middle;
    font-size: 0.8rem;
    line-height: 1;
    padding: 15px 30px;
}
.card .card-body {
    padding: 25px;
}
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link {
    color: #223C61;
    padding: 15px 3px;
    line-height: 1;
    font-weight: 600;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

    
/*New*/
label{
	font-weight: 500;
}
span{
    font-size: 14px;
}
.customHeight{
	height: 38px;
}
.custonInput, .custonInput:focus{
    width: 60px;
    border-radius: 5px;
    border: 1px solid #aaa;
    height: 30px;
}
.forms-sample{
	min-height: 500px;
}
.auth.auth-bg-1 {
    background: url("../images/loginwallpaper.jpg");
    background-size: cover;
}

.tableCustom {
    font-size: 12px;
    overflow-x: auto;
}

.sepLine {
    border-top-style: double;
}


/*.page-navigation li:hover > ul.dropdown-menu {
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(182, 182, 182, 0.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
    overflow: hidden;
    font-size: 0.9rem;
    position:absolute;
    
    left:15px;
    padding:0;
}*/

/*.DSR.dropdown-menu.show {
    display: none !important;
}*/

.DSR.dropdown{
    line-height: 1;
    width: 12%;
    text-align: center;
    cursor:pointer;
    font-size: 14px;
}
.DSR.dropdown .dropbtn {
    background-color: transparent !important;
    font-weight: 600!important;   
    border: none;
    outline: none;
    color: #223C61;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    cursor:pointer;
}
.DSR.dropdown:hover{
    background-color: #f2f2f9;
}

.DSR.active{
    background: linear-gradient(30deg, #464de4, #814eff)!important;
    color: #fff;
}
    .DSR.active .dropbtn {
        color:#fff!important;
    }

.dropdown-content {
    border-radius: 10px;
    border: 1px solid rgba(182, 182, 182, 0.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
    overflow: hidden;
    display: none;
    position: absolute;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 5px;
    width: 100%;
    z-index:999999;
   
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: 400;
}

.dropdown-content a:hover {
    background-color: #f8f9fa;
    
}

.DSR.dropdown:hover .dropdown-content {
    display: block;
}

.alignRight{
    margin-left: 80%;
}

.customFont {
    font-size:11px;
}


@media (max-width: 991.98px){
    .navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item {
        display: block;
        width: 100% !important;
        border-right: none;
        text-align: left !important;
        padding: 0 15px;
    }
    .nav .nav-item.dropdown .navbar-dropdown, .navbar-nav .nav-item.dropdown .navbar-dropdown {
        right: -45px;
    }
    .tableCustom {
        font-size: 12px;
        overflow-x: auto;
        width:1063px!important;
    }
    .DSR.dropdown{
        width: 100%;
        text-align: left;
        font-size: 14px;
        padding:0 17px;
    }
    .DSR.dropdown .dropbtn{
        padding:14px 0;
    }
    .dropdown-content{
        z-index:999999;
        width: 160px;
    }

}