/* Write your custom CSS here */

.small-logo {
    height: 36px;
    background: #ffffff;
    padding: 2px;
    margin: 10px;
    border-radius: 2px;
}

.mt-0{
margin-top:0;

}

.mt-2{
margin-top:1rem;
}

.mr-2{
	margin-right:1rem !important;
}

.mr-3{
	margin-right:2rem !important;
}

.p-0{
    padding: 0 !important;
}
.info-box .info-box-icon i {
    font-size: 16px;
    color: #B0B0B0;
}

.sidebar-toggle{
	font-size: 24px;
    padding-left: 40%;
    padding-top: 6%;
}

.pl-5{
	padding-left:3rem;
}

.th-align-center{
    vertical-align: middle !important;
}

.border-line{
    border-right: 8px solid #34425a;
    padding-right: 0;
    height: 100vh;
    background: url(../images/login-main.png) #180d5a;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.border-line .small-logo{
    padding-left: 16px;
}
.fp-sec{
    float: right;
    padding-bottom: 10px;

}

.login-cr{
    position: absolute;
    left: 40px;
    bottom: 10px;
    color: #ededed;
    background: #00000040;
    padding: 0 16px;
    border-radius: 8px;
}

.login-box{
    margin-top: 160px;
}

.login-btn{
    background: #34425a;
    color: #ffffff;
    font-family: 800;
    width: 100%;
}

.login-btn:hover{
    background: #180d5a;
    color: #ffffff;
}

.login.logo-name{
    color: #34425a !important;
}



.inp-br::before{
    content: ' ';
    position: absolute;
    width: 4px;
    height: 34px;
    background: #34425a;
    
}

.page-login .page-inner{
background: #ffffff;
padding: 0;
}


.menu.accordion-menu a {
    padding-right: 8px;
}

.app-logo{
    width: 100%;
    padding: 0 16px;
}

@media screen and (max-width:768px) {
    .show-all-thm, .show-sm-all-thm, .show-onbl-thm, .show-sm-onbl-thm{
        display: none;
    }
}

#main-wrapper{
    background: #ffffff;
}

.advancedoption{
    margin-left: 100px;
    width: calc(100% - 110px);
}

.sbtn-sec{
    padding: 32px 16px;    
}

.sbtn-sec .btn{
margin: 8px;
}

.ckeckbox-sec .form-group{
    margin-bottom: 0px;
}

a[aria-expanded="false"].btn-adv-opt{    
    background: #ededed;
    color: #333333;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

a[aria-expanded="true"].btn-adv-opt{    
    background: var(--primary-color, #34425a);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;

}


.panel-collapse{
    margin-top: 16px;
}


.btn-adv-opt:hover{
    text-decoration: none;
}

select{
    margin-bottom: 0 !important;
}

.label.label-info {
    background: #ededed;
    color: #333333;
    font-size: 12px;
    border-radius: 16px;
    padding: 5px 8px 5px 12px;
}