tfoot th {background: #dddddd;}
.badge {white-space: normal;}
.nowrap {white-space: nowrap;}
.wrap {white-space: normal;}
.strong {font-weight: bold !important;}

.page-header {
	padding-bottom: 10px;
}
.page-header h1 {
	line-height: 3.5rem;
}
.page-header .pull-left {margin-right: 10px;}

.width100percent {width: 100%;}

.color-initial {
	color: initial !important;
}

.profile-user-info {
    margin: 0;
    width: 100%;
}
.navbar:not(.navbar-collapse) .ace-nav > li:first-child {
	border-left: 0px;
}

.profile-user-info-striped .profile-info-name {
	vertical-align: top;
}

.align-text-top {
	vertical-align: text-top;
}

.widget-header .widget-title {color: #888888;}
.widget-box {
    border: 1px solid #dddddd;
}
.itemdiv.dialogdiv::before {border: 0px; background: #ffffff;}

.alert-grey {
	background-color: #f4f4f4;
	border-color: #ededed;
	color: #8e8e8e;
}
.bold {font-weight: 600;}
.pointer {cursor: pointer;}

th.accion, td.accion {text-align: center; width: 25px;}
td.fecha {width: 100px; color: #787878; font-size: 1.11rem; line-height: 1.9rem !important; text-align: right;}
td.grey {background: #dedede;}
.no-underline:hover {text-decoration: none}

.modal-footer .modal-title {line-height: 3.3rem; float: left; text-align: left;}

.modal-footer .btn {
    border-width: 4px;
    font-size: 13px;
    line-height: 1.38;
    padding: 4px 9px;
}

.modal-footer {
	background: white;
}

.darkgrey, h1.darkgrey small {
	color: #585858 !important;
}

.darkgrey {
	color: #585858 !important;
}

.line-height2 {
	line-height: 1.2em !important;
}

.margin-0 {
	margin: 0px !important;
}

.text-mini {font-size: 0.8rem;}
.spacer-20 {display: inline-block; width: 20px;}
.list-unstyled {list-style: none;}
.table-sin-margen {margin: 0px;}

table .importe {text-align: right; width: 90px}
table .percent {text-align: right; width: 90px}
table .pvp {
	background: #ECECEC !important;
  font-weight: 600;	
}
table .subtotal {font-weight: 600;}

.inactivo td { background: #eaeaea !important;}

.foto_perfil_usuario img {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: 100%;
	max-width: 42px !important;
	padding: 2px;
}

.ace-nav > li.orange > a { background-color: #e7840a; }
.ace-nav > li.orange > a:hover, .ace-nav > li.orange > a:focus, .ace-nav > li.open.orange > a {background-color: #fd9a00;}

.multiselect {
	padding-bottom: 3px;
	padding-top: 4px;
}
.multiselect-item .btn {padding-bottom: 3px; padding-top: 4px;}
.multiselect-item .input-group-addon {padding-left: 3px; padding-right: 3px;}
.multiselect-container li:not(.multiselect-item) {padding-left: 0px !important;}
.multiselect-container label {padding-left: 10px !important;}

.filtros_resultados .form-input-checkbox-invertido {line-height: 29px;}
.filtros_resultados .form-input-checkbox-invertido label {margin-bottom: 0px;}
.filtros_resultados .btn {margin-left: 6px;}


.profile-info-value .form-group {margin-bottom: 0px;}

.form-horizontal .btn {margin-bottom: 8px !important;}

#cont-panel-debug {
	background: #f4f4f4;
}
#panel-debug {
	padding: 4px 10px;
}

#panel-debug pre, pre.tab-reducido {
	background: white none repeat scroll 0 0;
	font-size: 11px;
	line-height: 14px;
	padding: 4px 8px;
}
#panel-debug hr {
	border-color: #d9d9d9;    
	margin: 10px 0;
}

/************************************************************
* sobreesribir colores
*/
#navbar {background: #585858;}
.nav-search .nav-search-icon {
	color: #585858 !important;
}
.nav-search .nav-search-input {
  border: 1px solid #d6d6d6;
}
/***********************************************************/


/* debug sólo para versión PC*/
@media only screen and (min-width: 64.063em) {
	#wrapper {
		margin:0;
		padding-right: 250px;
		height: 100%;
		overflow: hidden;
	}
	#cont-panel-debug {
		width: 250px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
	}
	#panel-debug {
		height: 100%;
		overflow-y: auto;
	}
}

/*Invertir y arreglar contenido del chechbox invertido en version tablet,mobile*/
@media only screen and (max-width: 64.063em) {
	.form-input-checkbox-invertido { height:18px; -webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg); }
	.form-input-checkbox-invertido .no-padding-right { padding-right: 12px !important; }
	.form-input-checkbox-invertido label { top:-25px; -webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);}
	.filtros_resultados .form-input-checkbox-invertido { line-height: unset; }
	input.ace[type="checkbox"] + .lbl::before, input.ace[type="radio"] + .lbl::before { -webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg); }
	/*#cont-panel-debug {display: none !important;}*/
}

/*Algunas clases generales*/
.max-width100per {max-width:100%;}
.margin-bottom10 {margin-bottom: 10px;}
.font-size2em {font-size:2em;}
.modal-full {width:90%;}
.margin-left10 {margin: 0 0 10px 10px;}
.max-width60px {max-width:60px;}

/*Layout de login*/
.login-layout {	background-color: #ffffff;	}
.login-layout .widget-box {background-color: #ffffff;}
.login-box .toolbar { border-top: 2px solid #dfdfdf;}
.login-layout .widget-main {
	border-bottom: 1px solid #e5e5e5;
	border-radius: 2px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;
}
.label-remember {
	line-height: 33px;
	/*padding-top: 8px;*/
	margin-bottom: 0 !important;
}

.ace-nav > li.light-blue > a:hover, .ace-nav > li.light-blue > a:focus, .ace-nav > li.open.light-blue > a { color: white; }

/*Estilos inmueble*/
.inmueble .nav-tabs > li > a p {margin:0px;}
.inmueble .nav-tabs > li.active > a {background-color: #fff !important;}
.inmueble .nav-tabs > li.active > a, .inmueble .nav-tabs > li.active > a:hover, .inmueble .nav-tabs > li.active > a:focus {
	background-color: #f4f4f4 !important;
	box-shadow: 0px 0px;
}
.inmueble .nav > li > a:hover, .nav > li > a:focus {background-color: #f4f4f4;}

.inmueble .tab-content {background-color: #F4F4F4;}
.text-titulo-caract {color: #999 !important;}
.titulo_precio {margin-top: 0px !important;}

/*Inmuebles similares*/
.caja_inmueble_similar a, .caja_ultimos_visualizados a { color:#393939 !important; }
.caja_ultimos_visualizados .foto_inmueble_similar { max-height: 150px; overflow: hidden; margin-bottom: 10px; }
/*.caja_inmueble_similar:hover { background:#eef0f3; }*/
.caja_inmueble_similar {
    /*background: #e4e6e9 none repeat scroll 0 0;*/
    line-height: 10px;
    min-height: 50px;
    padding: 10px 0;
    width: 100%;
}
.caja_inmueble_similar.active, .caja_inmueble_similar:hover {padding-left: 10px; padding-right: 10px; background:white;}

/*Inmuebles ultimos visualizados*/
.caja_ultimos_visualizados {
    /*background: #e4e6e9 none repeat scroll 0 0;*/
    height: 290px;
    padding-top: 10px;
		margin-bottom: 20px;
}
.titulo_inmueble { border-bottom: 3px solid #f4f4f4; }
.cont-precio {
    border-top: 3px solid #f4f4f4;
    margin-bottom: 4px;
    margin-top: 6px;
    text-align: right;
}
.margin-top10{
	margin-top: 10px;
}
.margin-top20{
	margin-top: 20px;
}
.margin-top50{
	margin-top: 50px;
}
.min-width100 {
	min-width: 100px !important;
}

/*Share buttons*/
@media only screen and (max-width: 40em) {
	.share-buttons {display:none;}
}
@media only screen and (min-width: 40em) {
	.share-buttons {display:block;}
}


/*Apaño para fondo y tamaño de pantalla en pc/mobile*/
#body_inmueble { background-color:transparent !important; }
@media only screen and (max-width: 40em) {
	#body_inmueble .center-block { width:100%; }
}
@media only screen and (min-width: 40em) {
	#body_inmueble .center-block { max-width:87em; }
}

/*Quitar bordes a ficha de inmueble*/
.inmueble .tab-content {border:0px; padding:25px;}
.inmueble .nav-tabs > li.active > a, .inmueble .nav-tabs > li.active > a:hover, .inmueble .nav-tabs > li.active > a:focus {border:0px;}
.inmueble .nav-tabs > li > a, .inmueble .nav-tabs > li > a:focus {border:0px; line-height: 1.35em;}
@media only screen and (max-width: 40em) {
	.inmueble .nav-tabs > li > a, .inmueble .nav-tabs > li > a:focus {
		line-height: 2em;
	}
	.inmueble .nav-tabs > li.active > a, .inmueble .nav-tabs > li.active > a:hover, .inmueble .nav-tabs > li.active > a:focus {
		line-height: 27px;
	}
}
.inmueble .nav-tabs > li > a {background: transparent;}
.inmueble .nav-tabs > li.active > a {border:0px;}
.width12em {width:12em;}

.chosen-container > .chosen-single, [class*="chosen-container"] > .chosen-single {height: 34px; line-height: 30px;}

.message-footer { padding: 7px 16px; }

@media only screen and (max-width: 40em) {
	.ces_mobile { display: block; }
	.ces { display: none; }
}
@media only screen and (min-width: 40em) {
	.ces_mobile { display: none; }
	.ces { display: block; }
}


.dropzone a.dz-remove:hover, .dropzone-previews a.dz-remove:hover {
    color: #fff;
}

@media only screen and (max-width: 40em) {
	.show-on-mobile {display: initial;}
	.show-on-pc {display: none;}
	.panel-collapse .panel-body div div:last-child .form-group {margin-bottom: 0px;}
}

@media only screen and (min-width: 40em) {
	.show-on-pc {display: initial;}
	.show-on-mobile {display: none;}
}

.ace-nav > li.light-blue > a {
    background-color: #a0a0a0;
}


.ace-nav > li.light-blue > a:hover, .ace-nav > li.light-blue > a:focus, .ace-nav > li.open.light-blue > a {
    background-color: #888888;
}

.descripcion {text-align: justify;}

.input-group-lg.input-icon > .ace-icon {line-height: 44px; font-size: 32px;}

.barra-ficha-botones {margin: 10px 0px;}
.barra-ficha-botones .btn:not(pull-right) {margin-right: 1px;}
.share {margin-left: 1px;}
.user-login {font-size: 1.5rem; line-height: 34px;}

.share, .addthis_sharing_toolbox { line-height: 34px; display: inline-block; vertical-align: bottom;}
.at-share-tbx-element .at-icon-wrapper {margin-bottom: 0px !important;}
.share .at-icon-wrapper {height: 34px; line-height: 34px;}

#debug_level_minimun_show {height: 16px;
	line-height: 6px !important;
	padding: 0 2px;
}
ul.lista {margin: 0 0 10px 14px;}


.inmueble .tab-content .p {line-height: 11px;}

.opciones-login .col-xs-12:last-child {
  border-left: 3px solid #e8e8e8;
}
.opciones-login .col-xs-12 .col-xs-12 {
    border-left: 0;
}

.input-special.has-error .control-label, .input-special.has-error .help-block, .input-special.has-error .help-inline {
    color: #d16e6c;
}
.input-special.has-error input, .input-special.has-error select, .input-special.has-error textarea {
    border-color: #f2a696;
    box-shadow: none;
    color: #d68273;
}
.input-special.has-error input:focus, .input-special.has-error select:focus, .input-special.has-error textarea:focus {
    background-color: #fef9f8;
    border-color: #d77b68;
    box-shadow: 0 0 0 2px rgba(219, 137, 120, 0.3);
    color: #ca5f4c;
}

.profile-info-value > span + span::before {content: none;} 

.nav-tabs li .ace-icon {
	margin-right: 4px !important;
}
.ace-thumbnails > li {
    border: 2px solid #888888;
}

.spinbox-buttons .btn {width: auto !important;}

.nav > li.disabled > a, .nav > li.disabled > a:hover, .nav > li.disabled > a:focus  {
    color: #c2c2c2;
}
.profile-contact-links {
	background-color: #f7f7f7;
}


/* **************************************************************************
nano bar
*/
.nanobar {
	margin-bottom: -4px;
	z-index: 500;
}
/* **************************************************************************/


.badge-color-black .badge {color: #444444;}

.dataTable .input-group .form-control, .dataTable .input-group .input-group-addon, .dataTable .btn.spinbox-down, .dataTable .spinbox-buttons button {
	height: 21px;
	padding-bottom: 2px !important;
	padding-top: 2px !important;
}
.dataTable .spinbox-buttons button {line-height: 8px;}


i.realizar-pago:hover{
	cursor: pointer;
}

i.realizar-pago{
	font-size: 18px;
}

.profile-user-info-striped .profile-info-name {
	min-width: 127px;
}

/************************************************************/
.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar, .daterangepicker.openscenter .ranges, .daterangepicker.openscenter .calendar{
	float:left !important;
}

.logo_lazora {
	width:160px;
}

div.footer{
	padding: 15px;
	border: 1px solid grey;
	/*margin-top: 100px;*/
	width: 100%;
	height: auto;
	font-size: 12px;
	background-color: #d4761d;
	color: white;
}
	
div.footer span{
	font-weight:bold;
	text-transform: uppercase;
}

.message-footer input[type="text"] {
	width: 45px; 
}

.padding-10 { padding: 10px !important; }
.padding-20 { padding: 20px !important; }

.ace-settings-box.open { padding: 0 0px; max-height: 34em;}
.dialogs { overflow-y: scroll; }
.widget-box { margin: 0px 0px;; }
.ace-settings-container { top: 8em; position: fixed;}

.navbar-header a:not(.navbar-brand):not(.btn):hover, .navbar-header a:not(.navbar-brand):not(.btn):focus {
	color: white !important;
}

.fixed-chat .widget-box {
	border: 0px !important;
}
.fixed-chat .widget-header h4 {
	color: white !important;
}

.list_documentos_upload .upload-icon {
	display: block;
}
.list-document.modal-footer {
    text-align: left;
    background: #F4F4F4;
    border: 1px solid;
    border-color: #e4e9ee;
}

.list_documentos_upload .dropzone {
		min-height: 250px;
}

/*procesos*/
.steps li.ban:before, .steps li.complete:before, .steps li.ban .step, .steps li.complete .step {
	border-color: orangered !important;
}

/*chats*/
.contador {
	color: #858585;
  font-size: 0.85em;
}
.fixed-chat .contador {
	display: none;
}

.dialogs {
	max-height: 550px;
}

.fixed-chat .dialogs {
	max-height: 100px !important;
}

.menu_deuda a {
	background-color: #eee2e2 !important;
}

.menu_comunicaciones.danger a {
    background-color: #eee2e2 !important;
    color: #d15151 !important;
}

.steps>li.error .step:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 100%;
	content: "\f00d";
	z-index: 3;
	font-family: FontAwesome;
	font-size: 17px;
	color: #d15b47;
}
.steps>li.error .step:before {
	line-height: 30px;
	background-color: #FFF;
	text-align: center;
}

/*Message en el grip de documentos de las reservas*/
@media only screen and (min-width: 40em) {
	.grid_message_descrition {
		background-color: #fff8dc!important;
		border-color: #ededed!important;
		color: #8e8e8e!important;
		border: 1px solid transparent!important;
		padding: 5px!important;
		margin-bottom: -10px;
	}
}

@media only screen and (max-width: 40em) {
	.grid_message_descrition {
		background-color: #fff8dc!important;
		border-color: #ededed!important;
		color: #8e8e8e!important;
		border: 1px solid transparent!important;
		padding: 5px!important;
		margin-bottom: 10px;
		margin-top: 13px;
    width: 67%;
    margin-bottom: -10px;
	}
}

.main-content {
	min-height: 50em;
  height: 100%;
}

/*pre {
	background-color: darkslategrey !important;
	color: white !important;
}*/

.table-header {
	background-color: #555 !important;
}

.grid2:first-child, .grid3:first-child, .grid4:first-child {
	border-left: 1px solid #E3E3E3;
}

.accordion-style1.panel-group .panel-heading .accordion-toggle.collapsed {
	color: #999;
	border-left: 0px;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle:hover {
	background-color:#F9F9F9;
	color: #999;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

#fecha_nacimiento.no-write {
	cursor: pointer;
	background: white !important;
}

#form-others .form-input-date {
	padding: 0px 0px 0px 10px;
}

#fecha_nacimiento[readonly] {
	cursor: pointer;
	background: white !important;
}

.pt-0 {
	padding-top: 0px;
}

.pb-0 {
	padding-bottom: 0px;
}

.mb-2 {
	margin-bottom: 2em;
}

.mb-4 {
	margin-bottom: 4em;
}

.mt-3 {
	margin-top: 3em;
}

.border-0 {
	border: 0px !important;
}

.btn-black, .btn-black:hover {
	background-color: #333 !important;
  border-color: #333 !important;
}

.background-ventacruzada {
	background: url('/img/ventacruzada/comunicaciones_comerciales.jpg');
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
}

.btn.btn-transparent {
	background: transparent !important;
}

.btn.disabled {
	border-color: #abbac3 !important;
}


.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

@media screen and (min-width: 100em) {
	.special-padding-vc {
		padding: 2em 4em;
	}
}

.method-content {
	display: flex;
    justify-content: space-evenly;
}

.method-content .payment-method {
    border-radius: 8px;
}

.method-content .payment-method .form-check-input {
	transform: scale(1.5);
}

@media screen and (max-width: 39.9375em) {
	 .method-content .payment-method {
		border: 0;
		border-left: 5px solid white;
		border-top: 5px solid white;
		border-bottom: 5px solid white;
	}
}