﻿:root {
    --uw-purple: #4B2E83;
    --label-required-red: #B30000;
    --label-disabled-gray: #767676;
    --service-bg-gray: rgb(192, 192, 192);
}

/*
 * General layout setup and overrides
 */
div.print_only{display:none}

/* Override UW Theme - Not sure why these are invisible */
.radio label, .checkbox label { padding-left: initial; }
.checkbox input, .radio input { opacity: inherit; }
.radio input[type=radio], .checkbox input[type=checkbox] { margin-left: inherit; }
.checkbox-inline input[type=checkbox] { margin-top: 8px; }

.checkbox label:focus-within,
.radio label:focus-within,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 2px solid var(--uw-purple);
    outline-offset: 2px;
}

a {
    text-decoration: underline;
}

a:focus {
    outline: 2px solid var(--uw-purple);
    outline-offset: 2px;
    text-decoration: underline;
}

.logo-wrapper a {
    text-decoration: none;
}

.section-wrapper::after {
    content: "";
    display: table;
    clear: both;
}

h2.section-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

legend.section-legend {
    font-size: 14px;
    font-weight: bold;
    border-bottom: none;
    margin-bottom: 5px;
}
.footer-be-boundless {
    margin: 1rem 0 0 0 !important;
}

.footer-ada-statement {
    width: 90vw;
    max-width: 75rem;
    margin: .5rem auto;
}

/*
 * Environment Settings
 */
#environment_settings ul{list-style:none;}
#show_env_settings,#environment_version{ color:black;display:block;text-align:center;text-decoration: none;}

/* Header custom styles */
.app-title-div {
    display: block;
    height: 75px;
    top: -22px;
    left: 0;
}

.app-title {
    text-align: center;
    position: absolute;
    right: 0px;
    margin-top: 24px;
}

/* Not in the older Bootstrap, will not be needed when updated to current Bootstrap version */
.text-white {
    color: #fff !important;
}

.ex-small {
    font-size: 70%;
}

.label-required {
    color: var(--label-required-red);
}

/* Form Overrides/Widths */
.form-group.required  > label {color: var(--label-required-red);}
.form-group.disabled label {color: var(--label-disabled-gray);}
.form-control.form-control-auto { width: auto; }

.preformatted {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.pca_container .glue { width: 5px; display: table-cell; }
.pca_container .input-group .form-control:first-child, .pca_container .input-group .form-control:not(:first-child):not(:last-child), .pca_container .input-group .form-control:last-child { border-radius: 3px; }

.WorktagHelpClass:focus {
    outline-style: solid;
    outline-color: var(--uw-purple);
    outline-width: 2px;
}

/* 
 * Service Listing Page 
 */
.service-requests [class*="col-"] {
    padding-bottom: 2em;
}
.service-requests .service { background-color: var(--service-bg-gray); /* Gray as colored in the mockup provided to us */ font-size: 0.8em; }
.service-requests .service a { color: black; display: block; border: none; }
.service-requests .service a:hover { text-decoration: none; }