body {
	font-size: 12px;
}

/************** Utility Classes *************/
.modal .modal-wide {
    max-width: 100%;
    width: 70%;
    height: 60%;
}

.html-tooltip .tooltip-inner {
	max-width: 600px !important;
	text-align: left;
}

/* Stop nested checkboxes from shrinking */
ul.simpletree li > span > input[type=checkbox] {
    display: inline-block;
    width: auto;
}

.report-content {
    overflow-x: scroll;
}

.filterLoader{
    max-height: 30px;
}

.error {
    color: #F0284C;
    font-style: italic;
}

.price-field.error {
    border-color: #F0284C;
}

.inline-el.fa.collapse, .inline-el.collapse {
	display: none;
}

.inline-el.collapse.show {
	display: inline;
}

.inline-block-el {
	display: inline-block;
}

th.collapse.show, td.collapse.show {
	display: table-cell;
}

.truncate {
	width: 10em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/************* CADMIUM COLORS ****************/

/* DODGER BLUE */
.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active {
	background-color: #3881FF !important;
	border-color: #3881FF !important;
}

.dropdown-primary a:hover {
	background-color: #3881FF;
}
  
.btn-primary .badge {
	color: #3881FF;
}
  
.badge-primary, .label-primary {
	background-color: #3881FF;
}

.bg-primary {
	background-color: #3881FF !important;
}

.txt-primary {
	color: #3881FF !important;
}

.alert-info {
	background-color: #3881FF;
}

.growl-animated.alert-info {
	box-shadow: 0 0 5px rgba(56, 129, 255, 0.5);
}

.pager > a, .pager > span {
	color: #3881FF;
}

.pagination > li > a, .pagination > li > span {
	color: #3881FF;
}

.main-header .breadcrumb-title a {
	color: #3881FF;
}

.sidebar-menu > li.active > a {
	background: #3881FF;
}

.sidebar-menu .treeview-menu > li.active > a {
	color: #3881FF;
}

.nav-tabs .slide {
	background: #3881FF;
}

.nav-item a.nav-link {
	color: #3881FF;
}

.md-tabs .nav-item .nav-link.active, .md-tabs .nav-item .nav-link.active:focus, .md-tabs .nav-item .nav-link.active:hover {
  color: #3881FF;
}

.fa-question-circle {
	color: #2a61bf;
	font-size: 14px !important;
}

/* CORAL */
.btn-warning, .btn-warning:active, .btn-warning:focus, .btn-warning:hover {
	background-color: #F87B4C !important;
	border-color: #F87B4C !important;
}

.dropdown-warning a:hover {
	background-color: #F87B4C;
}

.input-warning, .input-warning:focus {
	border: 1px solid #F87B4C;
}

.btn-warning .badge {
	color: #F87B4C;
}

.badge-warning, .label-warning {
	background-color: #F87B4C;
}

.bar-warning {
	border-bottom: 2px solid #F87B4C;
}

.bg-warning {
	background-color: #F87B4C !important;
}

.txt-warning {
	color: #F87B4C !important;
}

.alert-warning {
	background-color: #F87B4C;
}

.growl-animated.alert-warning {
	box-shadow: 0 0 5px rgba(248, 123, 76, 0.5);
}

/* GREEN */
.btn-success, .btn-success:focus, .btn-success:hover, .btn-success:active {
	background-color: #85ba13 !important;
	border-color: #85ba13 !important;
}

.dropdown-success a:hover {
	background-color: #85ba13;
}

.input-success, .input-success:focus {
	border: 1px solid #85ba13;
}

.btn-success .badge {
	color: #85ba13;
}

.badge-success, .label-success {
	background-color: #85ba13; 
}

.bar-success {
	border-bottom: 2px solid #85ba13;
}

.bg-success {
	background-color: #85ba13 !important;
}

.txt-success {
	color: #85ba13 !important;
}

.alert-success {
	background-color: #85ba13;
}

.growl-animated.alert-success {
	box-shadow: 0 0 5px rgba(133, 186, 19, 0.5);
}

/* RED */
.btn-danger, .btn-danger:focus, .btn-danger:hover, .btn-danger:active {
	background-color: #F0284C !important;
	border-color: #F0284C !important;
}

.dropdown-danger a:hover {
	background-color: #F0284C;
}

.btn-danger .badge {
	color: #F0284C;
}

.badge-danger, .label-danger {
	background-color: #F0284C;
}

.bar-danger {
	border-bottom: 2px solid #F0284C;
}

.bg-danger {
	background-color: #F0284C !important;
}

.txt-danger {
	color: #F0284C !important;
}

.alert-danger {
	background-color: #F0284C;
}

.growl-animated.alert-danger {
	box-shadow: 0 0 5px rgba(240, 40, 76, 0.5);
}

.btn-info, .btn-info:focus, .btn-info:hover, .btn-info:active {
	background-color: #16BFD9 !important;
	border-color: #16BFD9 !important;
}

/* JAVA */
.dropdown-info a:hover {
	background-color: #16BFD9;
}

.btn-info .badge {
	color: #16BFD9;
}

.badge-info, .label-info {
	background-color: #16BFD9;
}

.bar-info {
	border-bottom: 2px solid #16BFD9;
}

.bg-info {
	background-color: #16BFD9 !important;
}

.bg-gridster {
	background-color: #88b3ff;
}

.txt-info {
	color: #16BFD9 !important;
}

/* DOLPHIN */
.bg-default {
	background-color: #6c6a81 !important;
}

h6 {
	color: #6c6a81;
}

.card-header {
	color: #6c6a81;
}

.btn-default, .btn-default:focus, .btn-default:hover, .btn-default:active {
	color: #6c6a81;
}

.btn-default .badge {
	background-color: #6c6a81;
}

.badge-default, .label-default {
	background-color: #6c6a81;
}

.sidebar-menu > li > a {
	color: #6c6a81;
}

.sidebar-menu .treeview-menu > li > a {
	color: #6c6a81;
}

.btn-secondary, .btn-secondary:hover {
	background-color: #6c6a81;
	border-color: #6c6a81;
}

.btn-secondary.disabled, .btn-secondary:disabled {
	background-color: rgba(108, 106, 129, 0.5);
	border-color: rgba(108, 106, 129, 0.5);
}

.badge-secondary, .label-secondary {
	background-color: #6c6a81;
}

/*  EBONY CLAY */
.main-header-top {
	background-color: #303146;
}

.main-header-top > .navbar {
	background-color: #303146;
}
  
.main-header .breadcrumb-title .breadcrumb-item:last-child a {
	color: #303146;
	font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #303146;
	position: relative;
	top: -2px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active  {
	color: #303146;
}

.nav-tabs .nav-link.active .fa {
	font-weight: 600;
}

.text-dark {
	color: #303146 !important;
}

body {
	color: #303146;
}

.tooltip-inner {
	background-color: #303146;
}

.tooltip.show {
	opacity: 1;
}

table.sticky-header-horizontal {
	overflow-x:auto
}
table.sticky-header-horizontal > thead {
	position: sticky;
	top: -16px;
	background-color: #dcdcdc;
}

/* MARINER */
body, .content-wrapper {
	background-color: #f5f1f6;
}

.bg-light {
	background-color: #f5f1f6 !important;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #f5f1f6;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #f5f1f6;
}

.card-header[class*="bg-danger"], .card-header[class*="bg-success"], .card-header[class*="bg-warning"], .card-header[class*="bg-info"], .card-header[class*="bg-primary"] {
	color: #ffffff;
}

/************* BS4 and Theme Overrides **************/
* a {
	font-size: inherit;
	color: #3881FF;
}

a:hover {
	color: #2a61bf;
}

img {
    max-width: 100%;
}

.pagination li {
    margin-top: 0px;
}

/* Paginga JS paginator */
.pagination .pageNumbers .page-item .page-link {
	border-radius: 0;
}

#dashboard_product_report_modal .modal-body, #registrants_report_modal .modal-body, #detail-report-modal .modal-body, #survey-report-modal .modal-body, #quiz-report-modal .modal-body, #certifications-detail-report-modal .modal-body {
    max-height: 750px !important;
    overflow: scroll;
}

#data_import_fields .modal-body {
	overflow-x: auto;
}

.import-fields-order-info{
    float:left;
}

.field-list{
    word-break: break-all;
    float:left;
}

.specialty-credit-field .local-name {
    text-transform: capitalize;
}

.field-list span{
    float:left;
}

.popover.collapse {
    display: none;
}

.popover.collapse.show {
    display: block;
}

.popover {
    width: auto;
    max-width: none;
    -webkit-box-shadow: 0 0 25px -5px #9e9c9e;
    box-shadow: 0 0 25px -5px #9e9c9e;
}

.sortable-placeholder {
	height: 30px;
	opacity: 0.3;
	margin-bottom: 10px;
	border: 1px dashed black;
}

.shadow-none {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.dropdown-menu-right {
	right: 0;
	left: auto !important;
}

.card.collapse {
    display: none;
}

.card.collapse.show {
    display: flex;
}

.table.collapse.show {
	display: table;
}

.modal-header {
    display: inherit;
}

.cell_actions form {
    display: inline-block;
}

.cell_actions .actionIconBtn, #dashboard_table .actionIconBtn {
	width: 34px;
	height: 34px;
	padding: 8px 0px 0px 0px;
}

.cell_actions .actionIconBtn.dual-icon-btn {
	padding-top: 2px;
}

.cell_actions .actionIconBtn:last-child, #dashboard_table .actionIconBtn:last-child {
	margin-right: 0px !important;
}

.cell_actions .actionIconBtn.delete-task-list {
	margin-right: .5rem !important;
}

.product_row td.cell_actions {
	padding: 8px 20px;
}

.product_row .productIconBtn {
	width: 50px;
	height: 45px;
	padding: 15px 0px 0px 0px;
}

.product_row .productIconBtn.actionIconBtn {
	padding-top: 10px;
}

.product_row .productIconBtn .counter {
	position: absolute;
	float: right;
	top: -1px;
	right: 4px;
	font-size: 8px;
}

.product_row .btn-essays.productIconBtn .fa-question {
	color: #16BFD9;
	top: 3px;
	font-size: 12px;
}

.table-products .mainActions {
	width: 210px;
	margin: 0 auto;
}

.table-products .mainActions .status_disp {
	width: 210px;
}

.product-subnav-container .cell_actions {
	padding: 8px 0px;
	margin-bottom: 40px;
}

.product-subnav-container .mainActions {
	width: 250px;
	margin: 0 auto;
}

.product-subnav-container .mainActions .status_disp {
	width: 250px;
}

input[type="checkbox"]:disabled, input[type="radio"]:disabled {
	cursor: not-allowed;
}

.was-validated .form-control:valid ~ .invalid-feedback, .was-validated .custom-select:valid ~ .invalid-feedback {
	display: none;
}

.modal {
    position: fixed !important;
}

.btn {
    cursor: pointer;
}

.panel-default {
    border-color: #ddd;
}

.panel-success {
    border-color: #85ba13;
}

.panel-primary {
    border-color: #3881FF;
}

.panel-danger {
    border-color: #F0284C;
}

.panel-info {
    border-color: #16BFD9;
}

.panel-warning {
    border-color: #F87B4C;
}

.panel {
    margin-bottom: 20px;
}

.panel .panel-body {
    padding: 15px;
}

.badge-maintenance {
	font-size: 32px;
}

.bar-info {
	border: none;
}

.header-fixed .content-wrapper {
    margin-top: 50px;
}

.content-wrapper, .sidebar-collapse .content-wrapper {
    margin-top: 0px;
}

.redactor-styles .btn {
	user-select: auto;
}

.redactor-styles ul {
	list-style: disc;
}

@media (min-width: 768px) {
	.main-header {
		margin-top: 120px;
	}
}

.main-header-top {
	max-height: 120px;
	height: 120px;
}

.main-header-top > .navbar {
	max-height: none;
	margin-left: 350px;
}

.main-header-top .logo {
	width: 350px;
	height: auto;
}

.main-header-top .navbar-user .rounded-circle {
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 10px;
}

.main-header-top .navbar-user {
	padding-right: 15px;
}

.main-header-top .navbar-user .initialIcon {
	background: #85BA13;
	text-align: center;
}

.main-header-top .navbar-user span {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	top: 13px;
	position: relative;
	line-height: 16px;
	text-transform: uppercase;
}

.main-header-top .navbar-user .nav-user-name {
	float: left;
	position: relative;
	top: 11px;
}

.main-header-top .help-links {
	clear: both;
}

.main-header-top .help-links a {
	color: #f87b4c;
	font-size: 13px;
}

.main-sidebar {
	padding-top: 120px;
	width: 320px;
}

.portal-title h1 {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

.portal-title h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.portal-title h3 {
	font-size: 14px;
	font-weight: bold;
}

.portal-title p {
    color: #FFFFFF;
	font-size: 12px;
}

@media (max-width: 990px) {
	.portal-title {
		width: 100%;
	}

	.portal-title h1 {
		font-size: 19px;
		margin-bottom: 5px;
	}

	.portal-title h2 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.portal-title h3 {
		font-size: 12px;
	}

	.main-header-top .top-nav > li > a {
		padding-left: 0px;
		line-height: 1;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.main-header-top {
		max-height: none;
		height: auto;
		overflow: hidden;
	}

	.main-header-top .logo {
		float: left;
		margin-right: 0px;
	}

	.main-header-top .navbar {
		float: left;
		display: block;
		width: auto;
		max-height: none;
		margin-left: 60px;
		margin-bottom: 10px;
	}

	.main-header-top .top-nav {
		float: none;
	}

	.main-header-top h3 {
		line-height: 1.1;
	}

	.sidebar-collapse .main-sidebar {
		-webkit-transform: translate(-320px, 0);
		-moz-transform: translate(-320px, 0);
		-ms-transform: translate(-320px, 0);
		transform: translate(-320px, 0);
	}

	.sidebar-open .main-sidebar {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media (min-width: 768px) {

	.sidebar-toggle {
		display: none;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span > .treeview-menu {
		display: none;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > .treeview-menu {
		display: none;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu > li.active:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li.active:hover > a > span > .treeview-menu {
		display: block;
		position: absolute;
		width: 320px;
		left: 50px;
		-webkit-box-shadow: 2px 1px 5px 1px rgba(128, 128, 128, 0.28);
		box-shadow: 2px 1px 5px 1px rgba(128, 128, 128, 0.28);
		background: #fff;
		color: #666;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu > li.active:hover > .treeview-menu {
		top: 44px;
		margin-left: 0;
		display: block;
		position: absolute;
		width: 320px;
		left: 50px;
		-webkit-box-shadow: 2px 1px 5px 1px rgba(128, 128, 128, 0.28);
		box-shadow: 2px 1px 5px 1px rgba(128, 128, 128, 0.28);
		background: #fff;
		color: #666;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span > .treeview-menu {
		width: 320px;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li.active > .treeview-menu {
		width: 320px;
	}
}

/********* Sidebar Menu Height ********/

@media (min-width: 768px) and (max-height: 800px) {
	.sidebar-mini.sidebar-collapse #sidebar-scroll .sidebar-menu > .treeview > .treeview-menu {
		max-height: 220px;
		overflow: auto;
	}
}

@media (min-width: 768px) and (min-height: 801px) and (max-height: 900px) {
	.sidebar-mini.sidebar-collapse #sidebar-scroll .sidebar-menu > .treeview > .treeview-menu {
		max-height: 350px;
		overflow: auto;
	}
}

@media (min-width: 768px) and (min-height: 901px) and (max-height: 1000px) {
	.sidebar-mini.sidebar-collapse #sidebar-scroll .sidebar-menu > .treeview > .treeview-menu {
		max-height: 500px;
		overflow: auto;
	}
}

form .required_input label::after {
    content: " *";
}

form .required_input label.checkbox::after, form .required_input label.radio::after {
    content: "";
}

#email_settings_form input[disabled] {
	pointer-events: none;
}

/*payment card settings */
/* payment cards */
.payment-radios label.radio {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 15px;
    padding: 0px !important;
}

.payment-radios label.radio input {
    margin-left: 0px;
}

.payment-radios label.radio.__mastercard {
    background: url('/images/cards/master.png');
}

.payment-radios label.radio.__visacard {
    background: url('/images/cards/visa.png');
}

.payment-radios label.radio.__americanexpress {
    background: url('/images/cards/american_express.png');
}

.payment-radios label.radio.__discover {
    background: url('/images/cards/discover.png');
}

.input-group-btn {
	align-items: normal;
}

/********** Select/Multiselect *********/

span.multiselect-native-select {
    width: 100%;
}

.multiselect.btn {
    text-align: left;
}

.multiselect-container.dropdown-menu {
    min-width: 100%;
	font-size: 12px;
}

.multiselect-container.dropdown-menu .input-group {
	padding: 5px;
	margin: 0;
}

span.multiselect-selected-text {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiselect.dropdown-toggle::after {
    margin-left: -.50em;
}

.btn-group .multiselect-container > li > a {
    padding: 3px 20px;
    color: #212529;
    display: block;
}

.btn-group .multiselect-container > li > a > label.radio,
.btn-group .multiselect-container > li > a > label.checkbox {
    padding-left: 20px;
    padding-right: 0px;
}

.btn-group .multiselect-container > li.selected > a > label.checkbox:first-of-type, .btn-group .multiselect-container > li.selected > a > label.radio:first-of-type {
	text-indent: -30px;
}

.btn-group .multiselect-container > li.selected > a.multiselect-all > label.checkbox, .btn-group .multiselect-container > li.selected > a.multiselect-all > label.radio {
	text-indent: 0px;
}

.btn-group .multiselect-container > li > a > label > input[type="radio"],
.btn-group .multiselect-container > li > a > label > input[type="checkbox"] {
    display: none;
}

.btn-group .multiselect-container > li > a > label > .check-mark {
	width: 30px;
	display: block;
	position: relative;
	float: left;
	top: 2px;
}

.btn-group .multiselect-container > li > a > label > .check-mark::before {
    display: none;
}

.btn-group .multiselect-container > li.selected > a > label > .check-mark::before {
    display: inline;
}

.btn-group .multiselect-container > li > a:hover,
.btn-group .multiselect-container > li.selected > a,
.btn-group .multiselect-container > li.selected > a:hover {
    background-color: #3881FF;
    color: #ffffff;
}

.btn-group .multiselect-container > li > a:hover > label,
.btn-group .multiselect-container > li.selected > a > label,
.btn-group .multiselect-container > li.selected > a:hover > label {
    color: #ffffff;
}

.multiselect-container li.disabled {
	display: none;
}

.menu-icon-options.predefined .btn-group .multiselect-container > li:not(.selected) > a > label.radio {
	padding-left: 50px;
	text-indent: -30px;
}

.menu-icon-options .icon-preview .btn.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/********** Parent/Child Dropdown Items *********/

.dropdown-menu .child-item-1 {
	text-indent: 12px;
}

.dropdown-menu .child-item-2 {
	text-indent: 24px;
}

.dropdown-menu .child-item-3 {
	text-indent: 36px;
}

.dropdown-menu .child-item-4 {
	text-indent: 48px;
}

/*********** Subnav Menu Tabs ***********/

.tabs-left {
    min-width: 0px;
    width: 250px;
    display: flex;
}

.tabs-left .nav-item {
    background: none;
    text-align: left;
    margin-bottom: 0.5rem;
}

.tabs-left .nav-item.active {
    background: #ffffff;
}

.tabs-left .nav-item a {
    padding: 15px 15px 15px 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.tabs-left .nav-item .slide {
    height: 48px;
    top: 0px;
}

.tabs-left .nav-item .nav-link:hover ~ .slide, .tabs-left .nav-item .nav-link:active ~ .slide {
    opacity: 1;
}

@media (max-width: 1088px) {
    .tabs-left {
        width: auto;
    }
    .product-subnav-container{
        width: 100%;
    }
    .tab-n, .tabs-left .nav-item, .tabs-right .nav-item, .md-tabs.tabs-left .nav-item, .md-tabs.tabs-right .nav-item {
        width: auto;
        line-height: 12px;
        margin: 0;
    }
    .nav-item > .slide{
        display: none;
    }
    .mainActions{
        float: left;
    }
}

/*********** Sub-Subnav Product Tabs *********/

#prod_tabs.nav-tabs .slide {
    position: relative;
    width: 100%;
}

/********* Product Rating **********/

.productAttributes .rating-info > span {
    vertical-align: inherit;
}

/********* Password Progress *********/

.password-progress.progress-bar {
    line-height: 1.75rem;
    height: 1.75rem;
    color: #000000;
}

/******* SweetAlert tweaks *********/
.swal-text {
    font-size: 1.1rem !important;
}

.sweet-alert {
	max-height: 90%;
	overflow-y: auto;
}

/********** Certificate/Medical Certificate *********/

input.ng-invalid, select.ng-invalid {
    border:1px solid #F0284C;
}

.certificate-template .tabs .thumbnails.active {
	display: flex;
}

.certificate-template .template-info {
    border: none;
    padding: 0px;
    background: none;
}

.certificate-template .thumbnail {
    border: 1px solid transparent;
}

#mce-select.nav-tabs .nav-link.active {
	background: none;
	border-bottom-color: #f8f9fa;
}

.thumbs .thumbnail.active {
    border-color: #0088cc;
    border-width:1px;
    border-style: solid;
}

#cle_credits_table .multiselect-container > li > a > label {
	white-space: nowrap;
}

.self-serve-template-title::before {
	content: "\f013";
	font-family: FontAwesome;
	margin-right: 3px;
	color: #3881FF;
}

/*************** Discussion Component ***********/

.end-date-block.inline-el .bootstrap-datetimepicker-widget.dropdown-menu {
	top: auto !important;
}

.end-date-block.date-input-container {
	z-index: 100;
}

/************/
.input-loading {
    background-color: #ffffff;
    background-image: url("/images/input-loading.gif");
    background-size: 25px 25px;
    background-position:center center;
    background-repeat: no-repeat;
}

/************ Dashboard keys *********/
.dashboardKey {
	font-size: 12px;
	margin: 10px 0px 10px 20px;
	overflow: hidden;
	line-height: 40px;
	height:40px;
	float:left;
}

.dashboardKey div.statusItem {
	float: left;
	padding-right: 10px;
	color: #333333;
	font-style: normal;
}

.dashboardKey div.statusItem img {
	cursor: pointer;
	height: 15px;
	margin-right: 5px;
	padding: 3px;
	width: 15px;
	background: #f9f9f9;
	border: 1px solid #dddddd;
}

.dashboardKey .statusItem.success img {
	background: #DFF0D8;
}

.dashboardKey .statusItem.warning img {
	background: #FCF8E3;
}

.dashboardKey .statusItem.error img {
	background: #F2DEDE;
}

.table-dashboard .complete, .table-dashboard .complete .dashboard-title, .table-dashboard .incomplete, .table-dashboard .incomplete .dashboard-title {
	font-weight:normal;
	font-style:italic;
}

.table-dashboard .incomplete, .table-dashboard .incomplete p {
	color: #FF0000;
}
/********* Grant/Edit Credits ********/

#grant-credits-modal .form-group.collapse.show {
	display: flex;
}

/*********** Growl Alerts *************/

.growl-animated .text-danger {
	color: #721c24 !important;
}

.growl-animated .text-success {
	color: #155724 !important;
}

.growl-animated.alert-warning {
	color: #000000;
}

/*********** Datepicker styles being overridden by BS4 styles ************/

table .datepicker .table-condensed tr {
	background: none;
}

table .datepicker .table-condensed th, table .datepicker .table-condensed td {
	border: none;
	padding: 1px;
}

/******** Popper.js tooltip position fix *******/

.tooltip {
	top: 0;
}

/******** Dashboard Settings *********/

.dashboard-order.dd, .exhibitor-directory.dd {
	max-width: none;
}

/******** Site Layout/Microsite Color Picker *********/

.color-addon-title {
	justify-content: right;
}

.hex-pound {
	text-align: right;
	border-radius: 0px;
	border-left: none;
}

.color-dropdown {
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.pick-a-color.form-control {
	background: #f3f3f3;
}

.tooltip.color-picker-preview {
	opacity: 1;
}

.tooltip-inner.color-picker-preview {
	max-width: 800px;
}

.microsite-details .multiselect-native-select .btn-group, .microsite-details .multiselect-native-select .btn-group .dropdown-toggle {
	width: 100%;
}
	
/********* Report included lists ********/

.included-list-container {
	height: 20px;
	min-height: 20px;
	overflow: hidden;
}

/******** Report tables ***********/

.thead-container {
	z-index: 99 !important;
	left: 85px !important;
}

.thead-container thead th {
	background: #ffffff;
}

/********* Quiz and Survey Reports **********/

.quiz-summary .statusItem.complete img {
	background-color: #5BB75B;
	height: 10px;
	width: 10px;
}

.quiz-summary .statusItem.failed img {
	height: 10px;
	width: 10px;
	background-color: #DA4F49;
}

.survey-summary .not-allowed {
	background-color: #ccc;
}

.quiz-full-attempts .quiz-question-header-cell {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
	max-height: 55px;
}

.quiz-answer-longtext {
	min-width: 400px;
}

.quiz-answer-longtext small p {
	font-size: inherit;
}

/********** Scorm Reports *********/

#course-scorm-modal .reportage .details_widget {
	width: 100%;
}

/*********** News Tool **********/

.modal textarea#newsletterCode {
	height: 300px;
}

/********* Content Management Menus **********/

#menu-list .dd {
	max-width: none;
}

#menu-list .dd-item, .dd-dragel .dd-item {
	clear: both;
}

#menu-list .dd-item > button, .dd-dragel .dd-item > button {
	margin: 20px 0px;
	padding-left: 5px;
}

#menu-list .dd-item > button::before, .dd-dragel .dd-item > button::before {
	font-family: FontAwesome;
	font-size: 10px;
}

#menu-list .dd-item > button[data-action="collapse"]::before, .dd-dragel .dd-item > button[data-action="collapse"]::before {
	content: "\f077";
}

#menu-list .dd-item > button[data-action="expand"]::before, .dd-dragel .dd-item > button[data-action="expand"]::before {
	content: "\f078";
}

#menu-list .dd-content, .dd-dragel .dd-content {
	padding: 19px 1rem .75rem 1.75rem;
	height: 60px;
	background: #f8f9fa !important;
	border-radius: 0px;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #ccc;
}

#menu-list .cell_actions, .dd-dragel .cell_actions {
	margin-top: -6px;
}

#menu-list .dd-handle, .dd-list.dd-dragel .dd-handle {
	width: 50px;
	position: relative;
	float: left;
	border: none;
	border-radius: 0px;
	background: none;
	height: 60px;
	padding: 23px 1rem .75rem 1.25rem;
	font-weight: normal;
	box-shadow: none;
	cursor: pointer;
}

/******** Pages ***********/

.gridster {
    min-height: 200px !important;
}

.gridster .gs-w {
    background: #FFFFFF;
    cursor: pointer;
}

.gridster-container > div {
    overflow: hidden;
    padding: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.gridster .player {
    background: #BBB;
}

.gridster .tools {
    background: #fff;
    z-index: 100;
}

.gridster .tools .actionIconBtn {
	width: 20px;
	height: 20px;
	padding: 1px 0px 0px 1px;
}

.gridster .gs-resize-handle-both {
	bottom: -11px;
	right: -11px;
}

.gridster .uneditable-widget {
	background: #ddd;
}

.page-draft-menu.dropdown-toggle::after {
	display: none;
}

/********* API Reports *********/

.table-striped tbody tr:nth-of-type(2n+1) .table tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.07);
}

/******** Assignments/Assets Library/Live In-Person Attendance/External Fulfillment/Zoom Recording *********/

#assignments-table, #table-load-assets, .attendance-table, #essay-table, #fulfillments-table, .zoom-recording-table {
	border: none;
}

#assignments-table tr.assignmentHeader td, #table-load-assets tr.product-header td, .attendance-table tr.attendanceHeader td, 
#essay-table tr.essayHeader td, #fulfillments-table tr.fulfillmentHeader td, .zoom-recording-table tr.recordingHeader td {
	border: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 1.5rem;
	font-style: italic;
	padding-left: 0px;
	padding-right: 0px;
}

.attendance-table .attendanceSubhead, #essay-table .essaySubhead {
	font-size: 14px;
	font-weight: normal;
}

#assignments-table tr.assignmentHeader:first-of-type td, #table-load-assets tr.product-header:first-of-type td, .attendance-table tr.attendanceHeader:first-of-type td, #essay-table tr.essayHeader:first-of-type td, #fulfillments-table tr.fulfillmentHeader:first-of-type td, .zoom-recording-table tr.recordingHeader:first-of-type td {
	padding-top: .75rem;
}

#assignments-table tr.header-row, #table-load-assets tr.header-row, .attendance-table tr.header-row, #essay-table tr.header-row, #fulfillments-table tr.header-row, .zoom-recording-table tr.header-row {
	font-weight: bold;
}

/*********** Asset/Component List ********/

#table-assets .asset-title, #table-load-assets .asset-title, .package-products-table .asset-title {
	font-size: 15px;
	font-weight: bold;
}

#table-assets .actionIconBtn .counter {
	position: absolute;
	float: right;
	top: -1px;
	right: 4px;
	font-size: 8px;
}

#table-assets .actionIconBtn .fa-stack-1x {
	color: #16BFD9;
	top: 3px;
	font-size: 10px;
}

#table-assets .cell_requirements {
	width: 315px;
}

.package-products-table .cell_requirements {
	width: 365px;
}

#table-assets .hidden-asset td:not(.cell_actions), #table-assets .hidden-asset td.cell_actions .actionIconBtn:not(.btn-hide-asset) {
	opacity: 0.3;
}

@media (max-width: 1200px) {
	#table-assets .cell_actions.text-nowrap, .package-products-table .cell_actions.text-nowrap {
		white-space: normal !important;
	}
}

.options-block h5 {
    font-size: 14px;
    font-weight: 700;
    color: rgba(43, 61, 81, 0.8);
    text-align: left;
}

/********* Product Owner Modal *********/

#product-owner-modal {
	z-index: 1060;
}

/********* Quiz/Survey Preview **********/

.quiz-survey-preview p {
	display: inline-block;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.quiz-survey-preview label {
	text-transform: none;
}

/********** Product and Certification Tabs ********/

ul#prod_tabs .badge.tabError, ul#cert_tabs .badge.tabError {
	vertical-align: inherit;
}

/************ Expiration Tool ***********/

#expirations-table .spinner {
	top: 0px !important;
}

/************ Self-Assessment Widget ***********/

.categories-table .spinner {
	top: 0px !important;
}

/************ Exhibit manager modal ***********/

#exhibitor_manager_modal .widget-typeahead{
	width: 100%;
}

/************ Form Builder/Contact Me widget ************/

.form-wrap.form-builder .subtype-wrap {
	display: none;
}

.form-wrap.form-builder .options-labels {
	margin-left: 2%;
	padding: 6px;
	display: flex;
}

.form-wrap.form-builder .option-label-checkbox {
	width: 5%;
}

.form-wrap.form-builder .option-label-name, .form-wrap.form-builder .option-label-value {
	width: calc(44.5% - 25px);
	margin: 0 4px;
	font-weight: bold;
}

/************ Permission Tree ************/

.permissions-tree .spinner {
	top: 30px !important;
	margin: 0 auto;
}

/************ Nounicon Table ************/

table.nounicon-results td {
	width: 25%;
}

/*********** Warpwire Modal *********/
.warpwire-modal.modal .modal-wide {
	height: 93%;
}

.warpwire-modal .modal-wide .modal-content {
	height: 100%;
}

/*********** LTI-IFRAME *********/
.iframe-lti {
	border: 0;
	width: 100%;
}

.iframe-lti.iframe-lti-picker {
	height: 550px;
}

.iframe-lti.iframe-lti-manager {
	height: 100%;
}

/*********** SPEAKERS *********/

#speakers-table .actionIconBtn .counter, #users-table .actionIconBtn .counter, .table-btns-with-counter .actionIconBtn .counter {
	position: absolute;
	float: right;
	top: -1px;
	right: 4px;
	font-size: 8px;
}

.speaker-image {
	max-width: 150px;
}

.add-new-speaker.multiselect-filter-hidden {
	display: block !important;
}

.certificate-content-col .redactor-styles p {
	margin:0;
}

/********* Asset Survey *********/

#skipModal select {
	width: 100%;
}

/************* Product Ribbons *************/
.ribbon-preview {
	text-transform: uppercase;
}
