@media (max-width: 767px) {
    label{font-size: 10px;}
    .card .loginbox{
        max-width: 350px;
    }
    p, table, input, form, button{
        font-size:1.2rem!important;
    }
    h2.display-4{
        font-size:2.2rem;
    }
    input[type="file"]{
        height: 50px;
    }
    span.ico1{
        font-size:2rem;
    }
    .b1div, .b2div, .b3div{
        margin:0 7px 5px 0;
    } 
}

@media (max-width: 991px) {
    label{font-size: 14px;}
    h2.display-4 {
        font-size: 2rem;
    }
    .loginbox{
        max-width: 400px;
    }
    span.ico1{
        font-size:1.8rem;
    }

}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width:1200px;
  }
    input[type="file"]{
        height: 45px;
    }
    span.ico1{
        font-size:1.6rem;
    }
}

/* Bootstrap Editable Table */
.mt-100{margin-top:100px}.container-fluid{margin-top:0px}body{background-color:#f2f7fb}.card{border-radius: 5px;-webkit-box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);border: none;margin-bottom: 30px;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out}.card .card-header{background-color: transparent;border-bottom: none;padding: 20px;position: relative}.card .card-block{padding: 1.25rem}.table-responsive{display: inline-block;width: 100%;overflow-x: auto}.card .card-block table tr{padding-bottom: 20px}.table>thead>tr>th{border-bottom-color: #ccc}.table th{padding: 1.25rem 0.75rem}td, th{white-space: nowrap}.tabledit-input:disabled{display: none}.btn-primary, .sweet-alert button.confirm, .wizard>.actions a{background-color: #4099ff;border-color: #4099ff;color: #fff;cursor: pointer;-webkit-transition: all ease-in 0.3s;transition: all ease-in 0.3s}.btn{border-radius: 2px;text-transform: capitalize;font-size: 15px;padding: 10px 19px;cursor: pointer}
/* end Bootstrap Editable Table */

.btnDetail {
    margin-bottom: 7px;
}
.tI{
    width: 25px;
    max-width: 50px;
}
.tO{
    width: 210px;
    max-width: 210px;
}
.tOdiv{
    width: 210px;
    max-width: 210px;
}
.tV{
    width: 67px;
}
.tS,.tE,.tF{
    --remainingWidth: calc(100vH - 70px);
    max-width: calc(var(--remainingWidth) * 0.33);
    width: calc(var(--remainingWidth) * 0.33);
    overflow: hidden;
}

.uploadModalAlert{
    color: #FF0000;
    height: 32px;
    padding: 3px 12px;
}

.spinner-border-sm {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 10px;
}

.pointer{
	cursor: pointer;
}

.dataDoc{
	font-size: 0.9em;
}


.imgThumb{
    max-height: 100px;
    max-width: 100px;
}

.lm10{
    margin-left: 10px;
}

.lm15{
    margin-left: 15px;
}

.lr15{
    margin-right: 15px;
}

label, th{
    font-size: 0.9em;
    font-weight: 700;
    color: #888;
}

td.hiddenRow  {
    padding:0!important;
    border-top:0!important;
}

.table-sm th, .table-sm td {
    padding: 0.3rem;
}

.cell01{
    background-color: #eee;
    color: #000;
}
.cell02{
    border-top: 2px solid #333;
    font-style: italic;
}

.form-check-inline {
    margin-right: 0!important;
}

.anonimized{
    text-align:center;
    background-color: #BBB;
    padding: 0.45rem 0 0.45rem 0!important;
}

.detailHead{
    background-color: #B30205;
    padding: 0.3em 0.6em;
    margin: 1.5em 0 1.5em 0;
}
.detailHead p{
    color: #FFFFFF;
    margin:0;
    font-weight: bold;
    font-size: 1.2em;
}
.loginbox{
    max-width: 420px;
}

.sForm{
    max-width: 600px;
}

.hScroll {
  width:1500px;
  overflow-x: scroll;
}
#iub-pp-container > div > h1{
    font-size: 1.7rem!important;
}
#iub-pp-container > div > h2{
    font-size: 1.4rem!important;
}
#iub-pp-container > div > h3{
    font-size: 1.2rem!important;
}
#iub-pp-container > div > p{
    font-size: 1.1rem!important;
}
.iti__hide, .wpforms-submit-spinner{
    display:none;
}
.badge,.badge-primary{
	font-size: 100%;
	font-weight:300;
	line-height: normal;
	background-color: #888;
	padding: 0.1em 0.4em 0.25em 0.4em;
}
.invalid-feedback{
	padding-bottom:15px;
}
div.form-control.dropdown{
	height: 38px;
}
div.form-control.dropdown > input{
	font-size: 1rem!important;
}

/* table sort arrows */
table td,
table th {
  border: 1px solid silver;
}

.headerSortDown:after,
.headerSortUp:after {
  content: ' ';
  position: relative;
  left: 2px;
  border: 8px solid transparent;
}

.headerSortDown:after {
  top: 10px;
  border-top-color: silver;
}

.headerSortUp:after {
  bottom: 15px;
  border-bottom-color: silver;
}

.headerSortDown,
.headerSortUp {
  padding-right: 10px;
}