
.etest-editor-header {
	position:fixed;
	left: 0px;
	top: 0;
	right: 0;	
	box-shadow: rgba(0,0,0,0.4) 0px 1px 3px;	
	z-index: 12;
	background-color: #f6f7f9;
}

.mobileBody .etest-editor-header {
	top: 0;
}

.mobileAppBody .etest-cardeditor-toolbar-rbuttons {
	display: none;
}

.mobileBody .etest-cbrowser-content {
	color: #000;
}

.etest-editor-left-bar {
	position: fixed;
	background: #f5f5f5;
	top: 120px;
	bottom: 0;
	overflow: hidden;
	width: 200px;
}

.etest-editor-header-nav {
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
}	
.etest-editor-header-nav > a.flat-button {	
	margin: 3px 5px;
	padding: 8px 10px;
	text-transform: uppercase;	
	vertical-align: middle;
}

@media (hover: hover) and (pointer: fine) {
	.etest-editor-header-nav > a.flat-button:hover {
		box-shadow: 0px 0px 2px rgba(0,0,0,0.35);
	}
}
	
.etest-editor-header-nav > a.link {
	font-size: 16px;
	padding: 12px 10px;
	text-transform: uppercase;
	cursor: pointer; 
	display: inline-block;
	color: inherit;
	font-weight: bold;
	vertical-align: middle;
}

.etest-editor-header-nav > a.link:active {
	color: inherit;
	background-color: rgba(0,0,0,0.1);
	text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
	.etest-editor-header-nav > a.link:hover {
		color: inherit;
		background-color: rgba(0,0,0,0.1);
		text-decoration: none;
	}
}

.etest-editor-toolbar {
	white-space: nowrap;
	background-color: #f5f5f5;
	border-bottom: 0;
	min-height: 34px;
	margin-left: 40px;
    box-sizing: border-box;
    padding-top: 0px;	
}
.etest-editor-toolbar.etest-mobile-footer-toolbar {
	position: fixed;
	bottom:0;
	left: 0;
	right: 0;
	background-color: #f5f5f5;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.15);
	padding: 0 !important;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.app-dark-mode .etest-editor-toolbar.etest-mobile-footer-toolbar {
	background-color: #0a131d;
	box-shadow: 0 -1px 3px rgba(0,0,0,0.45);
}

.etest-editor-toolbar.etest-mobile-footer-toolbar .etest-toolbar-button,
.etest-editor-toolbar.etest-mobile-footer-toolbar .ck.ck-button {
	margin: 0;
	padding: 12px;	
	flex: auto 0 0;	
}

.etest-editor-toolbar.etest-mobile-footer-toolbar .ck.ck-toolbar>.ck-toolbar__items>:not(.ck-toolbar__line-break) {
	margin-right: 1px;
}
.etest-editor-toolbar.etest-mobile-footer-toolbar .ck.ck-toolbar .ck.ck-toolbar__separator {
	/*display: none;*/
	height: 20px;
    align-self: center;
    background: rgba(0,0,0,0.05);
}
.etest-editor-toolbar.etest-mobile-footer-toolbar  #etestckeditortoolbar {
	width: auto !important;
}
.etest-editor-toolbar.etest-mobile-footer-toolbar  #etestckeditortoolbar .ck.ck-toolbar {
	height: auto;
}



.etest-editor-toolbar.etest-mobile-footer-toolbar #etestckeditortoolbar .cke_toolbar {
	height: auto;
}

.etest-editor-toolbar.etest-mobile-footer-toolbar #etestckeditortoolbar {	
	height: 55px;
	transition: height 0.1s ease;
}

.etest-editor-toolbar.etest-mobile-footer-toolbar.expanded #etestckeditortoolbar {	
	height: auto;
}
.etest-editor-toolbar.etest-mobile-footer-toolbar #etestckeditortoolbar .ck.ck-balloon-panel.ck-toolbar-container:not(.ck-balloon-panel_with-arrow) {
	position: static;
	
	height: auto;
}
.etest-editor-toolbar.etest-mobile-footer-toolbar #etestckeditortoolbar .ck.ck-toolbar {	
	height: auto;
}

/*#etestckeditortoolbar .ck.ck-balloon-panel.ck-balloon-panel_with-arrow {
	display: none !important;
}*/


#etestckeditortoolbar .ck.ck-toolbar > * {
	margin-top: 2px;
	margin-bottom: 2px;
}
#etestckeditortoolbar .ck.ck-toolbar {
	border:0;
}

#etestckeditortoolbar .ck.ck-toolbar>.ck-toolbar__items {
	flex-flow: row nowrap;
}

.etest-editor-toolbar.etest-mobile-footer-toolbar #etestckeditortoolbar .ck.ck-toolbar>.ck-toolbar__items {
	flex-flow: row nowrap;
}

.etest-editor-toolbar.etest-mobile-footer-toolbar #etestckeditortoolbar .ck.ck-toolbar.ck-toolbar_vertical > .ck-toolbar__items {
	flex-flow: column wrap;
	max-height: 100vh;
}

.etest-editor-toolbar.etest-mobile-footer-toolbar #etestckeditortoolbar .ck.ck-dropdown .ck-dropdown__arrow {
	margin-left: 0;
	margin-right: 0;
	opacity: 0.5;
}

.etest-editor-toolbar.etest-mobile-footer-toolbar #etestckeditortoolbar .ck.ck-splitbutton>.ck-splitbutton__arrow {
	padding-left: 2px;
}

.etest-editor-toolbar-toggle-outer {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
    background: inherit;
    height: 55px;
}


#etestckeditortoolbar {
	--ck-color-button-default-hover-background: transparent;
	--ck-color-button-on-background: #B3E5FC;
	--ck-color-button-on-hover-background: #B3E5FC;

	--ck-color-button-action-active-background: rgba(0,0,0,0.05);
	--ck-color-button-action-active-shadow: transparent;
	--ck-color-button-default-active-shadow: trasparent;
}

@media (hover: hover) and (pointer: fine) {
	#etestckeditortoolbar {
		--ck-color-button-default-hover-background: rgba(0,0,0,0.05);;
	}
}

.app-dark-mode #etestckeditortoolbar {
	--ck-color-button-default-hover-background: transparent;
	--ck-color-button-on-background: #41545f;
	--ck-color-button-on-hover-background: #41545f;

	--ck-color-button-action-active-background: rgba(255,255,255,0.1);
	--ck-color-button-default-active-background: rgba(255,255,255,0.1);
	--ck-color-button-action-active-shadow: transparent;
	--ck-color-button-default-active-shadow: trasparent;
	--ck-color-base-background: #121212;
	--ck-color-base-foreground: #1e2329;
	--ck-color-base-border: #383838;
}

.app-dark-mode .ck.ck-dropdown__panel,
.app-dark-mode .ck.ck-reset.ck-list {
	background-color: #121212;
	border-color: #383838;
}

.etest-toolbar-section {
	display: inline-block;
	vertical-align: middle;
}

.etest-toolbar-separator {
	display: inline-block;
	background-color: rgb(186, 187, 188);
    border-color: rgb(186, 187, 188);
    vertical-align: middle;
    height: 18px;
    width: 1px;
}


.etest-toolbar-button {
	display: inline-block;
	padding: 5px 8px;
	margin: 3px 0;
	color: inherit;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.etest-toolbar-button i {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 14px;
}	

.etest-toolbar-button:hover {
	background-color: rgba(0,0,0,0.1);
	color: inherit;
	text-decoration: none;
	border: 1px solid rgb(186, 187, 188);
}


.etest-editor-header-menu > li {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
}

.etest-editor-header-menu > li:hover {
	background-color: rgba(0,0,0,0.1);
}

.etest-editor-content {
	background-color: #f5f5f5;
	min-height: 100vh;	
	padding-top: 110px;
	padding-bottom: 50px;
	margin-right: 300px;	
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}

.app-dark-mode .etest-editor-content {
	background-color: #0a131d;
}

.etest-editor-sidebar,
.etest-editor-sidebar.ui-resizable {
	position: fixed;
	right: 0;
	top: 85px;
	bottom: 0px;
	z-index: 9;
	width: 300px;
	background-color: #ffffff;
	padding: 0;
	box-sizing: border-box;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
	overflow-y: auto;
}

.app-dark-mode .etest-editor-sidebar {
	background-color: #121212;
}

.etest-question-editor-card .etest-question-content {
	padding: 0.5cm 1cm;
	border-radius: inherit;
}



.edubarHeaderHidden .etest-editor-sidebar {
	top: 85px;
}

.etest-sidebar-title {
	white-space: nowrap;
	font-size: 16px;
	padding: 10px 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	
}

.etest-sidebar-tabs {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 0;
	
	display: flex;
	flex-flow: row wrap;
	display: none;
}

.app-dark-mode .etest-sidebar-tabs {
	border-bottom-color: rgba(255,255, 255, 0.1);
}
.etest-sidebar-tabs.cardEditor {
	display: flex;
}

.etest-meditor-editingmode .etest-sidebar-tabs {
	display: flex;
}

.etest-sidebar-tab-btn,
.ui-widget a.etest-sidebar-tab-btn {
	flex: auto 1 1;
	text-transform: uppercase;
	padding: 12px 15px 11px 15px;
	cursor: pointer;
	display: inline-block;
	color: inherit;
	border-bottom: 1px solid transparent;
	text-align:center;
}


.ecourse-appTabsMode .etest-sidebar-tab-btn,
.ecourse-appTabsMode a.etest-sidebar-tab-btn {
	text-transform: none;
}

@media (hover: hover) and (pointer: fine) {
	.etest-sidebar-tab-btn:hover,
	.ui-widget a.etest-sidebar-tab-btn:hover {
		text-decoration: none;
		border-bottom: 2px solid #607D8B;
		margin-bottom: -1px;
	}
}

.etest-sidebar-tab-btn.selected,
.ui-widget a.etest-sidebar-tab-btn.selected {
	border-bottom: 2px solid #2196F3;
	font-weight:bold;
	margin-bottom: -1px;
	background: #E3F2FD;
}

.etest-sidebar-tab-btn.filterActive {
	background-color: #E8F5E9;
}

.app-dark-mode .etest-sidebar-tab-btn.filterActive,
.app-dark-mode .etest-sidebar-tab-btn.selected,
.app-dark-mode .ui-widget a.etest-sidebar-tab-btn.selected {
	background-color: #41545f;
}


.ecourse-appTabsMode .etest-sidebar-tab-btn.filterActive,
.ecourse-appTabsMode .etest-sidebar-tab-btn.selected,
.ui-widget .ecourse-appTabsMode a.etest-sidebar-tab-btn.selected {
	background-color: #41545f;
}


.etest-editor-outline {
	position: fixed;
	left: 0px;
	top: 120px;
	bottom: 0px;
	z-index: 0;
	width: 250px;
	background-color: #f6f7f9;	
	padding: 10px;
	box-sizing: border-box;
}
.etest-outline-title {
	padding: 15px 10px;
	border-bottom: 1px solid #d6d6d6;
	font-size: 16px;
}



.etest-ceditor-mainmenu-btn {
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	padding: 11px 10px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	color: #2196F3;
}
.etest-meditor-mainmenu-btn {
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	padding: 12px 10px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	color: #2196F3;
}

.etest-meditor-close-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	padding: 12px 10px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	color: #2196F3;
} 

.etest-meditor-mainmenu-btn:hover,
.etest-ceditor-mainmenu-btn:hover,
.etest-meditor-close-btn:hover {
	background-color: rgba(0,0,0,0.1);
}

.etest-meditor-header-title {
	background-color: #f6f7f9;
	padding: 2px 40px;
	display: flex;
	flex-flow: row nowrap;	
}

.etest-meditor-title-text {
	padding: 12px 10px 12px 10px;
	white-space: nowrap;
	font-size: 1.5em;
	font-weight: bold;
	font-size:18px;
	font-weight:normal;
	margin:0;
	text-transform: uppercase;
	line-height:26px;
	flex: auto 0 0 ; 
}
.etest-meditor-header-floatings {
	flex: auto 1 1;
	white-space:nowrap;	
	min-width: 760px;
	text-align:right;
	
	position: relative;
}

.etest-meditor-search-results-toolbar-outer {
	height:50px;margin-left:inherit;position:relative;

}

.etest-meditor-search-results-toolbar {	
	position: fixed;
	top: 43px;
	left: 143px;
	right: 0;
	flex: auto 100 100;
    padding: 8px 20px 8px 50px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    z-index: 6;
    height: 50px;
    box-sizing: border-box;
    margin-left: inherit;
}

.etest-search-simple .etest-meditor-search-results-toolbar {
	position: sticky;
	top: 0;
	left: auto;
	right: auto;
}

.etest-mobileMode  .etest-meditor-search-results-toolbar-outer {
	height: auto;
}

.etest-mobileMode .etest-meditor-search-results-toolbar {
	top: 0;
	left: 0 !important;
	/*padding: 8px 8px;*/
	position: relative;
	right: 0;
	bottom: 0;
	height: auto;
}

.etest-pripravy-tabs {
	margin-left: 40px;
}

.etest-mobileMode .etest-meditor-search-results-toolbar.containsSelection {
	position: fixed;	
}


.mobileAppBody .etest-mobileMode .etest-meditor-search-results-toolbar.containsSelection {	
	position: relative;
	z-index: unset;
}
.mobileAppBody .etest-mobileMode .etest-meditor-search-results-toolbar.containsSelection .etest-meditor-search-results-toolbar-selection {	
	z-index: 2500;
	height: 55px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #222f3e;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.35);*/
}

.mobileAppBody .etest-mobileMode .etest-meditor-search-results-toolbar.containsSelection .etest-meditor-search-results-toolbar-selection0 {	
	padding-top: 3px;
}


.etest-mobileMode .etest-meditor-search-results-toolbar:before {
	content: ' ';
	position: fixed;
	top: -1px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #1a527d;
	height: 0;
	box-shadow: 0 0 1px 2px rgba(0,0,0,0.6);
	z-index: 20;
}

.etest-meditor-editingmode .etest-meditor-search-results-toolbar {	
	top: 50px;
}
.etest-meditor-header-material-name {
	display: none;
    padding: 2px 10px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 50vw;
}
.etest-meditor-header-name {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 600px;
	right: 0;
	background-color: #ECEFF1;
	border-left: 1px solid #d6d6d6;
	font-weight: bold;
	padding: 4px 15px;
	font-size: 11px;
	box-sizing: border-box;
	text-align: left;
    /*display: inline-block;
    padding: 8px 10px;
    right: 0;
    text-align: left;
    vertical-align: middle;    
    font-size: 20px;
    font-weight: bold;*/
 }
 
.etest-meditor-maintoolbar {
 	min-height: 50px;
}

.etest-meditor-maintoolbar .etest-tpselector {
 	display:inline-block;
 	vertical-align: middle;
 	position:absolute;
 	left:0;
 	bottom:0px;
 	white-space: nowrap;
}
.testActive .etest-meditor-maintoolbar {
 	min-height: 70px;
}

.testActive .etest-meditor-maintoolbar .etest-tpselector {
	bottom: -5px;
}

.etest-meditor-searchdiv,
.etest-meditor-searchdiv.ui-resizable {
	padding: 0; 
	background: #fff;
	/*border-right: 1px solid #d6d6d6;*/
	border-bottom: 1px solid #d6d6d6;
	position: fixed;
	top: 43px;
	left: 143px;
	bottom: 0;
	width: 500px;	
	box-sizing: border-box;
	
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    z-index: 60;    
}
.etest-fullscreen-editor .etest-meditor-searchdiv {
	left: 0;
	top: 0;
}
.etest-fullscreen-editor .elearn-toolbar0,
.etest-fullscreen-editor .etest-editor-header {
	top: 0;
}
.mobileBody .etest-meditor-searchdiv {
	left: auto;
	top: 0px;
	right: 0;
	width: 80vw !important;
	z-index: 2020;
	
	font-size: 0.9rem;
}
.etest-meditor-editingmode .etest-meditor-searchdiv { 
	top: 50px;
	z-index:6;
}

.etest-meditor-searchdiv-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
/*	overflow-y: auto;*/
}
.etest-meditor-searchdiv-inner2 {
	height: 100%;
	min-width: 300px;
	display: flex;
	flex-flow: column nowrap;
}
.mobileBody .etest-meditor-searchdiv-inner2 {
	min-width: 0;
}
.etest-meditor-searchdiv-inner2 > .etest-sidebar-tabs {
	flex: auto 0 0;
}
.etest-meditor-searchdiv-inner2 > .etest-meditor-searchdiv-inner3 {
	flex: 100% 1 1;
	overflow: hidden;
	/*overflow-y: auto;*/
	
}

.etest-meditor-searchdiv-inner2 > .etest-meditor-searchdiv-inner3.autoScroll {
	overflow-y: auto;
}

.etest-meditor-competence-selector {
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
}

.etest-meditor-searchdiv-inner3.autoScroll .etest-meditor-competence-selector {
	height: auto;
	display: block;
}

.etest-meditor-competence-selector .etest-cselector-header {
	flex: auto 0 0;
}

.etest-meditor-competence-selector .etest-cselector-content {
	flex: 100% 1 1;
	overflow: hidden;
	overflow-y: auto;
}
	


.etest-meditor-searchdiv .ui-resizable-handle.ui-resizable-e {
	right: -5px;
}

.etest-meditor-title-div {
	position: relative;
	padding: 10px;
	
	max-width: 100%;
	min-width: 250px;
}

.etest-meditor-searchbox {

	max-width: 500px;

	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
}
.etest-meditor-searchbox.headerFw {
	float: none;
	display: block;
	
	
	padding: 8px;
	max-width: 500px;
	flex: 500px 1 1;
}
.etest-meditor-searchbox0 {
	padding: 0px;	
	position: relative;
	min-width: 150px;	
	flex: auto 1 1;
}
.headerFw .etest-meditor-searchbox0 {
	padding-left: 0;
}

.etest-meditor-searchbox .etest-meditor-searchbox1 {
	position: absolute;
	top: 1px;
	bottom: 2px;
	font-size: 18px;
	right: 0px;
	color:#2196F3;
}


.etest-meditor-searchbox button {
	background: none;
	border: 0;
	cursor: pointer;
	padding: 6px;
}

.etest-meditor-searchbox button:hover {
	background-color: rgba(0,0,0,0.05);
}

.etest-meditor-searchbox button:focus {	
	outline: 0;
}

.etest-search-input-field,
.etest-meditor-searchdiv select {
	padding: 9px 70px 9px 15px;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: rgba(255,255,255,0.2);
	vertical-align: middle;
	
	width: 100%;
	box-sizing: border-box;
	/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);*/
	color: inherit;
}

.headerFw .etest-search-input-field {
	box-shadow: none;
	background-color: rgba(0,0,0,0.05);
	
}
.etest-search-input-field:focus,

.headerFw .etest-search-input-field:focus {
	background-color: #fff;
	color: #222;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border: 1px solid #2196F3;
	outline: 0;
}


.searchActive .etest-search-input-field {
	background-color: #fff;
	color: #222;
}
.etest-meditor-searchdiv select	{
	padding-right: 5px;
}
.etest-meditor-searchdiv .etest-header-filter-item {
	width:50%;
	padding: 0;
}
.etest-meditor-searchdiv .etest-header-filter-item:first-child {
	width: 50%;
	width: calc(50% - 5px);
	
	margin-right: calc(0px + 5px);
}

.etest-search-input-field::-webkit-input-placeholder {
  color: rgba(0,0,0,0.5);
  text-align: left;
  margin-right: 10px;
}
.etest-search-input-field::-moz-placeholder{
  color: rgba(0,0,0,0.5);
  text-align: left;
  margin-right: 10px;
}
.etest-search-input-field:-ms-input-placeholder{
  color: rgba(0,0,0,0.5);
  text-align: left;
  margin-right: 10px;
}
.etest-search-input-field:-moz-placeholder{
  color: rgba(0,0,0,0.5);
  text-align: left;
  margin-right: 10px;
}
.etest-search-input-field::placeholder {
  
  text-align: left;
  margin-right: 10px;
  opacity: 0.5;
  color: inherit;
}




.etest-search-submit {
	padding: 9px 10px;
	text-transform: uppercase;
	border-radius: 0;
	margin: 0;
	vertical-align: middle;
}


.etest-meditor-content {
	background-color: #fff;
	min-height: 100vh;
	min-height: calc(100vh - 93px);	
	padding-top: 82px;	
}
.etest-meditor-search-stats-outer {
	background-color: #2980B9;/*#216896;*/
	color: #fff;
	padding: 5px 15px 10px 40px;
	
	
}
.etest-meditor-search-stats-outer.globalPlan {
	background-color: #2E7D32;
}
.etest-meditor-search-stats-outer.library {
	background-color: #EF6C00;
	margin-top: -15px;
}


.etest-meditor-search-stats-outer.tests {
	background-color: #23a9e6;
}
.etest-meditor-search-stats {
	padding: 0 10px;
	color: rgba(255,255,255,0.7);
	position: relative;	
	box-sizing: border-box;
	z-index: 3;
	min-height: 20px;
}
	

.etest-meditor-sortby-div {
	text-align:right;
	right: 10px;
	bottom: 0;
}

.etest-meditor-sortby-div0 {
	display: inline-block;
}

.etest-meditor-tabs {
	padding: 0 0px;		
	white-space:nowrap;	
	text-align: left;
	position: relative;
	z-index:0;
}
.etest-meditor-tabs-separated {
	/*background-color: #fff;*/
	margin-left:-50px;
	overflow: hidden;
}
.etest-meditor-tabs-separated-shadow {
	position: absolute;
	left: 0;
	right:0;
	top: -1px;
	height: 1px;
	box-shadow: rgba(0,0,0,0.4) 0px 1px 3px;
}
.etest-meditor-tabs-inner {
	display: inline-block;
}

.etest-meditor-tab-group {
	display: inline-block;
	position:relative;
}

.etest-meditor-tab-group-more {
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	width: 200px;
	background-color: #f5f6f9;
	box-shadow: rgba(0,0,0,0.4) 0px 1px 3px;
	z-index: 100;
}


.etest-meditor-tab-group:hover .etest-meditor-tab-group-more {
	display: block;
} 

.etest-meditor-tab {
	text-transform: uppercase;
	padding: 10px 15px;
	cursor: pointer;
	display: inline-block;
	color: inherit;	
	border-bottom: 2px solid transparent;
	text-align:center;
}

.etest-meditor-tab.selected,
.etest-meditor-tab:hover {
	background-color: rgba(187,222,251,0.3);
}

.twolined > .etest-meditor-tab,
.twolined > .etest-meditor-tab-group > .etest-meditor-tab {
	padding: 5px 20px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border-left: 1px solid rgba(0,0,0,0.05);
	border-right: 1px solid rgba(0,0,0,0.05);
	border-top: 1px solid rgba(0,0,0,0.05);
	margin-right: -1px;
}

.twolined > .etest-meditor-tab span,
.twolined > .etest-meditor-tab-group > .etest-meditor-tab span {
	
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}

.etest-meditor-tab-group-more .etest-meditor-tab {
	display: block;	
	text-align: left;
}
.etest-meditor-tab.big {
	padding: 5px 15px;
	border-bottom: 3px solid transparent;
	margin-right:5px;
	line-height: 2.2em;
	height: 2.2em;	
	max-width: 100px;
	text-align: center;
}
.etest-meditor-tab.big span {	
	line-height: 1.1em;
	display: inline-block;
	max-height: 2.2em;
	overflow: hidden;
	white-space: normal;
	vertical-align: middle;
}


.etest-meditor-tab.med {
	padding: 6px 15px;
	border-bottom: 2px solid transparent;
	margin-right:5px;
}

.etest-meditor-tab.big:hover {
	color: inherit;
	border-bottom: 3px solid #90A4AE;
}


.etest-meditor-tabs .etest-meditor-tab:hover {
	text-decoration: none;	
	color: inherit;
}

.etest-meditor-tab i.fa {
	font-size: 16px;
	position: relative;
	top:2px;
}

.etest-meditor-tab.selected,
.etest-meditor-tab-group.selected .etest-meditor-tab-group-title {
	border-bottom: 2px solid #2196F3;
	/*font-weight:bold;	*/
	/*color: #2196F3;*/
}

/*.editingMode .etest-meditor-tab {
	color: rgba(255,255,255,0.7);
}
.editingMode .etest-meditor-tab.selected {
	color: #fff;
	border-bottom: 2px solid #fff;
}*/

.twolined > .etest-meditor-tab.selected,
.twolined > .etest-meditor-tab-group.selected > .etest-meditor-tab {
	background-color: #E3F2FD;
	border-left-color: #90CAF9;
	border-right-color: #90CAF9;
	border-top-color: #90CAF9;
	position: relative;
	z-index:1;
}

.etest-meditor-tab-group-more .etest-meditor-tab.selected {
	border-bottom: 2px solid transparent;
	background-color: #E3F2FD;
	font-weight: bold;
}

.etest-meditor-tab-group

.etest-meditor-tab.selected.big {
	border-bottom: 3px solid #2196F3;
	color: #2196F3;
}

.etest-search-container {
	position: relative;
}

.etest-meditor-search-results {		 
	box-sizing: border-box;
	background-color: #f5f5f5;
	min-height: 100vh;
	min-height: calc(100vh - 43px);
	position: relative;
}

.etest-cbrowser-content .etest-meditor-search-results {
	min-height: 100vh;
} 

.etest-cbrowser-content {
	overflow-x: hidden;
}

.etest-meditor-search-results-inner {
	padding: 15px 15px 15px 40px;
	box-sizing: border-box;
	position: relative;
}

.etest-meditor-search-results.testsOpened {
	max-height: calc(100vh - 93px);
	overflow: hidden;
}

.testsOpened .etest-meditor-search-results-toolbar.containsSelection {
	z-index: 2000;	
	max-width: 24.5cm;
}

.etest-meditor-search-results-tests {
	background-color: rgba(100,100,100,0.8);  
    box-sizing: border-box;    
    min-height: calc(100vh + 50px);
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    z-index: 200;
}
.etest-meditor-search-results-simple-outer {
	background-color: rgba(100,100,100,0.8);  
    box-sizing: border-box;    
    min-height: calc(100vh + 50px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    z-index: 100;
}
.mobileBody .etest-meditor-search-results-simple-outer {
	position: relative;
	z-index: 1;
	min-height: 0;
}

.etest-meditor-search-results-tests-inner {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 60px 30px 60px 40px;
 	background-color: #f5f5f5;
 	max-width: 24.5cm;
 	border: 0px solid #999;
 	box-shadow: 2px 2px 10px rgba(0,0,0,0.35);
 	min-height: 100vh;
 	box-sizing: border-box;
}
.etest-meditor-search-results-tests-inner.etest-search-simple {
	padding: 0;	
	margin: auto;
	
	min-height: 0;
		
    height: calc(100vh - 43px);
    overflow: auto;
	margin-top: 43px;
}

@media (max-width: 1220px) {
	.etest-meditor-search-results-tests-inner.etest-search-simple {
		margin: auto auto auto 110px;
	}
}

.mobileBodyV2 .etest-meditor-search-results-tests-inner.etest-search-simple {
	margin: 0;
	top: 0;
	height: auto;
	box-shadow: none;	
	border: 0;
	overflow: visible;
}

.etest-meditor-search-results-tests-info {
	position: fixed;
	top: 83px;
	left: 143px;
	bottom: 0;
	overflow: auto;
	padding-left: 20px;
	color: rgba(255,255,255,0.9);
}

.mobileBodyV2 .etest-meditor-search-results-simple-outer .etest-meditor-search-results-tests-info {
	display: none;
}

.groupMode .etest-meditor-search-results-tests-inner {
	margin-left: auto !important;
	margin-right: 15px !important;
	max-width: 24.5cm;
	width: 50vw;
	transition: opacity 0.2s ease;
	opacity: 1;
}
.groupMode0 .etest-meditor-search-results-tests-inner {
	opacity: 0;
	transition: opacity 0.2s ease;
}

.groupMode .etest-meditor-search-results-tests-info {
	right: 50vw;
	right: calc(50vw + 20px);
	width: auto !important;
}

.etest-meditor-editingmode .etest-meditor-search-results-tests-info {
	left: 25px;
}

.etest-meditor-current-material {
	padding: 15px 15px 15px 40px; 
	box-sizing: border-box;
	background-color: #f5f5f5;
	min-height: 100vh;
	min-height: calc(100vh - 93px);
	
}

.app-dark-mode .etest-meditor-current-material {
	background-color: #0a131d;
}

.edubarHeaderHidden .etest-meditor-current-material {
	min-height: calc(100vh - 50px);
}

.etest-meditor-current-material-inner {
	margin: auto;
	max-width: 1170px;
	position: relative;
}

.etest-meditor-current-panel {
	position: fixed;
	left: 143px;
	top: 93px;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 270px;
	padding-left: 60px;
	padding-top: 15px;
}
.etest-currentcards-button {
	padding: 15px 10px 15px 45px;
	position: relative;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin-bottom: 8px;
}
.etest-currentcards-button > i {
	position: absolute;
	left: 10px;
	top: 12px;
	font-size: 20px;
	transition: transform 0.2s ease;
}
.etest-currentcards-button:hover > i {
	transform: scale(1.2);
}

.etest-meditor-current-panel:hover {
	overflow-y:auto;
}

.etest-meditor-content-action-buttons > a {
	display: block;
	width: 100%;
	margin: 5px 0;
	box-sizing: border-box;
}

.etest-meditor-content-action-buttons > a.etest-currentcards-button {
	margin: 8px 0;
}

.etest-meditor-current-panel  h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 5px 0;
}

.etest-meditor-content-title {
	font-size: 16px;
	padding: 5px 0;
	border-bottom: 1px solid #d6d6d6; 
}





.etest-meditor-card-list {
	/*display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: strech;*/
	max-width: 21cm;
	min-width: 250px;
}



.etest-meditor-card-item {
	margin: 10px;
	padding: 15px 15px 25px 40px;
	background-color: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.35); 	
	min-width: 250px;
	position: relative;
	box-sizing: border-box;
}

.etest-meditor-card-item.etest-card-with-previewimage .etest-card-content {
	min-height: 120px;
	position: relative;
}

.etest-card-previewimage-outer {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 20px;
	max-width: 60%;
	width: 200px;	
}

.etest-card-previewimage-inner {
	background-size: cover;
	background-position: center right;
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
}

.etest-card-previewimage-inner::after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 170px, rgba(255,255,255,1) 200px), 
				linear-gradient(to top, rgba(255,255,255,1) 0,  rgba(255,255,255,0.0) 40px);
}

.etest-simple .etest-meditor-card-item {
	padding-left: 16px;	
}
/*
.etest-simple .etest-meditor-card-content {
	padding-right: 60px;
}*/
.etest-simple .etest-card-content-icon {
	width: 5px;
	padding: 0;
}

.mobileBody .etest-simple .etest-card-stats {
	position: relative;
	top: 0px;
	left: 0;
	right: 0px;
	margin: 0;
	margin-bottom: -30px;
	width: 60px;
}

.etest-meditor-card-item-groupdecor {
	position: absolute;
	left: 5px;
	top: 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.35); 
	right: -5px;
	bottom: -5px;
	background-color: #fff;

}


.etest-meditor-card-item.selected:before,
.etest-meditor-card-item.selectedG:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 10px;
	background-color: #4CAF50;
	content: ' ';
}

.etest-meditor-card-item.selected:before {
	z-index: 1;
}

.etest-group-row.etest-meditor-card-item.selected:before {
	left: 5px;
	top: 5px;
	bottom: -5px;
}

.etest-meditor-card-item.checked:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	background-color: #FFC107;
	content: ' ';
}

.etest-group-row.etest-meditor-card-item.checked:after {
	left: 5px;
	top: 5px;
	bottom: -5px;
}
/*
.etest-meditor-card-item.etest-global-card:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 128px;	
	position: absolute;
	top: -22px;
	right: -22px;	
	color: #C8E6C9;
	content: "\f0ac";	
}

.etest-meditor-card-item.etest-global-card.etest-global-different:after {
	color: #FFCDD2;
}*/


.etest-meditor-current-list-outer {
	margin-left: 330px;
	padding: 20px;
}
.etest-meditor-current-list {
	max-width: 21cm;
	min-width: 250px;
	margin: auto;
}
.autoNumbers.etest-meditor-current-list {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
}

.etest-meditor-current-card-item {
	margin: 10px;
	padding: 15px 15px 25px 10px;
	background-color: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4); 
	
	position: relative;
	box-sizing: border-box;
	font-weight: bold;
	cursor: default;
}

.etest-meditor-current-card-item .card-sortable-handle {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 25px;
	width: 40px;
	z-index: 1;
}
.etest-question-group-item .card-sortable-handle {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 25px;
	width: 40px;
	z-index: 1;
}

.etest-meditor-current-card-item .etest-card-content * {
	cursor: default !important;
}

.etext-meditor-current-card-content {
	/*display: inline-block;
	width: 80%;
	width: calc(100% - 80px);*/
	margin-left: 50px;
	vertical-align: top;
	font-weight: normal;
}

.autoNumbers.etest-meditor-current-list .etext-meditor-current-card-content {
	margin-top: -1.1em;
	margin-left: 35px;
}

.mobileEditMode .etext-meditor-current-card-content {
	margin-left: 25px;
}

.mobileEditMode .etest-meditor-current-card-item {
	padding: 12px 12px 25px 12px;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.mobileEditMode .etest-question-group-item {
	background-color: transparent;
}
.mobileEditMode .etest-question-group-number {
	width: 25px;
	font-size: 0.8em;
	top: 15px;
}

.mobileBody .etext-meditor-current-card-content {
	/*width: 100%;*/
	box-sizing: border-box;
}

.etest-card-check {
	position: absolute;
	top: 15px;
	margin: 0;
	left: 12px;
	z-index: 2;	
}

.row-type-test .etest-card-check .etest-custom-checkbox:before {
	border-color: rgba(255,255,255,0.8);
}



.etest-card-keywords {
	margin-top:10px;
}
.etest-card-author {
	opacity: 0.7;
	text-align: left;
}

.etest-card-content {
	/*margin-top: 10px;*/	
	overflow: hidden;
}

.textZoom100 .etest-card-content,
.textZoom100 .ecourse-meditor-quick-add {
	font-size: 100%;
}

.textZoom120 .etest-card-content,
.textZoom120 .ecourse-meditor-quick-add {
	font-size: 120%;
}

.textZoom150 .etest-card-content,
.textZoom150 .ecourse-meditor-quick-add {
	font-size: 150%;
}

.textZoom200 .etest-card-content,
.textZoom200 .ecourse-meditor-quick-add {
	font-size: 200%;
}

.etest-card-content-icon {
	position: absolute;
	color: rgba(255,255,255,0.5);
	background-color: #F0F4C3;
	font-size: 24px;
	top: 0px;
	left: 0px;
	opacity:0.6;
	z-index: 0;
	padding: 5px;
	bottom: 0;
	width: 25px;
}
.etest-card-content-icon > i {
	position: absolute;
	bottom: 0;
	left:0px;
	width: 35px;
	text-align: center;
	font-size: 25px; 
}
.etest-card-content-testinner {
	display: flex;
	flex-flow: row wrap;	
}
.etest-card-content-testinner > * {
	flex: auto 1 1;
}
.etest-card-content-testname0 {
	font-weight: bold;
	font-size: 1.1em;	
	padding-right: 80px;
}

.etest-card-content-testdesc {
	opacity: 0.8;
	min-height: 1.2em;
}
.etest-card-content-testname {
	padding-bottom: 10px;
}

.etest-card-content-testassignations {
	margin: 0px 0;
	max-width: 100%;
	flex: auto 1 1;
	text-align: right;
	display: flex;
	flex-flow: row-reverse nowrap;
	/*background-color: rgba(0,0,0,0.05); */
	margin-top: -5px;
	margin-right: -5px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	
}
.etest-card-content-testassignation-item {
	flex: auto 0 0;
	padding: 5px 10px;
	display: block;
	white-space:nowrap;
	text-align: right;
	margin-left: 2px;
	background-color: rgba(255,255,255,0.8); 
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.etest-card-content-testassignation-item:last-child {
	margin-left: 0;
}

.etest-card-content-testassignation-item:hover {
	background-color: rgba(0,0,0,0.05);
	text-decoration: none;
	color: inherit;
}
	


.etest-meditor-card-type {
	/*position: absolute;
	bottom: 0;
	left: 35px;*/
	font-size: 10px;
	text-transform: uppercase;	
	
	font-weight: bold;
	white-space: nowrap;
}
.etest-meditor-card-type >span {
	display: inline-block;
	padding: 3px 5px;
	color: #fff;
	opacity: 0.5;
}

.etest-meditor-card-footer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: -23px;
	margin-top: 23px;
	position: relative;
}

.etest-meditor-card-footer2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	margin-bottom: -23px;
}


.etest-meditor-card-footer2.singleCard {
	justify-content: flex-start;
	margin-bottom: -23px;
	margin-top: -10px;
	top: -25px;
	height:0;
}

.mobileEditMode .etest-meditor-card-footer2.singleCard {
	top: -35px;
}


.etest-card-actions {
	text-align: right;
	/*position: absolute;
	bottom: 2px;
	right: 15px;*/
	flex: auto 1 1;
	white-space: nowrap;
	position: relative;	
}

.mobileEditMode .etest-card-actions {
	gap: 12px;
    align-items: center;
}

.etest-card-actions-l {
	flex: auto 1 1;
	margin-right: 15px;
	text-align: left;
	display: inline-block;
}

.singleCard .etest-card-actions-l {
	flex: auto 0 0;
}

.etest-card-actions .etest-card-timechanged {
	display: inline-block;
	padding: 5px 5px;
	opacity:0.5;
} 

.etest-card-actions > a {
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	padding: 5px 5px;
	color: #2196F3;
	transition: background 0.2s ease-in-out;
}

.mobileEditMode .etest-card-actions > a {
	padding: 8px;
}

.etest-card-actions > a.isTranslateable {
	color: #E91E63;
}

.etest-card-actions > a.playBtn {
	
	border-radius: 50%;	
	margin-left: 15px;
	margin-right: -12px;
	border: 2px solid;
	vertical-align: bottom;
}
/*.etest-meditor-card-item:hover .etest-card-actions > a.playBtn {
	transform: scale(2.5);
	color: #43A047;
	border: 2px solid #43A047;
}*/

.etest-card-actions > a:hover {
	background-color: #E3F2FD;
	text-decoration: none;
}
 
.etest-card-actions-points {
	display: inline-block;
	color: rgba(0,0,0,0.5);
	margin-right: 15px;
}
.app-dark-mode .etest-card-actions-points {
	color: rgba(255,255,255,0.5);
}

.etest-card-actions-points input {
	width: 50px;
	border: 1px solid transparent;
	text-align:right;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}	
.etest-card-actions-points input:disabled {
	color: rgba(0,0,0,0.5);
	background-color: #f0f0f0;
}
.mobileEditMode .etest-card-actions-points input {
	width: 30px;
}
.etest-qge-multi-item .etest-card-actions-points input {
	font-weight: normal;
	font-size: 1em;
}
.etest-card-actions-points input:focus {
	outline: 1px solid #2196F3;
	outline-offset: 2px;
}

.etest-meditor-print-preview,
.etest-meditor-interactive-preview {
	background-color:  #F5F5F5;
	padding: 20px 20px 20px 20px;
	margin-left: 330px; 
}

.etest-meditor-side-panel.ui-resizable {
	position: fixed;
}
.etest-meditor-side-panel {
	position: fixed;
	left: 0;
	top: 93px;
	bottom: 0;
	background-color: #fff;
	border-right: 1px solid #d6d6d6;
	width: 330px;
	padding: 0 0px;
	box-sizing: border-box;
	overflow: auto;
}
/*.etest-meditor-side-panel:hover {
	overflow: auto;
}*/
.etest-meditor-side-panel-right {
	left: auto;
	right: 0;
	border-left: 0px solid rgba(0, 0, 0, 0.1);
	box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15);
	border-right: 0;
}
.etest-meditor-side-header {
	padding: 20px 20px 20px 60px;
	background-color: #f6f7f9;
	border-bottom: 1px solid #d6d6d6;
}

.etest-meditor-side-panel-right .etest-meditor-side-section,
.etest-meditor-side-panel-right .etest-meditor-side-header {
	padding: 20px;
}

.etest-meditor-side-section {
	padding: 20px 20px 20px 60px;
	border-bottom: 1px dashed rgba(0,0,0,0.08);
}

.app-dark-mode .etest-meditor-side-section {
	border-bottom-color: rgba(255,255,255,0.1);
}

.etest-meditor-side-row {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	align-content: center;
	padding: 7px 0;	
}
.etest-editor-widget-props .etest-meditor-side-row {
	display: block;
}

.etest-meditor-side-row > .label {
	flex: 40% 0 0;
	box-sizing: border-box;
	padding-right: 7px;
	opacity: 0.8;
}

.etest-meditor-side-row > .value {
	flex: 60% 0 0;
}

.etest-meditor-side-row select,
.etest-meditor-side-row textarea,
.etest-meditor-side-row input[type="text"],
.etest-meditor-side-row input[type="number"] {
	border: 1px solid #aaa;
	padding: 7px;
	box-sizing: border-box;
	width: 100%;
}

.app-dark-mode .etest-meditor-side-row select,
.app-dark-mode .etest-meditor-side-row textarea,
.app-dark-mode .etest-meditor-side-row input[type="text"],
.app-dark-mode .etest-meditor-side-row input[type="number"] {
	border-color: rgba(0,0,0,0.2);	
}

.etest-meditor-popoutdlg textarea {
	border: 1px solid #aaa;
	padding: 7px;
	box-sizing: border-box;
	width: 100%;
	white-space: pre;
    overflow-wrap: normal !important;
    overflow: auto !important;
	height: calc(100vh - 200px) !important;
}

.app-dark-mode .etest-meditor-popoutdlg textarea {
	border-color: rgba(0,0,0,0.2);	
}

.etest-meditor-popoutdlg .etest-edit-popout {
	display: none;
}

.etest-meditor-side-row select.visibilityHidden {
	background-color: #FFCDD2;
}

.etest-meditor-form-section {
	margin-bottom: 45px;
}
.etest-meditor-form-section h3,
h3.etest-meditor-form-section-header {
	margin: 0;
	padding: 15px 0 10px 0;
	
	font-size: 1.5em;
	/*border-bottom: 2px solid #C8E6C9;*/
	color: inherit;
	
	opacity: 0.7;
	position: relative;
}

.etest-meditor-form-row {
	padding: 10px 0;
	
	align-items: flex-start;
	justify-content: stretch;
	align-content: flex-start;	
}

.etest-meditor-form-row.narrow {
	padding: 0 0;
}

.etest-meditor-form-row.narrow .value,
.etest-meditor-form-row.narrow .label {
	padding-top: 5px;
}

.etest-meditor-form-row.narrow .label {
	flex: 70px 0 0;
	text-align: right;
	padding-right: 8px;
}



.etest-showCategoriesBtn.ecourse-link-button {
	position: absolute;
	right: 0;
	top:0;
	transition: all 0.2s ease;
	margin-left: -7px;
	opacity: 0.5;
	color: inherit;
}


.etest-meditor-form-row.twocols {
	display: flex;
	flex-flow: row nowrap;
}
.etest-meditor-formfields {
	padding: 20px 20px 0px 60px;
	max-width: 20cm;	
	min-width: 500px;
}
.etest-meditor-form-row > .label {
	flex: 30% 1 1;	
	opacity: 0.8;
	padding: 3px 0;
	
}
.etest-meditor-form-row.twocols.ra0 > .label {
	padding-right: 15px;
	text-align: right;
}
.etest-meditor-form-row.twocols.ra > .label {
	flex: 20% 0 0;
	text-align: right;
	padding-top: 7px;
	padding-right: 15px;
	box-sizing: border-box;
	
}

.etest-meditor-form-row > .value {
	flex: 70% 1 1;
}

.etest-form-field-smallw {
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
	
}

.etest-meditor-form-row select,
.etest-meditor-form-row input[type="text"],
.etest-meditor-form-row textarea,
.etest-form-field {
	border: 1px solid #aaa;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}

.ecourse-appTabsMode .etest-form-field, 
.ecourse-appTabsMode .etest-cselector-searchbox {
	border: 1px solid #aaa;
	padding: 6px;
}
.etest-meditor-form-row input.etest-form-field-small,
.etest-meditor-form-row select.etest-form-field-small,
.etest-meditor-form-row .etest-form-field-small,
.etest-form-field-small {
	border: 1px solid #aaa;
	padding: 5px;
	box-sizing: border-box;
	width: 170px;	
	border-radius: 0;
	background: transparent;
}

.etest-form-field-small:disabled {
	background-color: #eee;
	opacity: 0.6;	
}

.etest-meditor-form-row input[type="radio"] {
	vertical-align: middle;
	margin: 0 0.2cm 0 0;
}


.etest-meditor-form-row .etest-material-name-field {
	border: 0;
	border-bottom: 1px solid #aaa;
	padding: 7px 7px;
	
	font-weight: bold;
	font-size: 1.8em;	
}

.etest-meditor-form-row .etest-material-name-field:focus {
	outline: 0;
	border-bottom: 1px solid #2196F3;
}

.etest-meditor-form-row .etest-material-name-field::placeholder {
	color: rgba(244,67,54,0.4);
}

.etest-meditor-form-row .etest-material-name-field.etest-type-2::placeholder {
	color: rgba(123,123,123,0.4);
}

.whiteBoxes .etest-form-field {
	padding-top: 18px;
	margin-top: -18px;
	font-weight: bold;
}

.whiteBoxes .etest-form-field:hover {
	outline: 0;
	background-color: rgba(129,212,250,0.3);
    border: 1px solid #29B6F6;
}

.whiteBoxes .etest-form-field:hover option {
	background-color: #fff;
}

.etest-form-field option {
	padding: 5px;
}

.etest-meditor-search-results-header-global {
	color: #fff;
	background-color: #2E7D32;
	padding: 5px 10px 10px 50px;	
	position: relative;
    z-index: 1;
}
.etest-meditor-search-results-header-global.simple {	
	background-color: #f5f5f5;
	color: #000;
	padding-bottom: 30px;	
	padding-top: 30px;
}
.etest-meditor-search-results-header-global.library {	
	background-color: #EF6C00;
	padding-bottom: 20px;	
}
.etest-meditor-search-results-header-global.tests {
	background-color: #23a9e6;
	padding-bottom: 20px;	
}
	
.etest-meditor-search-results-header-global h2 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: normal;
	color: inherit;	
	max-width: 850px;
}

.mobileBody .etest-meditor-search-results-header-global {
	padding-left: 20px;
}

.etest-meditor-search-results-header-outer.simple {
	background-color: #222f3e;
	color: #fff;
}

.etest-meditor-search-results-header-outer.classPlan {
	background-color: #2980B9;
	color: #fff;
}
.etest-meditor-search-results-header-outer.library {
	background-color: #EF6C00;
	color: #fff;
}
.etest-meditor-search-results-header-outer.globalPlan {
	background-color: #2E7D32;
	color: #fff;
}

.etest-app-plan-header {
	text-align: left;
	padding: 0 10px 8px 20px;
	opacity: 0.6;
}
.classPlan .etest-app-plan-header {
	padding-left: 50px;
}


.etest-meditor-used-competences-outer {
	padding: 0px 10px 10px 100px;	
	background-color: #2980B9;
	color: rgba(255,255,255,0.65);
	margin-top:-10px;
	position: relative;
}
.etest-meditor-used-competences-outer.globalPlan {
	background-color: #2E7D32;
	padding-left: 50px;
}
.mobileBody .etest-meditor-used-competences-outer.globalPlan {
	padding-left: 20px;
}

.etest-meditor-used-competences-outer a {
	color: #fff;
}

.etest-meditor-used-competences .etest-meditor-used-competences-item {
	padding: 3px 0;
	padding-left: 20px;
	position: relative;
}

.etest-meditor-used-competences .etest-meditor-used-competences-item > i.fa-angle-right {
	position: absolute;
	left: 5px;
	top: 3px;
}


.etest-meditor-found-keywords,
.etest-meditor-used-keywords {
	list-style-type: none;
	padding: 5px 15px;
	display: flex;
	flex-flow: row wrap;
}
.etest-meditor-found-keywords > li,
.etest-meditor-used-keywords > li {
	padding: 0;
	flex: 50% 1 1;
	min-width: 100px;
	box-sizing: border-box;
}
.etest-meditor-used-keywords > li {
	padding: 5px;
}

.etest-meditor-found-keywords > li > a {
	padding: 5px 5px;
	cursor: pointer;
	display: block;
	color: #2980B9;
}
.etest-meditor-found-keywords > li > a:hover {
	background-color: rgba(200,200,200,0.2);
	text-decoration: none;
	color: #2980B9;
}




.etest-groups-tree {
	list-style-type:none;
}

.etest-studens-tree-group-item {
	padding: 10px 30px;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	position: relative;
}

.etest-studens-tree-group-item > .toggleBtn {
	position: absolute;
	top: 8px;
	left: 0px;
	display: inline-block;
	padding: 5px;
	color: inherit;
	cursor: pointer;
}

.etest-studens-tree-group-item > .toggleBtn:hover {
	background-color: #E3F2FD;
}
.etest-groups-list {
	padding-top: 10px;
}
.etest-studens-tree-user-item {
	padding: 5px 0;
	border-top: 1px dashed #d6d6d6;	
}

.etest-studens-tree-user-item  i.material-icons {
	vertical-align: middle;
	margin-right: 5px;
}

.etest-variants-toggle {
	white-space: nowrap;
}

.etest-variants-toggle > a {
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid #2196F3;
	border-radius: 2px;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
}

.etest-variants-toggle > a:hover {
	background-color: #E3F2FD;
}

.etest-variants-toggle.disabled  > a {
	cursor: default;
	box-shadow: 0;	
	border: 1px solid #607D8B;
}

.etest-variants-toggle.disabled  > a:hover {
	background-color: transparent;
}

.etest-variants-toggle > a.selected {
	background-color: #2196F3;
	border: 1px solid #2196F3;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	color: #fff;
}

.etest-variants-toggle.disabled > a.selected {
	background-color: #607D8B;
	border: 1px solid #607D8B;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	color: #fff;
}


.etest-results-dbbox {
	background-color: #fff;
	padding: 20px;	
	margin: 15px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	position: relative;
}

.etest-results-dbbox .etest-results-chart-div  {
	 padding:0;
}

.etest-results-pohlad-header {
	padding: 25px 40px 60px 40px;
	background-color: #23a9e6;
	color:#fff;
}

.etest-results-pohlad-header h3 {
	color:inherit;padding:0;font-size: 22px;margin:0;
	max-width: 800px;
	white-space: normal;
}

.etest-results-pohlad-header .subtitle {
	opacity:0.7;
	margin-top:5px;
}


.etest-results-udalostparams {
	float: right;
	width: 350px;
	padding: 15px;
	margin-top: -30px;
    display: flex;
    flex-flow: row wrap;
}

.etest-results-udalostparams > div {
	flex: 50% 0 0;
}

.etest-results-table {
	border-collapse: separate;
}
.etest-results-table th,.etest-results-table td {
	padding: 5px;
} 
.etest-results-table-wide.etest-results-table th,.etest-results-table-wide.etest-results-table td {
	padding: 8px;
}

.etest-results-table tbody tr:hover,
.etest-results-table tbody tr.selected,
.etest-results-table tbody tr:hover td,
.etest-results-table tbody tr.selected td {
	background-color: #FFF8E1;
}

.etest-results-table tbody tr.marked {
	background-color: #E3F2FD;
}

.etest-results-table th {
	border-bottom: 2px solid #d6d6d6;
}

.etest-results-table-headerBg {
	background-color: #fff;
	z-index: 2;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
	/*border-bottom: 2px solid #23a9e6;*/
}

.etest-results-table td {
	border-bottom: 1px dashed #d6d6d6;
}

.etest-results-table th.rotate {  
  height: 85px;
  white-space: nowrap;
  width: 100px;
  padding: 0px;
  border: 0;
  vertical-align: bottom;
  font-weight: normal;
  text-align: right;
}


.etest-results-table thead th, .etest-results-table thead th.rotate {
	border-bottom: 2px solid #23a9e6;	
}

.etest-results-table th.rotate > div {
  font-size: 12px;
  transform-origin: bottom left;
  transform:  translate(100%, 0) rotate(315deg);
  width: 2.3em;
  display: inline-block;
   
  text-align: left;
}
.etest-results-table th.rotate > div > div {		
	height: 2.3em;		
	width: 250px;
	line-height: 2.1em;
	border-bottom: 1px dashed #23a9e6;
}
.etest-results-table th.rotate > div > div > span {
  vertical-align: bottom;
  margin: 0px;
  width: 160px;
  display: inline-block;  
  white-space:normal;  
  line-height: normal;
  box-sizing: border-box;    
  overflow:hidden;
  line-height: 1.05em;
  max-height:2.1em;  
  text-align: left;
}


.etest-results-table tfoot tr:first-child td {
	border-top: 2px solid #d6d6d6;
}
.etest-results-table td.answerTd {
	padding: 2px;
	border-left: 1px dashed #d6d6d6;
	white-space:nowrap;
}

.etest-results-table td.variantTd {
	padding: 2px;
	border-right: 2px solid #ddd;
	background-color: rgba(220,220,220,0.2)
}

.etest-results-table td.sumTd {	
	border-left: 1px dashed #d6d6d6;
	text-align:right;
}
.etest-results-table td.sumTd.actionButton {
	cursor: pointer;	
}
.etest-results-table td.sumTd.actionButton:hover {
	outline: 2px dashed #FFC107;
	outline-offset: -2px;
}
.etest-results-table td.sumTd.stav_done {
	background-color: rgba(129, 199, 132, 0.2);
}

.etest-results-table td.sumTd.stav_missing {
	background-color: rgba(239, 154, 154, 0.2)
}

.etest-results-table td.sumTd.stav_part {
	background-color: rgba(255, 183, 77, 0.2)
}

.etest-results-table td.sumTd.stav_nexttime {
	background-color: rgba(79, 195, 247, 0.2)
}

.etest-results-table td.sumTd.stav_sub_man {
	background-color: rgba(52, 152, 219, 0.2);
}


.etest-results-table td.sumTd.stav_ev_man {
	background-color: rgba(46, 204, 113, 0.2);
}

.etest-results-table td.sumTd.stav_rework {
	background-color: rgba(243, 156, 18, 0.2);
}

.etest-results-table td.sumTd.stav_cancelled {
	background-color: rgba(102, 102, 102, 0.2);
}

.etest-results-table td.sumTd.userNemaSuper {	
	background-color: rgba(0,0,0,0.07);
}



.etest-results-table td .answerInput, 
.etest-results-table td .etest-variant-input {
	border: 0;
	width: 100%;
	box-sizing: border-box;
	max-width: 1cm;
	min-width: 0.7cm;
	padding: 8px 5px;
	background-color: transparent;
}
.etest-results-table td .etest-variant-input {
	max-width: 1.5cm;
}
.etest-results-table td .etest-variant-input:disabled {
	color: #999;
}

.etest-results-header-score .etest-variant-input {
	padding: 5px;
	max-width: 2cm;
	border: 1px solid #ddd;	
}

.etest-results-header-score .etest-variant-input:disabled {
	color: #999;
	border: 0;
	background-color: transparent;
	padding: 5px 0;
}

.etest-results-table td .answerInput:disabled {
	opacity:0.7;
}

.etest-results-table .etest-savedStateReadonly td {
	background-color: rgba(0,0,0,0.05);
	
}
.etest-results-table .etest-savedStateReadonly td .answerInput {
	opacity: 0.7;
}

.etest-results-table td .answerInput.multipleAnswers {
	width: 30px;
}

.etest-results-table td .answerInput.pridelenieGrade, 
.etest-results-table td .answerInput.vysledokGrade {
	max-width:3cm;
	width:100%;
	min-width:1cm;
	box-sizing:border-box;
	background-color:transparent;/*rgba(255,255,255,0.7);*/
}

.ere-notBestRow .bestRowOffsetElem {
	opacity:0.3;
}

.ere-bestRow .bestRowOffsetElem {

}

.etest-results-table td .answerInput.commentInput {	
	padding: 3px;
	width: 100%;
	max-width: 10cm;
	min-width: 3cm;
	box-sizing: border-box;
	background-color:transparent;/*rgba(255,255,255,0.7);*/
	/*line-height: 1.1em;
	min-height: 30px;*/
	max-height: 5em;
}

.etest-results-table td.fixedCell,
.etest-results-table th.fixedCell  {
	background-color: #fff;
	position: relative;
	z-index:1;
}
.etest-results-table th {
	position: relative;
	z-index:3;
}
.etest-results-table th.fixedCell {
	z-index: 4;
}

.etest-results-table td .answerInput.elaborationFilled,
.etest-results-answerInput.elaborationFilled {
	background-color: #FFF59D;
}

.etest-results-table td .answerInput.isCorrect,
.etest-results-answerInput.isCorrect {
	background-color: #C8E6C9;
}

.etest-results-table td .answerInput.hasScore,
.etest-results-answerInput.hasScore {
	background-color: #B2EBF2;
}

.etest-results-table td .answerInput.isIncorrect,
.etest-results-answerInput.isIncorrect {
	background-color: #FFCDD2;
}


.etest-results-table td .answerInput.wrongValue,
.etest-results-answerInput.wrongValue {
	background-color: #FFE0B2;
}

.etest-results-answerInput::-webkit-input-placeholder{
  color: rgba(0,0,0,0.3);
  text-align: left;
  margin-right: 10px;
}
.etest-results-answerInput::-moz-placeholder{
  color: rgba(0,0,0,0.3);
  text-align: left;
  margin-right: 10px;
}
.etest-results-answerInput:-ms-input-placeholder{
  color: rgba(0,0,0,0.3);
  text-align: left;
  margin-right: 10px;
}
.etest-results-answerInput:-moz-placeholder{
  color: rgba(0,0,0,0.3);
  text-align: left;
  margin-right: 10px;
}
.etest-results-answerInput::placeholder {
  color: rgba(0,0,0,0.3);
  text-align: left;
  margin-right: 10px;
}

.etest-meditor-header-action-buttons-outer {
	width: 100%;
	max-width: 600px;
	position: relative;
}
.etest-meditor-header-action-buttons {
	position: absolute;
	right: 0;
	top: 0;
	z-index:10;
	transform: translateY(-50%);
}
.etest-meditor-header-action-buttons .flat-button {
	padding: 12px 15px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/*.etest-meditor-interactive-preview .etest-screen-single {
	margin: 0.5cm auto;
	border: 1px solid #d6d6d6;
}*/


.etest-widgetsortable-item {
	position: relative;
}

.etest-widgetsortable-item .etest-widgetsortable-handle {
	cursor: move;
	position: absolute;
	font-size: 12px;
	padding: 2px 4px;
	background-color: rgba(255,193,7,0.5);
	
	display: none;
	top: 0;
	width: 14px;
	height: 14px;
	right:100%;
	top: -2px;	
	color: #fff;
	text-align: center;
	box-sizing: content-box;
	z-index: 1;
}

.etest-widgetsortable-item .etest-widgetsortable-handle:hover {
	background-color: rgba(255,193,7,1);
}

.etest-widgetsortable-item.child-selected .etest-widgetsortable-handle {
	display: block;
}

.etest-widgetsortable-placeholder {
	border: 1px dashed #00BCD4;
	background-color: #E0F7FA;
	min-height: 20px;
}


.etest-competences-listdiv {
	background-color: #ffffff;	
	margin-left: 00px;
	min-height: 100vh;
	padding: 20px;
	padding-left: 50px;
	max-width: 793px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.34);	
}

.etest-competences-listdiv.verbeval {
	max-width: 900px;
}


.etest-competence-tree-l0 > li {
	padding: 10px 0 10px 30px;
	position: relative;
}
.etest-competence-title {
	font-size: 1.5em;
	font-weight: bold;
	flex: 50% 1 1;
}


.etetest-listitem-check {
	position: absolute;
	left: 12px;
	top: 12px;
	margin: 0;
}
.etest-competence-tree-l1 .etetest-listitem-check {
	top: 7px;
	left: 10px;
}

.etest-competence-sortable-handle,
.etest-competence-unsortable-handle {
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 5px;
	background-color: #ddd;
	cursor: move;	
}

.etest-group-sortable-handle,
.etest-group-unsortable-handle {
	position: absolute;
	left: 0px;
	top: 8px;
	height: 20px;
	width: 5px;
	background-color: #ddd;
	cursor: move;	
}

.etest-competence-unsortable-handle,
.etest-group-unsortable-handle {
	background-color: #f5f5f5;
	cursor: default;
}


.etest-competence-tree-l1 {
	
	list-style-type: none;
}

.etest-competence-tree-l1 > li {
	padding: 5px;
	padding-left: 35px;
	position: relative;
}

.competenceeditor-stype-verbeval .etest-competence-tree-l1 > li:not(.etest-newListItem) {
	padding-top: 1px;
	padding-bottom: 1px;
}

.etest-competence-editable {
	min-height: 1.2em;	
}



.etest-competence-editable[contenteditable=true]:empty:before{
	content: attr(placeholder);
	opacity: 0.3;
	display: block; /* For Firefox */
	cursor: text;
  }

.etest-competence-item.usedAlready {
	background-color: #eee !important;
}

.etest-competence-tree-l1 > li:hover {
	background-color: rgba(255,255,255,0.5);
}

.etest-competence-editable:focus {
	background-color: #fff;
	outline: 1px solid rgba(60,160,71,0.4);
	margin: -5px;
	padding: 5px;
}


.etest-competence-editable.hasError {
	background-color: #FFEBEE;
	outline: 2px dashed #F44336;
}
	
.etest-competence-tree-l1 .etest-newListItem {
	list-style-type: none;
	position: relative;
}
.etest-competence-tree-l1 .etest-newListItem i.fa {
	position: absolute;
	top: 5px;
	left: 8px;
}

.etest-competenceeditor-actionbtns {
	padding: 5px;
}

a.etest-header-action-button {
	padding: 12px 15px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.etest-editor-header .etest-filterForm {
	padding-left: 45px;
	margin-top: -10px;
	padding-bottom: 5px;
}

.etest-editor-header .etest-filterForm .etest-form-field {
	padding: 5px;
}
.etest-header-filter-item {
	display: inline-block;
	min-width: 120px;
	padding: 5px;
}

.ecourse-appTabsMode .etest-header-filter-item,
.ecourse-appTabsMode .etest-cselector-searchdiv {
	padding: 2px;
}

.ecourse-appTabsMode .etest-cselector-searchdiv,
.ecourse-appTabsMode .etest-cselector-header .etest-filterForm .etest-cselector-searchdiv {
	align-self: center;
	flex: 70% 3 3;
}

.etest-cselector-header .etest-filterForm {
	display: flex;
	flex-flow: row wrap;
}

.etest-cselector-header .etest-filterForm .etest-header-filter-item {
	flex: 30% 1 1;
	min-width: 120px;
}


.etest-header-filter-item > .label,
.etest-header-filter-item > label > .label {
	font-size: 11px;
	opacity: 0.6;
	position: relative;
	z-index:1;
}

.etest-sortable-helper {
	background-color: rgba(150,150,150, 0.5);
	min-height: 30px;
}

.etest-competence-group-item.ui-sortable-helper {
	max-height: 30px;
	overflow: hidden;
}




.etest-cselector-l0-item,
.etest-cselector-l1-item,
.etest-cselector-l2-item {
	position: relative;
	padding: 0;		
	list-style-type: none;
}

.etest-cselector-l2-item.ui-droppable-hover {
	background-color: #C8E6C9;
}

.etest-cselector-l1-item.ui-droppable-hover,
.etest-library-list-item.ui-droppable-hover {
	background-color: #B3E5FC;
}




.etest-cselector-tree-l1,
.etest-cselector-tree-l2 {
	margin-left: 25px;
}

.mobileBody .etest-cselector-tree-l1,
.mobileBody .etest-cselector-tree-l2 {
	margin-left: 12px;

}

.etest-cselector-tree-l0.singleItem .etest-cselector-tree-l1  {
	margin-left: 0;
}
.etest-cselector-l0-title-chapter {
	font-size: 11px;
	opacity: 0.7;
	line-height: normal;
}
.etest-cselector-l1-title-num {
	
	display: inline-block;
	
	margin-right: 5px;
	/*opacity: 0.7;
	font-weight:normal;*/
}

.etest-cselector-tree-l0.singleItem .etest-cselector-l0-title {
	padding-left: 35px;
}
.etest-cselector-tree-l0.singleItem .etest-cselector-l0-title .etest-custom-checkbox {
	display: none;
}
.etest-cselector-tree-l0.singleItem .etest-cselector-l0-title-text {
	padding-left: 0px;
}

.etest-cselector-tree-l1,
.etest-cselector-tree-l2 {
	display: none;
}

.etest-cselector-l0-item.expanded > .etest-cselector-tree-l1 {
	display: block;
}

.etest-cselector-l1-item.expanded > .etest-cselector-tree-l2 {
	display: block;
}

.etest-cselector-l2-item.expanded > .etest-cselector-tree-l2 {
	display: block;
}

.etest-cselector-l0-item.filterHidden,
.etest-cselector-l1-item.filterHidden,
.etest-cselector-l2-item.filterHidden {
	display: none;
}

.etest-cselector-l1-item.filterShowSubitems .etest-cselector-l2-item.filterHidden {
	display: block;
}

.etest-cselector-l0-item.filterVisible > .etest-cselector-tree-l1 ,
.etest-cselector-l1-item.filterVisible > .etest-cselector-tree-l2,
.etest-cselector-l2-item.filterVisible {
	display: block;
}

.etest-cselector-l0-title,
.etest-cselector-l1-title,
.etest-cselector-l2-title {
	padding: 5px 15px 5px 65px;
	position: relative;
	cursor: default;
	min-height: 40px;
	line-height: 40px;
	box-sizing: content-box;
}



.etest-cselector-nezaradene-icon {
	position: absolute;
    left: 0px;
    top: 0px;
    cursor: default;
    color: inherit;
    display: inline-block;
    padding: 15px 10px;
    line-height: normal;
}

.narrow .etest-cselector-l0-title,
.narrow .etest-cselector-l1-title,
.narrow .etest-cselector-l2-title,
.etest-cselector-l2-item.ui-draggable-dragging .etest-cselector-l2-title {
	min-height: 20px; 
	line-height: 20px;
}



.preparationsMode .etest-cselector-l0-title,
.preparationsMode .etest-cselector-l1-title,
.preparationsMode .etest-cselector-l2-title {
	padding-left: 40px;
}
.preparationsMode .etest-cselector-l0-title:after,
.preparationsMode .etest-cselector-l1-title:after,
.preparationsMode .etest-cselector-l2-title:after {
	left: 40px;
}


.planTopicMode .etest-cselector-l0-title:after,
.planTopicMode .etest-cselector-l2-title:after {
	left: 50px;
	
}

.planTopicMode .etest-cselector-l1-title:after {
	left: 25px;
}

.etest-cselector-l0-title-nezaradene:after {
	bottom: auto;
	top: -1px;
	border-bottom: 0;
	border-top: 2px solid #B0BEC5;
}

.etest-cselector-l1-title.planMode, 
.etest-cselector-l2-title {
	cursor: pointer;
}

.draggableMode .etest-cselector-l2-title {
	cursor: move;
}


@media (hover: hover) and (pointer: fine) {
	.etest-cselector-l0-title:hover,
	.etest-cselector-l1-title:hover,
	.etest-cselector-l2-title:hover {
		background-color: #f4f4f4;/*rgba(200,200,200,0.2);*/
	}

	.app-dark-mode .etest-cselector-l0-title:hover,
	.app-dark-mode .etest-cselector-l1-title:hover,
	.app-dark-mode .etest-cselector-l2-title:hover {
		background-color: #242d36;
	}
}


.etest-cselector-l0-title-text,
.etest-cselector-l1-title-text,
.etest-cselector-l2-title-text {	
	line-height: 1.2em;
	max-height: 2.3em;
	overflow: hidden;
	min-height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.etest-cselector-l2-title-text  {
	position: relative;
	min-height: 2.3em;
}
.etest-cselector-l2-title-text:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

@media (hover: hover) and (pointer: fine) {
	.etest-cselector-l2-title:hover .etest-cselector-l2-title-text:after {
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(244, 244, 244, 1) 50%);
	}
}

.etest-cselector-l2-item.checked .etest-cselector-l2-title-text:after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 202, 40, 1) 50%);
}


.app-dark-mode .etest-cselector-l2-title-text:after {
	background: linear-gradient(to right, rgba(36, 45, 54, 0), rgba(36, 45, 54, 1) 50%);
}

@media (hover: hover) and (pointer: fine) {
	.app-dark-mode .etest-cselector-l2-title:hover .etest-cselector-l2-title-text:after {
		background: linear-gradient(to right, rgba(50, 50, 50, 0), rgba(50, 50, 50, 1) 50%);
	}
}


.app-dark-mode .etest-cselector-l2-item.checked .etest-cselector-l2-title-text:after {
	background: linear-gradient(to right, rgba(56, 45, 10, 0), rgba(56, 45, 10, 1) 50%);
	
}

/*.etest-cselector-l2-title-text {
	padding-left: 25px;
	min-height: 20px;
	cursor: move;
}*/

.etest-cselector-l1-title-text {	
	font-weight: bold;
	padding-right: 50px;
} 

.mobileBody .etest-cselector-l0-title-text {
	opacity: 0.6;
}

.mobileBody .etest-cselector-l1-title-text {
	font-weight: normal;
}

.etest-cselector-title-lessons {
	position: absolute;
	font-size: 1.0em;
	font-weight: normal;
	opacity: 0.6;
	right: 15px;
	top: 50%;
	width: 60px;
	text-align: right;
	transform: translateY(-50%);
}

.etest-cselector-title-lessons-btn {
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	margin: -5px;	
	color: inherit;
}

.etest-cselector-title-lessons-btn:hover {
	background-color: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.etest-cselector-doneCheck {	
	color: #4CAF50;	
}

.etest-cselector-notifyIcon {
	font-size: inherit !important;
	color: #4CAF50;
	margin-right: 5px;
}
.etest-cselector-toggle {
	position: absolute;
	left: 0px;
	top: 0px; 
	cursor: default;
	color: inherit !important;
	display: inline-block;
	padding: 15px 10px;
	line-height: normal;
} 
.planTopicMode .etest-cselector-toggle {
	left: 15px;
}
.planTopicMode .etest-cselector-l0-title,
.planTopicMode .etest-cselector-l2-title {
	padding-left: 50px;
}
.planTopicMode .etest-cselector-l1-title {
	padding-left: 25px;
}
.planTopicMode .etest-cselector-tree-l1 {
	margin-left: 50px;
}

.narrow .etest-cselector-toggle {
	padding: 7px 10px;
}

.etest-cselector-toggle i.fa:before {
	 content: "\f105"/*rtl:"\f104"*/;
}
.etest-cselector-toggle.fexpanded i.fa:before {
	 content: "\f107";
}

.simplePlanMode .etest-cselector-toggle.folderType {
	color: #2980B9;
}
.simplePlanMode .etest-cselector-toggle.folderType i.fa:before {
	 content: "\f07b";
}
.simplePlanMode .etest-cselector-toggle.folderType.fexpanded i.fa:before {
	 content: "\f07c";
}

.etest-cselector-l2-icon {
	position: absolute;
	left: 15px;
	top: 5px;
	font-size: 14px; 
	cursor: default;	
	color: #81C784;
	display:none;
}

.preparationsMode .etest-cselector-l2-icon {
	display: block;
}


.etest-cselector-l0-title .etest-custom-checkbox,
.etest-cselector-l1-title .etest-custom-checkbox, 
.etest-cselector-l2-title .etest-custom-checkbox {
	position: absolute;
	left:35px;
	top:14px;
}

.ecourse-appTabsMode .etest-cselector-l0-title .etest-custom-checkbox,
.ecourse-appTabsMode .etest-cselector-l1-title .etest-custom-checkbox, 
.ecourse-appTabsMode .etest-cselector-l2-title .etest-custom-checkbox {
	top: 18px;
}

.narrow .etest-cselector-l0-title .etest-custom-checkbox,
.narrow .etest-cselector-l1-title .etest-custom-checkbox, 
.narrow .etest-cselector-l2-title .etest-custom-checkbox,
.etest-cselector-l2-item.ui-draggable-dragging .etest-custom-checkbox {	
	top:6px;
}



.planTopicMode .etest-cselector-l2-title .etest-custom-checkbox {
	left: 10px;
	top: 17px;
}

.planTopicMode .etest-custom-checkbox,
.preparationsMode .etest-custom-checkbox {
	display: none;
}

.simplePlanMode   .etest-custom-checkbox.emptySubtree {
	opacity: 0.2;
}



.etest-meditor-searchdiv .etest-cselector-content {
	padding: 0;
	margin: 0;
}

.etest-meditor-searchdiv .etest-cselector-header {
	padding: 0;	
	border: 0;
	margin-bottom: 0;
}

.etest-cselector-l2-item.usedHighlighted:before,
.etest-cselector-title.itemHighlighted:before {
	background-color: #8BC34A;
	content: ' ';
	position: absolute;
	right: 3px;
	top: 0;
	bottom: 0;
	width: 5px;
}

.etest-cselector-title.selected,
.etest-cselector-l0-nezaradene.checked > .etest-cselector-title,
.etest-cselector-l2-item.checked > .etest-cselector-title {
	background-color: #FFCA28;
}

.app-dark-mode .etest-cselector-title.selected,
.app-dark-mode .etest-cselector-l0-nezaradene.checked > .etest-cselector-title,
.app-dark-mode .etest-cselector-l2-item.checked > .etest-cselector-title {
	background-color: #382d0a;
}

.etest-cselector-title.selected.selectedInside,
.etest-cselector-title.itemChecked {
	background-color: #FFECB3;
}

.app-dark-mode .etest-cselector-title.selected.selectedInside,
.app-dark-mode .etest-cselector-title.itemChecked {
	background-color: #382d0a;
}


.expanded > .etest-cselector-title.itemChecked {
	background-color: transparent;
}

.singleItem .etest-cselector-l0-title.etest-cselector-title.itemChecked {
	background-color: transparent;
}

.etest-cselector-title.itemChecked .etest-custom-checkbox:before,
.etest-cselector-title.selected.selectedInside .etest-custom-checkbox:before {
	/*border-color: rgba(76,175,80,0.5);/*#4CAF50;*/	
	content: '\f0c8';
	font-size: 8px;
	color: rgba(76,175,80,0.9);
	line-height: 12px;
	
}

.etest-sidebar-tab-inner {	
	box-sizing: border-box;
	width: 100%;
}

.etest-cselector-header {	
	padding: 15px 0px;
	
	border-bottom: 1px solid #d6d6d6;	
}
.app-dark-mode .etest-cselector-header {
	border-bottom-color: rgba(255,255,255,0.07);
}
.etest-cardeditor-cselector .etest-cselector-header {
	padding: 5px 10px;
	background-color: #f5f6f9;	
} 
.etest-cselector-content {
	padding: 0px;
}

.etest-cselector-count-div {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 10px;
	border-radius: 3px; 
	display: inline-block;
	padding: 3px 5px;
	background-color: #43A047;
	color: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-weight: bold;
}

.etest-cselector-competence-count-div {
	position: absolute;
	left: -17px;
	top: 8px;
	font-size: 10px;
	border-radius: 3px; 
	display: inline-block;
	padding: 3px 5px;
	background-color: #E0E0E0;
	color: #E0E0E0;
	
	font-weight: bold;
	display:block;
	
	width: 6px;
	height: 11px;
}

.draggableMode .etest-cselector-competence-count-div {
	cursor: move;

}

.etest-cselector-l2-item.usedHighlighted .etest-cselector-competence-count-div {
	display: block;
	background-color: #03A9F4;
	color: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


.etest-props-competences-list > li {
	list-style-type: disc;
	margin-left: 25px;
	padding: 3px 5px;
}

.etest-props-competences-list > li.titleRow {
	list-style-type: none;
	margin-left: 0;
	font-weight: bold;
	padding-left: 0;
	padding-top: 10px;
}




.etest-meditor-card-browser {
	background-color: #f5f5f5;
	min-height: 100vh;
}

.etest-overlay-hiding {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100%;
    background: #fff;
    z-index: 5000;
}
.etest-overlay-hidden {
	display: none !important;
}

.etest-empty-list {
	opacity: 0.5;	
}

.etest-cplan-header {
	background-color: #f5f6f9;
	position:fixed;
	left: 0px;
	top: 43px;
	right: 0;	
	box-shadow: rgba(0,0,0,0.4) 0px 1px 3px;	
	z-index: 10;
	background-color: #f6f7f9;	
	height: 50px;
}

.etest-cplan-columns {
	display: flex;
	flex-flow: row nowrap;
	margin-top: 50px;
}

.etest-cplan-columns > * {
	flex: 50% 1 1;
	border-right: 1px solid #d6d6d6;
	
}

.etest-cplan-columns {
	position: relative;
	height: 100vh;
	height: calc(100vh - 95px);
}

.etest-cplan-content-plan {
	overflow: auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	bottom:0;
	box-sizing: border-box;
}

.etest-cplan-content-competences {
	overflow: auto;
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	bottom:0;
	box-sizing: border-box;
}

.etest-cplan-content-header {
	background-color: #f5f5f5;
	border-bottom: 1px solid #d6d6d6;
	padding: 10px 10px 10px 20px;
}

.etest-cplan-content-header.plan {
	background-color: #2980B9;
	border-bottom: 2px solid rgba(0,0,0,0.3); 
	color: #fff;
}

.etest-cplan-content-header.global {
	background-color: #2E7D32;
	border-bottom: 2px solid rgba(0,0,0,0.3); 
	color: #fff;
}

.etest-cplan-content-tree {
	margin-left: 20px;;
}


.etest-plan-celok-item {
	margin-top: 10px;
	padding: 0 5px;
	position: relative;
}
.etest-plan-celok-item.filterHidden,
.etest-plan-tema-item.filterHidden {
	display: none;
}
.etest-plan-celok-title {
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px 0px;
	padding-left: 20px;
	
}

.etest-plan-celok-toggle {
	position: absolute;
	display: inline-block;
	padding: 3px;
	left: 0px;
	top: 2px;
	cursor: pointer;
}

.etest-plan-celok-item > .etest-plan-temy {
	display: none;
}

.etest-plan-celok-item.expanded > .etest-plan-temy {
	display: block;
}

.etest-plan-tema-item {
	padding: 5px;
	padding-left: 30px;	
	margin-top:1px;
}

.etest-plan-tema-item:hover {
	background-color: #FFF8E1;
	cursor: pointer;
}

.etest-plan-tema-title {
	font-weight: bold;
}

.etest-plan-tema-item-droppable {
	background-color: #C8E6C9;
	outline: 2px dashed #A5D6A7;
}

.etest-plan-tema-item.highlighted {
	outline: 2px dashed #A5D6A7;
}

.etest-plan-tema-item.selected {
	background-color: #E1F5FE;
}

.etest-plan-competence-item {
	padding: 3px 0;
	list-style-type: circle;
	margin-left: 30px;
}

.highlighted .etest-plan-competence-item.highlighted {
	background-color: rgba(165,214,167,0.5);
}

.etest-cselector-l2-item.ui-draggable-dragging,
.etest-plan-competence-item.ui-draggable-dragging {
	z-index: 100;
	background-color: #fff;
	outline: 1px solid #d6d6d6;

}

.etest-card-competences {
	line-height: 1.8em;
	margin-top:10px;
	padding-top:5px;
}
.etest-card-competence {	
	padding: 2px 5px;
	border-radius: 2px;
	margin-right: 4px;
	background-color: #EEEEEE;
}

.etest-card-competence.used {
	background-color: #DCEDC8;
}

.etest-card-competence.notused {
	background-color: #FFCDD2;
}


.etest-question-actions {
	position: absolute;
	bottom: 3px;
	right: 5px;
}

.etest-question-actions > a {
	display: inline-block;
	padding: 3px;
	cursor:pointer;
}
.etest-question-actions > a:hover {
	background-color: rgba(0,0,0,0.1);
}

.etest-meditor-strankovanie {
	max-width: 21cm;
}

.mobileAppBody .etest-meditor-strankovanie {
	padding: 15px;
}
.mobileAppBody .etest-meditor-strankovanie .links {
	margin-top:12px;
	text-align: right;
}
.flat-button-strankovanie {
	margin-left: 3px;
} 



.etest-main-action-button {
	padding: 15px;
	width: 25px;
	height: 25px;
	box-sizing: content-box;
	border-radius: 50%;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
	background-color: #F44336;
	color: #fff;
	display: block;
	transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
	cursor: pointer;
	margin-bottom: 15px;
	position: relative;
	margin-right: 0;
    margin-left: auto;
    text-align: center;
}
.etest-main-action-button.etest-green {
	background-color: #4CAF50;
}
.etest-main-action-button > i.fa {
	font-size:25px;
}
.etest-main-action-button:hover {
	background-color: #D32F2F;
	color: #fff;
	
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

.etest-main-action-button.etest-green:hover {
	background-color: #388E3C;
}
.etest-main-action-buttons.fixedBottom {
	position:fixed;
	right:40px;bottom:25px;z-index:210;
}

body.bbpanelOpened .etest-main-action-buttons.fixedBottom {
	right: 340px;
}


.mobileBody .etest-main-action-buttons.fixedBottom {
	right:20px;
	bottom: 5px;
}
.etest-main-action-buttons-hidden {
	padding-top: 15px;
	display: none;
	padding-left: 100px;	
}
.etest-main-action-buttons.bottom .etest-main-action-buttons-hidden {
	padding-top: 0;
	padding-bottom: 15px;
}

.etest-main-action-buttons:hover .etest-main-action-buttons-hidden,
.etest-main-action-buttons.hovered .etest-main-action-buttons-hidden {
	display: block;
}
.etest-main-action-buttons:hover.titlesLeft,
.etest-main-action-buttons.hovered.titlesLeft {
	margin-left: -100px;
}

.etest-main-action-button-title {
	position: absolute;
	padding: 10px 8px;
	font-size: 11px;
	right: 70px;
	top: 15px;
	background-color: rgba(0,0,0,0.7);
	white-space: nowrap;
	display: none;
}
.etest-main-action-buttons:hover .etest-main-action-button-title,
.etest-main-action-buttons.hovered .etest-main-action-button-title {
	display: block;
}

.etest-meditor-test-list-group {
	cursor: pointer;
	padding: 30px 10px 10px 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #efefef;
}
.etest-meditor-test-list-group.collapsed.selectionInside {
	background-color: #FFECB3;
}
.etest-meditor-test-list-group.type0 {
	padding-top: 20px;
	color: #03A9F4;	
}

.etest-meditor-test-list-group.type1 {
	color: #00BCD4;
}

.etest-meditor-test-list-group.type2 {
	color: #03A9F4;
}
.etest-meditor-test-item {	
	margin-left: 0px;
	padding: 12px 8px 13px 65px;
	position: relative;
	cursor: pointer;
	border-bottom: 0px dashed transparent;
}
.etest-meditor-test-item:after {
	content: ' ';
	position: absolute;
	left: 63px;
	right: 0;
	top: 0px;
	border-top: 1px dashed #eee;
}

.etest-meditor-test-item:first-child:after,
.etest-meditor-test-list-month + .etest-meditor-test-item:after   {
	display: none;
}

.etest-meditor-test-item.selected:after {
	display: none;
}
.etest-results-test-list .etest-meditor-test-item {	
	padding: 12px 20px 12px 43px;
	margin: 0;
	border-top: 1px dashed #eee;
	margin-top: -1px;
}
.etest-meditor-test-flag {
	font-size:16px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	vertical-align: middle;
}	

.etest-meditor-test-check {
	position: absolute;
	left: 12px;
	top: 0px;
	bottom: 0px;
	width:30px;
	z-index: 1;
	padding: 10px 0;
}
.etest-meditor-test-icon {
	position: absolute;
	left: 15px;
	top: 0px;
	bottom: 0px;
	width: 30px;
	padding: 12px 0;
}

.etest-meditor-test-icon i {
	padding: 4px 1px;
    cursor: pointer;
    border: 0px solid #9C27B0;
    line-height: 20px;
    border-radius: 50%;
    height: 18px;
    width: 24px;
    text-align: center;
    font-size: 13px;
    background-color: #9C27B0;
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    color: #fff;
}

.etest-meditor-test-list-type0 .etest-meditor-test-icon i {
	border-radius: 5px;
}

.etest-meditor-test-list-type1 .etest-meditor-test-icon i.indexIcon {
	position: relative;
	border-radius:0;	
	background: transparent !important;
}
.etest-meditor-test-list-type1 .etest-meditor-test-icon i.indexIcon:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	border-top-width: 26px;
	border-top-style: solid;
	border-top-color: inherit;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    z-index: -1;
}

.etest-meditor-test-list-typebb .etest-meditor-test-icon i.indexIcon {
	border-radius: 3px;	
	width: 20px;
	padding: 2px 4px;
	height: 18px;
	position: relative;	
}

.etest-meditor-test-list-typebb .etest-meditor-test-icon i.indexIcon:after {
	position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
	bottom: 4px;
	background-color: rgba(255,255,255, 0.4);
	content: ' ';
}

.etest-meditor-test-check .etest-custom-checkbox {
	display: none;
}
.etest-meditor-test-check .etest-custom-checkbox.checked {
	display: inline-block;
}
.etest-results-test-ind {	
	border-radius: 50%;
	color: #fff;
	width: 14px;
	height: 14px;
	text-align: center;
	box-sizing: content-box;
	font-weight: bold;
	padding: 5px;
	background-color: #616161;
	display: inline-block;
	vertical-align: middle;
} 
.etestType0 .etest-results-test-ind {
	border-radius: 5px;
}

.etestType1  .etest-results-test-ind {
	position: relative;
	border-radius:0;	
	background: transparent !important;
}
.etestType1 .etest-results-test-ind:before {
	content: ' ';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	border-top-width: 26px;
	border-top-style: solid;
	border-top-color: inherit;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    z-index: -1;
}


.etestTypebb  .etest-results-test-ind {
	border-radius: 3px;	
	width: 20px;
	padding: 5px 4px;
	height: 14px;
	position: relative;	
}

.etestTypebb .etest-results-test-ind:before {
	position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
	bottom: 4px;
	background-color: rgba(255,255,255, 0.4);
	content: ' ';
}


.etest-meditor-test-item .etest-results-test-ind {
	position: absolute;
	top: 12px;
	left: 8px;	 
}

.etest-meditor-test-item:hover {
	background-color: rgba(200,200,200,0.1);
}
.etest-meditor-test-item.editingNow {
	background-color: #ECEFF1;
}
.etest-meditor-test-item.selected {
	background-color: #FFCA28;
	z-index:1;
}
.etest-meditor-test-time {
	opacity: 0.7;	
}
.etest-meditor-test-item .etest-custom-checkbox {	
	padding: 5px;
    cursor: pointer;   
    line-height: 18px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    text-align: center;
    font-size: 16px;    
    font-style: normal;    
    background-color: #4CAF50;
    border: 2px solid #4CAF50;
    color: #fff;
}
.etest-meditor-test-item .etest-custom-checkbox:before {
	left: 5px;
	top: 5px;
}	
.etest-meditor-test-results {
	flex: auto 1 1;
	position: relative;
	
	text-align: right;
	
	padding: 5px 0px 5px 5px;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
}
.etest-results-test-list .etest-meditor-test-results {
	right: 10px;
}
/*.etest-meditor-test-results:hover {
	background-color: rgba(0,0,0,0.05);	
}*/
.etest-meditor-test-actions {
	position: absolute;
	bottom: 4px;
	right: 8px;	
	
}

.etest-meditor-test-actions   a.etest-meditor-test-action {
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	color: #2196F3;
	cursor: pointer;
	padding: 3px 6px;
} 

.etest-meditor-test-actions  a.etest-meditor-test-action:hover {
	text-decoration: none;
	color: #2196F3;
	background-color: rgba(0,0,0,0.05);
}

.etest-card-stats {
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left: -5px;
	margin-top: -25px;
	z-index: 2;
} 


.etest-card-stat-title {
	text-transform: uppercase;
	opacity: 0.7;	
	font-size:11px;
	padding: 5px 0;
}
.etest-card-stat-value {
	font-size: 1.5em;
	font-weight: bold;
}

.etest-pie-chart {
	position: relative;
	transition: transform 0.2s ease-in-out;	
	
	cursor: default;
}

.etest-pie-chart.inline {
	display:inline-block;
	vertical-align:middle;
	margin: 0 8px;
}
.etest-pie-chart.s28 {
	width:28px;height:28px;
}
.etest-card-stats .etest-pie-chart {
	opacity:0.85;
}
@media (hover: hover) and (pointer: fine) {
	.etest-card-stats:hover .etest-pie-chart {
		transform: scale(1.6);
		opacity:1;
	}
}

.etest-card-stats:active .etest-pie-chart {
	transform: scale(1.6);
	opacity:1;
}

.etest-pie-chart svg {
	width: 100%; 
	height: 100%;  
	transform: rotate(-90deg);
	background: #d6d6d6;
	border-radius: 50%;
	box-shadow: -1px 1px 2px rgba(0,0,0,0.4);

}

.etest-pie-chart circle.outer {  
	fill: transparent;
	stroke: #8BC34A;
	stroke-width: 5px;
	stroke-dasharray: 50 100; /* for 38% */
}

.etest-pie-chart circle.outer2 {  
	fill: transparent;
	stroke: #8BC34A;
	stroke-width: 32;
	stroke-dasharray: 50 100; /* for 38% */
}

.etest-pie-chart circle.inner {  
	fill: #757575;
	stroke: #F44336;
	stroke-width: 5px;
}

.etest-pie-chart circle.inner2 {  
	fill: #757575;
	
}

.etest-pie-chart .title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
}
.ecourse-standards-competence-res.etest-pie-chart .title {
	color: inherit;
}


.etest-results-sidepanel {
	position: fixed;
	left: 123px;
	top: 120px;
	width: 300px;
	border-right: 1px solid #d6d6d6;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.34);	
	background-color: #fff;
	bottom: 0;
	z-index: 3;
	overflow: hidden;
}

.etest-results-sidepanel:hover {
	
	overflow-y: auto;
	overflow-y: overlay;
}
.etest-results-tabs {
	position: fixed;
	top: 93px;
	left: 123px;
	right: 0px;
	height: 36px;
	z-index: 2;
	background-color: #f5f5f5;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.34);	
	padding-left: 340px;
}

.etest-results-tabs.isEmbeded {
	padding-left: 555px;
	display: none;
}

.etest-results-side-header {
	padding: 12px 20px;
	height: 38px;
	border-bottom: 2px solid #d6d6d6;
	background-color: #f5f5f5;
	box-sizing: border-box;
	text-transform: uppercase;
	position: relative;
	z-index:2;
}



.etest-results-chart-div {
	min-width: 400px;
	max-width: 700px;
	box-sizing: content-box;
	padding: 20px;
	
}

.etest-results-chart-inner {
	min-height: 250px;
}


.etest-results-chart-title {
	display: block;
	margin-bottom: 20px;
	font-size: 1.2em;
	text-transform: uppercase;
}

.etest-results-flex-divider {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
}
.etest-results-flex-col {
	flex: 50% 1 1;
}

.mobileEditMode .elearn-toolbar-outer {
	display:none !important;
}

.etest-meditor-current-panel-bg {
	display:none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 19;
	background-color: rgba(0,0,0,0.6);
}
.mobileEditMode .etest-meditor-current-panel {
	left: 0;
	display: none;	
	margin: 0 !important;
	top: 55px;
	bottom: 0;
	background-color: #eee;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	z-index: 20;
	padding: 12px;
	overflow: auto;
	border: 0;
}

.etest-meditor-current-panel-visible .etest-meditor-current-panel-bg {
	display: block;
}

.etest-meditor-current-panel-visible .etest-meditor-current-panel {
	display: block;
}

.etest-meditor-current-panel-visible.showcurrentpanelanim .etest-meditor-current-panel {
	animation: showcurrentpanel 0.2s;
}



@keyframes showcurrentpanel {
	from { left: -300px; }
	to { left: 0;}
}

.mobileEditMode .etest-meditor-current-list-outer {
	margin-left:  0;
	padding: 5px 0;
}	

.elearn-toolbar-btn-flat {
	vertical-align: middle;	
	text-transform: uppercase;	
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	height: 50px;
	padding: 13px 10px;
	line-height: 24px;
	color: inherit;
}

.elearn-toolbar-btn-flat.flex {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	text-transform: none;
}

.elearn-toolbar-btn-flat.modified {
	background-color: rgba(239,154,154,0.3);
}

.elearn-toolbar-btn-flat.small {
	padding: 8px 10px;
	height: 34px;	
	line-height: normal;
	border: 1px solid transparent;
}

.elearn-toolbar-btn-flat.disabled {
	color: rgba(0,0,0,0.2);
	cursor: default;	
}

.elearn-toolbar-btn-flat:active {
	background-color: rgba(0,0,0,0.07);
	text-decoration: none;
	color: inherit;
}
@media (hover: hover) and (pointer: fine) {
	.elearn-toolbar-btn-flat:hover {
		background-color: rgba(0,0,0,0.05);
		text-decoration: none;
		color: inherit;
	}

	.elearn-toolbar-btn-flat.disabled:hover {
		background-color: transparent;
		color: rgba(0,0,0,0.2);
	}
}
.elearn-toolbar-btn-flat.selected {
	
	background-color: rgba(0,0,0,0.07);
	background-color: rgba(255,193,7,0.1);
	border: 1px solid rgb(255,193,7);
	margin: -1px 0;
}

.elearn-toolbar-btn-flat i {
	vertical-align: middle;
	padding: 0 8px;
}

.etest-editor-layout-category {
	text-transform: uppercase;
	opacity: 0.7;
	padding: 12px 4px 4px 4px;
}

.etest-editor-layout-thumb {
	margin: 5px 15px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	min-height: 50px;	
	position: relative;	
	cursor: pointer;
}

.etest-editor-layout-thumb.etest-editor-olayout {
	flex: 25% 1 1;
	display: inline-block;	
}

.etest-editor-addnew-expanded .etest-editor-layout-thumb { 	
	flex: 200px 0 0;
}
.etest-editor-addnew-expanded .etest-editor-layout-category {
	flex: 100% 0 0;
}

.etest-editor-layout-thumb:hover {
	border-color: #2196F3;
} 
.etest-editor-layout-thumb-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;	
	border-right: 1px solid #d6d6d6; 
	box-sizing: border-box;
	padding: 13px 8px;
	text-align: center;	
}

.etest-editor-layout-thumb-img > i.fa {
	font-size: 18px;
	padding: 3px;
}

.etest-editor-layout-thumb-name {
	margin-left: 50px;
	padding: 13px 8px;
	line-height: normal;
}

.etest-editor-add-tab {
	margin-top:10px;
}

.etest-cselector-searchdiv {
	position: relative;
	padding:5px;
	text-align: left;
}
.etest-cselector-searchbox {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid rgb(170, 170, 170);
	padding: 11px 10px 11px 10px;
}

.etest-cselector-searchbox-cancel {
	position: absolute;
	top: 5px;
	right: 5px;	
	padding: 8px;
	text-align:center;
	display: inline-block;
	color: inherit;
	cursor: pointer;
	display: none;
}

.ecourse-appTabsMode .etest-cselector-searchbox-cancel {
	top: 2px;
	right: 2px;
	padding: 6px;
}

.etest-cselector-searchbox-cancel:hover {
	background-color: rgba(0,0,0,0.05);
	color: inherit
}

.etest-editor-addnew {
	text-align: left;	
	margin: 32px auto 0 auto;
	max-width: 21cm;
	padding-bottom: 32px;
}

.etest-editor-addnew .elearn-toolbar-btn-flat {
	color: rgba(0,0,0,0.3);
	display: block;
	padding: 12px;
    height: auto;
    text-transform: none;
}
.app-dark-mode .etest-editor-addnew .elearn-toolbar-btn-flat {
	color: rgba(255,255,255,0.4);
}
.etest-editor-addnew .elearn-toolbar-btn-flat i {
	margin-right: 5px;
}

.etest-layouts-list-header {
	padding: 15px 15px 0 15px;z-index:5;opacity:1;font-weight:bold;position:relative;flex:100%;border-bottom: 0px solid #d6d6d6;background-color:#f5f5f5;
}
.app-dark-mode .etest-layouts-list-header  {
	background-color: #121212;
}

.etest-editor-card-layouts-outer {
	background-color: #f5f5f5;
	
	max-height: calc(100vh - 120px);
	overflow: auto;
	padding: 0 12px 15px 12px ;	
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	align-items: start;
}

.etest-editor-card-layouts {	
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	gap: 8px;	
}

.etest-sidebar-tab .etest-editor-card-layouts {
	padding: 8px;
	background-color: #f5f5f5;
}
.app-dark-mode .etest-sidebar-tab .etest-editor-card-layouts {	
	background-color: #0a131d;
}

.etest-editor-card-layouts:nth-child(3) {
	grid-column: 1 / -1;
}

.app-dark-mode .etest-editor-card-layouts-outer {
	background-color: #121212;
}
.app-dark-mode .etest-editor-layout-bigthumb-inner {
	background-color: #242d36;
}
.etest-editor-card-layouts .etest-editor-layout-category {
	flex: 100% 0 0;
	box-sizing: border-box;
	grid-column: 1 / -1;
	height: 34px;
	line-height: 1em;
}


	
.etest-editor-layout-bigthumb {
	position: relative;
	flex: 50% 1 1;	
	
	
	box-sizing: border-box;
	
	
	cursor: pointer;
}
.etest-editor-layout-bigthumb.disabled {
	cursor: default;
}
.etest-editor-layout-bigthumb.bigger {
	max-width: 180px;
}	
.etest-editor-layout-bigthumb-inner {
	background-color: #fff;
	border: 0px solid rgba(170,170,170,0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	height: 100%;
	border-radius: 10px;
}
.etest-editor-layout-bigthumb-inner.shadowed {
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	border: 0;
	border-radius: 10px;
}

.etest-editor-layout-bigthumb:active .etest-editor-layout-bigthumb-inner {
	background-color: rgba(0, 0, 0, 0.07);
}

@media (hover: hover) and (pointer: fine) {
	.etest-editor-layout-bigthumb:hover .etest-editor-layout-bigthumb-inner {
		background-color: rgba(0, 0, 0, 0.03);
	}
}
.disabled .etest-editor-layout-bigthumb-inner {
	background-color: #eee;
}
.etest-editor-layout-bigthumb-img {
	margin: 0 0px;
	min-height: 60px;
	text-align: center;
}

.etest-editor-layout-bigthumb-img i {
	font-size: 32px;
	margin: 5px;
	color: #607D8B;
}

.etest-editor-layout-bigthumb-img img {
	width: 100%;
	height: 58px;
	object-fit: contain;
	
}

.etest-editor-layout-bigthumb-name {
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.etest-meditor-mini-tab {
	display: inline-block;
	padding: 3px 15px;
	text-transform: uppercase;		
	color: inherit;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #d6d6d6;
	margin-left: 5px;
	margin-top: -1px;
}
.etest-meditor-mini-tab:hover {
	text-decoration: none;
}

.etest-meditor-mini-tab.selected {
	background-color: #E3F2FD;
	color: #2196F3;
	border-color: #2196F3;
}

.etest-results-students-list-elem {
	position: fixed;
	right:0;
	top: 93px;
	bottom: 0;
	width: 200px;
	background-color: #f5f5f5;
	border-left: 0px solid #d6d6d6;
	z-index: 1;
}

.etest-results-students-list-item-outer {
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #eaeaea;
	border-left: 2px solid transparent;
}

.etest-results-students-list-item-outer .ere-notBestRow {
	display:none;
}

.etest-results-students-list-item-outer .expandBtn {
	padding:3px;vertical-align:middle;	
	margin-top: -3px;
	font-weight: normal;
	color:inherit;
	float:right;
}
.etest-results-students-list-item-outer .expandBtn .numResults {
	color: rgba(0,0,0,0.5);
}
.etest-results-students-list-item-outer.expanded .expandIcon:before {
	content: "\f0d7";
}
.etest-results-students-list-item-outer.expanded .ere-notBestRow {
	display:block;
}
.etest-results-students-list-item-name {
	font-weight: bold;
	padding:  8px 2px 5px 10px;
	margin-bottom: 0px;
	cursor: pointer;
}

.etest-results-students-list-item-outer.selected {
	border-left: 2px solid #FFE082;
}

.etest-results-students-list-item-outer.collapsed:hover {
	background-color: rgba(0,0,0,0.05);
}

.etest-results-students-list-item-outer.collapsed.selected {
	background-color:  #FFE082;
}

.etest-results-students-list-item-outer.expanded .etest-results-students-list-item-name:hover {
	background-color: rgba(0,0,0,0.05);
}

.etest-results-students-list-item {
	padding: 5px 0 5px 10px;
	cursor: pointer;
} 

.etest-results-students-list-item-outer.expanded .etest-results-students-list-item:hover {
	background-color: rgba(0,0,0,0.05);
}

.etest-results-students-list-item.selected,
.etest-results-students-list-item-outer.expanded .etest-results-students-list-item.selected {
	background-color: #FFE082;
}

.etest-results-students-list-item-results {
	text-align: right;
	font-size: 1.1em;
	font-weight:bold;
}

.etest-results-card-item {
	background-color: #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	padding: 15px;
}

.etest-results-content {
	padding: 0px 0px 20px 0px;
	min-height: 100vh;
	background-color: #f5f5f5;

}

.etest-resultsViewer-single .etest-results-content {
	padding: 0;
	background: #fff;

}	
	
.etest-answer.answerEditorActive {
	outline: 3px dashed #FFC107;
	outline-offset: 4px;
	background-color: rgba(255,193,7,0.2);
}

.etest-results-answer-editor {
	padding: 0 20px 15px 20px;
	position: absolute;
	top:0;
	right: 200px;
	border: 2px solid #FFC107;
	background-color: #FFECB3;
	width: 170px;
}
.etest-results-answer-editor:empty {
	visibility: hidden;
}

.etest-results-answer-editor.floating {
	bottom: auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	border: 1px solid #d6d6d6;
	background-color: #fff;
}

.etest-results-answer-editor h4 {
	padding: 8px 0;
	margin: 0;
}

.etest-results-answerInput {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #ccc;
}

.etest-results-score-header {
	position: fixed;
	top: 93px;
	left: 500px;
	right: 0px;
	background-color: #f5f7f9;
    box-shadow: -2px 0 4px rgba(0,0,0,0.5);	
    display: flex;
    flex-flow: row nowrap;   
    height: 40px; 
    z-index: 2;
}
.etest-results-score-header .etest-results-score-header0 {
	flex: 250px 1 1;
	white-space: nowrap;
}

.etest-results-score-header .etest-results-answer-editor {
	flex: auto 0 1;
	white-space: nowrap;
}

.etest-results-header-name {
	padding: 0px;
	margin: 0;
	font-size: 24px;
	font-weight: normal;
}


.etest-results-score-header0 {	
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #ddd;

}
.mobileBody .etest-results-score-header0 {
	background-color: #eee;

	margin-bottom: 0;
}
.scannerView .etest-results-score-header0 {
	margin-bottom: 0;
}
.etest-results-header-score {
	padding: 15px 0.8cm 5px 0.8cm;		 
}

.etest-results-header-msg {
	padding: 8px 0.8cm 8px 0.8cm;		 
	background-color: rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}
.mobileBody .etest-results-header-msg {
	margin-top:0;
	margin-bottom: 0;
}
.etest-results-header-score-flex {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 10px;
}

.etest-results-header-score-0 {
	flex: auto 1 1;
}
.etest-results-header-score-1 {
	flex: auto 1 1;
}

.etest-results-header-score-1 table {
	margin-left: auto;
}



.etest-results-student-warning {
	padding: 15px 15px 15px 35px;
	background-color: #FFF3E0;
	position: relative;
}

.etest-results-student-warning i {
	position: absolute;	
	left: 15px;
	top: 16px;
	font-size: 18px;
	opacity: 0.8;
	color: #E65100
}

@media (max-width: 800px) {
	.etest-results-score-header0 {
		margin-bottom: -20px;	
	}
	.etest-results-student-warning {
		margin-top: 20px;
	}
	.etest-results-header-score {
		padding: 15px 30px 5px 30px;
	}
	
	.etest-results-header-msg {
		margin-top: 20px;
		margin-bottom: -20px;
		padding: 8px 30px 8px 30px;		 
		
	}
}
@media (max-width: 500px) {
	.etest-results-score-header0 {
		margin-bottom: -10px;	
	}
	.etest-results-student-warning {
		margin-top: 10px;
	}
	.etest-results-header-score {
		padding: 15px 12px 5px 12px;
	}
	
	.etest-results-header-msg {
		padding: 8px 12px 8px 12px;	
		margin-top: 10px;
		margin-bottom: -10px;	 
	}
	.etest-resultsViewer-single .etest-results-header-score {
		background-color: #eee;

	}
	.etest-resultsViewer-single .etest-results-score-header0 {
		border-bottom: 0;
	}
	.ere-scheader-info {
		width: 100%;
	}
	
}

.etest-results-header-score-val {
	font-size: 18px;	
	font-weight: bold;
	color: #F44336;
	text-align: left;	
}
.etest-results-header-score-val.studentsView {
	font-size:24px;
}
	

.etest-results-header-comment {
	margin-top: 5px;
	position: relative;	
}

.etest-results-header-comment.studentsView {
	padding: 5px 5px 10px 5px;
	background-color: #FFEBEE;
	color: #000;
	border-left: 3px solid #F44336;
	white-space: pre-wrap;
} 
.app-dark-mode .etest-results-header-comment.studentsView {
	color: #fff;
	background-color: #661010;
}
.etest-results-header-comment-title {
	padding: 5px 0;
	font-weight: bold;
	
} 

.etest-results-header-comment textarea {
	padding: 8px;
	border: 0px solid #ccc;	
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	min-height: 1em;
	height: 24px;
	color: #F44336;
	font-weight: bold;
}
.etest-results-header-comment textarea:focus {
	outline: 2px dashed #F44336;
}

.etest-results-header-comment textarea[readonly]::placeholder {
	visibility: hidden;
}
.etest-results-header-grade {
	margin-left: 0px;
	position: relative;
	display: inline-block;	
}

.etest-results-header-grade.studentsView {
	padding: 5px;

	font-size: 24px;
	font-weight: bold;	
	color: #F44336;
	text-align: center;
	min-width: 24px;
}
.etest-results-header-grade.studentsView .znamkaVyhodnotenie {
	margin-top: -8px;
	margin-bottom: -8px;
}

.etest-results-header-grade input {
	padding: 7px 4px;
	border: 0;
	border-bottom: 4px double #F44336;
	
	width: 100%;
	border: 1px solid #ddd;
	font-size: 16px;
	text-align:left;
	box-sizing: border-box;
	font-weight: bold;	
	color: #F44336;
	background-color: #f5f5f5;
}
.etest-results-header-grade input::placeholder {
	color: #aaa;
	font-size: 13px;
	font-weight: normal;
}
.etest-results-header-grade input:focus {
	outline: 2px dashed #F44336;
}
.etest-resizable-helper {
	border-right: 2px solid rgba(0,0,0,0.5);
}
.etest-results-students-list-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #d6d6d6;
	padding: 10px;
	background-color: #f5f7f9;
	
}
.etest-results-students-list {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 74px;
	overflow-x: hidden;
	overflow-y: auto;
}

.etest-resutls-table-cardpreview {
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	width: 15cm;
	height: auto;
	min-height: 100px;	
	max-height: 300px;
	overflow: auto;
	z-index: 500;
	padding: 0.5cm 1.5cm 0.5cm 0.5cm;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);	
}
.etest-results-table-answers-separator {
	width:0px;
	border-left: 1px dashed #d6d6d6;
	margin: -2px 2px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
}

.etest-results-table-comment {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	padding: 2px;
	cursor: pointer;
	display:none;
	opacity:0.5;
}

.commentTd:hover .etest-results-table-comment {
	display: inline-block;
}

.pridelenieTd {
	background-color: rgba(225, 245, 254, 0.5) !important;
}

.commentTd .etest-results-table-comment:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.05);
}

.etest-results-comment-restrict i.editIcon {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 10px;
}

.etest-results-content.etest-results-page-override .etest-page-inner {
	max-width: 21cm;
	min-height: calc(100vh - 90px);
	width: 100%;
	box-sizing: border-box;
	box-shadow: none;
	border: 0;
	margin: 0;
	height: auto !important;

}

.etest-results-content.etest-results-page-override .etest-page-inner .etest-page-inner2 {
	height: auto !important;
}


.etest-results-content.etest-results-page-override .etestw-ocr-qc-header {
	margin-top: 0.7cm;
}


.etest-results-content-inner {
	max-width: 21cm;
	width: auto;
	margin: auto;
	background-color: #fff;

	box-shadow: 1px 1px 2px rgba(0,0,0,0.36);
	border: 1px solid #ddd;

	padding-bottom: 500px;
}


.etest-resultsViewer-single .etest-results-content-inner {
	padding-bottom: 0;
}

.scannerView .etest-results-content-inner {
	max-width: none;
	box-shadow: none;
	background: transparent;
	border: 0;
	padding-bottom: 0;
}
.scannerView .etest-results-score-header0 {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.7cm;
}

.scannerView .etest-results-header-score {
	max-width: 21cm;
	margin: auto;
	box-sizing: border-box;
}

.scannerView .etest-results-content-inner1 {
	max-width: 21cm;
	margin: auto;
	box-sizing: border-box;
}

.scannerView .etest-results-content-inner1 .etest-scanned-page,
.scannerView .etest-results-content-inner1 .etest-scanned-page-notfound {
	margin: 15px 0;
	background: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.26);
}

@media (max-width: 800px) {
	.etest-results-content-inner {
		box-shadow: none;
		border: 0;
	}
}

.etest-library-list-item {
	margin-left: 0px;
    padding: 12px 8px 13px 70px;
    position: relative;
    cursor: pointer;
    min-height: 50px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
}
.etest-library-list-item:hover {
	background-color: rgba(200,200,200,0.1);
}


.etest-library-list-item.selected {	
    background-color: #FFCA28;/*#607D8B;
    color: #fff;*/
}

.etest-library-list-item.selected .etest-library-item-icon {
	color: #FF9800;
}


.etest-library-item-icon {
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 18px;
	color: #EF6C00;
	width: 32px;
	text-align: center;
}

.etest-library-item-icon > i {
	vertical-align: middle;
	margin-top: 7px;
}

.etest-library-course-img {
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
	
	box-shadow: -1px 0px 3px rgba(0,0,0,0.5) inset;		
}

.etest-library-item-name {
	flex: 100% 1 1;
	align-self: center;
	padding: 0.1em;
}

.etest-ctreeselector-searchdiv {
	background-color: #f5f5f5;
	position: relative;
}

.etest-ctreeselector-searchdiv i.searchIcon {
	position: absolute;
	left: 12px;
	top: 16px;
	color: rgba(0,0,0,0.3);
	font-size: 18px;
}

.etest-ctreeselector-searchdiv .etest-cselector-searchbox {
	border: 0px;
	padding: 8px 15px 8px 40px;
	box-sizing: border-box;
	width: 100%;
	min-width: 100%;
	min-height: 50px;
	border-bottom: 1px solid #ddd;
	background-color: #f0f0f0;
}
.etest-ctreeselector-searchdiv .etest-cselector-searchbox:focus {
	background: #fff;
	outline: 2px solid  #2196F3;
}

.etest-ctreeselector-countdiv {
	position: absolute;
	bottom: 0px;
	right: 25px;
}
.etest-ctreeselector-countdiv .etest-cselector-selection-cancel {
	display: inline-block;
	padding: 3px 5px;
	cursor: pointer;
}

.etest-ctreeselector-countdiv .etest-cselector-selection-cancel:hover {
	background-color: rgba(0,0,0,0.05);
	text-decoration: none;
}

.etest-ctreeselector-searchdiv .etest-cselector-searchbox-cancel {
	top: 10px;
	right: 0px;
}

.etest-ctreeselector-searchdiv .etest-cselector-searchbox::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3);
  text-align: left;

}
.etest-ctreeselector-searchdiv .etest-cselector-searchbox::-moz-placeholder{
  color: rgba(0,0,0,0.3);
  text-align: left;

}
.etest-ctreeselector-searchdiv .etest-cselector-searchbox:-ms-input-placeholder{
  color: rgba(0,0,0,0.3);
  text-align: left;
  margin-right: 10px;
}
.etest-ctreeselector-searchdiv .etest-cselector-searchbox:-moz-placeholder{
  color: rgba(0,0,0,0.3);
  text-align: left;
 
}
.etest-ctreeselector-searchdiv .etest-cselector-searchbox::placeholder {
  color: rgba(0,0,0,0.3);
  text-align: left;

}
.etest-ctreeselector-searchdiv .etest-cselector-searchbox:focus {
	outline: 2px solid rgba(77, 144, 254,0.5);
}
.etest-empty-search-outer0 {
	
	min-height: 70vh;
	min-height: calc(100vh - 250px);
}
.mobileAppBody .etest-empty-search-outer0 {
	min-height: 0;
}
.etest-empty-search-outer {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	box-sizing: border-box;
}
.mobileAppBody .etest-empty-search-outer {
	position: relative;
	top: 0;
	transform: none;
	padding: 50px 0;
}

.etest-editor-filter-btn {
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	display: inline-block;
	padding:8px;
	border: 0px solid #ccc;
	margin-left:3px;
	cursor: pointer;
}

.etest-editor-filter-btn:hover {
	color: #fff;
	background-color: rgba(255,255,255,0.3);
}

.etest-editor-filter-btn.filterActive {
	color: #fff;
	background-color:#F44336; 
	border: 1px solid #B71C1C;
}

.etest-meditor-card-group {
	padding: 20px 10px 5px 0px;
	position: relative;
	margin-left: -15px;
	border-top: 2px dashed rgba(0,0,0,0.1);
    margin-top: 35px;
}
	
.etest-meditor-card-group-actions {
	position: absolute;
	right: 10px;
	bottom: 0px;
	opacity: 0.7;
}
	
.etest-meditor-card-group .groupActionBtn {
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	padding: 5px 10px;	
	text-transform: uppercase;	
	color: #2196F3;
}
.etest-meditor-card-group .groupActionBtn:hover {
	background-color: rgba(0,0,0,0.1);
	text-decoration: none;
}

.etest-meditor-card-group-standards {
	padding: 5px 0 5px 30px;
}

.etest-meditor-card-group-standards-item {
	padding: 3px 3px 3px 30px;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
}
.etest-meditor-card-group-standards-item:hover {
	background-color: rgba(0,0,0,0.1);
}
.etest-meditor-card-group-standards-item > div {
	white-space: normal;
	display: block;
	min-height: 18px;
}
.etest-meditor-card-group-standards-item > i.fa {
	
	position: absolute;
	top: 3px;
	left: 3px;
	
	padding-top: 0px;
	color: #81C784;
	font-size: 18px;
}

.etest-superpridelenie-editor {
	position: relative;
}

.etest-superpridelenie-editor .datetoEdit:disabled {
	color: transparent;
}

.etest-supereditor-form-outer {	
	padding-left: 40px;
	/*transition: opacity 0.2s ease;*/
	opacity: 1;
	/*border-left: 1px solid #d6d6d6;*/
}
.emptyAssignation .etest-supereditor-form-outer {
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.etest-supereditor-bg {	
	padding-left: 40px;
	display: none;
}
.emptyAssignation .etest-supereditor-bg {
	display: block;
	opacity: 0.2;
	filter: grayscale(80%);
	text-align: left;	
	padding-top: 30px;
	padding-left:40px;
} 

.etest-supereditor-assignations-outer {
	position: absolute;
	left: -300px;
	padding-left: 50px;
	top: -1000px;
	padding-top: 1000px;
	width: 300px;
	box-sizing: border-box;
	transition: width 0.2s ease;
	min-height: calc(100vh + 1000px);
	bottom: 0;
	background-color: #f5f5f5;
	box-shadow: -1px 1px 2px rgba(0,0,0,0.3) inset;
	overflow: hidden; 
	
}

.etest-supereditor-assignations-item {
	padding: 15px 7px 15px 54px;
	cursor: pointer;
	/*border-bottom: 1px solid  #d6d6d6;*/
	position: relative;
	height: 58px;
	box-sizing: border-box;
	transition: all 0.2s ease;
	display: block;
}

.etest-hwakcia-pridelenialist {
	max-width: 420px;
}
.etest-hwakcia-pridelenialist.etest-test-pridelenialist {
	max-width: none;
}
.etest-hwakcia-pridelenialist .etest-supereditor-assignations-item {
	color: inherit;
	text-decoration: none !important;;
	padding-left: 64px;
}

.etest-hwakcia-pridelenialist.etest-test-pridelenialist .etest-supereditor-assignations-item {
	padding-left: 45px;
}

.etest-test-pridelenialist .etest-supereditor-assignations-item {
	opacity: 0.7;
	margin-right: 10px;
	display:inline-block
}

.etest-test-pridelenialist .etest-supereditor-assignations-item {
	opacity: 0.7;
	margin-right: 10px;
	display:inline-block
}

.etest-results-students-list .etest-test-pridelenialist .etest-supereditor-assignations-item {
	display: block;
	margin-right: 0;
}

.etest-hwakcia-pridelenialist.etest-test-pridelenialist .etest-supereditor-assignations-item.selected {
	opacity: 1;
	cursor: default;
}
.etest-supereditor-assignations-item .caretIcon {
	position: absolute;
	left: 0px;
	font-size: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.etest-supereditor-assignations-item-image {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 14px;
	top: 15px;
	border-radius: 50%;
	box-sizing: border-box;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.etest-hwakcia-pridelenialist .etest-supereditor-assignations-item-image {
	left:20px;
}
.etest-hwakcia-pridelenialist.etest-test-pridelenialist .etest-supereditor-assignations-item-image {
	left: 5px;
}

.etest-supereditor-assignations-item-image > i {
	font-size: 24px;
	color: #2196F3;
	padding-left: 5px;
	padding-top: 2px;
}


.etest-supereditor-assignations-item:hover {
	background-color: rgba(0,0,0,0.05);
}


.etest-supereditor-assignations-item.selected {
	font-weight: bold;	
	background-color: #fff;
	box-shadow: -1px 1px 2px rgba(0,0,0,0.3); 
}
.etest-hwakcia-pridelenialist .etest-supereditor-assignations-item.selected {
	box-shadow: none;
	background-color: transparent;/*rgba(0,0,0,0.05);*/	
}
.etest-supereditor-assignations-item.selected .caretIcon {
	display: block;
}

.etest-hwakcia-pridelenialist .etest-supereditor-assignations-item.selected .etest-supereditor-assignations-item-image {
	transform: scale(1.4);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.etest-hwakcia-pridelenialist.etest-test-pridelenialist .etest-supereditor-assignations-item.selected .etest-supereditor-assignations-item-image {
	transform: scale(1.4);
	border: 2px solid #C5E1A5;
}
/*.etest-supereditor-assignations-item.selected:after {
	position: absolute;
	left:100%;
	top: 0;
	bottom: 0;
	border-left: 16px solid #FFC107;
	border-top: 29px solid transparent;
	border-bottom: 29px solid transparent;
	content: ' ';
}*/

.etest-supereditor-assignations-item.selected .etest-supereditor-assignations-item-image {
	transform: scale(1.1);
}



/*.etest-supereditor-assignations-item:before {
	display: none;
	content: ' ';
	position: absolute;
	left: 7px;
	top: 17px;
	border-radius: 50%;
	width: 10px;
	height: 10px;	
	z-index:2;
}
.etest-supereditor-assignations-item:hover:before {
	display: block;
	background-color: #E0E0E0;
	box-shadow: none;
}

.etest-supereditor-assignations-item.selected:before {
	display: block;
	background-color: #2196F3;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}*/

/*.etest-supereditor-assignations-item.etest-supereditor-assignations-new {
	background-color: #2196F3;
	margin: 7px 10px 7px 27px;
	padding: 8px 7px 8px 7px;
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
	transition: all 0.2s ease;
}


.etest-supereditor-assignations-item.etest-supereditor-assignations-new:hover {
	background-color: #1976D2;
}
	


.etest-supereditor-assignations-item.etest-supereditor-assignations-new:before {
	top: 10px;
	left: -20px;
	box-shadow: none !important;
}

.etest-supereditor-assignations-item.etest-supereditor-assignations-new.selected {
	background-color: transparent;
	color: inherit;
	box-shadow: none;
	display: block;
}

.etest-supereditor-assignations-item.etest-supereditor-assignations-new:hover:before {
	
}*/

/*.etest-supereditor-assignations-item.etest-supereditor-assignations-new.selected:before {
	background-color: rgba(255,255,255,1);
}*/


.etest-supereditor-plan-list {
	display: flex;
	flex-flow: row wrap;
}
.etest-supereditor-plan-item {
	flex: 100% 1 1;
	display: inline-block;
	
	vertical-align: top;
	
	white-space: nowrap;
	position: relative;
	padding: 10px 0;
	box-sizing: border-box;
	cursor: pointer;
}

.etest-supereditor-plan-item .courseInputCheck {
	position: absolute;
	top: 15px;
	left: 15px;
}
.etest-supereditor-plan-item-image {
	width: 50px;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	
	overflow: hidden;
	position: relative;
	transition: transform 0.2s ease;
	border: 3px solid rgba(50,50,50,1);	
	background-color: #f5f5f5;
	opacity: 0.3;
}

.etest-supereditor-plan-item-image  i {
	position: absolute;
	display: none;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.2);
	font-size: 24px;
	text-align: center;
	padding: 13px 5px;	
}

.etest-supereditor-plan-item:hover .etest-supereditor-plan-item-image {
	transform: scale(1.1);
	opacity: 0.6;
	border-color: rgba(100,100,100,1);	
}
.etest-supereditor-plan-item.checked .etest-supereditor-plan-item-image {
	transform: scale(1.2);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);	
	border-color: rgba(76,175,80,1);
	opacity: 1;
}

.etest-supereditor-plan-item.checked.disabled .etest-supereditor-plan-item-image {
	transform: scale(0.8);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}


.etest-supereditor-plan-item.checked .etest-supereditor-plan-item-image  i {
	display: block;
	background-color: rgba(76,175,80,0.8);
	color: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
}

.etest-supereditor-plan-item-name {
	vertical-align: middle;
	display: inline-block;
	padding: 15px;
	white-space: normal;
	max-width: calc(100% - 56px);
    box-sizing: border-box;
}

.etest-supereditor-plan-item-students {
	text-align: left;
	display: none;
}
.etest-supereditor-plan-item.checked .etest-supereditor-plan-item-students {
	display: block;
}

.etest-supereditor-plan-item-students > a {
	color: inherit;
	padding: 5px 3px;
	margin-left: -3px;
	font-weight: normal;
	opacity: 0.6;
}

.etest-custom-checkbox.etest-publishAssignationCheck {
	padding-left: 65px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.etest-custom-checkbox.etest-publishAssignationCheck:before {
	display: block;
	width: 40px;	
	height: 40px;
	border-radius: 50%;	
	box-sizing: border-box;
	font-size: 18px !important;;
	padding: 10px 5px;
	top: 8px;
	left: 5px;
	text-align: center;
	
    background-color: #f5f5f5;
    background-size: 25px 25px;
}
.etest-custom-checkbox.etest-publishAssignationCheck.checked:before {
	background-image: none;
	font-size: 18px !important;;
}


.etest-meditor-errorbox {
	color: #F44336;
	font-weight:bold;
	margin-left: 300px;
	padding: 20px 33px;
	font-size: 1.2em;
	border-left: 7px solid #F44336;
}

.etest-meditor-show-overview {	
	padding: 0px;
	float: right;
	clear: right;
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

.etest-meditor-show-overview a {
	color: #fff;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration:none;	
	padding: 8px 15px ;
	background-color: rgba(0,0,0,0.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.55) ;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.etest-meditor-show-overview a > i {
	vertical-align: middle;
	margin-right: 5px;
	opacity: 0.4;
	
}

.etest-meditor-show-overview a:hover {
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	opacity: 1;
	color: #fff;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
} 

.ecourse-meditor-quick-add {
	text-align: center;
	max-width: 21cm;
	padding: 0px 10px 20px 10px;
	box-sizing: border-box;
}
.etest-meditor-current-list-outer.ecourse-meditor-quick-add-outer .ecourse-meditor-quick-add {
	margin: auto;
}

.etest-toolbar-course-image {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 12px;
	box-shadow: -1px 0px 3px rgba(0,0,0,0.5) inset;	
}

.invalidPlan .etest-toolbar-course-image {
	opacity: 0.5;
	filter: grayscale(100%);
}

.ecourse-cplan-couseBtn {
	white-space:nowrap;
	font-weight: bold;
	text-transform:none;
	opacity:0.9;
	padding: 3px 10px;
	background-color: rgba(255,255,255,0.1);
	border:1px solid rgba(255,255,255,0.5);
	color: inherit;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	margin-left: 3px;
}
.ecourse-cplan-couseBtn .etest-toolbar-course-image {
	width: 26px;
	height: 26px;
}
.ecourse-cplan-couseBtn:hover {
	background-color: rgba(129,212,250,0.3);
	border: 1px solid #29B6F6;
	text-decoration: none;
	color: inherit;
}

.ecourse-cplan-subjectSelect {
	padding:10px 10px;max-width:150px;font-weight:bold;background-color: rgba(255,255,255,0.1);border: 1px solid rgba(255,255,255,0.5);cursor: pointer;
	color: inherit;
	height: 35px;
	vertical-align: middle;
}

.ecourse-cplan-subjectSelect::placeholder {
	color: inherit;
	opacity: 0.6;
}
.ecourse-cplan-subjectSelect option {
	color: #000;
}

.ecourse-cplan-subjectSelect:hover {
	background-color: rgba(129,212,250,0.3);
	border: 1px solid #29B6F6;
}

a.etest-meditor-etesttype-button.ecourse-link-button {
	color: inherit;
	display: inline-block;
    padding: 8px 15px;
    box-sizing: border-box;
    font-weight: normal;
     
}



a.etest-meditor-etesttype-button.ecourse-link-button.selected {
	/*border-bottom: 2px solid #03A9F4;*/
	background-color: rgba(0,0,0,0.05);
}


.etest-publish-type-icon {
	opacity:0.3;
	vertical-align:middle;
	margin-left:0px;
	
} 
.etest-publish-type-icon.material-icons {
	font-size:14px;		
}

img.etest-publish-type-icon {		
	height: 14px;
}

.etest-card-content-testassignation-item .etest-publish-type-icon {
	margin: 0 5px;
	font-size: 12px;
	height: 12px;
	vertical-align: middle;
}

.etest-results-header-attempt-select,
.etest-results-header-origOrder-select {
	background-color: #f5f5f5;

	padding: 3px 4px;	
	border: 1px solid #f5f5f5;

}
.etest-results-header-origOrder-select {
	max-width: 100%;
	background-color: inherit;
}

.etest-studentStav-select.ui-button {
	border: 0;
	background: transparent;
	padding: 0;
	width: 120px;
	color: inherit;
}

.ere-scheader-info .etest-studentStav-select.ui-button {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 0;
	width: 100%;
	box-sizing: border-box;
}

.etest-studentStav-select.ui-button:hover,
.etest-studentStav-select.ui-button:focus {
	border: 0;
	background: transparent;
	color: inherit;	
}

.ere-scheader-info .etest-studentStav-select.ui-button:hover, 
.ere-scheader-info .etest-studentStav-select.ui-button:focus {
	background: #f5f5f5;
	border: 1px solid #ccc;
}
.etest-studentStav-select .ui-selectmenu-text {
	padding: 8px;
	margin-right: 0;
}

.etest-studentStav-select .ui-selectmenu-icon {
	display: none;
}

.etest-studentStav-menu {
	min-width: 150px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.45);
	border: 1px solid #999;
	background: #fff;
}

.etest-studentStav-menu .ui-menu-item-wrapper {
	border: 1px solid transparent;
	border-left: 5px solid transparent;
	padding: 7px 1em 7px .4em;
}

.etest-studentStav-menu .ui-menu-item-wrapper.ui-state-active {
	border: 1px solid transparent;
	border-left: 5px solid #2196F3;
	background: transparent;
	color: inherit;	
	margin:0;
}

.etest-studentVysledky-inner {
	padding: 10px 10px 10px 45px;	
	
	position: relative;
    max-width: 800px;
    /*background-color: #125574;
    color: #fff;*/
}

.etest-studentVysledky-inner1 {
	display: flex;
	flex-flow: row nowrap;	
}

.etest-studentVysledky-rows {
	flex: auto 1 1;
	padding-top: 10px;
	align-self: center;
}
	
.etest-studentVysledky-row {
	cursor: pointer;
	padding: 15px 0;
	max-width: 450px;
	
	position: relative;
	
}
.etest-studentVysledky-row-inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.etest-studentVysledky-row-comment {
	margin-left: 40px;
	padding-left:10px;
}

.etest-studentVysledky-row:hover {
	background-color: rgba(0,0,0,0.05);
}

.etest-studentVysledky-row .desc {
	padding-right: 80px;
	flex: 80% 1 1;
	padding-left: 10px;
}

.etest-studentVysledky-row .desc .time {
	opacity: 0.7;
}

.etest-studentVysledky-row .state {
	flex: auto 0 0;
	padding: 0 8px;
}
.etest-studentVysledky-row .res {
	font-size: 1.3em;
	flex: auto 0 0;
	text-align: right;
	font-weight: bold;
}

.etest-studentVysledky-row.isNotBestRow {
	opacity: 0.5;
}

.etest-studentVysledky-row .grade {
	font-size: 1.3em;
	flex: auto 0 0;
	text-align: right;
	font-weight: bold;
	padding-left: 15px;
}

.etest-studentVysledky-znamkaPridelenie {
	flex: 150px 0 0;
	padding: 10px; 
	padding-right: 25px;
	box-sizing: border-box;
}

.etest-studentVysledky-znamkaPridelenie-znamka {
	left: 0px;
	top: 10px;
	padding: 25px 2px;
	border: 6px solid #23a9e6;	
	border-radius: 50%;
	background-color: #fff;	
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	min-width: 90px;
	box-sizing: border-box;
	max-width: 90px;
	
}

.etest-studentVysledky-znamkaPridelenie-komentar {	
	margin-bottom: 10px;
}

.etest-studentVysledkyElem {
	border-bottom: 1px solid #d6d6d6;
}

.etest-znamka-box {
	display: inline-block;
	position: relative;
	margin: 0;
	min-width: 12px;
	text-align: center;	
	
}

/*.etest-znamka-box:before {
	content: ' ';
	background: url('/elearning/pics/etest/circlehand.png') center center no-repeat;
  	background-size: 100% 100%;		
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom:0;
  	opacity: 0.5;
  	top: 0;
}*/

.etest-textElaboration-preview {
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
	cursor: pointer;
}

.etest-textElaboration-preview:hover {
	background-color: rgba(0,0,0,0.05);
}


i.etest-work-in-progress {
	display: inline-block;
  	width: 1em;
  	height: 1em;
  	vertical-align: middle;
  	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIKICAgICB2aWV3Qm94PSIwIDAgNTAgNTAiCiAgICAgc3R5bGU9ImZpbGw6IzMzMzMzMzsiPjxnIGlkPSJzdXJmYWNlMSI+PHBhdGggc3R5bGU9IiAiIGQ9Ik0gMjUuNSAwIEMgMjIuNDc2NTYzIDAgMjAgMi40NzY1NjMgMjAgNS41IEMgMjAgOC41MjczNDQgMjIuNDc2NTYzIDExIDI1LjUgMTEgQyAyOC41MjczNDQgMTEgMzEgOC41MjczNDQgMzEgNS41IEMgMzEgMi40NzY1NjMgMjguNTI3MzQ0IDAgMjUuNSAwIFogTSAyNS41IDIgQyAyNy40NDkyMTkgMiAyOSAzLjU1ODU5NCAyOSA1LjUgQyAyOSA3LjQ0NTMxMyAyNy40NDkyMTkgOSAyNS41IDkgQyAyMy41NTg1OTQgOSAyMiA3LjQ0NTMxMyAyMiA1LjUgQyAyMiAzLjU1ODU5NCAyMy41NTg1OTQgMiAyNS41IDIgWiBNIDE4IDkuMjE4NzUgQyAxOCA5LjIxODc1IDExLjYwOTM3NSA5LjU0Njg3NSAxMC45MDYyNSA5LjU5Mzc1IEMgMTAuMTk5MjE5IDkuNjQwNjI1IDkuNDcyNjU2IDkuODcxMDk0IDguOTY4NzUgMTAuMzc1IEMgOC43ODkwNjMgMTAuNTU0Njg4IDguMzk4NDM4IDExLjAxNTYyNSA3Ljc1IDExLjcxODc1IEMgNy4xMDE1NjMgMTIuNDIxODc1IDYuMjU3ODEzIDEzLjMyODEyNSA1LjQzNzUgMTQuMjE4NzUgQyAzLjc5Njg3NSAxNiAyLjE4NzUgMTcuNzE4NzUgMi4xODc1IDE3LjcxODc1IEwgMi4yMTg3NSAxNy43MTg3NSBMIDIuMjE4NzUgMTcuNzUgQyAxLjQ3NjU2MyAxOC41NTg1OTQgMS4yMjI2NTYgMTkuNTUwNzgxIDEuNDM3NSAyMC4zMTI1IEMgMS42NTYyNSAyMS4wODIwMzEgMi4xMTMyODEgMjEuNTYyNSAyLjY4NzUgMjEuODQzNzUgQyAzLjE0MDYyNSAyMi4wNjY0MDYgMy43NzczNDQgMjIuMjU3ODEzIDQuNSAyMi4xNTYyNSBDIDQuNzk2ODc1IDIyLjExMzI4MSA1LjEwMTU2MyAyMi4wMTU2MjUgNS40MDYyNSAyMS44NzUgTCA3LjA5Mzc1IDIyLjcxODc1IEMgNi41ODk4NDQgMjMuNzc3MzQ0IDYuMTk5MjE5IDI0Ljk0MTQwNiA2LjAzMTI1IDI1LjUgQyA1LjkxNDA2MyAyNS44ODY3MTkgNC41NTA3ODEgMzAuNTI3MzQ0IDMuMTU2MjUgMzUuMjUgQyAyLjQ2MDkzOCAzNy42MDkzNzUgMS43NSAzOS45Njg3NSAxLjIxODc1IDQxLjc4MTI1IEMgMC42ODc1IDQzLjU5Mzc1IDAuMzMyMDMxIDQ0Ljc1MzkwNiAwLjI1IDQ1LjA2MjUgQyAwLjE0NDUzMSA0NS40NzI2NTYgLTAuMDIzNDM3NSA0Ni4yODkwNjMgMC4xNTYyNSA0Ny4yNSBDIDAuMzM1OTM4IDQ4LjIxMDkzOCAxLjAzNTE1NiA0OS4zNDc2NTYgMi4zNzUgNDkuODEyNSBDIDMuMTAxNTYzIDUwLjA2NjQwNiAzLjgyMDMxMyA1MC4wMzkwNjMgNC40MDYyNSA0OS44MTI1IEMgNC45OTIxODggNDkuNTg1OTM4IDUuNDI1NzgxIDQ5LjE2NDA2MyA1LjcxODc1IDQ4Ljc4MTI1IEMgNi4yNTc4MTMgNDguMDc0MjE5IDYuMzc4OTA2IDQ3LjQyOTY4OCA2LjQwNjI1IDQ3LjMxMjUgTCA2LjQzNzUgNDcuMzEyNSBMIDYuNDY4NzUgNDcuMTg3NSBMIDExLjYyNSAzMy42MjUgTCAxNS40Njg3NSAzNy4xODc1IEwgMTYuNjU2MjUgNDYuNTkzNzUgTCAxNi42NTYyNSA0Ni42ODc1IEwgMTYuNjg3NSA0Ni42ODc1IEMgMTYuNjkxNDA2IDQ2Ljc3MzQzOCAxNi42OTUzMTMgNDcuNDIxODc1IDE3LjAzMTI1IDQ4LjE4NzUgQyAxNy4zODY3MTkgNDkgMTguMjk2ODc1IDUwIDE5LjY4NzUgNTAgQyAyMC4yODUxNTYgNTAgMjAuODE2NDA2IDQ5Ljg5ODQzOCAyMS4yODEyNSA0OS42NTYyNSBDIDIxLjc0NjA5NCA0OS40MTQwNjMgMjIuMTEzMjgxIDQ5LjAxMTcxOSAyMi4zMTI1IDQ4LjU5Mzc1IEMgMjIuNzEwOTM4IDQ3Ljc1MzkwNiAyMi42NTYyNSA0Ni45Mjk2ODggMjIuNjU2MjUgNDYuMTI1IEMgMjIuNjU2MjUgNDQuNTQyOTY5IDIyLjM0Mzc1IDM3Ljk1MzEyNSAyMi4zMTI1IDM3LjM0Mzc1IEMgMjIuMjczNDM4IDM2LjU3NDIxOSAyMi4wODU5MzggMzUuODUxNTYzIDIxLjcxODc1IDM1LjIxODc1IEMgMjEuNzE4NzUgMzUuMjA3MDMxIDIxLjcxODc1IDM1LjE5OTIxOSAyMS43MTg3NSAzNS4xODc1IEMgMjEuMjQ2MDk0IDM0LjM3NSAxOC40MTAxNTYgMjkuMjQ2MDk0IDE4LjAzMTI1IDI4LjU2MjUgTCAxOC4xODc1IDI4LjI1IEwgMjMuNzE4NzUgMzEuMDMxMjUgQyAyMy45NjQ4NDQgMzEuODAwNzgxIDI0LjMwODU5NCAzMi40OTIxODggMjQuODQzNzUgMzMuMDMxMjUgQyAyNS40MjE4NzUgMzMuNjEzMjgxIDI2LjMzMjAzMSAzMy45Mzc1IDI3LjIxODc1IDMzLjc1IEMgMjcuNTg5ODQ0IDMzLjY3MTg3NSAyNy45NjQ4NDQgMzMuNTE5NTMxIDI4LjI4MTI1IDMzLjMxMjUgTCAzMy41OTM3NSAzNS45Mzc1IEMgMzMuMjA3MDMxIDM2LjUzNTE1NiAzMi44MzIwMzEgMzcuMDU4NTk0IDMyLjUgMzcuNDA2MjUgQyAzMi4wMjczNDQgMzcuOTAyMzQ0IDMxLjY5MTQwNiAzOC4wNjI1IDMxLjUgMzguMDYyNSBDIDMwLjkwNjI1IDM4LjA2MjUgMzAuMzE2NDA2IDM4LjEwOTM3NSAyOS43NSAzOC4zNDM3NSBDIDI5LjE4MzU5NCAzOC41NzgxMjUgMjguNjYwMTU2IDM5LjAzNTE1NiAyOC4zNzUgMzkuNjU2MjUgQyAyNy44NTkzNzUgNDAuNzc3MzQ0IDI0LjA5Mzc1IDQ4LjU2MjUgMjQuMDkzNzUgNDguNTYyNSBDIDIzLjk0MTQwNiA0OC44NzUgMjMuOTYwOTM4IDQ5LjI0MjE4OCAyNC4xNDg0MzggNDkuNTM1MTU2IEMgMjQuMzMyMDMxIDQ5LjgyNDIxOSAyNC42NTIzNDQgNTAuMDAzOTA2IDI1IDUwIEwgNDkgNTAgQyA0OS4zNDc2NTYgNTAuMDAzOTA2IDQ5LjY2Nzk2OSA0OS44MjQyMTkgNDkuODUxNTYzIDQ5LjUzNTE1NiBDIDUwLjAzOTA2MyA0OS4yNDIxODggNTAuMDU4NTk0IDQ4Ljg3NSA0OS45MDYyNSA0OC41NjI1IEMgNDkuOTA2MjUgNDguNTYyNSA0OC4yNDYwOTQgNDUuMDM5MDYzIDQ2LjUgNDEuMzEyNSBDIDQ0Ljc1MzkwNiAzNy41ODU5MzggNDIuODc4OTA2IDMzLjYwOTM3NSA0Mi41OTM3NSAzMi45Mzc1IEMgNDIuMTc1NzgxIDMxLjk2MDkzOCA0MS43MTQ4NDQgMzEuMjE0ODQ0IDQxLjEyNSAzMC43MTg3NSBDIDQwLjUzNTE1NiAzMC4yMjI2NTYgMzkuODA4NTk0IDMwIDM5LjE1NjI1IDMwIEMgMzguNjQ0NTMxIDMwIDM3LjczNDM3NSAzMC4xNDA2MjUgMzcgMzAuODc1IEMgMzYuMzcxMDk0IDMxLjUwMzkwNiAzNS42OTE0MDYgMzIuNTI3MzQ0IDM0LjY1NjI1IDM0LjI1IEwgMjkuMjgxMjUgMzEuNTMxMjUgQyAyOS4yOTY4NzUgMzEuMTQ0NTMxIDI5LjIyMjY1NiAzMC43NTc4MTMgMjkuMTI1IDMwLjM0Mzc1IEMgMjguOTcyNjU2IDI5LjY5OTIxOSAyOC4zMTI1IDI2LjA2NjQwNiAyNy43MTg3NSAyMi43NSBDIDI3LjEyNSAxOS40MzM1OTQgMjYuNTYyNSAxNi4zMTI1IDI2LjU2MjUgMTYuMzEyNSBDIDI2LjQ0OTIxOSAxNS42OTE0MDYgMjYuMTQ0NTMxIDE1LjIxMDkzOCAyNS44NDM3NSAxNC43MTg3NSBDIDI1Ljg0Mzc1IDE0LjcwNzAzMSAyNS44NDM3NSAxNC42OTkyMTkgMjUuODQzNzUgMTQuNjg3NSBDIDI1LjgyODEyNSAxNC41MDc4MTMgMjUuNzYxNzE5IDE0LjMzNTkzOCAyNS42NTYyNSAxNC4xODc1IEMgMjUuNjU2MjUgMTQuMTg3NSAyNS41OTc2NTYgMTQuMTI4OTA2IDI1LjU5Mzc1IDE0LjEyNSBDIDI1LjUyMzQzOCAxNC4wMzEyNSAyNC42MDkzNzUgMTIuODAwNzgxIDIyLjM0Mzc1IDExLjI1IEMgMjAuMTM2NzE5IDkuNzM4MjgxIDE5LjE1MjM0NCA5LjI4NTE1NiAxOC4yNSA5LjI1IEMgMTguMjE0ODQ0IDkuMjUgMTguMTYwMTU2IDkuMjE4NzUgMTguMTI1IDkuMjE4NzUgQyAxOC4wOTM3NSA5LjIxODc1IDE4LjA2MjUgOS4yMTg3NSAxOC4wMzEyNSA5LjIxODc1IEMgMTguMDE5NTMxIDkuMjE4NzUgMTguMDExNzE5IDkuMjE4NzUgMTggOS4yMTg3NSBaIE0gMTcuOTY4NzUgMTEuMjE4NzUgQyAxNy45ODA0NjkgMTEuMjE4NzUgMTcuOTg4MjgxIDExLjIxODc1IDE4IDExLjIxODc1IEMgMTguMDUwNzgxIDExLjIzNDM3NSAxOC4xMDE1NjMgMTEuMjQyMTg4IDE4LjE1NjI1IDExLjI1IEMgMTguMTU2MjUgMTEuMjUgMTguMTg3NSAxMS4yNSAxOC4xODc1IDExLjI1IEMgMTguNDE3OTY5IDExLjI1NzgxMyAxOS4wNDY4NzUgMTEuNDE3OTY5IDIxLjIxODc1IDEyLjkwNjI1IEMgMjMuMzI4MTI1IDE0LjM1MTU2MyAyMy45Mzc1IDE1LjIzODI4MSAyMy45Njg3NSAxNS4yODEyNSBDIDIzLjk2ODc1IDE1LjI5Mjk2OSAyMy45Njg3NSAxNS4zMDA3ODEgMjMuOTY4NzUgMTUuMzEyNSBDIDIzLjk5NjA5NCAxNS4zNTU0NjkgMjQuMDI3MzQ0IDE1LjM5ODQzOCAyNC4wNjI1IDE1LjQzNzUgQyAyNC4yODEyNSAxNS42ODc1IDI0LjQ5NjA5NCAxNi4xMDU0NjkgMjQuNTkzNzUgMTYuNjU2MjUgQyAyNC41OTM3NSAxNi42NTYyNSAyNS4xNTYyNSAxOS43NzM0MzggMjUuNzUgMjMuMDkzNzUgQyAyNi4zNDM3NSAyNi40MTQwNjMgMjYuOTY0ODQ0IDI5LjgzOTg0NCAyNy4xODc1IDMwLjc4MTI1IEMgMjcuMjczNDM4IDMxLjEzNjcxOSAyNy4yODkwNjMgMzEuMzM5ODQ0IDI3LjI4MTI1IDMxLjQ2ODc1IEMgMjcuMjgxMjUgMzEuNDg0Mzc1IDI3LjI4MTI1IDMxLjQ4ODI4MSAyNy4yODEyNSAzMS41IEMgMjcuMjIyNjU2IDMxLjU1NDY4OCAyNy4xNjc5NjkgMzEuNjE3MTg4IDI3LjEyNSAzMS42ODc1IEMgMjcuMTI1IDMxLjY5OTIxOSAyNy4xMjUgMzEuNzA3MDMxIDI3LjEyNSAzMS43MTg3NSBDIDI3LjA2MjUgMzEuNzQyMTg4IDI2Ljk5MjE4OCAzMS43NDIxODggMjYuODEyNSAzMS43ODEyNSBDIDI2LjUyMzQzOCAzMS44NDM3NSAyNi40NjA5MzggMzEuODM1OTM4IDI2LjI1IDMxLjYyNSBDIDI2LjAzOTA2MyAzMS40MTQwNjMgMjUuNzg1MTU2IDMwLjkzMzU5NCAyNS41OTM3NSAzMC4yODEyNSBDIDI1LjU4NTkzOCAzMC4yNSAyNS41NDI5NjkgMzAuMDcwMzEzIDI1LjUzMTI1IDMwLjAzMTI1IEMgMjUuNTIzNDM4IDMwIDI1LjUxMTcxOSAyOS45Njg3NSAyNS41IDI5LjkzNzUgQyAyNS4xMjUgMjguNTkzNzUgMjMuNzgxMjUgMjMuMTQ4NDM4IDIzLjAzMTI1IDIwLjEyNSBDIDIyLjkzNzUgMTkuNzM0Mzc1IDIyLjYyMTA5NCAxOS40Mzc1IDIyLjIyNjU2MyAxOS4zNzEwOTQgQyAyMS44MzIwMzEgMTkuMzAwNzgxIDIxLjQzNzUgMTkuNDc2NTYzIDIxLjIxODc1IDE5LjgxMjUgTCAxNy40MDYyNSAyNS42MjUgTCAxMCAyMS45MDYyNSBDIDEwLjgzMjAzMSAyMC43MzgyODEgMTIuODkwNjI1IDE3LjgyNDIxOSAxNC4yNSAxNS43MTg3NSBDIDE0LjQ2NDg0NCAxNS40MDYyNSAxNC40ODA0NjkgMTQuOTk2MDk0IDE0LjI5Njg3NSAxNC42Njc5NjkgQyAxNC4xMDkzNzUgMTQuMzM1OTM4IDEzLjc1MzkwNiAxNC4xMzY3MTkgMTMuMzc1IDE0LjE1NjI1IEwgMTEgMTQuMjgxMjUgQyAxMC43NTM5MDYgMTQuMjkyOTY5IDEwLjUxOTUzMSAxNC4zOTA2MjUgMTAuMzQzNzUgMTQuNTYyNSBMIDUuMzQzNzUgMTkuNTMxMjUgTCA1LjMxMjUgMTkuNTYyNSBDIDUuMjAzMTI1IDE5LjY2NDA2MyA1LjA5NzY1NiAxOS43NDIxODggNSAxOS44MTI1IEMgNC45ODgyODEgMTkuODIwMzEzIDQuOTgwNDY5IDE5LjgzNTkzOCA0Ljk2ODc1IDE5Ljg0Mzc1IEMgNC45NDkyMTkgMTkuODUxNTYzIDQuOTI1NzgxIDE5Ljg2MzI4MSA0LjkwNjI1IDE5Ljg3NSBDIDQuODUxNTYzIDE5LjkwMjM0NCA0LjgwMDc4MSAxOS45MzM1OTQgNC43NSAxOS45Njg3NSBDIDQuNzEwOTM4IDE5Ljk5MjE4OCA0LjY5MTQwNiAyMC4wNDI5NjkgNC42NTYyNSAyMC4wNjI1IEMgNC40OTIxODggMjAuMTQ0NTMxIDQuMzI4MTI1IDIwLjE3MTg3NSA0LjIxODc1IDIwLjE4NzUgQyAzLjk2ODc1IDIwLjIyMjY1NiAzLjc4MTI1IDIwLjE2Nzk2OSAzLjU2MjUgMjAuMDYyNSBDIDMuNjQwNjI1IDIwLjEwMTU2MyAzLjQxNDA2MyAxOS45MjE4NzUgMy4zNzUgMTkuNzgxMjUgQyAzLjMzNTkzOCAxOS42NDA2MjUgMy4yNjE3MTkgMTkuNTE1NjI1IDMuNjU2MjUgMTkuMDkzNzUgQyAzLjY2Nzk2OSAxOS4wODIwMzEgMy42NzU3ODEgMTkuMDc0MjE5IDMuNjg3NSAxOS4wNjI1IEMgMy42ODc1IDE5LjA2MjUgNS4yNjU2MjUgMTcuMzQzNzUgNi45MDYyNSAxNS41NjI1IEMgNy43MjY1NjMgMTQuNjcxODc1IDguNTcwMzEzIDEzLjc2MTcxOSA5LjIxODc1IDEzLjA2MjUgQyA5Ljg2NzE4OCAxMi4zNjMyODEgMTAuMzc1IDExLjgxMjUgMTAuMzc1IDExLjgxMjUgQyAxMC41NjI1IDExLjYyNSAxMC41MjczNDQgMTEuNjI1IDExLjAzMTI1IDExLjU5Mzc1IEMgMTEuNTMxMjUgMTEuNTYyNSAxNy43NDYwOTQgMTEuMjMwNDY5IDE3Ljk2ODc1IDExLjIxODc1IFogTSAxMS4zNzUgMTYuMzQzNzUgQyA5Ljk3MjY1NiAxOC4zOTQ1MzEgOC41ODU5MzggMjAuMzgyODEzIDguMTU2MjUgMjEgTCA3LjE4NzUgMjAuNSBaIE0gMjEuNjU2MjUgMjIuODEyNSBDIDIyLjEzNjcxOSAyNC43NjU2MjUgMjIuNjQ4NDM4IDI2Ljc2NTYyNSAyMy4wNjI1IDI4LjQzNzUgTCAxOS4yMTg3NSAyNi41MzEyNSBaIE0gOC45Mzc1IDIzLjYyNSBMIDE2LjQwNjI1IDI3LjM3NSBMIDE2IDI4LjE4NzUgQyAxNS44NjMyODEgMjguNDc2NTYzIDE1Ljg3NSAyOC44MTI1IDE2LjAzMTI1IDI5LjA5Mzc1IEMgMTYuMDMxMjUgMjkuMDkzNzUgMTkuMzc4OTA2IDM1LjIwMzEyNSAxOS45Njg3NSAzNi4yMTg3NSBDIDIwLjA2NjQwNiAzNi4zODY3MTkgMjAuMjkyOTY5IDM3LjA4MjAzMSAyMC4zMTI1IDM3LjQ2ODc1IEMgMjAuMzM5ODQ0IDM4LjAxMTcxOSAyMC42NTYyNSA0NC44MzIwMzEgMjAuNjU2MjUgNDYuMTI1IEMgMjAuNjU2MjUgNDYuOTI5Njg4IDIwLjU4OTg0NCA0Ny41NTg1OTQgMjAuNSA0Ny43NSBDIDIwLjQ1MzEyNSA0Ny44NDc2NTYgMjAuNDYwOTM4IDQ3LjgzMjAzMSAyMC4zNzUgNDcuODc1IEMgMjAuMjg5MDYzIDQ3LjkxNzk2OSAyMC4wNjY0MDYgNDggMTkuNjg3NSA0OCBDIDE5LjEyNSA0OCAxOS4wMTk1MzEgNDcuNzc3MzQ0IDE4Ljg0Mzc1IDQ3LjM3NSBDIDE4LjY2Nzk2OSA0Ni45NzI2NTYgMTguNjU2MjUgNDYuNTMxMjUgMTguNjU2MjUgNDYuNTMxMjUgQyAxOC42NTYyNSA0Ni41IDE4LjY1NjI1IDQ2LjQ2ODc1IDE4LjY1NjI1IDQ2LjQzNzUgTCAxNy40Mzc1IDM2LjU5Mzc1IEMgMTcuNDEwMTU2IDM2LjM1NTQ2OSAxNy4zMDA3ODEgMzYuMTMyODEzIDE3LjEyNSAzNS45Njg3NSBMIDExLjg3NSAzMS4xMjUgQyAxMS42MzI4MTMgMzAuOTA2MjUgMTEuMjk2ODc1IDMwLjgyNDIxOSAxMC45ODA0NjkgMzAuODk4NDM4IEMgMTAuNjY0MDYzIDMwLjk3MjY1NiAxMC40MDIzNDQgMzEuMTk5MjE5IDEwLjI4MTI1IDMxLjUgTCA0LjU2MjUgNDYuNjI1IEMgNC41NTA3ODEgNDYuNjU2MjUgNC41MzkwNjMgNDYuNjg3NSA0LjUzMTI1IDQ2LjcxODc1IEMgNC41MzEyNSA0Ni43MTg3NSA0LjQwMjM0NCA0Ny4yMzA0NjkgNC4xMjUgNDcuNTkzNzUgQyAzLjk4ODI4MSA0Ny43NzczNDQgMy44MzIwMzEgNDcuODgyODEzIDMuNjg3NSA0Ny45Mzc1IEMgMy41NDI5NjkgNDcuOTkyMTg4IDMuMzg2NzE5IDQ4LjAyNzM0NCAzLjAzMTI1IDQ3LjkwNjI1IEMgMi4zMzIwMzEgNDcuNjY0MDYzIDIuMjE0ODQ0IDQ3LjM0NzY1NiAyLjEyNSA0Ni44NzUgQyAyLjAzNTE1NiA0Ni40MDIzNDQgMi4xMjEwOTQgNDUuODEyNSAyLjE4NzUgNDUuNTYyNSBDIDIuMTkxNDA2IDQ1LjU0Mjk2OSAyLjU5Mzc1IDQ0LjE1NjI1IDMuMTI1IDQyLjM0Mzc1IEMgMy42NTYyNSA0MC41MzEyNSA0LjM2NzE4OCAzOC4xNzE4NzUgNS4wNjI1IDM1LjgxMjUgQyA2LjQ1NzAzMSAzMS4wOTM3NSA3Ljg2NzE4OCAyNi4zMDA3ODEgNy45Mzc1IDI2LjA2MjUgQyA4LjA1NDY4OCAyNS42NzU3ODEgOC41MDM5MDYgMjQuNTM5MDYzIDguOTM3NSAyMy42MjUgWiBNIDM4Ljc4MTI1IDMyIEMgMzguODUxNTYzIDMxLjk3NjU2MyAzOC45MTc5NjkgMzIgMzkuMTU2MjUgMzIgQyAzOS4zNzg5MDYgMzIgMzkuNTQ2ODc1IDMyLjAyNzM0NCAzOS44MTI1IDMyLjI1IEMgNDAuMDc4MTI1IDMyLjQ3MjY1NiA0MC40MTc5NjkgMzIuOTMzNTk0IDQwLjc1IDMzLjcxODc1IEMgNDEuMTI1IDM0LjYwMTU2MyA0Mi45NDE0MDYgMzguNDI5Njg4IDQ0LjY4NzUgNDIuMTU2MjUgQyA0Ni4wODU5MzggNDUuMTQ0NTMxIDQ2LjkyNTc4MSA0Ni45ODA0NjkgNDcuNDA2MjUgNDggTCAyNi41OTM3NSA0OCBDIDI3LjQ0NTMxMyA0Ni4yMzQzNzUgMjkuNjk5MjE5IDQxLjU1ODU5NCAzMC4xODc1IDQwLjUgQyAzMC4yNjk1MzEgNDAuMzIwMzEzIDMwLjMzOTg0NCA0MC4yNjU2MjUgMzAuNTMxMjUgNDAuMTg3NSBDIDMwLjcyMjY1NiA0MC4xMDkzNzUgMzEuMDUwNzgxIDQwLjA2MjUgMzEuNSA0MC4wNjI1IEMgMzIuNDgwNDY5IDQwLjA2MjUgMzMuMjY5NTMxIDM5LjQ3NjU2MyAzMy45Mzc1IDM4Ljc4MTI1IEMgMzQuNTE1NjI1IDM4LjE3NTc4MSAzNS4wMzkwNjMgMzcuMzk0NTMxIDM1LjU2MjUgMzYuNTMxMjUgQyAzNS41NzQyMTkgMzYuNTE5NTMxIDM1LjU4MjAzMSAzNi41MTE3MTkgMzUuNTkzNzUgMzYuNSBDIDM1LjYwMTU2MyAzNi40ODgyODEgMzUuNjE3MTg4IDM2LjQ4MDQ2OSAzNS42MjUgMzYuNDY4NzUgQyAzNS45NjA5MzggMzYuMjkyOTY5IDM2LjE2NDA2MyAzNS45NDE0MDYgMzYuMTU2MjUgMzUuNTYyNSBDIDM3LjI3MzQzOCAzMy42OTkyMTkgMzguMDAzOTA2IDMyLjcxNDg0NCAzOC40MDYyNSAzMi4zMTI1IEMgMzguNjI4OTA2IDMyLjA4OTg0NCAzOC43MTA5MzggMzIuMDIzNDM4IDM4Ljc4MTI1IDMyIFogIj48L3BhdGg+PC9nPjwvc3ZnPg==') 50% 50% no-repeat;
  	background-size: 100%;
  	
}
.etest-meditor-header-invalidplan {
	background: #C62828;
	color: #fff;
	font-weight: bold;
	padding: 15px;	
	padding-left: 50px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.34);

    position: relative;
}
.mobileAppBody .etest-meditor-header-invalidplan {
	font-weight: normal;
	font-size: 0.8rem;
	padding-left: 20px;
}
.mobileAppBody .etest-meditor-header-invalidplan.classPlan {
	padding-left: 50px;
}

.etest-meditor-header-invalidplan.library {
	background-color: #EF6C00;
}


.etest-meditor-header-invalidplan.classPlan {
	background-color: #2980B9;
	padding-left: 100px;
}

.etest-meditor-header-invalidplan.classPlan.classPlanNoTopic {
	padding-left: 50px;
}

.etest-meditor-header-invalidplan.globalPlan {
	background-color: #2E7D32;
	padding-bottom: 25px;
}


.etest-preparations-publish-combo {
	display: inline-block;
	white-space: nowrap;
	position: relative;
}

.etest-preparations-publish-combo i {
	font-size: 14px;
	vertical-align: middle;
	margin-right: 5px;
	width: 1.1em;
} 
.etest-meditor-card-item:hover {
	z-index: 2;
}
.etest-preparations-publish-combo .etest-preparations-publish-combo-menu {
	display: none;
	position: absolute;
	top: -30px;
	left: 0px;	
	z-index: 200;
	background-color: #e0e0e0;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4); 	
}

.etest-preparations-publish-combo:hover .etest-preparations-publish-combo-menu {
	display: block;
}

.etest-preparations-publish-combo-val {
	opacity: 0.5;
}

.etest-preparations-publish-combo-title {
	padding: 5px;
	height: 15px;
}


.etest-preparations-publish-combo-item {
	padding: 5px;
	cursor: pointer;
}
.etest-preparations-publish-combo-item:hover {
	background-color: rgba(0,0,0,0.05);
}

.etest-main-other-actions {
	margin-bottom: 10vh;
}

.etest-main-other-action-group {
	margin: 15px 0 5px 0;
	font-weight: bold;
	color: #bbb;
	text-transform: uppercase;

	font-size: 11px;
}

.etest-main-other-action {
	display: block;
	width: 40px;	
	position: relative;
	margin: 10px auto;
	cursor: pointer;
	
}

.etest-main-other-action i {
	padding: 10px 8px ;
	font-size: 16px;
	width: 20px;
	height: 16px;
	box-sizing: content-box;
	border-radius: 50%;
	background-color: #E0E0E0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	text-align: center;
	display: inline-block;	
}

.etest-main-other-action-title {
    position: absolute;
    padding: 5px 8px;
    font-size: 11px;
    right: 50px;
    top: 5px;
    top: calc(50% - 11px);
    background-color: rgba(0,0,0,0.7);
    white-space: nowrap;
    display: none;
    color: #fff;
}

.etest-main-other-actions:hover .etest-main-other-action-title {
	display: block;
}

.etest-main-other-action:hover .etest-main-other-action-title {
	background-color: #0091EA;
}

.etest-main-other-action:hover i {
	background-color:  #4FC3F7;
}



.ecourse-standards-table-res {
	width: 20px;height: 20px;margin-right: 5px;
	display: inline-block;vertical-align: middle;	
	border-radius: 50%;
	transition: transform 0.2s ease-in-out;
	font-weight: bold;
}

.ecourse-standards-table-res.withCursor {
	cursor: pointer;
}

.ecourse-standards-table-res.ecourse-standards-self-res {
	width: 15px; height: 15px;
	opacity: 0.4;
}

.ecourse-standards-table-res.etest-pie-chart svg {
	box-shadow: none;
}


.ecourse-standards-table-res:hover {
	transform: scale(1.5) !important;
	z-index: 2;
	opacity: 1 !important;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.etest-standards-self-work {
	margin-top: 4px;
	
}

.etest-mobileMode .etest-meditor-used-competences-outer.classPlan {
	/*display: none !important;*/
	padding-left: 50px;
	font-size: 13px;
}

.etest-meditor-search-results-tests-info-text {
	font-size: 32px;
	padding-left: 20px;
	padding-top:20px;
}

.etest-meditor-search-results-simple-outer .etest-meditor-search-results-tests-info-text {
	display: none;
}

.etest-mobileMode .etest-meditor-search-content {
	margin-left: 0 !important;
}
.etest-mobileMode .etest-meditor-search-results-inner,
.etest-mobileMode .etest-meditor-search-stats-outer {
	padding-left: 0;
	padding-right: 0;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.mobileBody .etest-simple .etest-meditor-search-results-inner {
	padding-top: 0;
}
.etest-mobileMode .etest-meditor-search-stats-outer {
	padding-left: 40px;
	margin-top: -2px;
	padding-top: 2px;
}
.etest-mobileMode .ecourse-pripravy-celok-container {
	padding-left: 50px;
	padding-right: 105px;
	padding-top: 5px;
	font-size: 13px;
	font-weight: normal;
	opacity: 0.8;
	margin-bottom: -5px;
}

.etest-mobileMode .ecourse-pripravy-tema-container {
	padding-left: 50px;

	padding-right: 15px;
	padding-bottom: 0px !important;
	
}
.etest-mobileMode .ecourse-pripravy-tema-ind {
	left: 10px;
}


.etest-mobileMode .etest-meditor-sortby-div0 {
	display:none;
}
.etest-meditor-searchbox-arrows {
	float:right;
	position: absolute;
	right: 0;
	top: 100%;
	margin: 8px;
	white-space: nowrap;
}

/*
.etest-mobileMode .etest-card-actions {
	text-align: right;
	float: right;

	padding-left: 5px;
	position:relative;
	bottom: 0;
	right: 0;
	
	margin-bottom: -15px;
}
*/


.etest-mobileMode .etest-meditor-card-group {
	margin-left: 0;
} 
.etest-mobileMode  .etest-meditor-card-group-standards {
	padding-left: 10px;
}

.etest-meditor-searchbox-arrows a {
	padding: 8px;
	display:inline-block;
	cursor: pointer;
	margin: 0 2px;
	color: #fff;
	background-color: rgba(255,255,255,0.1);
}
.etest-meditor-searchbox-arrows a:active {
	background-color: rgba(255,255,255,0.2);
	
}

.etest-preparations-labels {
	display: inline-block;
    white-space: nowrap;
    position: relative;
    padding: 0 5px;
    vertical-align: middle;
}

.etest-preparations-label {
	display: inline-block;
	padding: 5px 5px;
	cursor: pointer;	
}

.etest-preparations-label i {
	font-size: 13px;
	margin-right: 4px;
}

.actionBtn .etest-preparations-label:hover {
	background-color: #E3F2FD;
	text-decoration: none;
}
	

.etest-meditor-labeltabs {
	display: inline-block;
	margin-right: 30px;
}

.etest-mobileMode .etest-meditor-labeltabs {
	margin-right: 0;
	white-space: nowrap;
	margin: 0;
}


.etest-meditor-labeltab {
	padding: 8px 10px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;	
	position: relative;
}
.etest-meditor-labeltab:hover {
	border-bottom: 2px solid rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,0.05);
}

.etest-meditor-labeltab.selected {
	border-bottom: 2px solid #43A047;
	background-color: rgba(165, 214, 167, 0.1);
}

.etest-widget-hasError {
	outline: 2px solid #F44336;
}

.etest-widget-saveError {
	background-color: #F44336;
	color: #fff;
	padding: 5px;
	position:relative;
}

.etest-question > .etest-widget-saveError {
	padding-left: 15px;
}

a.etest-widget-saveError-close {
	display: inline-block;
	padding: 5px;
	color: inherit;
	cursor: pointer;
	margin-left: 15px;
}

a.etest-widget-saveError-close:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}


.etest-widget-hasError-anim {
	animation: etesthasErrorAnim 0.3s ;
}


.etest-paste-word .cke {
	border: 1px solid #ddd !important;
}

.etest-question-editor-card {
	margin: 12px auto 12px auto;
	position: relative;
	clear:both;
	max-width: 210mm;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	border-radius: 12px;
}


.etest-question-editor-card-handle {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	background-color: #e0e0e0;
	cursor: move;
	z-index: 1;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.etest-image-preview {	
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;	
}

.etest-image-preview-close {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	padding: 8px;
	font-size: 24px;
}

.etest-image-preview-close:hover {
	color: #fff;
	background-color: rgba(255,255,255,0.1);
}

.etest-image-preview-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);	
}

.etest-image-preview-inner .rsCloseVideoBtn {
	display: none !important;
}

.etest-image-preview-img {
	max-width: 100vw;
	max-height: 100vh;
}

.isPlaying.etest-image img {
	cursor: pointer;
}

.etest-strankovanie .strankovanie {
	min-width: 0;
}

.etest-meditor-search-zoom {
	position: absolute;
	right: 15px;
	top: 0;
	padding: 10px;
	color: rgba(0,0,0,0.5);
}

.etest-meditor-search-zoom select {
	background-color: transparent;
	border: rgba(0,0,0,0.2);
	padding: 5px;
	color: rgba(0,0,0,0.5);
}

.etest-meditor-search-zoom select option {
	color: black;
}


.etest-wedit-actions {
	flex: 0 0 0 !important;	
	width: 100%;
	height: 0;
	position:relative;
	overflow: visible;
	border: 0;
	text-align: center;
	z-index: 10;
    max-width: 210mm;
    
	margin: 0 auto;
}

.etest-wedit-actions-inner {
	display: inline-block;
	margin-top: 0
}

.etest-wedit-action {
	cursor: pointer;
	display: inline-block;
	padding: 2px 8px 8px 8px;
	background-color: #FFC107;
	border-radius: 0 0 50% 50%;
	color: #fff;
	font-size: 16px;
	width: 32px;
	height: 25px;
	text-align: center;
	box-sizing: border-box;
	margin: 0 2px;
}

.etest-wedit-action:hover {
	color: #fff;
	text-decoration: none;
	background-color: #FFA000;
}

.etest-wedit-del {
	border-radius: 0%;
	position: absolute;
	right: -26px;
	top: -22px;
	background-color: #FFD54F;/*rgba(0,0,0,0.7);*/
	font-size: 14px;
	padding:5px;
	width: 24px;
	height: 24px;
}

.etest-table .etest-wedit-del {
	padding: 2px;
	font-size: 8px;
	width: 12px;
	height: 12px;
	top: 1px;
	right: -4px;
}
.etest-wedit-main-addcard-outer {
	height: 12px;
	max-width: 210mm;
	margin: -6px auto;
	text-align: left;
	padding: 0 25px;
	box-sizing: border-box;
	position: relative;
}

.mobileAppBody .etest-wedit-main-addcard-outer {
	padding: 0;
	margin: 2px auto -16px auto;
	height: 16px;
}
.etest-wedit-main-addcard-btn {
	font-size: 12px;	
	white-space: nowrap;	
	display: inline-block;
	cursor: pointer;
}
.etest-wedit-main-addcard-btn > span {
	position: relative;
	top: -5px;
	padding: 4px 8px;
	border-radius: 8px;
	display: inline-block;
	color: rgba(0,0,0,0.2);
}
.mobileAppBody .etest-wedit-main-addcard-btn > span {
	top: -2px;
}

.etest-wedit-main-addcard-btn:hover > span {
	background-color: #FFC107;
	color: #fff;
}

.etest-wedit-main-addcard-btn:hover::before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	outline: 2px dashed rgba(255, 193, 7, 1);
	background-color: rgba(255, 193, 7, 0.1);
	border-radius: 4px;
}

.etest-wedit-addcard {
	border-radius: 8px;
	position: absolute;
	right: 16px;
	top: -6px;
	width:auto;
	height: auto;
	text-align: center;
	padding: 6px 8px;
	background-color: #BDBDBD;
	font-size: 12px;
}
/*
.etest-wedit-addcard:hover::before {
	content: ' ';
	position: absolute;
	border-top: 2px dashed rgba(0, 0, 0, 0.1);
	width: 700px;
	right: 100%;
	top: 12px;
}*/

.etest-wedit-addColumn {
	border-radius: 50%;
	position: absolute;
	right: -33px;
	top: -48px;
	font-size: 14px;
	padding:5px;
	width: 24px;
	height: 24px;
	background-color: #BDBDBD;
	z-index: 1500;
}

.etest-wedit-addTable {
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 10px;
	padding:4px;
	width: 18px;
	height: 18px;
	background-color: #BDBDBD;
}

.etestw.deleteHovered,
.deleteHovered {
	background-color: #FFEBEE;
} 

#etestckeditortoolbar .cke_toolbar {
	height: 26px;
}

#etestckeditortoolbar {
	position: relative;
	height: 34px;
}
#etestckeditortoolbar .ck.ck-balloon-panel.ck-toolbar-container:not(.ck-balloon-panel_with-arrow) {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	box-shadow: none;
	background: transparent;
	border: none;
	border-radius: 0;
	display: none;
	z-index: 0;
	height: 34px;
}
#etestckeditortoolbar .ck.ck-balloon-panel.ck-toolbar-container.ck-balloon-panel_visible {
	z-index: 2;
	display:block;
}

#etestckeditortoolbar .ck.ck-toolbar {
	background-color: transparent;
	height: 34px;
}

/*#etestckeditortoolbar .ck.ck-balloon-panel.ck-balloon-panel_with-arrow {
	display: none !important;
}*/


#etestckeditortoolbar .ck.ck-toolbar > * {
	margin-top: 2px;
	margin-bottom: 2px;
}

.etest-text.ck.ck-editor__editable pre[data-language]:after {
	right: 0;
	border-bottom-left-radius: 8px;
	opacity: 0.6;
}



.etest-meditor-search-results-toolbar[data-searcherPohlad="globalPlan"] {
	background-color: #2E7D32;
	color: #fff;
}
.etest-search-simple .etest-meditor-search-results-toolbar {
	background-color: #222f3e;
}

.etest-meditor-search-results-toolbar[data-searcherPohlad="classPlan"] {
	background-color: #2980B9;
	color: #fff;
}


.etest-meditor-search-results-toolbar[data-searcherPohlad="library"] {
	background-color: #EF6C00;
	color: #fff;
}

.etest-meditor-search-results-toolbar[data-searcherPohlad="tests"] {
	background-color: #1f94c9;
	color: #fff;
}

.etest-meditor-search-results-toolbar-selection {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background-color: inherit;
}

.etest-meditor-search-results-toolbar-selection0 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	white-space: nowrap;
	display: flex;
	flex-flow: row nowrap;
}

.mobileAppBody .etest-meditor-search-results-toolbar-selection0 {
	background-color: transparent;
}
.etest-meditor-search-results-toolbar-selection1  {
	flex: auto 0 1;
	overflow: auto;
}
.mobileAppBody .etest-meditor-search-results-toolbar-selection1 {
	overflow: auto;
	position: relative;
	padding: 0 15px;
}
.etest-meditor-search-results-toolbar-selection-count {
	display: inline-block;vertical-align: middle;padding-top:17px;padding-right:10px;
	position: relative;;
}

.mobileAppBody .etest-meditor-search-results-toolbar-selection-count:after {
	content: ' ';
	position: absolute;
	left: 100%;
	margin-left:-1px;
	top: 0;
	bottom:0;
	width: 15px;
	background: linear-gradient(to right, #222f3e, rgba(34, 47, 62, 0));
	z-index:1;
}

.mobileAppBody .etest-meditor-search-results-toolbar-selection0:after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	bottom:0;
	background: linear-gradient(to right, rgba(34, 47, 62, 0), #222f3e);
}


.etest-selection-toolbar-group {
	display: inline-block;
	height: 50px;
	width: 5px;
	margin-left:5px;
	border-left: 1px solid rgba(255, 255, 255,0.2);
	position: relative;	
	vertical-align: top;
}
.etest-selection-toolbar-group span {
	position: absolute;
	font-size: 9px;
	text-transform: uppercase;
	top: 2px;
	left: 30px;
	opacity: 0.5;
	z-index: -1;
}

.etest-selection-toolbar-button {
	display: inline-block;
	padding: 16px;
	cursor: pointer;
	height: 50px;
	color: inherit;
	box-sizing: border-box;
	vertical-align: top;
}

.etest-selection-toolbar-button i {
	font-size: 18px;
	vertical-align: middle;
}
.etest-selection-toolbar-button:hover {
	background-color: rgba(0,0,0,0.1);
	color: inherit;
}
.etest-selection-toolbar-button.selected {
	background-color: rgba(0,0,0,0.2);
	border-bottom: 2px solid #6aa04a;
}
.etest-selection-toolbar-button span {
	text-transform: uppercase;
	margin-left: 8px;
}
.etest-preparations-popup-item {
	padding: 8px;
	cursor: pointer;
	font-weight: bold;
}
.etest-preparations-popup-item:hover {
	background-color: rgba(0,0,0,0.05);
}
.etest-preparations-popup-item > i {
	opacity: 0.5;
	margin-right: 10px;
}

.etest-preparations-popup-item.setLabelItem {
	margin-right:10px;
	border: 1px solid;
	
}

.mobileBody .etest-preparations-popup-items {
	
	display: flex;flex-flow: row wrap;
}

.mobileBody .etest-preparations-popup-item {
	flex: 40% 1 1;
	box-sizing: border-box;
	margin: 3px !important;
	display: block !important;
}


.etest-preparations-popup-item.setLabelItem.isActive {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	transform: scale(1.1);
} 

.etest-cardeditor-content:focus {
	outline: 0;
}

.ck.ck-toolbar-dropdown .ck-toolbar.asc-ck-textcolor-toolbar {
	width: 215px;
	flex-wrap: wrap;	
}

.asc-ck-textcolor-toolbar .ck.ck-toolbar__separator {
	display: block;
	background: none;
	flex: 100% 0 0;
	border-top: 1px solid rgba(0,0,0,0.05);
}


.etest-translations-table {
	width: 100%;
	border-collapse: collapse;
}

.etest-translationsEditor {
	padding: 15px;
}

.etest-translations-table th {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.etest-translations-table td {
	padding: 0px;
	border: 1px solid #ddd;
	vertical-align: top;
	background-color: #f5f5f5;
}
.etest-translations-table .etest-treditor-field {
	padding: 5px;
	background-color: #f5f5f5;
	min-height: 1.1em;
}

.etest-translations-table .etest-treditor-field.contenteditable {
	background-color: #fff;
}


.etest-meditor-side-row .selectableElemsRow {
	padding: 2px 5px;
	border-bottom: 1px dashed #f5f5f5;	
	cursor: default;
}

.etest-meditor-side-row .selectableElemsRow:hover {
	background-color: rgba(0,0,0,0.05);
}




.ui-selectmenu-button.ui-button.cprops-select-field {
	width: 100%;
	box-sizing: border-box;
}

.cprops-title {
	background-color: #eee;
	padding: 0 12px 0 12px;
}

.cprops-title .app-hero-tabs {
	padding: 0;
}
.cprops-title .app-hero-tabs .app-hero-tab {	
	padding-left: 8px;
	padding-right: 8px;
}
.cprops-title .app-hero-tabs a.app-hero-tab.selected {
	border-bottom-color: transparent !important;
	background-color: #fff;
	font-weight: bold;
}
.cprops-prop-types {
	
	padding: 12px 12px 4px 12px;
	display: flex;	
	flex-flow: row nowrap;
	gap: 10px;
}

.cprops-prop-type {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	padding: 8px;
	border: 2px solid transparent;
	border-radius: 12px;	
	background-color: #f5f5f5;
	
	flex: auto 1 1;
}

.app-dark-mode .cprops-prop-type {
	background-color: #202327;
}

.cprops-prop-type:hover {
	background-color: rgba(0, 0, 0, 0.05);	
}
.cprops-prop-type:focus {
	outline: 1px solid #f0932b;
}
.cprops-prop-type.selected {
	/*background-color: #353b48;
	color: #fff;*/
	border: 2px solid #f0932b;
	font-weight: bold;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.app-dark-mode .cprops-prop-type.selected {
	background-color: #121212;
	border: 2px solid #f0932b;
}
.cprops-prop-type img {
	height: 32px;
	vertical-align: middle;
	margin-right: 8px;
}

.cprops-row {
	padding: 10px 8px;
	position: relative;
	border-bottom: 1px dashed #ddd;
	padding-left: 40px;
}

.cprops-row:hover {
	background-color: #FFECB3;
}

.cprops-row.prop-d > * {
	text-decoration: line-through;
}

.cprops-row.prop-d > .cprops-row-inner {
	text-decoration: none;
}

.cprops-row-inner {
	opacity: 0.7;
	margin-bottom: 4px;
}
.cprops-row-agent {
	opacity: 0.7;
	margin-top: 4px;
	font-size: 0.9em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cprops-row-actions {
	text-align: right;
	float: right;
	margin: -8px -8px 5px 5px;
	position: relative;
	z-index: 1;
}

.cprops-row img {
	position: absolute;
	left: 4px;
	top: 10px;
	width: 24px;
	height: 24px;
}


.fa-color-blue {
	color: #0288D1;
}

.etest-ceditor-rowinfo {
	padding-left: 40px;
	opacity: 0.6;
	margin-top: 5px;
	position: relative;
}

.etest-ceditor-rowinfo i {
	position: absolute;
	top: 5px;
	left: 20px;
}

.etest-cselector-item-progress {
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 0;
    width: 5px;
    background-color: #607D8B;
    overflow: hidden;
}

.etest-cselector-item-progress-inner, 
.etest-cselector-item-progress-inner2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0,200,83,0.6);
}

.etest-cselector-item-progress-inner2,
.etest-cselector-item-progress-inner.prebrane {    
    background-color: #00C853;    
}

.etest-cselector-l0-item .etest-cselector-l0-title .etest-cselector-item-progress,
.etest-cselector-l0-item .etest-cselector-l0-title .etest-cselector-title-lessons.planMode,
.etest-cselector-l0-item .etest-cselector-l0-title .etest-cselector-title-cards {
	display: block;
}
.etest-cselector-l0-item.expanded .etest-cselector-l0-title .etest-cselector-item-progress,
.etest-cselector-l0-item.expanded .etest-cselector-l0-title .etest-cselector-title-lessons.planMode,
.etest-cselector-l0-item.expanded .etest-cselector-l0-title .etest-cselector-title-cards {
	display: none;
}




.etest-empty-search-box {
	padding: 12px;
	min-width: 300px;
	max-width: 500px;
	background-color: rgba(255,255,255,0.7);
	border: 1px solid #d6d6d6;
	vertical-align:top;
	box-sizing:border-box;height:38px;
}

.etest-empty-search-box:focus {
	background-color: #fff;
}


.etest-preparations-popup-others {
	margin-top: 15px;
	position:relative;
	top:50px;
	display: inline-block;
	margin-right:120px;
}

.mobileBody .etest-preparations-popup-others {
	top: 0;
	display: block;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-right:0;

}

.bbpanelOpened > .etest-overlay {
	margin-right: 300px;
}

.etest-overlay.etest-return-div .etest-preparations-popup-buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f5f5f5;
}

.etest-overlay.etest-return-div  .etest-cardcateg-plan {
	padding-bottom: 50px;
}

.etest-preparations-popup-header {
	padding:15px;position: relative;
	
	margin-bottom: 10px;
}

.etest-overlay.etest-return-div .etest-preparations-popup-header {
	background-color: #f5f5f5;
}

.errorHandlingElem {
	transition:  background-color 0.5s ease;
}
.errorHandlingElem.hasError {
	outline: 2px dashed #F44336;
	outline-offset: 4px;
	background-color: #FFEBEE;
}


.etest-meditor-current-list-warning {
	font-size: 16px;
	color: #fff;
	background-color: #F44336;
	padding: 15px;
	margin: 12px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.35);
}


.etest-card-handle {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	cursor: move;
	width: 35px;
	z-index: 1;
	transition: background-color 0.2s ease;
}

.etest-meditor-card-item:hover .etest-card-handle {
	background: rgba(0,0,0,0.1) url('/elearning/pics/icons/move.png') bottom center no-repeat;
}

.etest-meditor-card-item.etest-group-row .etest-card-handle {
	left: 5px;
	top: 5px;
	width: 30px;
	bottom: -5px;
}

.row-type-test.etest-meditor-card-item:hover .etest-card-handle {
	background: rgba(0,0,0,0.1) url('/elearning/pics/icons/move_o.png') bottom center no-repeat;
}

.etest-editAutoGradeBtn.ecourse-link-button {
	position: absolute;
	right: 0;
	bottom: 0;
	padding:3px;

}

.ere-znamkaVyhodnotenie {
	display: inline-block;
}

.ere-vysledokStavy-outer {
	display: flex;
	flex-flow: row nowrap;
}
.ere-vysledokStavy-list {
	width: 150px;
	flex: 150px 0 0;
	padding: 10px;
	padding-right: 0;
	background-color: #eee;
	overflow: hidden;
	box-shadow: -1px 0px 2px rgba(0,0,0,0.35) inset;
}
.ere-vysledokStavy-comments {
	flex: 100% 1 1;
	box-sizing: border-box;
	padding: 10px;


}

.ere-vysledokStavy-item {
	white-space: nowrap;
	margin: 2px 0;
	padding: 8px;
	cursor: pointer;
}
.ere-vysledokStavy-item:hover {
	background-color: rgba(0,0,0,0.05);
}
.ere-vysledokStavy-item.selected {
	background-color: #fff;
	box-shadow: -1px 1px 2px rgba(0,0,0,0.35);
}

.ere-vysledokStavy-item > img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	vertical-align: middle;
}

.ere-vysledokStavy-item > span {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	width: calc(100% - 42px);
}

.ere-vysledok-comment {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 8px;
	width: 100%;
	min-height: 150px;
}

.ere-table-button {
	cursor: pointer;
	display: inline-block;
	padding: 2px;
}

.ere-table-button:hover {
	background-color: rgba(0,0,0,0.05);
}

.etest-results-header-score .ere-vysstav-img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 8px;
}

.etest-results-students-list-item-results .ere-vysstav-img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.etest-selectmenu-icon.ere-state-icon img {
	width: 22px;
	height: 22px;
	margin: -4px 1px -4px -4px;
}

.ere-assignment-settings {
	background-color: #f5f5f5 !important;;
	vertical-align:top;
	padding-top: 15px;
	text-align:center;
	font-size:32px;
	color: rgba(0,0,0,0.3);
	cursor: pointer;
}

.ere-assignment-settings:hover {
	color: rgba(0,0,0,0.5);
}

table.ere-scheader-info td {
	padding: 4px 0 ;
	vertical-align: middle;
	white-space: nowrap;
}
table.ere-scheader-info td.ere-scheader-label {
	
	text-align: right;
	white-space: nowrap;
	opacity:0.7;
	padding-right: 10px;
	min-width: 100px;
	width: 30%;
	min-height: 30px;
	vertical-align: middle;
}

.ere-scheader-info .znamkaVyhodnotenie {
	font-size: 16px;
	padding: 1px 7px;
}

.etest-menu-icon {
	display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.etest-results-col-sum {
	box-sizing: border-box;
	width: 30px;
	text-align: right;
	display: inline-block;
	padding: 5px 3px;
	vertical-align: top;
}

.ecourse-answers-avg-res {
	width: 15px;
	height: 15px;
	display: inline-block;
}
.ecourse-answers-avg-res .etest-pie-chart svg {
	box-shadow: none;
}


.hideActionButtons .etest-main-action-buttons {
	display: none;
}

.etest-cards-viewer-outer {
	background-color: #f5f5f5;
	padding: 10px;
	padding-bottom: 80px;
	min-height: 100vh;
	box-sizing: border-box;
}

.etest-cards-viewer-actions {
	position: fixed;
	bottom: 25px;
	right: 25px;
}

.etest-card-viewer-handle {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1cm;
}


.etest-scanned-page {
	position: relative;	
	width: min-content;
}
.etest-scanned-page-inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.etest-scanned-page-img {
	filter: brightness(1.0) contrast(1.5);
}

.etest-scanned-answer {
	border: 2px solid #29b6f6;
	color: #0277bd;
}

.etest-scanned-answer-value {
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	right:100%;
	bottom: 0;
	padding: 3px;
	color: #fff;
	background-color: #29b6f6;
}

.etest-scanned-answer-value.bottom {
	top: 100%;
	right: auto;
	left: 0;
	bottom: auto;
}
.etest-scanned-answer.etest-scanned-answer-correct {
	border: 2px solid #8BC34A;
	color: #2e7d32;
}
.etest-scanned-answer-correct .etest-scanned-answer-value {
	background-color: #8BC34A;
}

.etest-scanned-answer.etest-scanned-answer-incorrect {
	border: 2px solid #EF5350;
	color: #c62828;
}
.etest-scanned-answer-incorrect .etest-scanned-answer-value {
	background-color: #EF5350;
}

.etest-scanned-page-inner .etestw {
	position: absolute;
	margin: 0;
}

.etest-scannedpage {
	
	transform-origin: top left;	
}

.etest-scanned-page-notfound {
	padding:1cm;
	font-size: 16px;
}

.etest-scanned-page-notfound .etest-question-content {
	padding: 0.2cm;
}

.etest-scanned-page-inner-links {
	position: absolute;right:0;bottom:0;	
}

.etest-scanned-page-inner-links a {
	cursor: pointer;
	display:inline-block;
	padding: 5px;	
	color: #03A9F4;
}

.etest-scanned-page-inner-links a:hover {
	background-color: rgba(0,0,0,0.1);
	text-decoration: none;
}

li.sgcItem.etest-has-results {
	border: 1px solid #B71C1C;
    background-color: #FFCDD2;
}


.etest-checkbox {
	display: inline-block;
	padding: 10px 0 10px 34px;
	position: relative;
}
.etest-checkbox.block {
	display: block;
	box-sizing: border-box;
}
.etest-checkbox:active {
	background-color: rgba(0,0,0,0.05);
}
.etest-checkbox input {	
	width: 0;
	height: 0;
    padding: 0;
    margin: 0;
}

.etest-checkbox input:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	content: '\f096';
	vertical-align: middle;	
	color: #757575;
	position: absolute;
	left: 0;
	top: 10px;
	width: 25px;
	text-align: center;
}

.etest-checkbox input:checked:before {
	content: '\f14a';
	color: #43A047;
}
.etest-results-studentStav .etest-studentStav-select.ui-state-disabled {
	opacity: 1 !important;
}

.etest-cardeditor-restore-item {
	padding: 12px;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
}

.etest-cardeditor-restore-item:hover {
	background-color: rgba(0,0,0,0.05);
}

.etest-cardeditor-restore-item.selected {
	background-color: #eee;
	border-bottom: 1px solid #eee;

	
}

.etest-results-content-app {
	min-height: calc(100vh - 55px);
	padding-bottom: 0;	
	position: relative;
}

.etest-results-students-margin {
	margin-right: 200px;
}

.etest-results-content-app .etest-results-students-margin { 
	margin-right: 0;
}

.etest-results-content-app .etest-results-students-list-elem {
	display: none;
	top: 55px;
	z-index: 5;
	background-color: #fff;
	box-shadow: -2px 0 3px rgba(0,0,0,0.4);
	width: 80vw;
}
.etest-students-overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 4;
	background-color: rgba(0,0,0,0.3);
}
.etest-search-container  .etest-students-overlay {
	z-index: 2015;	
	position: fixed;
}
.etest-results-content-app .etest-results-students-list {
	bottom: 0;
}

.studentsExpanded.etest-results-content-app .etest-results-students-list-elem {
	display: block;
	
}
.etest-results-content-app .ere-students-footer {
	display: none;
}

.etest-results-content-app .etest-results-content-inner {
	padding-bottom: 0px;
}
.etest-results-content-app .etest-results-answer-editor {
	position: sticky;
	bottom: 0;
	right: 0;
	left: 0;
	top: auto;
	width: 100%;
	box-sizing: border-box;
	z-index: 3;
	padding: 4px;
}
.etest-results-content-app .etest-results-ae-inner {
	max-width: 20cm;
	margin: auto;
	
}

thead.etest-table-stickyhead th {
	position: sticky;
	top: 92px;
	z-index: 1;
	white-space: nowrap;
	background-color: #fff;
	z-index: 2;
}

.etest-stickytd-l1,
.etest-stickytd-l1 {
	position: sticky;
	z-index: 1;
	left: 643px;
}
td.etest-stickytd-l1,
th.etest-stickytd-l1 {
	background-color: #fff;	

	box-sizing: border-box;
}
thead.etest-table-stickyhead th.etest-stickytd-l1 {
	z-index: 3;
}


.etest-results-ae-inner {
	display: flex;
	flex-flow: row nowrap;
	white-space: nowrap;
}

.etest-results-ae-inner > div {
	padding: 4px;
}

.etest-results-ae-label {
	font-size: 12px;
	opacity: 0.6;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.etest-results-ae-correct {
	white-space: nowrap;
}
.etest-results-ae-answer {
	flex: 25% 1 1;
}

.etest-results-ae-inner input[type="text"],
.etest-results-ae-inner textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 4px;	
}
.etest-results-ae-inner textarea {
	min-height: 1.2em;
	max-height: 3.6em;
	height: 1.2em;
	width: calc(100% - 30px);
}

.etest-results-ae-flexfield {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.etest-results-ae-flexfield input {
	flex: auto 1 1;
}


.etest-results-ae-inner .flat-button {
	width: 1em;
	padding: 10px 15px;
    text-align: center;
}
.etest-atts-outer {
	display: flex;
	flex-flow: row nowrap;	
}
.etest-atts-btns {
	flex: auto 0 0;
}
.etest-results-ae-inner .etest-atts-btns {
	position: absolute;
	right: 0;
    top: 14px;
}
.etest-atts-list {
	flex: auto 1 1;
	max-width: calc(100% - 30px);	
}
.readonly .etest-atts-list {
	max-width: 100%;
}
.etest-atts-item {
	
	white-space: nowrap;
	max-width: 100%;

	box-sizing: border-box;
	
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.etest-atts-item-progress{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #43A047;
}

.etest-results-ae-inner .etest-atts-item {
	max-width: calc(100vw - 170px);
}
.etest-atts-item > a {
	color: inherit;
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	padding: 6px;
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

.etest-atts-link-icon{
	vertical-align:middle;font-size:18px;margin-left:-4px;margin-right:4px;
}
.etest-atts-item > a:visited {
	color: inherit;
}

.readonly .etest-atts-item > a {
	padding-right: 6px;
	
}

.etest-atts-item > a:hover {
	text-decoration: none;
	color: inherit;
}
.etest-atts-item > a.actionButton {
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px;
}

.etest-atts-item:hover,
.etest-atts-item > a.actionButton:hover {
	background-color: rgba(0, 0, 0, 0.05);
	text-decoration: none;
}

.etest-commenteditor-text {
	width: 100%;
	box-sizing: border-box;
	min-height: 80px;
	max-height: 80vh;
	padding: 8px;
}

.etest-meditor-current-list-warning-dupl-btn {
	display: none;
}
.etest-meditor-current-list-warning .etest-meditor-current-list-multiple-assignations {
	margin-bottom: 15px;
}
.etest-meditor-current-list-warning.etest-meditor-current-list-multiple-assignations .etest-meditor-current-list-warning-dupl-btn {
	display: block;
}

.etest-question-group-list {
	min-height: 55px;
}
.etest-question-group-list.isCollapsed:before {
	content: ' ';
	position: absolute;
	left: 4px;
	top: 4px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	z-index: 0;
}
.mobileEditMode .etest-question-group-list.isCollapsed:before {
	border-radius: 12px;
}
.etest-question-group-list.isCollapsed > .etest-question-group-item {
	display: none;
}

.etest-question-group-list.isCollapsed > .etest-question-group-item:first-child {
	display: block;
}

.etest-question-group-list.isCollapsed > .etest-question-group-item.ui-sortable-helper:first-child + .etest-question-group-item {
	display: block;
}

.etest-question-group-list.isCollapsed > .ui-sortable-placeholder + .etest-question-group-item {
	display: block;
}

.etest-question-group-item {
	background-color: #fff;	
	margin: 0px -10px 8px -10px;
	position: relative;
	padding: 15px 10px 30px 10px;

	border-top: 2px solid #eee;
}


.etest-question-group-item:first-child {
	margin-top: -10px;
	padding-top: 10px;
	border-top: 0;	
}

.etest-question-group-item:before {
	position: absolute;
	display: inline-block;
	content: attr(data-orls);
	left: 20px;
	top: -15px;
	color: #eee;
	background-color: #fff;
	text-align: center;
	width: auto;
	height: 30px;
	font-size: 18px;
	line-height: 18px;
	padding: 3px 5px;
	box-sizing: border-box;
	z-index: 1;
}


.etest-question-group-item:first-child:before,
.etest-question-group-item.ui-sortable-helper:before {
	content: '';
	display: none;
}


.etest-question-group-item.ui-sortable-helper {
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	max-height: 50px;
	margin: 0;
	overflow: hidden;
	border: 0;
}

.etest-meditor-current-card-item.ui-sortable-helper {
	max-height: 90px;
	margin: 0;
	overflow: hidden;
	border: 0;
}


.etest-material-current-card-placeholder {
	background-color: #FFE082;
	border: 2px solid #FFC107;
	min-height: 40px;
	position: relative;
}

.etest-meditor-current-card-item.etest-qge-item {
	padding-bottom:25px
}

.etest-question-group-number {
	position: absolute;
	left: 5px;
	top: 15px;
	font-weight: bold;
	width: 45px;
	text-align: right;
	white-space: pre-wrap;
	z-index: 1;
}

.etest-question-group-collapse-btn {
	position: absolute;
	left: 0px;
	top: 0;
	padding: 15px 5px;
	cursor: pointer;
	z-index: 1;
}

.mobileEditMode .etest-question-group-collapse-btn {
	padding-left: 1px;
	padding-top: 17px;
	font-size:10px;
	opacity: 0.6;
}
.mobileEditMode .etest-qge-collapseall-div {
	margin-top: 8px;
	margin-right: 12px;
	opacity: 0.5;
}

.etest-question-group-collapse-btn:active {
	background-color: rgba(0,0,0,0.05);
}

@media (hover: hover) and (pointer: fine) {
	.etest-question-group-collapse-btn:hover {
		background-color: rgba(0,0,0,0.05);
	}
}




.etest-qge-collapseall-div {
	text-align: right;
	font-size: 0.9em;
	margin-right: 20px;
}
.etest-qge-collapseall-div a {
	cursor: pointer;
}

.etest-qge-num-points {
	margin: 0 0px;
	
	margin-bottom: 60px;
	position: sticky;
	text-align: right;
	
	bottom: 0px;	
	z-index: 2;	
	background-color: #f5f5f5;
}
.mobileEditMode .etest-qge-num-points {
	padding-right: 80px;
}
.etest-qge-num-points-inner {	
	padding: 10px 20px;

}

.etest-qge-num-points-inner b {
	font-size: 1.5em;
	margin-left: 8px;
}

@media screen and (min-width: 1500px) {
	.etest-qge-num-points-inner {
		text-align: left;
		position: absolute;
		left: 100%;
		bottom: 100%;
		margin-bottom: 20px;
		width: calc(100vw / 2 - 1200px / 2 - 50px);
	}
	.etest-qge-num-points-inner span {
		white-space: normal;
	}

	.etest-qge-num-points-inner b {
		display: block;
		font-size: 2em;
	}
}

.etest-etip-visible {
	position: relative;
	outline: 2px dashed #F44336;
}

.etest-etip-visible:before {
	position: absolute;
	display: block;
	left: -2px;
	width: 160px;
	top: 100%;
	background-color: #F44336;
	color: #fff;
	content: attr(data-etip);		
	padding: 3px 5px;
	white-space: normal;
	z-index: 100;
	text-align: left;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.34);
}
.etest-scoreheader-msg {
	border-left: 4px solid #F44336;
	color: #D32F2F;
	padding: 12px;
	background-color: #FFEBEE;
	margin-bottom: 12px;
	font-weight: bold;
}
.etest-resultseditor-header-alert {
	position: relative;
	padding: 8px 8px 8px 30px;
	margin-top: 12px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);	
	background-color: #F44336;
}

.etest-resultseditor-header-alert > i.fa {
	position: absolute;
	left: 8px;
	top: 8px;
	
}

.mobileEditMode .etest-card-actions {
	font-size: 12px;
	white-space: nowrap;
}

.qge-answer-points {
	display: block;	
	position: relative;
	text-align: right;
}

.qge-answer-points input {
	width: 50px;
	border: 0;
	padding: 1px 3px;	
	text-align: right;		
	background-color: #DCEDC8;
	margin: 1px;
	border-radius: 5px;
}

.qge-answer-points input.etest-card-actions-points-edit-wrong {
	background-color: #FFCDD2;
}
.etest-answer-input .qge-answer-points  {
	display: inline-block;
	vertical-align: middle;
}
.etest-answer-input .qge-answer-points span.wrongScoreElem {
	display:block;
}

.etest-meditor-test-list-tabs {
	position:sticky;
	top: 0;
	padding: 0px 5px;
	background-color: #f5f5f5;
	z-index:4;
	white-space: nowrap;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 5px;
	height: 42px;
}

a.etest-meditor-test-list-tab {
	flex: auto 0 0;
	border: 1px solid transparent;
	cursor: pointer;
	color: inherit;	
	padding: 8px 10px 8px 10px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: -1px;
}


a.etest-meditor-test-list-tab:hover {
	color: inherit;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.05);
}

a.etest-meditor-test-list-tab.itemInsideSelected:before {
	content: ' ';
	border-bottom: 6px solid #FFCA28;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	left: 14px;
	bottom: 0;
}

a.etest-meditor-test-list-tab.itemInsideSelected.selected:before {
	display: none;
}

a.etest-meditor-test-list-tab.selected {
	outline: 0;
	border-bottom-color: #23a9e6;
	background-color: #E1F5FE;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-color: transparent;
	background-color: #fff;
}

a.etest-meditor-test-list-tab img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	opacity: 0.5;
}

.etest-meditor-test-search-box0 {
	padding: 8px 8px 8px 12px;
	background-color: #fff;
}

.etest-meditor-test-search-box0 input[type="text"] {
	padding: 8px 30px 8px 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	box-sizing: border-box;
}

.etest-meditor-test-search-box1 {
	position: relative;
}

.etest-meditor-test-search-box1 .clearBtn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px;
	color: inherit;
}

@media screen and (max-width: 1300px) {
	a.etest-meditor-test-list-tab {		
		padding: 10px 15px 10px 8px;		
	}
	
	a.etest-meditor-test-list-tab[data-tab="wr"],
	a.etest-meditor-test-list-tab[data-tab="search"] {
		padding-right: 8px;
	}
	a.etest-meditor-test-list-tab img {
		width: 20px;
		height: 20px;
	}
}

.etest-meditor-test-list-month {
	padding: 8px;
	color: rgba(0,0,0,0.4);
	text-transform: capitalize;
	background-color: #fff;
	z-index: 2;
	position:sticky;
	top: 43px;
}

select.etest-meditor-tests-obdobie-combo {
	padding: 3px;
	border: 0;
	width: auto;
	color: rgba(0,0,0,0.4);
	background-color: #fff;
}

select.etest-meditor-tests-obdobie-combo option {
	color: #000;
}

.etest-meditor-tests-obdobie-combo-outer {	
	padding: 3px;
	z-index: 3;
	position:sticky;
	top: 43px;
	margin-top: -30px;
}

.etest-meditor-test-name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

@media print {
	.etest-students-print,
	.etest-students-print body {
		width: 18cm !important;	
		/*overflow: hidden;	*/
	}

	.etest-students-print #docbody > .topDiv {
		overflow: hidden;
		width: 18cm !important
	}
	

	.etest-students-print .ecourse-link-button,
	.etest-students-print .etest-results-answer-editor, 
	.etest-students-print .ere-students-footer,
	.etest-students-print .etest-results-students-list-elem {
		display: none !important;
	}
	.etest-students-print #edubar,
	.etest-students-print #barHeaderMargin {
		display:none;
	}

	.etest-students-print #bar_mainDiv,
	.etest-students-print .etest-meditor-search-test.etest-meditor-search-content,
	.etest-students-print .etest-results-students-margin {
		margin: 0 !important;
	}
	.etest-students-print .etest-results-content-inner2 {
		position: relative;
	}
	.etest-students-print .etest-page {
		width: 100%;
		position: relative !important;
	}

	.etest-students-print .etest-page-inner {
		min-height: calc(297mm - 1px);
		height: auto;
	}
	.etest-students-print .etest-page-inner2 {
		padding: 0 20px 0 0 !important;
		page-break-inside: auto !important;
		page-break-before: avoid;		
	}
	.etest-students-print .etest-answer.answerEditorActive {
		outline: 0;
		
		background-color: transparent;
	}
	.etest-students-print .etest-results-content.etest-results-page-override .etest-page-inner {
		max-width: 100%;
		min-height: 0;
		display: block;
	}
	.etest-students-print .etest-results-content.etest-results-page-override  {
		visibility: visible !important;
		background-color: transparent;
		padding: 0;
	}
	.etest-students-print .etest-results-content.etest-results-page-override  * {
		visibility: visible !important;
	}
	.etest-students-print .etest-results-content-inner {
		visibility: visible !important;
		max-width: 100%;
		width: 100%;
		margin: 0;
		box-shadow: none;
		border: 0;
		padding-bottom: 0px;	
	}

	.etest-students-print textarea {
		background: transparent;
		border: 0;
		appearance: none;
		resize: none !important;
	}

	.etest-students-print textarea:placeholder-shown {
		display: none;
	}

	.etest-students-print .ere-scheader-info .etest-studentStav-select.ui-button,
	.etest-students-print .ere-assignment-settings,
	.etest-students-print .ere-scheader-info .ui-selectmenu-text  {
		background: transparent !important;
		border: 0 !important;
		text-align: left !important;
	}

	
	.etest-students-print .ere-assignment-settings .fa-cog:before {
		content: '-';
	}
	.etest-students-print .etest-meditor-search-top-margin {
		display: none;
	}

	.etest-students-print .etest-results-header-score {
		padding: 0;
		padding-bottom: 0.25cm;		
	}

	.etest-students-print .etest-results-score-header0 {
		margin-bottom: 0.25cm;
	}

	.etest-students-print .etest-results-header-origOrder-select {
		display: none;
	}
	
	.etest-students-print .etest-question,
	.etest-students-print .etest-question * {
		-webkit-column-break-inside: avoid; 
		page-break-inside: avoid;          		
		break-inside: avoid;   	
	 }

	 .etest-students-print .etest-meditor-searchdiv,
	 .etest-students-print .etest-main-action-buttons {
		 display: none;
	 }
}

.ck.ck-balloon-panel:not(.ck-toolbar-container) {
	background-color: #fff !important;
	border: 1px solid #ddd !important;
	position: absolute !important;
}

.qge-vis-expression {
	font-size:0.9em;color:rgba(0,0,0,0.5);text-transform:none;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;	
}
.qge-vis-expression:not(:empty) {
	margin-left: 5px;
}

.etest-meditor-card-item.ui-draggable-dragging {
	
	z-index: 10000;
	list-style-type: none;
	max-width: 400px;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 45%);
}

.etest-meditor-card-item.ui-draggable-dragging.multipleCards:before {
	content: '';
	position: absolute;
    left: 5px;
    top: 5px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 45%);
    right: -5px;
    bottom: -5px;
    background-color: #fff;
	
}

.etest-meditor-card-item.ui-draggable-dragging.multipleCards:after {
	
	top: 5px;
	left: 5px;
	bottom: -5px;
}

.etest-meditor-card-item.ui-draggable-dragging.multipleCards > *{
	
}

.etest-meditor-card-item.ui-draggable-dragging .etest-card-stats, 
.etest-meditor-card-item.ui-draggable-dragging .etest-card-actions, 
.etest-meditor-card-item.ui-draggable-dragging .etest-card-type {
	display:none;
}

.etest-meditor-card-item.ui-draggable-dragging .etest-card-content {	
	max-width: 400px;	
	overflow: hidden;
	max-height: 90px;
	position: relative;
}
.etest-meditor-card-item.ui-draggable-dragging .etest-card-content > * {
	width: 21cm;
}

.etest-zobrazovat_spravne_l1-msg {
	opacity: 0.6;
	margin-left: 25px;
	
}

.etest-meditor-library-plan-overlay{display: none;}
.etest-meditor-library-plan-overlay i {
	color: #777;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	display: block;
	text-align: center;
	width: 70px;
	box-sizing: border-box;
	background-color: #f0f0f0;
	border-bottom:1px solid #ddd;
	font-size: 30px;
	cursor: pointer;
	height: 50px;
	z-index:5;
	box-shadow: -3px 0 3px rgba(0, 0, 0, 0.2);
}
.etest-meditor-library-plan-overlay i:hover {
	background-color: #ddd;
}
.planTreeShown .etest-meditor-library-plan-overlay {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(200,200,200,0.3);
}
.etest-meditor-library-plan {
	position: absolute;
	left: 70px;
	top: 0;
	bottom: 0;
	right: 0;
	box-shadow: -1px 0 3px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	display: none;
	z-index: 3;
	overflow: auto;
}


.etest-library-list-item.planItem.libraryPlanSelected {	
	background-color: #fff;
	
}

.etest-library-list-item.planItem.libraryPlanSelected::before {
	content: ' ';
	position: absolute;
	left: 59px;
	top: 8px;
	border-right: 12px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	filter:drop-shadow(-1px 0 1px rgba(0,0,0,0.2));
	z-index: 5;

}

.etest-library-showplan-outer {
	position: absolute;
	right: 0;
	top: 8px;
}

.etest-cselector-plan-numcards {
	font-size:0.8em;
	font-weight:normal;
	opacity:0.6;
	line-height:1em;
	position:absolute;
	right:60px;
	top:50%;
	transform: translateY(-50%);
	text-align:right;
	z-index:1;
}

.etest-cselector-plan-numcards.uncategorized {
	right: 10px;
}

.etest-cselector-plan-numcards.red {
	padding: 3px 5px;
	color: #fff;
	background-color: #F44336;
	border-radius: 2px;
	opacity: 1;
}
.etest-edit-svgElem {
	display:flex;
	flex-flow:row nowrap;
	align-items: center;
}


.etest-edit-svgElem label {
	display: block;
	padding: 4px;
	cursor: pointer;
}

.etest-edit-svgElem:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.etest-edit-svginput {
	padding: 4px;
	box-sizing: border-box;
	width: 100%;
}

.etest-edit-svgpropsep {
	margin: 8px 0;	
	opacity: 0.8;
}

.etest-meditor-search-results-gtitle {
	margin: 16px 8px 10px 8px;
    opacity: 0.6;
}

.etest-meditor-search-results-gtitle:first-child {
	margin-top: 0;
}

.etest-gteacher-card-info {
	position: absolute;
	text-transform: uppercase;
	padding: 3px 5px;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #009432;
	font-size: 10px;
	z-index: 1;
	border-bottom-left-radius: 8px;
}

.etest-publish-cards-types {
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	grid-gap: 25px;
	justify-content: end;	
}

.etest-publish-cards-types > div {
	color: inherit;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	border-radius: 12px;	
	padding: 8px;
	cursor: pointer;
}

.etest-publish-cards-types > div.active:hover {
	background-color: #FFF8E1;
}
.etest-publish-cards-types img {
	display: block;
	object-fit: contain;
	height: 50px;
	margin-bottom: 6px;
	object-position: center center;
}


.etest-publish-cards-tab-img {
	display: block;
	object-fit: contain;
	height: 30px;
	margin-bottom: 6px;
	object-position: center left;
	width: 100%;
}

.etest-publish-cards-split {
	padding-left: 150px;
	min-height: 300px;
	position: relative;
}

.etest-publish-cards-tabs {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f5f5f5;
	width: 150px;
	overflow: hidden;
}

.etest-publish-cards-tabs::before {
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	width: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	content: ' ';
}

.app-hero-tabs.etest-publish-cards-tabs0 {
	white-space: normal;
	overflow: hidden;
	padding: 12px 0 12px 8px;

}

.app-hero-tabs.etest-publish-cards-tabs0 .app-hero-tab {
	display: block;
	margin: 0;
	padding: 8px 12px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.app-hero-tabs.etest-publish-cards-tabs0 .app-hero-tab:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.app-hero-tabs.etest-publish-cards-tabs0 .app-hero-tab.selected {
	border: 0;
	color: inherit !important;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.etest-file-addBtns {
	margin-left: -8px;
	margin-bottom: -8px;
}
.etest-file-addBtns > a > i{
	display: block;
}

.etest-qwedit-actions {
	position: absolute;
	bottom: -16px;
	right: 16px;
	display: flex;
	flex-flow: row nowrap;
	gap: 8px;
}

a.etest-qwedit-action {
	border-radius: 12px;
	background-color: #fff;
	width: 32px;
	height: 32px;
	padding: 8px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.3);
	text-decoration: none !important;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

a.etest-qwedit-action:active {
	background-color: #eee;
}

.app-dark-mode a.etest-qwedit-action {
	background-color: #242d36;
	color: rgb(204, 204, 204, 0.5);
}
.app-dark-mode a.etest-qwedit-action:active {
	background-color: #2a2d32;
}
.app-dark-mode .etest-editor-toolbar.etest-mobile-footer-toolbar .ck.ck-toolbar {
	color: rgb(204, 204, 204);
}

.app-dark-mode .ck-reset_all, 
.app-dark-mode .ck-reset_all * {
	color: rgb(204, 204, 204);
}

.etest-qwedit-action i {
	display: block;
}

.etest-contenteditable:focus {
	outline: 1px solid rgba(60,160,71,0.4);
}


.etest-contenteditable {
	position: relative;
	overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
	.etest-contenteditable:hover {
		outline: 1px dashed rgba(60,160,71,0.4);
	}
		
	.etestw.hovered {
		outline: 1px dashed  rgba(0,145,234,0.4);
	}
}


.etestw.selected,
.etest-contenteditable.selected,
.etest-editing .etest-question.selected {
	outline: 2px solid #FFC107;	
}

.etest-editor-sidebar-overlay {
	display: none;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}

.etest-mobile-visible {
	display: none;
}


.mobileEditMode .etest-meditor-current-panel h3 {
	font-weight: bold;
	font-size: 1.1em;
}

.mobileAppBody .ck.ck-button .ck-tooltip, a.ck.ck-button .ck-tooltip {
    display: none;
}
.etest-editor-card-note-warn {
	background-color:#FFF8E1;color: #FF6F00;
	padding: 6px 15px 2px 1cm;font-size:13px;
	border-radius: inherit;
}

.app-dark-mode .etest-editor-card-note-warn {
	background-color: #74695a;
	color:#FFE0B2;
}


@media (max-width: 600px) {
	.etest-editor-sidebar {
		display:none;
		top: 0 !important;
		bottom:0;
		z-index: 101;
		border-left: 0;
		box-shadow: -1px 0 3px rgba(0, 0, 0, 0.3);
		font-size: 13px;
	}

	.etest-cardeditor-content {
		margin-right: 0;
		padding-top: 85px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.etest-mobile-hidden {
		display: none;
	}
	.etest-mobile-visible {
		display: block;
	}

	.etest-question-editor-card {
		background-color: #fff;
	}
	.app-dark-mode .etest-question-editor-card {
		background-color: #242d36;
	}
	.etest-question-editor-card .etest-question-content {
		padding: 12px;
	}

	.etest-editor-widgets {
		min-height: calc(100vh - 250px);
	}
	.etest-editor-addnew .elearn-toolbar-btn-flat {
		max-width: max-content;
		margin: 0 auto;		
	}

	.etest-question-editor-card-handle {
		width: 8px;
		background-color: transparent;
	}

	.etest-wedit-del {
		top: 0;
		right: -4px;
	}

	.etest-editor-header-nav {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		background-color: #f5f5f5;
		color: inherit;
		border: 0;
		height: 55px !important;
		box-shadow: none;
		user-select: none;
	}

	.app-dark-mode .etest-editor-header-nav {
		background-color: #0a131d;
	}
	.etest-editor-header {
		box-shadow: none;
	}
	.viewStackScrolled .etest-editor-header-nav {
		box-shadow: 0 1px 3px rgba(0,0,0,0.35);
	}

	.etest-editor-header-nav .elearn-toolbar-btn-flat.disabled {
		color: inherit;
		opacity: 0.3;
	}

	
	.etest-wedit-action,
	.etest-widgetsortable-item.child-selected .etest-widgetsortable-handle {
		display: none;
	}


	.editingMode .etest-text-container {
		padding: 8px 0;
	}
	
	.etest-contenteditable:focus {
		outline: 0;
	}

	.etest-question-editor-card {
		margin-top: 24px;
	}

	.etestw.selected,
	.etest-contenteditable.selected,
	.etest-editing .etest-question.selected {
		outline: 0px solid #FFC107;	
	}
}



.mobileAppBody .etest-editor-sidebar {
	display:none;
	top: 0 !important;
	bottom:0;
	z-index: 101;
	border-left: 0;
	box-shadow: -1px 0 3px rgba(0, 0, 0, 0.3);
	font-size: 13px;
}

.mobileAppBody .etest-cardeditor-content {
	margin-right: 0;
	padding-top: 55px;
	padding-left: 8px;
	padding-right: 8px;
}

.mobileAppBody .etest-mobile-hidden {
	display: none;
}
.mobileAppBody .etest-mobile-visible {
	display: block;
}


.mobileAppBody .etest-question-editor-card {
	background-color: #fff;
}
.app-dark-mode .mobileAppBody .etest-question-editor-card {
	background-color: #242d36;
}

.mobileAppBody .etest-question-editor-card .etest-question-content {
	padding: 12px;
}

.mobileAppBody .etest-editor-widgets {
	min-height: calc(100vh - 250px);
}
.mobileAppBody .etest-editor-addnew .elearn-toolbar-btn-flat {
	max-width: max-content;
	margin: 0 auto;		
}

.mobileAppBody .etest-question-editor-card-handle {
	width: 8px;
	background-color: transparent;
}

.mobileAppBody .etest-wedit-del {
	top: 0;
	right: -4px;
}

.mobileAppBody .etest-editor-header-nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	background-color: #f5f5f5;
	color: inherit;
	border: 0;
	height: 55px !important;
	box-shadow: none;
	user-select: none;
}

.app-dark-mode .mobileAppBody .etest-editor-header-nav {
	background-color: #0a131d;
}
.mobileAppBody .etest-editor-header {
	box-shadow: none;
}
.mobileAppBody .viewStackScrolled .etest-editor-header-nav {
	box-shadow: 0 1px 3px rgba(0,0,0,0.35);
}

.mobileAppBody .etest-editor-header-nav .elearn-toolbar-btn-flat.disabled {
	color: inherit;
	opacity: 0.3;
}


.mobileAppBody .etest-wedit-action,
.mobileAppBody .etest-widgetsortable-item.child-selected .etest-widgetsortable-handle {
	display: none;
}


.mobileAppBody .editingMode .etest-text-container {
	padding: 8px 0;
}

.mobileAppBody .etest-contenteditable:focus {
	outline: 0;
}

.mobileAppBody .etest-question-editor-card {
	margin-top: 24px;
}

.mobileAppBody .etestw.selected,
.mobileAppBody .etest-contenteditable.selected,
.mobileAppBody .etest-editing .etest-question.selected {
	outline: 0px solid #FFC107;	
}




.etest-preparations-card-flags {
	position: absolute;
    right: 0;
    top: 0;	
    font-size: 10px;
    z-index: 1;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
}
.etest-preparations-card-flags > div {
	padding: 4px;	
	width: 100%;
	box-sizing: border-box;
	color:#fff;
	background-color: rgba(0,0,0,0.1);
	border-radius: 0;
	width: 18px;
	height: 18px;
	display: flex;	
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.etest-preparations-card-flags > div:first-child {
	border-bottom-left-radius: 8px;
}
.etest-preparations-card-flags > div i {
	font-size: inherit;
	display: block;
}
.etest-preparations-card-donestatus.done {
	background-color: rgba(67, 160, 71, 0.35);
}


.etest-verbeval-text-field {
	font-weight: bold;
}
.etest-editor-contextToolbar {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	background-color: #34495e;
	color: #fff;
	gap: 8px;
	align-items: center;
}

.etest-editor-contextToolbar.active {
	display: flex;
	flex-flow: row nowrap;
}

.etest-competence-verbeval-includetitleinfo {
	display: none;
	position:absolute;left: -25px;top:8px;
}



.etest-competence-group-item[data-verbEvalMode="includeTitle"] .etest-competence-verbeval-includetitleinfo {
	display: block;
}

.etest-tag-green, .etest-tag-cyan {
	padding: 2px 4px;
	box-sizing: border-box;
	display: inline-block;
	background-color: #43A047;
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	font-size: 11px;
}
.etest-tag-cyan {
	background-color: #00ACC1;	
}

.etest-meditor-previewimage-outer {
	position: relative;
}

.etest-meditor-previewimage-inner {
	position: absolute;
	width: 150px;
	height: 150px;
	left: -220px;
	border-radius: 25px;
	background-color: #fff;	
	z-index: 2;
	overflow: hidden;
	text-align: center;
	background-position: center;
	background-size: cover;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8) inset;
}

.etest-meditor-previewimage-inner .etest-meditor-previewimage-actions {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 4px;	
	z-index: 3;
	background-color: rgba(0,0,0,0.2);
}
.etest-meditor-previewimage-inner .etest-meditor-previewimage-actions .actionButton {
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.95);
}
.etest-meditor-previewimage-inner:hover .etest-meditor-previewimage-actions {
	background-color: rgba(0,0,0,0.6);
}

.etest-competence-field-outer {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 2px;
}
.etest-competence-field-outer > div:first-child {
	flex: 120px 0 0;
	
	opacity: 0.7;
	text-align: right;
	align-self: flex-start;
	padding: 4px;
}
.etest-competence-field-outer > .etest-competence-field {
	flex: calc(100% - 90px) 1 1;
}
textarea.etest-competence-field {	
	resize: none;
	border: 0;
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
	height: 1em;
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
	background-color: transparent;
}