:root {--secthemecolor:#fd7e14;}
:root {--themecolor:#3d4461;}
.sT{
    display: none;
}
.sTA{
    display: block;
}
.anticon ,anticon-loading{
    display: inline-block!important;
    color:#000000 !important;
}
.j_notify{
  width:300px;  
}
@media(min-width:0px) and (max-width:400px){
   .j_notify{
      width:250px;  
    } 
}
.j_logo{
    width:200px; height:auto;   
}


.logo-center{
    margin-left:350px;
    display: none;
}

@media(min-width:0px) and (max-width:992px){
  .logo-center{
        display: inline;
        margin-left:20px;
    }     
}
@media(min-width:0px) and (max-width:400px){
  .logo-center{
        margin-left:20px;
    }     
}

@media(min-width:0px) and (max-width:358px){
  .logo-center{
        margin-left:0px;
        padding: 0px;
    }     
}

@media(min-width:0px) and (max-width:343px){
  .nav-right li a sup{
        display:none;
    }     
}
.m_none{
    display: none;
}





.dc-widget{
    float: left;
    width: 100%;
    border-radius: 4px;
    margin:0 0 30px; 
}
.dc-widgettitle{
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-radius: 4px 4px 0 0;
    background: var(--themecolor);
}
.dc-widgettitle h3{
    margin:0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.dc-widgetcontent{
    float: left;
    width: 100%;
    padding: 20px;
    background: #fcfcfc;
    border-radius: 0 0 4px 4px;
}
.dc-onlinuserimg{
    margin:0; 
    float: left;
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.dc-onlinuserimg img{
    width: 100%;
    display: block;
    border-radius: 4px 4px 0 0;
}
.dc-onlinuserimg figcaption{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
}
.dc-onlinuserimg figcaption span{
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 12px;
    min-width: 38px;
    line-height: 17px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    text-transform: uppercase;
    background: var(--secthemecolor);
}
.dc-onlineoption-content{
    width: 100%;
    float: left;
    padding: 30px 20px;
    text-align: center;
}
.dc-onlineoption-content .dc-title h3{
    margin:0 0 15px;
    font-size: 22px;
    line-height: 24px;
}
.dc-onlineoption-content .dc-title h3 span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom:4px; 
}  


.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.two-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.three-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.f_c_box{
    width: 100%;
    height:120px;
    background: #efefef;
}
.btn-success, .btn-success:hover, .btn-success:active{
    background: #000080;
    border:0px;
}
.f_m_header{
    width: 100%;
    min-height:40px;
    background: orange;
    color:#000080;
    margin-bottom:10px;
    padding:10px;
    text-transform: uppercase;
    font-size: 20px;
}
	

.responseBox{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    padding:10px;
    font-size: 12px;
    box-shadow: 1px 1px #efefef;
    margin: auto;
    text-align: center;
}

.responseBox.success{
    border-bottom:1px solid green;
}
.responseBox i{
    font-size:50px;
    margin-top: 50%;
}
.responseBox.success i{
    color: green !important;
}

.responseBox.danger{
    border-bottom:1px solid red;
}
.responseBox.danger i{
    color: red !important;
}

.responseBox.warning{
    border-bottom:1px solid orange;
}
.responseBox.warning i{
    color: orange !important;
}

.card-header h4{
	padding-top:10px;
}

.nSender span{
    color: #fff;
}
.nSender{
    background: var(--themecolor);
}

.active_nav{
    background: #fd7e1436 !important;
} 


a.app_btn{
    min-width:120px;
    height:auto;
    padding:5px 15px;
    background-color: var(--themecolor);
    text-align: center;
    color:#fff !important;
    border-radius: 10px;
    font-size:13px;
    cursor: pointer;
    display: inline-block;
}

a.app_btn.download_slip{
	padding:5px 15% !important;
}
.app_btn i{
    color:#fff !important;
}

.t_box{
    width: 100%;
    min-height: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding:10px;
    font-size: 12px;
    box-shadow: 1px 1px #efefef;
}

@media(min-width:0px) and (max-width:400px){
    .t_box{
        font-size: 11px;
    }
}

a .t_box{
    color:#333;
}

.t_box.danger{
    border-left:3px solid red;
}

.t_box.success{
    border-left:3px solid green;
}

.t_box{
    width: 100%;
    min-height: 50px;
    border-left:2px solid var(--themecolor);
    border-radius: 5px;
}


.t_box .date, .t_box .amount{
    display: inline-block;
}

.t_box .amount{
    float: right;
}

.text_sm_gray{
    font-size:0.8rem !important;
    color: #737a91 !important;
    font-weight: 300;
}

