﻿/*
 * General layout setup and overrides
 */
body .headerFull { font-size: .85em !important; }
body .headerFull li { line-height: 18px; }
body .headerFull .formbutton { width: 30px; }
body .headerFull img.mobileHeader {display: none;}
div.print_only{display:none}
#footerMainNoPatch ul li { line-height: 12px; }
#main{background-color:white; }

h1, h2, h3, h4, fieldset legend, #department_name {
    color: #39275b;
}

.title h2 { border-left: 5px solid #D7A900; padding-left: 14px; margin-bottom: 0.25em; font-weight: normal; }
#department_name { font-size: 1.5em; margin: 0.25em 0; }
#about_detail {color:black;display:block;text-align:center}

fieldset .table tr:nth-child(1) td { border-top: none; }

ul.listing li { padding: 0.25em 0; }
ul.single { margin-bottom: 0px; }

.pagination-small { margin: 0px 0px 21px 0px; }
.pagination-small ul>li>a, .pagination-small ul>li>span { padding: 2px 6px; }

/*
 * Environment Settings
 */
#environment_settings{display:none}
#environment_settings ul{list-style:none;}
#environment_settings_spinner a,#environment_version{color:black;display:block;text-align:center}
#environment_responsive { display: none; text-align: center; }

/*
 * Boostrap Icons
 */
 [class^="icon-"],[class*=" icon-"]{background-image:url("images/glyphicons-halflings.png")}
 .icon-white,.nav-tabs>.active>a>[class^="icon-"],.nav-tabs>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"]{background-image:url("images/glyphicons-halflings-white.png");}

 .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    text-shadow: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}