[id^="google-visualization-errors"] {
    display: none;
}

@media (max-width: 767px) {
	.page-content {
		border: 0;
	}

	.main-content {
		padding: 0;
	}
}

.col {
	padding: 10px 25px;
}

.fa-arrows {
	cursor: move;
}

.nav-pills li.active a{background-color:#f75353 !important;border-color:#f75353;color:#fff}

.center {
	margin: 0 auto !important;
	float: none;
}

#redactor-droparea-placeholder input {
	display:inline !important;
}

.text-left {
	text-align:left!important;
}

.modal {
	z-index: 1000 !important;
}

.button-hover{
	cursor: pointer;
}

.modal-lg{
	width: 970px !important;
}

.hidden {
	display: none;
}

.popover{
	max-width: 100% !important;
	width: 380px !important;
}

.modal-backdrop {
	z-index: -1 !important;
}

#help-and-feedback{
	position: fixed;
	z-index: 49;
	top: 12%;
	right: 0px;
}

#feedback-button:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#feedback-button {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.upgrade-now-banner {
	padding: 15px;
	background-color: #FFCC66;
	border-style: solid;
}

.help-and-feedback{
	position: fixed;
	z-index: 49;
	bottom: 0px;
	right: 10%;
}

#learner-feedback-button:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#learner-feedback-button {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.learner-feedback{
	position: fixed;
	z-index: 1;
	bottom: 0px;
	right: 10%;
}

.learner-feedback-thumbs {
	cursor:pointer;
}

.vertical-align-box {
	top:50%;
	position: relative;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.hidemainbar{
	margin-left: 0px !important;
}

.sbsborder{
	border: solid black 2px;
	display: inline-block;
	padding: 10px;
}

.mainbar-transition {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ml0 {
	margin-left:0px !important;
}

.cursor-pointer {
	cursor: pointer;
}

.xsmall-image {
	max-width: 200px;
	max-height: 200px;
}

.no-bg-img {
	background-image: none !important;
}

.team-details {
	height: 225px !important;
}

.team-member-img-container {
	height: 240px !important;
	border: 1px solid #e7e7e7 !important;
}

.ui-100 .img-container .img-hover {
	transition: none !important;
}

.ui-100 .img-container .img-hover:hover {
	background-color: none;
}

.page-tables table.data-table thead th {
	font-weight: bold;
}

.page-tables table#users thead th {
	font-weight: bold;
}

.skyprep-form label {
	width:100%;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.select-picker-in-header button{
	height: 48px;
}

.report-underline-link {
	color: #337ab7;
	text-decoration: underline !important;
}

.card-container {
	height: 285px;
	margin-bottom: 60px;
}

.card-border {
	border: 1px solid #dadada;
	max-width: 350px;
	margin: 0 auto;
}

.card-image-container {
	height: 200px;
	border-bottom: 1px solid #dadada;
	position: relative;
	overflow: hidden;
}

.card-border:hover .card-overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
}

.card-image-deadline-banner {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-color: orange;
	z-index: 1;
}

.card-image-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: orange;
	color: white;
	height: 30px;
	width: 100%;
	text-align: center;
}

.card-image-container .card-overlay {
	display: none;
}

.card-image-no-image-background {
	background-color: cornflowerblue;
	background-size: cover;
	height: 100%;
}

.card-image-no-image-background-text {
	color: white;
	font-size: 108px;
	font-weight: bold;
	padding: 50px 0 0 25px;
}

.card-image-background-image {
	height: 100%;
	position: relative;
	background-size: cover;
}

.card-content-container {
	height: 85px;
	padding: 15px 20px;
}

.card-content-container-learning-path {
	height: 85px;
	background-color: white;
	border: 1px solid #dadada;
	padding: 15px 20px;
}

.card-content-header {
	font-size: 16px;
	max-width: 100%;
}

.card-content-footer {
	font-size: 14px;
	max-width: 100%;
}

.vertical-align {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.ghost-btn-outline {
	background-color: transparent;
	border: 1px solid white;
	color: white;
}


[class*='stacked--'] {
	position: relative;
	border: 1px solid #dadada;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	will-change: transform;
}
[class*='stacked--']:before, [class*='stacked--']:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: white;
	border: 1px solid #dadada;
	will-change: transform;
}
[class*='stacked--']:before {
	z-index: -1;
}
[class*='stacked--']:after {
	z-index: -2;
}

.stacked--down-right {
	-webkit-transform: translate(5px, 5px);
	transform: translate(5px, 5px);
}
.stacked--down-right:before {
	-webkit-transform: translate(-5px, -5px);
	transform: translate(-5px, -5px);
}
.stacked--down-right:after {
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
}

.hide-paging .dataTables_paginate, .hide-paging .select-info, .hide-paging .dataTables_length {
	display: none;
}

.hide-paging tbody tr:hover td {
	cursor: pointer;
	background-color: #eee !important;
}

tr.selected, .selected td {
	font-weight: bold;
	background-color: #eee !important;
}

.subtext {
	padding-right: 20px;
	line-height: 20px;
	color: #757575;
}

.form-footer {
	margin-bottom: -15px;
	padding: 10px 15px;
	background-color: #eee;
}

.form-container {
	max-width: 900px;
}

.li-hidden-show-hover {
	display:none;
}

li.current-welcome-screen-list-item:hover .li-hidden-show-hover {
	display:inline;
}
li.current-welcome-screen-list-item:hover {
	background-color:#eee;
}

#welcome-screen-list {
	padding-left: 0;
}

.fsp-picker__brand-container {
	display: none;
}

.partition-info-container {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.course-item-container {
	margin-bottom: 10px;
	border-radius: 4px;
	border: 1px solid transparent;
	color: #555555;
	padding: 0;
	height: 66px;
	transition: box-shadow 0.3s ease;
}

.course-item-container:hover {
	box-shadow: 0 0 8px #888888;
}

.course-item-icon-container {
	display: table-cell;
	width: 66px;
	background-color: #D8D8D8;
	vertical-align: middle;
	text-align: center;
}

.course-item-info-container {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.course-item-action-icons-container {
	width: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.clickable-question .course-item-action-icons-container {
	visibility: hidden;
}

.clickable-question:hover .course-item-action-icons-container {
	visibility: visible;
}

.d-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.bg-partition {
	background-color: #D8D8D8;
}

.bg-course-item {
	background-color: #f4f4f4;
}

.course-content-head {
	padding: 20px 15px;
	background-color: #5c8def;
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin-top: 50px;
	border-radius: 4px;
	min-height: 65px;
}

.bar-graph-container {
	width: 100%;
	height: 30px;
}

.bar-graph-item {
	height: 100%;
	float: left;
}

.question-item {
	background-color: #f4f4f4;
	border-radius: 4px;
	transition: box-shadow 0.3s ease;
}

.question-item:hover {
	box-shadow: 0 0 8px #888888;
}

.question-item:hover .action-icons {
	visibility: visible;
}

.question-label {
	font-size: 12px;
}

.question-label span {
	font-weight: normal;
	padding-left: 5px;
}

.question-table-cell {
	display: table-cell;
	vertical-align: top;
}

.question-position-table-cell {
	display: table-cell;
	vertical-align: top;
	width: 40px;
	padding-right: 20px;
}

.question-table {
	display: table;
	height: 100%;
	width: 100%;
}

.question-qa-container {
	display: table-cell;
	max-width: 600px;
	width: 600px;
}

.action-icons {
	visibility: hidden;
}

.integrations-row-container {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.flex-1-ellipsis {
	flex: 1;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-content-between {
	justify-content: space-between;
}

.integrations-icon {
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.integrations-card-container {
	display: flex;
	flex-direction: column;
	border: 1px solid black;
	height: 300px;
	width: 300px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	margin: 0 25px 25px 0;
}

.integrations-card-img {
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.dashboard-card-container {
	height: 350px;
	overflow: auto;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px 20px;
	background-color: #EFF4FD;
	text-align: left;
}

.current-status-item {
	height: 70px;
}

.current-status-item:hover {
	background-color: #EFF4FD;
}

.current-status-item:hover h6 {
	color: black;
}

.current-status-item:hover h3 {
	color: black;
}

.dashboard-tab-content {
	display: none;
}

.dashboard-tab-content.current {
	display: inherit;
}

.current-status h3 {
	font-weight: 400;
}

.current-status h6 {
	text-transform: none;
	font-size: 14px;
}

.current-status-item.current {
	background-color: #EFF4FD;
	border-bottom: 1px solid transparent !important;
}

.current-status-item.current h6 {
	color: black;
	font-weight: bold;
}

.current-status-item.current h3 {
	color: black;
	font-weight: 400;
}

.col-md-6 .current-status-item.current h3,
.col-xs-6 .current-status-item.current h3 {
	font-weight: bold !important;
}

.current-status .current-status-item {
	margin: 0;
	max-width: 100%;
	border-radius: 0;
	border-bottom: 1px solid #d5d5d5;
}

.current-status .col-md-2,
.current-status .col-md-3,
.current-status .col-md-6 {
	border-right: 1px solid #d5d5d5;
}

.current-status .col-md-2:nth-child(1),
.current-status .col-md-3:nth-child(1),
.current-status .col-md-6:nth-child(1) {
	border-left: 1px solid #d5d5d5;
}

@media (max-width:991px){
	.current-status .col-xs-12 {
		border-left: 1px solid #d5d5d5;
	}

	#user-group-chart .col-xs-12, #exam-chart .col-xs-12, #learning-path-chart .col-xs-12 {
		border-left: 0px solid transparent !important;
	}

	.current-status-item.current {
		border-bottom: 1px solid #d5d5d5 !important;
	}
}

.current-status .col-md-2,
.current-status .col-md-3,
.current-status .col-md-6 {
	padding: 0;
}

.current-status-item:hover {
	cursor: pointer;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th {
	border: none;
	padding: 5px;
}

.table-borderless > tbody > tr:hover,
.table-borderless > tfoot > tr:hover {
	background-color: #d6dbe4;
}

.table-borderless * {
	color: black;
}

.dashboard-container {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	float: none;
}

.article-tab {
	margin-top: 20px;
	border: 1px solid #d5d5d5;
	padding: 15px;
}

.dashboard-analytics-graph-details {
	height: 270px;
	display: table;
}

.dashboard-analytics-graph-details table {
	display: table-cell;
	vertical-align: middle;
}

.dashboard-analytics-graph-details > .table-borderless > tbody > tr > td {
	padding: 10px;
}

.search-container > .form-control:focus ~ .search-dropdown-container {
	visibility: visible;
}

.search-dropdown-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 34px;
	z-index: 1;
	border: 1px solid #ccc;
	border-radius: 3px;
	visibility: hidden;
	transition: visibility 0.3s;
	-webkit-transition: visibility 0.3s;
		-o-transition: visibility 0.3s;
}

.search-dropdown-container div {
	z-index: 2;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	cursor: pointer;
}

.search-dropdown-container div:hover {
	background-color: #eee;
}

.search-dropdown-container div:last-child {
	border-bottom: none;
}

.report-search-loading-icon {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 1;
}

.report-summary-container {
	height: 35px;
	margin-top: 25px;
	border: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
			justify-content: space-around;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	border-radius: 3px;
}

[v-cloak] {
	display: none;
}

.report-header-container {
	padding: 13px 15px;
	border-radius: 3px;
}

.report-builder-container {
	border-radius: 3px;
	padding: 20px 0;
}

.active-container {
	border: 1px solid #609cec;
	background-color: #fff;
}

.active-container .report-options-height {
	border-bottom: 1px solid #e3e3e3;
}

.inactive-container .report-options-height {
	border-bottom: 1px solid #fff;
}

.inactive-container {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}

.report-options-height {
	height: 260px;
	margin-bottom: 20px;
	padding: 0 20px;
}

.report-badge {
	display: inline-block;
	min-width: 10px;
	padding: 5px 9px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 100%;
}

.report-badge-active {
	color: #51d466;
	border: 1px solid #51d466;
	background-color: #fff;
}

.report-badge-inactive {
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}

.available-reports {
	color: #609cec;
}

.available-reports li {
	text-decoration: underline;
}

.form-control-lh {
	line-height: 34px;
}

.async-report-generation-indicator-container {
	position: fixed;
	min-height: 60px;
	left: 0;
	bottom: 0;
	width: 230px;
	background-color: #000;
	opacity: 0.9;
	color: #fff;
	padding: 10px 30px 10px 15px;
}

.cancel-async-report-generation-icon-position {
	position: absolute;
	z-index: 1;
	right: -23px;
	top: 20px;
}

.fc-content {
	cursor: pointer;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

.will-paginate-paging {
	background: white;
	cursor: default;
	/* self-clearing method: */
}

.will-paginate-paging a, .will-paginate-paging span, .will-paginate-paging em {
	padding: 0.2em 0.5em;
	display: block;
	float: left;
	margin-right: 1px;
}

.will-paginate-paging .disabled {
	color: #999999;
	border: 1px solid #dddddd;
}

.will-paginate-paging .current {
	font-style: normal;
	font-weight: bold;
	background: #2e6ab1;
	color: white;
	border: 1px solid #2e6ab1;
}

.will-paginate-paging a {
	text-decoration: none;
	color: #105cb6;
	border: 1px solid #9aafe5;
}

.will-paginate-paging a:hover, .will-paginate-paging a:focus {
	color: #000033;
	border-color: #000033;
}

.will-paginate-paging .page_info {
	background: #2e6ab1;
	color: white;
	padding: 0.4em 0.6em;
	width: 22em;
	margin-bottom: 0.3em;
	text-align: center;
}

.will-paginate-paging .page_info b {
	color: #000033;
	background: #6aa6ed;
	padding: 0.1em 0.25em;
}

.will-paginate-paging:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .will-paginate-paging {
	height: 1%;
}

*:first-child + html .will-paginate-paging {
	overflow: hidden;
}

.enroll-in-course {
	cursor:pointer;
}

.ghost-btn {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #5c8def;
	height: 12px;
	line-height: 12px;
	color: #5c8def;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	font-size: .8em;
	padding: .25em .75em;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: #ffffff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	zoom: 1;
	-webkit-backface-visibility: hidden;
	position: relative;
}

.ghost-btn:hover {
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	background-color: #5c8def;
	color: #ffffff;
}

.ghost-btn:focus {
	outline: none;
}

.underline {
	text-decoration: underline !important;
}

/** Make timepicker a bit wider to accomodate AM/PM */
.xdsoft_datetimepicker  .xdsoft_timepicker{
	/* changed from 58px */
	width: 88px;
	float:left;
	text-align:center;
	margin-left:8px;
	margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_next{
	float:none;
	background-position:-40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	/* changed from 14px */
	margin-left:29px;
	margin-top:7px;
}

.fsp-picker__brand-container {
	display: none !important;
}

.fsp-drop-pane__drop-zone {
	z-index: 999 !important;
}

.Vitally--NpsSurveyView-credits {
	visibility: hidden;
}

.vjs-modal-dialog-content select {
	color: black!important;
}

.indicator-notification {

  position: absolute;
  right: -0.3em;
  top: -0.3em;
  min-width: 1.6em;
  height: 1.6em;
  border-radius: 0.8em;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  color: white;
}

