/*
// Changes to add AngularJS functionality. (Not theme prefixed)
*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

body.simbio-theme  {
	color: #4f4f4f;
}

body.simbio-theme.overflow-override {
    overflow: auto !important;
}

a {
	color: #00a49D;
}

a:hover {
	color: #107d74;
    text-decoration: none;
}

.simbio-theme .btn-xs .btn-label {
    left: -6px;
    padding: 0 6px;
}
.simbio-theme .btn.btn-xs.btn-labeled {
    line-height: 1.6;
}
tr td.fit-content, tr th.fit-content {
    width: 14%;
    white-space: nowrap;
}


.simbio-theme .no-wrap {
    white-space: nowrap;
}

.simbio-theme .dropdown-menu > li {
	padding: 0 10px;
    text-align: left;
    white-space: nowrap;
}

.simbio-theme div.widget-toolbar .dropdown-menu > li > a:hover,
.simbio-theme .dropdown-menu > li > a:focus {
    background-color: #b8e2e1;
    color: #00a69c;
}
.progress {
    position: relative !important;
}

.progress span {
    position: absolute !important;
    display: block !important;
    width: 100% !important;
    color: black !important;
    font-weight: bold;
    font-size: 14px;
}


/* ANGULARJS SPECIFIC */

/* This is required for Firefox for cloaking; it ensures that any displays are overridden.
   Reference: https://docs.angularjs.org/api/ng/directive/ngCloak
*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}


/*
// Changes to login page specific items.
*/
.simbio-theme.login-page {
	background: url(../img/login_bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    overflow-y: auto;
}


/*@media only all and (max-width: 1024px) and (max-height: 768px) {
  .simbio-theme.login-page { 
    -moz-background-size: 1024px 768px;
    background-size: 1024px 768px;
  }
}*/

.simbio-theme .login-page {
	overflow: visible;	
}

.simbio-theme .login-header {
    font-size: 30px;
    color: #fff;
}

.simbio-theme .login-box {
    margin-top: 10%;
}

.simbio-theme .login-box fieldset {
    padding: 5px 20px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}

.simbio-theme .login-box footer {
    padding: 7px 20px 15px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: none;
}

.simbio-theme .login-box header {
	padding: 7px 20px 15px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom: none;
	font-size: 20px;
	color: #fff;
}

.simbio-theme .well {
	background: none;
	border: none;
	box-shadow: none;
	position: relative;
}

.simbio-theme .login-logo {
    background: url('../img/SimBioBrand_logo.png') no-repeat;
    height: 88px;
    width: 134px;
    margin: 20px auto 0 auto;
    display: block;
}


.simbio-theme .login-box label {
	font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #fff;
}

.simbio-theme .smart-form .checkbox input + i::after {
	color: #666;	
}

/*
// Changes to the Account page/portal
*/
.simbio-theme.account-page .jarviswidget > header h2 {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: rgb(125, 151, 1) !important;
    font-size: 16px;
    padding: 8px 12px 12px 12px;
}

.simbio-theme.account-page .jarviswidget > header {
    height: 52px;
}

.simbio-theme.account-page .widget-body > div  p {
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 5px;
    font-size: 14px;
    color: #555;
    margin: 0;
}

.simbio-theme.account-page .jarviswidget > div {
    font-family: Arial, Helvetica, sans-serif !important;
    background: rgba(255, 255, 255,.9) !important;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border: none;
}

.simbio-theme.account-page .jarviswidget {
    margin-top: 10%;
}

.simbio-theme.account-page .login-logo {
    margin: 40px auto 0 auto;
}

.simbio-theme.account-page .smart-form fieldset {
    background: none;
    padding: 0 20px;
}

.simbio-theme.account-page .btn-info, .simbio-theme.account-page .btn-header > *:first-child > a.btn-info {
    background: rgb(115, 147, 1);
    border-color: rgb(99,135,1);
}

.simbio-theme.account-page .btn-info:hover, .simbio-theme.account-page .btn-header > *:first-child > a.btn-info:hover {
    background: rgb(89, 116, 1);
    border-color: rgb(99,135,1);
}

.simbio-theme.account-page .jarviswidget .smart-form .col:first-child {
    margin: 10px 0 0 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.simbio-theme.account-page .jarviswidget .smart-form .col:first-child {
    margin: 10px 0 0 0;
}

.simbio-theme.account-page .jarviswidget .smart-form .input .icon-prepend + input  {
    height: 42px;
    font-size: 14px;
}

.simbio-theme.account-page .smart-form label {
    margin: 0 0 5px 0;
}

.simbio-theme.account-page .smart-form .icon-prepend {
    padding: 5px 5px 5px 0;
}

.simbio-theme.account-page .jarviswidget .smart-form {
    margin: 10px 0 0 0;
}

.simbio-theme.account-page .jarviswidget a {
    color: rgb(115, 147, 1);
}

.simbio-theme.account-page .jarviswidget a:hover {
    color: rgb(89, 116, 1);
}


/*
// Changes to the header (the main blue bar) including logo and menu buttons.
// These settings may cause issues with layout on other devices...
*/
.simbio-theme #header {
    background: linear-gradient(to bottom, #5C5C5C, #000);
	background: -webkit-linear-gradient(to bottom, #5C5C5C, #000);
}
.simbio-theme #header > :first-child {
    width: auto;
}
.simbio-theme #logo-group-student {
    float: left;
    min-width: 275px;
}
.simbio-theme #logo-group-instructor {
    float: left;
    min-width: 285px;
}
.simbio-theme #logo,
.simbio-theme #flag
{
    float: left;
    width: auto;
    margin-top: 3px;
}
.simbio-theme #logo.instructor-logo img {
    width: 201px;
    float: left;
}
.simbio-theme #logo.student-logo img {
    width: 186px;
    float: left;
}
.simbio-theme #flag.flag-holder img {
    height: 30px;
    float: left;
    margin-top: 6px;
    margin-left: 15px;
}

.simbio-theme .header-buttons > li {
    float: left !important;
}
.simbio-theme .dropdown-menu-right {
    margin-right: 5px !important;
    margin-top: 2px !important;
}
.simbio-theme .btn-header a > span.button-label {
    line-height: 26px !important;
}
.simbio-theme .btn-header > *:first-child > a {
    margin-left: 5px !important;
}
.simbio-theme .user-menu i, .help-menu i {
    padding: 0 5px;
}
.simbio-theme .user-menu span.button-label {
    font-size: 13px;
    height: 18px;
}

/*
// Changes to the ribbon (the "second header").
*/
.simbio-theme #ribbon {
    background: none repeat scroll 0 0 #FAFAFA !important;
	border-bottom: 1px solid #D3D3D3;
	padding: 0 8px;
}

.simbio-theme .currentCourseRibbon  {
    font-size: 16px !important;
    line-height: 16px !important;
}

.simbio-theme .currentCourseRibbon .bolded  {
    color: #00a69c !important;
    font-size: 16px !important;
    line-height: 16px !important;
}
.simbio-theme .currentCourseRibbon .label  {
    color: #333 !important;
}

.simbio-theme .dateTimeRibbon {
	color: #a5a5a5;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*
// Styles to add a fake second ribbon inside the subpage context.
*/
.simbio-theme .widget-body-toolbar.course-admin-toolbar, 
.simbio-theme .widget-body-toolbar.course-admin-pagebar {
    padding: 4px 10px !important;
}

.simbio-theme .widget-body-toolbar.course-admin-pagebar {
    margin-bottom: 10px;
}

.simbio-theme .toolbar-txt {
    line-height: 32px;
    font-size: 14px;
}

/*
// Hopefully this fixes anchors...
*/
.simbio-theme #consent_form .anchor {
    display: block;
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
}

/* This is specifically for the registration path */
.simbio-theme #registrationConsent #consent_form .anchor {
    display: block;
    height: 0px;
    margin-top: 0px;
    visibility: hidden;
}

/*
// Overrides and additions to the left menu.
*/

.simbio-theme aside {
	background: #E0E0E0;
	border-right: 1px solid #D3D3D3;
}

.simbio-theme .course-menu {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: #D3D3D3;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #525151;
    border-image: none;
    border-style: solid;
    border-width: 0;
    box-shadow: none;*/
	background-color: #f2fdba;
	border-bottom: 2px solid #cddf66;
}

.simbio-theme nav ul.course-menu li a:hover {
	background-color: #e7f7a2 !important;
}


/*.simbio-theme nav.course-list ul li {
	border-color: #fff;
}
*/

.simbio-theme nav > ul > li > a > span {
	vertical-align: -4px;
}

.simbio-theme nav ul ul {
	background: none;
	margin-left: 4px;
}

.simbio-theme nav ul li a span,
.simbio-theme nav ul li a:hover span
 {
	color: #666 !important;	
}

.simbio-theme nav > ul > li > a > i,
.simbio-theme nav ul li a i {
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	line-height: 28px;
	background: #c4cf00;
	border-style: solid;
	border-width: 2px;
	border-color: #4f4f4f;
	width: 32px !important;
	height: 32px;
	font-size: 15px;
	display: inline-block;
	color: #4f4f4f;
}

.simbio-theme nav ul li ul li a {
	font-weight: 700;
	padding-left: 36px;
}

.simbio-theme nav ul li a:hover {
	background-color: #CECECE !important;
}

.tab-current {
    background-color: #b3b3b3 !important;
    color: #515151;
    transition: 0.5s linear all;
}

.simbio-theme nav ul li a:active {
	background: #AEAEAE !important;
}

.simbio-theme nav ul ul li a {
    font-size: 11px;
	color: #666;
}

/*.simbio-theme nav ul ul li > a:hover {
	background-color: #FAFAFA;
}

.simbio-theme nav > ul ul li::before {
	border-top: 1px solid #cddf66 !important;
}

.simbio-theme nav > ul > li > ul::before {
	border-left: 1px solid #cddf66 !important;
}*/

/* Minified side bar */
.simbio-theme.minified nav > ul > li {
	border-bottom: none;
	border-top: none;
}

.simbio-theme.minified nav > ul > li > ul {
	background: #FAFAFA !important;
	padding: 0;
	margin: 0;
}

.simbio-theme.minified nav > ul > li > ul > li {
	background-color: #FAFAFA !important;
	line-height: 32px;
}

.simbio-theme.minified nav > ul > li > ul > li a:hover {
	background-color: #CECECE !important;
}

.simbio-theme.minified nav > ul > li > a > .menu-item-parent,
.simbio-theme.minified nav > ul > li > ul {
	left: 45px;
	margin-top: 0;
}

.simbio-theme.minified nav > ul > li > ul {
	position: absolute; /* this is necessary or there's a gap between the header and list */
	top: 32px;
}

.simbio-theme.minified nav > ul > li > ul > li {
	line-height: 32px;
	margin: 0;
	padding: 0;
}

.simbio-theme.minified nav ul > li > a {
	padding: 10px 6px;
}

/*
// Overrides and additions to error boxes inside widgets.
*/
.simbio-theme .alert {
    margin-bottom: 0px !important;
}

.simbio-theme .alert-warning {
	background-color: #FCDA8D;
	border-color: #FFB622;
}

.simbio-theme .alert-success,
.simbio-theme .alert-success h4 {
	background-color: #F2FDBA;
	border-color: #CCDE39;
	color: #A0AE06 !important;
}

.simbio-theme .alert-info {
	background-color: #BCE3E1;
	border-color: #7FD3D3;
	color: #129190;
}

.simbio-theme .alert-danger,
.simbio-theme .alert-danger h4 {
	background-color: #FCD9C2;
	border-color: #EA642D;
	color: #DF4B00 !important;
}

.simbio-theme .error-background {
    background-color: #fcbea9 !important;
}

/*
// Overrides and additions to buttons.
*/

/*.simbio-theme .btn-label {
	background: none;
}*/

.simbio-theme button i {
	margin-right: 6px;
}

.simbio-theme .btn-select {
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
   /* text-align: center;*/
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    /*border: 1px solid #ccc;*/
    white-space: nowrap;
    padding: 4px 12px;
    font-size: 13px;
    /*line-height: 1.428571429;*/
   /* border-radius: 4px;*/
/*    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
	/*-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;*/
	box-shadow: none;
	-webkit-box-shadow: none;	
}

.simbio-theme .btn-group-perf .btn {
	text-align: left;
	display: block;
	/*margin: 0 auto 5px;*/
	height: 48px;
	/*color: white;*/
	min-width: 205px !important;
    width: 96%;
}
.simbio-theme .btn-group-perf .btn-label-txt {
	/*float: left;*/
	display: block;
	/*font-size: 14px;*/
	/*position: relative;*/
	/*top: 50%;*/
	/*-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
	line-height: 48px !important;
	
}

.simbio-theme .btn-group-perf .btn-label {
	left: 0;
	float: left;
	width: 48px;
	height: 48px;
	text-align: center;
	margin: 0 6px 0 0;
	padding: 12px 0;
}

.simbio-theme .perf-button-group .btn-label i.btn-label-icon-bg,
.simbio-theme .perf-button-group .btn-label i.btn-label-icon-fg {
	display: block;
	/*float: left;*/
	color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	/*margin: -3px 0 0 -6px;*/
}
.simbio-theme .perf-button-group .btn-label i.btn-label-icon-fg {
	position: absolute;
	top: 5px;
	right: 8px;
	background: rgba(0, 0, 0, 0.60);
	padding: 3px;
	text-shadow: 2px 2px 2px #333;
	margin: 18px 0 5px -13px;
}

.btn-gradebook {
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
    margin-top: 2px;
}

.simbio-theme .btn-header > :first-child > a,
.simbio-theme .btn-default, 
.simbio-theme .btn-primary,
.simbio-theme .btn-info,
.simbio-theme .btn-success,
.simbio-theme .btn-warning,
.simbio-theme .btn-danger {
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.simbio-theme .btn-default {
	background: linear-gradient(to bottom, #FFF, #EFEFEF);
	border-color: #B8B8B8;
	color: #4F4F4F;	
}
.simbio-theme .btn-default:hover,
.simbio-theme .btn-default:focus,
.simbio-theme .btn-default:active,
.simbio-theme .btn-default.active,
.simbio-theme .open .dropdown-toggle.btn-default {
    background: linear-gradient(to bottom, #F0F0F0, #D0D0D0);
}

.simbio-theme .btn-primary,
.simbio-theme .btn-header > :first-child > a {
	background: linear-gradient(to bottom, #5C5C5C, #000);
	border-color: #424242;
	color: #fff;	
}
.simbio-theme .btn-header > :first-child > a:hover,
.simbio-theme .btn-primary:hover,
.simbio-theme .btn-primary:focus,
.simbio-theme .btn-primary:active,
.simbio-theme .btn-primary.active,
.simbio-theme .open .dropdown-toggle.btn-primary {
    background: linear-gradient(to bottom, #9D9D9D, #000);
}
	
.simbio-theme .btn-info,
.simbio-theme .btn-header > :first-child > a.btn-info {
    background: linear-gradient(to bottom, #24C1C0, #009899);
    border-color: #027873;
    color: #FFFFFF;
}
.simbio-theme .btn-header > :first-child > a.btn-info:hover,
.simbio-theme .btn-info:hover,
.simbio-theme .btn-info:focus,
.simbio-theme .btn-info:active,
.simbio-theme .btn-info.active,
.simbio-theme .open .dropdown-toggle.btn-info {
    background: linear-gradient(to bottom, #76F1EC, #009899);
}

.simbio-theme .btn-success,
.simbio-theme .btn-header > :first-child > a.btn-success {
    background: linear-gradient(to bottom, #ABB900, #839A03);
    border-color: #768700;
    color: #FFFFFF;
}
.simbio-theme .btn-header > :first-child > a.btn-success:hover,
.simbio-theme .btn-success:hover,
.simbio-theme .btn-success:focus,
.simbio-theme .btn-success:active,
.simbio-theme .btn-success.active,
.simbio-theme .open .dropdown-toggle.btn-success {
    background: linear-gradient(to bottom, #C0DA34, #839A03);
}

.simbio-theme .btn-warning,
.simbio-theme .btn-header > :first-child > a.btn-warning {
    background: linear-gradient(to bottom, #F35B00, #CF3D00);
    border-color: #C52904;
    color: #FFFFFF;
}
.simbio-theme .btn-header > :first-child > a.btn-warning:hover,
.simbio-theme .btn-warning:hover,
.simbio-theme .btn-warning:focus,
.simbio-theme .btn-warning:active,
.simbio-theme .btn-warning.active,
.simbio-theme .open .dropdown-toggle.btn-warning {
    background: linear-gradient(to bottom, #FA704A, #CF3D00);
}

.simbio-theme .btn-danger,
.simbio-theme .btn-header > :first-child > a.btn-danger {
    background: linear-gradient(to bottom, #FFAA00, #EA9100);
    border-color: #F19100;
    color: #FFFFFF;
}
.simbio-theme .btn-header > :first-child > a.btn-danger:hover,
.simbio-theme .btn-danger:hover,
.simbio-theme .btn-danger:focus,
.simbio-theme .btn-danger:active,
.simbio-theme .btn-danger.active,
.simbio-theme .open .dropdown-toggle.btn-danger {
    background: linear-gradient(to bottom, #FFCD6C, #EA9100);
}

/* 
// Overrides and additions to TABS.
*/

.simbio-theme .nav-tabs > li.active > a {
	-webkit-box-shadow: 0 -2px 0 #c2d31b;
	-moz-box-shadow: 0 -2px 0 #c2d31b;
	box-shadow: 0 -2px 0 #c2d31b;
}

.simbio-theme .sb-header > header {
    background-color: #edecec !important;
}

.simbio-theme .sb-header > header > li:hover {
    background-color: #aaa !important;
}


/*
// Overrides and additions to tree view.
*/

.simbio-theme .tree-icon {
	/*color: #24c1c0;*/
	font-size: 16px;
}

.simbio-theme ul.abn-tree li.abn-tree-row span {
    padding: 0 6px;
}

/* make the module name bold */
.simbio-theme ul.nav.abn-tree .level-1 .indented {
	font-weight: 700;
}

.simbio-theme ul.nav.abn-tree li.level-2  {
    border-left: 1px solid #ccc;
	font-size: 90%;
	left: 16px;
}

/*	beginning of fixes to assignments tree.
	may not be necessary if bugs worked out - jw
	
.simbio-theme ul.nav.abn-tree li.level-2 span.ng-binding {
	height: 20px;
	overflow: hidden;
	border: 1px solid #f90;
	left: 0;
	top: 2px;
}
*/

.simbio-theme ul.nav.abn-tree .level-2 .indented  {
   left: 0;
}

/* puts a line before each segment in the list */
.simbio-theme ul.nav.abn-tree li.level-2::before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	left: 0;
	top: 16px;
	border-top: 1px solid #ccc;
	z-index: 1;
}

.simbio-theme .nav > li > span {
    display: inline-block;
    padding: 9px 10px 10px;
    position: relative;	
	/*border: 1px solid #f90; for testing */
}

/*
// Overrides and additions to form elements.
*/

.simbio-theme .form fieldset {
	background: none;
}

.simbio-theme .add-edit {
	background-color: #f2fdba;	
}

.simbio-theme .smart-form .note-error {
    color: #A90329;
}

.simbio-theme .editable-input {
    padding-left: 5px;
}

.simbio-theme .smart-form .chosen-container * {
    box-sizing: border-box !important;
}

/*.simbio-theme input[type="checkbox"] {
	border-radius: 6px;	
	-webkit-border-radius: 6px;
}*/

.simbio-theme .smart-form .radio input:checked+i,
.simbio-theme .smart-form .checkbox input:checked+i, 
.simbio-theme .smart-form .toggle input:checked+i,
.simbio-theme .smart-form .input:hover input, 
.simbio-theme .smart-form .select:hover select, 
.simbio-theme .smart-form .textarea:hover textarea, 
.simbio-theme .smart-form .radio:hover i, 
.simbio-theme .smart-form .checkbox:hover i, 
.simbio-theme .smart-form .toggle:hover i, 
.simbio-theme .smart-form .input input:focus, 
.simbio-theme .smart-form .select select:focus, 
.simbio-theme .smart-form .textarea textarea:focus, 
.simbio-theme .smart-form .radio input:focus + i, 
.simbio-theme .smart-form .checkbox input:focus + i, 
.simbio-theme .smart-form .toggle input:focus + i,
.simbio-theme .smart-form .radio input:checked+i, 
.simbio-theme .smart-form .checkbox input:checked+i, 
.simbio-theme .smart-form .toggle input:checked+i,
.simbio-theme .form-control:focus{
	border-color: #c2d31b; 
}

.simbio-theme label input[type="radio"].radiobox:checked + span:before {
   color: #00a49d;
}

.simbio-theme .radio-inline, .checkbox-inline {
	padding-left: 15px;
}

/* DEFAULT:HOVER radio content */
.simbio-theme label:hover input[type="radio"].radiobox + span:before,
.simbio-theme label:hover input[type="radio"].radiobox:checked + span:before {
  color: #00a49d;
  border-color: #00a49d;
}

.simbio-theme .smart-form .radio input + i::after {
	background-color: #00a49d;	
}

/* CHECKBOX */
.simbio-theme label input[type="checkbox"].checkbox:checked + span:before {
  color: #00a49d;
}

.simbio-theme label input[type="checkbox"].checkbox + span:before {
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  margin-right: 5px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
  margin-top: -1px;
}

/* CHECKBOX: DEFAULT:HOVER */
.simbio-theme label:hover input[type="checkbox"].checkbox + span:before {
  color: #00a49d;
  border-color: #00a49d;
}

/* CHECKBOX: DEFAULT:ACTIVE */
.simbio-theme label:active input[type="checkbox"].checkbox:checked + span:before {
/*  color: #ffffff;*/
  background: #00a49d;
  border-color: #00a49d;
}

/*
// Overrides and additions to accordions.
*/

.simbio-theme .smart-accordion-default.override .panel-title > a > *:first-child {
    display: block;
}

.simbio-theme .panel-default > .panel-heading {
	color: #4f4f4f;
    padding: 5px 7px 5px 7px !important;
    line-height: 20px;
}


.simbio-theme .smart-accordion-default.panel-group .panel-title a,
.smart-accordion-default.panel-group .panel-title a:hover {
	padding: 15px 15px 20px 15px;
}

.simbio-theme .panel-blueLight > .panel-heading {
	color: #138f8e;
	background-color: #d8e8e7;
	border-color: #d8e8e7;
}

.simbio-theme .panel-greenLight > .panel-heading {
	color: #138f8e; /*Wrong*/
	background-color: #e7f7a2;
	border-color: #e7f7a2;
}

.simbio-theme .panel-greenLight {
	border-color: #bdcc81;
}

.simbio-theme .smart-accordion-default.panel-group .panel-title a:hover {
	background-color: #bce3e1;
}

.simbio-theme .smart-accordion-default.panel-group .panel-title a.disabled:hover {
    background-color: inherit;
    cursor: default;
}

.simbio-theme a.no-click {
    cursor: default;
}

/*
// Overrides and additions to modals.
*/

/* These two lines are to fix a bug where multiple scroll bars appear when a modal window pops up.
   They also help isolate the modal window, freezing the background in place. */
.freeze-pane { overflow: hidden !important; }
.simbio-theme .modal {overflow: auto !important; }

.simbio-theme .modal-compact .modal-body {
    padding: 5px 20px 0 !important;
}

.simbio-theme .modal-compact .modal-header {
    padding: 5px 10px !important;
}

.simbio-theme .modal .modal-footer-form {
    padding: 10px 10px 0px 20px !important;
}

.simbio-theme .modal-compact .modal-footer {
    padding: 4px 10px 5px !important;
}

.simbio-theme .setup-modal .modal-header {
    border-bottom: none;
}
.simbio-theme .setup-modal .modal-body {
    padding: 0 20px 20px 20px;
    min-height: 400px;
}

.simbio-theme .setup-modal h1 {
    color: #4f4f4f;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
    }

.simbio-theme .setup-modal h4.modal-title {
    font-weight: 300;
    font-size: 36px;
}


.simbio-theme .setup-modal h5.button-description {
    display: none;
}
.simbio-theme .setup-modal button:hover + h5.button-description {
    display: block;
}
.simbio-theme .setup-modal .review-answer.answer-yes {
	display: inline-block;
	background-color: #a1b80b;
	color: #fff;
	padding: 4px 6px;
	-webkit-border-radius: 16px;
	border-radius: 36px;
	min-width: 16px;
	text-align: center;
    /*color: #A1B80B;*/
}
.simbio-theme .setup-modal .review-answer.answer-no {
	display: inline-block;
	background-color: #df480d;
	color: #fff;
	padding: 4px 6px;
	-webkit-border-radius: 16px;
	border-radius: 36px;
	min-width: 16px;
	text-align: center;
    /*color: #DF480D;*/
}
.simbio-theme .setup-modal .review-description {
    color: #4F4F4F;
}

.simbio-theme .setup-modal .border-bottom {
	border-bottom: 1px solid #ccc !important;
}


/*
// Overrides and additions to widgets.
*/

.simbio-theme .ui-widget {
	font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
}

.simbio-theme .jarviswidget > div {
	border-width: 1px 1px 1px 1px;
}

.jarviswidget > header {
	overflow-x: visible;
}

.simbio-theme.jarviswidget-color-blueLight > header,
.simbio-theme .jarviswidget > header {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	/* background: linear-gradient(to bottom, #FFF, #EFEFEF); */
    background-color: #666;
	border-color: #CCC !important;
/*	color: #00a49d;*/
}

.simbio-theme .jarviswidget > header h2 {
	/*font-size: 18px; If the header is too big, it causes the top bar to break, boo */
	color: #FFF;
}

.simbio-theme h2 i { /* icon that appears next to headline */
	width: 30px;
/*	height: 30px;
	line-height: 30px;*/
	color: #666;
	font-size: 14px;
	border: 3px solid #E8F46F;
	background-color: #FFF;
	border-radius: 30px;
	text-align: center;
	margin: 0;
	padding: 6px;
	letter-spacing: 0;
}

.simbio-theme .widget-toolbar > .smart-form .radio input + i, 
.simbio-theme .widget-toolbar > .smart-form .checkbox input + i, 
.simbio-theme .widget-toolbar > .smart-form .toggle input + i {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.simbio-theme .smart-form .toggle i::before {
	background-color: #C2D31B; /* color of the little toggle dot */
}

.simbio-theme .jarviswidget-ctrls a {
	color: #666;
}

.simbio-theme .jarviswidget-ctrls a:hover {
	color: #4e4e4e;
	cursor: pointer;
}

.simbio-theme .assignment .jarviswidget-ctrls a {
  color: #fff;
}

/* -- Specific widgets --*/
.simbio-theme .widget-footer-form {
    min-height: 54px !important;
}

/*each assignment gets its own background color */
.simbio-theme .assignment,
.simbio-theme .assignment-new {
    margin-bottom: 0;
}

.simbio-theme .assignment > div {
	background: #dcecea !important;
	border: none;
}

.simbio-theme .assignment-new > div {
	background: #e7f7a2 !important;
	border: none;
/*	color: #a0ae06 !important;*/
}

.simbio-theme .assignment div.assign-body,
.simbio-theme .assignment-new div.assign-body {
    padding-top: 0;
	border-bottom-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	border: none;
}

.simbio-theme .assignment header {
    color: #fff;
	background: #00a49d;
	border: none;
}
.simbio-theme .widget-icon.header-collapse {
    cursor: pointer;
}

.simbio-theme .assignment-new header {
    color: #fff;
	background: #839a03;
	border: none;
}

.simbio-theme .assignment header h2,
.simbio-theme .assignment-new header h2 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.simbio-theme .assignment-new h4,
.simbio-theme .assignment-new h5 {
	color: #7d8b06;
}

.simbio-theme .assignment .border-top {
	border-top: 1px solid #fff;
	padding-top: 6px;
}

.simbio-theme .assignment .newassigntip {
    display: block;
    padding-top: 6px;
}

.simbio-theme .assignment ol,
.simbio-theme ul.course-list  {
	margin: 0;
	padding: 0;
}

.simbio-theme .assignment ol.segmentlist,
.simbio-theme .assignment-new ol.segmentlist {
    margin: 5px 0 5px 10px;
    padding: 0;
}

.simbio-theme .course-list li {
	list-style-type: none;
	border-bottom: 1px solid #f0f0f0;
	margin-left: 10px;
}

.simbio-theme .course-list li a {
	padding: 4px 10px;	
	margin: 0;
	display: block;
}

.simbio-theme .course-list li a:hover {
	text-decoration: none;
	background: #f2fdba;
	display: block;
	padding: 4px 10px;	
	margin: 0;
}

.simbio-theme .assignment ol li,
.simbio-theme .assignment-new ol li {
	background: rgba(255,255,255, .7);
	margin: 1px 0 1px 0;
	padding: 6px 0 6px 6px;
	list-style-position: inside;
}

.simbio-theme .assignment .collapsed, .simbio-theme .assignment-new .collapsed {
    min-height: 20px !important;
}

.simbio-theme .due-publish-info {
	background: #eff6f7;
	border-radius: 4px;
	color: #138f8e;
	line-height: 20px;
	margin-top: 5px;
}

.simbio-theme .assignment .assign-body a.button-icon {
    color: #138f8e;
}

.simbio-theme .assignment-new .due-publish-info {
    background: #f8fde3;
    color: #7d8b06;
}

.simbio-theme .assignment-new a.button-icon {
    color: #7d8b06;
}

/* Sort/rename modal */

.simbio-theme .dd3-content {
	color: #00a49d;
	font-size: 13px;
	background: #dcecea;
	border: 1px solid #b8e2e1;
}

.simbio-theme .dd3-handle {
	background: -moz-linear-gradient(top, #24c1c0 0%, #009899 100%) repeat scroll 0 0 transparent;
	border: 1px solid #009899;
}

.simbio-theme .dd3-handle::before {
	color: #fff;
}

.simbio-theme .bg-color-blueDark {
	background-color: #00a69c !important;
}

.simbio-theme .bg-color-lighten {
	background-color: #b8e2e1 !important;
}

.simbio-theme .due-options-form .due-options-button {
    float: right;
    padding-right: 45px;
}

.simbio-theme .due-options-form-modal {
    text-align: left !important;
    /*border-top: 1px solid black;*/
    /*margin-top: 15px;*/
}

.simbio-theme .ui-datepicker {
	padding: 0;
}

.simbio-theme .ui-datepicker .ui-datepicker-header {
	padding: 0;
	background-color: #00a69c;
	color: #fff !important;	
}

.simbio-theme .ui-datepicker td .ui-state-hover {
	background-color: #fcda8d;
	color: #666;
}

.simbio-theme .ui-datepicker td .ui-state-highlight {
	background-color: #bce3e1;
	color: #129190 !important;
	font-weight: 700;
	text-shadow: none;
}

.simbio-theme .ui-datepicker td .ui-state-active {
	background-color: #fcda8d;
	border: 1px solid #ffb622;
	color: #B07C2D !important;
	font-weight: 700;
	text-shadow: none;
}
.simbio-theme .assignment .form-control[disabled],
.simbio-theme .assignment .form-control[readonly],
.simbio-theme .assignment fieldset[disabled] .form-control {
    cursor: pointer;
    background-color: #fff;
    opacity: 1;
}

.simbio-theme .ui-datepicker .ui-datepicker-prev, 
.simbio-theme .ui-datepicker .ui-datepicker-next {
  height: 1.2em;
  position: absolute;
  top: 2px;
  width: 2.4em;
}

.simbio-theme .ui-datepicker .ui-datepicker-prev span, 
.simbio-theme .ui-datepicker .ui-datepicker-next span {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: 0;	
/*	border: 1px solid #f90;*/
}

.simbio-theme .ui-datepicker a.ui-datepicker-prev:hover, 
.simbio-theme .ui-datepicker a.ui-datepicker-next:hover {
	background-color: #00a69c;
	color: #b8e2e1 !important;
	cursor: pointer;
	height: 1.2em !important;
}

.simbio-theme .ui-datepicker a.ui-datepicker-prev span:hover, 
.simbio-theme .ui-datepicker a.ui-datepicker-next span:hover {
	color: #b8e2e1 !important;
}

/*
// Overrides and additions to tables.
*/

.simbio-theme .assignment .table thead tr, .fc-border-separate thead tr {
    background-color: #009899;
    background-image: linear-gradient(to bottom, #24c1c0 0px, #009899 100%) !important;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

.simbio-theme .assignment-new .table thead tr, .fc-border-separate thead tr {
    background-color: #839a03;
    background-image: linear-gradient(to bottom, #abb900 0px, #839a03 100%) !important;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

.simbio-theme .table > thead > tr > th,
.simbio-theme .table > tbody > tr > th, 
.simbio-theme .simbio-theme .table > tfoot > tr > th,
.simbio-theme .table > thead > tr > td, 
.simbio-theme .table > tbody > tr > td, 
.simbio-theme .table > tfoot > tr > td {
	vertical-align: middle;
}

.simbio-theme .table-bordered {
	border: 1px solid #ddd !important;
    margin-bottom: 0 !important;
}

.simbio-theme .gridStyle {
    border: 1px solid rgb(212,212,212);
    height: 100px;
    width: 200px;
}

.simbio-theme .table-force-bottom-border {
    border-bottom: 1px solid #DDD !important;
}

.simbio-theme .ng-table th.sortable.sort-desc,
.simbio-theme .ng-table th.sortable.sort-asc {
    background-color: rgba(64, 64, 64, 0.25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.simbio-theme .ng-table.perf-table th.sortable.sort-desc,
.simbio-theme .ng-table.perf-table th.sortable.sort-asc {
    background-color: rgba(192, 192, 192, 0.25);
    text-shadow: none;
}

.simbio-theme .table-striped > tbody > tr:nth-child(odd) > td,
.simbio-theme .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #eff6f7;
}

.simbio-theme .table-striped > tbody > tr:nth-child(even) > td {
  background-color: #fafcfd;
}

.simbio-theme .assignment-new .table-striped > tbody > tr:nth-child(odd) > td,
.simbio-theme .assignment-new .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f8fde3;
}

.simbio-theme .assignment-new .table-striped > tbody > tr:nth-child(even) > td {
    background-color: #fdfef7;
}

.simbio-theme .td-center,
.simbio-theme .center {
	text-align: center;
}

/* Installer Page Tables and Etc. */
.simbio-theme table.install-table {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.simbio-theme table.install-table td.table-lead{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
}
.simbio-theme table.install-table td.table-foot{
    font-size: 14px;
    text-align: center;
    padding: 10px 15px;
}
.simbio-theme .install-table tr td {
    padding: 10px 10px 0 10px;
}
.simbio-theme .install-table tr td ul {
    padding: 0 0 0 15px;
    margin-bottom: 5px;
}
.simbio-theme .install-table tr td ul li {
    padding: 0 0 2px 0;
}


/* Performance Area Tables */

	/* Perf home */
	
	/* Assignment div */
	.simbio-theme .perf-assingments {
		margin: 10px;
		border: none;	
	}
	
	.simbio-theme .panel-heading-performance {
		background: #fff !important;
		color: #00a69c !important;
	}

    .simbio-theme .panel-heading-home {
        background: #00a69c !important;
        color: #ffffff !important;
        border: 1px solid #006963;
    }

    .simbio-theme .panel-heading-home-green {
        background: #97ba04 !important;
        color: #ffffff !important;
        border: 1px solid #7e9700;
    }

    .simbio-theme .panel-heading-assignment-green {
        background-color: #97ba04 !important;
        color: #ffffff !important;
        border: 1px solid #7e9700;
    }

    .simbio-theme .panel-heading-assigment-green > header {
        background-color: #97ba04 !important;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

    .simbio-theme .panel-heading-assignment-green > div {
        background-color: #e7f7a2 !important;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

    .lt-green-panel {
        background-color: #e7f7a2 !important;
    }

    .lt-green-panel-bordered {
        border: 1px solid #839a03 !important;
        background-color: #eff5e0 !important;
    }

    .dk-green-panel {
        background-color: #839a03 !important;
    }

    .counter-point-panel {
        background-color: #fff;
        border-width: 1px 1px 1px 1px !important;
        padding-bottom: 5px;
        padding-top: 5px;
        border: solid black;
        width: 50px;
        margin: 0 auto;
    }

    .assignment-panel-insert {
        background-color: #eff5e0 !important;
    }

    .current-assignment {
        background-color: #fff;
    }

	.simbio-theme .perf-assign-body {
		background: #dcecea;
	}
	
	.simbio-theme .sm-assign-table td {
		border-bottom: 1px solid #ccc;
	}
	
	.simbio-theme .sm-assign-table tbody tr {
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	
	.simbio-theme .sm-assign-table th {
		color: #fff;
		background-color: #00a69c; 
	}
	
	.simbio-theme .sm-assign-table thead > tr {
		border: none !important;
	}
	
	.simbio-theme .sm-assign-table th,
	.simbio-theme .sm-assign-table td {
		text-align: center;
		background: #fff;
	}
	
	.simbio-theme table.sm-assign-table td:first-child {
		background: #eaf5f4;
	}
	
	.simbio-theme .perf-boxed {
        min-height: 48px;
		background: #fff;
		border-radius: 6px;
		margin: 0 0 5px 0;
		padding: 0;
		box-shadow: 1px 1px 1px rgba(146, 188, 188, 0.6);
        border: 1px solid;
	}

    .simbio-theme .perf-boxed > div strong {
        /* color: #00a69c; */
        color: #3f3f3f;
    }

    .simbio-theme .perf-boxed div.progress {
        margin-top: 6px;
    }

    .simbio-theme .question-update {
        background-color: #00a69c;
        border-radius: 4px;
        color: #cff0ed;
        font-size: 86%;
    }

    .simbio-theme .span-h4 { /* i.e., Performance : Submission summary heading */
        font-size: 11px;
        font-weight: 700;
        color: #00a69c;
        line-height: 12px;
        display: block;
    }

    .simbio-theme .span-perf-stats {
        font-size: 10px;
        line-height: 20px;
        width: 95px !important;
        display: block;
        /*text-align: right;*/
        white-space: nowrap;
    }
	/* Main Listing for QPD and SPD */
	.simbio-theme table.performance-table tr {
		/*white-space: nowrap;*/
		/*color: white;
		font-weight: bold;
		background: linear-gradient(to bottom, #abb900, #839a03) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
		/*font-size: 120%;*/
		border-bottom: none;
		color: #666;
		background: #eaf5f4;
	}
    .simbio-theme table.performance-table > tbody > tr:hover {
        cursor: pointer;
    }

    .simbio-theme .table-striped.gradedStriped > tbody > tr:nth-child(odd) > td,
    .simbio-theme .table-striped.gradedStriped > tbody > tr:nth-child(odd) > th {
        background-color: #fffce4;
    }

    .simbio-theme table tr.feedbackQuestion,
    .simbio-theme .dropdown-menu .feedbackQuestion,
    .simbio-theme tr.feedbackQuestion.answerRow.open {
        background: #eaf5f4 !important;
    }
    .simbio-theme table tr.gradedQuestion,
    .simbio-theme .dropdown-menu .gradedQuestion,
    .simbio-theme tr.gradedQuestion.answerRow.open {
        background: #feefbf !important;
    }
    .simbio-theme table tr.predictionQuestion,
    .simbio-theme .dropdown-menu .predictionQuestion,
    .simbio-theme tr.predictionQuestion.answerRow.open {
        background: #f2e4f0 !important;
    }
    .simbio-theme table tr.remainingQuestion,
    .simbio-theme .dropdown-menu .remainingQuestion,
    .simbio-theme tr.remainingQuestion.answerRow.open {
        background: #d7feb1 !important;
    }

    .simbio-theme table tr.feedbackQuestion:hover,
    .simbio-theme .dropdown-menu .feedbackQuestion:hover,
    .simbio-theme tr.questionRow.feedbackQuestion.open {
        background: #d2f1ed !important;
    }
    .simbio-theme table tr.gradedQuestion:hover,
    .simbio-theme .dropdown-menu .gradedQuestion:hover,
    .simbio-theme table tr.questionRow.gradedQuestion.open {
        background: #fee79c !important;
    }
    .simbio-theme table tr.predictionQuestion:hover,
    .simbio-theme .dropdown-menu .predictionQuestion:hover,
    .simbio-theme tr.questionRow.predictionQuestion.open {
        background: #ead7e7 !important;
    }
    .simbio-theme table tr.remainingQuestion:hover,
    .simbio-theme .dropdown-menu .remainingQuestion:hover,
    .simbio-theme tr.questionRow.remainingQuestion.open {
        background: #c6eba2 !important;
    }




	.simbio-theme table.performance-table th {
        padding: 5px;
        background-color: #00a49d !important;
    }

	.simbio-theme table.sm-assign-table th {
		color: #fff;
		background-color: #9a9a9a !important;
        padding: 5px;
	}

	.simbio-theme table.sm-assign-table th:first-child {
		border-radius: 6px 0 0 0;
	}

	.simbio-theme table.sm-assign-table th:last-child {
		border-radius: 0 6px 0 0;
	}

	.simbio-theme table.sm-assign-table th:only-child {
		border-radius: 6px 6px 0 0;
	}
		
	.simbio-theme table.performance-table > tbody {
			/*background-color: #FFF;*/
	}
	
	.simbio-theme table.performance-table td {
		border-top: 1px solid #A0D5D0;
	}
	
	.simbio-theme table.performance-table > tbody > tr.open > td.numberCol {
			vertical-align: top;
	}

	/* Answer Detail for QPD and SPD */
	.simbio-theme table.performance-table .detailPane {
		padding: 10px;
		cursor: default;
	}
	.simbio-theme tr.answerRow	{
		border-top: none !important;
		border-bottom: 2px solid #839a03;
		padding-bottom: 5px;
	}

    .simbio-theme table.performance-table-detail {
		background-color: transparent !important;
		border-bottom: 1px solid #A0D5D0;
        margin-bottom: 10px !important;
    }
	.simbio-theme table.performance-table-detail tr {
		/*font-weight: bold;*/
		background: transparent !important;
	}
	
	.simbio-theme table.performance-table-detail td {
		background-color: #FFF !important;
        padding: 5px;
	}

	.simbio-theme table.performance-table-detail tr.highlightRow td {
		background-color: #f0fff0 !important;
		font-weight: bold;
	}
	
	tr.perf-table-subhead td {
        background-color: #00a49d;
        color: #FFFFFF;
        font-weight: 700;
        border-bottom: 2px solid #1EA59C;
        border-top: 1px solid #FFF !important;
	}

    .perf-extra-header td {
        background-color: #00a49d !important;
        color: #FFFFFF !important;
        font-weight: 700 !important;
        border-bottom: 2px solid #1EA59C !important;
        border-top: 1px solid #FFF !important;
    }

    .extra-border th {
        border-left: 2px solid #00a49d;
        text-align: center;
    }

    .extra-cell-border td {
        border: 1px solid #A0D5D0;
    }

	/* Column Specific Styles */

	.simbio-theme table.performance-table .numberCol {
		vertical-align: top;
	}
	
	.simbio-theme table.performance-table .dayslateCol,
	.simbio-theme table.performance-table .numberCol {
		text-align: center;
		font-weight: bold;
	}
	.simbio-theme table.performance-table .answerCol
	.simbio-theme table.performance-table .questionCol {
		text-align: left;
	}
	.simbio-theme table.performance-table .formatText .answerCol,
	.simbio-theme table.performance-table .formatRange .answerCol,
	.simbio-theme table.performance-table .formatMultipleTF .answerCol {
		font-weight: bold;
	}
	.simbio-theme table.performance-table .correctCol,
	.simbio-theme table.performance-table .answeredCol,
	.simbio-theme table.performance-table .studentCol,
	.simbio-theme table.performance-table .pointsCol {
		text-align: center;
	}
	.simbio-theme table.performance-table i.correct {
		font-size: 150%;
		color: #00a44d;
	}
	.simbio-theme table.performance-table i.incorrect {
		font-size: 150%;
		color: #df480d;
	}
    .simbio-theme table.performance-table i.incomplete {
        font-size: 150%;
        color: #4f4f4f;
    }
    .simbio-theme table.performance-table i.submitted-incomplete {
        font-size: 150%;
        color: #dba921;
    }

    .simbio-theme.mobile-view-activated flot div {
        margin-bottom: 10px !important;
    }

	
/*
// Lists
*/

ol.instructions {
	margin: 10px;
	padding: 10px;
	background-color: #e0e0e0;
	border-radius: 6px;
	border: 1px solid #ccc;
}

ol.instructions li {
	padding: 6px;
	list-style-type: none;
}

ol.ordered-instructions {
	margin: 1em 1.6em;
	padding: 0;
}

ol.ordered-instructions li {
	border-bottom: 1px dashed #ccc;
	font-size: 110%;
	margin: 8px 0;
	padding: 4px 0;
}

/*
// Overrides and additions to typography.
*/

.simbio-theme .modal-body {
	font-size: 14px;
	line-height: 160%;
}

.simbio-theme h1 {
	color: #a1b80b;
	letter-spacing: 0;
	font-weight: 400;
}

.simbio-theme h1.page-title {
    font-weight: 400;
    margin: 0px 0px 10px 0px;
}

.simbio-theme h2 {
	color: #00A49D;
	letter-spacing: 0;
	margin: 10px 0;
}

.simbio-theme h3 {
	color: #a1b80b;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	
}

.simbio-theme h4 {
	font-size: 14px;
	font-weight: 400;
	color: #138f8e;
	margin: 0;
}


.simbio-theme .h5,
.simbio-theme h5 {
	font-size: 13px;
	font-weight: 700;
	color: #138f8e;
}

.simbio-theme h6 {
	font-size: 12px;
	font-weight: 700;
	/*color: #138f8e;*/
}

.simbio-theme .bolded {
    font-weight: 700 !important;
}

.simbio-theme .txt-color-blueDark,
.simbio-theme .txt-color-blue {
	color: #138f8e !important;
}

.simbio-theme .txt-color-blueLight {
    color: #00a69c !important;
}

.simbio-theme .txt-color-greenDark {
	color: #a1b80b !important;
}

.simbio-theme .txt-color-greenLight {
    color: #97ba04 !important;
}

.simbio-theme .txt-color-grayLight {
	color: #a5a5a5 !important;
}

.simbio-theme .txt-color-white {
    color: #fff !important;
}

.simbio-theme .txt-color-purple {
	color: #df480d !important; /* it's not really purple at all */
}

.simbio-theme .txt-color-teal {
	color: #c2d31b !important; /*this is actually more green for now */
}

.simbio-theme .text-danger {
	color: #DF4B00;
}

.simbio-theme .news {
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px dotted #d9e593;
	padding: 0 0 12px 0;
}

.simbio-theme .fa-bigger-x1 {
	font-size: 120%;
}

.simbio-theme .sparks-info span {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0 !important;
}

.simbio-theme #sparks li h5 {
	color: #969696;
	letter-spacing: 1px;
}


.simbio-theme .box-outline {
    margin-left: 20px;
    padding: 10px;
    border: 1px solid #b8e2e1;
    width: auto;
}

.simbio-theme .box-outline-dotted {
	margin-left: 20px;
	padding: 10px;
	border: 5px dotted #b8e2e1;
	width: auto;
}

/*
// Overrides and additions to labels and badges.
*/

.simbio-theme .label-default {
	background-color: #d3d3d3;
	color: #666;
}

.simbio-theme .label-primary {
	background-color: #666;
}

.simbio-theme .label-success,
.simbio-theme .bg-color-greenLight {
	background-color: #f2fdba !important;
	border: 1px solid #a0a306 !important;
	color: #a0a306;
}

.simbio-theme .label-info,
.simbio-theme .bg-color-blueLight,
.simbio-theme .bg-color-blue {
	background-color: #00a69c !important;
}

.simbio-theme .label-warning,
.simbio-theme .bg-color-red {
	background-color: #df480d !important;
}

.simbio-theme .label-danger,
.simbio-theme .bg-color-orange {
	background-color: #f7b300 !important;
}

/* Warnings, alerts */
.simbio-theme .txt-color-red {
  color: #df480d !important;
}

.simbio-theme .MessageBoxContainer {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  color: white;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  top: 35%;
  width: 60%;
}

.simbio-theme .MessageBoxContainerSmall {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    color: white;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    top: 35%;
    width: 30%;
}

.simbio-theme .MessageBoxMiddle {
  left: 10%;
  position: relative;
  width: 80%;
}

.simbio-theme .MessageBoxMiddle .MsgTitle {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
}

.simbio-theme .pText {
	font-size: 120%;
}

.simbio-theme .tooltip-inner {
  border-radius: 6px;
}

/*.simbio-theme .tooltip.top .tooltip-arrow {
  border-top-color: #4F4F4F;
}
.simbio-theme .tooltip.top-left .tooltip-arrow {
  border-top-color: #4F4F4F;
}
.simbio-theme .tooltip.top-right .tooltip-arrow {
  border-top-color: #4F4F4F;
}
.simbio-theme .tooltip.right .tooltip-arrow {
  border-right-color: #4F4F4F;
}
.simbio-theme .tooltip.left .tooltip-arrow {
  border-left-color: #4F4F4F;
}
.simbio-theme .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4F4F4F;
}
.simbio-theme .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #4F4F4F;
}
.simbio-theme .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #4F4F4F;
}*/

/*
// Overrides and additions to PAGINATION.
*/

.edit-icon {
    cursor: pointer;
}

.simbio-theme .pagination li a {
    cursor: pointer;
}
.simbio-theme .pagination li a input {
    padding: 0 5px;
    margin: -5px 0;
    width: 30px;
}

.simbio-theme .pagination > .active > a, 
.simbio-theme .pagination > .active > span, 
.simbio-theme .pagination > .active > a:hover, 
.simbio-theme .pagination > .active > span:hover, 
.simbio-theme .pagination > .active > a:focus, 
.simbio-theme .pagination > .active > span:focus {
	background-color: #00a49d;
	border-color: #00a49d;
}

.simbio-theme .pagination > li > a, 
.simbio-theme .pagination > li > span {
	color: #00a49d;
}

.simbio-theme .pagination > .active > a {
	color: #fff;
}

.simbio-theme .pagination > li > a, 
.simbio-theme .pagination > li > span {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


/*.simbio-theme .pagination > li > a:hover, 
.simbio-theme .pagination > li > span:hover, 
.simbio-theme .pagination > li > a:focus, 
.simbio-theme .pagination > li > span:focus {
	color: #00a49d;
}*/

/* Overrides and additions to graphs, progress bars and the like */

.progress {
    background-color: #fff;
    border-radius: 4px;
	/*border: 1px solid #ccc;*/
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	/*font-weight: normal;*/
	-webkit-box-shadow: none; 
	box-shadow: none; 
}


.progress-bar-info {
	/*background-color: #00a69c;*/
    background-color: rgba(0, 166, 156, 0.80);
}

.progress-bar-danger {
	/*background-color: #df480d;*/
    background-color: rgba(223, 72, 13, 0.70);
}

.progress-bar-warning {
	/*background-color: #f7b300;*/
    background-color: rgba(247, 179, 0, 0.80);
}

.progress-bar-success {
	/*background-color: #a1b80b;*/
    background-color: #a1b80b;
}
.questionPerfTable .progress-bar-danger {
    background-color: rgba(255, 30, 8, 0.40);
}
.questionPerfTable .progress-bar-success {
    background-color: rgba(161, 184, 11, 0.40);
}
.questionPerfTable .progress-bar-default {
    background-color: rgba(0, 0, 0, 0.20);
}

.bg-color-greenLight {
	
}

/*
// Overrides and additions to images and image handling
*/

.simbio-theme img.shrinky-image {
    max-width: 100%;
    max-height: 100%;
}

.simbio-theme img.image-border-green {
    border: 1px solid #a1b80b;
}

.simbio-theme span.nexter {
    width: 100%;
    display: block;
    text-align: center;
    color: #a1b80b;
    font-size: 18px;
    padding-bottom: 2px;
}

/*
// Overrides and additions to fix problems with SmartAdmin's smallest mobile view.
*/
@media only screen and (min-width: 0px) and (max-width: 679px) {
    /*.simbio-theme #header {
        background: linear-gradient(to bottom, #3276B1 95%, #375480 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    }*/
	
    .simbio-theme .btn-header > *:first-child > a {
        margin-left: 10px !important;
    }
    .simbio-theme .nav.navbar-nav {
        margin-top: 0 !important;
    }
    .simbio-theme #ribbon {
        border-bottom: none !important;
        border-top: none !important;
        /*background: none repeat scroll 0 0 #575757 !important;*/
    }
}
@media print {
    .no-print {
        display: none !important;
    }
}

/*
// Overrides and additions to fix problems with SmartAdmin's Select2 CSS.
*/

.simbio-theme .select2-container {
    float: left;
}
.simbio-theme .select2-container .select2-choice {
    height: 31px;
    line-height: 30px;
}
.simbio-theme .select2-dropdown-open .select2-choice,
.simbio-theme .select2-container .select2-choice {
    width: 100%;
}
.simbio-theme .select2-drop.select2-drop-above {
    border-top: 1px solid #B8B8B8;
    border-top-width: 3px;
    border-bottom: 0;
}
.simbio-theme .select2-drop-active {
    border: 1px solid #B8B8B8;
    border-top: none;
    border-bottom-width: 3px;
}
.simbio-theme .select2-search input {
    width: inherit !important;
}
.simbio-theme .select2-container-active .select2-choice,
.simbio-theme .select2-container-active .select2-choices {
    border: 1px solid #B8B8B8;
}
.simbio-theme .select2-dropdown-open .select2-choice {
    width: 100%;
}
.simbio-theme .select2-dropdown-open.select2-drop-above .select2-choice,
.simbio-theme .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #B8B8B8;
    border-top-color: transparent;
}
.simbio-theme .select2-results .select2-highlighted {
    background: #00A49D;
}
.simbio-theme .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #B8B8B8;
}
.simbio-theme .ui-select-container[theme="select2"].direction-up .ui-select-match,
.simbio-theme .ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 0;
}
.simbio-theme .ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.simbio-theme .ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 0;
}
.simbio-theme .ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.simbio-theme .ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #B8B8B8;
}

/* Additional classes to create the rest of the Student Selector */

.simbio-theme .student-select-container {
    display: table;
    width: 100%;
}
.simbio-theme .student-select-row {
    display: table-row;
}
.simbio-theme .student-select-cell {
    display: table-cell;
    padding: 0;
}
.simbio-theme .student-select-cell .prev {
    /*margin: -4px -4px 0 0;*/
    border-radius: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin: 0;
    float: left;
    border-right: none;
}
.simbio-theme .student-select-cell .next {
    /*margin: -4px 0 0 -4px;*/
    border-radius: 0;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin: 0;
    float: left;
    border-left: none;
}

.simbio-theme .col-no-scroll {
    position: absolute;
    white-space: nowrap;
}

.simbio-theme .no-min-height {
    min-height: 0;
}

.simbio-theme .no-border-bottom {
    border-bottom: 0;
}

.student-search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.student-search input {
    width: 250px;
    height: 32px;

    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.student-search input { text-indent: 32px;}
.student-search .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
}

.horizontal-slide {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    float: none;
}

th.container-single > div {
    width: 100%;
    overflow:hidden;
}
th.container-single {
    height: 20px;
    min-width: 110px;
}

th.container-mid > div {
    width: 100%;
    overflow:hidden;
}
th.container-mid {
    height: 62px;
    min-width: 100px;
    white-space: nowrap;
}

th.container-double > div {
    width: 100%;
    height: 100%;
    overflow:hidden;
}
th.container-double {
    height: 107px;
    min-width: 50px;
}

.table-bordered > tbody > tr > td {
    padding: 5px;
}

.table > thead > tr > th {
    padding: 5px;
}

tr.fixed-height {
    height: 30px;
}

td.smaller-padding {
    padding: 2px;
}

td.mid-padding {
    padding: 5px 5px 5px 5px !important;
}

.gb-td-fixed-height {
    height: 20px !important;
    overflow: hidden;
}

.max-width-20 {
    max-width: 20px;
}

.max-width-60 {
    max-width: 60px;
}

.min-width-70 {
    min-width: 70px;
}
.min-width-60 {
    min-width: 60px;
}
.min-width-50 {
    min-width: 50px;
}
.min-width-40 {
    min-width: 40px;
}


.fixed-width-50 {
    width: 50px;
}

.fixed-width-55 {
    width: 55px;
}

.fixed-width-75 {
    width: 75px;
}

/* PADDING AND MARGIN */
.search-table-outer {
    overflow-x: scroll;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: -13px;
}

.simbio-pagination {
    padding-left: 22px;
    padding-top: 10px;
    padding-right: 12px;
}

.pagination-no-margins {
    margin: 0px 0 !important;
}

.mar-lr-5 {
    margin: 0 5px 0 5px;
}

.marl-large {
    margin-left: 20px;
}

.marl-none {
    margin-left: 0;
}

.marr-none {
    margin-right: 0;
}

.marr-10 {
    margin-right: 10px !important;
}

.mart-none {
    margin-top: 0;
}

.marb-none {
    margin-bottom: 0;
}

.marl-5 {
    margin-left: 5px !important;
}

.marl-10 {
    margin-left: 10px !important;
}

.marb-5 {
    margin-bottom: 5px !important;
}

.mart-30 {
    margin-top: 30px;
}

.padl-none {
    padding-left: 0 !important;
}

.padr-none {
    padding-right: 0 !important;
}

.padt-none {
    padding-top: 0 !important;
}

.padb-none {
    padding-bottom: 0 !important;
}

.padl-4 {
    padding-left: 4px;
}

.padr-4 {
    padding-right: 4px;
}

.padt-4 {
    padding-top: 4px;
}

.padt-20 {
    padding-top: 20px;
}

.padb-4 {
    padding-bottom: 4px;
}

.padl-8 {
    padding-left: 8px;
}

.padr-8 {
    padding-right: 8px;
}

.padt-8 {
    padding-top: 8px;
}

.padb-8 {
    padding-bottom: 8px;
}

.padb-20 {
    padding-bottom: 20px;
}

.padl-10 {
    padding-left: 10px;
}

.padr-10 {
    padding-right: 10px;
}

.padt-10 {
    padding-top: 10px;
}

.padb-10 {
    padding-bottom: 10px !important;
}

.padl-15 {
    padding-left: 15px;
}

.padr-15 {
    padding-right: 15px;
}

.padt-15 {
    padding-top: 15px;
}

.padb-15 {
    padding-bottom: 15px;
}

.padt-20 {
    padding-top: 20px;
}

.padt-30 {
    padding-top: 30px;
}

.padt-35 {
    padding-top: 35px;
}

.right-text-direction {
    direction: rtl;
}

/* ICONS */

.icon-question-bg {
    border: none !important;
    background: linear-gradient(to bottom, #FFF, #EFEFEF);
}

/* Help Icon Tooltip */
.fa-question-circle:before {
    font-size: 17px;
    padding: 2px;
}

/* FONTS */

.font-italic {
    font-style: italic;
}

.font-size-10 {
    font-size: 10px;
}

.font-normal {
    font-weight: normal;
}

/* COLORS */
.bg-offwhite {
    background-color: #fafcfd;
}

.white-link a {
    color: #e2e2e2;
}
.white-link a:hover {
    color: #FFF;
    cursor: pointer;
}

.element-red {
    color: #FF0000;
}

.element-black {
    color: #000;
}

.element-gray {
    color: #666;
}

.element-white {
    color:#fff;
}

.element-blue {
    color: #00a49d;
}

.text-dk-green {
    color: #648700 !important;
}

.info-opaque {
    background-color: rgba(0, 166, 156, 1);
}

.warning-opaque {
    background-color: rgba(247, 179, 0, 1);
}

/* MISC */
.overflow-hide {
    overflow: hidden;
}

.dl-scores-tooltip {
    z-index: 2;
    position: absolute;
    left: 164px;
    bottom: 14px;
}

/* SECTION TABLE */
.section-table {
    border-collapse: collapse;
}

.section-table-th {
    border-bottom: 1px solid #242424;
    padding: 2px 12px 2px 0px;
}

.fa-sm {
    font-size: 0.75em;
    margin-bottom: 7px;
}

.icon-background {
    color: #4f4f4f;
}

.icon-foreground {
    color: #ecf5f4 !important;
}

.icon-foreground-white {
    color: #ffffff !important;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5) center center no-repeat;
    opacity: .5;
    top: 0;
    bottom: 0;
}

.center-page {
    position: absolute;
    top: 50%;
    left: 50%;
}

.zendesk-article {
    background: #fff;
    overflow: hidden;
    padding: 10px 30px 10px 30px;
    border-radius: 8px;
    color: #000;
}

.not-active a {
    pointer-events: none;
    color: rgb(102, 102, 102);
}

.value-change {
    transition: 1.5s linear all;
    opacity: 1;
}

hr.no-margins {
    margin-top: 0;
    margin-bottom: 0;
}

hr.small-margins {
    margin-top: 3px;
    margin-bottom: 3px;
}

hr.black {
    border-color: black;
}

.sb-button {
    color: #fff;
    width: 150px;
    border-radius: 6px;
}

.blueButton {
    background: #00a69c;
    border: #006b64 solid 1px;
}

.blueButton:hover {
    background: #006b64;
    border: #002b28 solid 1px;
    color: #fff;
}

.brownButton {
    background: #ad7100;
    border: #744c00 solid 1px;
}

.brownButton:hover {
    background: #744c00;
    border: #400f00 solid 1px;
    color: #fff;
}

.lightBrownButton {
    background: #db8f00;
    border: #ad7100 solid 1px;
}

.lightBrownButton:hover {
    background: #ad7100;
    border: #682f00 solid 1px;
    color: #fff;
}

.greenButton {
    background: #6a8300;
    border: #445400 solid 1px;
}

.greenButton:hover {
    background: #445400;
    border: #233900 solid 1px;
    color: #fff;
}

.lightGreenButton {
    background: #97ba04;
    border: #7e9c00 solid 1px;
}

.lightGreenButton:hover {
    background: #7e9c00;
    border: #284d00 solid 1px;
    color: #fff;
}

.perform-odd {
    background-color: #f3f3f3;
}

.perform-even {
    background-color: #fff;
}

.perf-box-border {
    border: 1px solid;
    border-color: #666;
}

.perf-bottom-border {
    border-bottom: 1px solid;
}

.perf-bottom-border-short {
    border-bottom: 1px solid;
    left: 10px;
    right: 10px;
}

.input-valign-correction {
    vertical-align: -2px;
}

.input-valign-correction-4 {
    vertical-align: -4px;
}

.input-valign-correction-6 {
    vertical-align: -6px;
}

.sb-logo {
    display: block;
    text-indent: -9999px;
    width: 100px;
    height: 82px;
    background-size: 100px 82px;
}

.dark-banner {
    background:#3f3f3f;
    border:none;
    padding:0 15px;
    margin:0 0 10px 0;
}

.dark-banner h2 {
    margin-top:10px;
    color:#fff;
}
.dark-banner > .dontShow-right {
    color:#fff;
    margin-top:-32px;
}

.panel-title.nextStepTitle {
    color:#00a69c;
    padding-bottom:7px;
}

.panel-body.panelBody-Bkg1 {
    background:#e2fffd;
    border:#00a69c 1px solid;
}
.panel-body.panelBody-Bkg1-rounded {
    background:#e2fffd;
    border:#00a69c 1px solid;
    border-radius: 10px;
}
.panel-body.panelBody-Bkg2 {
    background:#f3ffc4;
    border:solid 1px #bbc592;
}
.panel-body.panelBody-Bkg3 {
    background:rgb(240, 240, 240);
    border:solid 1px #3f3f3f;
}

.panel-body.panelBody-Bkg4 {
    background:rgb(255, 255, 255);
    border:solid 1px #3f3f3f;
}

.panel-container {
    padding:10px;
    border:solid 1px #3f3f3f;
    background: #fff;
}

.animate-show-hide.ng-hide {
    opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
    transition: all linear 0.5s;
}

.no-wrap-title {
    white-space: nowrap;
}

.stepsContainer > h3 {
    text-align:center;
    color:#fff;
    padding:10px;
}
.stepsContainer {
    font-family: arial, helvetica, san-serif;
    background:#97ba04;
    height:140px;
    width:100%;
    line-height: 16px !important;
}
.stepContainerMin {
    width:25%;
    height:auto;
    float:left;
    text-align:center;
    margin:-5px auto 0 auto;
    left:0;
    right:0;
    top:20px;
    position:relative
}

.stepContainerMin > span {
    background:#fff;
    width:30px;
    padding:6px 0 5px 0;
    border-radius:50%;
    color:#00a69c;
    font-size:18px;
    font-weight:bold;
    position:absolute;
    left:45%

}

.stepContainerMin > p {
    font-size:14px;
    color:#fff;
    width:100%;
    margin:40px auto;
}

.stepsContainer > hr {
    border:solid 2px #fff;
    position:absolute;
    top:60px;
    left:0;
    right:0;
    width:74%;
}

.sb-small-button {
    width: 65px;
    font-size: 10px;
}

.no-min-height {
    min-height: 0px !important;
}

.border-between > [class*='col-']:before,
.border-between > [class*='col-']:after {
    background: #000000;
    bottom: 0;
    content: " ";
    position: absolute;
    width: 1px;
    top: 0;
}
.border-between > [class*='col-']:before {
    left: 0;
}
.border-between > [class*='col-']:after {
    right: -1px;
}
.border-between > [class*='col-']:first-child:before,
.border-between > [class*='col-']:last-child:after {
    display: none;
}

.text__openstaxLabel {
    font-size:13px;
    border-bottom: #666 1px solid;
    padding:0;
    display:block;
    text-align:center;
    font-weight:bold;
}
