<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.buttonSize {
    width: 150px;
}

.red {
    background-color: red;
    color: white;
}

.green {
    background-color: green;
    color: green;
}

.greenLight {
    background-color: #000;
    color: #000;
}

.orange {
    background-color: orange;
    color: white;
}

.orangeRed {
    background-color: orangered;
    color: orangered;
}

table {
    width: 100%;
}

th, td {
    padding: 8px;
    text-align: right;
}


th, td:hover {
    cursor: pointer;

}

.modalDrop {
    width: 100px !important;
}

.modalDrop2 {
    width: 200px !important;
}

.rowRefund:hover {
    background-color: #000 !important;
    color: white !important;
}

table#Allroutes th {
    background-color: #000;
    color: white;
}

.dataTables2 {
    padding: 50px;
    text-align: left;
}

.tb td2 {
    height: 24px;
    width: 64%;
}

.dataTables2 {
    column-width: 84px;
}
table#RefundAuth th /*Header style*/ {
    background-color: #000;
    color: white;
}

#header-fixed {
    background-color: black;
    color: white;
}

table#RefundAuth tr:nth-child(even) /*line color style*/ {
    background-color: #eee;
}

table#RefundAuth tr:nth-child(odd) /*line color style*/ {
    background-color: #fff;
}

#RegNOc {
    text-transform: uppercase !important;
}

modalDrop {
    width: 100px !important;
}

modalDrop2 {
    width: 200px !important;
}

.dataTablesDS1:hover {
    background-color: white;
    cursor: pointer;
}

#fixed-div {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white;
}
#back{
  z-index:-1;
  background-color:#FFF;
    position:fixed;
    width:100%;
    height:100%;
    background-size:cover;
}
#mainDic{
  padding-top:70px;
}</pre></body></html>