

/*===============MODULO DE CONFIRMACION=================*/
.crm-confirmacion{
	display: flex;
	 margin-top: -9px; 
	 padding-left: 0px;
}
.input-group-prepend.crm-conf{
	 height: 30px!important;
	width: 100%;
}
.confir-accion{
	align-items:center;
	position: absolute;
    margin-left: 84%;
    padding: 2px;
}
.btn-accion{
	background: #5E5E5E;
	/*margin-left: 2px;*/
}
i#icon-accion{
	font-size: 20px; 
	color: #fff;
}
.input-group-prepend.rango-crm{
	width: 150px;
	    margin-left: -85px;
    margin-top: 2px;
        height: 30px;
    font-size: 12.5px;
}
.input-group-prepend.rango-crm-hasta {
    width: 150px;
    margin-left: -91px;
    margin-top: 4px;
    height: 30px;
    font-size: 12.5px;
}

td.tabla-confir.ng-scope.ng-binding{
	font-size: 13px;

}
.dropdown-toggle::after{
	display: none;
}

.tablaHistorialConfir{
	height: 200px;
    overflow: scroll;
    margin-top: 40px;
}
#style-1::-webkit-scrollbar
{
  height: 10px;
  width: 10px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #c7cbd0;
}
tr.bodyHistorialConfir{
	font-size: 12.5px;
}

.btn.btn-pend.btn-sm.btn-ver{
background: #353535;
color:#fff;
}



.btn.btn-pend.btn-sm.btn-ver.estadoConfirmado{
background: #008000;
}
.btn.btn-pend.btn-sm.btn-ver.estadoCancelado{
background: #f90000;
}
.btn.btn-pend.btn-sm.btn-ver.enGestion {
    background: #e8e854;
  }
.modal-content.lualperfil{
	width: 176%; 
	margin-left: -161px;
	top: -25px;"
}
@media (min-width: 1620px) {
	.modal-content.lualperfil{
		width: 245%;
	    margin-left: -300px;
	    top: 61px;
	    height: 858px;
	}
}







.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
				margin-bottom:80px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #3190E7;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #3190E7;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}



/*===============MODULO DE MERCADEO=================*/