/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.eyeGlassMobile {
    float: right;
    position: relative;
    left: -10px;
    bottom: 35px;
}

.box-title {
    font-family: calibri;
    font-size: 20px;
    line-height: 22px;
    color: #212225;
}

.box-label {
    font-size: 18px;
    line-height: 22px;
    color: #888888;
    font-family: calibri;
}

.box-field {
    font-size: 18px;
    color: #212225;
    font-family: calibri;
}

.box-field-red {
    font-size: 18px;
    font-family: calibri;
    color: #B00504;
    font-weight: bold;
}

.box-line {
    border: 1px solid #D0D3D3;
}

.pos-rel {
    position: relative;
}

.text-left {
    text-align: left;
}

.font-weight-bold {
    font-weight: bold;
}

.float-right {
    float: right;
}

.font-color-charcoal {
    color: #212225;
}

.font-color-red-dark {
    color: #B00504;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-30 {
    padding-left: 30px;
}

.no-dec:hover {
    text-decoration: none;
}

.table-text-center {
    display: grid;
    justify-content: center;
}

.btn:hover {
    text-decoration: none;
    color: #212225;
    background-color: #D7D7D7 !important;
    cursor: pointer;
}

.shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.eyeGlass {
    float: right;
    position: relative;
    left: 255px;
    top: 8px;
}

.th-m,
td-m {
    padding: 15px;
    border-bottom: 2px solid #D0D3D3;
}

button+.menu:active,
button:focus+.menu {
    visibility: visible;
    display: block;
}

.unordered {
    list-style-type: none;
}

#dataTable th:hover {
    cursor: pointer;
}

.respTable th {
    top: 152px !important;
}