@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300');

html {
    background-image: url('campus_aerial.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
	font-family: "Open Sans", sans-serif;
}

p {
    color: black;
	background-color: #f1f1f1;
}



body .nihilo {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}


/*Admin users Header Info*/
#header-warning {
    width: 100%;
    background-color: #E00122;
    color: black;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    opacity: 1;
}

.header-error {
    color: #000;
    white-space: normal;
    max-width: 600px;
    padding: 5px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff;
    border-radius: 3px;
}

#header-page {
    color: white;
	font-family: "Open Sans", sans-serif;
}

#header-title {
    color: white;
	font-family: "Open Sans", sans-serif;
}

#header {
    width: 100%;
    height: 70px;
    margin: 0;
    background-image: none;
    background-color: #E00122;
    color: white;
    filter:alpha(opacity=100);
    opacity: 1.0;
}

#header-company-logo {
    position: relative;
    float: left;
    background-image: url(UClogo.png);
    top: 3px;
    left: 10px;
    width: 145px;
    height: 65px;
    z-index: 1;
}

#centerbody {
    background-color: #f1f1f1;
    color: black;
    padding: 10px 10px 40px 10px;
    border: 0;
    border-radius: 5px;
}

#footer {
    background-color: #E00122;
    color: white;
    opacity: 1.0;
	font-family: "Open Sans", sans-serif;
}
	
.footer-segment::after	{
	filter: brightness(100%);
}

a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}


.message {
    background-color: inherit;
	font-weight: bold;
	color: rgb(241, 1, 34);
}

.message-info {
    background-color: #f1f1f1;
}

.message-error {
    background-color: #f1f1f1;
}

.message-success {
    background-color: #f1f1f1;
}

table {
    border-collapse: collapse;
    border: 2px solid #ffcccc;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #f1f1f1;
}

table td {
    border: 2px solid #ffcccc;
    padding-left: 5px;
	background-color: #f1f1f1;
	color: black;
}

table td.title {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    padding-right: 10px;
    background-color: #f1f1f1;
}

table td.key {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    width: 200px;
}

.menubutton_key {
	background-color: #f1f1f1;	
}

.menubutton-description {
	background-color: #f1f1f1;	
}

.menubutton {
    color: #fff;
    background-color: #E00122;
    filter:alpha(opacity=100);
    opacity: 1.0;
    font-size: 11px;
}


.btn {
    color: #fff;
    background-color: #E00122;
    filter:alpha(opacity=100);
    opacity: 1.0;
}

/*Main Menu*/
.tile {
	color: #fff;
    background-color: #E00122;
    filter:alpha(opacity=100);
    opacity: 1.0;
	border: none;
}

.tile:hover {
    background: #fff;
    border: none;
    cursor: pointer;
}

.tile-content {
	color: #fff;
    background-color: #E00122;
    filter:alpha(opacity=100);
    opacity: 1.0;
	border: none;
	width: 165px;
    height: 165px;
}

.tile-title {
	color: #fff;
}

.tile-subtitle {
	color: #fff;
}

h2 {
   color: black;
}

/*Change Password agreement*/
#agreementText {
   background-color: white;
   font-family: "Open Sans", sans-serif;
}

/*Change Password Guide Icon*/
#password-guide-icon {
   color: black;
}

/*Change Password Strength Label*/
#strengthLabel {
   color: black;
}


.header-button {
   color: white;
   background-color: #E00122;
}

/*View Log background color set to white instead of background image*/
pre {
    background-color: #fff;
}

/*eyeball 1 on password change screens*/
#password1-eye-icon {
   color: black;
}

/*eyeball 2 on password change screens*/
#password2-eye-icon {
   color: black;
}

/*Administration drop down*/
#progButton_label {
   color: black;
}


/*Administration - User Activity table header*/
.dgrid-row-table {
   color: black;
}

/*Administration - User Activity - max records input box*/
#widget_maxAuditUserResults {
   color: black;
}

/*Administration - Data Analysis - Event Statistics - Event Charts - input box text color*/
#statsChartDays {
   color: black;
}

/*Administration - User Activity - LocalDB - the text in the table is white on white.*/
.dijitTabContainerTopChildWrapper {
   color: black;
}


/*Update Profile*/
#ComfirmProfileTable {
	color: black;
}

.dijitTabListWrapper {
	color: black;
	background-color: #f1f1f1;
}


/*Timeout Expiring Message*/
#idle-overlay-message {
	background-color: #f1f1f1;
}

/*change token input box size*/
.tokenInput {
	height: 20px;
	width:50%
}
