@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

a {
    color: blue;
    text-decoration: none;
}

th {
    font-weight: 700;
}

header {
    border-bottom: solid 1px black;
    background-color: #333;
    color: #999;
    background: linear-gradient(to bottom, #999999 0%, #000000 100%);
    color: Black;
}

    header > .AppTitle {
        font-size: 18pt;
        font-weight: 700;
        padding: 7px 20px;
    }

.ListContainer > div > a {
    padding-left: 10px;
}

.tablelistheading {
    padding-left: 10px;
}

.tablelistsubheading {
    padding-left: 10px;
}

#SearchBox {
    font-weight: 700;
    padding: 0px;
    position: fixed;
    top: 3px;
    right: 10px;
}

    #SearchBox #searchbox {
        box-shadow: rgba(0,0,0,0.2) 4px 4px 8px inset;
        background-color: #FFF;
        border-color: #999;
        color: #333;
        width: 300px;
        margin-right: 30px;
        font-size: 19px;
    }

#nav {
    background-color: #333;
    color: #FFF;
    padding: 3px 5px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

    #nav a {
        color: #FFF;
    }

#ddmenu {
    z-index: 1;
}

#ddmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10pt;
}

    #ddmenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #ddmenu ul li table a {
            display: block;
        }

    #ddmenu > li {
        float: left;
        padding: 5px 2px;
    }

    #ddmenu li a.top:before {
        content: ">\0020";
        color: #CCC;
    }

    #ddmenu li a img {
        border: 0;
        text-align: center;
    }

    #ddmenu li ul {
        position: absolute;
        left: -999em;
    }

        #ddmenu li ul li.SubMenu a, #ddmenu li ul li.SubMenu a:visited {
            display: block;
            background-color: #333;
            border-bottom: solid 1px #999;
            padding: 10px 50px 10px 20px;
            color: white;
        }

            #ddmenu li ul li.SubMenu a:hover {
                background-color: #444;
                color: White;
            }

    #ddmenu li:hover ul {
        left: auto;
    }

#SearchPanel {
    position: fixed;
    right: -400px;
    top: 0;
    width: 350px;
    bottom: 0;
    background-color: #333;
    color: white;
    text-align: left;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

.searchhighligh {
    background-color: rgba(192,192,0,0.9);
    color: black
}

#SearchPanelResults {
    position: absolute;
    overflow: auto;
    top: 40px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    text-align: left;
    color: #FFF;
}

.searchresultmsg {
    text-align: center;
    font-style: italic;
}

#SearchPanelResults a {
    text-decoration: none;
    display: block;
    padding: 5px;
    border-bottom: solid 1px #909090;
    color: white;
}

    #SearchPanelResults a:hover {
        background-color: #444;
    }

.searchDataType {
    color: #999;
    float: right;
    font-size: 8pt;
}

#SearchLoadingPanel {
    background-color: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    font-weight: 700;
}

#ReportLoadingPanel {
    background-color: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    font-weight: 700;
}

#NewLoadingDiv_V2 {
    background-color: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    font-weight: 700;
}

.Flag {
    vertical-align: middle;
}


#content_center {
    position: absolute;
    top: 61px;
    left: 30px;
    right: 0px;
    bottom: 0px;
}
#ContentOuter {
    clear: both;
}

#MainPanel2 {
    margin-top: 4px;
    margin-left: 2px;
    flex-grow: 1;
}

/* /// */
#BookingContents {
    position: fixed;
    border: 1px solid black;
    z-index: 15;
    background-color: white;
    color: Black;
    padding: 10px;
}

.StatusChoicesDiv {
    position: absolute;
    border: 1px solid black;
    background-color: white;
    color: Black;
    padding: 10px;
    z-index: 1;
}

#StatusChoices {
    position: absolute;
    border: 1px solid black;
    background-color: white;
    color: Black;
    padding: 10px;
}

#MainMenu a {
    display: block;
    font-weight: normal;
    color: Black;
    padding: 5px;
    border-bottom: solid 1px #999;
}

    #MainMenu a img {
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-right: 5px;
        border: 0;
    }

#MainMenu div {
    display: block;
    color: #333;
    background-color: #ccc;
    padding: 5px;
}

#MainMenu a.anchor {
    padding: 0px;
    border-bottom: 0;
}

#nav .ddmenu {
    position: absolute;
    display: none;
    right: -5px;
    width: 250px;
    border: solid 1px #999;
    z-index: 800;
    background-color: white;
    box-shadow: rgba(0,0,0,0.3) 10px 10px 10px;
}

.versionbox {
    position: fixed;
    bottom: 10px;
    left: 0px;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    font-size: 7pt;
    color: #AAA;
    width: 300px;
    outline: none;
    z-index: 2;
}

#LoadingDivV3 {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    margin-top: 50px;
    text-align: center;
    color: #000000;
    padding: 50px;
}

.required:after {
    content: " *";
    color: #FF0000;
}

#custlist .item {
    text-align: left;
    background-color: White;
    padding: 10px;
    margin: 0;
    border: solid 1px #999;
    border-bottom: 0;
}

    #custlist .item:first-child {
        border-radius: 10px 10px 0 0;
    }

    #custlist .item:last-child {
        border-radius: 0 0 10px 10px;
    }

.tablelight {
    border-collapse: separate;
    font-size: small;
    padding: 0;
    width: 100%;
}

    .tablelight th {
        font-weight: lighter;
        font-size: 9pt;
        background-color: Transparent;
        color: #333;
        border-bottom: solid 1px #333;
        padding: 0 10px;
    }

    .tablelight tr:nth-child(even) {
        background-color: #eee;
    }

    .tablelight tr:nth-child(odd) {
        background-color: #ddd;
    }

    .tablelight tr td:first-child {
        width: 50px;
    }

        .tablelight tr td:first-child img {
            padding: 0;
            margin: 0;
            vertical-align: middle;
        }

    .tablelight tr td:nth-child(2) {
        width: 60px;
    }

/*.ListContainer { position: absolute; bottom:0; overflow: auto; left:0; right: 0; }*/
/*.LandingContainer { position: absolute; bottom:0; overflow: auto; left:0; right: 0; }*/

#MainMenu .note {
    font-size: 8pt;
    color: #555;
}

.userfavoritegroup {
    margin: 5px;
    border: solid 1px black;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    position: relative;
    clear: both;
    position: relative;
}

    .userfavoritegroup .groupheading {
        display: block;
        padding: 5px;
        font-weight: 700;
        font-variant: small-caps;
        border-bottom: solid 1px #999;
    }

    .userfavoritegroup .managebox {
        display: block;
        float: right;
    }

        .userfavoritegroup .managebox a {
            color: #999;
            font-size: 8pt;
            text-decoration: none;
            border-right: solid 1px #000;
            padding: 0 5px;
        }

            .userfavoritegroup .managebox a:last-child {
                border-right: 0;
            }

    .userfavoritegroup:-moz-drag-over, .userfavoritegroup:drag-over {
        border-width: 3px;
        border-color: Red;
    }

.userfavorite {
    text-decoration: none;
    display: inline-block;
    color: Black;
    width: 100px;
    height: 100px;
    margin: 5px 0;
    margin-right: 5px;
    border: solid 1px black;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    overflow: auto;
}

    .userfavorite:hover {
        background-color: #ddd;
    }

    .userfavorite:last-child {
        margin-right: 0;
    }

    .userfavorite .comment {
        color: #4080A0;
        display: block;
    }

.userfavadd {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: none;
    color: #333;
    cursor: pointer;
}

    .userfavadd:hover {
        background-color: #ccc;
    }

#nicehtmlreadout {
    max-width: 600px;
}

    #nicehtmlreadout h1 {
        font-size: 10pt;
        font-weight: 700;
    }

    #nicehtmlreadout .nicetable {
        border-collapse: collapse;
        width: 100%;
    }

        #nicehtmlreadout .nicetable td {
            padding: 2px 10px;
            vertical-align: top;
        }

        #nicehtmlreadout .nicetable tr:nth-child(odd) {
            background-color: #ddd;
        }

        #nicehtmlreadout .nicetable td:nth-child(1) {
            color: #333;
        }

    #nicehtmlreadout .nicelinedtable {
        border-collapse: collapse;
        margin-bottom: 10px;
    }

        #nicehtmlreadout .nicelinedtable td, #nicehtmlreadout th {
            padding: 2px 10px;
            vertical-align: top;
        }

        #nicehtmlreadout .nicelinedtable tr {
            border-top: solid 1px #999;
        }

            #nicehtmlreadout .nicelinedtable tr:nth-child(1) {
                border-top: solid 1px transparent;
            }

        #nicehtmlreadout .nicelinedtable td, #nicehtmlreadout th {
            border-left: solid 1px #999;
        }

            #nicehtmlreadout .nicelinedtable td:nth-child(1), #nicehtmlreadout th:nth-child(1) {
                border-left: solid 1px transparent;
                color: #333;
            }

#NewBatchInfoDiv_Outer {
    position: fixed;
    top: 80px;
    right: 20px;
    width: 200px;
    height: 200px;
    padding: 10px;
    border: solid 1px black;
    background-color: #FFF;
}

#NewBatchInfoDiv {
    font-size: small;
}

a.buttonbox {
    border: solid 1px #3333cc;
    font-size: x-small;
    color: #3333cc;
    text-decoration: none;
    padding: 1px 5px;
    cursor: pointer;
}

    a.buttonbox:hover {
        text-decoration: none;
        background-color: #ccccff;
        color: #0000ff;
    }

#SalesWidget-MonthSum {
    background-color: White;
    font-size: 8pt;
    width: 100%;
}

    #SalesWidget-MonthSum th {
        background-color: White;
        color: #246de8;
        border-bottom: solid 1px black;
        padding: 0;
        text-align: center;
    }

        #SalesWidget-MonthSum th.header {
            background-color: #0054e3;
            color: White;
            text-align: center;
        }

        #SalesWidget-MonthSum th.arrow {
            background-color: #d5d5d5;
            border-style: outset;
            cursor: pointer;
            border-color: #eaeaea;
            height: 20px;
            width: 60px;
        }

        #SalesWidget-MonthSum th.disabledarrow {
            background-color: #ece9d8;
            border-style: outset;
            border-color: #ece9d8;
            height: 20px;
            width: 60px;
        }

.CalendarStyleReport {
    width: 100%;
    background-color: #0054e3;
}

.SecurityMenuBox {
    font-size: small;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 800px;
    background-color: white;
    border: solid 1px #444;
    padding: 15px;
    text-align: center;
}

    .SecurityMenuBox a {
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        padding: 10px;
        border: solid 1px black;
        width: 100px;
        height: 100px;
    }
/* ////////////////////////////////////////////////////////////// Control Centre Stuff */
.r {
    text-align: right !important;
}

.widgettable td, .widgettable th {
    padding: 3px;
    border: solid 1px black;
}

.widgettable {
    border-collapse: collapse;
    border: solid 1px #333;
    margin-top: 0.8em;
    font-size: smaller;
}

.footnote {
    font-size: smaller;
    color: #777;
    margin-top: 0.5em;
}

.widget {
    color: black;
    text-decoration: none;
    background: #93b8e1;
    margin: 5px;
    padding: 10px;
    padding-left: 45px;
    box-shadow: rgba(0,0,0,0.2) 10px 10px 10px;
}

    .widget b {
        color: #310099;
        margin-bottom: 5px;
        display: inline-block;
    }

    .widget img {
        margin-left: -40px;
    }

    .widget:hover {
        background: #99f;
    }

/* ////////////////////////////////////////////////////////////// Online User Info */
.hovertitle:hover + .hovertooltip {
    display: block;
}

.hovertooltip:hover {
    display: block;
}

.hovertooltip {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 250px;
    height: auto;
    overflow: auto;
    background-color: #ffffcc;
    border: solid 1px #333;
    display: none;
}

    .hovertooltip table {
        width: 100%;
    }

/* Widget Groups */
.widgetgroupouter h1 {
    font-size: 12pt;
    color: #333;
    border-bottom: solid 1px #333;
}

.widgetgroupinner {
    transition: max-height 1s;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

/* Edit 2014 */
#modal_container #ButtonBox {
    float: right; /*border: dashed 2px red; */
}

#modal_container #EditFormContent { /* border: dashed 2px green; */
}

.edittable {
    width: 100%;
}

    .edittable * {
        box-sizing: border-box;
    }

div.multicol {
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

div.cols2 {
    width: calc(100% / 2);
}

div.cols3 {
    width: calc(100% / 3);
}

div.cols4 {
    width: calc(100% / 4);
}

.edittable > tbody > tr {
    background-color: #ccc;
    vertical-align: top;
    padding: 3px;
}

    .edittable > tbody > tr > td:first-child {
        width: 33%;
    }

.edittable td input {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
}

    .edittable td input[type=checkbox] {
        width: auto;
    }

.edittable td select {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
}

.edittable td textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    resize: none;
}

.Good {
    border: 5px solid green;
    background-color: #ccffcc !important;
}

    .Good:hover {
        background-color: #00ff00 !important;
    }

.Bad {
    border: 5px solid red;
    background-color: #ffcccc !important;
}

    .Bad:hover {
        background-color: #ff0000 !important;
    }

.bookmarks {
    padding: 10px;
}

    .bookmarks a {
        text-decoration: none;
        display: block
    }

        .bookmarks a:hover {
            background-color: #ddd;
            text-decoration: underline;
        }

.floatright {
    float: right;
}

#bookmarkmessage {
    top: 20px;
    left: 0px;
    border: solid 1px black;
    background-color: white;
    color: black;
    position: absolute;
    padding: 2px;
}

#bookmarkpopup {
    color: white;
    background: linear-gradient(#999, #333);
    padding: 10px;
    border-radius: 3px;
    top: 30px;
    left: -105px;
    width: 250px;
    border: solid 2px black;
    position: absolute;
    padding: 5px;
    box-sizing: border-box;
    z-index: 901;
}

    #bookmarkpopup:after, #bookmarkpopup:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #bookmarkpopup:after {
        border-color: rgba(153, 153, 153, 0);
        border-bottom-color: #999;
        border-width: 10px;
        margin-left: -10px;
    }

    #bookmarkpopup:before {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #000000;
        border-width: 13px;
        margin-left: -13px;
    }

    #bookmarkpopup a {
        text-decoration: none;
        display: block;
        color: white;
    }

        #bookmarkpopup a:hover {
            background-color: rgba(255,255,255,0.3);
        }

#listmessage {
    top: 20px;
    left: 0px;
    border: solid 1px black;
    background-color: white;
    color: black;
    position: absolute;
    padding: 2px;
}

#listpopup {
    color: white;
    background: linear-gradient(#999, #333);
    padding: 10px;
    border-radius: 3px;
    top: 30px;
    left: -105px;
    width: 250px;
    border: solid 2px black;
    position: absolute;
    padding: 5px;
    box-sizing: border-box;
    font-weight: normal;
}

    #listpopup:after, #listpopup:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #listpopup:after {
        border-color: rgba(153, 153, 153, 0);
        border-bottom-color: #999;
        border-width: 10px;
        margin-left: -10px;
    }

    #listpopup:before {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #000000;
        border-width: 13px;
        margin-left: -13px;
    }

    #listpopup a {
        text-decoration: none;
        display: block;
        color: white;
    }

        #listpopup a:hover {
            background-color: rgba(255,255,255,0.3);
        }

#emailqueuepopup {
    color: white;
    background: linear-gradient(#999, #333);
    padding: 10px;
    border-radius: 3px;
    top: 30px;
    left: -105px;
    width: 250px;
    border: solid 2px black;
    position: absolute;
    padding: 5px;
    box-sizing: border-box;
    font-weight: normal;
}

    #emailqueuepopup:after, #emailqueuepopup:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #emailqueuepopup:after {
        border-color: rgba(153, 153, 153, 0);
        border-bottom-color: #999;
        border-width: 10px;
        margin-left: -10px;
    }

    #emailqueuepopup:before {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #000000;
        border-width: 13px;
        margin-left: -13px;
    }

    #emailqueuepopup a {
        text-decoration: none;
        display: block;
        color: white;
    }

        #emailqueuepopup a:hover {
            background-color: rgba(255,255,255,0.3);
        }

#calendarpopup {
    color: white;
    background: linear-gradient(#999, #333);
    padding: 10px;
    border-radius: 3px;
    top: 30px;
    left: -105px;
    width: 250px;
    border: solid 2px black;
    position: absolute;
    padding: 5px;
    box-sizing: border-box;
    font-weight: normal;
}

    #calendarpopup:after, #calendarpopup:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #calendarpopup:after {
        border-color: rgba(153, 153, 153, 0);
        border-bottom-color: #999;
        border-width: 10px;
        margin-left: -10px;
    }

    #calendarpopup:before {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #000000;
        border-width: 13px;
        margin-left: -13px;
    }

    #calendarpopup a {
        text-decoration: none;
        display: block;
        color: white;
    }

        #calendarpopup a:hover {
            background-color: rgba(255,255,255,0.3);
        }

    #calendarpopup .eventcalendar_small {
        border: 1px solid white;
        font-size: xx-small;
        float: none;
        margin: auto;
    }

    #calendarpopup .monthheader_small {
        text-align: center;
        font-weight: 700;
        border-bottom: 1px solid white;
    }

    #calendarpopup .daycell_small {
        border: 1px solid grey;
        vertical-align: top;
        text-align: center;
    }

    #calendarpopup .today {
        border: 2px solid red;
        border-radius: 10px;
        background-color: inherit;
        font-weight: 700;
    }

    #calendarpopup .hasevents {
        color: lime;
    }


#AddPageToBookmarks {
    text-align: center;
    font-style: italic;
    border-top: 1px dotted #999;
    margin-top: 5px;
}

#searchResultBubble {
    position: relative;
    background: #ffff99;
    border: 0px solid #333;
    transition: top 0.5s;
    position: fixed;
    z-index: 1;
    width: 280px;
    right: 355px;
    color: black;
    padding: 10px;
    min-height: 40px;
    box-shadow: rgba(0,0,0,0.3) 10px 10px 10px;
    border-radius: 5px;
}

    #searchResultBubble:after, #searchResultBubble:before {
        transition: top 1s;
        left: 300px;
        top: 3px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #searchResultBubble:after {
        /* border-color: rgba(255, 255, 255, 0); */
        border-left-color: #ffff99;
        border-width: 12px;
        margin-top: -20px;
    }


#IFContainer {
    position: relative;
    margin-bottom: 5px;
}

    #IFContainer * {
        box-sizing: border-box;
    }

    #IFContainer #IFContainerToolBox {
        font-size: 11px;
        width: 200px;
        margin-left: auto;
        cursor: pointer;
    }

    #IFContainer #IFContainerToolBoxHeader {
        padding: 2px 6px;
        display: inline;
        text-align: left;
        position: relative;
    }

        #IFContainer #IFContainerToolBoxHeader > span {
            background-color: #ECECEC;
            padding: 0 5px;
        }

    #IFContainer #IFContainerToolBoxDropDown {
        position: absolute;
        width: 200px;
        clear: both;
        background-color: #ECECEC;
        border: solid 1px #999;
        z-index: 800;
        box-shadow: rgba(0,0,0,0.3) 10px 10px 10px;
    }

        #IFContainer #IFContainerToolBoxDropDown a {
            display: block;
            text-decoration: none;
            padding: 6px 16px 6px 8px;
            color: black;
            border-top: solid 1px #CCC;
        }

            #IFContainer #IFContainerToolBoxDropDown a img {
                vertical-align: middle;
                margin-right: 8px;
            }

            #IFContainer #IFContainerToolBoxDropDown a:hover {
                background-color: #CCC;
                color: blue;
            }

    #IFContainer .IFLine {
        border-bottom: dotted 1px #999;
        padding: 3px 0;
        display: flex;
        background-color: #ECECEC;
    }

        #IFContainer .IFLine:hover {
            border-bottom: dotted 1px #999;
        }

    #IFContainer .IFName {
        padding: 2px 20px 2px 5px;
        min-width: 200px;
        display: inline-block;
        font-weight: 700;
    }

        #IFContainer .IFName img {
            vertical-align: bottom;
            padding-right: 5px;
        }

    #IFContainer .IFData {
        padding: 2px 0 2px 5px;
        display: inline-block;
        flex-grow: 4;
    }

    #IFContainer #IFEditForm {
        position: fixed;
        background-color: rgba(0,0,0,0.4);
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 900;
    }

    #IFContainer #IFEditFormInner {
        position: relative;
        border: solid 1px #333;
        background-color: #EEE;
        padding: 10px;
        width: 300px;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
        margin-top: 200px;
        box-shadow: rgba(0,0,0,0.2) 10px 10px 10px;
    }

        #IFContainer #IFEditFormInner input[type='text'] {
            width: 100%;
            margin-bottom: 5px;
            padding: 5px;
            border: solid 1px #999;
        }

        #IFContainer #IFEditFormInner textarea {
            width: 100%;
            margin-bottom: 5px;
            padding: 5px;
            border: solid 1px #999;
        }

        #IFContainer #IFEditFormInner select {
            width: 100%;
            margin-bottom: 5px;
            padding: 5px;
            border: solid 1px #999;
        }

        #IFContainer #IFEditFormInner .buttonholder {
            text-align: right;
        }

.IFEditSym {
    cursor: pointer;
}

#IFContextMenu {
    position: fixed;
    border: solid 1px #999;
    border-top: solid 1px #EEE;
    border-left: solid 1px #EEE;
    background-color: white;
    box-sizing: border-box;
    min-width: 150px;
    background-color: #ccc;
    z-index: 999;
    font-weight: 700;
    box-shadow: rgba(0,0,0,0.4) 10px 10px 10px;
}

    #IFContextMenu .spacer {
        line-height: 0px;
        border-bottom: solid 1px #DDD;
        border-top: solid 1px #999;
        display: block;
    }

    #IFContextMenu a.IFMenuItem {
        cursor: pointer;
        padding: 4px;
        padding-left: 14px;
        display: block;
        color: #000;
    }

    #IFContextMenu .IFMenuItem:hover {
        color: blue;
        background-color: #ddd;
    }

#IFContextMenuOverlay {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 998;
}

[data-tooltip] {
    position: relative;
    cursor: pointer;
}
    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    [data-tooltip]:before {
        position: absolute;
        right: 150%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 7px;
        width: 260px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.9);
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }
    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }

    [data-tooltip]:after {
        position: absolute;
        width: 0;
        border: 10px solid transparent;
        border-left: 10px solid #000;
        border-left: 10px solid hsla(0, 0%, 20%, 0.9);
        right: 6px;
        top: 5px;
        content: "";
        font-size: 0;
        line-height: 0;
    }

.buttontop {
    box-sizing: border-box;
    border: 1px solid #999;
    border-bottom: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #ddd;
    padding: 5px;
    padding-left: 40px;
    position: relative;
    min-height: 45px;
    text-align: center;
    cursor: pointer;
    font-size: 10pt;
    margin-bottom: 0 !important;
}

    .buttontop img {
        position: absolute;
        left: 6px;
    }

.buttonmiddle {
    border: 1px solid #999;
    border-top: 0px;
    border-bottom: 0px;
    font-size: 10px;
    overflow: hidden;
    background-color: #ddd;
    padding: 0 5px;
    transition: max-height linear 5s;
    margin-bottom: 0 !important;
}

    .buttonmiddle td span {
        font-size: 10px;
        color: #777;
    }

    .buttonmiddle tr:hover {
        background-color: #bbb;
    }

.EmailFormBG {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
}

.EmailForm {
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
    background-color: #ddd;
    font-size: 14pt;
    padding: 10px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -300px;
    border-radius: 4px;
    border: solid 1px #333;
}

    .EmailForm input[type='text'], .EmailForm textarea {
        box-sizing: border-box;
        font-size: 14pt;
        width: 100%;
        padding: 10px;
    }

    .EmailForm input[type='text'], .EmailForm textarea {
        box-sizing: border-box;
        font-size: 14pt;
        width: 100%;
    }

.EmailFormButtonBox {
    text-align: right;
    margin-top: 1em;
}

.EmailFormAttachmentBox {
    margin-top: 1em;
    font-size: 12px;
}

.EmailFormButtonBox input[type='button'] {
    font-size: 14pt;
}

.buttonbottom {
    border: 1px solid #999;
    border-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ddd;
    height: 4px;
    cursor: pointer;
}

#TableListConfigDiv, .ConfigDiv {
    position: fixed;
    width: 250px;
    right: 12px;
    top: 104px;
    height: 260px;
    border: solid 1px black;
    background-color: #f5f5f5;
    z-index: 500;
}

#CompositeReportDiv {
    position: fixed;
    width: 250px;
    right: 10px;
    top: 100px;
    height: 270px;
    border: solid 1px black;
    background-color: #f5f5f5;
    z-index: 1;
}

#CoverPageDiv {
    position: absolute;
    width: 600px;
    left: 100px;
    top: 100px;
    height: 270px;
    border: solid 1px black;
    background-color: #f5f5f5;
    z-index: 2;
}

#CoverPage_Status {
    font-weight: 700;
    color: #FFFFFF;
    padding-right: 10px;
}

.ReportDiv_Inner table {
    border-collapse: separate;
    width: 99%;
}

.ReportDiv_Inner td {
    color: #444;
    vertical-align: top;
}

    .ReportDiv_Inner td input, .ReportDiv_Inner td textarea {
        width: 99%;
    }

        .ReportDiv_Inner td input[type="checkbox"] {
            width: auto;
        }

.ReportDiv_Inner #ReportCommentsTxt {
    height: 135px;
}

#CompositeReportDiv .removelink {
    background-image: url(../images/crosses.png);
    background-position: -36px 3px;
    background-repeat: no-repeat;
    /*	background-attachment: scroll; */
    display: inline-block;
    width: 11px;
    height: 13px;
    text-decoration: none;
    margin-left: 5px;
    cursor: pointer;
}

#CompositeReportDiv td .removelink:hover {
    background-color: #3b5998;
    background-position: -24px 3px;
}

.ReportDiv_Inner {
    overflow: auto;
    height: 200px;
}

.ReportWindowHeader {
    background-color: #8b9dc3;
    vertical-align: middle;
    line-height: 25px; /* vertical-align */
    padding: 0 10px;
    color: White;
    font-weight: 700;
}

    .ReportWindowHeader input {
        display: inline;
        background-color: #43609c;
        border: 1px solid black;
        border-top: 1px solid white;
        border-left: 1px solid white;
        color: White;
    }

.ReportWindowFooter {
    line-height: 35px; /* vertical-align */
    background-color: #8b9dc3;
    text-align: right;
    padding: 0 5px;
}

    .ReportWindowFooter input {
        display: inline;
        background-color: #43609c;
        border: 1px solid black;
        border-top: 1px solid white;
        border-left: 1px solid white;
        color: White;
    }

#HomeMenu {
    box-shadow: rgba(0,0,0,0.4) 10px 10px 10px;
    background-color: #4486d7;
    border: solid 1px black;
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    min-width: 900px;
}

    #HomeMenu table {
        width: 100%;
    }

        #HomeMenu table th {
            color: White;
            padding: 5px;
        }

            #HomeMenu table th a {
                color: White;
                padding: 0.5em;
                border-bottom: solid 3px #ccc;
            }

                #HomeMenu table th a:hover {
                    border-bottom: solid 3px white;
                }

        #HomeMenu table td {
            vertical-align: top;
        }

            #HomeMenu table td a {
                color: white;
                padding: 0.75em;
                padding-left: 30px;
                border: solid 1px #0094ff;
                border-radius: 3px;
                margin: 2px;
                background-color: rgba(255,255,255,0.2);
            }

                #HomeMenu table td a img {
                    margin-left: -22px;
                    position: absolute;
                }

                #HomeMenu table td a:hover {
                    border: solid 1px #FFFFff;
                }

                #HomeMenu table td a.Greeting {
                    Color: Black;
                    cursor: default;
                }

                    #HomeMenu table td a.Greeting:hover {
                        Color: Black;
                        background-color: Transparent;
                        text-decoration: none;
                    }

.ipanel_content {
    padding: 10px;
}

.tableform { /* Revised  12/2020  */
    border-collapse: separate;
    vertical-align: top;
    width: 100%;
}

    .tableform td {
        padding: 3px;
        background-color: rgba(220, 220, 220, 0.70);
    }

        .tableform td:first-child {
            background-color: rgba(220, 220, 220, 0.90);
        }

    .tableform tr:hover {
        background-color: #ffe88e;
    }

    .tableform th, .tablelist th {
        text-align: left;
        padding: 5px;
        background-color: rgba(32, 32, 32, 0.5);
        color: White;
    }

        .tableform th img, .tablelist th img {
            float: right;
            border: 0px;
        }

    .tableform .left-cell {
        vertical-align: top;
    }

@media all and (min-width: 850px) {
    .tableform .left-cell {
        width: 300px;
    }
}

.tableform .right-cell {
    vertical-align: top;
}

.tableform a:hover {
    color: red;
    text-decoration: underline;
}

.ErrorMessage {
    color: Red;
    font-weight: 700;
}

.WebServiceMessage {
    color: #4200ff;
}

.GoodMessage {
    color: Green;
    font-weight: 700;
}

.WarningMessage {
    color: #FF9900;
    font-weight: 700;
}

.NoticeMessage {
    color: #203DD4;
    font-weight: 700;
}

.ExperimentMessage {
    color: hotpink;
    font-weight: 700;
}

.SecurityMessage {
    color: #fa42fa;
}

.DelMessage {
    position: absolute;
    border: 1px solid black;
    background-color: #FFD;
    color: Black;
    width: 75px;
    display: none;
}

#CustomInfoDiv {
}

    #CustomInfoDiv dl {
        padding: 0;
        margin: 0;
    }

    #CustomInfoDiv dt {
        font-weight: 700;
        margin-top: 5px;
        border-top: solid 1px #AAA;
    }

    #CustomInfoDiv dd {
        margin: 0;
    }

.CustomButtonBox {
    float: right;
    width: 90px;
    text-align: right;
    vertical-align: top;
}

#LoadingDiv {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    margin-top: 50px;
    text-align: center;
    color: #FFA100;
    padding: 50px;
}

#transfersearchbox_result {
    position: absolute;
    overflow: auto;
    right: 20px;
    width: 200px;
    height: 200px;
    border: solid 1px black;
    display: none;
    background-color: White;
    color: Black;
    z-index: 1000;
}

    #transfersearchbox_result table {
        width: 100%;
        border-collapse: collapse;
        background-color: White;
        border: 0;
    }

        #transfersearchbox_result table td {
            text-align: left;
            color: #00CC00;
        }

            #transfersearchbox_result table td a:link, #searchresultdiv table td a:visited {
                color: Blue;
                text-decoration: underline;
            }

            #transfersearchbox_result table td a:hover {
                color: red;
                text-decoration: underline;
            }

#transfersearchbox {
    border: solid 1px #888;
}

.left {
    text-align: left !important;
}

.centre {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.small {
    font-size: x-small !important;
}

#FixedFooter {
    padding: 2px;
    text-align: center;
    position: fixed;
    border-top: solid 1px black;
    bottom: 0;
    height: 2em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: silver;
}

.smalltable {
    width: 100%;
    border-collapse: separate;
    border: solid 1px black;
    vertical-align: top;
    background-color: White;
}

    .smalltable tr:nth-child(odd) {
        background-color: #e3e3e3;
    }

    .smalltable th {
        font-size: 9pt;
        background-color: Gray;
        Color: White;
        text-align: center;
    }

    .smalltable td {
        font-size: 8.25pt;
        vertical-align: top;
    }

        .smalltable td.sub {
            font-size: 8.25pt;
            background-color: #eeeecc;
        }

.HoverGrey {
    cursor: pointer;
}

    .HoverGrey:hover {
        background-color: #BBB;
    }

#AdvSearchForm input, #AdvSearchForm select, #AdvSearchForm textarea {
    width: 95%;
}

.tablelist-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: x-small;
}

    .tablelist-navigation ul li {
        display: inline;
    }

.tablelist-navigation li img {
    border: 0;
    padding: 0;
    margin: 0;
    top: 4px;
    position: relative;
}

.tablelist-sortedcol-desc {
    background: #76879d url(../images/tablelist-down.png) no-repeat scroll center right !important;
    cursor: pointer;
}

.tablelist-sortedcol-asc {
    background: #76879d url(../images/tablelist-up.png) no-repeat scroll center right !important;
    cursor: pointer;
}

.tablelist-sortable:hover {
    background-color: #76879d;
}

#InfoPanel2 table {
    border-collapse: collapse;
    width: 100%;
}

.ipanel_heading {
    font-size: 14px;
    font-weight: 700;
    padding: 5px;
    padding-left: 10px;
    display: block;
}

.ipanel_content {
    padding: 10px;
}

.comboitem {
    display: block;
    cursor: pointer;
    padding: 2px;
    color: black;
    text-decoration: none;
}

    .comboitem:hover {
        background-color: #ccc;
    }

#Menu2017Container {
    background-color: blanchedalmond;
    position: fixed;
    color: #333;
    width: 500px;
    height: 400px;
    left: 10px;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    z-index: 3;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0,0,0,0.5) 20px 20px 20px;
}

    #Menu2017Container * {
        box-sizing: border-box;
    }

    #Menu2017Container > h1 {
        padding: 5px;
        text-align: center;
        margin: 0;
        background-color: burlywood;
    }

    #Menu2017Container #EditFormContent2017 {
        overflow-y: scroll;
        height: 100%;
        display: flex;
        height: 100%;
    }

        #Menu2017Container #EditFormContent2017 table {
            width: 100%;
            box-sizing: border-box;
        }

            #Menu2017Container #EditFormContent2017 table td:first-child {
                width: 250px;
                padding-right: 20px;
                text-align: right;
            }

        #Menu2017Container #EditFormContent2017 input:not([type=button]):not([type=submit]):not([type=checkbox]),
        #Menu2017Container #EditFormContent2017 textarea {
            padding: 3px;
            border: 0;
            width: 100%;
            background-color: navajowhite;
            margin-bottom: 3px;
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
        }

        #Menu2017Container #EditFormContent2017 select {
            padding: 2px 0px;
            width: 100%;
            margin-bottom: 3px;
            background-color: navajowhite;
            border: 0;
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
        }

        #Menu2017Container #EditFormContent2017 input[type=button],
        #Menu2017Container #EditFormContent2017 input[type=submit] {
            padding: 8px 30px;
            border: 0;
            border-bottom: solid 1px #444;
            background-color: linen;
            background-color: seagreen;
            color: white;
        }

    #Menu2017Container .slideThree {
        width: 80px;
        height: 26px;
        background: navajowhite;
        margin-bottom: 3px;
        position: relative;
        border-radius: 50px;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    }

        #Menu2017Container .slideThree:after {
            content: 'NO';
            color: #FF0000;
            position: absolute;
            right: 10px;
            z-index: 0;
            font-weight: 700;
            text-shadow: 1px 1px 1px rgba(192, 0, 0, 0.8);
        }

        #Menu2017Container .slideThree:before {
            content: 'YES';
            color: #00AA00;
            position: absolute;
            left: 10px;
            z-index: 0;
            text-shadow: 1px 1px 1px rgba(0, 192, 0, 0.8);
            font-weight: 700;
        }

        #Menu2017Container .slideThree label {
            display: block;
            width: 34px;
            height: 20px;
            cursor: pointer;
            position: absolute;
            top: 3px;
            left: 3px;
            z-index: 1;
            background: #fcfff4;
            background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            border-radius: 50px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
        }

        #Menu2017Container .slideThree input[type=checkbox] {
            opacity: 0;
        }

            #Menu2017Container .slideThree input[type=checkbox]:checked + label {
                left: 43px;
            }

.xerobox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    padding: 5px;
    padding-left: 50px;
    background-color: #45474D;
    background-image: url('../images/dock/xero.png');
    background-position-x: 5px;
    background-position-y: 5px;
    background-repeat: no-repeat;
    min-height: 32px;
    border: 1px solid #000;
}

    .xerobox.clickme {
        cursor: pointer;
    }

        .xerobox.clickme:hover {
            box-shadow: rgba(0,0,0,0.4) 3px 3px 3px;
        }

.SplitColumnDiv {
    display: flex;
}

    .SplitColumnDiv > div {
        border: 1px solid #ccc;
        display: block;
        flex: 1;
        padding: 10px;
        margin: 5px;
        margin-right: 10px;
        box-shadow: rgba(0,0,0,0.3) 4px 10px 15px;
    }

#HomeMenuSideBar {
    position: fixed;
    background-color: #333;
    color: white;
    width: 300px;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.floating {
    box-shadow: rgba(0,0,0,0.5) 10px 10px 10px;
    z-index: 999;
    transition: left 0.2s ease-in;
}

#HomeMenuSideBar > div {
    flex: 0 1 auto;
}

    #HomeMenuSideBar > div.headerbox {
        background-color: #222;
    }

    #HomeMenuSideBar > div.middle {
        flex: 1 1 auto;
        overflow-y: scroll;
    }

    #HomeMenuSideBar > div.footerbox {
        padding: 5px;
        background-color: #2A2A2A;
    }

#HomeMenuSideBar > .footerbox > .tools {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

    #HomeMenuSideBar > .footerbox > .tools > a {
        padding: 3px;
        display: inline-block;
        font-size: x-small;
        border: solid 1px #777;
        margin: 2px;
        flex: 1 1 auto;
        text-align: center;
        background-color: #333;
        text-decoration: none;
        color: #ccc;
    }

        #HomeMenuSideBar > .footerbox > .tools > a:hover {
            background-color: #CCC;
            color: #333;
        }

#HomeMenuSideBar .middle a {
    color: white;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #444;
}

#HomeMenuSideBar_Home a {
    padding: 2px 50px;
}

#HomeMenuSideBar .middle a:hover {
    background-color: #444;
}

#HomeMenuSideBar .heading {
    color: #9CDCFE !important;
    margin-top: 15px;
    padding: 2px 20px;
}

#HomeMenuSideBar div.heading {
    margin: 10px;
}

    #HomeMenuSideBar div.heading span:first-child {
        color: #9CDCFE;
        font-size: 14pt;
    }

#HomeMenuSideBar .heading .toolbox {
    color: white;
    padding: 2px 25px;
}

#HomeMenuSideBar div.heading {
    padding: 2px 2px 0px 10px;
}

#HomeMenuSideBar .headerbox .tabs {
    display: flex;
    font-size: smaller;
}

    #HomeMenuSideBar .headerbox .tabs a {
        color: #999;
        background-color: #2C2C2C;
        text-decoration: none;
        text-align: center;
        padding: 2px;
        border-bottom: 1px solid #999;
        flex-grow: 1;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

#HomeMenuSideBar > .headerbox > .tabs a.selected {
    color: #CCC;
    background-color: #444;
    border-bottom: 1px solid #CCC;
}

#HomeMenuSideBar .subheading {
    color: #D7BA7D;
    padding: 2px 30px;
}

#HomeMenuSideBar .widgetgroup a {
    padding-left: 50px;
}

#HomeMenuSideBar .toolbox {
    float: right;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    display: none;
    min-width: 260px;
    right: 0;
    box-shadow: rgba(0,0,0,0.5) 10px 10px 10px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#HomeMenuSideBar_Quick, #HomeMenuSideBar_Recent {
    margin-top: 15px;
}

    #HomeMenuSideBar_Quick a.floatright {
        padding-right: 10px;
        font-size: x-small;
        color: #999;
    }

    #HomeMenuSideBar_Quick > a {
        padding-left: 20px;
        padding-bottom: 3px;
    }

    #HomeMenuSideBar_Recent > a {
        padding-left: 50px;
    }

@media print {
    .noprint {
        display: none;
    }
}

#SaveBtn:disabled {
    opacity: 0.4;
}

#statspopup {
    color: white;
    background: linear-gradient(#999, #333);
    padding: 10px;
    border-radius: 3px;
    top: 30px;
    right: 0;
    width: 350px;
    border: solid 2px black;
    position: absolute;
    padding: 5px;
    box-sizing: border-box;
    z-index: 901;
}

#WallItemList {
    font-size: 80%;
    column-width: 40ch;
    column-rule: solid 1px #AAA;
}

div.wallitem {
    display: flex;
    margin-bottom: 0.5ch;
    break-inside: avoid;
    break-after: auto;
    padding: 1ch;
    background-color: #efefef;
    color: black;
}

    div.wallitem img {
    }

    div.wallitem p {
        margin: 0;
        margin-left: 1ch;
    }

        div.wallitem p a {
            color: blue;
        }


.nicedetails {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
    margin-bottom: .5em;
}

    .nicedetails > summary {
        font-weight: bold;
        margin: -.5em -.5em 0;
        padding: .5em;
    }

    .nicedetails[open] {
        padding: .5em;
    }

        .nicedetails[open] > summary {
            border-bottom: 1px solid #e8e8e8;
            margin-bottom: .5em;
        }

