﻿tbody {
    background-color: whitesmoke;
    color: #1d2146;
}

td {
    padding-left: 10px;
}

.ui-spinner {
    width: 100% !important;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 4px 0;
    line-height: normal;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th {
    border: 1px solid #c78958;
}

iframe {
    border: none !important;
    width: 100% !important;
}

a.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../../DataFiles/loader.gif') 50% 50% no-repeat;
    background-color: rgba(0,0,0,0.5);
}

li {
    display: flex;
}

.w-50 {
    width: 50px;
}

.h-50 {
    height: 50px;
}

.modal-dialog-centered {
    margin-top: 10%;
}

.errorlbl[style*=visible] + div > div + input {
    background-color: #fadcd9 !important;
    border: 1px solid #db1802 !important;
    box-shadow: inset 0 2px 0 0 #db1802 !important;
    -webkit-box-shadow: inset 0 0 0 0 #db1802 !important;
}
