/* Utilities */

.text-danger,
.alert-danger {
	color: red;
}

.text-success,
.alert-success {
	color: green;
}

label {
	display: block;
}

input {
	display: block;
}

.daterangepicker {
	display: none;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	opacity: 0.4;
}

.hidden {
	display: none;
}

.p-\[15px\] {
	padding: 15px;
}

/* Header */
.p-\[15px\] {
	padding: 15px;
}
.stay-open {
	z-index: -1;
}

.stay-open.show {
	z-index: 999;
}

/* Other */

.durations-button {
	display: inline-block;
}

/* Loading */

.loading {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 300;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
}

.loading.active {
	display: block;
}



.spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
}

.cube-1, .cube-2 {
	background-color: #0095da;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube-2 {
	animation-delay: -0.9s;
}

@keyframes sk-cubemove {

	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
	}

	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg);
	}

	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
	}

	75% {
		transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
	}

	100% {
		transform: rotate(-400deg);
	}
}

/* For JS */

.vehicle-lists-button {
	display: none;
}

.vehicle-lists-button.active {
	display: block;
}

.owner-step {
	display: none;
}

.owner-step.active {
	display: block;
}

.first-duration-col {
	text-transform: uppercase;
}

.second-duration-col {
	text-transform: uppercase;
}
.tooltip-decontare{
	display: none;
}
.dec-direct .tooltip-decontare{
	display: inline-block;
	padding-left: 5px;
}
.table th .dec-direct{
	font-size: 11px;
	margin-bottom: -17px;
	cursor: pointer;
}
.table th .th-subtext{
	font-size: 11px;
	margin-bottom: -17px;
	cursor: pointer;
}
.table th .th-suptext{
	font-size: 11px;
	/*margin-top: -17px;*/
	cursor: pointer;
}
.input-reseteaza-parola input{
	border-radius: 10px;
	border: 2px solid #e5eced;
	-webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
	box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
	color: #0081c5 !important;
	/* padding-left: 37px; */
	font-size: 14px;
	width: 100%;
	height: 55px;
	padding: .375rem .75rem;
}

@media only screen and (min-width: 1200px) {
	.margin-bifa{
		margin-top: -17px;
	}
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.upload-custom {
	border: 2px solid #5cad33;
	color: white;
	background-color: #5cad33;
	padding: 8px 10px;
	border-radius: 8px;
	font-size: 14px;
}

/*.upload-btn-wrapper input[type=file] {*/
/*font-size: 100px;*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*opacity: 0;*/
/*}*/

@media (min-width: 576px){
	.modal-dialog {
		max-width: 60vw !important;
	}
	.modal .modal-dialog.modal-carte-verde {
		max-width: 650px !important;
	}
	.modal .modal-dialog.modal-dialog-style-delta {

		max-width: 550px !important;
		border-radius: 10px;
	}
}
.modal .modal-dialog.modal-carte-verde h5{
	padding: 3px 40px 0 40px;
}
@media screen and (max-width:992px){
	.modal .modal-dialog.modal-carte-verde h5{
		font-size: 24px;
		padding: 15px 40px 0 40px;
	}
}
/* Alerts */

.alert.alert-danger,
.alert.alert-success {
	display: block;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

/* Logged in as */

.logged-in-as {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.logged-in-as a {
	display: block;
	padding: 15px;
	background: red;
	color: white;
}

/* Editor content */

.editor-content img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

/* Form validation */

.form-group.has-error input {
	/*border-color: red;*/
}

.form-group .form-group-alert {
	display: none;
}

.form-group.has-error .form-group-alert {
	display: block;
	color: #dc3545;
	position: absolute;
	font-size: 12px;
}
.underlined-url{
	margin:0 auto 1rem auto;
	display: block;
	text-align: center;
	text-decoration: underline;
	color:#000000;
	padding:0;
	text-transform: uppercase;
}
/*.green_border{*/
	/*border:1px solid #5cad33!important;*/
/*}*/
.blue_border{
	border:1px solid #0095da!important;
}

.listprodnolink .list-hidden{
	display: none;
}
.listprodnolink{
	cursor: pointer;
}
.blue-box.zoom-box li a{
	color: white;
	text-decoration: none;
}
.blue-box.zoom-box li a:hover{
	color: #072b4f;
	text-decoration: none;
}

.combodate select {
	background-color: #ffffff;
	background-clip: padding-box;
	border: 2px solid #e5eced;
	-webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
	box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
	color: #0081c5 !important;
	min-width:50px;
	padding:.375rem .75rem;
	line-height: 1.5;
	font-weight: 400;
	height: 55px;
	font-size: 14px;
}

.combodate select:focus,.combodate select:active,.combodate select:visited{
	border: 2px solid #e5eced;
	-webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
	box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
	outline:none;
}

.combodate{
	width:100%;
}
.combodate .day {
	width: 24%!important;
}
.combodate .month {
	width:24%!important;
}
.combodate .year {
	width:49%!important;
}
.log-in-row .log-in-panel {
	border-color: #D1ccDC;
	border-radius: 0;
}
.log-in-row .log-in-panel .register-account {
	font-size: 0;
	max-width: 540px;
	margin: 40px auto;
}
.log-in-row .log-in-panel .register-account a {
	font-size: 16px;
	display: inline-block;
	width: 270px;
	height: 60px;
	color: #424c55;
	border: 1px solid #d1ccdc;
	text-align: center;
	line-height: 58px;
}
.fb-login-title {
	color: #0E3B43;
}
.fb-login-title, .fb-login-title .text {
	position: relative;
	display: inline-block;
}
fb-login-title .text {
	z-index: 2;
	background: #fff;
	padding: 0 20px;
}
.fb-login-title:before, .fetchingData:after {
	content: '';
}
.fb-login-title:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 250px;
	height: 1px;
	background-color: #E5ECED;
}
.panel {
	margin-bottom: 22px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.log-in-row .log-in-panel .register-account a.active, .log-in-row .log-in-panel .register-account a:focus, .log-in-row .log-in-panel .regist er-account a:hover {
	background-color: #3060AB;
	border-color: #3060AB;
	color: #fff;
}
.panel-body form{
	width: 60%;
	margin: 0 auto;
	display: block;
}
.title-user-account, .title-user-contact {
	color: #424c55;
	font-size: 16px;
	line-height: 1.4285em;
	font-weight: lighter;
}
.log-in-panel .title-user-account, .title-user-account-heading {
	margin: 0 0 1em;
}
.log-in-panel .title-user-account.spacer-hook {
	margin-bottom: 25px;
}
.fb-login-title .text {
	z-index: 2;
	background: #fff;
	padding: 0 20px;
}
.panel-body {
	padding:2rem 1rem 4rem 1rem;
}
a.fb-login{
	width:60%;
	margin:0 auto;
}
@media (max-width: 1025px) {
	.panel-body form{
		width: 90%;
	}
	.g-recaptcha{
		width:100%!important;
	}
	.g-recaptcha div{
		width:100%!important;
	}
	.g-recaptcha div div{
		width:100%!important;
	}
	.g-recaptcha div div iframe{
		max-width:305px;
	}
	.m-resp-0{
		margin: 0!important;
		padding: 0!important;
	}
}
