
.datepicker{z-index:1151 !important;}

table.display td.status1 {
    background-color: #ffe1d7;
    padding: 0 90px;
}
table.display td.status2 {
    background-color: #ffc37e;
    padding: 0 90px;
}
table.display td.status3 {
    background-color: #fffdae;
    padding: 0 90px;
}

table.display td.alignRight { text-align: right; }
table.display td.alignCenter { text-align: center; }

.custom {
    width: 100px !important;
}
/*
#loading-indicator {
    position: fixed;
    left: 225px;
    top: 225px;
}
*/
#loading-indicator {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#loading-indicator2 {
    position: fixed;
    left: 225px;
    top: 225px;
}