html, body, header, .view {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	}

@media (max-width: 740px) {
	html, body, header, .view {
		height: 650px;
		}
	}

@media (min-width: 800px) and (max-width: 850px) {
	html, body, header, .view {
		height: 650px;
		}
	}

.container {
	flex: auto;
	}

@media only screen and (max-width: 768px) {
	.content {
		width: 100%;
		}
	}

body {
	background-color: rgba(158, 158, 158, 0.1);
	padding-top: 70px;
	}

.home-card {
	width: 250px;
	}

.dashboard_colorful {
	background: #73c0f1;
	/* Old browsers */
	background: -moz-linear-gradient(top, #73c0f1 0%, #379ee1 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #73c0f1 0%, #379ee1 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #73c0f1 0%, #379ee1 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73c0f1', endColorstr='#379ee1', GradientType=0);
	}

.social:hover {
	color: #e1f5fe;
	}

.section-header {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}

.section-header-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45639b+0,5d98aa+100 */
	background: #45639b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #45639b 0%, #5d98aa 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45639b 0%, #5d98aa 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45639b 0%, #5d98aa 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45639b', endColorstr='#5d98aa', GradientType=0);
	/* IE6-9 */
	}

/* ===== Auto ===== */

.packageTitle {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	}

.packageDetails {
	display: inline-block;
	width: 50%;
	}

.packageAddToCart {
	display: inline-block;
	text-align: center;
	width: 23%;
	}

.autoServices {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.autoServices li {
	padding: 5px 15px;
	}

.serviceChat {
	position: fixed;
	bottom: 0px;
	right: 24px;
	}

.rating {
	color: #ffa000;
	list-style-type: none;
	padding: 0;
	margin: 0px;
	}

.rating li {
	display: inline-block;
	}

.brandSlider div {
	outline: none;
	}

body.modal-open {
	overflow: hidden;
	}

.datepickers-container {
	z-index: 10000;
	}

.dp-note {
	position: absolute
	}

.dp-note {
	background: #5cc4ef;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 50%;
	bottom: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
	}

.-selected- .dp-note {
	bottom: 2px;
	background: #fff;
	opacity: .5
	}

.terms li {
	list-style-type: circle;
	}

.userSearchList {
	margin: 0;
	padding: 0;
	}

.userSearchList li {
	list-style-type: none;
	padding: 3px 15px;
	cursor: pointer;
	}

.userSearchList li:hover {
	background-color: #5c97ef;
	color: #ffffff;
	}


table.vertical-border {
	border-collapse: collapse;
	}

table.vertical-border tr { border: none; }

table.vertical-border td {
	border-right: solid 1px #aaa;
	border-left: solid 1px #aaa;
	}

table.vertical-border thead {
	border-bottom: solid 1px #aaa;
	font-weight: bold !important;
	}


#divButoane .btn:not(.btn-primary){
	background-color: #8a8a8a !important;
	}


.owl-item {
	padding-right: 5px;
	}


.adauga{
	color: #eeeeee !important;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-color: #212121;
	font-size: 28px;
	text-align: center;
	position: relative;
	top: -3px;
	margin-top: -20px;
	border: 1px #888888 solid;
	font-weight: bold;
	margin-left: 15px;
	}

.content > main{
	margin-bottom: 70px;
	}

.meniuApp {
	width: 25% !important;
	text-align: center;
	}

.meniuApp20 {
	width: 20% !important;
	text-align: center;
	}

.meniuAppLast{
	text-align: right !important;
	}


.slick-next {
	right: 5px !important;
	z-index: 10 !important;
	}

.slick-prev {
	left: 5px !important;
	z-index: 10 !important;
	}


.slick-slide {
	margin-left:5px;
	margin-right: 5px;
	}

.py-2 > div > h1, .py-2 > div > p {
	margin-bottom: 0px !important;
	}


div.table-responsive i {
	font-size: 20px;
	padding-left: 2px;
	padding-right: 2px;
	}
