<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1100px;
}

.masterPageWidth {
    max-width: 1200px;
    margin: auto;
}


/* 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;
}

/*Used for modals wider than the modal-lg size */
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    
}

/*Set margin for all checkboxes and radiobuttons*/
input[type="checkbox"],
input[type="radio"]
{
    margin-left: 5px;
    margin-right: 10px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 3;
    }
}
.row .text-truncate{
    max-width: 100%;
}
.ui-state-default {
    border: 1px solid #c5dbec;
    background: #dfeffc url("../Content/themes/images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #2e6e9e;
}

.ui-state-active .ui-icon {
    background-image: url("../Content/themes/images/ui-icons_f9bd01_256x240.png")!important;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-state-default .ui-icon {
    background-image: url("../Content/themes/images/ui-icons_6da8d5_256x240.png");
}

.ui-widget-content .ui-state-active, .ui-widget-header  {
    border: 1px solid #79b7e7;
    background: #f5f8f9 url("../Content/themes/images/ui-bg_inset-hard_100_f5f8f9_1x100") 50% 50% repeat-x;
    font-weight: bold;
    color: #e17009;
}
.ui-widget-content .ui-state-active, .ui-widget-header  {
    border: 1px solid #79b7e7;
    background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #e17009;
}

 </pre></body></html>