#header-main-section {
  border-bottom: 4px solid #FFF;
}

#pageHeader{
  font-size: 21px;
  font-weight: bold;
  padding: 5px;
}

#msg{
  font-size:18px;
  font-weight: bold;
  padding: 5px;
}

#title-bar {
  background: #522d80;
}


#wrapper {
    margin-right:auto;
    width:1800px;
}
.border {
  display:inline-block;
  padding: 5px;   
  background-color: #fff; 
  margin-left:auto;
  margin-right:auto;
 vertical-align : middle;
}
.searchtable{
  display:inline-block;
  background-color: #fff; 
  margin-left:auto;
  margin-right:auto;
  border: none;
border-spacing: 10px;
    border-collapse: separate;
}

.noborder {
 border: none;
 border-spacing: 5px 1px;
 border-collapse: separate;
 vertical-align : middle;
}

#detailtable td {
  padding: 5px;
}

#detailtable {
  margin-left: 5px;
 vertical-align : middle;
}

#detailtable p {
  display: inline;
}

.required1:after {
    content:" *";
    color: red;
  }
.required2:after {
    content:" **";
    color: red;
  }  

body,.infotext,.captiontext,TABLE TD.deheader,TABLE TH.deheader,TABLE TD.delabel,TABLE TH.delabel,TABLE TD.deseparator,TABLE TD.dehighlight,.fieldformatboldtext,.fieldformattext
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.98em;
}

.infotextdiv {
	border: 1px #ccc solid;
	background-color: #fff;
}

.infotexttable {
	font-size: 0.98em;
	line-height: 13pt;
}

.infotexttable .infotext {
	color: #445;
}

.infotexttable td {
	padding: 3px 0px 4px 4px;
}
TABLE TD.indefault {
color: black;
font-family: Verdana,Arial Narrow,  helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
}

DIV.infotextdiv {
text-align: left;
}
.clearpath-button {/* Green */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    padding: .5em 2em .5em 2em;
    /*padding: .04em 2.0em .5em 2em;*/
    background: transparent; /* Old browsers */
    background: -moz-linear-gradient(top,  #95c996 0%, #3d8438 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95c996), color-stop(100%,#3d8438)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #95c996 0%,#3d8438 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #95c996 0%,#3d8438 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #95c996 0%,#3d8438 100%); /* IE10+ */
    background: linear-gradient(top,  #95c996 0%,#3d8438 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c996', endColorstr='#3d8438',GradientType=0 ); /* IE6-8 */
    border-radius: .6em;
    -moz-border-radius: .6em;
    -webkit-border-radius: .6em;
    border: .1em solid #366f34;
    /*text-shadow: 0px -.1em 0px rgba(000,000,000,0.7);*/
    box-shadow: 0 .1em 0 rgba(237, 237, 237, 0.7) inset;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left:0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  width: 80%;
  border: 4px #fefefe;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 10px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  height: 40px;
  font-size:20px;
  background-color: #005AA5;
  color: white;
}

/* Modal Body */
.modal-body {
padding: 2px 16px;
 height:100%;
 }


/* Modal Footer */
.modal-footer {
  padding: 2px 12px;
  background-color: #005AA5;
  color: black;
  height: 32px;
  font-size:14px;
}



/* Add Animation 
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
*/


#searchpersonresult {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

#searchpersonresult td, #searchpersonresult th {
  border: 1px solid #ddd;
  padding: 12px;
   width:2px;
}

#searchpersonresult tr:nth-child(even){background-color: #f2f2f2;}

#searchpersonresult tr:hover {background-color: #ddd;}

#searchpersonresult thead  th{
position:sticky;
top:0;
}

#searchpersonresult th {
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: left;
  background-color: #005AA5;
  color: white;
}

#studentstable thead  th{
position:sticky;
top:0;
opacity:1;
background-color: #005AA5;
}

#studentstable {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

#studentstable td {
  border: 2px solid #c6c6c6;
  padding: 1px;
  white-space: wrap;
width:100%;
}

#studentstable tr:nth-child(even){background-color: #f2f2f2;}

#studentstable tr:hover {background-color: #ddd;}

/*
#studentstable th:nth-child(5){width:100%;  white-space: nowrap; }
#studentstable th:nth-child(10){width:100%;  white-space: nowrap; }

#studentstable th:nth-child(14){width:100%;  white-space: nowrap;padding: 2px;}
#studentstable th:nth-child(15){width:100%;  white-space: nowrap; padding: 2px;}
#studentstable th:nth-child(16){width:100%;  white-space: nowrap; padding: 2px;}
*/



#studentstable th {
 border: 2px solid #c6c6c6;
  text-align: center;
  background-color: #005AA5;
  color: white;
  line-height: 15px;
  white-space: wrap;
padding:1px;
opacity:1;
}
#header2
{
    cursor: pointer;
	background-color: #005AA5;
	opacity:1;
}



@media print 
{
    size: 46.8in 33.1in;
    size: portrait;
 
}

input[type="text"] {
    width:90px;   
}

input[id=srchInput] {
 width:90px;
}

input[id=srchNameInput] {
 width:154px;
}

input[id=searchProgram] {
 width:63px;
}

input[id=searchSemester] {
 width:63px;
}

input[id=searchLastEvalDate] {
 width:171px;
}

input[id=searchProgramProgress] {
 width:72px;
}

input[id=searchTermGPA] {
 width:63px;
}

input[id=searchProgramGPA] {
 width:72px;
}

input[id=searchGradStatus] {
 width:72px;
}

input[id=searchProgReqProgress] {
 width:105px;
}

input[id=searchProgReqGPA] {
 width:81px;
}

input[id=searchMultiFail] {
 width:225px;
}

input[id=searchTermFail] {
 width:180px;
}

input[id=searchActiveHold] {
 width:90px;
}

input[id=searchOverallGPA] {
 width:72px;
}

input[id=searchBlock] {
 width:81px;
}

select:disabled{
   opacity: 1;
background-color:#ededed;
}

#th_contactOffice {
position:absolute;
}
.error_msg{
         background-color: rgb(255, 232, 232);
         border: 1px solid red;
         color: red;
         display: none;
         font-size: 12px;
         font-weight: bold;
         margin-bottom: 0px;
         padding: 5px 25px;
         width: 800px;
      }