﻿/* Style Sheet for Portal Reports */


/* Reports Header */


.report-section-title {
    margin: 2% 0;
}

.divFltrDiv {
    /*margin-bottom: 3%;*/
}

.alternateColor {
    /*  background-image: url(/Upload/images/blue-texture-grid.jpg) !important; */
    background-position: 100px 0;
}


.lblwelcomemssg {
    padding-left: 5px;
    color: black;
}

.imgAcctLogoidc {
    position: absolute;
    z-index: 1;
}

.geninfotabledetails {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.geninfotabletext {
    font-family: arial;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
}

.geninfotabledata {
    float: left;
    font-family: Arial;
    text-transform: uppercase;
    word-wrap: break-word;
    font-size: 16pt;
    line-height: 150px;
}

.geninfocontact {
    width: 100%;
    float: left;
    font-family: Arial;
}

    .geninfocontact a, .geninfocontact a:hover {
        color: white;
    }


/* reports area */


.ChartTable img {
    max-width: 100% !important;
}

.divFiltersContainer, .divChartFiltersContainer, .divReportContainer {
}

.btnBuildReport, .btnBuildChart {
}

.divFltrDiv .ui-datepicker-trigger {
    margin: 2% 0 0 1%;
    height: 27px;
    width: auto;
}

.verticalFilters .divFltrDiv .ui-datepicker-trigger {
    margin: 3.8% 0 0 1%;
    height: 27px;
    width: auto;
}


.divFiltersContainer span, .divreporthtmlview span {
    /*font-size: 10pt;*/
}

.divFltrLbl, .divFltrLbl2, .divFltrLbl3, .divFltrLbl span, .divFltrHdr {
}

.divFltrHdr {
    font-size: 12.5pt;
    font-weight: bold;
}

.divFiltersContainer {
    width: 100%;
}

.ddlreports, .ddlcharts {
    width: 100%;
}

.ddlRprtCompany {
    width: 100%;
}

.rbDlFormat {
    width: 100%;
}

    .rbDlFormat tbody tr {
        display: flex;
        padding: 0 1%;
    }

        .rbDlFormat tbody tr td {
            margin: 0 2% 0 0;
            display: block;
        }



.report-dates-div table {
    width: 100%;
}

.report-dates-div tbody {
    display: inline-flex;
    width: 100%;
    padding: 0% 1%;
}

    .report-dates-div tbody tr:nth-of-type(1) {
        flex-grow: 1;
        flex-basis: 0;
    }

    .report-dates-div tbody tr:nth-of-type(2) {
        flex-grow: 3;
    }

    .report-dates-div tbody tr td {
        display: flex;
        align-items: center;
    }

        .report-dates-div tbody tr td input {
            margin: 1% 1% 0 0;
        }

        .report-dates-div tbody tr td label {
            margin: 0% 0%;
        }

.lblOutputType {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    top: 7px;
    margin-bottom: 0px;
}

.spOutputType {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a5cae5;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 25px;
}

    .spOutputType:before:hover {
        background-color: #019cfc;
    }

    .spOutputType:before {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        border-radius: 25px;
        background-color: #0270C1;
        -webkit-transition: .4s;
        transition: .4s;
        bottom: -2px;
        left: -2px;
    }

.cbOutputType:checked + .spOutputType:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.cbOutputType {
    display: none;
}

.divOutputType {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}

.lblOutputHdr {
    font-size: 11pt;
    font-weight: normal;
    padding-left: 1px;
}


.report-user-information {
    color: #00a9e2;
}

div.divFltrDiv select.btn-select-group {
}

select.btn-select-group + div.btn-group button {
    background-color: white;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select.btn-select-group + div.btn-group span {
    display: inline-flex;
    width: 95%;
}

select.btn-select-group + div.btn-group[style] {
    width: 100% !important;
}
