﻿.calendarFocusedBill {
    display: block;
    padding: 8px;
    border-width: 1px 3px 1px 2px;
    border-style: solid;
    border-color: White;
    background-color: rgba(255, 204, 102, 0.3) !important;
}

.calendarHeadings {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.focusedBill {
    display: block;
    padding: 8px;
    border-width: 1px 3px 1px 2px;
    border-style: solid;
    border-color: White;
}

.searchBill {
    display: block;
    padding: 8px;
    border-width: 1px 3px 1px 2px;
    border-style: solid;
    border-color: White;
    background-color: rgba(92, 115, 115, 0.5) !important;
}

.tabs {
    margin-top: 3px;
    display: inline-block;
    height: 20px;
    vertical-align: bottom;
    border: 1px solid white;
    border-bottom: 2px solid white;
    border-radius: 8px 8px 0px 0px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 98px;
    text-align: center;
    padding-bottom: 2px;
}

.tabs a {
    text-decoration: none;
}

#billcontent {
    width: calc(100vw - 310px);
    height: calc(100vh - 131px);
    border: 0 none;
    margin-top: -28px;
    margin-left: 10px;
}

#billlisttable {
    width: 100%;
    margin-top: -1px;
    background-color: rgba(236, 235, 235, 0.90);
}

#billlisttable a {
    display: block;
    color: black;
    padding: 8px;
    border-width: 1px 3px 1px 2px;
    border-style: solid;
    border-color: White;
    text-decoration: none;
}

#billlisttable a:focus {
    background-color: rgba(92, 115, 115, 0.5);
    border-width: 1px 3px 1px 2px;
    border-style: solid;
    border-color: #FFFFFF;
}

#billSearch {
    width: 276px;
    height: 25px;
    float: left;
    vertical-align: top;
    background-color: rgba(170, 190, 197, 0.1);
    position: absolute;
    margin-left: -1px;
    margin-top: 27px;
}

#ContentPlaceHolder1_framedbilllist {
    width: 273px;
    height: calc(100vh - 207px);
    float: left;
    vertical-align: top;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 48px;
    background-color: rgba(211, 211, 211, 0.8);
}

#ContentPlaceHolder1_searchTabs {
    width: 276px;
    height: 25px;
    float: left;
    vertical-align: top;
    position: absolute;
    margin-left: 0px;
    margin-top: -3px;
}

#framebillinfo {
    margin-left: 278px;
    vertical-align: top;
}

#main {
    width: 99%;
    height: calc(100vh - 138px);
    margin: auto;
}

#searchBills {
    width: 97%;
}

#sessions {
    font-size: 13pt;
    margin-bottom: 4px;
    width: 274px;
}

@-moz-document url-prefix() {
    #billcontent {
        height: calc(100vh - 131px) !important;
    }

    #pageContent {
        height: calc(100vh - 124px) !important;
        padding-bottom: 0px !important;
    }
}