/* UNIVERSAL STYLES
 ================================================================================*/
html,body {
	padding: 0;
	margin: 0;
	/* background: #fff url(../images/base/bg.jpg) repeat-x 0 0; */
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

/*fixing firefox outline*/
a:active {
	outline: none;
}

a:focus {
	outline: none;
}

img,form {
	padding: 0;
	margin: 0;
	border: none;
}

img a {
	border: none;
}


body {
  font-family: "Montserrat","Open Sans";
}
/* Style the body saection */
.container_dash {
  text-align: center;
  text-decoration: none;
  background: #ffffff;
}

.container_dash p {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#container {
  width: 956px;
  margin: 0 auto 0 auto;
}

#content_area {
  float: left;
  width: 900px;
}

/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}

/* Style the header links */
.header a {
  float: left;
  color: black;
  text-align: center;
  padding-top: 0px;
  padding-left: 10px;
  text-decoration: none;
  font-family: "Montserrat","Open Sans";
  font-size: 14px; 
  line-height: 24px;
  border-radius: 0px;
}

.header img {
  max-height: 45px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  color: blue;
}

/* Style the active/current link*/
.header a.active {
  color: black;
}

/* Float the link section to the right */
.header-right {
  text-align: center;
  float: right;
  padding-top: 16px;
  padding-right: 100px;
}

.footer {
  border-top: 1px solid silver;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 15px;
}

.footer-right {
  float:left;
  width:50%;
  text-align:right;
}

.footer-left {
  float:left;
  width:50%;
}

.cleardiv {
  clear: both;
  font-size: 0;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ 
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}

/*TEXT STYLES
 ================================================================================*/
dt,dd,li {
	margin-bottom: .75em;
}

li,li a,dt {
	font-weight: bold;
}

li span {
	font-weight: normal;
	font-size: smaller;
}

h1 {
	/* padding: 0 0 22px 0;
	margin: 0 0 17px 0;
	font: normal 19px Arial, Helvetica, sans-serif;
	color: #214171; */
	color: black;
	text-transform: uppercase;
	/* border-bottom: 1px solid #c8c7c7; */
	text-align: center;
}

h2,h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #214171;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
}

hr {
	border: 0;
	color: #c8c7c7;
	background-color: #c8c7c7;
	height: 1px;
}

input,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.smaller,table.smaller th,table.smaller td {
	font-size: 10px !important;
}

table.bordered,table.bordered th,table.bordered td {
	border: 1px solid rgb(235, 235, 235);
}

table.bordered td table,table.bordered td table td {
	border: none;
}

td span {
	font-size: 10px;
	color: #808080;
}

th {
	text-align: left;
	vertical-align: bottom;
}

.callout {
	border: 1px solid #808080;
	background-color: #f0f0f0;
	text-align: justify;
	padding: 5px;
}

.comment,.comment a {
	color: #515151;
	font-weight: normal;
	font-size: 10px !important;
}

.exclamation {
	width: 15px;
	height: 15px;
	border: 0;
}

.form-notice {
	font-style: italic;
	color: Gray;
	text-align: center;
	font-size: smaller;
}

/* TODO: remove table.errors and table.messages selectors */
.msg-err,.msg-resp,div.errors,div.messages,table.errors,table.messages {
	color: #f00;
	background-color: #f0f0f0;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	padding: 2px;
	width: 400px;
	margin: auto;
	margin-bottom: 10px;
}

div.errors li,div.messages li {
	margin-bottom: 3px;
	margin-top: 3px;
}

.msg-resp,div.messages,table.messages {
	color: #00f;
}

.msg-err a,.msg-resp a,div.errors a,div.messages a,table.errors a,table.messages a
	{
	color: #f00;
	text-decoration: underline;
}

.msg-resp a,div.messages a,table.messages a {
	color: #00f;
}

.msg-err li {
	font-weight: normal;
}

.study-caption {
	text-align: center;
	text-transform: uppercase;
}

.table-row-bg {
	background-color: #f5f5f5;
}

.table-subrow-bg {
	background-color: #e9e9e9;
}
