@import "constants.css";

/* TL */
.timeline_table tr.cab{
    font-size: 9px;
    text-transform: uppercase;
}
table.estandar.timeline_table tr td{
    padding: 0;
}
.tlicon{
    display: block;
    width: 100%;
    max-width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 30px;
    text-align: center;
    margin:auto;
    color: #fff;
}
.tlicon .fa, .tlicon .fas, .tlicon .far{    
    padding: 3px;
    background: #aaa;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.tlicon .fa-thumbs-up, .tlicon .fa-phone{
    background: #82C91E;
}
.tlicon .fa-thumbs-down{
    background: #FF6961;
}
.tlicon .fa-envelope, .tlicon .fa-spinner{
    background: #15AABF;
}
.tlicon .fa-user-clock, .tlicon .fa-pause-circle{
    background: #FD7E14;
}
.tlicon .fa-search-dollar{
    background: #4C6EF5;
}
.tlicon .fa-truck{
    background: #F783AC;
}

.tlicon .fa-arrow-alt-circle-right{
    background: #fff;
    color: #82C91E;
}
.tlicon .fa-arrow-alt-circle-left{
    background: #fff;
    color: #FF6961;
}
.tlicon .fa-wordpress{
    background: #424242;
}
.tlicon .fa-file-import{
    background: var(--primary-color);
}

.btn_phone{
    border-bottom:#333 1px dashed;
    cursor:help;
    font-weight:bold;
    color: #008000;
    margin: 0 3px;
}
.infoshared .btn_phone{
    margin: 0;
}
.btn_mails{
    border-bottom:#333 1px dashed;
    cursor:help;
    font-weight:bold;
    color: #E57301;
    float: left;
}
.btn_send_mails{
    color: #E57301;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
    margin-top: -2px;
    float: left;
}
.btn_call{
    color: #007EA7;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
    margin-top: -2px;
    float: left;
}
.btn_send_whatsapp{
    color: #10B418;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    margin-top: -2px;
    float: left;
}
/* FIN CRM */

.seedicon{
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    margin-right: 1px;
    margin-bottom: 1px;
    box-sizing: border-box;
    width: 30px;
}
.seedicon.si_verde{
    background: #82C91E;
}
.seedicon.si_gris{
    background: #aaa;
}
.seedicon.si_rosa{
    background: #F783AC;
}
.seedicon.si_azul{
    background: #4C6EF5;
}
.inlineform, #fixedbuttons.fbfixed form.inlineform, #fixedbuttons form.inlineform{
    display: inline-block !important;
    width: auto !important;
    padding: 0 0 15px 0;
}
.estandar tr.ignorado, .estandar tr.ignorado td, .estandar tr.ignorado.par, .estandar tr.ignorado.par td{
    background: #F2D6C5;
}
#formseedexcel{
    display: inline-block !important; 
    width: auto !important;
}


 .list_cnaes{
    display: block;
    width: 48%;
    max-width: 400px;
    max-height: 300px;
    overflow-y: scroll;
    float: left;
    margin-right: 1%;
}
.list_cnaes  input[type="radio"]{
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    transform: scale(1.2);
    padding: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.list_cnaes label{
    font-size: 13px;
    cursor: pointer;
}

.list_cnaes  input[type="radio"]:checked, .list_cnaes  input[type="radio"]:checked+label{ 
    font-weight: bold; 
    color: #06F;
} 

.list_cnaes #filter{
    display: inline-block;
    width: 99%;
    margin-top: 4px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: #aaa 1px solid;

    font-size: 14px;
    padding: 6px 3px;
    box-sizing: border-box;
}
.list_cnaes label{
    width: 90%;
    display: inline-block;
}
.inblo{
    display: inline-block;
    width: 160px;
}

.blonewtl4{
    width: 24%;
    margin-right: 1%;
}
.newtltit{
    color: #333;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    box-shadow: border-box;
    padding-bottom: 8px;
}
.actuadate{
    padding: 5px 7px;
    border-radius: 15px;
    border: #666 1px solid;
    text-align: center;
}
.actuacombo{
    padding: 5px 7px;
    width: 100%;
    max-width: 200px;
}

.emojicombo{
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    background: #ddd;
    padding: 0;
    margin: 5px auto;
    border-radius: 15px;
    overflow: hidden;
}
.emojicombo input[type="radio"]{
    display: none;
    opacity: 0;
}
.emojicombo label{
    font-size: 24px;
    display: inline-block;
    width: 20%;
    padding: 10px  5px;
    box-sizing: border-box;
    cursor: pointer;
}


.emojicombo2{
    max-width: 120px;
}
.emojicombo2 label{
    width: 50%;
}
.emojicombo3 label{
    width: 33%;
}
.emojicombo4 label{
    width: 25%;
}
.emojicombo5 label{
    width: 20%;
}
.emojicombo2{
    max-width: 80px;
}
.emojicombo6 label{
    width: 16%;
}

.emojicombo input[type="radio"]:checked+label{
    background: #333;
    box-shadow: -1px -1px 1px #999 inset;
    color: #fff;
}
.emojicombo label[for="via-0"]{
    color: #82C91E !important;
}
.emojicombo label[for="via-1"]{
    color: #15AABF !important;
}
.emojicombo label[for="via-2"]{
    color: #FD7E14 !important;
}
.emojicombo label[for="via-3"]{
    color: #4C6EF5 !important;
}
.emojicombo label[for="via-4"]{
    color: #F783AC !important;
}


.emojicombo label[for="exito-0"]{
    color: #000 !important;
}
.emojicombo label[for="exito-1"]{
    color: #15AABF !important;
}
.emojicombo label[for="exito-2"]{
    color: #82C91E !important;
}
.emojicombo label[for="exito-3"]{
    color: #FF6961 !important;
}
.emojicombo label[for="exito-4"]{
    color: #EF9B0F !important;
}

.emojicombo label[for="sentido-0"]{
    color: #FF6961 !important;
}
.emojicombo label[for="sentido-1"]{
    color: #82C91E !important;
}
 
.blonewtl input[type="text"]{
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 3px;
    border: #999 1px solid;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
}
.blonewtl textarea{
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 3px;
    border: #999 1px solid;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
}

.signed,.postponed > i,.active{
    color: #40A647;
}

.not-signed,.not-active{
    color: red;
}

/* Maquetación firma_digital y para webcam_photo*/
#body_signature{
    box-sizing: border-box;
    height: 100vh;
    padding: 0px;
}

#container-all-signature{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container-alumn-signature,.container-alumn-update-avatar{
    box-sizing: border-box;
    background: #F5F6F8;
    width: 100%;
    /* max-width: 900px; */
    padding: 0px 16px;
    box-shadow: 1px 1px 1px #dedede;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.container-msj-signature{
    width: 100%;
    /* max-width: 900px; */
    margin-left: auto;
    margin-right: auto;
}

.container-spad-and-botons{
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #F5F6F8;
    box-shadow: 1px 1px 1px #dedede;
    width: 100%;
    height: 100%;
    /* max-width: 900px;*/
    min-height: 400px; 
    padding: 5px 16px 16px 16px;
    margin-left: auto;
    margin-right: auto;
}

.container-signature-pad{
    box-sizing: border-box;
    position: relative;
    flex: 1;
    margin-bottom: 10px;
    background: white;
}

.signature-pad{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
}

.botonera-signature{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px 0px;
}

#clear-signature{
    margin-left: 3px;
}

.btn-cerrar-firma{
    display: flex;
    justify-content: center;
}


#save-photo,#restart-take-photo{
    margin-left: 3px;
    display: none;
}

/* CSS PARA EDICIÓN DE AVATAR (ALUMNO) */

#cont-all-edit-avatar{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.container-alumn-update-avatar{
    max-width: 900px;
}

.container-msj-update-photo,#msj-error-webcam{
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#msj-error-webcam{
    box-sizing: border-box;
    display: none;
}

.container-options-photo{
    box-sizing: border-box;
    padding: 0px 16px;
    background: #F5F6F8;
    box-shadow: 1px 1px 1px #dedede;
    margin-bottom: 10px;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.container-options-photo h3{
    font-weight: normal;
    text-align: center;
    font-style: italic;
}


.cont-tabs-options-photo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-options-photo {
    box-sizing: border-box;
    display: flex;
    background-color: #fff;
    padding: 10px;
    border-radius: 99px;
    margin-bottom: 16px;
}

.tabs-options-photo * {
    z-index: 2;
}

.tabs-options-photo > input[type=radio] {
    display: none;
}

.tab {
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 150px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
}

.tabs-options-photo > input[type=radio]:checked+label {
    color: #fff;
}

input[id=op-webcam]:checked~.glider {
    transform: translateX(0);
}

input[id=op-upload]:checked~.glider {
    transform: translateX(100%);
}

.glider {
    position: absolute;
    display: flex;
    height: 30px;
    width: 150px;
    background: var(--primary-color);
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
}

#cont-all-edit-avatar > .container-tabs-content{
    box-sizing: border-box;
    background: #F5F6F8;
    box-shadow: 1px 1px 1px #dedede;
    width: 100%;
    max-width: 900px;
    padding: 16px;
    margin-left: auto;
    margin-right: auto;

}
.container-webcam-and-botons{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.style-prev-avatar{
    background: none !important;
    box-shadow: none !important;
}

.container-webcam{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}

#webcam-photo,.cont-prev-avatar{
    display: none;
}

#webcam,#webcam-photo{
    box-sizing: border-box;
    width: 100%;
    max-height: 488px;
}


.botonera-webcam{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px 0px;
}

.container-upload-photo > #form-photo-upload{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#form-photo-upload > #title-options-photo-upload{
    text-align: center;
    display: none;
}

div.group-f-photo-upload{
    margin: 10px 0px;
}

.btns-end-update-avatar{
    display: flex;
    justify-content: center;
}

.cont-saved-photo,.cont-prev-avatar{
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.common_avatar.prev-img-avatar{
    min-width: 100px;
    min-height: 100px;
}

.btns-end-update-avatar > button:first-of-type{
    margin-right: 5px;
}

/* Estilos para btn whatshapp (mensajes_whatsapp) */

table .fa-whatsapp{
    font-size: 18px;
}

.fa-whatsapp{
    color: #10B418;
}

.icon-disabled > i{
    color:#000;
}

/* Estilos para carga de acciones acciones.php*/

.bodyacciones{
    padding-left: 20px;
    padding-right: 20px;
}

.bodyacciones > #cont_carga_acciones, body.bodypoliticaprivacidad > .cont-politicaprivacidad{
    max-width: 1024px;
    padding-top: 20px;
    margin: auto;
}

body.bodypoliticaprivacidad > .cont-politicaprivacidad{
    height: 90vh;
}

.pending-action > .header-pending-action{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.pending-action{
    color: #000;
}

.pending-action:hover{
    background: #eee;
}

.bloqueportada.bloqueportada2.cont-alumn-action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-alum-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_avatar.cont-avatar-alumn-action {
    margin: 0px;
    min-width: 100px;
    min-height: 50px;
}

.info-alum-action {
    margin: 0px 10px;
}

#btn_firmado{
    background: var(--primary-color-soft);
    cursor: auto;
}

/* Para firmar politica de privacidad - acciones(politica_de_privacidad.php) */

table.validation_pi_show td{
    padding: 12px !important;
}

/* Iframe politica de privacidad */

iframe#iframe_politica_privacidad{
    border: none;
    width: 100%;
    height: 90%;
}

/* PARA alta alumnos */

.fech_alta_alumno{
    width: 98%;
    max-width: 400px;
    border: #333 1px solid;
}


/*Para calendario (para reuniones)*/
/*
table.calendar span.reunion i{
    display: inline-block;
}*/

/*PARA LISTADO DE REUNIONES*/
div.horario_reu{
	margin-bottom: 2px;
}

.labelhorareu{
	display: inline-block;
    width: 40px;
}

span.labelhorareu{
	width: 60px;
	font-weight: 600;
}

.status {
	display: inline-block;
	padding: 3px 10px;
	text-transform: uppercase;
	font-size: 9px;
	color: #fff;
	background: #dedede;
	margin-left: 5px;
	width: 100px;
}

.statusred {
	background: #900;
}
.statusgreen {
	background: #090;
}

/* PARA FORMULARIO DE REUNIONES */
form#add_reunion table.estandar .campos_reunion{  padding: 5px;
    border: #bbb 1px solid;
    color: #555;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    background: #fff;
}

/* PARA INTERESES EN ALTA ALUMNOS (alta_alumn.php)*/
table.publictable tr td div.cont_campo_intereses{
    background-color: #eeeded;
    padding: 5px 5px 1px 5px;
    width: 100%;
    max-width: 400px;
}

div.cont_campo_intereses div#intereses_fam{
    display: none;
    padding-top: 15px;
}

div.cont_campo_intereses div#intereses_fam label{
    font-size: 15px;
}

/* PARA COMBO DE COMPARACIÓN EN GESTIÓN DE CAMPO DINÁMICO */
select.comboComp{
    width: auto!important;
}


/* PARA INFORMES */

canvas.informes{
    max-height: 280px;
}

/***********************/

/* Campos dinámicos relacionados (intereses) */
table tr.cdrel{
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

table tr.cdrel:nth-last-child(){
    border: 1px solid #DDD;
}

/******************************************************************************/
/******************* ESTILOS PARA NÚMERO DE LICENCIA **************************/
/******************************************************************************/

#cont-all-info-licence {
    display: flex;
    /* max-width: 250px; */
    padding: 0px 5px;
}
#cont-all-info-licence > div{
    padding: 5px;
}
i.not-licence{
    color: #ff0000;
}
i.licence-inactive{
    color: #ffd900;
}
i.licence-active{
    color: green;
}

.cont-data-licence{
    display: flex;
    flex-direction: column;
}

.title-data-licence,.value-data-licence{
    font-size: 12px;
    color: rgb(0, 0, 0);
}

.title-data-licence{
    font-weight: bold;
    margin-bottom: 5px;
}

/******************************************************************************/
/**************** ESTILOS PARA INFORMES PERSONALIZADOS ************************/
/******************************************************************************/

#cont-all-filters-reports{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
    box-sizing: border-box;
}

#cont-filters-custom-report{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#cont-custom-reports{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    /* gap: 10px; */
    box-sizing: border-box;
    justify-content: space-between;
}

.cont-informepers{
    box-sizing: border-box !important;
    padding: 2px;
    width: 100%;
}

.shadow-cont-informe{
    position: relative;
    width: 100%;
    border: #bbb 1px solid;
    box-shadow: 0 2px 3px #ccc;
    padding: 5px;
    box-sizing: border-box;
}

.maxwidth50{
    max-width: 50%;
}

.cont-filter {
    background: #F5F6F8;
    color: #333333;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 1px 1px 1px #dedede;
    text-align: left;
    margin: 2px;
    box-sizing: border-box;
    width: 100%;
    max-width: 199px;
}

.title-filter{
    color: #333;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    box-shadow: border-box;
    padding-bottom: 8px;
}

.contDateIF{
    display: inline-block;
    width: 100%;
}
.contDateIF > div{
    display: flex;
    margin-bottom: 4px;
    align-items: baseline;
}

.contDateIF > div > label{
    max-width: 25px;
    width: 100%;
}

.contChboxIF{
}

.txtFiltersIF{
    font-size: 13px;
}

select.genChart{
    width: 100%!important;
}

.cont-filter-hide{
    display: none;
}


/******************************************************************************/
/***************************** INTERESES FILTRO *******************************/
/******************************************************************************/

div.intf-minmax{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

div.intf-minmax .lbl-minmax{
    width: 30px;
}

table.tcoincidencias tr td .list_interes{
    font-size: 11px;
}


/******************************************************************************/
/***************************** GALERÍA INMUEBLES ******************************/
/******************************************************************************/
#cont-thumbnail-inmueble{
    display: flex;
    justify-content: center;
}
#thumbnail-inmueble{
    box-sizing: border-box;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    max-width: 600px;
}

.galeria_imgs_cont{
    columns:6 250px;
    column-gap: 0.5em;
}

.galeria_imgs_item{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0.5em;
    position: relative;
    border: 1px solid #ccc;
}

.galeria_imgs_img{
    width: 100%;
}

.galeria_imgs_item.thumbnail{
    border: 5px solid #f4e82b;
}

.order_itemgall{
    position: absolute;
    bottom: 0px;
    left: 0px;
    border: 0px;
    padding: 2px;
    color: #ffffffbd;
    z-index: 10;
    font-size: 11px;
}

.galeria_imgs_item.thumbnail .order_itemgall{
    font-weight: bold;
    color: #ffffff;
}
.galeria_imgs_item .btn_thumbnail{
    cursor: pointer;
    position: absolute;
    bottom: 1px;
    right: 1px;
    border: 0px;
    padding: 2px;
    color: #eeeeee;
    z-index: 10;
    font-size: 20px;
}
.galeria_imgs_item.thumbnail .btn_thumbnail{
    color: #f4e82b;
}

.chbx-delitemgall{
    position: absolute;
    right: 0px;
    /* border: 0px; */
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    width: 24px;
    height: 24px;
    appearance: none;
    border: 1px solid #a6a3a3;
    border-radius: 2px;
    background-position: 0 -2rem;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.chbx-delitemgall:checked {
background-color: rgb(156, 18, 13);
color: rgb(156, 18, 13);
background-position: 0 0;
}
.chbx-delitemgall:checked + .galeria_imgs_img{
    opacity: 0.5;
}

#btn_gallery_delete_img > i{
    margin: 0px;
}

#cont-delgalleryitems{
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
    display: none;
}


.delitemgallmsj,#delitemgallspinner {
    display: none;
}

#delitemgallspinner{	
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cont-delitemgallspinner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    gap: 5px; 
}
.delitemgallspinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #b30000 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
.delitemgallmsjloader{
    color: white;
}

@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}


/* CSS de Carretero izquierdo */

.btn-ci{
    background-color: #14614F;
}

.btn-ci:hover{
    background-color: #40ac93;
}

.link-ci{
	color: #1e73be;
}

/* CSS de CONTASORIA */
.btn-cs{
    border-radius: 3px;
    background-color: #4B5099;
}

.btn-cs:hover{
    color: #4B5099;
    background-color: #FFFFFF;
}

.link-cs{
	color: #4B5099;
}

div.cab_group_act{
    padding: 5px;
    background-color: #c8c8c8;
}

div.cab_group_act i{
    font-size: 15px !important;
}

span#seed_to_client_arrow i{
    margin: 0px 5px 0px 5px;
}

.cont-avatar-asig-elem-av{
    width: 50px !important;
    height: 50px !important;
    margin: auto 10px !important;
}

.cont-avatar-asig-elem-av .cont_avatar i{
    font-size: 30px;
}

/* Filtros de productos */
input.min_max{
    max-width: 120px;
}

/* PRECIOS DE INMUEBLES en listado */
div.cont-prices-building{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

div.cont-price-building{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.cont-price-building > span.price-building{
    text-align: right;
}
div.cont-price-building > span.lbl-price-building{
    font-weight: bold;
    width: 70px;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
}

div.cont-old-current-prices{
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
}

div.cont-old-current-prices > span.old-price{
    color: #ff0000;
    font-size: 12px;
    text-decoration: line-through;
}

/* ESTADOS DE INMUEBLE */

tr.buildingstate{
    border-width: 2px;
    border-style: solid;
    display: table-row;
}

tr.buildingstate.buildingoffer{
    border-color: #b3b3b3;
}

tr.buildingstate.buildingsellout{
    border-color: #08af02;
}

tr.buildingstate.buildingrented{
    border-color: #08af02;
}

tr.buildingstate.buildingreserved{
    border-color: #e48900;
}

tr.buildingstate.buildingerror{
    border-color: #C00;
}

span.buildingstate, span.wp_sync_status{
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 5px;
    margin-bottom: 3px;
}

span.buildingstate.buildingoffer{
    background-color: #b3b3b3;
}

span.buildingstate.buildingsellout{
    background-color: #08af02;
}

span.buildingstate.buildingrented{
    background-color: #08af02;
}

span.buildingstate.buildingreserved{
    background-color: #e48900;
}

span.buildingstate.buildingerror{
    background-color: #C00;
}

span.buildingstate.buildingdestacado{
    background-color: rgb(245, 227, 21);
    color: #00F;
}

div#tdescripcion span.buildingstate, div#tdescripcion span.wp_sync_status{
    font-size: 11px;
    margin: 0px;
}

table.estandar .error_input{
    color: #C00;
    /* font-style: italic; */
    display: block;
    margin-bottom: 5px;
}

table.estandar .error_input + select{
    border-color: #C00;
    border-width: 2px;
}

/* CLASES CON ESTILOS PARA ESTADOS DE SINCRONIZACIÓN DE INMUEBLE CON WP*/

.wp_sync_status > i{
    font-weight: normal;
} 
.wp_sync_pending{
    background-color: #e0c800;
}
.wp_sync_not-sync{
    background-color: #b3b3b3;
}
.wp_sync_started{
    background-color: #e48900;
}
.wp_sync_success{
    background-color: #08af02;
}
.wp_sync_failed{
    background-color: #C00;
}