@CHARSET "UTF-8";

body {
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size:0.8em;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	min-width: 283px;
	color: #002853;
	background-color: #FFFFFF;
	overflow: auto; /* hidden, auto, or scroll */
}

@media print {
  body {
    overflow: visible !important;
  }
}

/* .ui-button .ui-icon.heat-ui-icon-genmenu { */
/*     background-image: url(../images/general_menu_icon_wht.png); */
/* } */

/* .ui-button .ui-icon.heat-ui-icon-genmenu:hover { */
/*     background-image: url(../images/general_menu_icon.png); */
/* } */

input:not([type^="button"]):not([type^="submit"]), textarea {
	background: #CCDCE9;
	border-style: solid;
	border-color: gray;
	border: 1px solid gray;
    padding: 2px 5px;
    font-size: 12px;
    margin: 0;
}

input.error, textarea.error {
    background: #FF5E61;
}

input:not([type^="button"]):not([type^="submit"]):focus {
	background: #CCDCE9;
	border-style: solid;
	border-color: black;
}

textarea {
	background: #CCDCE9!important;
/* 	border-style: solid;  */
/* 	border-color: gray; */
/* 	border: 1px solid gray; */
/*     padding: 2px 5px; */
/*     font-size: 12px; */
/*     margin: 0; */
}
textarea:focus {
	background: #CCDCE9!important;
	border-style: solid;
	border-color: black;
}

/**/
.outline-title {
	font-size: 180%;
	font-weight: bold;
	color: #002853;
	margin-bottom: 5px;
}
/**/
.panel-heading {
	font-size: 110%;
	font-weight: bold;
	color: #002853;
}
/**/
.panel-div {
	padding: 5px 5px 0px 8px;
	margin-bottom: 5px;
	border: solid 1px rgba(77,102,129,1);
	-webkit-border-radius: 3px;
      -moz-border-radius: 3px;
           border-radius: 3px;
}
/**/
.panel-hidden-div {
	padding: 7px 0px 7px 0px;
	margin-bottom: 3;
	border: 0;
}
/**/
table.md-table {
	/*margin: 0 auto;*/
	/*width: 100%;*/
	border: 0px;
	border-collapse: collapse;
	/*table-layout: fixed;*/
	/*
	border: solid 1px rgba(77,102,129,1);
	-webkit-border-radius: 3px;
      -moz-border-radius: 3px;
           border-radius: 3px;
	*/
	padding: 3px 10px 3px 3px;
}
table.md-table tr {
	border: solid 1px rgba(77,102,129,1);
}
table.md-table th {
	font-weight: bold;
	background: rgba(77,102,129,.3);
	border: solid 1px rgba(77,102,129,1);
	padding: 3px 4px 3px 2px;
}
table.md-table td {
	border: solid 1px rgba(77,102,129,1);
	padding: 3px 4px 3px 2px;
}
table.grades {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
/*	padding: 5px;	*/
}
.grade_letter {
    color: #003366;
    text-align: center;
}
.grade_number {
    color: #225588;
}
.grade_dots {
    color: #225588;
}
table.md-borderless-table {
	border: 0px;
	border-collapse: collapse;
	/*
	border: solid 1px rgba(77,102,129,1);
	-webkit-border-radius: 3px;
      -moz-border-radius: 3px;
           border-radius: 3px;
	*/
	padding: 3px 4px 3px 2px;
}
table.md-borderless-table td {
	padding: 2px 15px 2px 0px;
	vertical-align: top;
}

#mmbutton {
/*
	clear: both;
	margin-top: -28px;
	background: transparent;
	float: left;
*/
	display: block;
	position: absolute;
	margin-top: 74px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	float: left;
}

#heat-footer {
	clear: both;
	padding-left: 30px; /* LC width */
}

#centre {
	width: 100%;
	min-height: 360px; /* make sure there's room to show the menu */
	background-color: #FFFFFF;
}

#mtbcontent {
	clear: both;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#mtbcontent .vbbar {
	clear: both;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.heat-column-middle {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.heat-centre-page {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	overflow: hidden; /* hidden, auto, or scroll */
	background-color: #FFFFFF;
	border: solid #000000;
	border-width: 2px;
	/*	border-radius: 4px;*/
}

/**/
.heat-centre-text {
	text-align: center;
}
/**/
.heat-main {
	clear: both;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: auto;
	float: left;
	width: 98%;
	border: 0;
}
/**/
.heat-banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100px;
	float: left;
	border: 0;
	background-color: #002A57;
	background-image: url('/coview/images/heatview_banner_001.png');
	background-repeat: no-repeat;
}
/**/
.heat-margins {
	clear: both;
	margin-left: .5em;
	margin-right: .5em;
	margin-top: 2em;
	margin-bottom: 2em;
}
/**/
/**/
.heat-vcentre {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/**/
/**/
.heat-buttons-dialog {
	clear: both;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #002A57 !important;
	overflow: hidden; /* hidden, auto, or scroll */
}
/**/
.heat-form-title {
	font-size: 105%;
	font-weight: bold;
}
/**/
.heat-table-label {
	font-size: 105%;
	font-weight: bold;
	text-align: right;
}
/**/
.heat-small-text {
	font-size: 80%;
	font-weight: normal;
}

.heat-error-block {
	clear: both;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	top: 102px;
	display: block;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 10px 6px 10px;
	background: #B23C3E;
	color: yellow;
}

.heat-error-text {
	color: #81222A;
	font-size: 110%;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.heat-table-error-text {
	font-size: 105%;
	font-weight: bold;
	background-color: #B81900;
	color: #FFF004;
}

.heat-busy-dialog {
	clear: both;
	margin-left: auto;
    margin-right: auto;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.modal {
    display:    block;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 215, 215, 215, .85 )
                url('https://heattst.csc.uvic.ca/admin/html/loading_wait.gif')
                50% 50%
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.heat-table-header {
	background-image: -webkit-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:    -moz-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:     -ms-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:      -o-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:         linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	border: solid 1px rgba(77,102,129,1);
	-webkit-border-radius: 3px;
      -moz-border-radius: 3px;
           border-radius: 3px;
   padding: 6px;
   display: inline-block;
   color: rgba(255,255,255,1);
}

table.heat-basic-table {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px rgba(77,102,129,1);
	/*padding: 3px 2px 3px 2px;*/
}

table.heat-basic-table thead {
    vertical-align: bottom;
	background: #002A57;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F8CAF), to(#002A57));
	background: -moz-linear-gradient(top,  #7F8CAF,  #002A57);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');
	font-weight: bold;
	font-size: 105%;
	color: #FFFFFF;
}

table.heat-basic-table tbody {
    vertical-align: top;
}

table.heat-basic-table tr.odd {
	background-color: #EFEFEF;
}

table.heat-basic-table tr.even {
	background-color: #FFFFFF;
}

table.heat-basic-table td {
	padding: 0.25rem;
	border: 1px solid #002A57;
}

table.heat-basic-table th {
	padding: 0.25rem;
	border: 1px solid #002A57;
	text-align: left;
	font-weight: bold;
}

/* no border table */
table.heat-borderless-table {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
}

table.heat-borderless-table thead {
    vertical-align: bottom;
	background: #002A57;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F8CAF), to(#002A57));
	background: -moz-linear-gradient(top,  #7F8CAF,  #002A57);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');
	font-weight: bold;
	font-size: 105%;
	color: #FFFFFF;
}

table.heat-borderless-table tbody {
    vertical-align: top;
}

table.heat-borderless-table tr.odd {
	background-color: #FFFFFF;
}

table.heat-borderless-table tr.even {
	background-color: #FFFFFF;
}

table.heat-borderless-table td {
	padding: 0.25rem;
	border: 0px;
}

table.heat-borderless-table th {
	padding: 0.25rem;
	border: 0px;
}

.heat-table-label {
	text-align: right;
	font-weight: bold;
}

.heat-grayed-out {
	opacity : 0.6;
}

.heat-hug-left {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 100%;
}

.heat-bbar {
	border: solid 1px #CCDCE9;
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	       border-radius: 3px;
	padding: 2px 3px 2px 3px;
	margin-top: 2px;
	background: #FFFFFF;
}

.heat-nav-button {
	background: #002A57;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F8CAF), to(#002A57));
	background: -moz-linear-gradient(top,  #7F8CAF,  #002A57);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');
/*
	background-image: -webkit-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:    -moz-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:     -ms-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:      -o-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:         linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');
	font-weight: bold;
*/
	font-weight: bold;
	font-size: 85%;
	color: #FFFFFF;
	border: solid 1px rgba(9,35,37,1);
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	       border-radius: 3px;
	padding: 3px 5px 3px 5px;
}

.heat-nav-button:hover {
	background: #002A57;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCDCE9), to(#002A57));
	background: -moz-linear-gradient(top,  #CCDCE9,  #002A57);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCDCE9', endColorstr='#002A57');
/*
	background: #CCDCE9;
	background-image: -webkit-linear-gradient(top, rgba(204,230,233,1) 29%,rgba(0,42,87,1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(204,230,233,1) 29%,rgba(0,42,87,1) 100%);
    background-image:     -ms-linear-gradient(top, rgba(204,230,233,1) 29%,rgba(0,42,87,1) 100%);
    background-image:      -o-linear-gradient(top, rgba(204,230,233,1) 29%,rgba(0,42,87,1) 100%);
    background-image:         linear-gradient(top, rgba(204,230,233,1) 29%,rgba(0,42,87,1) 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCDCE9', endColorstr='#002A57');
*/
	border: solid 1px rgba(134,43,101,1);
	color: #002A57;
}

.heat-nav-button:active {
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:    -moz-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:     -ms-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:      -o-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:         linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');
	border: solid 1px rgba(9,35,37,1);
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	       border-radius: 3px;
	padding: 3px 5px 3px 5px;
}

.heat-gray-nav-button {
	background: #A8AEBF;
	/*background-image: -webkit-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:    -moz-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:     -ms-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:      -o-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:         linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');*/
	font-weight: bold;
	color: #7F8BAF;
	border: solid 1px rgba(9,35,37,1);
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	       border-radius: 3px;
	padding: 3px 5px 3px 5px;
}

.heat-action-button {
	background: #002A57;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F8CAF), to(#002A57));
	background: -moz-linear-gradient(top,  #7F8CAF,  #002A57);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');
/*
	background-image: -webkit-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:    -moz-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:     -ms-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:      -o-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:         linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');
	font-weight: bold;
*/
	font-size: 85%;
	color: #FFFFFF;
	border: solid 1px rgba(9,35,37,1);
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	       border-radius: 3px;
	padding: 1px 2px 1px 2px;
}

.heat-action-button:hover {
	background: #002A57;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCDCE9), to(#365372));
	background: -moz-linear-gradient(top,  #CCDCE9,  #365372);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCDCE9', endColorstr='#365372');
/*
	background: #CCDCE9;
	background-image: -webkit-linear-gradient(top, rgba(204,230,233,1) 29%,rgba(0,42,87,1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(204,230,233,1) 29%,rgba(0,42,87,1) 100%);
    background-image:     -ms-linear-gradient(top, rgba(204,230,233,1) 29%,rgba(0,42,87,1) 100%);
    background-image:      -o-linear-gradient(top, rgba(204,230,233,1) 29%,rgba(0,42,87,1) 100%);
    background-image:         linear-gradient(top, rgba(204,230,233,1) 29%,rgba(0,42,87,1) 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCDCE9', endColorstr='#002A57');
*/
	border: solid 1px rgba(134,43,101,1);
	color: #002A57;
}

.heat-action-button:active {
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:    -moz-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:     -ms-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:      -o-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:         linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');
	border: solid 1px rgba(9,35,37,1);
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	       border-radius: 3px;
	padding: 1px 2px 1px 2px;
}

.heat-grayed-action-button {
	background: #002A57;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F8CAF), to(#002A57));
	background: -moz-linear-gradient(top,  #7F8CAF,  #002A57);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');
/*
	background-image: -webkit-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:    -moz-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:     -ms-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:      -o-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
	background-image:         linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');
	font-weight: bold;
*/
	font-size: 85%;
	opacity : 0.6;
	color: #FFFFFF;
	border: solid 1px rgba(9,35,37,1);
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	       border-radius: 3px;
	padding: 1px 2px 1px 2px;
}

.heat-gray-action-button {
	background: #A8AEBF;
	/*background-image: -webkit-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:    -moz-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:     -ms-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:      -o-linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	background-image:         linear-gradient(top, rgba(180,175,250,1) 2%,rgba(6,32,97,1) 50%);
   	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');*/
	font-weight: bold;
	color: #7F8BAF;
	border: solid 1px rgba(9,35,37,1);
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	       border-radius: 3px;
	padding: 1px 2px 1px 2px;
}

.heat-button {
	padding: 3px 0 0 0;
	text-decoration:none !important;
	cursor:pointer !important;
	position: relative;
	text-align: center;
	background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.heat-button:hover {
	background-color: #CCDCE9;
}

.heat-button:active {
	background-color: #CCDCE9;
}

.heat-visible-div {
	border: solid 1px rgba(9,35,37,1);
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	       border-radius: 3px;
}

.heat-parent {
	display: flex;
}

.heat-l-div {
	/*width: 600px;*/
}
.heat-r-div {
	flex: 1;
}

.heat-link {
	font-size: 100%;
	font-weight: bold;
	color: #002853;
	text-decoration: none;
}
a.heat-link:link {
	color: #002853;
	text-decoration: none;
}
a.heat-link:visited {
	color: #002853;
	text-decoration: none;
}
a.heat-link:hover {
	color: #0E83EB;
	text-decoration: none;
}
a.heat-link:active {
	color: #28A8F4;
	text-decoration: none;
}
/**/
.heat-padding {
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 2em;
	padding-bottom: 2em;
}
/**/
