html, body{
    padding: 0px;
    margin: 0px;
    font-size: 0.9rem;
}

.cursor {
    cursor: pointer;
}

.select2-dropdown {
    background-color: rgb(244, 246, 249) !important;
    color: rgb(0, 0, 0) !important;
}

.select2-results__option.select2-results__option--highlighted{
    background-color: #dc3545 !important;
}

.preloader {
    background-color: #343a40;
}

.swal2-popup.swal2-toast{
    padding: 0em 0.8em 0em 0.8em !important;
    font-size: 0.8em !important;

}
#listFileUpload{
    list-style: none;
}

.doc .row .col-8{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.doc .row .col-4{
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end
}

.logoRow{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    align-content: center;
}

.logo{
 max-height: 100px;
 /*border-radius: 50%;*/
}

/* ADMINLTE */

.content-header{
    padding: 5px 0.5rem;
}

.card-body {
    padding: 0.8rem;
}

.form-group{
    margin-bottom: 0.8rem;
}

/* 
.fa-magnifying-glass{
    height:0.8rem !important;
} */


.col-form-label{
    font-size: 14px;
}

.table td, .table th{
    padding: 0.25rem;
}


select{
    padding: 0px !important;
}

.form-group{
    margin-bottom: 0.5rem;
}
/*
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12
{
    display: flex;
    align-items: center;
}
*/

.content-wrapper {
    overflow: auto;
    max-height: 80vh;
}

.is-invalid{
    border: solid 1px #dc3545;
    border-radius: 0.25rem;
}

.is-warning {
    border:solid 1px #ffc107;
    border-radius: 0.25rem;
}

.is-valid {
    border:solid 1px #28a745;
    border-radius: 0.25rem;
}

.text-black{
    color: black;
}

.profileCanvas {
    border-radius: 50%;
    border: 2px dashed rgb(131, 131, 131);
}

tr, th {
    cursor: pointer;
}



.login-box{
    width: 643px;
}


.highlight-container {
    position: relative;
}

.highlight-box {
    transition: transform 0.5s;
}

.highlight-box:hover {
    transform: scale(1.2);
}

.custom-form-control {
    display: block;
    width: 40px;
    height: calc(1.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}