﻿a {
    text-decoration: none;
    color: green;
}

/* ---------- Start Section Header ---------- */

/*
    Notes:
    - Changes the h2 headers
*/

h2.sectionHeader 
{
 position: relative;
 color:  rgb(19, 147, 0);
 line-height: 1.95rem;
 font-size: 1.3rem;
 text-transform: uppercase;
 padding: 1px 0px;
 border-bottom: 3px solid #cccccc;
 z-index: 1;
}

 /*
    Notes:
    - To create a double bar effect, we need to employ a way of overlaying a second bar eg border
    - We must also adjust the z-index order, just incase we want to have any text/glyph overlap the bars
    - The overlaying bar uses a percentage of the page width.
*/
 h2.sectionHeader:after 
{
  content: "";
  position: absolute;
  left: 0 !important;
  bottom: -3px;
  width: 30%;
  max-width: 30%;
  border-bottom: 3px solid  rgb(19, 147, 0);
  line-height: 0.85rem;
  z-index: -1;
 }

 .ErrorText, .ErrorStyle, .ErrorDisplayStyle
{
	font-size: 1.1em;
	color: red;
	font-weight:bolder;	    
}
/* ---------- End Section Header ---------- */


/* eRegeistration*/
.eGreen 
{
 background-color: #33CC00;
 display: inline-block;
 margin: 0px 4px;
 padding: 4px 18px;
 color: white;
}

.eRed 
{
    background-color: #FF0000;
    display: inline-block; 
    margin: 0px 4px; 
    padding: 4px 8px;
    color: white;
}

.tablegrid 
{
    font-size :0.85em !important;
}

.guestfooter
{
    background-color: #CCCCCC;
}

.valignmid 
{
    vertical-align: middle;
}

/*Modal Popup*/
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index:999;
}

.pleaseWaitModalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index:1004;
}

.modalMessageBox
{
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 0px;    
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 10px 10px 5px #6E6D6D;
}

.modalPopup
{
    z-index:1002 !important;
}

.modalBackground
{
    z-index:1001 !important;
}

.modalPopup, .pleaseWaitModalPopup
{
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 10px 10px 5px #6E6D6D;
}

.modalPopupText
{
	font-weight: normal;
	font-size: large;
	text-align: center;
}

.helpLink
{
 color: #0B0B61 !important;	
}

.pleaseWaitModalPopupText 
{
    font-weight: normal;
    font-size: medium;
    text-align: center;
}

/*Combine with sectionheader at the top of ajaxToolkit:TabPanel to avoid white gap*/
.noTopMargin
{
 margin-top:5px !important;
}

.ajax__tab_xp .ajax__tab_tab
{
    height:auto !important;
}


.HeaderStyle th
{
 text-align:left;
}

.item0{width:0%;}
.item10 { width:10%;}
.item20 { width:20%;}
.item25 { width:25%;}
.item30 { width:30%;}
.item40 { width:40%;}
.item50 { width:50%;}
.item60 { width:60%;}
.item70 { width:70%;}
.item80 { width:80%;}
.item90 { width:90%;}
.fullWidth {width:100%}
.fullWidthExtra {width:1500px;}


.tdHead, .guesttdHead
{
    padding:0.2em 0.5em;
    text-align:right;
  	background-color: rgba(0,0,0, 0.2);
}
.trHead, .NormalTableHead td, .NormalTableHead th, .guesttrHead
{
    padding:0.2em 0.5em;
    background-color: rgba(0,0,0, 0.2);
    font-weight:500;
}

.tdData, .guesttdData, .NormalTableItem
{
    padding:0.2em 0.5em;
    background-color: rgba(0,0,0, 0.05);
}

.NormalTableItemAlt
{
    background-color: rgba(0,0,0, 0.1);
}

.alignCenter
{
    text-align:center;
    max-width: 1100px;
}

.alignRight
{
    text-align:right !important;
}
.alignLeft
{
    text-align:left;
}

.borderthick
{
    border-style:solid;
    border-width:5px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.EditorClass td {
    background-color: rgba(0,0,0, 0.05);
}

.EmailEditorClass td {
    background-color: rgba(0,0,0, 0.05);
}

.SMSEditorClass td {
    background-color: rgba(0,0,0, 0.05);
}

.css-vertical-text 	
{   
    -webkit-transform: rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);		
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display:block;
	width:150px;
	position:absolute;	
	text-align:right;	
}

 .pager span 
 { color: #00008b;
  	background-color: #99CCFF;
   
   font-weight:bold; 
   font-size:14pt; 
   -moz-border-radius: 5px;
   border-radius: 5px;
 }  
 .tableborder
 {  
   -moz-border-radius: 5px;
   border-radius: 5px;
   border-spacing :0px !important;
   max-width: 1100px; 
 }

.DataGridPagerStyle
{
   -moz-border-radius: 5px;
   border-radius: 5px;
   border-collapse: separate !important;
}
 
 .guestImageBackground
{
    COLOR: black;
    background-color: rgba(0,0,0, 0.05);
}

.tcWeekendCell
{
    background-color:#CCD5E0;
}

.tcPHCell
{
    background-color:#F792C6;
padding: 0.0em 0.0em !important;
}

#tCellam
{
padding: 0.0em 0.0em !important;
}
#tCellpm
{

}
.tcCalCell
{
    height:110px;
    width:60px;
    min-width:60px;    
padding: 0.1em 0.0em !important;
}
.calMonth
{
    width:100%;
    border-width:1px;
    font-size:0.8em;
}

.calsched
{
    background-color:#FFF;
}
.calcourse
{    
}
.calresource
{        
}

.hideGridColumn
{
    display:none;  /* required to stop flicker on postback */
}


#availCal table
{
border-style : none !important;
width : 50px !important;
}


#availCal table tr .tcCalCell 
{
width:50px !important;
min-width:50px !important;
}

#availCal table tr td:first-child table
{
width:200px !important;
}


#availCal .tdHead
{
width:200px !important;
}

#availCal table tr td:first-child .infoTable 
{
    width:50px !important;
    min-width: 50px !important;
}

.CourseBody2
{
    margin-left:10px;
    margin-bottom:10px;
}

.ButtonAsLink 
{
    color:#0000bf;
    background:none;		
	cursor:default;	
	margin:0;
	padding:0;		
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px solid transparent;
	text-decoration:none;
}

.ButtonAsLink:hover 
{
    text-decoration: underline;   
    cursor:pointer;
}

.ButtonAsLink:active 
{
    text-decoration: underline;   
    cursor:pointer;
}

.GuestHyperlink, #ctl00_GCP_BrowseAll,
#ctl00_GCP_MoreCoursesOfThisCategory,
#ctl00_GCP_ReturnLink,
#ctl00_GCP_ReturnURL,
#ctl00_GCP_lnkReturnURL,
.ReturnURL 
{
 border-radius: 7px;
 background-color: rgba(0,0,0, 0.2);
 padding: 0.5em 0.5em 0.5em 0.5em;
 color: #000 !important;
 font-weight: 500;
 display: block;
 margin-bottom: 3px;
 width: 240px;
 border: solid 1px rgba(0,0,0, 0.4);
 text-decoration: none;
}

.MultiReturnURL 
{
 border-radius: 7px;
 background-color: rgba(0,0,0, 0.2);
 padding: 0.5em 0.5em 0.5em 0.5em;
 color: #000 !important;
 font-weight: 500;
 margin-bottom: 3px;
 min-width: 240px;
 border: solid 1px rgba(0,0,0, 0.4);
 display: inline !important;
 text-decoration: none;
}

.button, .grid-apply 
{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -ms-border-radius: 4px;
 -o-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 -webkit-transition-property: background;
 -moz-transition-property: background;
 -o-transition-property: background;
 transition-property: background;
 -webkit-transition-duration: 0.3s;
 -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 color: #ffffff !important;
 text-shadow: none;
 border: none;
 height: 30px;
 line-height: 30px;
 padding: 0px 20.6px;
 font-weight: 300;
 margin: 0;
 text-decoration: none;
 text-align: center;
 display: inline-block;
 background-color: #00B233;
}

.button:hover, .grid-apply:hover 
{
  border: 0px solid #B8B8B8;
  background-color: #00BD36;
  cursor: pointer;
 }

.button:active, .grid-apply:active 
{
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03)
}

a.aspNetDisabled{
    cursor:not-allowed;
    color:grey;
}

select.aspNetDisabled, input.aspNetDisabled {
    color: #A4A4A4 !important;
    background-color: rgb(235, 235, 228);
}

input.aspNetDisabled[type="submit"] {
    color: #A4A4A4 !important;
    background-color:#00B233 !important;
    cursor:not-allowed;
}



.tdCourseLayout ul
{
    padding-left:20px;
}
.tdCourseLayout ol
{
    padding-left:20px;
}

.Legend > p 
{
    padding: 0px;
    margin: 0px 0px 0px 8px;
}

.Legend > p:not(:first-child)
{
 padding-top: 4px;
}

.Legend, .LegendDescription {
    margin-left: 8px;
    font-size: 0.95em;
    font-weight: 500;
}

.SACapacityWarning {
    background-color: #FFFF00 !important;
    border: 1px solid #CCCCCC !important;
}
.SACapacityProblem {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
}
.SAOverbooked {
    background-color: #FF00FF !important;
    color: #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
}
.SACourseFull {
    background-color: #00FF00 !important;
    border: 1px solid #CCCCCC !important;
}
.SAReserved {
    background-color: #CC6600 !important;
    color: #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
}
.SAReserved a {    
     color:#FFFFFF !important;
}
.SALeftWarn {
    background-color: #FFFF00 !important;
    border: 1px solid #CCCCCC !important;
}
.SAMinProblem {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
}

.SAResCheckComplete 
{
    background-color:#00FF00 !important;
}
.SAResCheckProblem 
{
    background-color:#FF0000 !important;
    color:#FFFFFF !important;
}

.ActivityWarning 
{
    background-color: #FFFF00 !important;
}
.ActivityUrgent 
{
    background-color:#FF0000 !important;
}


.modal 
{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;   
    background: rgba( 148,146,146, .8 )                     
                no-repeat;

}

.modalPopupCenter 
{
     margin-left: auto;
    margin-right: auto;    
     margin: auto;
     position:absolute;
     top: 0; bottom: 0; left: 0; right: 0;
}
.modalPleaseWait 
{
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 10px 10px 5px #6E6D6D;
    width:140px;    
    background: rgba(255,255,255,0.8) no-repeat;    
    margin-left: auto;
    margin-right: auto;    
    margin: auto;
    position: absolute;
    height:65px;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index:1005;
}

/* 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 #loadingModal 
{
    display: block;
    z-index:1005;
}

input[type=number] 
{
 font-size: 0.95em;
 padding: 5px 4px;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus  
{
    background-color:#FFFFCC;    
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4) inset, 0 0 4px rgba(82, 168, 236, 0.6);
    outline: 0 none;    
    	
} 

/* in future this must be taken out */
input[type=text], input[type=password], select  
{
    padding: 3px 4px;    
}

input[type="checkbox"] i{
    vertical-align:middle;
}


.ui-datepicker {
background: #fff; /* Old browsers */
font-size:11px;
padding:10px;
border:2px solid #ccc;
box-shadow: 10px 10px 5px #6E6D6D;
display:none;
}
 
.ui-datepicker table {
width:278px;
border:1px solid;
border-collapse:collapse;
}
 
.ui-datepicker table td {
text-align:center;
border:1px solid;
border-collapse:collapse;
}
 
.ui-datepicker a {
cursor:pointer;
text-decoration:none;
}

.ui-datepicker-prev {
}


 
.ui-datepicker-next {
float:right;
}

.ui-datepicker-title {
text-align: center;
font-weight:bold;
}

.ui-datepicker-current-day {
    background-color:red;
   
}

.ui-datepicker-today{
    background-color:blue;   
}
.ui-datepicker-current-day a {
    color:white !important;
}

.ui-datepicker-today a{    
    color:white !important;
}

.ui-datepicker-close {
float:right;
}

.ui-datepicker-buttonpane {
    padding-top:10px;
}
.ui-datepicker-buttonpane button{
    font-size:0.8em !important;
    cursor:pointer;
}

.textMedium {
    width:300px;
}

.textLong {
    width:600px;
}

.field-validation-error
{
    color:red;
    font-weight:bold;
}

.resMonthly .calHeader 
{    
       position:fixed;
       height:40px;
       width:60px;
}

/*.KPIHeight {
    min-height:250px;
}*/


#ctl00_GCP_cal_cal_ctl00_tHeaderRow, #ctl00_GCP_cal_cal_ctl93_tHeaderRow
{
	display:none;
}

/*@media all and (min-width: 900px) {
    .ResponsiveTable tr {
        width: 500px;
        float: left;
        display:inline-block;
    }
}

@media all and (max-width: 900px) {
    .ResponsiveTable tr {
        width: 550px;
        float: left;
        display:inline-block;
    }
}

.ResponsiveTable {
    width: 100%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-spacing :0px !important;
    background-color:#EBF2FC;
}

.ResponsiveTable td {
    padding: 0.2em 0.5em;
    overflow: hidden;
    display: table-cell;
    border:none;
}

.ResponsiveTable td:nth-child(odd) div
{
    width:200px;
}

.ResponsiveTable td:nth-child(odd)
{
    text-align: right;
    color: #00008b;
    background-color: #99CCFF;
    width: 200px;
}

.ResponsiveTable td:nth-child(even)
{
    COLOR: black;
    background-color: #EBF2FC;
    width: 300px;
}

.ResponsiveTableFullTR
{
    width:100% !important;
}

.ResponsiveTableFullTR td:nth-child(odd)
{
    width:200px;
}

.ResponsiveTableFullTR td:nth-child(even)
{
    width:78%;
}*/

.mce-fullscreen
{
    z-index:1001 !important;
}

.section-header 
{
 margin: 0.5em 0;
 background-color: #f5f5f5;
 font-weight: 500;
 padding: 16px 24px;
}

/* Browse Category */
/*.browsecategory-container {
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.browsecategory-card {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0, 0.05);
    width: 100%;
}

.browsecategory-card-photo {
    width: 100%;
    height: 200px;
}

.browsecategory-card-content {
    flex: 1 0 auto;
}

.browsecategory-card-details {
    line-height: 1.5em;
    font-size: 1.1em;
    padding: 0 1em;
    margin: 0;
}

.browsecategory-divider {
    margin: 10px 0;
    height: 1px;
    height: auto;
    border: 1px solid rgba(0,0, 0, 0.05);
}

@media (min-width: 576px) {
    .browsecategory-divider {
        margin: 10px 0;
        height: 1px;
        width: auto;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .browsecategory-card {
        flex-direction: column;
        width: 100%;
    }

    .browsecategory-card-photo {
        width: 100%;
    }


    .browsecategory-card-details {
        line-height: 1.5em;
        font-size: 1em;
        padding: 1em;
        margin: 0;
    }
}

@media (min-width: 768px) {

    .browsecategory-divider {
        margin: 10px 0px;
        width: auto;
        height: 1px;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .browsecategory-card {
        flex-direction: column;
        width: auto;
    }

    .browsecategory-card {
        width: 100%;
    }

    .browsecategory-card-photo {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .browsecategory-divider {
        margin: 0 10px;
        width: 1px;
        height: auto;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .browsecategory-card {
        flex-direction: row;
        width: auto;
    }

    .browsecategory-container {
        max-width: 992px;
    }

    .browsecategory-card {
        width: 100%;
    }

    .browsecategory-card-photo {
        height: 200px;
        width: 200px;
    }
}

@media (min-width: 1200px) {

    .browsecategory-divider {
        margin: 0 10px;
        width: 1px;
        height: auto;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .browsecategory-card {
        flex-direction: row;
        width: auto;
    }

    .browsecategory-card {
        width: 100%;
    }

    .browsecategory-card-photo {
        height: 200px;
        width: 200px;
    }
}*/

/* Course */

/*.course-container {
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.course-card 
{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0, 0.05);
    width: 100%;
    max-width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin: 10px;
}

.course-card a
{
    text-decoration: none !important;
    color: #000 !important;
}

.course-card-title {
    padding: 0 16px;
    margin: 0;
    font-size: 1.1em;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.course-card-content {
    flex: 1 0 auto;
    background-color: #FFF;
    padding: 18px 24px;
}

.course-card-divider {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.course-card-link {
    background-color: #FFF;
    box-sizing: border-box;
    padding: 18px 12px;
}

@media (min-width: 576px) {
    .course-card {
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .course-card {
        width: calc(33% - 20px);
        max-width: 33%;
    }
}

@media (min-width: 992px) {
    .course-card {
        width: calc(25% - 20px);
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .course-card {
        width: calc(25% - 20px);
        max-width: 25%;
    }
}*/

@media (max-width: 768px) 
{
 #filemanager_page .table-data:before 
 {
  width: 40%;
 }
}

/*div#site form select 
{
 height: 1.875rem;
 padding: 0.25rem;
 box-sizing: border-box;
}

div#site form div.row:not(:first-child)
{
 margin-top: 10px;
}

div#site form div.row:last-child
{
 margin-bottom: 20px;
}*/


/*div#site no-border 
{
 border-style: none !important;
 border-width: 0 !important;
 border: none !important;
}*/ 

-webkit-scrollbar 
{
 width: 1em;
}

-webkit-scrollbar-track 
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

-webkit-scrollbar-thumb 
{
 background-color: red;
 outline: 1px solid slategrey;
}

#floatwrapper table tr:first-child td:first-child 
{
 -moz-border-radius-topleft: 5px;
 -webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
}

.tableborder td 
{
 padding: 0.2em 0.5em;
}

.tableborder td, .tableborder th 
{
 padding: 0.2em 0.5em;
}

.table-data-popup 
{
 position: relative;
 cursor: pointer;
}

.helpIcon 
{
 color: green;
 font-size: 1.2rem;
 cursor: pointer;
 padding: 4px;
 vertical-align: middle;
}

/* THE OLD TABLE GRID */

.ob_gR, .grid-row
{
 height: 40px;
}

/*********************/

.calendar-icon 
{
 color: green;
 cursor: pointer;
 margin: 4px;
}
