body, html{
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 1em;
	background: #EFF3F5;
	color: #354052;

}
h1{
	font-size: 28px;
}

h2{
	font-size: 22px;
	margin:0px;
}

h3{
	font-size: 18px;
	margin-top:10px; 
}

small{
	font-size: 12px;
	color: #848c98
}
label.error{
	font-size: 13px;
	color: red;
}
.modal-header{
	background: #1C202B;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
}	
.img-avatar{
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 45px;
	height: 45px;
	border: 2px solid white;
}

.two-line-title{
	height: 40px;
	overflow: hidden;
}

.thumbnail-widget{
	padding: 30px;
}



.thumbnail{
	background: white;
	border-radius: 4px;
	padding: 10px;
	overflow: hidden;
}
.thumbnail.no-padding{
	padding: 0 0 0px 4px;
}

.img-thumbnail{
	border-radius: 4px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.top-bar{
	background: white;
	height: 90px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.loading{
	z-index: 999999999;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;	


	background: rgba(255,255,255,.7);
}

.loading img{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
}

.loading.inner-loading{
	position: absolute;
}

.loading.initializing{
	background: rgba(255,255,255,1);
	z-index: 999999;
}

/*campaign*/

.thumb-campaign-img,
.thumb-campaign-img > .content{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 5px;
}

.thumb-campaign-img:before{
	
	position: absolute;
	display: none;
	top: 0;
	right: 100%;
	height: 100%;
	width: 5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #d9534f;

}

.thumb-campaign-img.actived:before{
	background-color: #5cb85c;
}

hr{
	border: none;
	border-top:1px solid #ebebeb;

}

.gray-bar{
	background: #333b47;
	height: 160px;
	color: white;
}
.landing-builder-tabs li a{
	padding-right: 25px;
}
.landing-builder-tabs .enum{
	display: none;
	margin: 0px 25px 0px 0px;
	height: 30px;
	width:  30px;
	text-align: center;
	line-height: 30px;
	background: #e8e9f0;
	border-radius: 15px;
}
.landing-builder-tabs li.active .enum{
	display: inline-block;
} 

.thumbnail-template{
	background: #eff3f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.thumbnail-template > .actions{
	padding: 20px;
}

.thumbnail-template .thumb-template{
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	//background: red;
}

.thumbnail-template .thumb-template .see-more{
	opacity: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5);
	transition: all 0.3s;
}
.thumbnail-template:hover .see-more{
	opacity: 1;
}

.thumbnail-template .thumb-template .see-more .button{
	height: 35px;
	border: 2px white solid;
	background: #374355;
	padding: 5px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	color: white;	
	text-align: center;
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
}

.thumbnail-template.selected:after{
	position: absolute;
	content: '';
	z-index: 3;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(55, 177, 71, 0.5);

}

.thumbnail-template.selected:before {
    position: absolute;
    content: url(../img/selected-template.png);
    display: block;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-left: -28px;
    margin-top: -28px;
}

.panel-info-form{
 border: 1px solid #e1e2e6;
}
.panel-info-form.panel-info>.panel-heading {
    color: #ffffff;
    background-color: #0093f6;
    border-color: #bce8f1;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .switch-slider {
  background-color: #2196F3;
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 34px;
}

.switch-slider.round:before{
  border-radius: 50%;
}

.export-line-gray-box{
	border: 1px solid #dcdde1;	
}

.wrap-avatar-export{
	float: none !important;
	display: table-cell;   
  	vertical-align: top;
  	display: flex;
}
.avatar-export-image{
	width: 56px;
}

.navbar-default{
	background: transparent;
	border: none;
}

.navbar-default .navbar-nav>.active>a{
	background: transparent;
	/* border-bottom : 3px solid #1991eb; */
	font-weight: bold;
}

.stat{
	color: white;
	border-radius:4px;
	padding: 10px;
}
.stat .stat-icon{
	opacity: 0.8;
	font-size: 28px;
}
.stat-bottom{
	
	text-align: right;
	font-size: 13px;
	padding-top:10px; 
	padding-bottom:10px; 
}

.stat-info{
	background: #3b517b;
}

.stat-success {
	background: #65b92d; 
}

.stat-warning {
	background: #d9932b; 
}

.stat-danger {
	background: #d55b49; 
}
.stat-info .stat-bottom{
	border-top: 1px solid #5f749c;
	background: #3b517b;
}

.stat-success .stat-bottom {
	border-top: 1px solid #80ca4e;
	background: #65b92d; 
}

.stat-warning .stat-bottom {
	border-top: 1px solid #e6a84d;
	background: #d9932b; 
}

.stat-danger .stat-bottom {
	border-top: 1px solid #e27667;
	background: #d55b49; 
}

.container.container-nopadding{
	padding: 0px;
}

.row-padding{
	padding-right: 15px;
	padding-left: 15px;
}


.container.white-box,
.white-box{
	background: white;
	border-radius: 8px;
}
.gray-box{
	background: #c9cbd5;
	border-radius: 8px;
}
.leads-table.table thead tr th{
	border-top: 2px solid #e0e2e7 !important;
	border-bottom: 2px solid #e0e2e7 !important;
	background: #f5f7f9;
	color: #7f8fa4;
	padding: 12px 18px !important; 
}
.leads-table.table tbody tr td{	
	border-bottom: 1px solid #e1e3e8 !important;	
	padding: 18px !important; 
	vertical-align: middle;
}

.driver-lead-contact-icon{
	text-align: center;
	color: #7383a1;
	display: inline-block;
	cursor: pointer;
	margin: 0px 20px;
}

.driver-lead-contact-icon .label{
	font-size: 14px;
	color: #7383a1;
	font-weight: normal;
	padding-top: 15px;
}
.driver-lead-contact-icon > .inner{
	height: 110px;
	width: 160px;
	line-height: 110px;
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 5px; 
	font-size: 85px;
	background: #e9edf1;
}

.driver-lead-contact-icon.selected > .inner:after{
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(55, 177, 71, 0.5);

}

.driver-lead-contact-icon.selected > .inner:before {
    position: absolute;
    content: url(../img/selected-template.png);
    display: block;    
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    
}
.separator-half{
	height:100%;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 15px 0px;

}

.separator-half > .inner{
	height: 100%;
	position: relative;
}

.separator-half > .inner:before{
	position: absolute;
	display: block;
	content: '';
	top: 0px;
	height: 100%;
	border-right: 1px solid gray;
	width: 1px;
}

.well.transparent{
	background: transparent;
}

.phone-text{
	color: #7383a1;
	font-size: 48px;
	font-weight: bold;
}

.lead-state{
	border-left: 5px solid gray; 
}

.lead-state.contacted{
	border-left-color: #62b91d;
}
.lead-state.wrong_data{
	border-left-color: #cd5f52;
}
.lead-state.pending{
	border-left-color: #db961d;
}


.well.selected{
	    box-shadow: inset 0px 0px 0px 4px #337ab7;
}
.well.bg-danger{
	background: #f2dede;
}

.table.first-no-border>thead>tr:nth-child(1) >th, 
.table.first-no-border>tbody>tr:nth-child(1) >th, 
.table.first-no-border>tfoot>tr:nth-child(1) >th, 
.table.first-no-border>thead>tr:nth-child(1) >td, 
.table.first-no-border>tbody>tr:nth-child(1) >td, 
.table.first-no-border>tfoot>tr:nth-child(1) >td{
	border-top: none;
}

.containerCardReport{
	border-radius: 10px;
	padding: 20px;
	font-weight: 600;
	font-size: 18px;
}

.containerCardReport.total{
	background-color: #272C3A;
	color: #fff;
}

.containerCardReport.pendding{
	background-color: #eda92e;
	color: #fff;
}

.containerCardReport.success {
	background-color: #58af47;
	color: #fff;
}

.containerCardReport.error {
	background-color: #ac2925;
	color: #fff;
}

.containerCardReport .NumberReport{
	padding-top: 15px;
}

.p-0{
	padding: 0;
}
.p-l-0 {
	padding-left: 0;
}
.p-r-0 {
	padding-right: 0;
}

@keyframes rotacion {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* Aplica la animación al elemento */
.rotate {
	animation: rotacion 4s linear infinite;
	/* Nombre de la animación, duración, tipo de animación y repetición */
}