/* BEGIN reset */

* {
    margin: 0;
    padding: 0;
}

div, table, img {
    border: 0;
}

/* END reset */

body {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    overflow-y: scroll;
}

button, input, textarea, select, .ui-widget {
    font-family: Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 11pt;
}

.ui-widget-content ul {
    padding-left: 33px;
    margin: 15px 0;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    white-space: nowrap;
}

ul.ui-autocomplete.ui-widget-content,
.AnyTime-pkr.ui-widget-content ul {
    padding: 0;
    margin: 0;
}

.ui-widget-overlay {
    opacity: .75 !important; /* Make sure to change both of these, as IE only sees the second one */
    filter: Alpha(Opacity=75) !important;
}

.ui-menu .ui-menu-item span {
    width: 100px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

.ui-menu .ui-menu-item img {
    vertical-align: top;
}

input[type=text], textarea, input[type=number], select, input[type="datetime"] {
    /*preventing customised themes for OS or browsers to interfere with readability*/
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #999999;
}

input[type=text]:disabled, textarea:disabled, input[type=number]:disabled, select:disabled, input[type="datetime"]:disabled {
    /* disabled input fields should look disabled*/
    background-color: #dddddd;
    color: #666666;
    border: 1px solid #bbbbbb;
}

input[type=checkbox]:disabled {
    opacity: 0.5;
}

/* BEGIN headings */

/*h1, h2, h3, h4 {
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;
}

h2 i {
	color: #990000;
	font-style: normal;
}

h3 {
	font-size: 14pt;
}*/

h3.shaded {
    margin-top: 1.5em;
    margin-bottom: 0.25em;
    padding-left: 4px;
    background: rgb(221, 221, 221);
    background: -moz-linear-gradient(left, rgba(221, 221, 221, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(221, 221, 221, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
    background: -webkit-linear-gradient(left, rgba(221, 221, 221, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -o-linear-gradient(left, rgba(221, 221, 221, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -ms-linear-gradient(left, rgba(221, 221, 221, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: linear-gradient(left, rgba(221, 221, 221, 1) 0%, rgba(240, 240, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#f0f0f0', GradientType=1);
}

/* END headings */

p, ul, ol {
    text-align: justify;
}

a {
    color: #990000;
}

a:hover {
    text-decoration: none;
}

a img {

}

img.left {
    float: left;
    margin: 7px 30px 0 0;
}

img.right {
    float: right;
    margin: 7px 0 0 30px;
}

div.clear {
    clear: both;
    display: block !important;
}

.access-key {
    text-decoration: underline;
}

/* BEGIN header */

div#main_header {
    display: table;
    width: 100%;
    border: medium none;
    height: 56px;
    margin: 8px auto;
}

div#header_container {
    display: flex;
}

/* END header*/
/* BEGIN logo*/

div.header div#logo {
    width: 100px;
    padding: 0 30px 0 10px;
    text-align: center;
}

div#logo img {
    display: block;
    margin: 0 auto;
    width: 72px;
}

div.header div#logo h1 {
    font-family: 'Josefin Sans', sans-serif;
    display: inline-block;
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 24px;
    text-transform: lowercase;
    color: #424242;
}

div.header div#logo a h1 {
    display: inline-block;
    text-decoration: none;
    color: #424242;
}

/* END logo*/
/* BEGIN main navigation */

div#main_navigation {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    margin-right: 6px;
}

/*div#main_navigation ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: left;
}

div#main_navigation ul li {
	display: inline-block;
	margin: 2px 0;
}*/

div#main_navigation a {
    display: block;
    padding: 3px 10px;
    border: 1px solid #CCCCCC;
    text-decoration: none;
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: #666666;
    margin-right: 4px;
    background-color: #EEEEEE;
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    border-radius: 4px;
    -moz-border-radius: 4px;
}

div#main_navigation a:hover {
    color: #990000;
    background-color: #DDDDDD;
    background: linear-gradient(to bottom, #e5e5e5 0%, #c9c9c9 100%);
    border: 1px solid #888;
}

div#main_navigation a.current_page_item {
    color: #FFFFFF;
    background-color: #990000;
    background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
    border: 1px solid #990000;
}

/*div.header #main_navigation li a {
	background-color: #990000;
	border: 1px solid #7F0000;
	color: #ddd;
}

div.header #main_navigation li a:hover {
	background-color: #7F0000;
	border: 1px solid #5F0000;
	color: #fff;
}

div.header #main_navigation li.current_page_item a {
	background-color: #7F0000;
	border: 1px solid #5F0000;
	color: #fff;
}*/

/* END main navigation*/
/* BEGIN notification navigation */

div#notification_navigation {
    display: table-cell;
}

div#notification_navigation span {
    display: table-cell;
}

#mav_questions_header.active,
#requests_header,
#representativerequests_header {
    display: table-cell;
    margin: 4px;
}

/* END notification navigation */

/*
div#titleheader {
	text-align: center;
}

div#titleheader h2 {
	display: inline-block;
}

div#menu_container{
	min-width:50%;
}



#menu .first {
}
* */

.list1 {
}

.list1 li {
    float: left;
    line-height: normal;
}

.list1 li img {
    margin: 0 30px 30px 0;
}

.list1 li.alt img {
    margin-right: 0;
}

table.old-school-will-change-it th,
table.old-school-will-change-it td {
    padding: 2px 4px;
}

.input-in-a-td {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
}

div#wrapper {
    margin: 8px auto 0 auto;
    background-color: #f0f0f0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

#wrapper-bgtop {
}

#wrapper-bgbtm {
    min-height: 466px;
    text-align: center;
}

#page {
    text-align: left;
    min-width: 970px;
    display: inline-block;
    box-sizing: border-box;
}

/* Search */

#search {
    float: right;
    width: 260px;
}

#search form {
    float: right;
    margin: 0;
    padding: 4px 0px 0 0;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search input {
    float: left;
    font: 12px Georgia, "Times New Roman", Times, serif;
    border: none;
}

#search-text {
    width: 200px;
    height: 18px;
    padding: 3px 0 0 5px;
    border: 1px solid #333333;
    background: #ECF9E4;
    color: #000000;
}

#search-submit {
    height: 21px;
    margin-left: 10px;
    padding: 0px 5px;
    background: #5AA01B;
    color: #FFFFFF;
}

/* Page */

#page {
    margin: 0 auto;
    padding: 16px 16px 32px 16px;
}

#banner {
    padding-bottom: 20px;
}

/* Content */

#content {
    /*float: left;
    width: 630px;*/
}

#content_narrow {
    float: left;
    width: 100%;
}

#content_narrow #content-margin {
    margin-right: 280px;
}

#calendar #content {
    float: none;
    width: 100%;
}

#calendar #content a {
    display: block;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 280px;
    margin-left: -280px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#sidebar li {
    margin-bottom: 15px;
    padding: 0 0 10px 0px;
}

#sidebar li ul {
    margin: 0px 14px;
}

#sidebar li li {
    margin: 0;
    padding: 4px 0px;
    border-bottom: 1px dashed #C7C7C7;
}

#sidebar li li a {
    padding: 0px 0px 0px 0px;
    font-weight: normal;
}

#sidebar li li a:hover {
}

#sidebar p {
    margin: 0;
    padding: 0px 14px;
}

#sidebar h2 {
    height: 30px;
    margin: 0 0 10px 0px;
    padding: 6px 0 2px 14px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
}

#sidebar p {
    line-height: 200%;
}

#sidebar a {
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #757575;
}

/* Footer */

#footer {
    width: 100%;
    height: 34px;
    margin: 0 auto;
    padding: 0;
}

#footer-bgcontent {
}

#footer > div {
    display: inline-block;
    margin: 0;
    padding: 4px 0 0 6px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 11px;
    width: 150px;
}

#footer p span {
    display: none;
}

#footer a {
    color: #C38834;
    text-decoration: none;
}

#scheduler {
    /*width: 980px;
    margin: 0px auto;*/
    color: #cccccc;
    font-size: 8pt;
}

.inline_div {
    border: 1px solid #999999;
    background-color: #f0f0f0;
}

.inline_div th {
    border-bottom: 1px solid #999999;
    text-align: left;
    font-weight: bold;
    background-color: #dddddd;
}

.inline_div th, .inline_div td {
    padding: 3px;
}

.inline_div tr.odd td {
    background-color: #e5e5e5;
}

.inline_div tr.even td {
}

.inline_div tr.total td {
    border-top: 1px solid #999999;
    font-weight: bold;
    background-color: #dddddd;
}

.inline_div td.message {
    text-align: center;
    font-weight: bold;
    color: #990000;
}

.successmessagebox,
.errormessagebox {
    /*width: 66%;*/
    color: #666666;
    font-weight: normal;
    /*font-family: Courier New, Courier, monospace;*/
    font-size: 13pt;
    /*letter-spacing: -1px;*/
    margin: 32px auto;
    border: 2px solid #777;
    border-radius: 16px;
    -moz-border-radius: 16px;
    text-align: left;
    padding: 12px 12px 12px 75px;
    background-image: url(/images/Exclamation_Mark_05.gif);
    background-color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 120px;
    box-shadow: 3px 3px 10px 5px #aaa;
}

.successmessagebox {
    background-image: url(/images/img_obj_checkmark.png);
    padding-left: 125px;
    background-position: 16px center;
    background-color: #fff;
}

.successmessagebox.smaller {
    font-size: 14pt;
    background: url(/images/check-mark-gf191608a1_1280.png);
    background-color: #fff;
    background-position: 8px center;
    padding-left: 64px;
    min-height: 32px;
    background-repeat: no-repeat;
    line-height: 32px;
}

div.yes-no-fields td.y {
    font-weight: bold;
}

div.yes-no-fields td.n {
    color: #666666;
}

.inlineIcons {
    white-space: nowrap;
    padding: 0 !important;
}

.inlineIcons a {
    padding: 4px 2px;
    display: none;
    margin: 0 1px;
}

.inlineIcons a img {
    width: 16px;
    height: 16px;
}

table.error, select.error, textarea.error, input.error, .radio-group div.error {
    box-shadow: 0px 0px 5px 1px #bb0000;
    border-radius: 2px;
}

.buttonform {
    display: inline-block;
}

button, input {
    padding: 1px 4px;
    margin: 1px 4px;
}

button,
input[type='submit'],
input[type='button'] {
    background: #add136;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #add136), to(#009444));
    background: linear-gradient(to bottom, #add136 31%, #009444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gradient-light-green', endColorstr='$gradient-dark-green', GradientType=0);
    border: 1px outset #cccccc;
    border-radius: 6px;
}

button:disabled,
input[type='submit']:disabled,
input[type='button']:disabled {
    background: #add136;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #c1cf96), to(#4e906c));
    background: linear-gradient(to bottom, #c1cf96 31%, #4e906c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gradient-light-green', endColorstr='$gradient-dark-green', GradientType=0);
}

.hidden,
.template {
    display: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label:after {
    content: ':';
    margin-right: 4px;
}

label.nocolon:after {
    content: '';
    margin: 0;
}

#errors {
    background-color: #ffffcc;
    margin: 10px 50px;
    padding: 20px;
    border-radius: 10px;
}

#success {
    background-color: #ccffcc;
    color: #00CC00;
    margin: 10px 50px;
    padding: 20px;
    border-radius: 10px;
}

#info-box {
    background-color: #ccccff;
    color: #0000cc;
    margin: 10px 50px;
    padding: 20px;
    border-radius: 10px;
}
