.bg {
    background-image: url('images/bg02.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.ajaxLoader {
    position: fixed;
    top: 20%;
    left: 20%;
    margin-top: -24px;
    margin-left: -24px;
    z-index: 9999 !important;
    display: none;
}

.ui-datepicker {
    color: yellow;
    background-color: lightgray;
    width: 200px;
    font-family: tahoma;
    font-size: 12px;
    text-align: center;
    z-index: 9999 !important;
}

input:focus, select:focus, textarea:focus {
    background-color: #FEFF7F !important;
    border: 1px solid #FF0000 !important;
    color:#000000 !important;
}

.tableFixHead {
    overflow: auto;
    height: 100px;
}
.tableFixHead thead {
    position: sticky;
    top: 0;
    z-index: 1;
}
.tableFixHead thead tr th {
    color: white;
	background-color: dimgray;
}
.tableFixHead tbody tr td {
    border: 1px solid black;
}
