﻿/*Required Inspections Table Search Start*/

#RIInput {
    background-image: url('../Images/FormIcons/RISearch.png');
    background-position: 10px 12px; 
    background-repeat: no-repeat; 
    width: 100%; 
    font-size: 16px; 
    padding: 12px 20px 12px 40px; 
    border: 1px solid #ddd; 
    margin-bottom: 12px; 
    border-radius:5px;
}



/*Required Inspections Table Search*/

/*Reports Module Search Start*/

.RE-Hover tr:hover {
    background-color: rgba(128, 128, 128, 0.47);
    background-color: rgba(128, 128, 128, 0.47);
}

#ReportsSearchInput {
    background-image: url('../Images/FormIcons/RISearch.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    border-radius: 5px;
}

/*Reports Module Search End*/

/*Receipt Details CSS Start*/
#receipt-print-button {
   
}

.RecDet-Ctr{
    text-align:center;
}
.RecDet-RT{
    text-align:right;
}
.UNAME{
    float:left;
}
.RNUM{
    float:right;
}
.Receipts-Logo {
    display: block;
    margin-left: auto;
    margin-right: auto;

}


/*Receipt Details CSS End*/

.table-hours {
    border: 2px solid #AAA;
    background-color: rgba(255, 255, 255, .7)
}
    .table-hours tr:nth-child(even) {
        /*background-color: rgb(219,237,225);*/
        background-color: rgb(218,218,218);
    }
.floatright {
    float: right;
}

.floatleft {
    float: left;
}
.floatclear{
    clear:both;
}
.margin-top-20{
    margin-top:20px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}

.floatright-left {
    float: right;
}
.floatleft-right {
    float: left;
}
.ui-widget{
    font-size:1.1em !important; 
}
.progress-display {
    background-size: cover;
    background-color: rgba(128, 128, 128, 0.47);
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 100%;
    z-index: 9999;
    font-weight: bold;
    text-align: center;
    font-size: larger;
    margin: 0px;
    padding: 0px;
}

.progressIcon {
    margin-left: auto;
    margin-right: auto;
}

.expiredDate {
    color: red;
    font-weight: bolder;
    height: 100%;
    width: 100%;
}
.cont-info {
    width: 48%;
    margin-right: 1%;
    float: left;
}
@media only screen and (max-width: 1100px) {
  
    #PlanTypes img {
        width: 30px;
        height: 30px;
    }
    .mid-hide{
        display:none;
    }
       
    .mid-hide {
        display: none;
    }

    .pdf-tables table {
        font-size: .7em;
    }

    .pdf-tables img {
        width: 30px;
        height: 30px;
    }

    .mid-hide {
        display: none;
    }

    .pdf-tables td:nth-child(4) {
        overflow-wrap: break-word;
        max-width: 100px;
    }

    .pdf-tables td:nth-child(3) {
        overflow-wrap: break-word;
        max-width: 150px;
    }
}
@media screen and (max-width: 991px) {
    .floatright-left, .floatleft-right {
        float: none;
    }
    .cont-info {
        width: 100%;
        margin-right: 0%;
        float: none;
    }
}

@media screen and (max-width: 767px) {
       
    .pdf-tables td:nth-child(4) {
        max-width: 100%;
    }

    .pdf-tables td:nth-child(3) {
        max-width: 100%;
    }
    .table-vert > tbody > tr > td {
        border-top: none;
        border-bottom: none;
        display: block;
        text-align: center;
    }

    .table-vert th {
        display: none;
    }

    .table-vert table {
        border-top: solid thin gray;
    }
    .table-contact > tbody > tr > td {
        border-top: none;
        border-bottom: none;
        display: block;
        text-align: center;
    }
    .table-contact > tbody > tr > th {
        border-top: none;
        border-bottom: none;
        display: block;
        text-align: center;
    }
    .table table-striped table-vert {
        border-top: 2px solid rgba(128, 128, 128, 0.47);
        background-color: rgba(218,218,218,.5);
    }

    .table-vert tr:nth-child(1) {
        border-top: 2px solid #AAA;
    }

    #PlanTypes td:before {
        word-break: normal;
    }
  
    /*Required Inspection Codes*/

}
.RI-Left{
    border-collapse:inherit;
}

.RI-Left td, .RI-Left th{
    text-align:center;
    /*width:20px;*/
}
.RI-Left tr > td:nth-child(1), .RI-Left tr > th:nth-child(1) {
    text-align: left;
    /*width: 10%;*/
}


.RI-Left > tbody > tr:hover > * {
    background-color: rgba(128, 128, 128, 0.47) !important;
}

@media (max-width: 720px) {
    .RI-Left {
        font-size: .8em;
    }
        .RI-Left td, .RI-Left tr, .RI-Left th{
            padding: 0px !important;
            margin: 0px !important;
        }
        .RI-Left > tbody > tr > td, .RI-Left > thead > tr > th, .RI-Left > tbody > tr {
            padding: 0px;
            margin: 0px;
        }
        .RI-Left > tbody {
            padding: 0px;
            margin: 0px;
        }
}

.feeTables table tr td {
    vertical-align: middle;
}

.fixed-fee-column td:last-child {
    width: 112px;
}

.other-fee-table td:nth-child(1) {
    vertical-align: top;
}

table tr td.fee-cell-indent {
    padding-left: 30px;
}

/* ---------------------------------------------------------------- */
/*                        Collapsible tables                        */
/* ---------------------------------------------------------------- */
/* Adapted from https://github.com/yesnoio/responsive-table
   To use, wrap a table in a div with one of the following classes:
     table-collapse-xs
     table-collapse-sm
   Be sure to include RBDTables.js on the page also.
*/
/* Hide cell labels by default */
.table-collapse-xs td .label,
.table-collapse-xs td .tlabel,
.table-collapse-sm td .label,
.table-collapse-sm td .tlabel {
    display: none;
    font-weight: bold;
}
@media screen and (max-width:575px) {
    /* Hide the table header */
    .table-collapse-xs thead {
        display: none;
    }
    /* Vertically stack the table elements */
    .table-collapse-xs tbody th,
    .table-collapse-xs tbody td {
        display: block;
    }
    /* Make all cell column span tags visible & change them from inline-block to block */
    .table-collapse-xs td > span {
        display: block;
    }
    /* Make all cell labels look like column headers  */
    .table-collapse-xs td .label,
    .table-collapse-xs td .tlabel {
        display: block;
    }
}
/* Repeat for other breakpoints */
@media screen and (max-width:767px) {
    .table-collapse-sm thead {
        display: none;
    }
    .table-collapse-sm tbody th,
    .table-collapse-sm tbody td {
        display: block;
    }
    .table-collapse-sm td > span {
        display: block;
    }
    .table-collapse-sm td .label,
    .table-collapse-sm td .tlabel {
        display: block;
    }
}