
.fontstyle{
    font-size: 20px;
    text-align: center;
}

.fa-check-square:before{
    content: "\f14a";
    font-size: 36px;
    /* color: #6592b9; */
}

.AddBoxFile{
    background-color: #ecefec;
    color: #585757;
    border: 0;
}

.form-control[readonly]{
    background-color: #F3F6F9 !important;
} 
.picsign{
    width: 100px !important;
}

.box_refdoc{
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

a.btn_back i{
    font-size: 30px;
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 1000000;
}
.display_tab {
    text-align: right;
}
/* 
#Btn_CreateDoc_mobile{
    position: absolute;
    right: 0px;
} */
.hidden{
    display: none !important;
}

.disp_mobile{
    display: none !important;
} 

select.select2 {
    opacity: 1 !important;
}
.tb_datatable th, .tb_datatable td{
    font-size: 14px !important;
}

.tb_datatable th{
    padding: 2px 4px !important;
}
.fa, .fas {
    font-weight: 900;
    color: #4277ff !important;
}
label { 
    margin-bottom: 0.25rem;
}

.table th, .table td {
    padding: 0.5rem  !important;
}
.btn{
    padding: 0.5rem !important;
}
html, body {
    font-size: 16px !important;
}
.table { 
    color: #0c0c0c !important; 
}
@media (max-width: 768px) {
    .disp_mobile{
        display: flex !important;
    } 
    .disp_web{
        display: none !important;
    
    }
}
