form{
	position: relative;
}

.form-overlay{
	
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 1;
 	text-align: center;
 	 -webkit-animation-duration: 0.2s; /* Chrome, Safari, Opera */
    animation-duration: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
  
	
}

.navbar-brand-logo,.navbar-brand-logo-mini{
	width: auto !important;
	height: 40px !important;
	min-width: auto !important;
	min-height: auto !important;
	max-width: 600px !important;
}

.navbar-vertical-aside .navbar-brand-wrapper{
	padding-left: 22px !important;

}

.front-logo{
	width: 160px;
	height: 160px;
}

.page-header.no-bottom-border{
	border-bottom: none;
	margin-bottom: 0;

}

.row.form-group .invalid-feedback{
	padding-right: 15px;
	padding-left: 15px;
}

.flatpickr-calendar.hasTime.noCalendar{
	width: 80%;
	overflow: auto;
}

.noshow{
	display: none;
}
.flatpickr-calendar.hasTime.noCalendar .flatpickr-time{
	border: none;
}
h1 small{
	font-size: .875rem;
	color: #677788;
}

.list-tasks > .card{



}

.noitems{
	background: #f9fafc!important;
	text-align: center;
	padding: 40px;
}

.site-overlay{
	display: none;
	pointer-events:none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	width: 100vw;
	height: 100vh;
	background-color: rgba(19,33,68,.25);
}

.site-overlay.show{

	pointer-events: all;
}

body.panel-opened .site-overlay{
	display: block;
}


#rightPanel{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 600px;
	height: 100%;
	background: white;
	z-index: 1001;
	animation-duration: 300ms;
}

body.panel-opened{
	overflow: hidden;
}

.colorpicker-bs-popover{
	z-index: 120;
}

body.panel-opened #rightPanel{
	display: block;
}

#dateSelectorButton.flatpickr-custom .flatpickr-calendar{
	left: auto !important;
	right: 0 !important;
}

.alert-toast{
	position: fixed !important;
	top: 20px !important;
	right: 20px !important;
	z-index: 99999 !important;
	width: 300px !important;
}

.navbar-vertical-content{
	height: auto!important;
	overflow-y: hidden!important;
}

.list-answers li{
	padding-left: 0!important;

}

.table-last-col-action tbody tr td:last-child{
	text-align: right;
	white-space: nowrap;
}

#fbShareImage{
	width: 0;
	height: 0;
	overflow: hidden;
}

#fbShareContainer{
	width: 1200px;
	height: 630px;
	margin:0;
	padding:0;
}

#fbShareContent{
	background: url('../img/site-background.jpg') top center no-repeat;
	background-size: cover;
	width: 1200px;
	height: 630px;
	margin:0;
	padding:0;

}

#fbShareContent .question{
	font-size: 45px;
	font-weight: 600;
	color: white;
}

#fbShareContent .game-button{
	display: -webkit-flex;
	display: flex;
	text-decoration: none;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.7);
	font-family: 'Roboto', sans-serif;

	color: black;
	border-radius: 8px;
	margin-bottom: 30px;
	font-size: 27px;
	text-align: center;

	font-weight: 500;
	height: 75px;
	box-sizing: border-box;



}

.list-materiale .card-header{
	background: transparent;

}

.list-materiale .card-body i{
	font-size: 2.625rem;
}

.raspunsuri{

}

.raspunsuri .raspuns{
	border-left: 1px solid #ccc;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.raspunsuri .raspuns .raspuns{
	margin-left: 30px;
}

.raspunsuri .raspuns .mesaj{
	margin-top: 10px;
	background: #f5f5f5;
	padding: 20px;
	color: black;
}

.sticky-top{
	z-index: 100 !important;
}

#styleSwitcherDropdown{
	width: 35rem;
}

@media (max-width: 767.98px){
	#styleSwitcherDropdown{
		max-width: 90%;
	}

}

	#antetUe{

	border-bottom: 1px solid #e7eaf3;
}

@media (min-width: 576px){
	.row.form-group .invalid-feedback {
		margin-left: 25%;

	}
}
