<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */




#searchMeasure .row {
    display: table;
    margin: 5px;
}

@media(min-width:600px) {
    #searchMeasure input[type=text], #searchMeasure select, #searchMeasure .submitBtns {
        float: right;
        width: 300px;
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        margin-left: 10px;
    }

    input,
    select,
    textarea {
        max-width: 280px;
    }

    #searchMeasure label {
        float: left;
        width: 300px;
        padding-top: 5px;
        margin-right: 10px;
        text-align: right;
    }

    #searchMeasure .submitBtns {
        margin-left: 320px;
        width: 400px !important;
    }

    .searchcbx {
        float: right;
        margin-left: 320px;
    }

    .resultsPagination h6 {
        display: inline;
        float: left;
        padding-top: 10px;
    }

    .measurePaging {
        display: inline;
        float: right;
    }

    .popover {
        max-width: 600px !important;
        background: #D8EAE8 !important;
        color: #2E2E2E !important;
        text-align: left !important;
        opacity: 1 !important;
        border-radius: 5px !important;
        padding: 20px !important;
        box-shadow: 3px 3px 3px 3px grey !important;
    }

    .tooltip.in {
        opacity: 1 !important;
    }

    .tooltip-arrow {
        display: none;
    }
}

.popFilter, .searchcbx {
    display: block;
    margin-top: -5px;
}

    .popFilter ul {
        margin: 0px;
        list-style-type: none;
    }

.popFilterList {
    float: left;
    margin-left: -20px;
    margin-top: -5px;
}




    .popFilterList label, .checkbox label {
        text-align: left !important;
    }



@media(max-width:600px) {
    #searchMeasure input[type=text], #searchMeasure select, #searchMeasure .submitBtns {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }
}

/*************ADMIN***********/

#admin_targetPopulation {
    list-style-type: none;
}




/* #language { */
   /* display: none !important; */
/* } */


/*************ADMIN***********/

#adminSearchContainer input[type=text], #adminSearchContainer select, #adminSearchContainer .submitBtns {
    float: right !important;
    display: inline-block;
    width: 250px;
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 10px;
}

#adminSearchContainer label {
    float: left !important;
    width: 250px;
    padding-top: 5px;
    margin-right: 10px;
    text-align: right;
}

#adminSearchContainer .searchcbx {
    float: right !important;
    margin-left: 320px;
}

#admin_targetPopulation {
    list-style-type: none !important;
}

#adminSearchContainer #searchMeasure .submitBtns {
    margin-left: 260px;
    margin-top: 10px;
    width: 400px !important;
}

#admin_detailContent {
    font-family: Roboto,sans-serif;
}

#adminGridSearch {
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    #adminGridSearch th {
        padding: 10px;
        background-color: rgba(46,46,46,.3);
    }

    #adminGridSearch td {
        padding: 10px;
    }

    #adminGridSearch tr:nth-child(even) {
        background-color: #f2f2f2;
    }

#adminGridResults .measurePaging {
    padding: 0px !important;
    margin-top: -15px;
}


.contentDiv {
    margin-top: 20px;
    font-family: Roboto,sans-serif;
}

.actionsBar input {
    float: right;
    display: inline-block;
    margin: 5px;
}

.navbar {
    width: 100%;
    background-color: rgba(46,46,46,.3);
}

    .navbar a {
        position: relative;
        width: 100%;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.41176rem;
        text-align: left;
        letter-spacing: .07em;
        text-overflow: ellipsis;
        color: #2e2e2e;
        overflow: hidden;
    }

        .navbar a:hover {
            font-weight: bold;
            background-color: rgba(46,46,46,.5);
        }

#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .3;
    z-index: 9998;
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
    z-index: 9999;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
</pre></body></html>