/* GENERAL STYLES FOR VISITAPP EMPRESARIAL */
body{
	background-color: #f5f5f5;
	padding-top: 25px;
}
.h3, .h2, .h4{
	font-weight: 700;
}
a.btn-add{
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 60px;
	right: 60px;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}
a.btn-add-primary{
	background-color: #437AF8;
	color: #FFFFFF;
}
a.btn-add-primary:hover{
	background-color: #437AF8;
	color: #FFFFFF;
}
.status-bar-bottom.success{
	height: 5px;
	background-color: #38ef7d;
	width: 100%;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.status-bar-bottom.danger{
	height: 5px;
	background-color: #E13348;
	width: 100%;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}	
.l-h-16{
	line-height: 16px;
}
.l-h-20{
	line-height: 20px;
}
a.btn-more-vert i{
	background-color: rgba(0,0,0,0.2);
	color: #FFF;
	width: 30px !important;
	min-height: 30px !important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.dd-dropdown{
	display: none;
	position:absolute;
	top:60px;
	width:50%;
	right:20px;
	background-color:#fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	border-radius: 4px;
	z-index: 999;
}
.dd-dropdown .list-unstyled li{
	padding: 8px 10px;
	border-bottom: 1px solid #f5f5f5;
}
.list-unstyled{
	margin-bottom: 0px;
}
.card{
	border: transparent;
}
.box-shadow-light{
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
.box-shadow-lighter{
	box-shadow: 0px 1px 4px rgba(0,0,0,0.05);
}
/* Viewport Height 85% */
.vh-65{
	height: 85vh;
}
.vh-85{
	height: 85vh;
}

/* Overflow Scroll */
.of-s{
	overflow-y: scroll;
}
/* Position Relative */
.p-relative{
	position: relative;
}
/* First Letter Capitalize */
.f-l-c:first-letter{
	text-transform: uppercase;
}
.outline-card{
	background-color: transparent;
	border: 2px solid rgba(255,255,255,0.3);
}
.flash-message{
	padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    z-index: 1033;
    margin-top: -120px;
    position: fixed;
    width: 25%;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    left: 37.5%;
    transition: all .5s ease;
}
.flash-message.show{
	margin-top: 20px;
	transition: all .5s ease;
}
.field_with_errors input{
	border: 1px solid #dc3545!important;
}
.field_with_errors input:focus{
	color: #495057;
    border: 1px solid #80bdff!important;
    outline: 0;
}
.field_with_errors label{
	color: #dc3545!important;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .15rem;
    transition: all .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.inputfile:focus + label,
.inputfile + label:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    cursor: pointer;
}
.delete-button{
	background: #fff;
    display: flex;
    padding: 0;
    color: #777;
    cursor: pointer;
}
.delete-button:hover{
    color: #999;
}

.searcher-icon{
	margin-left: -40px;
}

/* Swal Content */
.swal-footer{
	text-align: center !important;
}

/* LOGIN */
.login-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-content{
	width: 95%;
	margin-top: 30%;
	background-color: #FFF;
	height: auto;
	justify-content: center;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

.tickets-left-side{
	height:85vh;
	overflow-x:scroll;
}
.new-ticket-wrapper, .new-response-wrapper{
	position: absolute;
	bottom: 0px;
	height: 70px;
	max-height: 70px;
	width: 100%;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px -2px 3px rgba(0,0,0,0.1);
	background-color: #FFFFFF;
}
.new-response-wrapper{
	height: 100px;
	width: 100%;
	padding: 0px 20px;
	justify-content: space-between;
	z-index: 9999;
}

.year, .month, .day{
	display: inline-block;
    width: 33%;
    height: 36px;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.plates-card{
	height: 190px;
}
.car-card{
	height: 190px;
}
.payments-card{
	height: 165px;
}
.visitor-card{
	height: 290px;
}
.visitors-show-card{
	height: 230px;
}
.d-flex-custom{
	display: flex;
}

/* Custom checkbox */
input#company_trial{
	opacity: 0;
}
input#company_trial ~ .checkmark{
	position: relative;
	background-color: #f5f5f5;
	width: 50px; height: 30px;
	border: 2px solid #ccc;
	background: #fff;
	border: 1px solid #ccc;
	border-radius:17px;
	display: flex;
	align-items: center;
}
.checkmark:before{
	content: 'No';
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	background-color: #B0BEC5;
	color: #FFFFFF;
	left: 2px;
	transition: all .5s ease-in;
	cursor: pointer;
}
.checkmark.on:before{
	content: 'Si';
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	background-color: #43A047;
	color: #FFFFFF;
	left: inherit;
	right: 2px;
	transition: all .5s ease-in;
	cursor: pointer;
}
/* End Custom checkbox */

.card-job{
	height: 170px;
}

.modal-dialog.modal-full{
	max-width: 100% !important;
	margin: 0px auto;
}
.modal-dialog.modal-full > .modal-content{
	height: 100vh;
	border-radius: 0;
	background-color: #f5f5f5;
}

.statistics-card-icon{
	font-size: 2.9em;
    margin: 0px .3em;
    color: purple;
}


/* Show Car */
.main-icon-show{
	font-size: 4em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	color: #868e96;
}
.main-icon-show.active{
	border: 3px solid #38ef7d;
}



@media screen and (min-width: 768px) {
    .login-content{
		width: 40%;
		margin-top: 6%;
	}

	.forgot-password-wrapper, .change-password-wrapper{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100vh;
		margin-top: -25px;
	}
	.forgot-password-content, .change-password-content{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 35%;
		margin-top: 6%;
	}
	.change-password-content{
		margin-top: 0px;
	}

	.success-change-password{
		min-height: 100vh;
		display: flex;
		justify-content: center;
		margin-top: -25px;
		/*background-color: #00E676;*/
	}
	.success-change-password-content{
		margin-top: 14%;
	}
	a:visited{
		color: inherit;
	}
	a:hover{
		background-color: inherit;
	}

}


