html { height: 100%; overflow:auto; }
body { height: 100%; }
@media (min-width: 992px){
	.typo-line{
		padding-left: 140px;
		margin-bottom: 40px;
		position: relative;
	}
	
	.typo-line .category{
		transform: translateY(-50%);
		top: 50%;
		left: 0px;
		position: absolute;
	}
}
.sebm-google-map-container {
	height: 300px;
}
#map{
	position:relative;
	width:100%;
	height: calc(100% - 60px);
	margin-top: 70px;
}

.places-buttons .btn{
	margin-bottom: 30px
}

.space-70{
	height: 70px;
	display: block;
}

.tim-row{
	margin-bottom: 20px;
}

.tim-typo{
	padding-left: 25%;
	margin-bottom: 40px;
	position: relative;
}
.tim-typo .tim-note{
	bottom: 10px;
	color: #c0c1c2;
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	left: 0;
	margin-left: 20px;
	position: absolute;
	width: 260px;
}
.tim-row{
	padding-top: 50px;
}
.tim-row h3{
	margin-top: 0;
}
@media (min-width: 992px){
	
	.typo-line{
		padding-left: 140px;
		margin-bottom: 40px;
		position: relative;
	}
	
	.typo-line .category{
		transform: translateY(-50%);
		top: 50%;
		left: 0px;
		position: absolute;
	}
}
.material-switch {
	margin-top: 7px;
}
.btn-selectpicker {
	color: white !important; 
	overflow: hidden !important;
}
.open>.dropdown-menu {
	display: inline !important;
}

.material-switch > input[type="checkbox"] {
	display: none;   
}

.material-switch > label {
	cursor: pointer;
	height: 0px;
	position: relative; 
	width: 40px;  
	margin-left: 10px;
}

.material-switch > label::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	content: '';
	height: 16px;
	margin-top: 0px;
	position:absolute;
	opacity: 0.3;
	margin-left: -39px;
	transition: all 0.4s ease-in-out;
	width: 40px;
}
.material-switch > label::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content: '';
	height: 24px;
	left: -50px;
	margin-top: 0px;
	position: absolute;
	top: -4px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
	background: inherit;
	opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
	background: inherit;
	left: -15px;
}

.main-content{
	margin-top: -30px !important;
}

.toolbar{
	text-align: center;
}

.loader{
	top: 100px;
}

.navbar-toggle{
	bottom: 20px;
}

.card-header-text{
	display:inline-block !important;
}


.form-group.is-focused .form-control {
	background-image: linear-gradient(#429ef5, #429ef5), linear-gradient(#D2D2D2, #D2D2D2);
}

.swal2-confirm{
	padding: 10px !important;
}


.swal2-cancel{
	padding: 10px !important;
}

.btn.focus, .btn:focus, .btn:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.cell-bordered{
	border: 1px solid #ddd !important;
}
th.cell-bordered{
	color: #27982c !important;
}
.btn-icon{
	border-radius: 30px;
	padding: 3px;
}
.btn-normalize{
	width: 113px !important;
	text-transform: uppercase !important;
}
.label-select{
	padding: 0px;
}
.vertical-center{
	vertical-align: middle !important;
}
.btn-cookies{
	padding: 10px 35px !important;
	font-size: 20px !important;
}
.icon-image{
	width: 25px !important;
}
.icon-image-card{
	width: 30px !important;
	margin-top: -10px;
}
.btn-margin{
	margin-bottom: 15px !important;
	margin-left: 15px !important;
	position: absolute;
	right: 0;
}
.div-button{
	height: 50px;
}
.full-page-background {
	background-attachment: fixed;
}