html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.material-symbols-outlined {
    line-height:inherit!important;
}

.material-symbols-filled {
    line-height: inherit !important;
}

.table.dataTable thead tr th {
    padding: 8px 10px !important;
    /*background-color: #f0f0f0 !important;*/
}

.containerBig {
    max-width: 90% !important;
}

.min-w40 {
    min-width: 40px;
}

.min-w50 {
    min-width: 50px;
}

.min-w85 {
    min-width: 85px !important;
}

.min-w150 {
    min-width: 150px;
}

.min-w250 {
    min-width: 250px;
}

.max-w50 {
    max-width: 50px;
}

.max-w100 {
    max-width: 100px;
}
.max-w110 {
    max-width: 110px;
}

.max-w150 {
    max-width: 150px;
}

.max-w250 {
    max-width: 250px;
}

.max-w300 {
    max-width: 300px;
}

.max-w400 {
    max-width: 400px;
}



.max-w500 {
    max-width: 500px;
}

.inputForm {
    max-width: 720px !important;
    margin: auto !important;
}

.odd {
    /*background-color: #f0f0f0 !important;*/
}

.btn {
    padding: .3rem .6rem !important;
}

.paddingInput {
    padding: .375rem .75rem;
}

.hand {
    cursor: pointer;
}

.control-label {
    font-weight: bold;
}

.paddingFootSum {
    padding: 8px 7px !important;
}

.font40 {
    font-size: 40px!important;
}

.text-danger.validation-summary-errors li::marker {
    content: "";
}

input[type="text"]:read-only {
    background-color: #f8f9fa !important;
    /* background-color: #eaeded !important;*/
}

.input-group-append .input-group-text {
    border-top-left-radius: 0pt !important;
    border-bottom-left-radius: 0pt !important;
}

.btn-text {
    min-width: 80px !important;
}

.plainLink {
    text-decoration: none;
    color: #000000;
}