﻿body {
    
}
p{
	margin-bottom: 5px;
}
input[readonly] {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
 }
.datepicker.dropdown-menu{
	z-index: 9999;
}
.small, small{
    font-size:85%;
}
.strong{
    font-weight:500;
}
.has-error .input-group-prepend,
.has-error .input-group-text {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ED5565;
    border-right-color: #ED5565;
}
.has-error .control-label {
    color: #ED5565;
}
.has-error .form-control {
    border-color: #ED5565;
}
.has-error .select2-dropdown, 
.has-error .select2-selection {
    border-color: #ED5565; /*a94442*/
}

.form-control{
    height: 35px;
    font-size: 14px;
    padding: 4px 12px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.hidden{
    display:none;
}



.alert{
    line-height:1.3;
}
.page-title span{
    color:#fff;
    font-size:14px;
}
.addSesion{
    cursor:pointer;
}

.be-top-header{
    background-color: #0071A2;
}
@media (max-width:768px){
    .be-top-header .be-right-navbar {
        background-color: #0071A2;
        border-bottom: 0;
    }
	.be-top-header .page-title {
    	display: inherit;
		text-align: center;
	}
}


header{
    background-color:#0071A2;
}
footer{
    text-align:center;
    padding:15px;
}
.content-screen{
    background-color:#eee;
}



/*
.be-navbar-header, .be-right-navbar {
    background: #1A732E;
}
*/


.be-icons-nav > li.dropdown > a .icon,
.be-icons-nav > li > a .icon  {
    color: #fff;
    font-size:22px;
    vertical-align: middle;
}

.imagen {
    padding: 15px 15px 15px 15px;
}

.be-left-sidebar .sidebar-elements > li ul li.active > a {
    color: #fff;
    background-color: #30934b;
}
.be-left-sidebar .sidebar-elements > li ul li > a:hover {
    /*background-color: #f0f0f0;
    color: #696969;*/
}
.be-left-sidebar .sidebar-elements > li.active > a, 
.be-left-sidebar .sidebar-elements > li.active > a > span{
    color: #45b163;
}
.be-left-sidebar .sidebar-elements > li.active{
    background-color:#f0f0f0;
}


/*
.carrusel{
    padding: 10px 30px 0px 30px;
}
*/
.card{
    border-radius: 0px;
}
.card-header{
    font-size: 16px;
}

.letras-menu{
    color: #fff;
    margin: 5px;
}
.be-top-header .navbar-nav > li > a.nav-link:hover, .be-top-header .navbar-nav > li > a.nav-link:focus{
    background-color: #30934b;
}



.be-icons-nav > li.dropdown.show > a .icon{
    color:#fff;
}
.be-notifications .notification > a .notification-info{
    padding-left: 0px
}
.be-notifications .notification.notification-unread{
    background-color: #e5ffeb;
}
.be-notifications .notification:hover{
    background-color: #1A732E;
}

.cuerpo{
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.card-custom{
    margin:0px;
}
.card-contrast .card-header.card-header-featured{
   
}

.datepicker.dropdown-menu {
    padding: 10px 15px;
}

.form{
    margin-top:5%;
}
.list-steps{
    display:flex;
    margin:25px 0 5px;
    padding-left:0;
}
.list-steps li{
    display:inline-flex;
    padding:5px 10px;
    margin-right:5px;
    text-transform:uppercase;
    width:100%;
    background-color:#f2f2f2;
    border-bottom:3px solid #cdcdcd;
}
.list-steps li.active {
    border-color:#45b163;
    font-weight:500;
}

.left-sidebar-content .card{
	margin-bottom: 0;
}
.left-sidebar-content .card-header{
	position: relative;
	padding-left: 35px;
}
.left-sidebar-content .politicas ul{
	padding-left: 0;
	padding-top: 10px;
}

.list-group-item{
	padding: 8px 15px;
}
.number {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #2a4045;
    color: #fff;
    line-height: 54px;
    text-align: center;
}

.list-rental{
	margin: 21px 20px 15px 0;
}
.list-rental i{
	color: #f0c540;
	font-size: 18px;
	position: relative;
	top: 4px;
}
.list-rental li.info {
    margin-right: 15px !important;
}
.list-rental li.info span{
    margin-left: 4px !important;
    text-transform: uppercase;
}

.price-renta{
	background-color: #273f44;
	color: #fff;
	text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
	max-width: 120px;
	margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.price-renta h4{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 3px;
}
.price-renta span{
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.price-renta h5{
	font-size: 14px;
	font-weight: 700;
	margin-top: 2px;
}
.price-renta h5 span{
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-transform: capitalize;
}
.btn-rentar{
	position: relative;
	min-width: 120px;
	height: 44px;
	line-height: 42px;
	border: 2px solid #4c8bf5;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-rentar:hover{
	border-color: #333;
	color: #333;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-naranja{
	background-color: #f0c540 !important;
	color: #fff;
}

#card-vehiculos .row.form-group{
	border-bottom: 2px solid #F58634;
	margin-bottom: 10px;
}
#card-vehiculos .row.form-group:last-child{
	border-bottom: 0;
	margin-bottom: 10px;
}



#card-vehiculos .title{
	margin-bottom: 2px;
	font-size: 20px;
	color: #2a4045;
	text-transform: uppercase;
	font-weight: 600;
}
#card-vehiculos .subtitle{
	margin-top: 0;
}


.card-header{
	background-color: #0071A2;
	color: #fff;
	border-radius: 0 !important;
}
.bg-subtotal{
	background-color: #F58634; /*#f9f9f9*/
	color: #fff;
	font-weight: 600;
}

.bg-total{
	margin-top: 10px;
	padding: 18px 20px;
	background-color: #0071A2; /*#eee*/
	font-size: 18px;
	color: #fff; /*#2a4045;f58634*/
	font-weight: 700;
	text-transform: uppercase;
}
.left-sidebar-toggle{
	/*background-color: #f2f2f2 !important;
	color: #fff !important;
	border-bottom: 1px solid #c5c5c5;*/
	color: #4285f4 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	border-bottom: 1px solid #ddd;
}
.accordion .card-header button[aria-expanded=true] {
    color: #404040;
}
.btn-primary{
	background-color: #0071A2;
}
.bg-cliente{
	background-color: #92DDFF !important;
	font-weight: 600;
	color: #404040;
}
.bg-aerolinea{
	background-color: #eee !important;
}

.left-sidebar-content h4{
	margin: 5px 0 10px;
}
#sec-left-sidebar .card-header{
	padding: 10px 20px 10px 35px;
}
#sec-left-sidebar .number{
	line-height: 40px;
}
#sec-left-sidebar .card-contrast .card-body {
    padding-top: 2px;
}
#sec-left-sidebar .card-body{
	padding: 4px 20px;
}
#sec-left-sidebar .card-body p{
	margin-bottom: 2px;	
}
.accordion .card-header button{
	font-weight: 500;
}
/*-- CSS Custom --*/




/*Wizard*/

span.round-tab {
	position: inherit;
}
.tab-content .card .card-body {
    padding-right: 20px; /*10px*/
    padding-left: 20px; /*10px*/
}
@media (max-width:480px){
	.tab-content .card .card-body {
		padding-right: 10px;
		padding-left: 10px;
	}	
}

.current-car{
	border: 2px solid #f0c540 !important;
}


.accordion .card-header{
	padding: 10px 15px;
}
.accordion .card-header button{
	font-size: 15px;
	padding: 0;
}
.accordion .card:first-of-type{
	border-bottom: 1px solid #d4d4d4;
}
.accordion .card-body {
	padding: 8px 20px 20px;
}

@media (max-width:768px){
	.wizard-step .nav-tabs > li {
		width: 24% !important;
	}
	
}

@media (max-width:480px){
	.datepicker.datepicker-dropdown{
		top: 0 !important;
		left: 0 !important;
		width: 100%;
		height: 70%;
		z-index: 999999 !important;
		position: fixed;
	}
	.datepicker.datepicker-dropdown .table-condensed{
		width: 100%;	
	}
	.datepicker.datepicker-dropdown .table-condensed thead{
		font-size: 18px;	
	}
	.datepicker.datepicker-dropdown .table-condensed tbody,
	.datepicker.datepicker-dropdown .table-condensed tfoot
	{
		font-size: 16px;	
	}
	.col-3{
		padding-left: 5px;
		padding-right: 5px;
	}
	
}

.tab-content{
	padding: 20px 5px;
}

.container-loading{
	position: fixed;
	background-color: rgba(0,0,0,0.75);
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.loading{
	position: absolute;
	width: 100%;	
	text-align: center;
	bottom: 50%;
	transform: translateY(50%);
    color:#fff;
	background-color: transparent;
}
.loading p{
	margin-top: -25px;	
}


.bg-price{
	background-color: #0071A2;
    border-bottom: 4px solid #F58634;
    padding: 10px 10px;
}
.bg-price .btn-rentar{
	background-color: #fff;
}
.bg-price h4{
	color: #fff;
}


.social-list{
	margin: 15px 0px;	
}
.social-list a{
	border-radius:50%;
	min-width:42px;
	font-size: 16px;
	font-weight:400;
	color: #337AB7;
	display: block;
	/*padding: 10px 15px;*/
	line-height:1;
	padding:12px;
	text-align:center;
	border:1px solid #337AB7 !important;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.social-list a:hover{
	background-color:#337AB7;
	color:#fff;
}
.list-cards img{
	max-width:60px;
}
.list-cards .list-inline-item:not(:last-child) {
    margin-right: 0px;
}
.content-price:first-child {
    margin-left: 0;
}
.content-price{
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    vertical-align: top;
}
.content-price .descuento{
	font-size: 12px;
	color: #fff;
}