label {
	font-weight: 400
}

h4, .h4 {
	font-size: 15px;
}

.multiSelect>button {
	width: 100%;
	min-height: 30px !important;
	text-align: left;
	background-image: none;
	border: 1px solid #c6c6c694;
	border-radius: 3px;
	font-size:13px
}

.multiSelect .multiSelectItem:hover, .multiSelect .multiSelectGroup:hover
	{
	background-image: linear-gradient(#e9e9e9, #f1f1f1) !important;
	color: #fff !important;
	cursor: pointer;
	border-top: 1px solid #e4e4e4 !important;
	border-left: 1px solid #e4e4e4 !important;
	border-right: 1px solid #d9d9d9 !important;
}

.multiSelect .checkBoxContainer {
	max-height: 182px !important;
	overflow-y: auto !important;
	font-size: 14px;
}

.multiSelect .checkBoxContainer::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	/* background-color: rgba(226, 226, 231, 1); */
}

.multiSelect .checkBoxContainer::-webkit-scrollbar {
	width: 14.12px;
	height: 8px;
}

.multiSelect .checkBoxContainer::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
	background-color: #dcdfe0de;
}

.multiSelect .multiSelectItem {
	min-height: 28px;
}

.gridNoborder .ui-grid-viewport::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.gridNoborder .ui-grid-viewport::-webkit-scrollbar {
	width: 13.12px;
	height: 8px;
	display: none;
}

.gridNoborder .ui-grid-viewport:hover::-webkit-scrollbar {
	width: 14px;
	display: block
}

.ui-grid-viewport {
	overflow-x: hidden !important;
}

.ui-grid-render-container-body .ui-grid-viewport {
	overflow-y: auto !important;
}

.gridNoborder .ui-grid-viewport::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
	background-color: #dcdfe0de;
}

.ui-grid-viewport .ui-grid-cell-contents {
	word-wrap: break-word;
	white-space: normal !important;
}

.selectable .ui-grid-viewport .ui-grid-cell-contents {
	white-space: nowrap !important;
	height: 40px;
}

.trimdata .ui-grid-viewport .ui-grid-cell-contents {
	white-space: nowrap !important;
	height: 40px;
}

.gridNoborder .ui-grid-filter-container {
	padding: 0 15px 7px 6px !important;
	margin-top: -6px;
	position: relative;
    display: inline-block;
}

/* .gridNoborder .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] */
/* 	{ */
/* 	position: absolute; */
/* 	top: 50%; */
/* 	line-height: 32px; */
/* 	margin-top: -20px; */
/* 	margin-right: 5px; */
/* 	right: 10px; */
/* 	color: black; */
/* 	font-size: 12px; */
/* } */

.gridNoborder .ui-grid-filter-button [class^="ui-grid-icon"]
	{
	position: absolute;
	top: 5%;
	line-height: normal;
	padding: 0;
    margin: 0;
    right: 20px; 
	color: black;
	font-size: 12px;
	cursor: pointer;
}

.gridNoborder input[type="text"].ui-grid-filter-input {
	border: 1px solid #cbcdceab !important;
	border-radius: 1px;
	padding: 0px 14px 3px 7px;
    color: black;
    height: 20px;
    max-width: 230px;
}

.gridNoborder .ui-grid-header-cell {
	    border: 0;
    background: rgb(241, 243, 242);
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.gridNoborder .ui-grid {
	border: 0;
}

.gridNoborder .ui-grid-header {
	border-bottom: 0;
}

.gridNoborder.ui-grid {
	/* border: 0; */
}

.gridNoborder .ui-grid-cell {
	border-right: 0;
	border-bottom: 1px solid #b7b7b780;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child
	{
	border-bottom: 1px solid;
	border-width: 1px;
	border-bottom-color: #b7b7b780;
	border-right: 0;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child
	{
	border-right: 0;
}

.gridNoborder .ui-grid-cell-contents {
	padding: 7px 10px;
	font-size:12px
}

.gridNoborder .ui-grid-row:nth-child(even) .ui-grid-cell {
	background-color: white;
}

.gridNoborder .ui-grid-row:nth-child(odd) .ui-grid-cell {
	background-color: white;
}

.ui-grid-cell-contents {
	white-space: normal !important;
}

.ui-grid-row, .ui-grid-cell {
	height: auto !important;
}

.ui-grid-cell-contents .progress {
	/* height: 27px; */
	margin: 0 20px 2px 0px;
	white-space: nowrap;
}

.progress-bar-success {
	background-color: #01AA91;
}

.gridlabel {
	width: 58px;
	display: inline-block;
	padding: 0.7em .6em .6em;
}

.ui-grid-cell-contents .dropdown-menu {
	position: absolute;
	/* top: 14px; */
	right: 3px;
	left: auto;
	/* font-size: 13px; */
}

.ui-grid-pager-control button {
	padding: 6px 7px !important;
	background-color: transparent !important;
	border: none !important;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number {
	vertical-align: middle !important;
	font-size: 13px;
}

.ui-grid-pager-row-count-picker select {
	padding: 3px 4px !important;
	width: 55px;
	font-size: 13px;
}

.gridPinning .ui-grid-viewport {
	overflow-x: auto !important;
}

abbr[data-original-title], abbr[title] {
	text-decoration: none;
	border-bottom: 0;
	cursor: none;
}

.ui-grid-pager-control input {
	width: 40px !important;
	padding: 5px 7px !important;
	border: none !important;
}

.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
	font-size: 13px;
	color: #1f4d58;
}

.ui-grid-pager-count-container .ui-grid-pager-count {
	font-size: 13px;
	color: #1f4d58;
}

.ui-grid-row div[role=row] {
	display: flex;
	align-content: stretch;
}

.gridNoborder [class^="ui-grid-icon"]:before, [class*=" ui-grid-icon"]:before
	{
	margin-right: unset;
	margin-left: .1em;
}

.gridNoborder .ui-grid-menu-button {
	border: 0;
	padding: 2px;
}

.gridNoborder .ui-grid-top-panel {
	background: rgb(241, 243, 242);
	border-bottom: 1px solid #b7b7b780;
}

.gridNoborder .ui-grid-menu .ui-grid-menu-inner {
	background: white;
}

.gridlabelText {
	padding: 0 6px 2px;
    font-size: 12px;
    color: white;
    border-radius: 2px;
}

.label-green {
	background: #21ab93;
}

.label-blue {
	background: #17a6c8;
}

.label-red {
	background: #e65c5c;
}

.label-orange {
	background: #f78956;
}

.label-grey {
	background: #919191;
}

.label-lgreen {
	background: #919191;
}

.btn-blue {
	background-color: #0083c4;
	border-color: #0380be;
	color: #fff;
}

.btn-blue.focus, .btn-blue:focus {
	background-color: #0083c4;
	border-color: #0380be;
	color: #fff;
}

.btn-blue:hover {
	color: #fff;
	background-color: #0083c4cc;
	border-color: #0380be;
}

.btn-blue.active.focus, .btn-blue.active:focus, .btn-blue.active:hover,
	.btn-blue:active.focus, .btn-blue:active:focus, .btn-blue:active:hover,
	.open>.dropdown-toggle.btn-blue.focus, .open>.dropdown-toggle.btn-blue:focus,
	.open>.dropdown-toggle.btn-blue:hover {
	background-color: #0083c4cc;
	border-color: #0380be;
}

.btn-default-red {
	border: 1px solid #ac2925;
	background: white;
	color: #ac2925;
	margin-left: 6px;
}

.btn-default-grey {
	border: 1px solid #ccc;
	background: white;
	color: #333;
	margin-left: 6px;
}

.btn-default-grey:hover {
	color: #ccc;
}

.btn-default-red:hover {
	color: #88211e;
	background: #f8f8f8;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn:active:focus, .btn:focus {
	outline: unset;
	outline-offset: unset;
}

.btn-theme-green.active.focus, .btn-theme-green.active:focus,
	.btn-theme-green.focus, .btn-theme-green:active.focus, .btn-theme-green:active:focus,
	.btn-theme-green:focus {
	color: white;
}

.text-center, .align_center {
	text-align: center
}

.text-align-right {
	text-align: right;
/* 	position: relative; */
/* 	right: 14px; */
}

.text-align-left {
	text-align: left;
}

/*Bulk user uplaod*/
.bulkUserfileUpload {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity =     0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: pointer;
	display: block;
	line-height: 32px;
}

.dashboardTileB {
	padding: 15px 15px;
	border-radius: 5px;
	border: 1px solid #d2cece;
	position: relative;
}

.settings-wrapper {
	margin: 0 10px 25px 10px;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #d2cece;
}

.dashboardSeclabel {
	padding: 0 5px;
	background: white;
	color: #4c4c4ced;
	font-weight: 600;
	top: -14px;
	font-size: 16px;
	position: absolute;
}

.ui-grid-filter-margin-top .ui-grid-filter-container {
	margin-top: 14px;
}

.ui-grid-filter-margin-top-lg .ui-grid-filter-container {
	margin-top: 34px;
}

.gridNoDataMsg {
	position: relative;
	top: -300px;
	opacity: 0.50;
	font-size: 1.3em;
	text-align: center;
	font-style: italic;
}

.gridNoDataText {
	position: absolute;
	top: 80px;
	opacity: 0.70;
	font-size: 1.2em;
	width: 100%;
	text-align: center;
	z-index: 5;
	font-style: italic;
}

.noDataText {
	top: 80px;
	opacity: 0.50;
	font-size: 1.3em;
	width: 100%;
	text-align: center;
	z-index: 1000;
}

.multiSelect .caret {
	margin: 7px 0px 10px 15px !important;
}

.preview .summary {
	border: 1px solid #c1c0c0;
	padding: 7px 10px;
	background: #eaeaeab8;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 5px;
}

:focus-visible {
	outline: unset;
}

.markComplete {
	position: absolute;
	right: 82px;
	top: 0px;
	font-weight: 600;
	text-decoration: underline;
	z-index: 100;
}

.clearCalender {
	background: white;
	border: 1px solid #c6c6c694;
	padding: 5px 1px 5px;
	display: block;
	text-align: center;
	margin-left: -6px;
	border-left: 0;
	font-size: 13px;
}

.modal-content {
	border-radius: 2px;
	border: 0;
	box-shadow: 0 0 1px rgb(0 0 0/ 10%), 0 2px 4px rgb(0 0 0/ 20%);
}

.hmodal-info .color-line {
	background: #0083c4;
}

.color-line {
	height: 4px;
	background-size: 100% 6px;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.modal-header {
	padding: 7px 18px;
	background: #f7f9fa;
	border-bottom: 1px solid #e5e5e5;
}

.hmodal-success .color-line, .hmodal-info .color-line {
	background: #01AA91;
}

.hmodal-success .modal-header, .hmodal-info .modal-header {
	color: #01AA91;
	font-size: 17px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hmodal-danger .modal-header {
	color: #bf2515;
	font-size: 16px;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover,
	.btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
	.open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus,
	.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #03927d;
	border-color: #04826f;
}

.text-blue {
	color: #0499ba;
}

.noDataText-table {
	opacity: 0.50;
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
}

.search-table {
	padding: 0 5px 0 !important;
	font-weight: normal !important;
	width: 100% !important;
	border: 1px solid #d4d4d4 !important;
}

.image-upload input[type=file] {
	display: none !important;
}

.errorText {
	color: #d00000;
	font-size: 13px;
	font-style: italic;
	margin-top: 3px;
}

.required-field {
	color: red;
	right: -10px;
	top: 0;
}

.col-sm-5dot5 {
	width: 45% !important;
}

.modal-dialog-lg .modal-dialog {
	width: 95% !important;
}

.arrow-col {
	display: table;
	padding-top: 10%;
}

.file-third-party {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	filter: alpha(opacity = 0);
	opacity: 0;
	outline: none;
	background: white;
	display: block;
	line-height: 32px;
	cursor: pointer;
}

.imgPreview {
	width: 100px;
	height: 100px;
}
/*Bulk centre uplaod*/
.bulkCentrefileUpload {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: pointer;
	display: block;
	line-height: 32px;
}

.uploadBtn {
	margin-left: -2px;
	height: 30px;
	border-radius: 0px;
}

.table.noborder tr:first-child td {
	border-top: 2px solid #b7b7b780;
}

.table.noborder tr>td {
	padding: 9px
}

.table.noborder tr>th {
	padding: 10px;
	color: #0499ba;
	font-weight: 500;
	background: white;
}

.table.noborder tr:last-child td {
	border-bottom: 1px solid #b7b7b780;
}

.overflow-auto {
	overflow: auto;
}

.relative {
	position: relative
}

.node-popover {
	visibility: hidden;
	width: auto;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	text-align: left;
	border-radius: 6px;
	padding: 5px 10px;
	position: absolute;
	left: -15px;
	z-index: 1010;
	min-width: 100px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	opacity: 1;
	max-width: 300px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.node-popover-text {
	visibility: hidden;
	width: auto;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	text-align: center;
	border-radius: 6px;
	padding: 5px 10px;
	position: absolute;
	top: 120px;
	left: 2px;
	z-index: 1010;
	min-width: 100px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	opacity: 1;
	max-width: 300px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	font-size: 14px;
}

.tiledescclass:hover .description-popover, .tileCourseName:hover .coursename-popover,
	.tiletagName:hover .courseTag-popover {
	visibility: visible;
}

tip-arrow-white {
	border-top: 7px solid rgba(97, 86, 86, 0.85);
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	top: 100%;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	margin-left: -6px;
}

.summernote h1, .summernote h2, .summernote h3, .summernote h4,
	.summernote h5, .summernote ul, .summernote li {
	list-style: unset !important;
}

.compentecysubLevel {
	color: #8a6d3b !important;
	background-color: #fcf8e3 !important;
	border: 1px solid #faebcc !important;
}

.gridSelection .ui-grid-cell {
	cursor: pointer;
}

#time-range {
	width: 600px;
	margin: 0 auto;
	color: #CCCCCC;
	font-weight: 300;
}

.slider-time, .slider-time2 {
	font-weight: 400;
}

.flat-slider.ui-corner-all, .flat-slider .ui-corner-all {
	border-radius: 0;
}

.flat-slider.ui-slider {
	border: 0;
	background: #01aa9173;
	border-radius: 6px;
}

.flat-slider.ui-slider-horizontal {
	height: 5px;
}

.flat-slider.ui-slider-vertical {
	height: 15em;
	width: 6px;
}

.flat-slider .ui-slider-handle {
	width: 13px;
	height: 13px;
	background: #f9ee27;
	border-radius: 50%;
	border: 1px solid #b4b2b2;
	cursor: pointer;
	box-shadow: 0 0 4px rgb(0 0 0/ 15%);
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
	top: 50%;
	margin-top: -7px;
}

.flat-slider.ui-slider-vertical .ui-slider-handle {
	left: 50%;
	margin-left: -11px;
}

.flat-slider .ui-slider-handle:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}

.flat-slider .ui-slider-range {
	border: 0;
	border-radius: 6;
	background: #01aa91;
}

.flat-slider.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 5px;
}

.flat-slider.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 6px;
}

.box {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid black;
	border-radius: 3px;
	color: #FFFFFF;
	margin: 24px 1px 4px 1px;
}
/*!
 * jQuery UI Slider 1.10.1
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	cursor: default;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range
	{
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.parent-vertical {
	display: table;
	text-align: center;
	width: 100%;
}

.child-vertical {
	display: table-cell;
	vertical-align: middle;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: white;
}

.fjAPSm-ip[disabled], .fjAPSm-ip [readonly], fieldset[disabled] .fjAPSm-ip
	{
	background-color: #efeaea63;
}

.note-editor.note-frame {
	border: 1px solid #ccc;
}

.note-editor.note-frame.border-danger {
    border: 1px solid #d53323 !important;
}


.tabTitle {
	border-radius: 0px !important;
	padding: 7px !important;
	text-transform: uppercase;
	font-size: 14px;
}

.infoBanner {
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #e7e7e7;
}

.fjAPSm {
	font-size: 1em;
	z-index: 998;
	font-weight: 500;
	letter-spacing: -0.003em;
	color: #626060;
	background: white;
	position: absolute;
	left: 22px;
	top: -12px;
	padding: 0 5px;
}

.fjAPSm-control {
	position: relative;
}

.fjAPSm-ip {
	padding: 24px;
}

.fjAPSm-ip-select {
	height: 48px
}

.fjAPSm-control .date-control .input-group, .fjAPSm-control .date-control input
	{
	height: 40px;
	border-right: 0;
}
.fjAPSm-muslt .multiSelect>button 
{
	height: 50px !important;
	padding-left: 25px;
	
}
.fjAPSm-muslt .multiSelect .checkboxLayer{
   z-index: 1001 !important;
}
.note-popover .popover-content, .panel-heading.note-toolbar {
	padding: 20px 0 5px 10px;
	margin: 0;
	background-color: white;
	border-color: white;
}

.height-40 {
	height: 40px;
}

.height-60 {
	height: 60px !important;
}

.height-75 {
	height: 75px !important;
}
.height-200 {
	height: 200px !important;
}
.height-150{
	height: 150px !important;
}
.session-img {
	height: 200px;
	width: 100%;
}

.closeImg {
	position: absolute;
	top: 7px;
	right: 26px;
	color: #000;
	font-size: 16px;
}
/*profile Image */
.upload-prof-image {
	position: absolute;
	margin-top: -23px;
	opacity: 0;
}

.photo-show-div {
	border-left: 1px solid #a9a5a5;
	height: 250px;
}

.cropArea {
	overflow: hidden;
	height: 300px;
}

.croppedImage {
	padding: 25px;
}

.uploadedImage {
	border: 5px solid #EEEEEE;
	border-radius: 5px;
}

@media only screen and (max-width: 768px) {
	.cropArea {
		overflow: hidden;
		height: 150px;
	}
	.croppedImage-xs {
		height: 140px;
		width: 150px;
	}
	.webcam-live {
		width: 100%
	}
}

img-crop canvas {
	top: 22px !important;
	left: 20px !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-top: 5px !important;
}

.radio.radio-inline {
	margin-top: 0;
}

.radio-inline, .checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

.instruction-panel {
	border-color: #dddddd;
	border-radius: 0px !important;
}

.instruction-panel>.panel-heading {
	color: #333;
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-top: 1px solid #dddddd;
}

.instruction-panel>.panel-heading a {
	display: block;
	padding: 8px 3px;
	font-size: 14px;
}

.instruction-panel>.panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 200;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}

.instruction-panel>.panel-heading a[aria-expanded="true"] {
	background-color: #fff;
	color: #03a58c;
}

.instruction-panel>.panel-heading a[aria-expanded="true"]:after {
	content: "\e114";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.instruction-panel>.panel-heading a[aria-expanded="false"]:after {
	content: "\e113";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.qqtableborder {
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
}

.overflow-x-hide {
	overflow-x: hidden
}

.draggable-list {
	cursor: move;
	margin-bottom: 15px;
	border: 0;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 10px 20px;
	list-style: none
}

.largemodal .modal-dialog {
	width: 95% ! important;
}


.dropdown-menu i.fa, .dropdown-menu i.far, .dropdown-menu i.fas {
	margin-right: 6px;
}

button i.fam {
	margin-right: 0;
}

.qqtablehead {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
	font-weight: 600;
	color: #0499ba;
}

.surveytable td, .surveytable th {
	padding: 4px 5px;
	font-size: 13px;
}

.panel_list {
	font: 400 13px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
	padding: 8px 15px;
	margin: 5px 0;
	border: 1px solid #ddd;
}

.FGT_mgh {
	margin: 10px 250px
}

.divcontainer {
	max-height: 150px;
	overflow: hidden;
	border: 0px solid black;
}

.divcontainer img {
	width: 50px;
	min-height: 30px;
}

.correctAnswer {
	background-color: #108c18 !important;
	color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	color: #555;
	cursor: default;
	font-weight: bold;
	background-color: #fff;
	border: 3px solid white;
	border-bottom-color: #337ab7;
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: white;
	border-bottom: #ddd;
}

.nav-tabs>li>a:hover {
	border-color: white
}

.nav-tabs>li>a {
	color: #888888;
}

.text-truncate {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.lms-preview-iframe {
	background: #F4F4F4;
	overflow: hidden;
}

.selected-tab {
	border: 2px solid white;
	border-bottom-color: #337ab7;
}

.text-red {
	color: #d3180f;
}

.text-orange {
	color: #f78956;
}

.text-yellow {
	color: #f7c61a;
}

.text-green {
	color: #01AA91;
}
.text-darkgreen {
	color: #108c18;
}
.text-lgrey {
	color: #bdb9b9a8;
}
.square1 {
	border: 1px solid rgb(128, 0, 128);
	padding: 0px 8px;
	background-color: rgb(128, 0, 128);
}

.square2 {
	border: 1px solid rgba(216, 17, 17, 0.83);
	padding: 0px 8px;
	background-color: rgba(216, 17, 17, 0.83);
}

.square3 {
	border: 1px solid rgb(0, 128, 0);
	padding: 0px 8px;
	background-color: rgb(0, 128, 0);
}

.sentMailID-truncate {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	display: inline-block;
}

.sentMailIDList {
	max-width: 498px;
	overflow: scroll;
	margin-left: -474px;
	max-height: 150px;
}

.progress {
	height: 10px;
	border-radius: 2px;
	margin: 0 20px 4px 20px;
}

.videoUploadprogress {
	height: 20px;
	border-radius: 2px;
	margin: 0 20px 4px 20px;
}

.progress-small {
	height: 10px;
}

.quest-table thead, .quest-table tbody, .quest-table tr, .quest-table td,
	.quest-table th {
	display: block;
	text-align: center;
}

.quest-table tbody tr {
	border-bottom: 1px solid #ddd;
}

.quest-table tr:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
}

.quest-table tbody {
	height: 550px;
	overflow-y: auto;
}

.quest-table>thead>tr>th {
	border-bottom: 0px solid;
}

.quest-table>thead {
	border-bottom: 1px solid #cecece;
}

.quest-table tbody td, .quest-table thead th {
	width: 19.2%;
	float: left;
}

@media ( min-width : 1200px) {
	.col-sm-less2 {
		width: 12% !important;
	}
}

label {
	font-weight: 500;
	color: #6a6969;
}

.info-error-img {
	width: 225px;
	margin-top: 10%;
}




#questionoptions .input-group input[type='radio']:checked:after {
	left: 1px;
	top: 1px;
}

.Treant>.node {
	background-image: linear-gradient(to bottom, #ffffff, #03a58c0d, #03a58c36, #03a58c52,
		#03a58c80);
	color: #280a62;
	box-shadow: 0 3px 6px 2px #9c9898cc;
}

.fullscreenIcon {
	height: 20px;
	border: 1px solid #a9a6a6;
	padding: 2px;
	border-radius: 2px;
	margin-top: -3px;
}

.hidecss {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	left: 3px;
}

.showcss {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.lms-col-sm-8 {
	width: 72% !important;
}

.modal-header .download {
	color: #01AA91;
	font-size: 17px;
	margin-left: 20px;
}

.imgPreviewWH {
	width: 130px;
	height: 100px;
}

.pllegend-box {
	background: rgb(232 253 219/ 22%);
	font-size: 13px;
	padding: 10px 6px 6px;
	border: 1px solid #e8e7e7;
	margin-bottom: 25px;
	min-width: 190px;
}

.cAbove-bg {
	background: rgb(128, 0, 128);
}

.heatlegend {
	display: inline-block;
	padding: 5px;
	width: 10px;
	margin: 0 9px 0 7px;
	border-radius: 50%;
}

.heatlegend-text {
	position: relative;
	top: 0px;
}

.cAt-bg {
	background: rgb(0, 128, 0);
}

.nycm-bg {
	background: rgb(255, 0, 0);
}

.nyc-bg {
	background: rgb(255, 182, 6);
}

.natmp-bg {
	background: rgb(187 181 181/ 86%);
}

.skippd-bg {
	background: #0083c7;
}

.panel-tools {
	display: inline-block;
	float: right;
	margin-top: 0;
	padding: 0;
	position: relative;
}

.padding-snip, .no-padding {
	padding-right: 0;
	padding-left: 0;
}

.rightSide-panel {
	overflow: auto;
	border: 1px solid #c1c0c069;
}

.legend-text {
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	padding-top: 3px;
}

.display-flex {
	display: flex;
}

#formtaker .legend-box {
	width: 20px;
	height: 20px;
	border-radius: 2px;
	margin-right: 7px;
}

.legend-3 {
	background-color: #108c18;
	color: white;
}

.legend-2 {
	background-color: #e74c3c;
	color: white;
}

.legend-0 {
	background-color: #cececea8;
	color: black;
}

.legend-1 {
	background-color: #0081c9;
	color: white;
}

.progress-box {
	min-width: 27px;
    height: 25px;
    border-radius: 2px;
    padding: 3px;
    font-weight: 500;
    margin-bottom: 3px;
    margin-right: 5px;
    display: inline-block;
}

.time-header-font-2 {
	font-size: 18px;
	font-weight: 500;
}

.time-header {
	background-color: #d5624eeb !important;
}

.time-header-font-1 {
	font-size: 16px;
	font-weight: 500;
}

.time-header2-font-1 {
	font-size: 16px;
	font-weight: bold;
	color: #C8432A;
}

.time-header3-font-1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.margin-left-35 {
	margin-left: 35px;
}

.margin-left-40 {
	margin-left: 40px;
}

.margin-left-45 {
	margin-left: 45px;
}

.margin-left-65 {
	margin-left: 65px;
}

.questionNumber {
	box-sizing: border-box;
	border: 2px solid;
	border-radius: 50%;
	padding: 0px 8px;
	font-weight: 500;
	margin-right: 10px;
	font-size: 15px;
}

h5, .h5, h6, .h6 {
	margin-top: 8px;
	margin-bottom: 8px;
}

.resultbox {
	text-align: center;
	font-weight: 600
}

.competencymodal .modal-dialog {
	width: 95% ! important;
}

.clickable, .gridClickable {
	cursor: pointer;
	color: #126cb9;
}

.clickable:hover, .ui-grid-cell-contents a:hover {
	text-shadow: 0 0 1px;
}

.gridClickable:hover {
	text-shadow: 0 0 1px;
}

.assessnotification {
	    position: relative;
    background-color: #d60303;
    border-radius: 50%;
    color: #fcf8e3;
    width: 19px;
    height: 17px;
    text-align: center;
    bottom: 11px;
    right: -12px;
    z-index: 1;
    font-size: 10px;
    padding: 2px 6px;
}

.selectionhover .ui-grid-row:hover .ui-grid-cell {
	background-color: #c9dde1;
	cursor: pointer;
}

.lms-col-sm-12 {
	width: 100% !important;
}

#loading-img {
	background: url("../../resources/product/images/ajax-loader1.gif") center
		center no-repeat;
	height: 100%;
	z-index: 20;
}

.remedial-exam {
	margin: 10px 50px 0 50px
}

.padding-right-50{
	padding-right:50px;
}
.margin-sm-top-20{
	margin-top:20px;
}
@media only screen and (max-width: 767px) {
	/* For mobile phones: */
	.margin-xs-10{
		margin:10px;
	}
	#activityCalender{
		width:230% !important;
	}
	#layout-wrapper {
		margin-left: 2px;
	}
	.tile-img-cart {
		height: 100px;
	}
	.col-sm-2-minwid {
		width: 100%;
		margin: 0 10px;
	}
	.toggleNav .fa {
		margin-top: 20px;
	}
	.infoImageStyle {
		object-fit: contain;
		width: 100%;
		height: 360px;
	}
	.infoimagediv {
		background: black;
	}
	.sessionImagediv {
		background: black;
	}
	.sessionImageStyle {
		object-fit: contain;
		width: 100%;
		height: 200px;
	}
	#leftNavbar {
		height: 100%;
		width: 0px;
		position: fixed;
		z-index: 5000;
		top: 0;
		left: 0;
		background-color: #111;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
	}
	#leftNavbar a.closebtn {
		position: absolute;
		top: 0;
		right: 14px;
		font-size: 36px;
		margin-left: 50px;
		color: #e0dfdf;
	}
	#leftNavbar a.closebtn:hover {
		color: #f1f1f1;
	}
	.margin-xs0 {
		margin: 0 !important;
	}
	.remedial-exam {
		margin: 20px 10px 0px;
	}
	.page-title {
		font-size: 18px
	}
	.tile-img {
		height: 190px;
	}
	.margin-top-minus10 {
		margin-top: 0;
	}
	.margin-top-minus20 {
		margin-top: 0;
	}
	.padding-right-md-0 {
		padding-right: 15px;
	}
	.margin-top-sm-50 {
		margin-top: 0
	}
	.padding-bottom-xs-50 {
		padding-bottom: 50px
	}
	.padding-bottom-xs-40 {
		padding-bottom: 40px
	}
	.stats-profile-info-tile {
		height: auto !important;
	}
	.navbar-default.affix .nav>li>a {
		text-align: left;
	}
	.logo-responsive {
		max-width: 38%;
	}
	.logoNew-responsive {
		max-width: 35%;
	}
	.pagetopMarginLogin {
		margin-top: 61px !important;
	}
	.explore-tile {
		margin: 0px 0px 20px 0px !important;
	}
	.explore-tile .enrolbtn button {
		width: 60%;
	}
	.explore-tile .enrolbtn {
		text-align: center;
	}
	.coursecaption {
		height: auto;
	}
	.prin-img-responsive-single {
		margin-left: 0;
		max-width: 150px;
	}
	.center-div {
		padding-top: 15px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.resultbox {
		margin: 20px 0 20px
	}
	.margin-xs-top10 {
		margin-top: 10px;
	}
	.margin-xs-bottom10 {
		margin-bottom: 10px;
	}
	.margin-xs-top20 {
		margin-top: 20px;
	}
	.margin-xs-top5 {
		margin-top: 5px !important;
	}
	.hideprofile {
		margin-top: -7px;
	}
	.text-left-xs {
		text-align: left !important
	}
	.padding-snip {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.displaynone-xs {
		display: none
	}
	.displaynone-lg {
		display: block;
	}
	.h2Font {
		font-size: 1.3em;
	}
	.form-control-static {
		padding-top: 0px;
	}
	.centredetailsSection .stats {
		font-size: 2.6em;
	}
	.padding-xs-0 {
		padding: 0
	}
	.margin-top-50-xs0 {
		margin-top: 0
	}
	sup.duedate {
		top: 0;
	}
	.font-22 {
		font-size: 17px !important;
	}
	.body-sm-margin {
		margin-bottom: 45px !important;
	}
	.border-left-sm {
		border-left: none !important;
	}
	.pmsummaryNha, .pmsummary {
		min-height: unset;
	}
	.logoNew-ks {
		margin: 20px 5px 20px 10px;
		max-width: 30%
	}
	.h3 {
		font-size: 16px;
	}
	.h4 {
		font-size: 16px;
	}
	.h2 {
		font-size: 18px;
	}
	.hpanel .panel-body {
		padding: 10px;
	}
	.font-14xs {
		font-size: 14px !important
	}
	.font-25xs {
		font-size: 25px !important
	}
	.hpanel>.panel-heading {
		padding: 3px 0 !important;
	}
	.FGT_mgh {
		margin: 0;
	}
	.margin-xs-left30 {
		margin-left: 30px !important;
	}
	.tooltip-arrow {
		border-color: transparent !important;
	}
	.tooltip-inner {
		color: transparent !important;
		background-color: transparent !important;
	}
	.padding-xs-left30{
		padding-left: 30px !important;
	}
	.padding-right-xs-30{
		padding-right: 30px !important;
	}
	.margin-sm-top-20{
		margin-top:10px !important;
	}
}

@media ( max-width :1024px) {
	.hidden-md-down {
		display: none !important
	}
}

@media ( min-width :1025px) {
	.hidden-lg-up {
		display: none !important
	}
}

@media ( max-width : 700px) {
	.mysangham-heading-height {
		min-height: 50px;
	}
	.mysangham-sidebar-height {
		min-height: 400px;
	}
}

@media ( min-width : 700px) {
	.mysangham-heading-height {
		min-height: 100px;
	}
	.mysangham-sidebar-height {
		min-height: 575px;
	}
}

@media ( min-width : 1200px) {
	.col-lg-3Tile {
		width: 20% !important;
	}
}

@media ( min-width : 992px) {
	.modal-lg {
		width: 1100px;
	}
}

.profile-pic {
	height: 120px;
	width: 125px;
	border-radius: 50%;
}

.profile-pic-sm {
	height: 100px;
	width: 100px;
	border-radius: 50%;
}

}
.checkbox-info  label {
	position: absolute
}
.LMSPreviewmodal {
	width: 100% ! important;
	margin-bottom: 0px ! important;
	margin: 10px;
}

.assessmentmodal {
	width: 85% ;
	margin-bottom: 0px ! important;
}
.h3, h3 {
	font-size: 19px;
}

.time-header-or {
	background-color: #ffb606 !important;
}

.modal-xlg {
	width: 100%;
}

.modal-fit {
	width: 95%;
}

.modal-90 {
	width: 90%;
}

.modal-80 {
	width: 80%;
}

.modal-60 {
	width: 60%;
}

input[type="checkbox"] {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.page-title a {
	font-weight: normal;
}

.editable-controls .editable-input {
	border-color: #eaeaea !important;
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select {
	padding: 0 30px 0 10px !important;
	-webkit-padding-end: 30px !important;
	-webkit-padding-start: 10px !important;
}

#qnfilter th, #qnfilter td {
	padding: 4px 4px;
}

.disabled, .not-allowed {
	cursor: not-allowed !important;
	opacity: 0.5;
}

.tooltip .tooltip-inner {
	opacity: 1;
	font-size: 10px;
	text-align: left;
	letter-spacing: 0.5px;
	color: white;
	padding: 5px 10px;
}

@media ( min-width : 768px) {
	.padding-md-0{
		padding:0;
	}
	#courseInfoForm .col-sm-offset-2 {
		margin-left: 6% !important;
	}
	.picUploadWindowModal .modal-dialog {
		width: 65%;
	}
	.modal-sm {
		width: 400px;
	}
	.infoImageStyle {
		object-fit: contain;
		width: 640px;
		height: 360px;
	}
	.infoimagediv {
		width: 640px;
		height: 360px;
		float: left;
		background: black;
	}
	.sessionImagediv {
		height: 200px;
		width: 200px;
		float: left;
		background: black;
	}
	.sessionImageStyle {
		object-fit: contain;
		width: 200px;
		height: 200px;
	}
	.col-sm-2-minwid {
		min-width: 14% !important;
		margin: 0 10px;
	}
	.col-sm-2less {
		width: 14% !important;
	}
	.col-sm-3less {
		width: 20% !important;
	}
	.col-sm-1less {
		width: 7% !important;
	}
	.legendPL-fixed {
		width: 310px !important;
	}
	.GLtile-fixed {
		width: 150px
	}
	.searchtile-fixed {
		width: 280px
	}
	.col-sm-4less {
		width: 27% !important;
	}
	.col-sm-5less {
		width: 34% !important;
	}
	.fixed140-col {
		width: 140px
	}

	.col-sm-1vless {
		width: 4% !important;
	}
}

.noselectAll #selectall {
	display: none
}

#bi_multiSelectorganization .checkboxLayer {
	right: 0;
	left: auto;
}

.qntooltip .tooltip-inner {
	max-width: 800px;
}

.trimdata .tooltip-inner {
	max-width: 1000px;
	!
	important;
}

.whitetext {
	color: white
}

.faLVm1 {
	font-size: 14px;
	position: relative;
	top: 7px;
	left: -8px
}

.faLVm2 {
	font-size: 11px;
	position: relative;
	left: -28px;
	top: -7px
}

.sliders_step1 {
	margin: 0 10px;
}

.studentDashboardAddIconTile-text {
	margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.exploreplus {
	font-size: 8px;
	margin-left: -14px;
	display: inline-block;
	vertical-align: sub;
	background: #333333;
	padding: 2px 2px
}

.reslibrary {
	background: black;
	font-size: 12px;
	margin-left: -14px;
	display: inline-block;
	vertical-align: sub;
}

.module-config-main {
	padding: 20px 55px;
}

.module-config-container {
	/* border: 1px solid #ccc;
	padding: 20px;
	border-radius: 10px; */
	border: 1px solid #E9E9E9;
	background: #fafafa;
	color: #626470;
}
.shift-info-box{
	height:360px;
}
/* .settingsSwitch>.switch {
	background: #cc0a0a;
}

.settingsSwitch>.switch.medium {
	height: 26px !important;
	width: 65px !important;
}

.settingsSwitch>.switch.medium.checked small {
	left: 42px !important;
	top: 2px !important;
}

.settingsSwitch>.switch.checked {
	background: #5cb85c !important;
	border-color: #5cb85c !important;
} */
.float-left {
	float: left;
}

.tileSubMenu {
	font-size: 13px;
	text-align: left;
}

.tileSubMenu a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.tileSubMenu :hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.legendpostion {
	margin-top: -40px;
}

.QBicon {
	font-size: 11px;
	margin-left: -6px;
	vertical-align: sub;
}

.bg-circle .fa {
	margin-right: 0 !important;
}

.preview-small-icon {
	background-image:
		url('../../resources/product/images/NewIcons/preview.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 15px;
	display: block;
	padding-left: 8px !important;
}

.nonclick-bc {
	font-size: 18px;
	font-weight: 500
}

.fa-cmsaddmore {
	font-size: 12px;
	cursor: pointer;
}

.notesinfo {
	position: absolute;
	bottom: 60px;
	right: 28px;
}

.time-header-start {
	min-height: 58px;
	border: 1px solid #c1c0c069;
	border-bottom: 0;
	background: #fbfbfb
}

.livesession {
	padding: 20px;
	background: rgb(44, 50, 113);
	color: white;
	text-align: left;
	font-size: 15px;
}

.joinbutton {
	background: #6668ab;
}

.margin-right-25 {
	margin-right: 25px
}

.switch.green {
	background: white;
	border: 1px solid #04826f;
}

.switch.medium {
	height: 26px;
	width: 70px;
}

.switch.green.medium .off {
	display: block;
	position: absolute;
	right: 14%;
	top: 16%;
	z-index: 0;
	color: #01AA91;
}

.switch.mediumlg .off {
	display: block;
	position: absolute;
	right: 8%;
	top: 16%;
	z-index: 0;
	color: #01AA91;
}

.switch.mediumxs .off {
	display: block;
	position: absolute;
	right: 16%;
	top: 16%;
	z-index: 0;
	color: #01AA91;
}

.switch.green small {
	background: #01AA91;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgb(0 0 0/ 40%);
	position: absolute;
	top: 2px;
	left: 2px;
	transition: 0.3s ease-out all;
	-webkit-transition: 0.3s ease-out all;
	z-index: 1;
}

.switch.medium.checked small {
	left: 47px;
	top: 2px;
	background: white;
	z-index: 1;
}

.switch.mediumlg {
	height: 26px;
	width: 85px;
}

.switch.mediumlg small {
	width: 20px;
	height: 20px;
}

.switch.mediumlg.checked small {
	left: 63px;
	top: 2px;
	background: white;
}

.switch.mediumxs {
	height: 26px;
	width: 55px;
}

.switch.mediumxs small {
	width: 20px;
	height: 21px;
}

.switch.mediumxs.checked small {
	left: 33px;
	top: 2px;
	background: white;
}

.switch .on {
	top: 18%;
	z-index: 1
}

.switch.green.checked {
	background: #01AA91;
	border-color: #04826f;
}

.nodonut-fix {
	position: relative;
	top: -100px;
}

.svg-nodonut {
	width: 130px;
	height: 150px
}

.competencyIconBlue {
	font-size: 16px;
	color: #1212d5;
	cursor: pointer;
}

.competencyIconGrey {
	font-size: 16px;
	color: grey;
	cursor: pointer;
}

.addBlable label {
	display: inline;
}

.enrollBtnDiv {
	float: inherit;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 360px;
}

.viewSolidBackground {
	background-color: #03927d;
	color: rgba(255, 255, 255, 1);
}

.viewerViewHeaderThemeStripe {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 10px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: calc(100% + 2px);
}

.viewerViewHeader {
	margin-top: 12px;
	background-color: #fff;
	border: 1px solid #dadce0;
	border-radius: 8px;
	margin-bottom: 12px;
	padding: 22px;
	position: relative;
	font-size: 20px;
	font-weight: 600;
}

.questionBaseRoot {
	-webkit-transition: background-color 200ms
		cubic-bezier(0.0, 0.0, 0.2, 1);
	transition: background-color 200ms cubic-bezier(0.0, 0.0, 0.2, 1);
	background-color: #fff;
	border: 1px solid #dadce0;
	border-radius: 8px;
	margin-bottom: 12px;
	padding: 18px 0px;
	page-break-inside: avoid;
	word-wrap: break-word;
}

.modalfullscreen .modal-dialog {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.modalfullscreen .modal-content {
	height: auto !important;
	min-height: 100% !important;
	border-radius: 0;
}

.tile-remove-icon {
	padding: 1px 5px;
	position: absolute;
	margin-left: -5px;
	margin-top: -12px;
}

.program-level-tile {
	box-shadow: 0 1px 10px rgb(0 0 0/ 5%), 0 1px 2px rgb(0 0 0/ 10%);
	border-radius: 2px;
}

.editable-buttons .btn-primary {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	color: #fff;
	background-color: #01AA91;
	border-color: #03a58c;
}

.editable-buttons .btn-default {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.editable-click, a.editable-click {
	text-decoration: none;
	color: #428bca;
	border-bottom: none !important;
}

.topsearchclass {
	position: absolute;
	top: -71px;
	left: 258%;
	border-radius: 20px;
	height: 35px;
	width: 280px;
}

.topsearchclass2 {
	position: absolute;
	top: -31px;
	left: 258%;
	border-radius: 20px;
	height: 35px;
	width: 280px;
}

.mcfst {
	position: relative;
}

.qntopfilter {
	float: left;
	width: 13%;
	margin-left: 20px;
	margin-top: 5px;
}

.qntopfilter-wrap .qntopfilter {
	width: 16%;
}

.activeblue {
	font-weight: 600;
	color: #126cb9
}

.no-border-radius {
	border-radius: 0 !important;
}

.dragDropContainer {
	padding: 15px 15px;
	border-radius: 5px;
	border: 2px dashed #d2cece;
	position: relative;
}

.plreportswitch.switch {
	background: #0d88cd !important;
	background-color: #0d88cd !important;
}

.confidencelevel2 {
	background-color: #d5ffff !important;
	color: red;
}

.instructionWrap p {
	margin-top: 15px
}

.graReporHeaderClass .ui-grid-cell-contents {
	height: 72px !important;
}

.collpasedclass {
	background: linear-gradient(90deg, #0099c7, #01b089);
}

.collpasedclass::before {
	content: "+";
	font-size: 13px;
	font-weight: 600;
	display: inline;
	color: #fff;
	padding: 0px 5px;
}

.deptclass {
	background-image: linear-gradient(to bottom, #ffffff, #048bc024, #048bc038, #048bc061,
		#048bc0b0) !important;
	min-width: 100px;
}

.centreclass {
	background-image: linear-gradient(to bottom, #ffffff, #a750f70a, #a750f71f, #a750f72e,
		#a750f747) !important;
	min-width: 100px;
}

.orgClass {
	background-image: linear-gradient(to bottom, #ffffff, #03a58c0d, #03a58c21, #03a58c3d,
		#048bc0ad);
	min-width: 100px;
}

.orglegend {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	margin: 2px 9px -5px 7px;
	border-radius: 50%;
}

.seblogin {
	display: none
}

.cerImagPreview {
	overflow: auto;
	height: 700px;
}

.footercopyrighttext {
	margin-top: 3px !important;
	margin-bottom: 2px !important;
}

.rteInstrctionoff {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 10px;
	width: 95%
}

.limodify>li>a {
	padding: 10px
}

.note-editable ul, .note-editable ul>li, .ng-binding ul, .ng-binding ul>li,
	.lmsAgenda ul, .lmsAgenda ul>li, .deleteAccountlist ul, .deleteAccountlist ul>li {
	list-style: disc !important;
}

.note-editable ol, .note-editable ol>li, .ng-binding ol, .ng-binding ol>li
	{
	list-style: decimal !important;
}

.mc-text-lg {
	float: right;
	width: 92%;
}

#addQntoAsess .ui-grid-viewport::-webkit-scrollbar {
	width: 13.12px;
	height: 10px;
	display: unset !important;
}

.password-eye {
	cursor: pointer;
	position: absolute;
	margin: auto;
	top: 10px;
	right: 12px;
}

.closeButton {
	position: absolute;
	font-size: 14px;
	margin-left: 7px;
}

.usermng_search {
	position: relative;
	font-size: unset;
	white-space: nowrap;
	left: -22px;
	z-index: 10;
	color: #9b9999;
	cursor: pointer;
	top: -2px;
}

.clear-icon {
	position: absolute;
	line-height: 32px;
	margin-right: 5px;
	right: 0px;
	color: #333;
	font-size: 12px;
	z-index: 20;
}

.anstxtwrp table {
	width: 100% !important;
}

.inValidMark {
	background-color: #e65c5c !important;
	color: black;
	font-weight: bold;
}

.markSheetPreviewModal {
	width: 95% ! important;
}

.examSheetUserNotExist {
	color: #9b4343;
	font-weight: 500;
	text-align: left !important;
}

.udisecodelist {
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.grid .ui-grid-row .row-blue {
	background-color: #c0e4e9 !important;
}

.grid .ui-grid-row .row-offwhite {
	background-color: #f8f9fa !important;
}

.grid-legend {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #bcb3b3;
	margin: -5px 2px;
}

.legend-offwhite {
	background-color: #f8f9fa !important;
}

.legend-blue {
	background-color: #c0e4e9 !important;
}

.coDropdown-Invalid {
	background-color: #fdd5d5 !important;
}

.bg-light {
	background-color: #e0e2e5 !important;
}
.bg-dark{
	background-color: #555 !important;	
}
.ind_res_item {
	position: absolute;
	right: 0px;
	top: 5px;
}

.autorefresh-item {
	position: absolute;
	right: 0;
	top: -43px;
}

.tskLst .ui-grid-header {
	display: none;
}

.tskLst .ui-grid-viewport {
	overflow: auto !important;
	border-top: 1px solid #dedddd;
}

.tskLst .ui-grid-cell-contents {
	padding: 13px
}

.checkbox, .radio {
	margin-top: 2px;
	margin-bottom: 5px;
}

.cartItems {
	border-radius: 12px;
	background: #e7e7e754;
	padding: 12px;
	min-height: 110px;
	margin-bottom: 10px;
}

.tile-img-cart {
	border-radius: 13px;
	height: 120px;
	width: 100%;
	background: white;
}

.batchCourseInvalidData {
	text-align: left;
	background-color: #e65c5c !important;
}

.paymentsuccess-div {
	border-radius: 13px;
	background: white;
	box-shadow: 0 0 100px 15px #e9f6ffc7;
	padding: 30px;
	font-size: 15px
}

.dashed {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px dashed #dcdcdd;
}

#certificateEditor .note-statusbar {
	display: none;
}

.edit-mark-container {
	text-align: center;
	margin-top: -45px;
	position: absolute;
	right: 5px;
}

@media ( max-width : 767px) {
	.edit-mark-container {
		position: relative !important;
		right: 0px;
		text-align: left;
		margin-top: 0px;
	}
}

.flex-container {
	display: flex !important;
}

.vertical-align-middle {
	vertical-align: middle !important;
} 
.vertical-align-bottom {
	vertical-align: bottom !important;
} 
#eventCalendar .month_green_header_inner, #eventCalendar .month_green_colheader, #eventCalendar .month_green_corner, #eventCalendar .month_green_rowheader,#eventCalendar1 .month_green_header_inner, #eventCalendar1 .month_green_colheader, #eventCalendar1 .month_green_corner, #eventCalendar1 .month_green_rowheader{
	background-color: #47A477 !important;
	border: 1px solid #47A477 !important;
	font-weight: 600;
	color:#fff !important;
}
#eventCalendar .month_green_colheader, #sevaCalendar .month_green_colheader, #shiftCalendar .month_green_colheader, #eventCalendar1 .month_green_colheader, #sevaCalendar1 .month_green_colheader, #shiftCalendar1 .month_green_colheader {
	padding-top: 5px !important;
    text-align: center !important;
}
#eventCalendar .month_green_rowheader, #sevaCalendar .month_green_rowheader, #shiftCalendar .month_green_rowheader, #eventCalendar1 .month_green_rowheader, #sevaCalendar1 .month_green_rowheader, #shiftCalendar1 .month_green_rowheader{
	text-align: center !important;
}

#eventCalendar .month_green_event_inner, .event_green, #eventCalendar1 .month_green_event_inner {
	/* color: #47A477 !important;
	background-color: #eaf3ef;
	border: 1px solid #47A477;
	font-weight: 600; */
}
.event_green {
	background-color: #eaf3ef;
	border: 1px solid #47A477;
}

#sevaCalendar .month_green_header_inner , #sevaCalendar .month_green_colheader, #sevaCalendar .month_green_corner, #sevaCalendar .month_green_rowheader, #sevaCalendar1 .month_green_header_inner , #sevaCalendar1 .month_green_colheader, #sevaCalendar1 .month_green_corner, #sevaCalendar1 .month_green_rowheader{
	background-color: #084298 !important;
	border: 1px solid #084298 !important;
	font-weight: 600;
	color:#fff !important;
}

#sevaCalendar .month_green_event_inner, .seva_blue, #sevaCalendar1 .month_green_event_inner {
	/* color: #084298 !important;
	background-color: #cfe2ff !important;
	border: 1px solid #084298 !important;
	font-weight: 600; */
}
#shiftCalendar .month_green_header_inner , #shiftCalendar .month_green_colheader, #shiftCalendar .month_green_corner, #shiftCalendar .month_green_rowheader, #shiftCalendar1 .month_green_header_inner , #shiftCalendar1 .month_green_colheader, #shiftCalendar1 .month_green_corner, #shiftCalendar1 .month_green_rowheader{
	background-color: #1066a8 !important;
	border: 1px solid #1066a8 !important;
	font-weight: 600;
	color:#fff !important;
}
/* color: #666666 !important;
	background-color: #eeeeee !important; */
.shift_blue {
	color: #1066a8 !important;
	background-color: #84c0e9 !important;
	border: 1px solid #1066a8 !important;
	font-weight: 600;
}

.activity_tags {
	width: fit-content;
	padding: 6px 10px;
	font-size: 13px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.shift-div {
	position: absolute;
	top: -10px;
}

#shiftCalendar.calendar_transparent_alldayheader_inner, #shiftCalendar1.calendar_transparent_alldayheader_inner  {
	color: #666666 !important;
	background-color: #eeeeee !important;
}

#shiftCalendar.calendar_transparent_rowheader_inner, #shiftCalendar1.calendar_transparent_rowheader_inner {
	color: #666666 !important;
	background: #eeeeee !important;
}

#shiftCalendar1 .calendar_transparent_rowheader_inner, #shiftCalendar1 .calendar_transparent_rowheader_inner {
	border-right: 4px solid #dddddd !important;
}

#shiftCalendar.calendar_transparent_corner_inner, #shiftCalendar1.calendar_transparent_corner_inner {
	border-right: 4px solid #dddddd !important;
}

#shiftCalendar.calendar_transparent_colheader_inner, #shiftCalendar1.calendar_transparent_colheader_inner {
	border-right: 4px solid #dddddd !important;
}

#shiftCalendar.calendar_transparent_cell_business
#shiftCalendar.calendar_transparent_cell_inner,
#shiftCalendar1.calendar_transparent_cell_business
#shiftCalendar1.calendar_transparent_cell_inner {
	background-color: #ffffff !important;
}

#shiftCalendar.calendar_transparent_cell_inner, #shiftCalendar1.calendar_transparent_cell_inner {
	background-color: #f9f9f9 !important;
}

#shiftCalendar.calendar_transparent_alldayheader_inner, #shiftCalendar1.calendar_transparent_alldayheader_inner {
	border-right: 4px solid #dddddd !important;
}

#shiftCalendar.calendar_transparent_alldayevent_inner, #shiftCalendar.calendar_transparent_event_inner, #shiftCalendar1.calendar_transparent_alldayevent_inner, #shiftCalendar1.calendar_transparent_event_inner
	{
	color: #444444 !important;
	background: #419FE0a2 !important;
	border: 1px solid #47afff !important;
}

.modal_default_main {
	border: 0px !important;
	border-top: 4px solid #01AA91 !important;
}

.modal_default_ok {
	color: #fff;
	background-color: #01AA91 !important;
	border-color: #03a58c;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 5px 10px !important;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.weeklydays {
	margin: 12px 10px;
	padding: 8px 11px;
	cursor: pointer;
	font-weight: 500;
}

.weeklydays:hover {
	border-radius: 50%;
	background: #e9e9e9;
}

.weeklydays.active {
	border-radius: 50%;
	background: #009ba9;
	color: white;
}

.event-error-img {
	width: 225px;
}

.eventImageStyle {
	width: max-content;
	vertical-align: middle;
	height: 100%;
	max-height: 250px;
}

.event-info-bg {
	background: #f0f0f0;
}

.eventinfoBanner {
	margin-left: 15px;
	margin-right: 15px;
}

.sevaselectedrow {
	background-color: #f3ffff !important;
	color: #28a49a;
	font-weight: 600
}

.border-bottom-seva {
	border-bottom: 1px solid #E9E9E9;
}

.seva-circle {
	color: #b9b9b9 !important;
}

.vol-profile-pic {
	width: 100px;
	border-radius: 50%;
}

@media ( max-width : 767px) {
	.padding-xs-0 {
		padding: 0 !important;
	}
	.padding-xs-20 {
		padding: 20 !important;
	}
	.margin-bottom-xs-0 {
		margin-bottom: 0px !important;
	}
	.margin-top-xs-60 {
		margin-top: 60px !important;
	}
	.height-93vh {
	height: 100% !important;
}
}

.border-left-green {
	border-left: 5px solid #31af91 !important;
}

.shift-card:hover {
	box-shadow: 0 3px 10px rgb(0 0 0/ 20%) !important;
}

.shift-card {
	overflow: hidden;
	border-radius: 0px;
	box-shadow: 0 0 4px 0 rgb(0 0 0/ 10%);
	border: 1px solid #e6ecef;
	transition: all .4s ease;
}

.shift-card .panel-heading {
	background: #fff;
	font-weight: 600;
	font-size: 16px;
	color: #01AA91;
	height: 60px;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.height-93vh {
	min-height: 93vh;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.nodatadiv {
	height: 150px;
	padding-top: 75px;
	text-align: center;
	background: #fff;
	margin-top: 10px;
}
.align-items-center{
	align-items:center
} 
.event_class{
	color: #FFF !important;
	font-weight: 600;
	cursor: pointer !important;
	
}
.normal_class{
	color: #FFF !important;
	font-weight: 600;
	cursor: default !important;
}
.slider-btn{
	border: none !important;
    background: transparent !important;
    padding:0px !important;
}
.multicarousel .slick-track{
	width:100% !important;
}
.slick-disabled{
	opacity:0.1 !important;
}
#eventCalendar .month_green_event_inner,#eventCalendar1 .month_green_event_inner{
	    height: fit-content;
}
 #sevaCalendar .month_green_event_inner, #sevaCalendar1 .month_green_event_inner{
	border:0px !important;
	 height: fit-content;
}
#shiftCalendar .month_green_event_inner,#shiftCalendar1 .month_green_event_inner{
	border:0px !important;
	display:block;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.loader-overlay-height{
	height:150px;
}
.btn-active-theme-green{
	color: #fff !important;
	background-color: #01AA91 !important;
	border-color: #03a58c !important;
}
.email-inactive {
	color: #000000 !important;
	background-color: #eee !important;
}
.eventinfoimgStyle{
	width: 230px;
    height: 190px;
}
.border-grey{
	border:1px solid #ddd !important;
}
.border-left-grey{
	border-left:1px solid #ddd !important;
}
.text-truncate-w-100 {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	width:75px !important;
} 
.word-break-all{
	word-break: break-all;
} 
.word-break-word{
	word-break: break-word;
}
.display-table {
    display: table;
}
.sevadescTrim {
	height: 340px;
    overflow: hidden;
}
.padding-10-10-130 {
	padding: 10px 10px 130px;
}
.text-truncate-one-line{
	display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 37px;
    width: 75px !important;
    flex: 1 1 auto !important;
    line-height: 24px;
}
.max-height-60{
	max-height: 60px!important;
}
.outcome-text{
	font-size: 12px;
    padding-top: 5px;
}

.overflow-y-auto{
	overflow-y:auto;
}

 .modal-dialog-sm{
	width: 70% !important;
}
.justify-content-center {
    justify-content: center !important;
}
.batch-truncate{
	max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.instructor-truncate{
	max-width: 35%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.margin-top-125{
	margin-top: 125px;
}
.mbDirec-height{
	min-height:400px;
}

.batch-photo {
	height: 60px;
	width: 60px;
}
.heightgridClass .ui-grid-cell-contents {
	height: 40px !important;
}

.prof-username-section{
	/* margin: 0px 30%; */
	padding:20px;
}
.prof-username{
	padding-top: 25px;
    color: #fff;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    opacity: 1;
}
.prof-batch{
text-align: left;
    letter-spacing: 2.1px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
}
.prof-batch-code{
text-align: left;
    letter-spacing: 2.1px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
}

.bg-prof-section{
background: #FFF !important;
}
.profile-img-setting {
   border-radius: 50%;
    width: 180px;
    height: 180px;
    background: transparent;
    box-shadow: 1px 4px 11px #00000034;
    border: 7px solid #FFFFFF;
    opacity: 1;
    margin-top: -97px;
}
.pro-skilldiv{
	border-radius: 12px;
    padding: 15px 10px;
    box-shadow: 0 1px 4px 0px #d5d5d5e0;
    min-height: 90px;
    text-align: center;
    margin: 12px;
}
.complexitydiv{
	border-radius: 50px;
    background: #ECEDEE;
    padding: 3px 12px 5px;
    font-size: 12px;
    font-weight: 500;
}
.prof-details{
background: #f1f0f0;
}
.prof-details-2{
background: #fff;
padding: 30px 20px 40px;
}
.pro-label{
    text-align: left;
    font-weight: 600;
    color: #126cb9;
    text-transform: uppercase;
    opacity: 1;
}
.pro-detail-text{
text-align: left;
    color: #000;
    opacity: 1;
}
.prof-section-division{
	border-bottom: 1px solid #ccc;
	margin-top:10px;
	margin-bottom:10px;
}
@media (max-width: 767.98px) {
    .margin-top-125 {
        margin-top: 20px !important;
        padding-top: 130px;
    }
    .profile-img-setting{
    	margin-top: -95px!important
    }
    .prof-section-division{
	margin-bottom:10px;
	}
	.pro-detail-text{
	margin-top: 5px !important;
	}
	.margin-bottom-175 {
    margin-bottom: 15px !important;
	}
	.prof-username-section {
    padding: 20px 20px 100px 20px;
	}
	.mr-26{
	margin-right:10px !important;
	}
}
.prof-blue-btn,.prof-blue-btn:hover,.prof-blue-btn:active,.prof-blue-btn:focus{
	color: #fff;
	/* border-color: #04826f; */
	background: #03927d 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000034;
opacity: 1;
letter-spacing: 1.4px;
text-align: left;
font-size:13px;
font-weight:500;
line-space :12px;
text-transform: uppercase;
opacity: 1;
}
.btn-outline,.btn-outline:hover,.btn-outline:active,.btn-outline:focus{
text-align: left;
text-decoration: underline;
letter-spacing: 1.4px;
font-size:13px;
font-weight:500;
line-space :12px;
color: #126cb9;
text-transform: uppercase;
opacity: 1;
}
.mr-26{
	margin-right:26px;
}
.text-trash{
	color:#03927d;
}


/* Certification Issues Dashboard CSS */

.dashboard-ui {
	margin-bottom : 20px;
	/* margin-left: 60px; */
	display: flex;
    justify-content: center;
}

.dashboard-table {
	border-collapse: collapse; 
    border: 2px solid white; 
}

.dashboard-th {
    text-align: center;   
    border-collapse: collapse;  
  padding: 5px !important;
/*   padding-right: 10px !important;    */
  margin:0 !important;
}

.border-white {
	 border: 2px solid white; 
}

.dashboard-header {
	background-color :#000080;
	color : white;
	text-align:center;
	font-size:12px;
	
}

.dashboard-rows {
	color : white;
	font-size : 20px;
	text-align:center;
	font-weight:400;
	padding-right: 105px !important;
	padding-left: 105px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.totalPar {
	background-color : #C47448;	
}

.certIssued {
	background-color : #D0A13A;
}

.totalCourses {
	background-color : #66A866;
}

.certNotEligible {
	background-color :#C26161;
}


@media ( min-width : 768px) and (max-width: 1199px) {
	.dashboard-rows {
		font-size: 18px;
		padding-right: 90px !important;
		padding-left: 90px !important;
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.dashboard-ui {
		margin-left: 50px;
	}
}

@media ( min-width : 576px) and (max-width: 767px) {
	.dashboard-rows {
		font-size: 16px;
		padding-right: 70px !important;
		padding-left: 70px !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.dashboard-ui {
		margin-left: 30px;
	}
}

@media ( max-width : 575px) {
	.dashboard-rows {
		font-size: 14px;
		padding-right: 40px !important;
		padding-left: 40px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.dashboard-ui {
		margin-left: 30px;
	}
}
.error-tab{
	color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}
.infoText {
    margin-top: 3px;
    color: #0b5fff;
    font-style: italic;
    letter-spacing: 0.5px;
}
.wrap-word{
	word-break: break-all;
	overflow-wrap: break-word;
	white-space: normal;
}
/*Skill rating*/
.bg-green {
	background: green;
	color: #fff;
}

.bg-red {
	background: red;
	color: #fff;
}

.skill-grid-table-header {
	background: #173567;
	color: #fff;
}
.skill-grid-table-header div {
	/* text-align: center; */
	font-weight: bold;
	padding: 12px;
	height: 55px;
	display : flex ; 
	justify-content : center;
}

@media (max-width: 900px) {
  .skill-grid-table-header div {
    font-size: 8px; 
  }
}

.border-skill-left {
	border-left: 1px solid #fff;
}

.skill-rating {
	display: flex;
	border: 2px solid #03a58c;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	width: fit-content;
	padding: 5px;
}

.skill-rating button {
	background-color: #03a58c;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 20px;
	/* width: 35px; */
	height: auto;
	text-align: center;
	transition: background-color 0.2s;
}

.skill-rating button:hover {
	background-color: #01AA91;
}

.skill-rate-input-box {
	text-align: center;
	border: none;
	font-size: 16px;
	outline: none;
}
/* Hide the number input spin buttons */
.skill-rate-input-box::-webkit-inner-spin-button, .skill-rate-input-box::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

.skill-rate-input-box[type="number"] {
	-moz-appearance: textfield;
}

.sk-border-dark {
	border: 1px solid #333;
	border-width: 0px 1px 1px 1px;
}

.sk-border-dark-left {
	border-left: 1px solid #333;
}

.skill-contents {
	height: 75px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.btn-sk-small {
	font-size: 10px;
}

.text-results-btn-sk {
	height: 32px;
	width: 32px;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

@media (max-width: 900px) {
 .text-results-btn-sk {
    height: 22px;
	width: 22px;
    font-size: 10px; 
  }
}

.border-course-aTg{
	background: #ede8e8;
    padding: 4px 10px;
    border-left: 4px solid #31af91 !important;
}
.pllerrorDialog{
    box-shadow: 0px 0px 15px -5px grey;
    padding: 8px;
    background: #fdeddae3;
    font-style: italic;
    text-align: center;
    color: red;
    margin-bottom: 5px;
}	
.learnmode-circle{
	font-size: 21px;
    position: relative;
    top: 2px;
}
.learnmode{
	top: -2px;
    position: relative;
    left: -14px;
    font-weight: 700;
    color: white;
    font-family: auto;
}
.error-item-border{
	border: 1px solid #c0392b;
}
.gridPinning .ui-grid-top-panel {
    min-height: 65px;
}
.option-item {
   padding: 5px 10px;
   margin-bottom: 5px;
   background-color: #f9f9f9;
   border-radius: 3px;
   width:100%;
}

.poll-item {
   padding: 5px 10px;
   margin-bottom: 5px;
   border-radius: 3px;
   width:100%;
}
:root {
    --tw-ring-offset-shadow: 0 0 #0000;  /* Default ring offset shadow */
    --tw-ring-shadow: 0 0 #0000;         /* Default ring shadow */
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 
                 0 4px 6px -4px rgba(0, 0, 0, 0.1); /* Box shadow */
}

.chatprompt {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), 
                var(--tw-ring-shadow, 0 0 #0000), 
                var(--tw-shadow);
   border-color:  rgb(0 0 0 / 5%);
   border-radius: 28px;
   justify-content: center;
   align-items: center;
   padding:10px 15px;
}
.qr-course-style{
	padding: 40px 0px; 
	border: 1px solid #ccc;
}
.qr-course-container{
	padding: 10px;
	margin-left: 15px;
}
@media (max-width: 767.98px) {
	.container3-xs{
		width: 95% !important;
        margin: 10px !important;
	}
	.qr-course-container{
		margin-left: 0px !important;
	}
}