﻿.noBullets { list-style: none; }
.pToolTip { display: block;font-size: 1.25em;margin: 10px;width: 120%; }
.chart { width: 65%;min-height: 680px;margin-bottom: 2em; }
.navbar-brand { padding: 5px !important; }

/* Gradient on the Chart */
#chart_div svg>g>rect {
    fill: url(#fx) !important;
    fill-opacity:1 !important;
}

#fx stop:nth-child(1){
  stop-color: #eaf2ff;
}

#fx stop:nth-child(2){
  stop-color: #c6dcff;
}

#fx stop:nth-child(3){
  stop-color: #b7d2ff;
}

.iframe { margin: 2em 0 0 2em;max-height: 266px;max-width: 400px; }
.embed-responsive-4by3 {
  padding-bottom:22em;
}

.peopleTitle { width: 25em; }


footer .wrap { background-color: #500000;width: 100%; display: block;}
.req-links { list-style: none;}
.req-links li a { color: white;font-size: 1em; }
.req-links li { float: left;width: 18em;}
footer img {margin: 1.5em auto; }
footer .row { margin: 0; }
footer .padded { padding: 1em 0; }

.long-textbox{
    width:600px;
}

ul li label { font-weight: normal;padding-left: 7px; position: relative;top: -1px;}
.row { margin-bottom: 1em;}

.shortList {width: 95%; height: 8em;border: #e1e1e1 solid 1px;overflow-y: auto;}
.shortList ul li { margin-left: -2.5em; }
.page-header { margin-top: -15px;}

.datewidth { width: 6em; }
.timewidth { width: 4em; }
.alert{ color: #c40000 ;font-weight: bold; background-color: #ffe5e5 }
/* CSS for employee list */

.table-hover > tbody > tr:hover {background-color: #f5f5f5; }

.tableHeaderMaroon{background-color:#500000;color:white; font-size:1.4em;}

.table-employees{font-size:.9em;}


/* CSS for full employee page*/
.divForTopSummary{margin:1em 0em 1em 0em;}
.topLabel{font-weight:bold;margin-right:1em;background-color:#dfdbdb;}
.topInfo{margin-left:1em;}

.coursesDiv{margin:1em 0em 1em 1em;}
.publicationLI{margin:1em 0em 1em 0em;}

.indentLinesAfterFirst{text-indent: -1em;padding-left: 1em;margin:.75em 0em .75em 0em;}

/* css for sites.aspx page */
.sitesSubsectionHeader{background-color:#500000;color:white;font-size:1.5em;font-weight:bold;padding:.5em;}
.sitesRow{border-bottom: 1px solid #dfdbdb;padding-top: 1em;}
.siteListing{margin-bottom:1em;}
.sitesRow:hover{ background-color: #f5f5f5; }

.listRow{height:10em;}
.listImageDiv{ margin-right:1em;float: left;}
.listDetailLink{font-size:1.3em;color:#500000;}
.maroonText{color:#500000;}
.floatLeft { float: left; }

 