﻿/*** Bread Crumbs Area ***/
#headingBreadcrumbs{
	border-bottom: 1px solid #dee2e5;
	height: 40px;
	margin: 0;
}
/* h4 class */
#breadCrumbs{
	padding-top: 7px;
	padding-left: 15px;
}
#breadCrumbs h4{
	display: block;
	font-size: 18px;
	font-weight: 200;
	color: #32474e;
	margin-bottom: 0;
}
#breadCrumbs h4 a{
    color: #0D447B;
    text-decoration: none;
}
#breadCrumbs h4 a:hover{
    text-decoration: underline;
}
.bulletBreadcrumbsSpan{
	padding: 0 3px 0 20px; 
	background: url("../images/bullet.png") 5px 7px no-repeat;	
}
/* Log-In status */
#user{
	height: 40px;
	margin-right: 6px;
	margin-top: 1px;
	vertical-align: middle;
}

/*** Main headlines for each section ***/
.heading{
	background: #dde4e6;
	height: 40px;
	padding: 0 6px 0 10px;
	margin-bottom: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.heading h3{
	display: block;
	line-height: 40px;
	color: #32474e;
	vertical-align:	middle;
	margin-bottom: 0;
	float: left;
}
.bottomBorder /* FOR HEADING WITH TABS */{
    /*border: 1px solid #5a4700;  
    -moz-border-radius: 4px; */  
}
/*** Buttons ****/
/* logout */
#logout span{
	background: transparent url(../images/logoutButtonLeftSpan.png) no-repeat 0 0px;
	display: block;
	line-height: 29px; 
	padding-left: 12px;
	font-weight: bold;	
	color: #32474e;	
	float: right;
}
#logout {
	margin-top: 6px;
	font-family: Helvetica, arial;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.5);
	text-decoration:none;
	font-weight: 100;
	background: transparent url(../images/logoutButtonRightCap.png) no-repeat top right; 
	background-position: right  0px;
	display: block;	
	height: 29px; 
	padding-right: 12px; 
	cursor: pointer;
}
#logout:hover span{
	background-position: 0 -33px; 
}
#logout:hover{
	background-position: right -33px; 
}
/* username */
#lblUsername {
	margin-top: 6px;
	font-family: Helvetica, arial;
	font-size: 12px;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);
	text-decoration:none;
	font-weight: 100;
	background: transparent url(../images/usernameButtonLeftSpan.png) no-repeat top left; 
	display: block;	
	height: 29px; 
	padding-right: 10px; 
	padding-left: 30px;
	display: block;
	line-height: 29px; 
	font-weight: bold;	
	color: #ffffff;	
	float: right;
}

/* span button green*/
.spanButton span{
	background: transparent url(../images/genericButtonLeftSpan.png) no-repeat 0 0px;
	display: block;
	line-height: 29px; 
	padding-left: 12px; 
	color: #ffffff;	
}
.spanButton {
	margin-top: 6px;
	margin-left: 6px;
	font-family: Helvetica, arial;
	font-size: 12px;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);
	text-decoration:none;
	font-weight: 100;
	background: transparent url(../images/genericButtonRightCap.png) no-repeat top right; 
	background-position: right  0px;
	display: block;	
	height: 29px; 
	padding-right: 12px; 
	cursor: pointer;
}
.spanButton:hover span{
	background-position: 0 -33px; 
	
}
.spanButton:hover{
	background-position: right -33px; 
}
/* span button blue generic*/

.spanButtonBlue > span{
	background: transparent url(../images/genericButtonBlueLeftSpan.png) no-repeat 0 0px;
	display: block;
	line-height: 29px; 
	padding-left: 12px; 
	color: #ffffff;	
}
.spanButtonBlue {
	margin-right: 2px;
	font-family: Helvetica, arial;
	font-size: 12px;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);
	text-decoration:none;
	font-weight: bold;
	background: transparent url(../images/genericButtonBlueRightCap.png) no-repeat top right; 
	background-position: right  0px;
	display: block;	
	height: 29px; 
	padding-right: 12px; 
	cursor: pointer;
}
.spanButtonBlue:hover > span{
	background-position: 0 -33px; 
	
}
.spanButtonBlue:hover{
	background-position: right -33px; 
}
.spanButtonBlue .btnEdit{
    height: 20px!important;
    width: 15px!important;
    background: url(../images/editTest.png) no-repeat bottom center;
    float: right;
    margin-left: 8px;
    margin-right: -5px;
}
.slideToggle{
	margin-top: 6px;
	margin-left: 6px;
	font-family: Helvetica, arial;
	font-size: 16px;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);
	text-align: center;
	color: #ffffff;	
	display: block;
	background: transparent url(../images/slideToggle.png) no-repeat top;
	height: 29px;
	width: 30px;
	cursor: pointer;
	padding-top: 0px; 
}
.slideToggle:hover{
	background-position: 0 -33px; 
}
.slideToggle div{
	height: 10px;
	width: 10px;
}
.headingToggleOn{
	background: transparent url(../images/toogleImg.png) no-repeat;
	background-position: 0 0;
	margin: 9px 0 0 10px;
}
.headingToggleOff{
	background: transparent url(../images/toogleImg.png) no-repeat;
	background-position: 0 -10px;
	margin: 11px 0 0 10px;
}
.heading .spanButton, .heading .slideToggle{
	float: right;
}

/*** floating, sizes & fixes ***/
.floatRight{
	float: right!important;
}
.floatLeft{
	float: left!important;
}
.clear{
	height: 0px;
	clear: both;
	margin: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
.fullSize{
	width: 100%!important;
}
.oneThirdSize{
	width: 30%!important;
}
.halfSize{
	width: 50%!important;
}
.twoThirdsSize{
	width: 70%!important;
}
.marginLeft{
	margin-left: 10px!important;
}
.marginRight{
	margin-right: 10px!important;
}
.marginTop{
    margin-top: 10px!important;
}
.marginBottom{
    margin-bottom: 10px!important;
}
.noMargin{
	margin: 0px!important;
}
.box{
	padding: 10px 10px 10px 5px;
	border: 1px dotted #d0d4d4;
	background-color: #f9f9f9;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;   
}
/***** Tables ****/
fieldset{
	margin-bottom: 0!important;
}
.genericTable{
	margin-top: 10px;
}
.genericTable td{
	padding-right: 10px;
}

/* Sortable tables working with jquery.tablesorter.js, css classes reserved by .js*/

table.tablesorter thead tr .header {
    background-image:  url("../images/notSorting.png");
    background-position: right center;
    background-repeat: no-repeat;
    
	color: #ffffff;
	height: 35px;
    cursor: pointer;
	border-left: 1px solid #3d515c;
	border-right: 1px solid #3d515c;
	border-bottom: 0px solid;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);
	font-weight: bold;
	font-size: 12px;
}
.header th{
    border-bottom: 0px solid;
}
.dataDate {
    font-size:  12px;
}

.negative{
	color:Red;	
}
.positive{
	color:Green;
}

/* Firefox hack */
@-moz-document url-prefix() {
	table.tablesorter thead tr .header{
			height: 36px;
	}
}
table.tablesorter thead tr .headerSortDown{
	background-image: url("../images/sortDown.png"), url(../images/theadTrActive.png);

}
table.tablesorter thead tr .headerSortUp{
	background-image: url("../images/sortUp.png"), url(../images/theadTrActive.png);
}
table.tablesorter thead tr .headerSortUp, table.tablesorter thead tr .headerSortDown{
    background-repeat:no-repeat;
	height: 35px;
	color: #32474e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
    }
.tableMainHead{
	background: url(../images/theadTr.png) repeat-x top;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);
	height: 35px;
	border-bottom: 0 solid;
}
.tableMainHead th{
	border-left: 1px solid #3d515c;
	border-right: 1px solid #3d515c;
}
.tableHeader{
    background-image:  url(../images/theadTh.png);
    background-position: right center;
    background-repeat: no-repeat;
	color: #32474e;
	height: 35px;
    cursor: pointer;
	border-left: 1px solid #836800;
	border-right: 1px solid #836800;
	text-align: center;
	color: #32474e;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.5);
	font-size: 12px;
}
/* Table Total - footer tr*/
.tablesorter tfoot tr{
	background-color: #fffadc;
	border-bottom: 1px solid #3d515c; 
}
.tablesorter tfoot td{
	color: #836800;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
	padding: 5px;
	border-left: 1px solid #f6d780;
	border-right: 1px solid #f6d780;
	
	-moz-box-shadow: inset 0 1px 5px rgba(236,175,1, 0.3);
	-webkit-box-shadow: inset 0 1px 5px rgba(236,175,1, 0.3);
	box-shadow: inset 0 1px 5px rgba(236,175,1, 0.3);
}

/* alternate table row color */
.odd{
	background: #ecf0f1;
}
.dataTable tbody tr{
	border-top: 1px solid #d0d4d4;
	border-bottom: 1px solid #d0d4d4;
}
.dataTable tbody td{
	border-left: 1px solid #d0d4d4;
	border-right: 1px solid #d0d4d4;
	padding: 5px;
	color: #3d515c;
}
.dataTable tbody td a, .contentSlider a{
	color: #3d85b8;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}
.dataTable tbody td a:hover, .contentSlider a:hover{
	color: #fa5e43;
	cursor: pointer;
}
.dataTable {
	font-weight: bold;
}
/* Firefox hack */
@-moz-document url-prefix() {
	table.editTable th{
			height: 36px;
	}
}
.shadow{
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3); 
    background-color: #ECF0F1;
}
.editTable p
{
    margin-bottom: 5px!important;
}
.editTable th{
	background: url(../images/theadTr.png) repeat-x top;
	height: 35px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	border-left: 1px solid #3D515C;
    border-right: 1px solid #3D515C;
}
.editTable td{
    padding: 10px;
    border: 1px solid #DEE2E5;
}
.editTable tr{
    border: 1px solid #DEE2E5;
    border-top: 1px;
}
.editTable label{
	font-size: 14px;
}
.editTable p{
    margin-bottom: 10px;   
}
.firstBorder td:first-child{
	border-right: 1px solid #DEE2E5;
}

/** Generatable Tables **/
.drOutput table, #preview_area table{
	text-align: center;
	color: #323232;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #748992;
	margin-left: 30px; 
	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3); 
    background-color: #ffffff;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.drOutput table tr td:last-child, .drOutput table tr td:first-child{
    width: 50px;   
}
#preview_area table td{
    padding: 10px;
    border: 1px solid #DEE2E5;
}
.editTable tr{
    border: 1px solid #DEE2E5;
    border-top: 1px;
}
    }
.drOutput h2, #preview_area h2{
    font-size: 20px;
    color: #32474E;
    margin-bottom: 10px;   
}
.drOutput h3, #preview_area h3{
    font-size: 16px;
    color: #2c7fba;  
    margin-left: 15px; 
    margin-bottom: 5px;
}
.drOutput h4, #preview_area h4{
    font-size: 14px;
    color: #0D447B;  
    margin-left: 15px;
    padding-left: 15px;
    background: url('../images/bullet.png') 0 7px no-repeat;
    margin-bottom: 5px;
}

.vsOutput{}


/**** MENU ****/
#navBody{
	height: 27px;
	/*width: 710px;*/
	margin-left: 8px;
	margin-top: 8px;
}
#campusSelect{
	margin: 8px 7px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);	
}

/**** Statuses ****/
.statusS,.statusE,.statusX,.statusA{
    width: 100px;
    height: 30px;
    text-indent: -3000px;
}
.statusS a,.statusE a,.statusX a,.statusA a{
    display: block;
    margin: 0;
    text-indent: -3000px;
}
.statusS{
   background: url('../images/statusS.png') no-repeat top center; 
   border-bottom: 1px solid #97b2b5;
}
.statusE{
    background: url('../images/statusE.png') no-repeat top center;
    border-bottom: 1px solid #bba662;
}
.statusX{
    background: url('../images/statusX.png') no-repeat top center; 
    border-bottom: 1px solid #b6b6b6;
}
.statusA{
    background: url('../images/statusA.png') no-repeat top center;
}

/**** oneThird Divs and their fixes ****/
.contentDiv{
	min-width: 325px;
	margin-bottom: 15px;
	float: left;
}
.content325{
	width: 325px!important;
}
.content150{
	width: 150px!important;
}
.content325 input{
	margin-bottom: 10px;
}
.contentSlider p{
	margin-bottom: 15px;
}
.contentSlider b{
	font-size: 14px;
	font-weight: bold;
	color: #0d447b;
	margin-bottom: 15px;
}
/**** Inputs ****/
.datePicker{
	height: 26px;
	border: 1px solid #748992;
	padding: 0 5px 0 5px;
	margin: 1px 6px 0 6px;
	width: 130px;

	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15); box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15);
}
.datePicker:hover{
	border-color: #499dd9;
	background-color: #f2faff;
}
.datePicker:focus{
	border: 1px solid #ecae01;
    background-color: #fffce8;
}
.textBox{
	border: 1px solid #748992;
	padding: 5px;
	margin: 0px 6px 10px 0px;
	display: block;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15); box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15);
}

.textWidthFix{
    width: 160px;
}
.textBox:hover{
	border-color: #499dd9;
	background-color: #f2faff;
}
.textBox:focus{
	border: 1px solid #ecae01;
    background-color: #fffce8;
}
.textBoxSmall{
    width: 80px;
}

#autoFill{ /* Names populated on the screen. */
    position: absolute;
    top: -20px;
    left: 0;
    width: 196px;
    background: #ffffff;
    border: 2px solid #748992;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.2); box-shadow: 0 1px 3px rgba(0,0,0, 0.2);
}
#autoFillClose{
    top: -26px;
    left: 190px;
    width: 16px;
    height: 16px;
    cursor: pointer;
	position:absolute;
	z-index:5;
	background: url('../images/close.png') no-repeat top center;
}
#autoFillClose:hover{
    background-position: bottom;
}
.nameSelect{
    color: #3D85B8;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold; 
    display: inline-block;
    width: 186px;
    padding: 5px; 
}
.nameSelect:hover{
    color: #fa5e43;
    background: #ECF0F1;
}
/***** LOGIN SCREEN *****/
#logIn{
	width: 300px;
	height: 259px;
	background-color: #dde4e6;
	padding: 15px;
	margin-bottom: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#logIn b, #logIn h3{
	margin-bottom: 5px!important;
}
#logIn b{
	font-size: 14px;
	font-weight: bold;
	color: #0d447b;
}
#logIn h3{
	color: #0D447B;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
#logIn p{
	margin: 0;
}
#logIn .loginInput{
	border: 1px solid #748992;
	padding: 5px;
	margin:0 0 15px 0;
	width: 288px;
	font-size: 14px;
	font-weight: bold;
	color: #32474e;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15); box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15);
}
#logIn .loginInput:hover{
	border-color: #499dd9;
	background-color: #f2faff;
}
#logIn .loginInput:focus{
	border: 1px solid #ecae01;
    background-color: #fffce8;
}
.error{
	line-height: 28px;
	font-size: 14px;
	font-family: georgia;
	font-style: italic;
	color: red;
}
.good{
	line-height: 28px;
	font-size: 14px;
	font-family: georgia;
	font-style: italic;
	color: green;
}
.logInButton{
	background: #dde4e6 url("../images/logInButton.png") no-repeat top center;
	width: 77px;
	height: 29px;
	margin-bottom: 20px;
	border: none;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
}
.logInButton:hover{
	background-position: 0 -33px; 
}
#graphIMG{
	background:	transparent url("../images/graphIMG.png") no-repeat top left;
}
#logInMask{
	background:	transparent url("../images/logInMask.png") no-repeat top right;
	width: 125px;
	height: 289px;
}
.updateButton{
	background: #dde4e6 url("../images/updateDashButton.png") no-repeat top center;
	width: 124px;
	height: 29px;
	border: none;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
}
.updateButton:hover{
	background-position: 0 -33px;
}	
/* Breakline <hr> */
hr{
    margin-top: 0px;
    height: 1px!important;
    border: none;
    border-top: 1px dotted #dde4e6;
    background: none;
}
/*** Reports chart ***/
#chart{
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5);   
}
/*** Text Changes View ***/
#diffOutput{
    margin-top: 10px;
   	background: #dde4e6;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
}
#diffOutput del{
    background: #f6948f!important;
    color: #6c1c18;
    padding: 2px;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;    
}
#diffOutput ins{
    background: #86bd37!important;
    color: #2c420d;
    padding: 2px;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;    
}



/*** Text Changes View ***/
.updatedCrseTitle{
  color:#ec6614;   
}

.hide_from_bulletin {
    position: relative;
    background-color: #ffcccc; /* Light red background */
    padding: 10px 10px 10px 10px; /* Increased left padding to accommodate the icon */
    border: 2px solid #ff0000; /* Red border */
    border-radius: 5px; /* Rounded corners */
}

.hide_from_bulletin::before {
    content: "🚫";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #ff0000; /* Red color for the icon */
}

.hide_from_bulletin > * {
    position: relative;
    z-index: 1;
    color: #000000; /* Black text color for better contrast */
}