html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

table thead, .table tfoot {
    background-color: #455a64;
    color: azure;
}

thead input {
    width: 100%;
}

span.error {
    display: block;
    visibility: hidden;
    color: red;
    font-size: 90%;
}

tr.error {
    background-color: rgba(255,0,0,0.35);
}

table thead, tbody tr td {
    font-size: x-small;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#pdf-modal .modal-dialog {
    height: 90%; /* = 90% of the .modal-backdrop block = %90 of the screen */
}

#pdf-modal .modal-content {
    height: 100%; /* = 100% of the .modal-dialog block */
}

#pdf-modal {
    height: 100%;
}

.select2-container {
    width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
    width: 98%;
}
.mywdtextbox {
    width: 120px;
}

.mytext70 {
    width: 70px;
}

.mywdobs {
    width: 200px;
}

.mySelectCustom {
    width: 150px;
}

.mySelect200 {
    width: 200px;
    color:burlywood
}



.redincolor {
    color: red;
}
.tem {
    color: darkorange
}


*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



.opcionmultiple {
    max-width: 100%;
    width: 350px;
}

label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.vscomp-toggle-button {
    padding: 10px 30px 10px 10px;
    border-radius: 5px;
}
