/* #overwrites.css */

/* protects from scrolling to page top when opening Bootstrap modal popup/window */
/* https://stackoverflow.com/questions/54747393/modal-window-is-causing-the-parent-page-body-to-scroll-to-the-top */
.modal-open {
	overflow: initial !important;
}


.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}
.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}


.success {
    background: #a3cfbb;
	color: #0a3622;
}
.danger {
    background: #f8d7da;
	color: #58151c;
}

#blog iframe{
	border: 5px solid var(--jb-secondary-color);
}

.shortText{
	display: block;
}
.longText{
	display: none;
}

.primaryColoBckg{
	background-color: var(--jb-secondary-color);
}


/* rewriting ABC styles */
.testimonial-section .testimonial-btn-wrapper .swiper-button-prev:after,
.testimonial-section .testimonial-btn-wrapper .swiper-button-next:after {
    font-family: "Font Awesome 6 free";
    font-weight: 900 !important;
}

.hero-search input::placeholder {
	color: #fff;
}

main{
	margin-bottom: 50px;
}


.blueStyle,
.table>:not(caption)>.blueStyle>*,
.blueStyle th{
	background-color: #131b42 !important;
	color: #fff !important;
}
.yellowStyle{
	background-color: rgb(255, 215, 4) !important; 
	color: rgb(44, 62, 80); 
}
.blueBckg{
	background-color: #131b42 !important; 
}
.yellowBckg{
	background-color: rgb(255, 215, 4) !important; 
}

.tab-content{
	padding: 0.5rem 0.5rem;
}

.accordion {
	margin: 0.5rem 0.5rem;
}

.form-check-input:disabled {
    opacity: 0.9;
}

.nebo{
	color: black;
}

.no-margin{
	margin: 0;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/* lcp_classes_outOfOverviewsStyles */
/*
.dropdown-menu{
	top: 50px;
}
*/

/* cookiebot banner */
	div#CybotCookiebotDialog {
	  scale: 85%;
	}

	.CybotCookiebotDialogContentWrapper{
		scale: 85%;
	}


/* PAID BLOCK */
	/*
	.gradient-blur-wrapper::after{
	  content: "";
	  left: 0px;
	  top: 0px;
	  height: 100%;
	  width: 100%;
	  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) );
	  pointer-events: none;
	 }
	*/
	
	
	.gradient-blur-wrapper{
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#blurredObject{
		/*overflow-x: scroll;*/
	}
	
	/*
	.gradient-blur {
	  position: absolute;
		z-index: 5;
	  inset: auto 0 0 0;
	  height: 100%;
	  pointer-events: none;
	 }
	 */
	 .gradient-blur::after {
	  position: absolute;
	  content: "";
	  left: 0px;
	  top: 0px;
	  height: 100%;
	  width: 100%;
	  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) );
	  pointer-events: none;
	 }
	

#dashboardSubNav{
	position:fixed;
	top:135px;
	right:0;
	left:0;
	z-index:100;
}
@media (max-width: 989px) {
	#dashboardSubNav{
		top: 114px;
	}
}
@media (max-width: 767px) {
	#dashboardSubNav{
		top: 100px;
	}
}
#dashboardSubNav a{
	color: #fff;
}
#dashboardSubNav a:hover{
	color: #fff;
	font-weight: bold;
}
#dashboardNav #mainNav{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}


/* navigation menu opening on hover */
#mainNav .dropdown:hover .dropdown-menu {
  display: block;
}


a.no-text-decoration{
	color: inherit;
	text-decoration: none !important;
}


#logo{
	width: 30px;
	background-color: #ccc;
	border-radius: 50%;
	margin-right: 10px;
}

#logo-nav{
	max-height: 70px;
}


#h1tag{
	font-size: 4rem;
	line-height: 3.5rem;
}


#notificationLink a{
	text-decoration: none !important;
}


/* divider from former front-styles */
	.divider-custom {
	  margin: 1.25rem 0 1.5rem;
	  width: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.divider-custom .divider-custom-line {
	  width: 100%;
	  max-width: 7rem;
	  height: 0.25rem;
	  background-color: #2c3e50;
	  border-radius: 1rem;
	  border-color: #2c3e50;
	}
	.divider-custom .divider-custom-line:first-child {
	  margin-right: 1rem;
	}
	.divider-custom .divider-custom-line:last-child {
	  margin-left: 1rem;
	}
	.divider-custom .divider-custom-icon {
	  color: #2c3e50;
	  font-size: 2rem;
	}
	.divider-custom.divider-light .divider-custom-line {
	  background-color: #fff;
	}
	.divider-custom.divider-light .divider-custom-icon {
	  color: #fff;
	}


/* Subtitles style */
/* https://blog.hubspot.com/website/scrolling-text-css */

	/*
	#flagElement{
		display: block;
		position: absolute;
		top: 35px;
		left: 30px;
		height: 80px;
		width: auto;
		border: 2px solid #000;
	}
	*/
	
	#avatarBubbleTopPage{
		position: absolute; 
		width: 230px; 
		height:auto; 
		left:60%; 
		bottom: 40%;
	}
	#avatarTopPage{
		position: absolute; 
		width: 300px; 
		height:auto; 
		left:45%; 
		bottom: 0%;
	}
	
	#avatarBubbleTopPage,
	#avatarTopPage{
		display: none;
	}
	
	#h1element{
		overflow: hidden;
		position: absolute;
		top: 35px;
		right: 30px;
		background-color: #000;
		color: #fff;
		padding: 10px;
	}	
	#h1element h1{
		font-size: 50px !important;
		font-family: Helvetica !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	#h1element2{
		overflow: hidden;
		position: absolute;
		top: 35px;
		right: 30px;
		background-color: #2c3e50;
		padding: 10px;
		border: 2px solid #000;
	}	
	#h1element2 h1{
		font-size: 50px !important;
		font-family: Helvetica !important;
		padding: 0 !important;
		margin: 0 !important;
		color: #fff;
		text-shadow: 4px 4px #000;
	}
	#pelement{
		overflow: hidden;
		position: absolute;
		top: 120px;
		right: 30px;
		width: 50%;
		max-width: 563px;
		text-align: justify;
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		padding: 10px;
		font-weight: bold;
	}
	

	
	#vcafeElement,
	#vclassElement,
	#testElement,
	#youtubeElement{
		overflow: hidden;
		position: absolute;
		font-family: Helvetica !important; /*Arial*/
		padding: 10px;
		color: #fff;
		font-size: 40px;
		
	}
	
	
	
	#h1element:hover,
	#vcafeElement:hover,
	#vclassElement:hover,
	#testElement:hover,
	#youtubeElement:hover{
		background-color: #000;
	}
	
	
	.linkWrapper{
		display: none;
	}
	.productElement:hover .linkWrapper{
		display: block !important;
	}
	.linkWrapper.right{
		display: block;
	}
	
	.linkWrapper.left{
		border: 2px solid #fff;
	}
	.right .productIconHolder{
		border: 0px solid #fff;
	}
	
	
	
	.productIconWrapper{
		display: table;
		position: absolute;
		height: 65px;
		width: 65px;
		background-color: #000;
	}
	.productIconHolder{
		display:table-cell; 
		vertical-align:middle;
		border: 2px solid #fff;
	}
	.productIconHolder .svg-inline--fa.fa-fw {
		font-size:30px !important; 
		color:#fff !important;
	}
	.productIconHolder .fa-solid {
		font-size:30px !important; 
		color:#fff !important;
	}
	.vclassElement .productIconWrapper{
		left: 30px;
		bottom: 240px;
	}
	.vcafeElement .productIconWrapper{
		left: 30px;
		bottom: 170px;
	}
	.youtubeElement .productIconWrapper{
		left: 30px;
		bottom: 100px;
	}
	.testElement .productIconWrapper{
		left: 30px;
		bottom: 30px;
	}
	
	#vclassElement,
	#vcafeElement,
	#youtubeElement,
	#testElement,
	#membershipElement,
	#levelTestElement
	{
		font-size: 28px;
		font-weight: bold;
		text-shadow: 1px 1px #000;
		/*border: 1px solid #000;*/
	}
	
	#vclassElement,
	#vcafeElement,
	#youtubeElement,
	#testElement
	{
		left: 95px;
	}
	
	
	#vclassElement{
		/*top: 50px;*/
		bottom: 240px;
		background-color: #317873;
		background-color: #00704A;
	}
	#vcafeElement{
		/*top: 130px;*/
		bottom: 170px;
		background-color: #7B6F58;
		background-color: #644b34;
		background-color: #493D26;
	}
	#youtubeElement{
		/*top: 210px;*/
		bottom: 100px;
		background-color: #690979;
		background-color: #5a287d;
	}
	#testElement{
		/*top: 290px;*/
		bottom: 30px;
		background-color: #2c3e50;
		background-color: #05fed8;
		background-color: #05affe;
		/*background-color: #5505fe;*/
	}
	
	
	.membershipElement .productIconWrapper{
		bottom: 30px;
		right: 30px;
	}
	#membershipElement{
		overflow: hidden;
		position: absolute;
		font-family: Helvetica !important;
		padding: 10px;
		color: #fff;
		font-size: 40px;
		right: 95px;
		bottom: 30px;
		background-color: #2c3e50;
		/*background-color: #affe05;*/
		font-size: 30px;
		font-weight: bold;
	}
	
	.levelTestElement .productIconWrapper{
		bottom: 100px;
		right: 30px;
	}
	#levelTestElement{
		overflow: hidden;
		position: absolute;
		font-family: Helvetica !important;
		padding: 10px;
		color: #fff;
		font-size: 40px;
		right: 95px;
		bottom: 100px;
		background-color: #2c3e50;
		/*background-color: #05affe;*/
		font-size: 30px;
		font-weight: bold;
	}
	
	.popularElement .productIconWrapper{
		bottom: 170px;
		right: 30px;
	}
	#popularElement{
		overflow: hidden;
		position: absolute;
		font-family: Helvetica !important;
		padding: 10px;
		color: #fff;
		font-size: 40px;
		right: 95px;
		bottom: 170px;
		background-color: #2c3e50;
		/*background-color: #05affe;*/
		font-size: 30px;
		font-weight: bold;
	}
	
	#levelTestElement:hover,
	#membershipElement:hover,
	#popularElement:hover{
		background-color: #000;
	}
	
	
/* #BIO_user */
	.userProfileModalOpener{
		text-decoration: underline;
		color: #1abc9c;
		color: #0047AB;
		cursor: pointer;
	}
	
	
span.h5style{
	display: block;
	font-size: 1.25rem;
	margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: 1.2;
}

span.h4style{
	display: block;
	margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: 1.2;
	font-size: 1.5rem;
}
	

/* 
LEVEL TEST bootstrap tabs style
*/
#testExamineForm a{
	color: #000;
}
#myTab .nav-tabs {
    border-bottom: 1px solid #ddd;
}
#myTab .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#myTab .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

#myTab .nav>li {
    position: relative;
    display: block;
}

#myTab .nav-tabs>li.active>a, 
#myTab .nav-tabs>li.active>a:focus, 
#myTab .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
	font-weight: bold;
}

#myTab .nav-tabs>li>a {
	text-decoration: none;
	cursor: default;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
#myTab .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
	
	
	
/* 
	https://startbootstrap.com/previews/sb-admin-2 
	stats block
*/
	
	#calendar-section{
		background-color:#587A6E;
	}
	#news-section{
		background-color:#2c3e50;
		/*background-color:#044c9c;*/
	}
	#stats{
		background-color:#704E70;
	}
	#faq_section{
		background-color: #5a287d;
		background-color:#2c3e50;
	}
	#vcafes-section{
		background-color:#7B6F58;
		/*background-color:#493D26;*/
	}
	#vclasses-section{
		background-color: #587A6E;
		/*background-color: #097969;*/
		background-color: #00704A;
		/*background-color: #00A36C;
		background-color: #93C572;*/ /* pistachio */
	}
	#youtubeplus-section{
		background-color: #690979;
		background-color: #5a287d;
	}
	#videocourses-section{
		background-color: #587A6E;
		/*background-color: #00704A;*/
		background-color: #00704A;
	}
	
	#tests-section{
		background-color:#58647A;
		/*background-color:#704E70;*/
		background-color:#7B6F58;
		background-color:#2c3e50;
	}
	#certificate{
		background-color:#704E70;
		/*background-color:#58647A;*/
		background-color: #5a287d;
	}
	#contact{
		/*background-color:#7B6F58;*/
	}



section.dashed{
	border-bottom: 2px dashed #000;
}
section.white-dashed{
	border-bottom: 2px dashed #fff;
}

section a .page-section-heading:hover{
	text-decoration: underline;
}

.page-section-heading{
	line-height: 3rem;
}
h1.shadow-heading,
h2.shadow-heading{
	text-shadow: 4px 4px #000;
}

h1.gray-shadow-heading,
h2.gray-shadow-heading{
	text-shadow: 4px 4px #ccc;
}

.text12{
	font-size: 12px;
}

h1#headline{
	font-size: 54px;
	line-height: 50px;
}


#vcafe_logo{
	width: 200px;
	/*background-color: #ccc;*/
	border-radius: 50%;
	margin: 20px;
}

/* issue with datetime selector popup covering free text input field  */
	.modal-dialog {
		margin-top: 80px !important;
	}
	@media only screen and (max-width: 600px) {
		.modal-dialog {
			margin-top: 100px !important;
		}
	}

	/*
	#ui-datepicker-div{
		top: 0px !important;
	}
	*/
	
#preloader{
	display: block;
    margin: 0 auto;
}

#alertBreadcrumb{
	display: none;
}

.disabled{
	background-color: #ccc !important;
}

.cervena{
	background-color: #DD0000;
}
.zluta,
.brandPrimaryColor{
	background-color: #fed805;
}
.brandSecondaryColor{
	background-color: #2c3e50;
}

.alert{
	margin-top: 50px;
	margin-bottom: 50px;	
}


/* simple datatables */
#simpleDataTableWrapper .datatable-dropdown{
	display: none;
}
#simpleDataTableWrapper .form-control{
    border: 0.125rem solid #ced4da;
	border-radius: 0.5rem;
}
#tableSearchWrapper .input-group-text,
#tableSearchWrapper .form-control{
	border-radius: 0rem;
}
/*
#simpleDataTableWrapper tr:hover{
	border: 2px solid #ccc;
	padding:10px;
}
*/
#simpleDataTableWrapper tr:hover td{
	padding:10px;
	cursor:pointer;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #dcdcdc;
}


.table-success.table-eye{
	background-color: #f1f7f4;
	--bs-table-bg: #f1f7f4;
}
.table-success.table-eye td{
	border-color: #e3f0ea;
}


.carousel-control-prev, .carousel-control-next{
	z-index:10;
}
/*
#calendar-carousel .container, 
#calendar-carousel .row{
	margin: 0;
	padding: 0;
}

.carousel-indicators .current {
    opacity: 1;
	background-color: black;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #000;
}
#calendar-carousel .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0.5rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
#calendar-carousel .carousel-caption h3{
	font-size: 15px;
}
#calendar-carousel .carousel-caption p{
	font-size: 12px;
}
#calendar-carousel .carousel-caption.carousel-caption-month {
    position: absolute;
    right: 15%;
    top: 1rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
}
#calendar-carousel .carousel-caption a{
    color: #fff;
}
#calendar-carousel .carousel-item.active .carousel-caption.carousel-caption-month {
    color: #3c763d;
	color: #fff;
}
#calendar-carousel .carousel-item.active .carousel-caption.carousel-caption-month a{
    color: #3c763d;
	color: #fff;
}
#calendar-carousel .carousel-caption.carousel-caption-month h3{
	font-size: 30px;
}
#calendar-carousel .carousel-caption.carousel-caption-month p{
	font-size: 20px;
}
*/

.themeBlockCarousel{
	text-shadow: 2px 2px #000;
}
.nullThemeBlockCarousel{ 
	background-color:rgb(255,255,255); 
	background-color: #ccc; 
}
.orangeThemeBlockCarousel{ 
	background-color:rgb(253,166,0); 
	background-color:#EAE2CF;
	background-color: #F1B966;
}
.redThemeBlockCarousel{
	background-color:rgb(167,41,42); 
	background-color: #B58468;
	background-color: #A45A52;
}	
.greenThemeBlockCarousel{ 
	background-color:rgb(0,129,2); 
	background-color: #3E3E3E;
	background-color: #58647A;
	background-color: #7B6F58;
	background-color: #B58468;
}

#calendar-carousel .container, 
#calendar-carousel .row{
	margin: 0;
	padding: 0;
}

.carousel-indicators .current {
    opacity: 1;
	background-color: black;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #000;
}

.carousel-control-prev{
	/*left:-40px;*/
	width: 10%;
}
.carousel-control-next{
	/*right:-40px;*/
	width: 10%;
}


#calendar-carousel .carousel-item a{
	display: block;
	width: 100%;
	height: 100%;
	
}
#calendar-carousel .carousel-item a:hover .carousel-caption{
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: opacity 1s linear;
	text-decoration: underline !important;
}

#calendar-carousel .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0.5rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
	top: 20%;
	opacity: 0.5;
	filter: alpha(opacity=50);
 	-webkit-transition: opacity 1s linear;
}
#calendar-carousel .carousel-caption h3{
	font-size: 15px;
}
#calendar-carousel .carousel-caption p{
	font-size: 12px;
}
#calendar-carousel .carousel-caption.carousel-caption-month {
    position: absolute;
    right: 15%;
    top: 1rem;
	top: 12%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: opacity 1s linear;
}
#calendar-carousel .carousel-caption a{
    color: #fff;
}
#calendar-carousel .carousel-item.active .carousel-caption.carousel-caption-month {
    color: #3c763d;
	color: #fff;
}
#calendar-carousel .carousel-item.active .carousel-caption.carousel-caption-month a{
    color: #3c763d;
	color: #fff;
}
#calendar-carousel .carousel-caption.carousel-caption-month h3{
	font-size: 30px;
}
#calendar-carousel .carousel-caption.carousel-caption-month p{
	font-size: 20px;
}



.rotateimg180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hiddenTableRow td{
	height: 0px !important;
	padding: 0px !important;
    border-top: 0;
    overflow: hidden;
    line-height: 0;
    transition: all ease 0.5s;
}

.sidebar{
	background-color: #585858;
	/*background-color: #ea0a8e;*/
}

#searchField{
	visibility: hidden;
}

/*.fa-user-circle:before*/
.fa-bars:before{
    color: #f88e1e;
}
.btn-primary, .btn-success, .btn-warning {
	color: #fff !important;
}


.form-group.required label:after {
  content:"*";
  color:red;
}

.archiveRota,
.copyShifts{
	background-color: #5c365c;
	color: #fff;
	/*margin-bottom: 20px;*/
}
.archiveRota:hover,
.copyShifts:hover{
	background-color: #502f50;
	color: #fff;
}
.printRota{
	background-color: #5c365c;
	background-color: #eeab02;
	color: #fff;
	margin-left: 10px;
}
.printRota:hover{
	background-color: #eed202;
	color: #fff;
}


#finalRotaVenue{
	font-weight: bold;
}
#finalRotaStartDate,
#finalRotaEndDate{
	font-weight: bold;
}

#venueName{
	font-size:16px;
	color: #000;
}
#departmentName{
	font-size:14px;
}


.footer {
    padding-top: 50px;
    padding-bottom: 20px;
}

.page-section{
	padding: 50px 0;
}


.payTestButton, .directPayTestButton{
	background-color: #33b249;
	border-color: #33b249;
	width: 100%;
}


#payTestModal .card-title{
	margin-bottom: 10px;
}
.productBenefitsWrapper{
	position:relative;
}

.productBenefits {
    padding-bottom: 0;
	margin-bottom: 0;
}
.productBenefits:before {
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 1.4rem;
    height: 1rem;
    content: "";
	background-image: url('/img/nike.svg');
    background-size: cover;
}

.spanLikeHeadline{
	display:block; 
	text-align:center; 
	color: #2c3e50; 
	text-transform: uppercase; 
	font-size: 2rem; 
	font-weight: 700; 
	line-height: 1.2;
}

.transparent{
	opacity: 0.5;
}


/* TIMELINE */
/* #timeline */
/* https://www.bootdey.com/snippets/view/timeline-events */
	.timeline {
		border-left: 3px solid #727cf5;
		border-bottom-right-radius: 4px;
		border-top-right-radius: 4px;
		background: rgba(114, 124, 245, 0.09);
		margin: 0 auto;
		letter-spacing: 0.2px;
		position: relative;
		line-height: 1.4em;
		font-size: 1.03em;
		padding: 50px;
		list-style: none;
		text-align: left;
		max-width: 40%;

		/*my changes here*/
		margin: 0 0 0 20%;
		max-width: 100%;
		padding-left: 47px;
	}

	@media (max-width: 767px) {
		.timeline {
			max-width: 98%;
			padding: 25px;
			
			margin-left: 0;
		}
	}

	.timeline h1 {
		font-weight: 300;
		font-size: 1.4em;
	}

	.timeline h2,
	.timeline h3 {
		font-weight: 600;
		font-size: 1rem;
		margin-bottom: 10px;
	}

	.timeline .event {
		border-bottom: 1px dashed #e8ebf1;
		padding-bottom: 25px;
		margin-bottom: 25px;
		position: relative;
	}
	
	.timeline .event.active .card {
		border: 2px solid #000;
	}

	@media (max-width: 767px) {
		.timeline .event {
			padding-top: 30px;
		}
	}

	.timeline .event:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}

	.timeline .event:before,
	.timeline .event:after {
		position: absolute;
		display: block;
		top: 0;
	}

	.timeline .event:before {
		left: -207px;
		content: attr(data-date);
		text-align: right;
		font-weight: 100;
		font-size: 0.9em;
		min-width: 120px;
		font-weight: bold;
	}

	@media (max-width: 767px) {
		.timeline .event:before {
			left: 0px;
			text-align: left;
		}
	}

	.timeline .event:after {
		-webkit-box-shadow: 0 0 0 3px #727cf5;
		box-shadow: 0 0 0 3px #727cf5;
		left: -55.8px;
		background: #fff;
		border-radius: 50%;
		height: 15px;
		width: 15px;
		content: "";
		top: 5px;
	}
	
	.timeline .event.active:after {
		background: #000;
	}

	@media (max-width: 767px) {
		.timeline .event:after {
			left: -31.8px;
			left: -33.8px;
		}
	}

	.rtl .timeline {
		border-left: 0;
		text-align: right;
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
		border-right: 3px solid #727cf5;
	}

	.rtl .timeline .event::before {
		left: 0;
		right: -170px;
	}

	.rtl .timeline .event::after {
		left: 0;
		right: -55.8px;
	}
	


/* Brand POPUPS */

	.modal-header-logo{
		position:absolute; 
		height:100px;
		/*border:2px solid #2c3e50;*/ 
	}


	#firstTime_identification .modal-header,
	#loginBeforeModal .modal-header,
	#notVerifiedModal .modal-header{
		display: block;
	}
	

/* SUBSCRIPTIONS */
	.subscription .card{
		padding: 10px;
		color: #fff;
		background-color: #2c3e50;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}
	.subscription .card:hover{
		/*transform: scale(1.05);*/
		transform: none;
	}
	.subscription .card:hover .payButton{
		transform: scale(1.20);
	}
	
	.subscription .modal-header{
		text-transform: uppercase;
		border-bottom-color: #2c3e50;
	}
	.subscription .btn{
		background-color: var(--jb-primary-color);
	}
	.subscription .modal-footer{
		color: #fed805;
		display: block;
		border-top-color: #fed805;
		padding-left: 10px;
		padding-right: 10px;
	}
	.subscription .badge{
		color: #2c3e50;
		background-color: var(--jb-primary-color);
	}
	.subscription .fa-ul{
		margin-left: 5px;
		margin-left: var(--fa-li-margin, 1.7em);
	}
	

	/*
	.subscription.jumbo .card{
		color: #2c3e50;
		background-color: #fed805;
		border: 10px solid #2c3e50;
	}
	.subscription.jumbo .modal-header{
		border-bottom-color: #fed805;
	}
	.subscription.jumbo .btn{
		background-color: #2c3e50;
		color: #fed805;
	}
	.subscription.jumbo .modal-footer{
		color: #2c3e50;
		border-top-color: #2c3e50;
	}
	.subscription.jumbo .badge{
		color: #fed805;
		background-color: #2c3e50;
	}
	*/
	
	.subscription.jumbo .card{
		color: #fff;
		background-color: #2c3e50;
		border: 10px solid var(--jb-primary-color);
	}
	.subscription.jumbo .modal-header{
		border-bottom-color: #fed805;
	}
	.subscription.jumbo .btn{
		background-color: var(--jb-primary-color);
	}
	.subscription.jumbo .modal-footer{
		color: #fed805;
		border-top-color: #fed805;
	}
	.subscription.jumbo .badge{
		color: #2c3e50;
	}
	
	
	
/* REVIEWS SLIDESHOW */
/* https://www.w3schools.com/howto/howto_js_quotes_slideshow.asp */
	#reviewSlideshow .slideshow-container {
		position: relative;
		background: #fff;
		border: 2px solid #d3d3d3;
		border: 2px solid #ddd;
		border: 2px solid #fff;
		border-radius: 4px 4px 0 4px;
		/*padding: 20px;*/
	}
	#reviewSlideshow h2 {
		font-size: 26px;
		font-weight: 300;
		position: relative;
		margin: 0 0 30px 0;
		text-transform: uppercase;
		display: inline-block;
		color: #000;
		color: #2c3e50;
	}
	#reviewSlideshow h2::after {
		content: "";
		width: 60%;
		position: absolute;
		height: 4px;
		border-radius: 1px;
		background: #2c3e50;
		left: 0;
		bottom: -15px;
	}
	#reviewSlideshow a {
		color: #2c3e50;
	}

	/* Slides */
	#reviewSlideshow .mySlides {
		display: none;
		padding: 20px;
		padding: 20px 0 0 0;
		text-align: center;
	}

	/* Next & previous buttons */
	/* zluta fed805 modra 2c3e50 */
	#reviewSlideshow .prev, 
	#reviewSlideshow .next {
		cursor: pointer;
		position: absolute;
		top: 50%;
		width: auto;
		margin-top: -30px;
		padding: 16px;
		font-weight: bold;
		font-size: 20px;
		border-radius: 0 3px 3px 0;
		user-select: none;
		text-decoration: none;
		color: #888;
		color: #2c3e50;
	}

	#reviewSlideshow .prev{
		left: -10px;
	}
	/* Position the "next button" to the right */
	#reviewSlideshow .next {
		right: -10px;
		border-radius: 3px 0 0 3px;
	}

	/* On hover, add a black background color with a little bit see-through */
	#reviewSlideshow .prev:hover, 
	#reviewSlideshow .next:hover {
		background-color: rgba(0,0,0,0.8);
		color: white;
		background-color: #2c3e50;
		color: #fed805;
	}

	/* The dot/bullet/indicator container */
	#reviewSlideshow .dot-container {
		text-align: center;
		padding: 10px;
		background: #ddd;
		background: #2c3e50;
		border-radius: 4px;
	}

	/* The dots/bullets/indicators */
	#reviewSlideshow .dot {
		cursor: pointer;
		height: 15px;
		width: 15px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	}

	/* Add a background color to the active dot/circle */
	#reviewSlideshow .active, 
	#reviewSlideshow .dot:hover {	
		background-color: #717171;
		background-color: #fed805;
	}

	/* Add an italic font style to all quotes */
	#reviewSlideshow q {
		font-style: italic;
	}

	/* Add a blue color to the author */
	#reviewSlideshow .author {
		color: cornflowerblue;
	}
	
	
	#reviewSlideshow .testimonial {
		margin: 0 20px 20px 0;
		margin: 0 0 20px 0;
		position: relative;
		padding: 15px;
		border: 1px solid #efefef;
		border-radius: 3px;
		margin-bottom: 15px;
		background: #f1f1f1;
		color: #808080;

		/*
		background: #fed805;
		color: #2c3e50;
		*/
	}
	#reviewSlideshow .testimonial::before {
		width: 20px;
		height: 20px;
		background: #9b9b9b;
		box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);		
	}
	#reviewSlideshow .testimonial::before, 
	#reviewSlideshow .testimonial::after {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: -20px;
	}
	#reviewSlideshow .testimonial::after {
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-bottom-color: #fff;
		border-left-color: #fff;
	}
	
	#reviewSlideshow .media {
		position: relative;
		padding: 0 0 0 30px;
		margin-top: 30px;
	}
	#reviewSlideshow .media {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	#reviewSlideshow .media img {
		width: 75px;
		height: 75px;
		width: 50px;
		height: 50px;
		display: block;
		border-radius: 50%;
		border: 2px solid #2c3e50;
	}

	#reviewSlideshow .mr-3, 
	#reviewSlideshow .mx-3 {
		margin-right: 1rem !important;
	}
	#reviewSlideshow .media-body {
		-ms-flex: 1;
		flex: 1;
	}
	#reviewSlideshow .overview {
		padding: 3px 0 0 0px;
	}
	#reviewSlideshow .star-rating i {
		font-size: 16px;
		color: #ffdc12;
		color: #fed805;
	}
	#reviewSlideshow .overview b {
		text-transform: uppercase;
		color: #1abc9c;
		color: #2c3e50;
	}
	#reviewSlideshow .details{
		color: #999;
		font-size: 13px;
	}


	

	

	#stats .card{
		min-height: 95px;
	}


	.border-left-primary {
		border-left: 0.25rem solid #4e73df!important;
	}
	.border-left-success {
		border-left: 0.25rem solid #1cc88a!important;
	}
	.border-left-info {
		border-left: 0.25rem solid #36b9cc!important;
	}
	.border-left-warning {
		border-left: 0.25rem solid #f6c23e!important;
	}

	.align-items-center {
		align-items: center!important;
	}
	.no-gutters {
		margin-right: 0;
		margin-left: 0;
	}

	.text-xs {
		font-size: .7rem;
	}
	.text-primary {
		color: #4e73df!important;
	}
	.font-weight-bold {
		font-weight: 700!important;
	}
	.dropdown .dropdown-menu .dropdown-header, .sidebar .sidebar-heading, .text-uppercase {
		text-transform: uppercase!important;
	}
	.mb-0, .my-0 {
		margin-bottom: 0!important;
	}
	.mb-1, .my-1 {
		margin-bottom: 0.25rem!important;
	}
	.mr-2, .mx-2 {
		margin-right: 0.5rem!important;
	}

	.text-gray-800 {
		color: #5a5c69!important;
	}

	.font-weight-bold {
		font-weight: 700!important;
	}

	.text-gray-300 {
		color: #dddfeb!important;
	}
	.fa-2x {
		font-size: 2em;
	}
	
	/* lcp_classes_outOfOverviewsStyles */
	/*
	.fa, .fas {
		font-weight: 900;
	}
	.fa, .far, .fas {
		font-family: "Font Awesome 6 Free";
	}
	.fa, .fab, .fad, .fal, .far, .fas {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}
	*/


/* Tooltip container https://www.w3schools.com/css/css_tooltip.asp */
	
	.tooltip {
		position: relative;
		display: inline-block;
		line-height: .75em;
		border-bottom: 1px dotted black;
		z-index: 1000; /* modal popup has 1050 */
	}

	.tooltip .tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: black;
		color: #fff;
		text-align: center;
		padding: 5px 0;
		border-radius: 6px;

		position: absolute;
		left: 20px;
		top: -5px;
		z-index: 100;
	}

	.tooltip:hover {
		opacity: 1;
	}
	.tooltip:hover .tooltiptext {
		visibility: visible;
	}
	
	
	.tooltip-main {
		z-index: 100000;
	}

	.tooltip-inner {
		z-index: 100000;
		padding: 10px;
	}
	


.center {
  display: flex;
  justify-content: center;
  align-items: center;
}


.tableHeadHours{
	font-size: 12px;
}


.video-container { 
	width: 100%;
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
		
		
	/**
	 * table header fixed top
	 */
		
		.scrollBarTopFixed{
			position: sticky;
			top: 0;
		}
		.topFixed{
			position: fixed;
			top: 0px; /* 20px is height of horizontal scrollbar */
		}
		
	
	
	/**
	 * add horizontal scrollbar to top 
	 * https://stackoverflow.com/questions/3934271/horizontal-scrollbar-on-top-and-bottom-of-table
	 */
		.tableWrapper1, .tableWrapper2 { width: 100%; overflow-x: scroll; overflow-y: hidden; }
		.tableWrapper1 { 
			height: 20px; 
			z-index: 100;
			opacity: 1;
		}
		.tableContainer1 { height: 20px; }
		.tableContainer2 { overflow: none; }
	
	
	/*
	 * making left column with names sticky to left
	 */
		.topFixed .sticky-col.employeeName{
			opacity: 0;
			z-index: 0;
			background-color: #fff;
			content: '';
		}
		
		
		.sticky-col {
			position: sticky;
			background-color: white;
			z-index: 101;
		}
		.first-col{
			left: 0;
			z-index: 101;
		}
		.dailyRotaTable td.first-col{
			border-right: 2px solid #dee2e6 !important;
		}
	
		
	/**
	 * Adding shifts by dragging over table cells
	 * https://stackoverflow.com/questions/39405317/how-to-select-multiple-cells-from-table-in-horizontal-order-only
	 */
		.highlight {
			background-color: #d4edda !important;
		}
		
		

.inline-label{
	margin: 0 10px 0 10px;
}



td.staffRequired{
	background-color: #f8d7da;
}
td.staffSufficient{
	background-color: #d4edda;
}


.footer {
    /*margin-top: 50px;*/
}



/* Begining of pricing table */
/* #cls_issue */
/*body{margin-top:20px;}*/

.pricing-content{}
.single-pricing{
background:#fff;
padding:40px 20px;
border-radius:5px;
position:relative;
z-index:2;
border:1px solid #eee;
box-shadow: 0 10px 40px -10px rgba(0,64,128,.09);
transition:0.3s;
}
@media only screen and (max-width:480px) { 
.single-pricing {margin-bottom:30px;}
}
.single-pricing:hover{
box-shadow:0px 60px 60px rgba(0,0,0,0.1);
z-index:100;
transform: translate(0, -10px);
}
.price-label {
    color: #fff;
	background: #ffaa17;
	font-size: 16px;
	width: 150px;
	margin-bottom: 15px;
	display: block;
	-webkit-clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
	clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
	margin-left: -20px;
	position: absolute;
	top: 100px;
}
.price-head h2 {
	font-weight: 600;
	margin-bottom: 0px;
	/*text-transform: capitalize;*/
	font-size: 26px;
}
.price-head span {
	display: inline-block;
	background:#ffaa17;
	width: 6px;
	height: 6px;
	border-radius: 30px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.price {
	font-weight: 500;
	font-size: 50px;
	margin-bottom: 0px;
}
.single-pricing{}
.single-pricing h5 {
	font-size: 14px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.single-pricing ul{
list-style: none;
margin-bottom: 20px;
margin-top: 30px;
}

.single-pricing ul li{line-height: 35px;}
.single-pricing a {
background:none;
border: 2px solid #ffaa17;
border-radius: 5000px;
color: #ffaa17;
display: inline-block;
font-size: 16px;
overflow: hidden;
padding:10px 45px;
text-transform: capitalize;
transition: all 0.3s ease 0s;
}
.single-pricing a:hover, .single-pricing a:focus{
background:#ffaa17;
color:#fff;
border: 2px solid #ffaa17;
}
.single-pricing-white{background: #232434}
.single-pricing-white ul li{color:#fff;}
.single-pricing-white h2{color:#fff;}
.single-pricing-white h1{color:#fff;}
.single-pricing-white h5{color:#fff;}

/* end of pricing table */



/* ======================================= */
/* favicons */

/* dark icon invisible */
.shift-note .fas.fa-sticky-note{
    display: none;
}

/* light icon visible inside tooltip */
.shift-note.tooltip{
	opacity: 1;
	border-bottom: none;
}

/* light icon invisible on parent hover*/
.shift-note:hover .far.fa-sticky-note{
    display: none;
}

/* dark icon visible on parent hover*/
.shift-note:hover .fas.fa-sticky-note{
    display: inline;
}

/* overwrite bootstrap style */
tr.darkRow{
	background-color: #c6c8ca;
}


tr.endOfGroup td{
	height: 2px !important;
	padding: 2px !important;
}


.bg-primary {
	background-color: #ffef00 !important;
	background-color: #fff !important;
}


.masthead .masthead-avatar {
    width: auto;
	height:600px;
}

/* #yellow_design */
/*
#indexHeadBlock{
	position:relative;
	background-color:#fed805; 
    width: 100%;
	height: 500px;
	padding: 0px 0px;
}
*/

#indexHeadBlock{
	position:relative;

	/*background-image: url('/img/indexblocktiny.png');*/
	background-image: url('/img/index-flag-background.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
 
    width: 100%;
	padding: 0px 0px;
}


.heading-left{
	position:absolute;bottom:30px;left:0;
}
.heading-right{
	position:absolute;bottom:30px;right:0;
}

.portfolio-items .btn{
	margin: 5px 0 5px 0;
}

.blog-post-title{
	margin-top: 20px;
}

.blog-headline,
.subheading{
	color: #fff;
}

.category-card{
	margin-bottom: 10px;
}


#seat-plan{
	/*margin-top: 40px;*/
	margin-bottom: 40px;
}

#seat_legend{
	margin-bottom: 20px;
}

#teacher{
	margin-bottom: 20px;
}

#class{
	margin-bottom: 20px;
}

#seat_legend, #teacher, #class, #door, #caffee-bar {
	text-align: center;
}

.seatRow{
	margin-top: 30px;
}

.seat{
	display:inline-block;
	width:50px;
	cursor:pointer;
}


.seat img{
	width:100%;
	height:auto;
}

.legend_seat{
	width: 140px;
	display:inline-block;
}

.legend_seat .seat{
	width: 25px;
}

#door{
	margin: 20px 0;
}

#door a{
	/*
	background-image: url('/img/seats/double-door-closed.png');
	background-image: url('/img/seats/door-closed-zkosene.png'); 
	background-image: url('/img/seats/door-closed-white-bckg.png'); 
	background-image: url('/img/seats/door-closed-extra-zkosene.png');
	background-image: url('/img/seats/door-closed.png'); 
	background-image: url('/img/seats/door-closed-gray-bckg.png');
	*/
	background-image: url('/img/seats/door-closed-100.png');
}

#door a:hover{
	background-image: url('/img/seats/double-door-opened.png');
	background-image: url('/img/seats/door-opened-gray-bckg.png');
}

#door a{
	display: inline-block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 100px 100px;
}


/*
CAFFEE
*/	
	
	#caffee{
		width:100%;
		position: relative;
	}
	
	.table-pack{
		position: relative;
	}
	.table-pack-content{
		position: relative;
		width: 270px;
		height: 270px;
		margin: 0 auto;
	}
	
	.seat-caffee, .vcaffee-table, .vcaffee-plant{
		position: absolute;
		width:50px;
	}
	.vcaffee-table{
		position: absolute;
		top: 80px;
		left: 80px;
		width:75px;
	}
	
	.seat-caffee:hover{
		width: 55px;
		cursor: pointer;
	}
	
	.seat-caffee .seat-image,
	.vcaffee-table img, 
	.vcaffee-plant img{
		width:100%;
		height:auto;
	}
	.caffee-bar{
		width: 200px;
		height: 50px;
	}
	
	
	.up-seat{
		rotate: 180deg;
		top:0px;
		left:95px;
	}
	.left-seat{
		rotate: 90deg;
		top:90px;
		left:0px;
	}
	.right-seat{
		rotate: 270deg;
		top:90px;
		left:185px;
	}
	.bottom-seat{
		top:185px;
		left:95px;
	}
	
	.up-seat div{
		rotate: 180deg;
	}
	.left-seat div{
		rotate: 270deg;
	}
	.right-seat div{
		rotate: 90deg;
	}
	.bottom-seat div{
		rotate: 0deg;
	}
	
/* CAREER */
	#career h1, #career h2, #career h3, #career h4, #career h5, #career h6 {
		/*font-family: "Nunito", sans-serif;*/
		font-family: "CTGatesHeavy", sans-serif;
	}

	#career h1{
		margin: 0;
		font-size: 48px;
		font-weight: 700;
		color: #012970;
		line-height: 1.2;
	}
		
	/*h1, h2, h3, h4, h5, h6 {
		font-family: "Nunito", sans-serif;
	}*/

	#career h2{
		color: #444444;
		margin: 15px 0 0 0;
		font-size: 26px;
		margin-top: 15px;
		margin-bottom: 0.5rem;
		font-weight: 500;
		line-height: 1.2;
	}

	
	@media (max-width: 600px) {
		
		.table-pack-content{
			width: 160px;
			height: 180px;
		}
		
		.vcaffee-table{
			width:50px;
			top: 55px;
			left: 55px;
		}
		
		.up-seat{
			top:0px;
			left:55px;
		}
		.left-seat{
			top:55px;
			left:0px;
		}
		.right-seat{
			top:55px;
			left:110px;
		}
		.bottom-seat{
			top:110px;
			left:55px;
		}
		
	}




.resizeImage:hover{
   color: #424242; 
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(2);
  -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Safari and Chrome */
}













/*
@media (min-width: 768px){
	.container-md, .container-sm, .container {
		max-width: 100%;
	}
}

@media (min-width: 576px){
	.container-sm, .container {
		max-width: 540px;
		max-width: 100%;
	}
}
*/


/*
section .container, 
section .container-fluid, 
section .container-xxl, 
section.container-xl, 
section .container-lg, 
section .container-md, 
section .container-sm {
    --bs-gutter-x: 30px;
}
*/


/**
 * Evaluation
 */
#evaluations{
	padding: 20px;
    background:#eee;
}

/**
 * TESTS
 */
input::placeholder {
  color: #dcdcdc;
  color: black;
  opacity: 0.5;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #dcdcdc;
	color: black;
	opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #dcdcdc;
	color: black;
	opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #dcdcdc;
	color: black;
	opacity: 0.5;
}
:-moz-placeholder { /* Firefox 18- */
	color: #dcdcdc;
	color: black;
	opacity: 0.5;
}
.hint{
	font-size: 10px;
	line-height: 14px;
}


@media (min-width: 0) {
    .g-mr-15 {
        margin-right: 1.07143rem !important;
    }
}
@media (min-width: 0){
    .g-mt-3 {
        margin-top: 0.21429rem !important;
    }
}

.g-height-50 {
    height: 50px;
}

.g-width-50 {
    width: 50px !important;
}

@media (min-width: 0){
    .g-pa-30 {
        padding: 2.14286rem !important;
    }
}

.g-bg-secondary {
    /*background-color: #fafafa !important;*/
	background-color: #fff !important;
}

.u-shadow-v18 {
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
}

.g-color-gray-dark-v4 {
    color: #777 !important;
}

.g-font-size-12 {
    font-size: 0.85714rem !important;
}

.media-comment {
    margin-top:20px
}
.media-body{
	text-align: left;
}
/**
 * evaluation ends
 */
 
 
@media (max-width: 600px){

	.carousel .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.carousel .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#calendar-carousel .carousel-caption{
		font-size: 12px;
	}
	#calendar-carousel .carousel-caption h1,
	#calendar-carousel .carousel-caption h2,
	#calendar-carousel .carousel-caption h3,
	#calendar-carousel .carousel-caption h4{
		font-size: 16px;
	}
	
	#calendar-carousel .carousel-caption {
		top: 30px;
	}
	
	.carousel-control-prev{
		left:-10px;
	}
	.carousel-control-next{
		right:-10px;
	}

}

@media (max-width: 768px){
	.carousel .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.carousel .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#calendar-carousel .carousel-caption{
		font-size: 12px;
	}
	#calendar-carousel .carousel-caption h1,
	#calendar-carousel .carousel-caption h2,
	#calendar-carousel .carousel-caption h3,
	#calendar-carousel .carousel-caption h4{
		font-size: 14px;
	}
	#calendar-carousel .carousel-caption.carousel-caption-month h3 {
		font-size: 16px;
	}
	#calendar-carousel .carousel-caption {
		top: 30px;
	}
	.carousel-control-prev{
		left:-10px;
	}
	.carousel-control-next{
		right:-10px;
	}
}

@media (min-width: 768px) {
	footer.sticky-footer {
		width: calc(100% - 90px);
	}
} 
	
	
	
/* FAQ - questions */
	#faq_section .badge{
		background-color: #fed805;
		color: #000;
		border: 2px solid #000;
	}
	
	/*
	#faq_section a {
		color: #36454F;
		text-decoration: none;
	}
	
	#faq_section .collapse.in {
		display: block;
	}
	
	#faq_section .panel-group .panel {
		margin-bottom: 0;
		border-radius: 4px;
	}
	
	#faq_section .panel-group .panel+.panel {
		margin-top: 5px;
	}

	#faq_section .panel {
		margin-bottom: 20px;
		background-color: #fff;
		border: 1px solid transparent;
		border-radius: 4px;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
		box-shadow: 0 1px 1px rgba(0,0,0,.05);
	}
	
	#faq_section .panel-default {
		border-color: #ddd;
	}

	#faq_section .panel-default>.panel-heading {
		color: #333;
		background-color: #f5f5f5;
		border-color: #ddd;
	}

	#faq_section .panel-group .panel-heading {
		border-bottom: 0;
	}
	#faq_section .panel-heading {
		padding: 10px 15px;
	}
	
	#faq_section .panel-default>.panel-heading+.panel-collapse>.panel-body {
		border-top-color: #ddd;
	}

	#faq_section .panel-group .panel-heading+.panel-collapse>.list-group, 
	#faq_section .panel-group .panel-heading+.panel-collapse>.panel-body {
		border-top: 1px solid #ddd;
	}
	#faq_section .panel-body {
		padding: 15px;
	}
	*/
	

#testResultGif { 
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:1;
}


/* fix menu to be scrollable on small devices */
@media (min-width: 992px){
	.px-lg-3 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
}


@media (max-width: 1200px){
	#mainNav{
		font-weight: 600;
		font-size: 14px;
	}
	#avatarBubbleTopPage{
		left: inherit;
		right: 20%;
	}
	#avatarTopPage{
		left: inherit;
		right: 30%;
	}
}


@media (max-width: 1100px){
	#mainNav{
		font-weight: 600;
		font-size: 12px;
	}
	
}


/* 24.01.2024 */
/* fix menu to be scrollable on small devices */
@media (max-width: 1200px){
	
	/* #TopPageStyle */
	#indexHeadBlock{
		height: 515px;
		background-image: none;
		background-color:#fed805; 
	}
	
	#avatarBubbleTopPage,
	#avatarTopPage{
		display: block;
	}

	#h1element{
		top: 25px;
		left: 10px;
		right: inherit;
	}
	#h1element h1{
		font-size: 16px;
	}
	#h1element2{
		top: 25px;
		left: 10px;
		left: 100px;
		right: inherit;
		padding: 5px;
		margin: 5px;
	}
	/*
	#h1element2 h1{
		font-size: 16px;
	}
	*/
	#pelement{
		width: 550px;
		left: 105px;
		background-color: rgba(254, 209, 5, 0.5);
		border-radius: .4em;	
		color: #36454F;
		text-shadow: 0.7px 0.7px #fff;
		font-weight: bold;
		line-height: 1.3;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.175) !important;
		
	}
	
	
	#avatarBubbleTopPage{
		display: block;
		left: inherit;
		right: 0%;
	}
	#avatarTopPage{
		left: inherit;
		right: 10%;
	}
	
	
	
	.linkWrapper.right{
		display: none;
	}
	
	.productIconWrapper{
		height: 50px;
		width: 50px;
	}
	
	#vclassElement,
	#vcafeElement,
	#youtubeElement,
	#testElement,
	#membershipElement,
	#levelTestElement,
	#popularElement
	{
		font-size: 17px;
		font-weight: bold;
	}
	
	#vclassElement,
	#vcafeElement,
	#youtubeElement,
	#testElement,
	#membershipElement,
	#levelTestElement,
	#popularElement
	{
		left: 65px;
	}
	
	.vclassElement .productIconWrapper,
	.vcafeElement .productIconWrapper,
	.youtubeElement .productIconWrapper,
	.testElement .productIconWrapper,
	.membershipElement .productIconWrapper,
	.levelTestElement .productIconWrapper,
	.popularElement .productIconWrapper{
		left: 15px;
	}
	
	
	.vclassElement .productIconWrapper,
	#vclassElement{
		bottom: 345px;
	}
	
	.vcafeElement .productIconWrapper,
	#vcafeElement{
		bottom: 290px;
	}
	.youtubeElement .productIconWrapper,
	#youtubeElement{
		bottom: 235px;
	}
	.testElement .productIconWrapper,
	#testElement{
		bottom: 180px;
	}
	
	
	.popularElement .productIconWrapper{
		bottom: 120px;
	}
	#popularElement{
		right: inherit;
		bottom: 120px;
	}
	
	.levelTestElement .productIconWrapper{
		bottom: 65px;
	}
	#levelTestElement{
		right: inherit;
		bottom: 65px;
	}
	
	.membershipElement .productIconWrapper{
		bottom: 10px;
	}
	#membershipElement{
		right: inherit;
		bottom: 10px;
	}
	
}

/* fix menu to be scrollable on small devices */
@media (max-width: 991.98px){
	#navbarResponsive{
		height: 300px;
		overflow-y: scroll;
	}
	#mainNav .navbar-nav li.nav-item a.nav-link {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/*
	.youtubeStreamIcon{
		width: 60px;
	}
	.youtubePlusThumbnail{
		width: 70px;
	}
	*/
	
	#h1element2 h1{
		font-size: 45px !important;
		font-weight: 700;
		line-height: 1;
	}
	
	#pelement{
		width:500px;
		left: 105px;
	}
	
	.accordion {
		margin: 0.2rem 0.2rem;
	}
	.accordion-body {
		padding: 0.2rem 0.2rem;
	}
	
}


@media (max-width: 600px){
	#indexHeadBlock{
		height: 550px;
	}
	
	#avatarBubbleTopPage{
		display: block;
		left: inherit;
		right: 0%;
		top: 30%;
		width: 150px;
	}
	#avatarTopPage{
		left: inherit;
		right: 0%;
	}
	
	#pelement{
		top: 150px;
		width: 78%;
	}
	
	#avatarBubbleTopPage{
		display: none;
	}
	
	.productTab.nav-link{
		padding: 0.6rem;
	}
	.productTabIconWrapper{ 
		padding: 12px !important;
	}
	.productTabIconWrapper i{ 
		font-size: 24px; 
		font-weight: 900;
	}
	.productTabNameWrapper{ 
		font-size: 12px; 
		font-weight: bold;
	}
	
	.modal-header-logo{ 
		display: none;
	}
	
}

@media (max-width: 550px){
	#indexHeadBlock{
		height: 550px;
	}
	#h1element2 h1{
		font-size: 45px !important;
		font-weight: 700;
		line-height: 1;
	}
	
}


@media (max-width: 500px){
	/*
	#h1element2 h1{
		font-size: 26px !important;
		font-weight: 400;
		line-height: 1;
	}
	*/
	
	#indexHeadBlock{
		height: 570px;
	}
	
	#h1element2{
		top: 25px;
		left: 10px;
		right: inherit;
		padding: 5px;
		margin: 5px;
	}
	
	#pelement{
		text-align: justify;
		position: absolute;
		top: 140px;
		left: 70px;
		width: 77%;
		background-color: rgba(254, 209, 5, 0.5);
		border-radius: .4em;	
		color: #36454F;
		text-shadow: 0.7px 0.7px #fff;
		font-weight: bold;
		line-height: 1.3;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.175) !important;
	}
	
	#avatarBubbleTopPage{
		display: none;
	}
	
	.playVideoIcon,
	.playVideoIconLoginNotRequired{
		width: 26px;
		left: 45%;
	}
	
	table#sub_advantages tbody,
	table#sub_advantages > :not(caption) > * > * {
		padding: 0rem 0.5rem;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	table#sub_advantages tbody th,
	table#sub_advantages tbody td{
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 14px;
	}
	
}