@charset "utf-8";

/*
// UAH JS
// LMS Updated 9/24/25
*/

/* Custom Tooltip for Sbumit for Student Btn ( Apply to Root Admins only) */
.disabled-tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.disabled-tooltip-wrapper .custom-tooltip {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 6px 8px;
  position: absolute;
  z-index: 1000;
  bottom: 125%; /* Position above button */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.disabled-tooltip-wrapper:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
}

/* Custom Tooltip for Sbumit for Student Btn ( Apply to Root Admins only)*/




/*Hide UDOIT3*/
.context_external_tool_22662 {
   display: none !important
}


#course_id-autocompleteField, #courseSearchField {
   width: 550px;
}

/*Blueprint wide */
.bcs__modal-content-wrapper {
    max-width: 1500px;
}
/*Blueprint course list height*/
.bca-table__wrapper .bca-table__content-wrapper {
   height:100px;
  }

/* User input typically entered via keyboard {https://getbootstrap.com/docs/3.3/css/#code-user-input}  */
kbd {
   padding: 2px 4px;
   font-size: 90%;
   color: white;
   background-color: black;
   border-radius: 3.5px;
   box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
 } 

/*Hide SIS Batch option*/
#batch_check {
    display: none !important
}

/*Add GraphQL SVG*/
.icon-graphql {
    background-image: url("https://graphql.org/img/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    float: center;
   -webkit-background-size: 100% 100%
}

/*Add UAH Panopto PNG*/
.icon-panopto {
   background-image: url("https://uwtsd.hosted.panopto.com/Panopto/Cache/9.7.0.00038/Styles/Less/Application/Images/Header/PanoptoGlobe.png");
   background-repeat: no-repeat;
   background-position: center;
   float: center;
   -webkit-background-size: 35% 100%
}



/* ----------------------------------------------------------------------------------------------------
   GRID 
/* ----------------------------------------------------------------------------------------------------*/
[class*=col-] { margin-bottom: 0px; } /*initial value 20*/

@media (min-width: 992px) {
	.row { margin-left: -15px !important; margin-right: -15px !important; }
}

@media (max-width: 991px) {
	.row { margin-left: 12px !important; margin-right: 12px !important; }

	.col-xs-1 .row, .col-sm-1 .row, .col-md-1 .row, .col-lg-1 .row, .col-xs-2 .row, .col-sm-2 .row, .col-md-2 .row, .col-lg-2 .row, .col-xs-3 .row, .col-sm-3 .row, .col-md-3 .row, .col-lg-3 .row, .col-xs-4 .row, .col-sm-4 .row, .col-md-4 .row, .col-lg-4 .row, .col-xs-5 .row, .col-sm-5 .row, .col-md-5 .row, .col-lg-5 .row, .col-xs-6 .row, .col-sm-6 .row, .col-md-6 .row, .col-lg-6 .row, .col-xs-7 .row, .col-sm-7 .row, .col-md-7 .row, .col-lg-7 .row, .col-xs-8 .row, .col-sm-8 .row, .col-md-8 .row, .col-lg-8 .row, .col-xs-9 .row, .col-sm-9 .row, .col-md-9 .row, .col-lg-9 .row, .col-xs-10 .row, .col-sm-10 .row, .col-md-10 .row, .col-lg-10 .row, .col-xs-11 .row, .col-sm-11 .row, .col-md-11 .row, .col-lg-11 .row, .col-xs-12 .row, .col-sm-12 .row, .col-md-12 .row, .col-lg-12 .row { margin-left: 0 !important; margin-right: 0 !important; }

	.col-md-9 .row .col-md-3, .col-md-9 .row .col-md-4, .col-md-9 .row .col-md-5, .col-md-9 .row .col-md-6, .col-md-9 .row .col-md-7, .col-md-9 .row .col-md-8, .col-md-9 .row .col-md-9 { padding-left: 0 !important; padding-right: 0 !important; }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	
	/* Override Canvas */
	display: -webkit-flex;
    display: flex;
	
    -webkit-flex-direction: column;
    flex-direction: column;
	
    -webkit-flex-grow: 0;
    flex-grow: 0;
	
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
	
	/*-webkit-flex-basis: 100%;*/ /*Override to fix Availabilty(Publish) options when preview the file 3-8-2023 xc0009*/
	flex-basis: 100%;
	max-width: 100%;
}

/* IE10+ Fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		display: block !important;
	}
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9  { width: 75%; }
.col-xs-8  { width: 66.66666667%; }
.col-xs-7  { width: 58.33333333%; }
.col-xs-6  { width: 50%; }
.col-xs-5  { width: 41.66666667%; }
.col-xs-4  { width: 33.33333333%; }
.col-xs-3  { width: 25%; }
.col-xs-2  { width: 16.66666667%; }
.col-xs-1  { width: 8.33333333%; }

.col-xs-pull-12 { right: 100%; }
.col-xs-pull-11 { right: 91.66666667%; }
.col-xs-pull-10 { right: 83.33333333%; }
.col-xs-pull-9  { right: 75%; }
.col-xs-pull-8  { right: 66.66666667%; }
.col-xs-pull-7  { right: 58.33333333%; }
.col-xs-pull-6  { right: 50%; }
.col-xs-pull-5  { right: 41.66666667%; }
.col-xs-pull-4  { right: 33.33333333%; }
.col-xs-pull-3  { right: 25%; }
.col-xs-pull-2  { right: 16.66666667%; }
.col-xs-pull-1  { right: 8.33333333%; }
.col-xs-pull-0  { right: auto; }

.col-xs-push-12 { left: 100%; }
.col-xs-push-11 { left: 91.66666667%; }
.col-xs-push-10 { left: 83.33333333%; }
.col-xs-push-9  { left: 75%; }
.col-xs-push-8  { left: 66.66666667%; }
.col-xs-push-7  { left: 58.33333333%; }
.col-xs-push-6  { left: 50%; }
.col-xs-push-5  { left: 41.66666667%; }
.col-xs-push-4  { left: 33.33333333%; }
.col-xs-push-3  { left: 25%; }
.col-xs-push-2  { left: 16.66666667%; }
.col-xs-push-1  { left: 8.33333333%; }
.col-xs-push-0  { left: auto; }

.col-xs-offset-12 { margin-left: 100%; }
.col-xs-offset-11 { margin-left: 91.66666667%; }
.col-xs-offset-10 { margin-left: 83.33333333%; }
.col-xs-offset-9  { margin-left: 75%; }
.col-xs-offset-8  { margin-left: 66.66666667%; }
.col-xs-offset-7  { margin-left: 58.33333333%; }
.col-xs-offset-6  { margin-left: 50%; }
.col-xs-offset-5  { margin-left: 41.66666667%; }
.col-xs-offset-4  { margin-left: 33.33333333%; }
.col-xs-offset-3  { margin-left: 25%; }
.col-xs-offset-2  { margin-left: 16.66666667%; }
.col-xs-offset-1  { margin-left: 8.33333333%; }
.col-xs-offset-0  { margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9  { width: 75%; }
  .col-sm-8  { width: 66.66666667%; }
  .col-sm-7  { width: 58.33333333%; }
  .col-sm-6  { width: 50%; }
  .col-sm-5  { width: 41.66666667%; }
  .col-sm-4  { width: 33.33333333%; }
  .col-sm-3  { width: 25%; }
  .col-sm-2  { width: 16.66666667%; }
  .col-sm-1  { width: 8.33333333%; }
  
  .col-sm-pull-12 { width: 100%; }
  .col-sm-pull-11 { width: 91.66666667%; }
  .col-sm-pull-10 { width: 83.33333333%; }
  .col-sm-pull-9  { width: 75%; }
  .col-sm-pull-8  { width: 66.66666667%; }
  .col-sm-pull-7  { width: 58.33333333%; }
  .col-sm-pull-6  { width: 50%; }
  .col-sm-pull-5  { width: 41.66666667%; }
  .col-sm-pull-4  { width: 33.33333333%; }
  .col-sm-pull-3  { width: 25%; }
  .col-sm-pull-2  { width: 16.66666667%; }
  .col-sm-pull-1  { width: 8.33333333%; }
  .col-sm-pull-0  { right: auto; }
  
  .col-sm-push-12 { left:100%; }
  .col-sm-push-11 { left:91.66666667%; }
  .col-sm-push-10 { left:83.33333333%; }
  .col-sm-push-9  { left:75%; }
  .col-sm-push-8  { left:66.66666667%; }
  .col-sm-push-7  { left:58.33333333%; }
  .col-sm-push-6  { left:50%; }
  .col-sm-push-5  { left:41.66666667%; }
  .col-sm-push-4  { left:33.33333333%; }
  .col-sm-push-3  { left:25%; }
  .col-sm-push-2  { left:16.66666667%; }
  .col-sm-push-1  { left:8.33333333%; }
  .col-sm-push-0  { left:auto; }

  .col-sm-offset-12 { margin-left:100%; }
  .col-sm-offset-11 { margin-left:91.66666667%; }
  .col-sm-offset-10 { margin-left:83.33333333%; }
  .col-sm-offset-9  { margin-left:75%; }
  .col-sm-offset-8  { margin-left:66.66666667%; }
  .col-sm-offset-7  { margin-left:58.33333333%; }
  .col-sm-offset-6  { margin-left:50%; }
  .col-sm-offset-5  { margin-left:41.66666667%; }
  .col-sm-offset-4  { margin-left:33.33333333%; }
  .col-sm-offset-3  { margin-left:25%; }
  .col-sm-offset-2  { margin-left:16.66666667%; }
  .col-sm-offset-1  { margin-left:8.33333333%; }
  .col-sm-offset-0  { margin-left:0; }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  
  .col-md-12 { width:100%; }
  .col-md-11 { width:91.66666667%; }
  .col-md-10 { width:83.33333333%; }
  .col-md-9  { width:75%; }
  .col-md-8  { width:66.66666667%; }
  .col-md-7  { width:58.33333333%; }
  .col-md-6  { width:50%; }
  .col-md-5  { width:41.66666667%; }
  .col-md-4  { width:33.33333333%; }
  .col-md-3  { width:25%; }
  .col-md-2  { width:16.66666667%; }
  .col-md-1  { width:8.33333333%; }
  
  .col-md-pull-12 { right:100%; }
  .col-md-pull-11 { right:91.66666667%; }
  .col-md-pull-10 { right:83.33333333%; }
  .col-md-pull-9  { right:75%; }
  .col-md-pull-8  { right:66.66666667%; }
  .col-md-pull-7  { right:58.33333333%; }
  .col-md-pull-6  { right:50%; }
  .col-md-pull-5  { right:41.66666667%; }
  .col-md-pull-4  { right:33.33333333%; }
  .col-md-pull-3  { right:25%; }
  .col-md-pull-2  { right:16.66666667%; }
  .col-md-pull-1  { right:8.33333333%; }
  .col-md-pull-0  { right:auto; }
  
  .col-md-push-12 { left:100%; }
  .col-md-push-11 { left:91.66666667%; }
  .col-md-push-10 { left:83.33333333%; }
  .col-md-push-9  { left:75%; }
  .col-md-push-8  { left:66.66666667%; }
  .col-md-push-7  { left:58.33333333%; }
  .col-md-push-6  { left:50%; }
  .col-md-push-5  { left:41.66666667%; }
  .col-md-push-4  { left:33.33333333%; }
  .col-md-push-3  { left:25%; }
  .col-md-push-2  { left:16.66666667%; }
  .col-md-push-1  { left:8.33333333%; }
  .col-md-push-0  { left:auto; }
  
  .col-md-offset-12 { margin-left:100%; }
  .col-md-offset-11 { margin-left:91.66666667%; }
  .col-md-offset-10 { margin-left:83.33333333%; }
  .col-md-offset-9  { margin-left:75%; }
  .col-md-offset-8  { margin-left:66.66666667%; }
  .col-md-offset-7  { margin-left:58.33333333%; }
  .col-md-offset-6  { margin-left:50%; }
  .col-md-offset-5  { margin-left:41.66666667%; }
  .col-md-offset-4  { margin-left:33.33333333%; }
  .col-md-offset-3  { margin-left:25%; }
  .col-md-offset-2  { margin-left:16.66666667%; }
  .col-md-offset-1  { margin-left:8.33333333%; }
  .col-md-offset-0  { margin-left:0; }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 { width:100%; }
  .col-lg-11 { width:91.66666667%; }
  .col-lg-10 { width:83.33333333%; }
  .col-lg-9  { width:75%; }
  .col-lg-8  { width:66.66666667%; }
  .col-lg-7  { width:58.33333333%; }
  .col-lg-6  { width:50%; }
  .col-lg-5  { width:41.66666667%; }
  .col-lg-4  { width:33.33333333%; }
  .col-lg-3  { width:25%; }
  .col-lg-2  { width:16.66666667%; }
  .col-lg-1  { width:8.33333333%; }
  
  .col-lg-pull-12 { right:100%; }
  .col-lg-pull-11 { right:91.66666667%; }
  .col-lg-pull-10 { right:83.33333333%; }
  .col-lg-pull-9  { right:75%; }
  .col-lg-pull-8  { right:66.66666667%; }
  .col-lg-pull-7  { right:58.33333333%; }
  .col-lg-pull-6  { right:50%; }
  .col-lg-pull-5  { right:41.66666667%; }
  .col-lg-pull-4  { right:33.33333333%; }
  .col-lg-pull-3  { right:25%; }
  .col-lg-pull-2  { right:16.66666667%; }
  .col-lg-pull-1  { right:8.33333333%; }
  .col-lg-pull-0  { right:auto; }
  
  .col-lg-push-12 { left:100%; }
  .col-lg-push-11 { left:91.66666667%; }
  .col-lg-push-10 { left:83.33333333%; }
  .col-lg-push-9  { left:75%; }
  .col-lg-push-8  { left:66.66666667%; }
  .col-lg-push-7  { left:58.33333333%; }
  .col-lg-push-6  { left:50%; }
  .col-lg-push-5  { left:41.66666667%; }
  .col-lg-push-4  { left:33.33333333%; }
  .col-lg-push-3  { left:25%; }
  .col-lg-push-2  { left:16.66666667%; }
  .col-lg-push-1  { left:8.33333333%; }
  .col-lg-push-0  { left:auto; }
  
  .col-lg-offset-12 { margin-left:100%; }
  .col-lg-offset-11 { margin-left:91.66666667%; }
  .col-lg-offset-10 { margin-left:83.33333333%; }
  .col-lg-offset-9  { margin-left:75%; }
  .col-lg-offset-8  { margin-left:66.66666667%; }
  .col-lg-offset-7  { margin-left:58.33333333%; }
  .col-lg-offset-6  { margin-left:50%; }
  .col-lg-offset-5  { margin-left:41.66666667%; }
  .col-lg-offset-4  { margin-left:33.33333333%; }
  .col-lg-offset-3  { margin-left:25%; }
  .col-lg-offset-2  { margin-left:16.66666667%; }
  .col-lg-offset-1  { margin-left:8.33333333%; }
  .col-lg-offset-0  { margin-left:0; }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after { content: " "; display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after { clear: both; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

.pull-right, .float-right { float: right !important; }
.pull-left, .float-left { float: left !important; }
.pull-none, .float-none { float: none !important; }


/* UI Fix for File Viewer
/* ----------------------------------------------------------------------------------------------------*/
.Mask__dJsnEM-center { overflow-y: hidden !important; }
.col-xs-1.ef-file-arrow_container { max-width: 5% !important; overflow-y: hidden  !important; overflow-x: hidden  !important; }


/* Panel Default Styles
/* ----------------------------------------------------------------------------------------------------*/
.panel {
	background-color: #fff;
	border: 1px solid #eeeeee;
	
	margin-left: 3px;
    margin-right: 3px;
	margin-bottom: 20px;
	
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
	   -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
		    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		    border-radius: 4px;
}

.panel.noshadow {
	-webkit-box-shadow: 0 0;
	   -moz-box-shadow: 0 0;
		    box-shadow: 0 0;
}

.panel.noborder,
.panel-noborder {
	border: 0;
	
	-webkit-box-shadow: 0 0;
	   -moz-box-shadow: 0 0;
		    box-shadow: 0 0;
	
	-webkit-border-radius: 0 0;
	   -moz-border-radius: 0 0;
		    border-radius: 0 0;
}

.panel-heading {
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-radius: 4px 4px 0 0;
	font-weight: bold !important;
	font-size: 1.2em;
	padding: 10px 15px;
	-webkit-border-radius: 4px 4px 0 0;
	 -moz-border-radius: 4px 4px 0 0;
}

.panel-heading > .dropdown .dropdown-toggle { color: inherit; }

.panel-title { color: inherit; font-size: 16px; font-weight: normal; margin-top: 0; margin-bottom: 0; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a { color: inherit; }

.panel-body { padding: 15px; }

.panel-footer { background-color: #e6e9ed; border-top-color: #e6e9ed; padding: 10px 10px; 	
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px; }


/* Panel List Group Styles
/* ----------------------------------------------------------------------------------------------------*/
.panel > .list-group,
.panel > .panel-collapse > .list-group { margin-bottom: 0; margin: 0 !important;  }

.panel > .list-group .list-group-item,
.panel > .list-group .list-group-item a,
.panel > .list-group .list-group-item a:link,
.panel > .list-group .list-group-item a:active,
.panel > .list-group .list-group-item a:visited,
.panel > .list-group .list-group-item a:hover,
.panel > .panel-collapse > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item a,
.panel > .panel-collapse > .list-group .list-group-item a:link,
.panel > .panel-collapse > .list-group .list-group-item a:active,
.panel > .panel-collapse > .list-group .list-group-item a:visited,
.panel > .panel-collapse > .list-group .list-group-item a:hover { border-width: 1px 0; border-radius: 0; margin-left: 0; margin-bottom: 0; text-decoration: none !important; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; }

.list-group + .panel-footer { border-top-width: 0; }

.panel .list-group { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.panel .list-group-item:first-child { border-top: 1px solid #e6e9ed; }

/* Panels & List Groups for Page Indicator */
#pageIndicator .list-group-item { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 0 !important; }


/* Panel Table Styles
/* ----------------------------------------------------------------------------------------------------*/
.panel > .table,
.panel > .panel-collapse > .table { margin-left: 0; margin-bottom: 0; }

.panel > .table-responsive > .table { margin-left: 0; margin-bottom: 0; table-layout: fixed; }

.panel .table-responsive .table-bordered { border-radius: 0; }

.panel .table-responsive .table-bordered thead:first-child tr:first-child th:first-child, 
.panel .table-responsive .table-bordered tbody:first-child tr:first-child td:first-child { border-top-left-radius: 0; }
.panel .table-responsive .table-bordered thead:first-child tr:first-child th:last-child, 
.panel .table-responsive .table-bordered tbody:first-child tr:first-child td:last-child { border-top-right-radius: 0; }
.panel .table-responsive .table-bordered thead:last-child tr:last-child th:first-child, 
.panel .table-responsive .table-bordered tbody:last-child tr:last-child td:first-child, 
.panel .table-responsive .table-bordered tfoot:last-child tr:last-child td:first-child  { border-bottom-left-radius: 0; }
.panel .table-responsive .table-bordered thead:last-child tr:last-child th:first-child, 
.panel .table-responsive .table-bordered tbody:last-child tr:last-child td:first-child, 
.panel .table-responsive .table-bordered tfoot:last-child tr:last-child td:first-child { border-bottom-right-radius: 0; }

.panel > .table caption,
.panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; }

.panel > .panel-body + .table,
.panel > .table + .panel-body { border-top: 1px solid #dddddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td { border-top: 0; }

.panel > .table-bordered { border: 0; border-radius: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; }

.panel > .table-bordered { border-radius: 0 !important; }
.panel > .table-responsive { border: 0; margin-bottom: 0; }



/* Panel Group Styles
/* ----------------------------------------------------------------------------------------------------*/
.panel-group { margin-bottom: 20px; }

.panel-group .panel { border-radius: 4px; margin-bottom: 0; }
.panel-group .panel + .panel { margin-top: 5px; }

.panel-group .panel-heading { border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #dddddd; }

.panel-group .panel-footer { border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; }


/* Panel Colour Styles
/* ----------------------------------------------------------------------------------------------------*/
.panel-default { border-color: #eeeeee; }
.panel-default > .panel-heading { background-color: #ddd; border-color: #ddd; color: #212121; }
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #f5f5f5; }
.panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #212121; }
.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #f5f5f5; }

.panel-primary { border-color: #4a89dc; }
.panel-primary > .panel-heading { color: #ffffff; background-color: #4a89dc; border-color: #4a89dc; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #4a89dc; }
.panel-primary > .panel-heading .badge { color: #4a89dc; background-color: #ffffff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #4a89dc; }

.panel-success { border-color: #8cc152; }
.panel-success > .panel-heading { color: #ffffff; background-color: #8cc152; border-color: #8cc152; }
.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #8cc152; }
.panel-success > .panel-heading .badge { color: #8cc152; background-color: #ffffff; }
.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #8cc152; }

.panel-info { border-color: #3bafda; }
.panel-info > .panel-heading { color: #ffffff; background-color: #3bafda; border-color: #3bafda; }
.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #3bafda; }
.panel-info > .panel-heading .badge { color: #3bafda; background-color: #ffffff; }
.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #3bafda; }

.panel-warning { border-color: #f6bb42; }
.panel-warning > .panel-heading { color: #ffffff; background-color: #f6bb42; border-color: #f6bb42; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #f6bb42; }
.panel-warning > .panel-heading .badge { color: #f6bb42; background-color: #ffffff; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #f6bb42; }

.panel-danger { border-color: #da4453; }
.panel-danger > .panel-heading { color: #ffffff; background-color: #da4453; border-color: #da4453; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #da4453; }
.panel-danger > .panel-heading .badge { color: #da4453; background-color: #ffffff; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #da4453; }

.panel-primary > .panel-heading > .panel-title, 
.panel-success > .panel-heading > .panel-title, 
.panel-info > .panel-heading > .panel-title, 
.panel-warning > .panel-heading > .panel-title, 
.panel-danger > .panel-heading > .panel-title { color: white; }


/* Panel Border Styles
/* ----------------------------------------------------------------------------------------------------*/
.panel > .list-group:first-child .list-group-item:first-child, 
.panel > .table:first-child, 
.panel > .table-responsive:first-child > .table:first-child { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }

.panel > .list-group:last-child .list-group-item:last-child { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, 
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, 
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, 
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, 
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, 
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, 
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, 
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { -webkit-border-radius: 4px 0 0 0; -moz-border-radius: 4px 0 0 0; border-radius: 4px 0 0 0; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, 
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, 
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, 
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, 
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, 
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, 
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, 
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { -webkit-border-radius: 0 4px 0 0; -moz-border-radius: 0 4px 0 0; border-radius: 0 4px 0 0;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, 
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, 
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, 
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, 
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, 
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { -webkit-border-radius: 0 0 0 4px; -moz-border-radius: 0 0 0 4px; border-radius: 0 0 0 4px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, 
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, 
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, 
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, 
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,  
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { -webkit-border-radius: 0 0 4px 0; -moz-border-radius: 0 0 4px 0; border-radius: 0 0 4px 0; }

.panel > .table { margin-left: 0 !important; } /* For Overriding Canvas Styles */


/* Module Panel
/* ----------------------------------------------------------------------------------------------------*/
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive { border-top-color: #e6e9ed; }

.panel-image { position: relative; }
.panel-image img { width: 100%; border-radius: 0 4px 0 0; }

.panel-heading ~ .panel-image img { border-radius: 0px; }

.panel-body { overflow: hidden; }

.panel-body ul li,
.panel-body ol li { margin-bottom: 20px; }

.panel-body ul li ul,
.panel-body ol li ol { margin-top: 15px; }

.panel-body ul li ul li,
.panel-body ol li ol li { margin-bottom: 10px; }

.panel-image ~ .panel-footer a,
.panel-image ~ .panel-footer a:hover { font-size: 1.1em; color: #333; text-decoration: none; }

.panel-footer a,
.panel-footer a:hover { font-size: 1.1em; color: #333; text-decoration: none !important; }


/* Course Info Panel
/* ----------------------------------------------------------------------------------------------------*/
.panel-course {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left:8px solid #999999;
	
	-webkit-box-shadow:0px 0px 3px 3px #ccc ;
	   -moz-box-shadow:0px 0px 3px 3px #ccc ;
	        box-shadow:0px 0px 3px 3px #ccc ;
}

.panel-course-title { color: #069 !important; }

.panel-course-meta { color: #666; font-size: 0.95em; font-weight: bold; }

.panel-course-subtitle,
.module-title { color: #F60 !important; font-weight: bold; font-size: 1.3em !important; margin-bottom: 20px; }

h4.panel-course-contentitle,
.panel-course-contentitle { color: #069 !important; font-weight: bold; font-size: 1.2em !important; margin-bottom: 20px; }

.panel-course .panel-body p { text-align: left !important; }


/* Planner List Panel
/* ----------------------------------------------------------------------------------------------------*/
.planlist { padding-left: 0; margin-left: 0; }
.planlist li { list-style: none; margin: 0; margin-bottom: 10px !important; padding: 0.15em; }
.planlist li a { font-size: 12px; text-decoration: none !important; }
.planlist li.active a { color: #069 !important; font-size: 14px; text-decoration: none !important; font-weight: bold !important; }

/*.panel-module:hover { -webkit-box-shadow:0px 0px 6px 1px #0077c8;  -moz-box-shadow:0px 0px 6px 1px #0077c8; box-shadow:0px 0px 6px 1px #0077c8; } <- Color Shadow Box*/

.spacer {  padding: 20px 0; }


/* Layout Fix for Panels in Discussion Board, Assignment and Quiz
/* ----------------------------------------------------------------------------------------------------*/
.message .row,
.question_text .row,
.student-version .row { margin: 10px -10px; }


/* Panel Wizard Styles
/* ----------------------------------------------------------------------------------------------------*/
.panel-wizard { background-color: #ffffff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1); border-radius: 10px; }
		
.panel-wizard .header-logo { margin: 10px 0 0; max-height: 56px; }
.panel-wizard .panel-content { background: #eeeeee; }

.panel-wizard .panel-heading h4 { font-size: 2em; font-weight: bold; margin: 15px 0; }
.panel-wizard .panel-heading h4 .num { font-size: 1.5em; }
.panel-wizard .panel-heading { padding: 20px 30px; }

.panel-wizard .panel-footer { padding: 0; background-color: #cccccc; min-height: 50px; border-radius: 0 0 10px 10px; }
.panel-wizard .panel-footer .pager .previous > a.btn,
.panel-wizard .panel-footer .pager .next > a.btn { border-width: 0; background-color: transparent; font-size: 1.5em; font-weight: 400; opacity: 1; border-radius: 0; font-weight: 700; padding: 15px 30px; }

.panel-wizard .panel-footer .pager .next > a.btn-next {
	-webkit-border-bottom-right-radius: 10px !important;
	-moz-border-radius-bottom-right: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.panel-wizard .panel-footer .pager .previous > a.btn-prev {
	-webkit-border-bottom-left-radius: 10px !important;
	-moz-border-radius-bottom-left: 10px !important;
	border-bottom-left-radius: 10px !important;
}

.btn-wpln,
.panel-wizard .panel-footer .pager .previous > a.btn-wizard,
.panel-wizard .panel-footer .pager .next > a.btn-wizard  { color: #ffffff; background-color: #0077c8; border-color: #0077c8; }

.btn-wpln:hover,
.panel-wizard .panel-footer .pager .previous > a.btn-wizard:hover,
.panel-wizard .panel-footer .pager .next > a.btn-wizard:hover { color: #ffffff; background-color: #0077c8; border-color: #0077c8; }

.panel-wizard .panel-footer .pager { padding-left: 0; margin: 0; text-align: center; list-style: none; }

.panel-wizard .panel-footer .pager li { display: inline; }

.panel-wizard .panel-footer .pager .previous > a, 
.panel-wizard .panel-footer .pager .previous > span { float: left; width: 33.3333%; }

.panel-wizard .panel-footer .pager li > a, 
.panel-wizard .panel-footer .pager li > span { display: inline-block; padding: 5px 14px; border: 0; }

.panel-wizard .panel-footer .pager .next > a, 
.panel-wizard .panel-footer .pager .next > span { float: right; width: 33.3333%; }

.panel-wizard .panel-footer .pager li > a, 
.panel-wizard .panel-footer .pager li > span { display: inline-block; padding: 5px 14px; border: 0; border-radius: 0; }

.wpln-modal { border: solid 5px #0077C8; }

.wpln-start, 
.wpln-end,
.wpln-summary  { background: white; margin-top: 90px; margin-bottom: 90px; padding: 30px; text-align: center; }

.wpln-intro  { padding: 30px; text-align: center; }
.wpln-intro p { text-align: left; font-size: 1.6em; font-weight: bold; margin-top: 15px; margin-bottom: 5px; }

.wpln-start h3,
.wpln-end h3,
.wpln-summary h3 { font-weight: bold; }

.wpln-start p { text-align: left; font-size: 1.8em; font-weight: bold; margin-top: 20px; margin-bottom: 10px; }
.wpln-summary p { text-align: center; font-size: 1.35em; font-weight: bold; margin-top: 20px; margin-bottom: 10px; }

.wpln-questions  { background: white !important; margin-left: 15px; margin-right: 15px; }


/*-------------------------------------------------------------- SECOND*/

/* ----------------------------------------------------------------------------------------------------
   # JQuery UI Tabs for the future
/* ----------------------------------------------------------------------------------------------------*/
/* 
/* ----------------------------------------------------------------------------------------------------*/
/*
.ui-tabs { position:relative; zoom:1; border-radius:0;  border:none !important; background-color:transparent !important; }
.ui-tabs .ui-tabs-nav { margin:0; padding:0; border-radius:0; background:transparent; border-width:0 0 1px 0; box-shadow:none; }
.ui-tabs .ui-tabs-nav li { list-style:none; float:left; position:relative; top:1px; margin:0 0.2em 1px 0; border-bottom:0 !important; padding:0; white-space:nowrap; }
.ui-tabs .ui-tabs-nav li a { float:left; padding:.5em .9em; text-decoration:none; font-weight:bold; text-shadow:0 1px 0 rgba(255,255,255,0.5); }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom:0; padding-bottom:1px; background:#fff; border-color:#aaa; box-shadow:none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a { color:#333; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor:text; }
.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor:pointer; }
.ui-tabs .ui-tabs-panel { display:block; padding:1em 1.4em; background-color:#fff; border-width:0 1px 1px 1px; border-radius:0; }
.ui-tabs .ui-tabs-hide { display:none !important; }


/* Customized Styles for Tabs for the future
/* ----------------------------------------------------------------------------------------------------*/
/*
.ui-tabs { background: none;  border: 0; position: relative; padding: .2em; zoom: 1; }
.ui-widget-header { background: none; font-size:16px; font-weight:600; transition:all linear 0.30s; }
.ui-widget-content { background: #fff; padding:0; }
.ui-tabs .ui-tabs-nav {  background: transparent; border-bottom-color: #C7CDD1; border-radius: 0; border-width: 0 0 1px 0; box-shadow: none; margin: 0; padding: 0; }

.ui-tabs .ui-tabs-nav li { 
	background: #eee; 
	border-color: transparent;
	box-shadow: none;
	list-style: none; 
	float: left; 
	position: relative; 
	top: 1px; 
	margin: 0 .2em 1px 0; 
	border-bottom: 0 !important; 
	padding: 0; 
	white-space: nowrap; 
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs .ui-tabs-nav li a:link,
.ui-tabs .ui-tabs-nav li a:visited,
.ui-tabs .ui-tabs-nav li a:focus { outline-width: 1px; outline-color: transparent; outline-style: solid; color: #0077C8; font-weight: normal; padding: 8px 14px; text-decoration: none !important; text-shadow: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li.ui-state-hover.ui-tabs-active,
.ui-tabs .ui-tabs-nav li.ui-state-focus.ui-tabs-active:hover { background:#fff; border-color:#C7CDD1 !important; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a:link,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a:visited { color: #333; text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-state-focus,
.ui-tabs .ui-tabs-nav li.ui-state-focus.ui-tabs-active { background:#fff; border-color:#C7CDD1 !important; outline:none; }

.ui-tabs .ui-tabs-nav li.ui-state-focus a,
.ui-tabs .ui-tabs-nav li.ui-state-focus.ui-tabs-active a { color: #333; text-decoration:none !important; outline:none; }

.ui-tabs .ui-tabs-nav li.ui-state-hover,
.ui-tabs .ui-tabs-nav li:hover { background:#fdf5ce; border-color:#fbcb09 !important; }

.ui-tabs .ui-tabs-nav li.ui-state-hover a,
.ui-tabs .ui-tabs-nav li:hover a { color: #0077C8; text-decoration: none !important; outline:none }

.ui-tabs .ui-tabs-panel {
    background-color: #fff;
    border-color: #C7CDD1;
	border-width: 0 1px 1px 1px;
    border-radius: 0;
	display: block;
    padding: 14px;
}

.stop-scrolling { overflow:hidden; height: 100%; left: 0; -webkit-overflow-scrolling: touch; position: fixed; top: 0; width: 100%; }

*/

/* ----------------------------------------------------------------------------------------------------
   New Pop-up Modal Window
/* ----------------------------------------------------------------------------------------------------*/
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0);
	transition: opacity 200ms;
	display: none;
	opacity: 0;
	z-index: 1002;
}

.overlay:target { display: block; opacity: 1; top: 10%; }

.modal-window {
	background: #fefefe;
	border: 1px solid #ddd;
	border-radius: .5rem;
	margin: 10rem auto;
	padding: 0;
	width: 60%;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}

.modal-window.modal-xl { width: 85%; }
.modal-window.modal-lg { width: 70%; }
.modal-window.modal-sm { width: 400px; }

.modal-window .modal-content.text,
.modal-window .modal-header, 
.modal-window .modal-footer { padding: 1rem; }

.modal-window .modal-header, 
.modal-window .modal-footer { background-color: #f9f9f9; }

.modal-window .modal-header { border:none; border-bottom: 1px solid #dedede; border-radius: .5rem .5rem 0 0; }

.modal-window .modal-header h3 { margin:0; margin-top: 0 !important; margin-bottom: 0 !important; }

.modal-window .modal-footer { border:none; border-top: 1px solid #dedede; border-radius: 0 0 .5rem .5rem; 	text-align: right; }

.modal-window .close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	opacity: 0.2;
	transition: all 200ms;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none !important;
	color: #666;
}

.modal-window .close:hover { opacity: 0.5; text-decoration: none; }

.modal-window .modal-content { max-height: 600px; overflow: hidden; overflow-y: auto; }
.modal-window .modal-content.text { background: #fff; }
.modal-window .modal-content.image { background: #fff; padding:0; }

/*------------------------------------------------------ ACCORDIONS*/
/* ----------------------------------------------------------------------------------------------------
 ACCORDION STYLES
/* ----------------------------------------------------------------------------------------------------*/
/* Base Styles for Accordion
/* ----------------------------------------------------------------------------------------------------*/
.ui-accordion { width:100%; }

.ui-accordion .ui-accordion-header { display: block; cursor:pointer; position:relative;  margin: 2px 0 0 0; padding: .5em .5em .5em .7em; font-size: 100%; zoom:1; }
.ui-accordion .ui-accordion-li-fix { display:inline; }
.ui-accordion .ui-accordion-header-active { border-bottom:0 !important; }
.ui-accordion .ui-accordion-header a { display:block; font-size:1em; padding:.5em .5em .5em .7em; font-weight:bold; }
.ui-accordion-icons .ui-accordion-header a { padding-left:2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position:absolute; left:.5em; top:50%; margin-top:-8px; }

.ui-accordion .ui-accordion-content { padding:1em 2.2em; border-top:0; margin-top:-2px; position:relative; margin-bottom:0; top:0; overflow: none; overflow-x: none; overflow-y: auto; display:none; zoom:1; border-color:#C7CDD1; }
.ui-accordion .ui-accordion-content-active { display:block; border-bottom-left-radius:6px; border-bottom-right-radius:6px; }
.ui-accordion .ui-accordion-header,.ui-accordion .ui-accordion-content { border-radius:0; }
.ui-accordion .ui-accordion-header { transition:background 0.2s, border 0.2s, border-radius 0.2s; padding:12px 24px; margin-top:12px; border-radius:6px; }
.ui-accordion .ui-accordion-header.ui-state-default { background:#f2f2f2; box-shadow:none; border-color:#C7CDD1; border-bottom:1px solid #C7CDD1; }
.ui-accordion .ui-accordion-header.ui-state-default.ui-state-focus a { box-shadow:inset 0 0 0 0px #0077C8; }
.ui-accordion .ui-accordion-header.ui-state-default.ui-state-hover { background:#e6e6e6; }

.ui-accordion .ui-accordion-header.ui-state-default.ui-state-active,
.ui-accordion .ui-progressbar .ui-accordion-header.ui-state-default.ui-widget-header,
.ui-progressbar .ui-accordion .ui-accordion-header.ui-state-default.ui-widget-header { border-bottom-left-radius:0; border-bottom-right-radius:0; border-color: #0077C8; border-bottom:1px solid #0077C8; background: #0077C8; }

.ui-accordion .ui-accordion-header.ui-state-default.ui-state-active.ui-state-focus,
.ui-accordion .ui-progressbar .ui-accordion-header.ui-state-default.ui-state-focus.ui-widget-header,
.ui-progressbar .ui-accordion .ui-accordion-header.ui-state-default.ui-state-focus.ui-widget-header { border-color:#0077C8; border-bottom:1px solid #0077C8; }

.ui-accordion .ui-accordion-header.ui-state-default.ui-state-active.ui-state-focus a,
.ui-accordion .ui-progressbar .ui-accordion-header.ui-state-default.ui-state-focus.ui-widget-header a,
.ui-progressbar .ui-accordion .ui-accordion-header.ui-state-default.ui-state-focus.ui-widget-header a { box-shadow:inset 0 0 0 0px #fff; }

.ui-accordion .ui-accordion-header a { transition:color 0.2s; padding:6px 12px; font-weight:normal; font-size:18px;font-size:1.125rem; text-shadow:none;line-height:1; outline:none; }

.ui-accordion .ui-accordion-header .ui-icon { left:10px; }

.ui-accordion.ui-accordion--mini .ui-accordion-header { margin-top:4px; padding:0; border-radius:3px; }
.ui-accordion.ui-accordion--mini .ui-accordion-header a { font-size:13px; font-size:.8125rem; padding:6px 12px 6px 24px; }
.ui-accordion.ui-accordion--mini .ui-accordion-header .ui-icon { left:4px; }
.ui-accordion.ui-accordion--mini .ui-accordion-content.ui-accordion-content-active { border-bottom-left-radius:3px; border-bottom-right-radius:3px; }


/* Customised Styles for Accordion
/* ----------------------------------------------------------------------------------------------------*/
.ui-accordion h3.ui-accordion-header { padding: 5px 20px !important; margin-bottom: 0 !important; }
.ui-accordion h3.ui-accordion-header a { text-decoration: none !important; }
.ui-accordion h3.ui-accordion-header a small { display:block; font-size: 14px !important; line-height: 1.1; margin-top: 15px; }
.ui-accordion h3.ui-accordion-header.ui-state-default.ui-state-active a small { color: #fff !important; }
.ui-accordion .ui-accordion-content { padding: 15px 15px 30px !important; }

.enhanceable_content.accordion,
.accordion { display: block !important; height: 100%; margin-bottom: 30px !important; clear: both !important; }
