body { font-family: Arial; margin: 20px; }
form { margin-bottom: 20px; }

button { 
	margin: 10px; 
	padding: 5px 10px; 
}
tbody button {
  margin: 2px;
}
#dashboard { 
	margin: 20px;
	width: 90%;
	text-align: center;
}

.fa {
	font-family: var(--fa_style-family, "Font Awesome 6 Brands") !important;
}
html {
    font-size: 62.5%;
}
body {
	margin: 0 auto;
	color: #4f514c;
font-family: Arial,sans-serif;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.425;
font-family: "Circular-Book";
}
br {
	line-height: 2.0em;
}
#header {
color: #fff;
    background-color: #003DA5 ;
    min-height: 20%;
    border-top: 0px solid #FFC845;
    border-bottom: 5px solid #FFC845;
    border-left: 0px solid #FFC845;
    border-right: 0px solid #FFC845;
    clear: both;
width: 100%;
margin: 0px auto;
text-align: left;
padding: 2.0em 0px 0px;
height: 20%;
position: relative;
}
#header H1 {

    color: #FFFFFF;
    text-indent: 5%;
    overflow: visible;
    background: transparent;
    height: 65px;
    width: 500px;
    margin-left: 50px;
}
#bodyForm {
	padding: 25px 0 25px 25px;
}
.wrap {

    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    float: none;
    overflow: hidden;

}
#header .wrap {

    background: url("https://cdn.coloradomtn.edu/images/branding/cmclogoy.png") left top no-repeat transparent;

        background-position-x: left;
        background-size: auto auto;
    background-size: 280px;
    background-position-x: 50px;

}
#mainarea {
  width: 50%;
  text-align: center;
  padding-left: 25%;
}
#footer {

    width: 100%;
    background: #003DA5;
    border-top: 0px solid #FFC845;
    border-bottom: 0px solid #FFC845;
    border-left: 0px solid #FFC845;
    border-right: 0px solid #FFC845;
    overflow: hidden;
    clear: both;
    text-align: left;
    margin: 0px auto;
    padding: 25px 0px 40px;

}
#footer_img {

    width: 50%;
    float: left;
    text-align: right;

}
#footer_social {

    float: left;
    text-align: left;
    width: 35%;
    margin-left: 40px;

}
.footer-copy {

    color: #ffffff;
    font-size: 15px;

}
#footer .fa {

    color: #ffffff;
    font-size: 40px;

}
.fl-icon {

    color: #ffffff;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;

}
.search_area {
	border: 2px solid #003da5;
	width: 20%;
	padding: .2em .2em;
	text-align: left;
	margin:	0 auto;
	border-radius: 3px;
}

.emp_button {
	border: 3px solid #003DA5;
	border-radius: 3px;
	color: #003DA5;
	background: #ffc845;
}
.blue_font{
	color: #003DA5;
}
.red_font {
	color: #ff0000;
}
.small_font{
	font-size:0.8em;
}
.reg_font{
	font-size:0.9em;
}
.bold {
	font-weight: bold;
}
.title_font{
	font-size:1.1em;
}
label {
	display: inline-block;
	text-align: left;
	color: #003DA5;
	margin-left: 10px;
	float: left;
	margin-right: 20px;
	width: 125px;
}
#buttons {
  width: 50%;
  float: left;
}
#special {
  width: 30%;
  float: right;
}
label[for="execReport"] {
  width: 200px;
  float: left;
}
#execReport {
  width: 100%;
  margin: 0;
}
input,select, textarea {
	border:1px solid #003DA5;
	width:80%;
	margin: 5px;
	display: block; 
	padding: 5px; 
}
select { /*Because this is a border-box vs content-box */
	width:81% !important;
}
ul {
	width: 100%;
	margin: 0 auto !important;
}
tr {
	text-align: left;
}
td {
	padding: 5px 10px 10px 10px;
	border-color: #b1b1b1;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-spacing: inherit;
	border-right: 1px solid #b1b1b1;
}

table {
	margin: 0 auto;
	border: 2px solid #003da5 !important;
	width: 90%;
}
table thead:first-child tr { background-color: #f2f2f2; color: #003DA5; font-size: 1.1em; 
	border: 2px solid #003da5;}
tr:nth-child(even) {background: #f5f5f5}
tr:nth-child(odd) {background: #fff}

#filterInput {
	width: 25%;
	float: left;
}
#endDate,#startDate {
	width: 10%;
	float: left;
}
label[for=filterInput],label[for=startDate],label[for=endDate] {
	width: fit-content;
	margin-left: 5%;
	float: left;
}
hr {
	width: 95%;
}

#pageNav {
    line-height: 1.3em;
    letter-spacing: 1px;
    float: right;
    font-weight: 400;
    font-size: 1.1em;
    position: relative;
    padding-right: 20% !important;
    text-align: right;
    padding-bottom: 20px;
    top: -15px; 
}

#pageNav ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#pageNav ul li {
    float: left;
    line-height: 1em;
    margin: -5px -16px 0px;  
    padding: 13px 35px; 
    background: url("https://cdn.coloradomtn.edu/images/branding/slash-orange-nav.png");
    background-repeat: no-repeat;
    /* transparent left bottom*/
    background-size: 25px; 
}
#pageNav ul li a {
  color: #fff;
  text-decoration: none;
}
#pageNav ul li:first-child {
    background: none;
}

#pageNav .submenu li, #pageNav .submenu li:first-child {
    background: #003da5;
    font-size: .9em;
}

#pageNav li {
    color: #fff;
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

#pageNav li:hover,
#pageNav li:focus {
    cursor: pointer;
}

#pageNav li:focus a {
    outline: none;
}
#pageNav #menu li a:focus, #pageNav #menu li a:hover {
    color: #FFC845;
}
#pageNav ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem !important;
    /* left: 0; */
    display: none;
    z-index: 1;
}

    #pageNav ul li:hover > ul,
    #pageNav ul li:focus > ul,
    #pageNav ul li ul:hover,
    #pageNav ul li ul:focus {
        visibility: visible;
        opacity: 1;
        display: block;
    }

#pageNav ul li ul li {
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 10px;
}

.g-recaptcha {
	padding-left: 153px;
}
