#agendagrid {
    width: 1285px;
    margin: auto;
}

.fixme {
    /*
    border: 1px solid #448dae;
    background: #ece179 url(images/ui-bg_highlight-soft_75_ece179_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #026890;
    */

    width: 100%;
    margin: auto;
    height: 100%;

    display: grid;
    /*background:white;*/
    align-content: center;

}

.ui-jqgrid tr.jqgrow td[dumb] {
    /*border:1px black solid;*/
    border-right: 1px black solid;
    border-spacing: 0px;
    /*border-style: none;*/
    padding: 0;
    margin: 0;

    color: black;
}

.ui-corner-all, .ui-corner-tr, .ui-corner-top, .ui-corner-tl {
    border-top-right-radius: 0px !important;
    border-radius: 0px !important;
}

table#agGrid.ui-jqgrid-btable {
    width: unset !important;
    border-collapse: collapse;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    height: 30px;
}

.ui-jqgrid-labels th div {
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    overflow: hidden;
    position: relative;
    height: 30px;
}

.ui-icon {
    scale: 120%;
}

.ui-jqgrid-title {
    float: unset !important;
    height: 30px;
    line-height: 30px;
    font-size: 10pt;
    text-shadow: 1px 1px 1px black;
}

div.ui-widget-header.ui-corner-top.ui-jqgrid-titlebar.ui-jqgrid-caption {
    background: unset;
    border: unset;
    /*background-color: #a24f05 !important;*/
    background: rgb(252, 227, 161);
    background: linear-gradient(90deg, rgba(252, 227, 161, 1) 0%, rgba(220, 183, 107, 1) 10%, rgba(208, 158, 57, 1) 25%, rgba(200, 142, 24, 1) 50%, rgba(207, 157, 54, 1) 75%, rgba(215, 174, 89, 1) 90%, rgba(252, 227, 161, 1) 100%);
}


.jqgroup td[role="gridcell"] {
    /*background-color:lightcyan;*/
    /*background-color: #2dabf9;*/
    background: linear-gradient(to bottom, #2dabf9 5%, #086cc4 100%);
    color: white;
    text-shadow: 1px 1px 2px black;
    line-height: 40px;
    font-size: 14pt;
}

.breaktime td,
.breaktime .fixme {
    background-color: rgb(185, 185, 185);
    border: 0px solid !important;
}

.lunchtime td,
.lunchtime .fixme {
    background-color: #f5f06e;
    height: 50px;
    border: 0px solid !important;

}

.endtime td,
.endtime .fixme {
    background-color: white;
    background: repeating-linear-gradient(45deg, #ffffff, #c1eafa 2px, white 5px);
    border: 0px solid !important;
}

.lblue {
    background-color: #e4eef2;
}

.lgold {

    background-color: rgb(255, 246, 194);
}

.nwg {
    background-color: #98cefd;
}

.nwg2 {
    background-color: #98cefd;
    height:50px;
}

.mspec {
    background-color: #e5bdaa;
}

.fa {
    background-color: #ffa953;
}

.wfd {
    background-color: gold;
    ;
}

.rpm {
    background-color: rgb(234, 234, 234);
}

.wbg {
    background-color: rgb(183, 182, 108);
}

.addit {
    background-color: rgb(153 205 111);
}

.fpga {
    background-color: seashell;
}

.smallsat {
    background-color: rgb(209, 201, 196);
}

.cots {
    background-color: #559ddb;
}