/*===================================
ADJUST COLORS BELOW
===================================*/
/*This is the white(used to be tan) color on CIT*/
/*This is the blue color on CIT*/
/*This is the lighter blue color used for the links on CIT*/
/*This is the default color of text on an accent background*/
/*The border color of accent-colored elements*/
/*This is the color of shadows*/

/*===================================
DO NOT ADJUST BELOW THIS POINT!
===================================*/

body {
  background-color: #c8c8c8;
}
#header,
.footer {
  background-color: white;
}
.footer {
  border: 1px solid #153ea3;
}
.right-align {
  background: none;
}
#header-bar {
  background-color: #153ea3;
}
#header-bar a {
  color: white;
}
.with-accent-border {
  border: 1px solid #153ea3;
}
.with-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.4) 1px 3px;
}
#nav-container {
  background-color: #153ea3;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 3px;
  border: 1px solid #153ea3;
}
#nav-container a {
  color: white;
}
#nav-container a:hover {
  color: #0081ff;
}
a {
  color: #153ea3;
}
a:hover {
  color: #0081ff;
}
.container {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 3px;
  border: 1px solid #153ea3;
}
.container hr {
  color: black;
}
.button {
  color: white;
  background-color: #153ea3;
  border: 1px solid #153ea3;
}
a.button:hover {
  color: white;
  background-color: #0081ff;
}
.validation-summary-errors {
  color: white;
  background-color: red;
  border: 2px solid #ff7777;
}
#ui-datepicker-div {
  box-shadow: rgba(0, 0, 0, 0.4) 1px 3px;
  border: 1px solid #153ea3;
}
.ui-datepicker-title {
  border-top: 1px solid #153ea3;
  border-bottom: 1px solid #153ea3;
}
.print-view {
  box-shadow: none;
}
.print-view * {
  font-size: 8pt;
  background-color: white;
  color: black;
}
.print-view h2 {
  font-size: 12pt;
}
.alternating-color tr:nth-child(even) {
  background-color: #dddddd;
}
@media screen and (max-width: 960px) {
  #nav-container ul li {
    border-bottom: 1px solid #0081ff;
  }
  #nav-container ul li:last-of-type {
    border-bottom: none;
  }
}
