﻿body {
    background-color: #f2f2f2;
}
.mandatory, .required{
    background-color: #ffffb3 !important;
}
.hidden {
    display: none;
}
.selectedrow {
    background-color:aqua  !important;
    color: black !important;
}
.destroyed {
    background-color: red !important;
    color: white !important;
}
.missing {
    background-color: yellow !important;
    color: black !important;
}
.offsite {
    background-color: lightcyan !important;
    color: black !important;
}

.archive {
    background-color:greenyellow !important;
    color: black !important;
}
.user {
    background-color: lemonchiffon !important;
    color: black !important;
}

.alias {
    cursor: alias;
}

#boxlink {
    color: white !important;
}

.requestgood {
    background-color: green !important;
    color:white;
    
}
.expirydone {
    background-color: greenyellow !important;
    color: black !important;
}
.requestwarning {
    background-color: yellow !important;
}

.requestbad {
    background-color: red !important;
    color: white;
}

.adaicon {
    width: 25px !important;
    max-width: 25px !important;
    text-align:center
}
.chkcell {
    width: 20px !important;
    max-width: 20px !important;
}

.dlgTitle {
    background-color: #17a2b8;
    color: white;
}
.btnYes, .btnOk {
    background-color: #007bff !important;
    color: white !important;
}
.btnNo {
    background-color: #6c757d !important;
    color: white !important;
}


/*Custom colour classes*/
.bg-modal {
    background-color: #007bff !important
}
.text-modal {
    color: #fff !important;
}

.bg-secmodal {
    background-color: #6c757d !important;
}

.text-secmodal {
    color: #fff !important;
}

.bg-header {
    background-color: #6c757d !important;
}
.text-header {
    color: #fff !important;
}
.btn-header {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
    
}


.all-scroll {cursor: all-scroll;}

.auto {cursor: auto;}

.cell {cursor: cell;}

.context-menu {cursor: context-menu;}

.col-resize {cursor: col-resize;}

.copy {cursor: copy;}

.crosshair {cursor: crosshair;}

.default {cursor: default;}

.e-resize {cursor: e-resize;}

.ew-resize {cursor: ew-resize;}

.grab {cursor: -webkit-grab;cursor: grab;}

.grabbing {cursor: -webkit-grabbing;cursor: grabbing;}

.help {cursor: help;}

.move {cursor: move;}

.n-resize {cursor: n-resize;}

.ne-resize {cursor: ne-resize;}

.nesw-resize {cursor: nesw-resize;}

.ns-resize {cursor: ns-resize;}

.nw-resize {cursor: nw-resize;}

.nwse-resize {cursor: nwse-resize;}

.no-drop {cursor: no-drop;}

.none {cursor: none;}

.not-allowed {cursor: not-allowed;}

.pointer {cursor: pointer;}

.progress {cursor: progress;}

.row-resize {cursor: row-resize;}

.s-resize {cursor: s-resize;}

.se-resize {cursor: se-resize;}

.sw-resize {cursor: sw-resize;}

.text {cursor: text;}

.url {cursor: url(myBall.cur),auto;}

.w-resize {cursor: w-resize;}

.wait {cursor: wait;}

.zoom-in {cursor: zoom-in;}

.zoom-out {cursor: zoom-out;}
