﻿body {
    position: relative;
    height: 100%;
    font-size: 11pt;
}

.BillString {
    min-width: 68px;
}

.column {
    position: relative;
    width: inherit;
    display: table-cell;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.content {
    height: 100%;
    width: 100%;
    position: absolute;
}

.ghostBox {
    background-color: white;
    /*border-radius: 8px;*/
    padding: 18px;
    padding-top: 50px;
    position: relative;
    /*margin-bottom: 20px;*/
    margin-bottom: 8px;
    border: 1px solid gray;
    /*box-shadow: 0px 0px 5px 2px gray;*/
}

.ghostBox a {
    line-height: 2;
    text-decoration: none;
}

.row {
    display: table-row;
}

.row div {
    display: table-cell;
}

.title {
    background-color: #385C8B;
    padding: 1.5%;
    color: white;
    width: 97%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*border-radius: 8px 8px 0px 0px;*/
    color: white;
    font-weight: bold;
    font-size: 12pt;
    padding-top: 8px;
    padding-bottom: 8px;
    /*border-top: 1px solid white;*/
    min-height: 20px;
    text-shadow: 1px 1px black;
}

#Banner {
    top: -8px !important;
}

#bannerContainer {
    margin-left: -8px;
    width: 100vw;
}

#Column1DIV {
    width: 25%;
    min-width: 450px;
    overflow-y: auto;
}

#Column2DIV {
    width: 36.6%;
}

#Column2Ghost {
    padding-left: 14px !important;
}

#Column3DIV {
    width: 36.6%;
}

#ContentPlaceHolder1_ColumnDIV {
    top: 0px;
    width: 100%;
    position: absolute;
    display: table;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    /*border-spacing: 20px;*/
    border-spacing: 8px;
    box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.5);
    height: 85.1vh;
}

#ContentPlaceHolder1_ULLink {
    display: none;
}

#ContentPlaceHolder1_weeklySchedule {
    width: 100%;
    height: 100%;
}

#disclaimer, #disclaimerMobile {
    font-size: 10pt;
    margin-bottom: 10px;
}

#floorActionsDIV {
    display: block;
    position: relative;
    height: 100%;
    overflow-y: auto;
}

#mainbody {
    height: 10px;
}

#mobileFSLinks {
    display: none;
}

#ULButton {
    box-shadow: 0px 0px 5px 2px gray;
    left: 9px;
    top: 9px;
    width: 94.9%;
    border: 1px solid gray !important;
}

#weeklyStatsTable td {
    width: 25%;
    font-weight: bold;
}

#weeklyStatsTable {
    width: 100%;
    cursor: pointer;
}

#weeklyStatsTable tr {
    background-color: #DCDCDC;
}

#weeklyStatsTable tr:nth-child(even) {
    background-color: #F5F5F5;
}

#weeklyStatsTable thead tr {
    background-color: #F5F5F5;
}

@media screen and (max-width: 1158px) {
    
    .BillString {
        min-width: 160px !important;
    }

    .column {
        display: inline-block !important;
        width: 100% !important;
        height: fit-content !important;
        position: relative !important;
    }

    .content {
        position: relative !important
    }

    .ghostBox {
        padding-top: 66px !important;
        font-size: 26pt !important;
    }

    .title {
        font-size: 28pt !important;
    }

    #CFATitle {
        background-image: linear-gradient(to bottom, #bfb5af, #3f4545) !important;
    }

    #Column1DIV {
        /*top: 72px !important;*/
    }

    #Column2Content {
        height: fit-content !important;
        margin-bottom: 58px !important;
    }

    #Column2DIV {
        display: none !important;
    }

    #Column2Ghost {
        display: none;
    }

    #Column3DIV {
        margin-top: -2px !important;
    }

    #Column3Content {
        height: fit-content !important;
    }

    #ContentPlaceHolder1_ColumnDIV {
        height: fit-content !important;
        margin-top: 9px;
    }

    #ContentPlaceHolder1_Column3Ghost {
        height: fit-content !important;
    }

    #ContentPlaceHolder1_ULLink {
        display: block;
    }

    #desktopFSLinks {
        display: none !important;
    }

    #disclaimer, #disclaimerMobile {
        font-size: 22pt !important;
        margin-bottom: 18px !important;
    }

    #floorActionsDIV {
        overflow-y: unset !important;
        height: fit-content !important;
    }

    #mainmenuDIV {
        top: 78px !important;
        position: fixed !important;
    }

    #mobileFSLinks {
        display: block !important;
    }

    #ULButton {
        background-image: linear-gradient(to bottom, /*#0F5384*/ #87a6cf, /*#121e2d*/ #082245) !important;
    }

    #WLSTitle {
        background-image: linear-gradient(to bottom, #E7D8B9 /*#CDB176*/, #474238) !important;
    }
}