﻿/* 09-28-11 RRE */
table.calendar {
    width: 100%;
    border-width: 0px;
    border-spacing: 0px;
}

td.calendarTime {
    width: 72px;
    border-width: 0px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}

td.calendarAppointment {
    border-width: 0px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}

td.calendarSuffix {
    width: 32px;
    border-width: 0px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px 8px 0px 0px;
}

.buttonCalendar {
    width: 98%;
    height: 22px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}

td.calendarWeekly {
    width: 18%;
    border-width: 0px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}
/*09-28-11 RRE */



/* 12-08-11 RRE */
.pnlMonthDay {
    width: 100%;
    text-align: left;
}

    .pnlMonthDay legend {
        color: #0d274a;
        font-weight: bold;
    }

.pnlMonthDayToday {
    width: 100%;
    text-align: left;
    background-color: #feb617;
}

    .pnlMonthDayToday legend {
        color: #0d274a;
        font-weight: bold;
    }

.monthlinkbutton {
    padding: 2px 0px 2px 2px;
}

    .monthlinkbutton:hover {
    }

        .monthlinkbutton:hover:link {
            /*background-color:#32479A;*/
        }

    .monthlinkbutton:link {
        /*background-color:#0d274a;*/
        color: White;
        width: 100%;
        font-size: 8pt;
        text-decoration: none;
        font-weight: normal;
    }

    .monthlinkbutton:visited {
        /*background-color:#32479A;
	color: #0d274a;*/
        width: 100%;
        font-size: 8pt;
        text-decoration: none;
        font-weight: normal;
    }

.monthbutton {
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    vertical-align: text-top;
    height: 64px;
    width: 100%;
    cursor: pointer;
}

.largetextmonthbutton {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    vertical-align: text-top;
    height: 90px;
    width: 100%;
    cursor: pointer;
    font-family: arial, Helvetica, sans-serif;
}


.largetextmonthbuttonToday {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    vertical-align: text-top;
    height: 90px;
    width: 100%;
    cursor: pointer;
    font-family: arial, Helvetica, sans-serif;
    background-color: #feb617;
    color: #feb617;
}





.Autocompletelistitem {
    font-size: xx-large
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
}

.modalPopup {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}


body {
    /*background-color: #808080;*/
    background-color: White;
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
    color: #0d274a
}

LinkButton.aMenuHeader:link {
    background-color: #0d274a;
    width: 100%;
    color: White;
    font-size: 12pt;
    text-decoration: none;
}


/* 01-15-11 RRE */
.menulinkbutton {
    /* 01-17-11 RRE border: 4px #FFFFFF; */
    padding: 2px 0px 2px 2px;
}

    .menulinkbutton:hover {
        /* 01-17-11 RRE border: 4px outset #FFFFFF; */
    }

        .menulinkbutton:hover:link {
            background-color: #32479A;
        }

    .menulinkbutton:link {
        background-color: #0d274a;
        color: White;
        width: 100%;
        font-size: 11pt;
        text-decoration: none;
    }

    .menulinkbutton:visited {
        background-color: #32479A;
        color: #0d274a;
        width: 100%;
        font-size: 11pt;
        text-decoration: none;
    }

.mainmenulinkbutton {
    /* 01-17-11 RRE border: 4px outset #FFFFFF; */
    padding: 2px 0px 2px 2px;
}

    .mainmenulinkbutton:link {
        background-color: #32479A;
        color: White;
        width: 100%;
        font-size: 11pt;
        text-decoration: none;
    }

.submenulinkbutton:link {
    /* 01-15-11 RRE
    background-color: Blue;
	*/
    background-color: #32479A;
    color: White;
    width: 100%;
    font-size: 10pt;
    text-decoration: none;
}
/* 01-15-11 RRE */
.submenulinkbutton:visited {
    color: #0d274a;
    width: 100%;
    font-size: 10pt;
    text-decoration: none;
}

.submenupanel {
    /* 01-15-11 RRE
    background-color: Blue;
	*/
    background-color: #32479A;
    z-index: 999;
    /* 01-15-11 RRE */
    width: 164px;
    /* 01-17-11 RRE border: 4px outset #FFFFFF; */
}

.popuppanel {
    background-color: White;
    z-index: 999;
    /* 01-15-11 RRE */
    width: 164px;
    /* 01-17-11 RRE border: 4px outset #FFFFFF; */
}


body.error {
    background-color: #808080;
    font-family: Arial;
    font-size: 12pt;
    color: Red;
    text-align: center;
}

table.header {
    width: 100%;
    background-color: #0d274a;
    border-top: 3px groove #0d274a;
    border-bottom: 3px groove #0d274a;
    border-right: 3px groove #0d274a;
    border-left: 3px groove #0d274a;
    font-size: 14pt;
    text-align: center;
    color: White;
}

/* 11-11-16 JBS */
table.menupadding {
    padding: 0px;
}

/*05-05-20 MSB*/
table.ToplessBorder {
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
}

.textwarning {
    font-weight: bold;
    font-size: 10pt;
    color: red;
    font-family: Arial;
    text-align: left;
}

table.body {
    width: 100%;
    border-right: 3px groove #0d274a;
    border-left: 3px groove #0d274a;
    border-bottom: 3px groove #0d274a;
}

table.bodyCriteria {
    width: 100%;
    border-right: 3px groove #0d274a;
    border-left: 3px groove #0d274a;
    /*border-top: 2px groove #0d274a;
	border-bottom: 2px groove #0d274a;*/
    /* 08-31-11 RRE background-color: #D2E9FF;*/
    background-color: #d9e7f0;
}

table.bodycontinue {
    width: 100%;
    border-right: 3px groove #0d274a;
    border-left: 3px groove #0d274a;
}

table.footer {
    width: 100%;
    background-color: White;
    border-bottom: 3px groove #0d274a;
    border-right: 3px groove #0d274a;
    border-left: 3px groove #0d274a;
    font-size: 14pt;
    text-align: center;
    color: #0d274a;
}

table.tbfooter {
    width: 100%;
    background-color: White;
    border-bottom: 3px groove #0d274a;
    border-right: 3px groove #0d274a;
    border-left: 3px groove #0d274a;
    font-size: 14pt;
    text-align: center;
    color: #0d274a;
}


/* 03-04-11 RRE */
table.sysmessage {
    width: 100%;
    background-color: White;
    border-bottom: 3px groove #0d274a;
    border-right: 3px groove #0d274a;
    border-left: 3px groove #0d274a;
    font-size: 11pt;
    text-align: center;
    color: #0d274a;
    font-family: arial, Helvetica, sans-serif;
}

table.simpleheader {
    width: 100%;
    background-color: White;
    border-top: 3px groove #0d274a;
    border-bottom: 3px groove #0d274a;
    border-right: 3px groove #0d274a;
    border-left: 3px groove #0d274a;
}


table.toolbar {
    width: 100%;
    border-right: 3px groove #0d274a;
    border-left: 3px groove #0d274a;
    padding: none none none none;
    background: silver;
    text-align: center;
    color: #0d274a;
}

table.silverbar {
    width: 100%;
    border-right: 3px groove #0d274a;
    border-left: 3px groove #0d274a;
    padding: none none none none;
    background: #0d274a;
    color: White;
}

td.silverbar {
    background: #0d274a;
    border: none;
    color: White;
}

td.covadlabel {
    font-size: 8pt;
    text-align: right;
    width: 300px;
}

td.covadlabelcenter {
    font-size: 8pt;
    text-align: center;
    width: 300px;
}

td.covadlabelleftcenter {
    font-size: 8pt;
    text-align: center;
    width: 550px;
}


td.covadlabelhalf {
    font-size: 8pt;
    text-align: left;
    width: 200px;
}

td.covadlabelsmall {
    font-size: 8pt;
    text-align: right;
    width: 50px;
}

td.covadtitle {
    font-size: 12pt;
    text-align: right;
    font-weight: bold;
}

td.covadcenter {
    font-size: 8pt;
    text-align: center;
}

td.fieldlabel {
    font-size: 8pt;
    text-align: right;
    width: 100px;
    padding-right: 1em;
}


td.gridheader {
    font-size: 12pt;
}


td.fieldlabelrequired {
    font-size: 8pt;
    text-align: right;
    color: Red;
    width: 100px;
    padding-right: 1em;
}


td.fieldlabellong {
    font-size: 8pt;
    text-align: right;
    width: 200px;
    padding-right: 1em;
}

td.fieldlabelhalf {
    font-size: 8pt;
    text-align: right;
    width: 50%;
    padding-right: 1em;
}

td.fieldlabelsmall {
    font-size: 8pt;
    text-align: right;
    width: 80px;
    padding-right: 1em;
}

td.fieldlabelRequired {
    font-size: 8pt;
    text-align: right;
    width: 100px;
    color: Red;
    padding-right: 1em;
}

td.normal {
    font-size: 8pt;
    text-align: left;
}

/*11-12-18 MSB*/
td.NormalData {
    font-size: 8pt;
    text-align: left;
    width: 260px;
}

/*11-12-18 MSB*/
td.NormalSuffix {
    font-size: 8pt;
    text-align: left;
    width: 110px;
}


td.twodate {
    font-size: 8pt;
    text-align: left;
    width: 280px;
}


/* 03-03-11 RRE */
td.suffix {
    width: 180px;
    padding-left: 6px;
}

/* 03-24-11 RRE */
td.suffixsmall {
    width: 90px;
    padding-left: 6px;
}

td.title {
    font-size: 12pt;
    text-align: center;
}

td.boldtitle {
    font-size: 12pt;
    text-align: center;
    font-weight: bold;
}

td.boldtitleleft {
    font-size: 12pt;
    text-align: left;
    font-weight: bold;
}

td.buttonbarimage {
    background-image: url(images/downbar.jpg);
}

td.buttonbar {
    background-color: Teal;
    vertical-align: middle;
}

/*10-02-18 MSB*/
td.CalendarOuter {
    vertical-align: top;
    height: 0px;
}

/*10-02-18 MSB*/
td.CalendarInner {
    font-weight: bold;
    font-size: medium;
    border: thick;
    border-color: black;
}

th.normal {
    text-align: left;
}


.linkbuttonnormal {
    border-right: silver thin ridge;
    padding-right: 1px;
    border-top: silver thin ridge;
    padding-left: 1px;
    font-size: x-small;
    padding-bottom: 1px;
    border-left: silver thin ridge;
    cursor: hand;
    color: white;
    padding-top: 1px;
    border-bottom: silver thin ridge;
    font-family: arial;
    background-color: #0d274a;
}

.linkbuttonsilver {
    font-size: x-small;
    cursor: hand;
    color: White;
    font-family: arial;
    background-color: #0d274a;
}

.btnNew {
    background: #e0d9e0;
    background-image: -webkit-linear-gradient(top, #e0d9e0, #b0c9d9);
    background-image: -moz-linear-gradient(top, #e0d9e0, #b0c9d9);
    background-image: -ms-linear-gradient(top, #e0d9e0, #b0c9d9);
    background-image: -o-linear-gradient(top, #e0d9e0, #b0c9d9);
    background-image: linear-gradient(to bottom, #e0d9e0, #b0c9d9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    /*06-17-20 MSB*/
    border-width: 1px !important;
}

.btnNewFixed {
    background: #e0d9e0;
    background-image: -webkit-linear-gradient(top, #e0d9e0, #b0c9d9);
    background-image: -moz-linear-gradient(top, #e0d9e0, #b0c9d9);
    background-image: -ms-linear-gradient(top, #e0d9e0, #b0c9d9);
    background-image: -o-linear-gradient(top, #e0d9e0, #b0c9d9);
    background-image: linear-gradient(to bottom, #e0d9e0, #b0c9d9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    width: 150px;
    /*06-17-20 MSB*/
    border-width: 1px !important;
}


/*03-08-19 MSB*/
.btnSuggested {
    background: #7a98ab;
    background-image: -webkit-linear-gradient(top, #e0d9e0, #b0c9d9);
    background-image: -moz-linear-gradient(top, #e0d9e0, #b0c9d9);
    background-image: -ms-linear-gradient(top, #e0d9e0, #b0c9d9);
    background-image: -o-linear-gradient(top, #e0d9e0, #b0c9d9);
    background-image: linear-gradient(to bottom, #e0d9e0, #b0c9d9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: black;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    -webkit-animation: glowing 4500ms infinite;
    -moz-animation: glowing 4500ms infinite;
    -o-animation: glowing 4500ms infinite;
    animation: glowing 4500ms infinite;
    /*06-17-20 MSB*/
    border-width: 1px !important;
}

    /*10-09-19 MSB*/
    .btnSuggested:disabled {
        background: #e0d9e0;
        background-image: -webkit-linear-gradient(top, #868686 #68879b);
        background-image: -moz-linear-gradient(top, #868686, #68879b);
        background-image: -ms-linear-gradient(top, #868686, #68879b);
        background-image: -o-linear-gradient(top, #868686, #68879b);
        background-image: linear-gradient(to bottom, #868686, #68879b);
        -webkit-border-radius: 28;
        -moz-border-radius: 28;
        border-radius: 28px;
        font-family: Arial;
        color: #000000;
        font-size: 12px;
        padding: 5px 10px 5px 10px;
        text-decoration: none;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
        /*06-17-20 MSB*/
        border-width: 1px !important;
    }



/*@-webkit-keyframes glowing {
    0% {
        background-color: #add8e6;
        -webkit-box-shadow: 0 0 3px #add8e6;
    }

    50% {
        background-color: #add8e6;
        -webkit-box-shadow: 0 0 40px #add8e6;
    }

    100% {
        background-color: #add8e6;
        -webkit-box-shadow: 0 0 3px #add8e6;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #add8e6;
        -moz-box-shadow: 0 0 3px #add8e6;
    }

    50% {
        background-color: #add8e6;
        -moz-box-shadow: 0 0 40px #add8e6;
    }

    100% {
        background-color: #add8e6;
        -moz-box-shadow: 0 0 3px #add8e6;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #add8e6;
        box-shadow: 0 0 3px #add8e6;
    }

    50% {
        background-color: #68879b;
        box-shadow: 0 0 40px #68879b;
    }

    100% {
        background-color: #68879b;
        box-shadow: 0 0 3px #68879b;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #68879b;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #68879b;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #68879b;
    }
}*/

@-webkit-keyframes glowing {
    0% {
        background-color: #add8e6;
        -webkit-box-shadow: 0 0 3px #add8e6;
    }

    15% {
        background-color: #add8e6;
        -webkit-box-shadow: 0 0 40px #add8e6;
    }

    30% {
        background-color: #FF0000;
        box-shadow: 0 0 0px #68879b;
    }

    100% {
        background-color: #add8e6;
        -webkit-box-shadow: 0 0 3px #add8e6;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #add8e6;
        -moz-box-shadow: 0 0 3px #add8e6;
    }

    15% {
        background-color: #add8e6;
        -moz-box-shadow: 0 0 40px #add8e6;
    }

    30% {
        background-color: #FF0000;
        box-shadow: 0 0 0px #68879b;
    }

    100% {
        background-color: #add8e6;
        -moz-box-shadow: 0 0 3px #add8e6;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #add8e6;
        box-shadow: 0 0 3px #add8e6;
    }

    15% {
        background-color: #68879b;
        box-shadow: 0 0 40px #68879b;
    }

    30% {
        background-color: #FF0000;
        box-shadow: 0 0 0px #68879b;
    }

    100% {
        background-color: #68879b;
        box-shadow: 0 0 3px #68879b;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #68879b;
    }

    15% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #68879b;
    }

    30% {
        background-color: #FF0000;
        box-shadow: 0 0 0px #68879b;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #68879b;
    }
}


/*04-14-17 MSB*/
.btnNew:disabled {
    background: #e0d9e0;
    background-image: -webkit-linear-gradient(top, #868686 #68879b);
    background-image: -moz-linear-gradient(top, #868686, #68879b);
    background-image: -ms-linear-gradient(top, #868686, #68879b);
    background-image: -o-linear-gradient(top, #868686, #68879b);
    background-image: linear-gradient(to bottom, #868686, #68879b);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}


/*04-14-17 MSB*/
.btnNew:hover:disabled {
    background: #e0d9e0;
    background-image: -webkit-linear-gradient(top, #868686 #68879b);
    background-image: -moz-linear-gradient(top, #868686, #68879b);
    background-image: -ms-linear-gradient(top, #868686, #68879b);
    background-image: -o-linear-gradient(top, #868686, #68879b);
    background-image: linear-gradient(to bottom, #868686, #68879b);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.btnNew:hover {
    background: #0D274A;
    background-image: -webkit-linear-gradient(top, #0D274A, #153E75);
    background-image: -moz-linear-gradient(top, #30D274A, #153E75);
    background-image: -ms-linear-gradient(top, #0D274A, #153E75);
    background-image: -o-linear-gradient(top, #0D274A, #153E75);
    background-image: linear-gradient(to bottom, #0D274A, #153E75);
    color: white;
    text-decoration: none;
}

/*06-25-18 MSB*/
.accordionHeader {
    background-color: #dfeff5;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    min-width: 100%;
    height: 24px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: block;
    height: 30px;
    padding-top: 0px;
}



    .activeAccordionHeader, .accordionHeader:hover {
        background-color: #b5d1dd
    }

/*07-11-18 MSB*/
.activeFlaggedAccordionHeader {
    background-color: red
}


.accordionHeader:before {
    content: '\002B';
    color: #7a98ab;
    /*background-color: #dfeff5;*/
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

.activeAccordionHeader:before {
    content: "\2212";
    color: #7a98ab;
    /*background-color: #b5d1dd;*/
    font-weight: bold;
    float: left;
    margin-left: 5px;
}


.accordionBody {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordionHeaderInner {
    /*background-color: #eee;*/
    /*background: #0d274a;*/
    background-color: #e9e9e9;
    color: #153E75;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    min-width: 100%;
    height: 24px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: block;
    padding-top: 0px;
    height: 32px;
}

.accordionShading {
    background-color: #e9e9e9;
}

.activeAccordionHeaderInner, .accordionHeaderInner:hover {
    /*background-color: #ccc;*/
    background-color: #868686
}


.accordionHeaderInner:after {
    content: '\002B';
    color: #272727;
    /*background-color: #e9e9e9;*/
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.activeAccordionHeaderInner:after {
    content: "\2212";
    color: #272727;
    /*background-color: #b5d1dd;*/
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordionBodyInner {
    padding: 0 18px;
    /*background-color: white;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* 11-11-16 JBS */
.buttonnormal {
    color: #0d274a;
    cursor: hand;
    font-size: x-small;
    padding: 4px;
    /*03-23-20 MSB*/
    min-width: 100px;
    /*06-17-20 MSB*/
    border-width: thin !important;
    /*border: 1px solid #ccc;*/
}

/*04-14-20 MSB*/
.buttonnormalFixed {
    color: #0d274a;
    cursor: hand;
    font-size: x-small;
    padding: 4px;
    /*03-23-20 MSB*/
    width: 100px;
    /*06-17-20 MSB*/
    border-width: thin !important;
    /*border: 1px solid #ccc;*/
}

/*03-28-20 MSB*/
.buttonnormalShort {
    color: #0d274a;
    cursor: hand;
    font-size: x-small;
    padding: 4px;
    /*06-17-20 MSB*/
    border-width: thin !important;
    /*border: 1px solid #ccc;*/
}

/* 11-11-16 JBS */
.buttonnormal:disabled {
    color: #bababa;
    cursor: hand;
    font-size: x-small;
    background: #ffffff;
    border-color: #ffffff;
    border: none;
    border-style: none;
    padding: 5px 0px 5px 0px;
    display: inline-block;
    /*06-17-20 MSB*/
    border-width: thin !important;
    /*border: 1px solid #ccc;*/
}

.menubutton {
    color: #0d274a;
    cursor: hand;
    font-size: x-small;
    padding: 4px;
    border-radius: 12px 12px 0px 0px;
    border-style: inset;
    height: 36px;
    font-size: 9pt;
}

    .menubutton:disabled {
        /*color: #0d274a;
	cursor: hand;
	font-size: x-small;
	background: #efefef;*/
        background: #feb617;
        font-weight: bold;
        border-style: outset;
        border-color: white;
        /*border-color: #efefef;
	border:0px;
	padding: 4px;*/
        /*background: #ffffff;*/
    }

/* 03-03-11 RRE */
.buttonsuffix {
    width: 100%;
    color: #0d274a;
    cursor: hand;
}

/* 11-11-16 JBS */
.datagridheader {
    font-size: 12pt;
    font-family: Arial;
    background-color: #0d274a;
    color: white;
    width: 100%
}

    /*04-17-19 MSB*/
    .datagridheader a {
        color: White;
    }

.datagridrow {
    background-color: white;
    font-size: 10pt;
    width: 100%;
    color: #0d274a;
    font-family: Arial;
}

    /* 08-31-11 RRE */
    /* 11-11-16 JBS */
    .datagridrow caption {
        color: #0d274a;
        font-size: 12pt
    }


.datagridalternaterow {
    background-color: silver;
    color: #0d274a;
    font-size: 10pt;
    font-family: Arial;
    width: 100%
}

.datagridselectedrow {
    font-size: 10pt;
    width: 100%;
    color: #0d274a;
    font-family: Arial;
    /*background-color: maroon;*/
    background-color: #feb617;
}

.gridpagerstyle {
    font-family: Arial;
    background-color: #CCCCCC;
    color: black;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.textboxdataentry {
    font-size: 10pt;
    width: 100%;
    color: #0d274a;
    font-family: arial;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    /*10-15-19 MSB*/
    position: relative;
}


.textboxdataentryComboWidth {
    font-size: 10pt;
    width: 250px;
    color: #0d274a;
    font-family: arial;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    /*10-15-19 MSB*/
    position: relative;
}


.textboxthreerows {
    font-size: 10pt;
    width: 100%;
    color: #0d274a;
    font-family: Arial;
    height: 42pt;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    text-align: left;
}

/*10-08-19 MSB*/
.textboxmultirow {
    font-size: 10pt;
    width: 100%;
    color: #0d274a;
    font-family: Arial;
    height: 75px;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    text-align: left;
}

.textboxmanyrows {
    font-size: 10pt;
    width: 100%;
    color: #0d274a;
    font-family: Arial;
    height: 175pt;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    text-align: left;
}

/*  11-23-09 MCE */
.textboxsmall {
    font-size: 10pt;
    width: 100px;
    color: #0d274a;
    font-family: Arial;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    /*10-15-19 MSB*/
    position: relative;
}

/*   02-22-19 MSB */
.textboxsmalllowz {
    font-size: 10pt;
    width: 100px;
    color: #0d274a;
    font-family: Arial;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    z-index: 1;
    position: relative;
}

/* 11-11-16 JBS */
.textboxdate {
    font-size: 10pt;
    width: 50px;
    color: #0d274a;
    font-family: Arial;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    /*10-15-19 MSB*/
    position: relative;
}
/* 11-11-16 JBS */
.textboxcombomatch {
    font-size: 10pt;
    width: 278px;
    color: #0d274a;
    font-family: Arial;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    /*10-15-19 MSB*/
    position: relative;
}

/* 02-14-19 MSB*/
.textboxdisabled {
    background-color: lightgray;
}



/*  11-23-09 MCE */
.textboxtiny {
    font-size: 10pt;
    width: 50px;
    color: #0d274a;
    font-family: Arial;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    /*10-15-19 MSB*/
    position: relative;
}
/*  11-23-09 MCE */
.labelsmall {
    font-size: 9pt;
    width: 100px;
    color: #0d274a;
    font-family: Arial;
    text-align: left;
}

.labeltiny {
    font-size: 9pt;
    width: 50px;
    color: #0d274a;
    font-family: Arial;
    text-align: left;
}

/* 03-03-11 RRE */
.labelID {
    border-style: solid;
    border-width: 1px;
    background-color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    font-family: arial, Helvetica, sans-serif;
    padding-right: 80px;
}

.textboxconfirm {
    font-size: 10pt;
    width: 100%;
    font-family: arial;
    /* background-color: steelblue; */
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
}

.textboxlocked {
    font-size: 10pt;
    width: 100%;
    color: #0d274a;
    font-family: arial;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
}

/* 03-03-11 RRE */
.textboxlocked60 {
    border-style: solid;
    border-width: 1px;
    width: 60px;
}

.combodataentry {
    font-size: 10pt;
    width: 100%;
    color: #0d274a;
    font-family: arial;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
}

table.popupformat {
    background-color: #f3f3f3;
    text-align: center;
    /* 11-18-09 RRE */
    color: Black;
}

/*10-02-18 MSB*/
table.CalendarTable {
    border: 1px solid black;
    height: 100%;
}


td.popuptitlebar {
    background-color: Blue;
    color: White;
    font-weight: bolder;
    text-align: left;
}


.Funnel30 {
    border-style: groove;
    border-width: 0px 3px 3px 3px;
    border-color: #0d274a;
    padding: 4px 24px 8px 24px;
    background-color: #CCCCCC;
    color: White;
}

.Funnel60 {
    border-style: groove;
    border-width: 0px 3px 3px 3px;
    border-color: #0d274a;
    padding: 4px 24px 8px 24px;
    background-color: #999999;
    color: White;
}

.Funnel90 {
    border-style: groove;
    border-width: 0px 3px 3px 3px;
    border-color: #0d274a;
    padding: 4px 24px 8px 24px;
    color: White;
}


/* 01-15-11 RRE
.windowsstyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
	margin: 0; 
    border: solid 1px #7F9DB9;
	border-right: 0px none; 
	height:19px;
	padding: 0px 0px 0px 0px; 
	width: 368px;
	background: white;
	color: #0d274a;
}

.windowsstyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    border: 0px none;
    height: 21px;
    width: 21px;
}

.windowsstyle .ajax__combobox_itemlist
{
    font-size:10pt;
}
*/
.windowsstyle .ajax__combobox_inputcontainer {
    top: 2px !important;
}

.windowsstyle .ajax__combobox_inputcontainer {
    /*margin: 0; 
    border: solid 1px #7F9DB9;
	border-right: 0px none; 
	height:19px;
	padding: 0px 0px 0px 0px;    
	width: 100% ;
	background: white;
	color: #0d274a;*/
    /* tag, I made this change bacause no combo boxes were viewable on connie's laptop"*/
    width: 262px;
    /*width: 100%;*/
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 0;
}

.windowsstyle .ajax__combobox_textboxcontainer input {
    /*margin: 0; 
    border: solid 1px #7F9DB9;
	border-right: 0px none; 
	height:19px;
	padding: 0px 0px 0px 0px;    
	width: 100%;
	background: yellow;
	color: #0d274a;*/
    /* tag, I made this change bacause no combo boxes were viewable on connie's laptop"*/
    width: 262px;
    /*width: 100%;*/
    height: 19px;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 0;
}

.windowsstyle .ajax__combobox_buttoncontainer button {
    /*margin: 0;*/
    padding: 0;
    background-image: url(images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}

.windowsstyle .ajax__combobox_itemlist {
    font-size: 10pt;
}





/* 03-14-11 mce changed case */
.checkboxlist {
    border-right: thin solid;
    border-top: thin solid;
    font-size: 9pt;
    margin: 1px;
    border-left: thin solid;
    color: #0d274a;
    border-bottom: thin solid;
    font-family: Arial;
    background-color: White;
    text-align: left;
    width: 100%;
}

.checkboxlistsmall {
    border-right: thin solid;
    border-top: thin solid;
    font-size: 9pt;
    margin: 1px;
    border-left: thin solid;
    color: #0d274a;
    border-bottom: thin solid;
    font-family: Arial;
    background-color: White;
    text-align: left;
}


.metable {
    width: 99%;
    background-color: #b0c4de;
    border-color: #000080;
    border-left: 3px groove #0d274a;
    border-right: 3px groove #0d274a;
    font-size: xx-small;
    table-layout: fixed;
    display: block;
}


table.top1 {
    background-color: #b0c4de;
    width: 99%;
    table-layout: fixed;
    position: static;
    display: block;
    padding: 1px 1px 1px 1px;
    border: 3px groove #0d274a;
    font-size: xx-small;
}

table.middle {
    width: 99%;
    background-color: #b0c4de;
    table-layout: fixed;
    position: static;
    display: block;
    border-left: 3 groove #0d274a;
    border-right: 3 groove #0d274a;
    font-size: xx-small;
}

table.middle2 {
    width: 99%;
    table-layout: auto;
    position: relative;
    display: block;
    border-left: 3 groove #0d274a;
    border-right: 3 groove #0d274a;
    font-size: xx-small;
}

table.memos {
    width: 99%;
    table-layout: auto;
    position: static;
    display: block;
    /*	border: 3px groove #0d274a;*/
    border-left: 3px groove #0d274a;
    border-right: 3px groove #0d274a;
    border-bottom: 1px groove #0d274a;
    padding: 1px 1px 1px 1px;
    font-family: arial;
    font-size: xx-small;
    color: #000000;
}

table.bottom {
    width: 99%;
    table-layout: fixed;
    position: static;
    display: block;
    border: 3px groove #0d274a;
    /*	padding: 1px 1px 1px 1px;*/
    border-top: 0;
    border-left: 3px groove #0d274a;
    border-right: 3px groove #0d274a;
    border-bottom: 1px groove #0d274a;
    text-align: left;
    color: #000080;
    font-size: xx-small;
}

table.bottom2 {
    background-color: #ffffff;
    width: 99%;
    table-layout: fixed;
    position: static;
    display: block;
    border-top: 0;
    border-left: 3px groove #0d274a;
    border-right: 3px groove #0d274a;
    border-bottom: 1px groove #0d274a;
    padding: 1px 1px 1px 1px;
    text-align: left;
    color: #000080;
    font-size: xx-small;
}

table.btnholder {
    background-color: #fffff0;
    border: 3px groove Maroon;
    padding-left: 2px;
    padding-right: 2px;
}

td.topframe {
    background: #b0c4de;
    font-family: Arial;
    text-align: left;
    color: #000080;
    font-size: xx-small;
    font-weight: bold;
    width: 50%
}

td.topframe3 {
    background: #b0c4de;
    font-family: Arial;
    text-align: right;
    color: #000080;
    font-size: xx-small;
    font-weight: bold;
    width: 40%
}

td.topframe3a {
    background: #b0c4de;
    font-family: Arial;
    text-align: right;
    color: #000080;
    font-size: xx-small;
    font-weight: bold;
    width: 15%
}

td.topframe3b {
    background: #b0c4de;
    font-family: Arial;
    text-align: right;
    color: #000080;
    font-size: xx-small;
    font-weight: bold;
    width: 25%
}



td.grey {
    /*	border: #ffffff groove 4px;*/
    background: #778899;
    text-align: right;
    color: #ffffff;
    font-family: Arial;
    font-size: xx-small;
    width: 25%;
}

td.grey2 {
    /*	border: #ffffff groove 4px;*/
    background: #778899;
    text-align: left;
    color: #000000;
    font-family: Arial;
    font-size: xx-small;
    width: 25%;
}

td.primarykey {
    /*	border: #ffffff groove 4px;*/
    background: #add8e6;
    text-align: right;
    color: #800000;
    font-family: Arial;
    font-size: xx-small;
    font-weight: bold;
    width: 25%;
}

.tboxwht {
    background-color: #ffffff;
    color: #000000;
    font-family: arial;
    font-size: xx-small;
    width: 100%;
}

.tboxblue {
    background-color: #b0c4de;
    padding: 1px 1px 1px 6px;
    color: #000000;
    width: 40%;
    font-family: arial;
    font-size: xx-small;
}


.ddown {
    background-color: #ffffff;
    color: #000000;
    font-family: arial;
    font-size: xx-small;
    display: block;
    width: 200px;
}

.ddown2 {
    background-color: #ffffff;
    color: #000000;
    font-family: arial;
    font-size: xx-small;
    display: block;
    width: 125px;
    list-style: outside;
}

.textboxgrey {
    background-color: #778899;
    color: #ffffff;
    font-family: arial;
    font-size: xx-small;
    width: 100%;
}


.view {
    background: yellow;
    font-family: Arial;
    text-align: center;
    color: #800000;
    font-size: small;
    font-weight: bold;
}

td.blue {
    /*	border: #ffffff groove 4px;*/
    background: #add8e6;
    text-align: right;
    color: #000088;
    font-family: Arial;
    font-size: xx-small;
    width: 25%;
    list-style: inside;
}

td.blue2 {
    /*	border: #ffffff groove 4px;*/
    background: #add8e6;
    text-align: left;
    color: #000088;
    font-family: Arial;
    font-size: xx-small;
    width: 25%;
}

td.blue3 {
    /*	border: #ffffff groove 4px;*/
    background: #add8e6;
    text-align: left;
    color: #000088;
    font-family: Arial;
    font-size: xx-small;
    width: 99%;
}

td.blue4 {
    /*	border: #ffffff groove 4px;*/
    background: #add8e6;
    text-align: left;
    color: #000088;
    font-family: Arial;
    font-size: xx-small;
    width: 15%;
}

td.blue5 {
    /*	border: #ffffff groove 4px;*/
    background: #add8e6;
    text-align: right;
    color: #000088;
    font-family: Arial;
    font-size: xx-small;
    width: 15%;
}

td.ltgrey1 {
    background: #d3d3d3;
    text-align: right;
    color: #000088;
    font-family: Arial;
    font-size: xx-small;
    width: 25%;
}

td.ltgrey2 {
    background: #d3d3d3;
    text-align: left;
    color: #000088;
    font-family: Arial;
    font-size: xx-small;
    width: 25%;
}


td.Navy {
    border: #ffffff groove 4px;
    background: #000088;
    text-align: right;
    color: #ffffff;
    font-family: Arial;
    font-size: xx-small;
    width: 25%;
}


td.Navy {
    border: #ffffff groove 4px;
    background: #000088;
    text-align: left;
    color: #ffffff;
    font-family: Arial;
    font-size: xx-small;
    width: 25%;
}

td.Navy {
    border: #ffffff groove 4px;
    background: #000088;
    text-align: center;
    color: #ffffff;
    font-family: Arial;
    font-size: xx-small;
    width: 25%;
}

td.btnholders {
    background: #b0c4de;
    font-family: Arial;
    font-size: x-small;
    width: 50%;
    border: 2px groove Maroon;
    padding: 2px 2px;
}

td.btnholders2 {
    background: #b0c4de;
    font-family: Arial;
    font-size: x-small;
    width: 33%;
    padding: 2px 2px;
    text-align: center;
    font-weight: bold;
}

td.entrymode {
    border: #fffff0 groove 1px;
    text-align: center;
    background-color: yellow;
    color: #800000;
    font-family: Arial;
    font-size: x-small;
    font-weight: bold;
    width: 15%;
}

td.red {
    background-color: Red;
    color: Yellow;
    font-family: Arial;
    font-size: x-small;
    width: auto;
    text-align: left;
}

td.yellow {
    background-color: #FFFF80;
    color: Red;
    font-family: Arial;
    font-size: x-small;
    width: auto;
    text-align: left;
}


.bc1 {
    font-size: xx-small;
    font-family: Arial;
    background-color: #add8e6;
    color: #0d274a;
    width: 99%
}

.bc2 {
    background-color: #ffffff;
    color: #0d274a;
    font-size: xx-small;
    font-family: Arial;
    width: 100%
}

.bc3 {
    background-color: #FEFF3E;
    color: #0d274a;
    font-size: xx-small;
    font-family: Arial;
    width: 100%
}


td.white {
    background: #ffffff;
    text-align: left;
    color: #000088;
    font-family: Arial;
    font-size: xx-small;
}

td.white1 {
    background: #ffffff;
    text-align: left;
    color: #000088;
    font-family: Arial;
    font-size: xx-small;
}

.gridh1 {
    font-size: x-small;
    font-family: Arial;
    background-color: #ffffff;
    color: #0d274a;
    width: 99%
}

.lblMessage {
    background-color: #ffffe0;
    font-family: Arial;
    font-size: x-small;
    color: #800000;
    text-align: right;
    width: 99%;
}

.lblMessage2 {
    background-color: #ffffe0;
    font-family: Arial;
    font-size: x-small;
    color: #800000;
    text-align: center;
    width: 99%;
}

.lblMessage3 {
    background-color: #ffffe0;
    font-family: Arial;
    font-size: x-small;
    color: #800000;
    text-align: left;
}

.lblUserName {
    background-color: #ffffff;
    color: #0d274a;
    font-family: Arial;
    font-size: small;
    width: auto;
}

.btnPrintPage {
    background-color: #0d274a;
    color: #ffffff;
    cursor: auto;
}

.mebutton1 {
    background-color: #0d274a;
    color: #ffffff;
    border-bottom: 2px solid;
    border-bottom-color: #2f4f4f;
    border-left: 3px solid;
    border-left-color: #000000;
    border-top: 3px solid;
    border-top-color: #000000;
    border-right: 2px solid;
    border-right-color: #2f4f4f;
    font-family: arial;
    font-size: x-small;
    cursor: hand;
    padding: 1px 2px 1px 2px;
}

#thebutton {
    width: auto;
    text-align: left;
}

    #thebutton a {
        background-color: #ffffff;
        color: #000080;
        font-family: arial;
        font-size: x-small;
        cursor: hand;
        border-bottom: 2px solid;
        border-bottom-color: #2f4f4f;
        border-left: 3px solid;
        border-left-color: Black;
        border-top: 3px solid;
        border-top-color: Black;
        border-right: 2px solid;
        border-right-color: #2f4f4f;
        padding: 1px 2px 1px 2px;
    }

        #thebutton a:active {
            background-color: #ffffff;
            color: #000080;
            font-family: arial;
            font-size: x-small;
            cursor: hand;
            border-bottom: 2px solid;
            border-bottom-color: #2f4f4f;
            border-left: 3px solid;
            border-left-color: Black;
            border-top: 3px solid;
            border-top-color: Black;
            border-right: 2px solid;
            border-right-color: #2f4f4f;
            padding: 1px 2px 1px 2px;
        }

        #thebutton a:hover {
            background-color: #000080;
            color: #ffffff;
            font-family: arial;
            font-size: x-small;
            cursor: hand;
            border-bottom: 2px solid;
            border-bottom-color: #2f4f4f;
            border-left: 3px solid;
            border-left-color: #000000;
            border-top: 5px solid;
            border-top-color: #000000;
            border-right: 2px solid;
            border-right-color: #2f4f4f;
            padding: 1px 2px 1px 2px;
        }

        #thebutton a:disabled {
            background-color: #2f4f4f;
            color: Black;
        }


/* 01-15-11 RRE */
#LeftContent {
    width: 164px;
    position: absolute;
    left: 0px;
}

#MainContent {
    margin-left: 0px;
    /*margin-left:164px;*/
}

.PanelFixedMenu {
    background-color: White;
    width: 164px;
    height: 100%;
}

table.mainmenu {
    width: 160px;
}




/* 01-18-11 RRE */
body.login {
    background-color: White;
    background-position: center 60px;
    background-image: url(images/WTBigLogo.jpg);
    background-repeat: no-repeat;
    font-size: 10pt;
    /* 03-30-17 MSB*/
    font-family: 'Varela Round', sans-serif;
    text-align: left;
    color: #0d274a
}

.LoginModalPopup {
    background-color: White;
    padding: 3px;
    width: 400px;
}

td.loginLabel {
    text-align: right;
    width: 30%;
}

td.loginField {
    width: 40%;
}

td.loginSuffix {
    text-align: left;
    width: 30%;
}

.ButtonToolbar {
    padding: 4px 16px 4px 16px;
    font-size: 10pt;
    color: #0d274a;
}

.Fixedwindowsstyle .ajax__combobox_inputcontainer {
    top: 2px !important;
}

.Fixedwindowsstyle .ajax__combobox_inputcontainer {
    width: 262px;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 0;
}

.Fixedwindowsstyle .ajax__combobox_textboxcontainer input {
    width: 262px;
    height: 19px;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 0;
}

.Fixedwindowsstyle .ajax__combobox_buttoncontainer button {
    padding: 0;
    background-image: url(images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}

.Fixedwindowsstyle .ajax__combobox_itemlist {
    font-size: 10pt;
}

.textboxfixed {
    font-size: 10pt;
    width: 280px;
    color: #0d274a;
    font-family: arial;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    /*10-15-19 MSB*/
    position: relative;
}

.textboxdate {
    font-size: 10pt;
    width: 80px;
    color: #0d274a;
    font-family: arial;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    /*10-15-19 MSB*/
    position: relative;
}

.textboxSearchWidth {
    font-size: 10pt;
    width: 208px;
    color: #0d274a;
    font-family: arial;
    /*06-17-20 MSB*/
    /*background-color: #ffffff;*/
    border-width: thin !important;
    border: 1px solid #ccc;
    position: relative;
}

.toggle-button {
    background-color: white;
    margin: 5px 0;
    border-radius: 20px;
    border: 2px solid #D0D0D0;
    height: 24px;
    cursor: pointer;
    width: 50px;
    position: relative;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

    .toggle-button button {
        cursor: pointer;
        outline: 0;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        background-color: white;
        float: left;
        margin: -3px 0 0 -3px;
        border: 2px solid #D0D0D0;
        transition: left 0.3s;
    }

.toggle-button-selected {
    background-color: #83B152;
    border: 2px solid #7DA652;
}

    .toggle-button-selected button {
        left: 26px;
        top: 0;
        margin: 0;
        border: none;
        width: 24px;
        height: 24px;
        box-shadow: 0 0 4px rgba(0,0,0,0.1);
    }

.center {
    text-align: center;
}

.fixedLabel {
    width: 300px;
}

.toggleCheckbox {
    width: 200px;
}

/* 11-21-16 JBS */
.toggle-label {
    font-size: 11pt;
}


td.fieldlabelbig {
    font-size: 10pt;
    text-align: right;
    width: 600px;
    padding-right: 1em;
}

/*01-25-17 MSB */
.pull-right {
    float: right;
}

.HighZIndex {
    z-index: 10005;
}

.HelpTextcbo {
    font-size: 10pt;
    text-align: center;
    z-index: 1;
}

/*10-22-18 MSB*/
.Formattedcbo {
    width: 450px;
}

.FormattedcboShort {
    width: 250px;
}

/*03-24-17 MSB*/

.required {
    color: red;
}

/* 04-04-17 RRE*/
.nav-text-panel {
    width: 200px;
    padding-top: 20px;
}

.btn-sm-in-group {
    height: 30px;
    font-family: Arial;
    color: black;
    font-size: 9pt !important;
    background: #e6e6e6;
    padding-top: 8px !important;
}

.date-input-group {
    max-width: 220px;
}

td.p-t-sm {
    padding-top: 4px;
}

td.p-b-sm {
    padding-bottom: 4px;
}

.panel-fixed-top {
    position: fixed;
    z-index: 1000;
    top: 72px;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
    background: #77A4DC;
    border: solid;
    width: 100%;
}

.panel-placeholder-fixed-top {
    height: 110px;
}

.instruction {
    background-color: #77A4DC;
    text-align: center;
    color: White;
}

td.icon {
    width: 50px;
}

td.w-sm {
    width: 100px;
}

td.w-md {
    width: 150px;
}

td.w-lg {
    width: 200px;
}

td.w-xl {
    width: 400px;
}

.text-md {
    font-size: 11pt;
}

.text-lg {
    font-size: 13pt;
}

.text-bold {
    font-weight: bold;
}

.grid-row {
    background: white;
}

.grid-alternate-row {
    background: whitesmoke;
}

.badge-light {
    color: black !important;
    background: #f3f3f3 !important;
    font-size: 11pt !important;
}

.pager-text {
    font-size: 11pt;
}

.form-control-page {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 7px 12px;
    height: 38px;
    width: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control-ofpages {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 7px 12px;
    height: 38px;
    width: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-input-group {
    width: 110px; /*size this to equal the width of form-control-page + form-control-ofpages - it will expand to accommodate the buttons*/
}

.btn-back {
    background-image: url(images/back16.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
}

    .btn-back:disabled {
        background-image: url(images/back16-disabled.png);
    }

.btn-next {
    background-image: url(images/forward16.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
}

    .btn-next:disabled {
        background-image: url(images/forward16-disabled.png);
    }

.btn-calendar {
    background-image: url(images/calendar16.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
}

.form-control-display {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 2px;
}

.rbl label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    padding-left: 4pt;
    padding-right: 12pt;
}

.rbl td {
    padding-right: 4px;
    padding-left: 4px;
}

.chk {
    padding-right: 8px;
}

    .chk label {
        padding-left: 0px;
    }

.max-width-sm {
    max-width: 80px;
}

.max-width-md {
    width: 300px;
}

.max-width-lg {
    max-width: 400px;
}

.max-width-xl {
    max-width: 600px;
}

.count-today {
    color: red;
}

.count-week {
    color: #feb617;
}

.count-month {
    color: #77A4DC;
}

table.border-bottom {
    border-bottom: 2px groove #0d274a;
}


/*04-05-17 RRE*/
.panel-title-large {
    margin-top: -8px;
    margin-bottom: -8px;
    font-size: 16px;
    font-weight: bold;
    color: inherit;
}

.wizard-slide-body {
    height: 510px;
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 16px;
}

.wizard-footer {
    background-color: #f5f5f5;
    text-align: right;
    padding: 4px;
}

td.tab {
    width: 16.66%;
}

td.taboffset {
    width: 0;
}

.slider label {
    padding-left: 24px;
    font-size: 11pt;
    font-weight: normal;
}


.login-topbar {
    background-color: #36404e;
    /*background-image: url(assets/img/business-manager-365-logo.png);
    background-position:center;
    background-repeat:no-repeat ;*/
    padding: 20px;
    height: 180px;
}

/*04-04-18 MSB*/
.login-topbarTiling {
    /*background-color: #36404e;*/
    /*padding: 20px;
    height: 180px;*/
    /*background-image: url("assets/img/business-manager-365-logo.png");*/
    background-image: url(images/BackgroundColorImageTilling.png);
    background-repeat: repeat;
}


/*tag 06-30-2017*/
.Message-topbar {
    background-color: #36404e;
    background-image: url(assets/img/business-manager-365-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    height: 180px;
}

.login-content {
    padding-top: 24px;
}

.menubar {
    padding: 4px;
    text-align: center;
}

.validator-w-label {
    margin-top: -8px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 85%;
}

/*04-14-17 MSB*/
.toggleCheckbox label {
    padding-left: 28px;
}

/*04-17-17 RRE*/
.rbl label {
    padding-left: 4pt;
}

.BlockMe {
    display: inline-block;
}

.app-search {
    position: relative;
}

    .app-search a {
        position: absolute;
        top: 7px;
        right: 26px;
        color: rgba(152, 166, 173, 0.7);
    }

        .app-search a:hover {
            color: #98a6ad;
        }

    .app-search .form-control,
    .app-search .form-control:focus {
        border: 1px solid rgba(152, 166, 173, 0.15);
        font-size: 13px;
        height: 34px;
        color: #313a46;
        /*padding: 7px 40px 7px 20px;
  margin: 19px 12px 0 5px;*/
        padding: 0px 40px 7px 20px;
        margin: 0px 12px 0 5px;
        background: rgba(152, 166, 173, 0.1);
        box-shadow: none;
        border-radius: 30px;
        width: 190px;
    }

.top-links {
    padding-right: 4px;
}

    .top-links li {
        float: left;
        padding: 10px 10px;
    }

        .top-links li a.menu-item {
            padding: 0px 15px;
            line-height: 30px;
        }



/*.login-topbar{
    background-color:#36404e;
	background-image: url(assets/img/business-manager-365-logo.png);
    background-position:center;
    background-repeat:no-repeat ;
    padding: 20px;
    height: 180px;
}
.login-content{
    padding-top: 24px;
}*/
/*.menubar{
    padding:4px;
    text-align:center;
}
.validator-w-label{
    margin-top:-8px;
    font-weight:bold;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
    font-size: 85%;
}*/

/*07-21-17 MSB*/
.sd_HelpdeskCrisisManagement {
    background-color: orange;
}

/*07-21-17 MSB*/
.sd_HelpdeskProject {
    color: green;
}

/*07-21-17 MSB*/
.sd_HelpdeskOutOfOffice {
    background-color: black;
    color: white;
}

/*07-21-17 MSB*/
.sd_HelpdeskSiteVisit {
    color: Red;
}

/*07-21-17 MSB*/
.sd_HelpdeskHelpdesk {
    color: lightblue;
}

/*07-21-17 MSB*/
.sd_HelpdeskGeneral {
    color: black;
}

/*09-11-17 MSB*/
.sd_HelpdeskConflictsExist {
    background-color: red;
}

/*10-10-18 MSB*/
.sd_HelpdeskNoConflicts {
    background-color: lightcyan;
    color: darkblue
}

/*01-31-18 MSB*/
td.OfficeHoursActive {
    width: 3%;
    border-width: 0px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    background-color: darkgray
}

/*05-08-20 MSB*/
/* If the screen size is 1375px or more, set the font-size of <td> to 480px */
@media only screen and (min-width: 1375px) {
    td.TicketSearchStatus {
        min-width: 480px;
    }
}
/* If the screen size is 1374px or less, set the font-size of <td> to 225px */
@media only screen and (max-width: 1374px) {
    td.TicketSearchStatus {
        min-width: 225px;
    }
}


/*05-11-20 MSB*/
@media only screen and (min-width: 1375px) {
    div.TicketSearchDivs {
        float: left;
        min-width: 23%;
    }
}
/* If the screen size is 1374px or less, set the font-size of <div> to 48% width of the container. Must be inside a div with style=:display:block to work. */
@media only screen and (max-width: 1374px) {
    div.TicketSearchDivs {
        float: left;
        min-width: 48%;
    }
}


/*05-08-20 MSB*/
/* If the screen size is 1375px or more, set the font-size of <td> to 480px */
@media only screen and (min-width: 1375px) {
    td.TicketSearchStatus {
        min-width: 480px;
    }
}
/* If the screen size is 1374px or less, set the font-size of <td> to 225px */
@media only screen and (max-width: 1374px) {
    td.TicketSearchStatus {
        min-width: 225px;
    }
}


/*05-11-20 MSB*/
@media only screen and (min-width: 1375px) {
    div.TicketSearchDivs {
        float: left;
        min-width: 23%;
    }
}
/* If the screen size is 1374px or less, set the font-size of <div> to 48% width of the container. Must be inside a div with style=:display:block to work. */
@media only screen and (max-width: 1374px) {
    div.TicketSearchDivs {
        float: left;
        min-width: 48%;
    }
}

/*If the screen size is ___ or more, show the <li>.*/
@media only screen and (min-width: 1250px) {
    div.MasterTopNav {
        display: block;
    }
}
/* If the screen size is ___ or less, hide the <li>.*/
@media only screen and (max-width: 1250px) {
    div.MasterTopNav {
        display: none;
    }
}
