@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;
    }
}

@media (max-width: 991px) {
    label{font-size: 14px;}
    h2.display-4 {
        font-size: 2rem;
    }
    .loginbox{
        max-width: 400px;
    }
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width:1200px;
  }
}

.lm10{
    margin-left: 10px;
}

.lm15{
    margin-left: 15px;
}

.lr15{
    margin-right: 15px;
}

.pt4{
    padding-top: 4px!important;
}

.pt7{
    padding-top: 7px!important;
}

label, th{
    font-size: 0.9em;
    font-weight: 700;
    color: #888;
}

label{
    display:inline!important;
}

textarea{
    height:100%!important;
}


.b {
    font-weight: bold;
}

.red {
    color: #FF0000;
}

.yellBg {
    background-color: #FFFF00;
}

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;
}
.celltrunk{
    white-space: nowrap; text-overflow:ellipsis; overflow: hidden;
}
.cellw50{
    max-width:50px;
}
.cellw75{
    max-width:75px;
}
.cellw100{
    max-width:100px;
}
.cellw150{
    max-width:150px;
}
.crw2 {
  white-space: normal;
  width: 2rem;
}
.crw3 {
  white-space: normal;
  width: 3rem;
}
.crw4 {
  white-space: normal;
  width: 4rem;
}
.crw5 {
  white-space: normal;
  width: 5rem;
}
.crw8 {
  white-space: normal;
  width: 8rem;
}
.crw10 {
  white-space: normal;
  width: 10rem;
}
.crw12 {
  white-space: normal;
  width: 12rem;
}
.crw13 {
  white-space: normal;
  width: 13rem;
}
.crw15 {
  white-space: normal;
  width: 15rem;
}
.crw18 {
  white-space: normal;
  width: 15rem;
}
.crw20 {
  white-space: normal;
  width: 20rem;
}
.crw25 {
  white-space: normal;
  width: 20rem;
}
.crw30 {
  white-space: normal;
  width: 20rem;
}


.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;
}

svg{
    max-width: 20px;
    max-height: 20px;
}

#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;
}

/* reset styles */
.reset-this {
}
/* basic modern patch */
#reset-this {
}

.spinner-border {
    width: 40px!important;
    height: 40px!important;
}
.reloadId{
    padding: 4px 0 0 8px;    
    cursor: pointer;
}
.tdPad{
    padding-top: 6px!important; 
}
.alertMsg1{
    font-weight: bold;
    color: #F00;
}

.dropdown-item {
    padding: 0.1rem 1.5rem;
}

/* modal fullscreen */
.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; 
}
.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
}
.modal.modal-fullscreen .modal-body {
  overflow-y: auto; 
}
