@import url("https://www.eiu.edu/css12/apps.css");
@charset "utf-8";
/* CSS Document */


.validation_correct{
	color: green;
}

.validation_incorrect{
	color: red;
}


.half{
	width: 50%;
	float: left;	
}

.third{
	width: 33%;
	float: left;	
}


.button_approve {
	margin: 2px 3px;
	background-color: #7fbf4d;
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
	width: 150px;
	float: left;
}

.button_deny {
	margin: 2px 3px;
	background-color: #ee4126;
	border: 1px solid #ee4126;
	border-bottom: 1px solid #c01f05;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #b51900;
	width: 150px; 
	float: left;
}



#righthandcontent p {
font-weight: 400;
font-size: 14px;
line-height: 20px;
padding-left:25px;
padding-right:25px;
}

.mainsection a {
color: #61B3E7;

}

dd label{
	margin: 0px;
	padding:  0px;
	white-space: normal;
}



.month {
display: inline;
color: black;
font-family: "myriad-pro",sans-serif;
font-size: 18px;
font-weight: normal;
width: 39px;
text-align: center;
}

.arrow1 {

display: inline-block;
position: relative;
top: 5px;
left: -8px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;;
border-right: 8px solid #61B3E7;
}

.arrow2 {
display: inline-block;
position: relative;
top: 5px;
left: -8px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;;
border-right: 8px solid #656565;
}

.circle {
display: inline-block;
position: absolute;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 30px;
color: #fff;
line-height: 46px;
text-align: center;
background: #656565;

}

.message1 {
text-align: left;
border-left: 2px solid #61B3E7;
margin-left: 65px;
margin-bottom:40px;
background: #E1E1E1;
}

.message2 {
text-align: left;
border-left: 2px solid #656565;
margin-left: 65px;
margin-bottom:40px;
background: #61B3E7;
}


.body {
	padding-left: 25px;
	color: #000000;
	text-align: initial;
}


a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  bottom: 10px;
  left: 50%;
  margin-left: -45px;
  z-index: 999;
}

.fa {
	line-height: 46px;
}

.name1 {
display: inline;
color: #61B3E7;
font-family: "myriad-pro",sans-serif;
font-size: 18px;
width: 39px;
text-align: center;
}
	


.name2 {
display: inline;
color: #FFFFFF;
font-family: "myriad-pro",sans-serif;
font-size: 18px;
width: 39px;
text-align: center;
}