@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.ttf");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.ttf");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gilroy-SemiBold.ttf");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.ttf");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Gilroy-ExtraBold.ttf");
}


/* ####### */
/* ####### */


*,
*:focus {
	outline: none !important;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--grey2);
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--grey2);
  opacity: 1;
  /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--grey2);
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #acb1b5;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--grey2);
}


/* ####### */
/* ####### */


body {
	background: #F8F9FF;
	
	margin: 0;
	padding: 0;
	
	color: var(--black);
	
	font-family: 'IBM Plex Sans', sans-serif;
	
	--base: #2D594D;
	--accent: #064369;
	--accent: #2D594D;
	
	--white: #FFF;
	--black: #1C1F37;
	--grey: #DADADA;
	--grey2: #8E8E8E;
	--grey3: #F8F8F8;
	--grey4: #ECECEC;
	--grey5: #F5F7FB;
	
	--orange: #FF9F34;
	--red: #CF3A59;
	--green: #30D988;
	--green2: #24D52B;
	
	--red-light: #FFE5EA;
}

.base {
	width: 100%;
	height: calc(100vh);
	
	overflow: auto;
}

.box {
	background: var(--white);
	
	box-shadow: 0px 5px 10px #F1F2FA;
	
	border-radius: 8px;
	
	padding: 26px 35px 25px 40px;
}

#alert_box {
	position: absolute;
	
	top: 22px;
	left: 19px;
	right: 19px;
	
	z-index: 12;
}
	
	#alert_box .alert {
		box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 14%);
	}


.bg-orange {
	background: var(--orange) !important;
}

.bg-red {
	background: var(--red) !important;
}

.bg-green {
	background: var(--green) !important;
}

.bg-blue {
	background: var(--base) !important;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}


.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.col-xs-7ths {
  width: calc(100% / 7);
  float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
	    width: 20%;
	    float: left;
	}
	
	.col-sm-7ths {
	  width: calc(100% / 7);
	  float: left;
	}
}
@media (min-width: 992px) {
	.col-md-5ths {
	    width: 20%;
	    float: left;
	}
	
	.col-md-7ths {
	  width: calc(100% / 7);
	  float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-5ths {
	    width: 20%;
	    float: left;
	}
	
	.col-lg-7ths {
	  width: calc(100% / 7);
	  float: left;
	}
}




/* ############### */
/* ############### */


.caja-login{
	width: 100%;
	height: 100%;
	background-color: var(--base);
}
.content-login{
	padding: 60px 38px 80px;
	background: #FFFFFF;
	border-radius: 8px;
	
	max-width: 90%;
	
	max-height: 95vh;
	overflow: auto;
	
	margin: 0 24px;
}
.content-login-inside {
	width: 100%;
	min-width: 350px;
}

.logo-login{
	height: 67px;
	margin-bottom: 22px;
}
.titulo-login {
	font-size: 32px;
	color: var(--black);
	font-weight: 700;
	line-height: 37px;
	
	text-align: center;
	
	margin-bottom: 3px;
}
.correo-contraseña{
	color: var(--grey);
	
	margin-bottom: 48px;
}

.login-error {
	border: solid 1px var(--red);
	background: var(--red-light);
	
	color: var(--red);
	font-size: 14px;
	font-weight: 600;
	
	padding: 6px 10px 4px;
	
	margin-bottom: 15px;
	
	width: 100%;
	
	cursor: default;
	
}
.form-login {
	width: 100%;
}
.input-cc{
	width: 100%;
	margin-top: 15px;
	border-width: 0;
	position: relative;
}
.iconos-login{
	width: 20px;
	height: 20px;
	position: absolute;
	pointer-events: none;
	left: 28px;
	top: calc(50% - 11px);
}
.view-img{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 26px;
	top: calc(50% - 11px);
	cursor: pointer;
}
.input-login{
	border-width: 0;
	height: 50px;
	width: 100%;
	padding: 0px 24px 0px 64px; 
	border-radius: 5px;
	background: var(--grey3);
}
.padd-passwd{
	padding-right: 56px; 
}
.input-login + .input-login{
	margin-top: 15px;
}
.boton-iniciar-sesion{
	margin-top: 15px;;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	background-color: var(--accent);
	color: var(--white);
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	border-width: 0;
}
.forgot-passwd {
	margin-top: 15px;
	color: #8E8E8E;
	font-size: small;
}
.forgot-passwd2{
	font-size: small;
	color: var(--accent);
	text-decoration: none;
	cursor: pointer;
}
.forgot-passwd2:hover{
	color: var(--black);
}


.cuerpo {
	width: 100%;
	height: 100%;
}

.left-menu {
	width: 260px;
	min-width: 260px;
	height: 100%;
	
	background: var(--base);
	
	border-right: solid 1px var(--grey4);
	
	position: relative;
	
	padding: 52px 0 39px 16px;
	
	z-index: 20;
}
	
	.left-menu-toggle {
		position: absolute;
		
		width: 40px;
		height: 40px;
		
		border-radius: 20px;
		
		background: var(--white);
		
		cursor: pointer;
		
		border: solid 1px var(--grey);
		
		top: calc(65px / 2 - 20px);
		left: calc(100% - 20px);
	}

.left-menu-logo {
	margin-left: 12px;
}

.right-body {
	height: 100%;
	
	overflow: hidden;
}

.top-menu {
	/*height: 65px;*/
	min-height: 65px;
	
	background: var(--white);
	
	border-bottom: solid 1px var(--grey4);
	
	padding: 0 46px 0 60px;
	
	position: relative;
	
	z-index: 10;
}
	
	.top-titulo {
		font-size: 28px;
		font-weight: 700;
		
		color: var(--black);
	}
	
	.top-options {
		
	}
		
		.top-options > * + * {
			margin-left: 16px;
		}
		
		.top-round-icon {
			width: 40px;
			min-width: 40px;
			height: 40px;
			
			border-radius: 50%;
			
			background: var(--grey5);
			
			cursor: pointer;
		}
		
		.top-round-icon-img {
			width: 40px;
			min-width: 40px;
			height: 40px;
		}
		
		.top-search {
			border-radius: 20px;
			
			transition: all .2s ease-in-out;
		}
		
		.top-search.open {
			width: 300px;
		}
			
			.top-search .input-search {
				width: 0;
				display: none;
				transition: all .2s ease-in-out;
				
				border-width: 0;
				background: transparent;
			}
			
			.top-search.open .input-search {
				width: calc(100% - 58px);
				
				display: block;
				
				margin-left: 18px;
			}
			
			.top-search img {
				width: 24px;
				height: 24px;
			}
		
		.top-alert {
			position: relative;
		}
		
		.top-alert.active:after {
			position: absolute;
			
			content: '';
			
			top: 2px;
			right: 2px;
			
			background: var(--red);
			
			border-radius: 50%;
			
			width: 6px;
			height: 6px;
		}
			
			.top-alert img {
				width: 24px;
				height: 24px;
			}
		
		.top-user-data {
			cursor: pointer;
			text-decoration: none;
		}
			
			.top-user-data div + div {
				margin-left: 12px;
			}
			
			.top-profile-img {
				background: var(--grey4);
			}
			
			.top-profile-name {
				font-weight: 700;
				font-size: 16px;
				text-decoration: none;
				line-height: 19px;
				color: var(--black);
			}


.section-content {
	overflow: auto;
	
	padding: 52px 34px;
}

.left-menu-title {
	color: #51CBFF;
	color: #D3eaf0;
	font-size: 12px;
	font-weight: 500;
	
	margin-top: 32px;
	margin-bottom: 8px;
	margin-left: 18px;
}

.left-menu-item {
	height: 56px;
	
	color: #CCD2E3;
	color: rgba(255,255,255,.7);
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	
	padding-left: 16px;
	
	border-radius: 6px 0 0 6px;
	
	display: block;
	
	cursor: pointer;
}

.left-menu-item + .left-menu-item {
	margin-top: 1px;
}

.left-menu-item:hover {
	background: #10225B;
	background: #6a8fa5;
	background: rgba(255,255,255,.3);
	
	color: #CCD2E3;
	color: rgba(255,255,255,.7);
}

.left-menu-item-budget {
	margin-left: auto;
	
	margin-right: 8px;
	
	background: var(--orange);
	
	color: var(--white);
	font-size: 11px;
	font-weight: 600;
	
	border-radius: 20px;
	
	padding: 0 8px;
	
	height: 18px;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.left-menu-item.active {
	background: #1B2B65;
	background: #6a8fa5;
	background: rgba(255,255,255,.39);
	
	color: var(--white);
}
	
	.left-menu-item img {
		margin-right: 8px;
		opacity: .8;
	}
	
	.left-menu-item.active img {
		opacity: 1;
	}




.block {
	background: var(--white);
	
	box-shadow: 0px 5px 10px #F1F2FA;
	
	border-radius: 8px;
	
	padding: 26px 40px 28px;
	
	overflow: auto;
}

@media (max-width: 768px) {
	.block {
		padding: 26px 16px 28px;
	}
}

.block-offset {
	margin-bottom: 28px;
}

.block-flex {
	display: flex;
}



.dashboard-value-big {
	font-size: 50px;
	font-size: 40px;
	font-size: 30px;
	
	line-height: 60px;
	font-weight: 600;
	
	color: var(--black);
}

.dashboard-title-big {
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	
	color: var(--black);
}

.limpieza-realizada-no {
	background: var(--red);
	
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	
	height: 28px;
	width: 50px;
	
	border-radius: 4px;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.limpieza-realizada-si {
	background: var(--green);
	
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	
	height: 28px;
	width: 50px;
	
	border-radius: 4px;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.dashboard-small-data-big {
	margin-top: 10px;
	font-size: 10px;
	color: #7B7D8B;
}
	
	.dashboard-small-data-big img {
		margin-top: -2px;
	}

.dashboard-small-data-big-value {
	font-weight: 500;
	color: var(--grey);
	
	margin: 0 3px;
}

.dashboard-small-data-big-value-green {
	color: var(--green);
}

.dashboard-small-data-big-value-red {
	color: var(--red);
}

.right-line {
	border-right: solid 1px var(--grey);
}

.top-ver {
	color: var(--white);
	font-size: 12px;
	text-decoration: none;
	font-weight: 500;
	white-space: nowrap;
	
	background: var(--grey);
	
	padding: 0 12px;
	
	height: 28px;
	
	border-radius: 4px;
	
	margin-left: 12px;
}

.top-ver:hover {
	color: var(--white);
	background: var(--grey2);
}

.top-ver + .top-ver {
	margin-left: 4px;
}

.block-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
}

.top-data-inside {
	padding: 0 16px;
}

.block-title-small {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	
	margin-bottom: 7px;
}

.block-value-small {
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
}

.listado-options {
	position: relative;
}

.listado-options > * + * {
	margin-left: 7px;
}

.listado-options-item {
	
}

.listado-options-button {
	height: 42px;
	
	padding: 0 20px 0 16px;
	
	border-width: 0;
	
	border-radius: 3px;
	
	background: var(--accent);
	
	font-size: 14px;
	color: var(--white);
	font-weight: 700;
	
	cursor: pointer;
}

	.listado-options-button img {
		margin-right: 12px;
	}

.block-chart {
	width: 100%;
	height: 90px;
	
	margin-top: 20px;
}
	
	.block-chart svg {
		overflow: visible;
	}


.listado-options-elem {
	background: #F4F4F4;
	
	border-radius: 3px;
	
	height: 42px;
	
	font-weight: 500;
	font-size: 14px;

	cursor: pointer;
	
	padding: 0 20px 0 16px;
	
	position: relative;
}
	
	.listado-options-elem img {
		margin-right: 9px;
	}

.listado-options-elem-modal {
	position: absolute;
	
	top: calc(100% + 1px);
	left: 50%;
	
	min-width: 100%;
	max-height: 300px;
	transform: translateX(-50%);
	
	background: var(--grey4);
	
	border-radius: 3px;
	
	box-shadow: 0px 5px 10px rgba(0,0,0,.1);
	
	display: flex;
	flex-direction: column;
	
	z-index: 5;
	
	overflow: auto;
}
	
	.listado-options-elem-modal-item {
		padding: 6px 12px;
		
		color: var(--black);
		text-decoration: none;
	}
	
	.listado-options-elem-modal-item:hover {
		background: var(--grey);
		color: var(--black);
	}
	
	.listado-options-elem-modal-item.active {
		background: var(--accent);
		color: var(--white);
	}

.block {
	overflow: visible;
}

.block-table-hook {
	/*overflow: auto;*/
	
	overflow: auto;
	overflow: visible;
	overflow: auto;
	
	width: calc(100% + 80px);
	
	margin: 5px -40px 0 -40px;
}

@media (max-width: 768px) {
	.block-table-hook {
		width: calc(100% + 32px);
		
		margin: 5px -16px 0;
	}
	 
}


.block-table {
	width: 100%;
}
	
	.block-table td {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.block-table thead tr td {
		height: 70px;
		
		font-size: 15px;
		font-weight: 700;
	}
	
	.block-table tbody tr td {
		border-top: solid 1px var(--grey);
		
		padding-top: 18px;
		padding-bottom: 18px;
	}
	
	.block-table td {
		padding-left: 12px;
		padding-right: 12px;
	}

@media (max-width: 768px) {
	.block-table td {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.block-table thead tr td {
		font-size: 13px;
	}
}

.table-line-active {
	background: var(--grey4);
	background: #efeff4;
}

.table-propietario-name {
	font-size: 15px;
	font-weight: 600;
	
	display: flex;
	align-items: center;
}

.table-propietario-name > img {
	margin-left: 6px;
	
	cursor: pointer;
	
	opacity: .1;
}

.table-propietario-name:hover > img {
	opacity: 1;
}

.invoice-num-imp {	
	height: 22px;
	width: 50px;
	
	border: solid 1px #666;
	
	margin-left: 4px;	
	
	border-radius: 3px;
	
	font-size: 13px;
	color: #333;
}

.invoice-num-imp-accept {
	width: 22px;
	height: 22px;
	
	background: #EEE;
	
	margin-left: 4px;
	
	border-radius: 3px;
	
	cursor: pointer;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.invoice-num-imp-cancel {
	width: 22px;
	height: 22px;
	
	background: var(--red);
	
	margin-left: 4px;
	
	border-radius: 3px;
	
	cursor: pointer;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.invoice-num-imp-cancel img {
	transform: rotateZ(45deg);
}

.table-propietario-name-normal {
	font-size: 15px;
	font-weight: 400;
}

.table-propietario-email {
	font-size: 14px;
	font-weight: 400;
	color: var(--grey2);
}

.table-propietario-name i,
.table-propietario-email i {
	opacity: .3;
}

.table-propietario-name a,
.table-propietario-email a {
	color: var(--black);
	text-decoration: none;
}

.table-propietario-name a:hover,
.table-propietario-email a:hover {
	text-decoration: underline;
}

.table-propietario-extra {
	font-size: 12px;
	font-weight: 400;
	color: var(--black);
}


.table-propietario-estado {
	font-size: 15px;
	font-weight: 600;
	color: var(--grey);
}

	.table-propietario-estado-libre {
		color: var(--green);
	}
	
	.table-propietario-estado-ocupado {
		color: var(--red);
	}

.table-selector {
	width: 19px;
	height: 19px;
}

.table-settings {
	width: 32px;
	height: 32px;
	
	cursor: pointer;
	
	border-radius: 50%;
	
	position: relative;
}

.table-settings-modal {
	position: absolute;
	
	background: var(--white);
	
	border-radius: 8px;
	
	box-shadow: 0px 5px 10px #F1F2FA;
	
	top: 0;
	right: 0;
	
	z-index: 50;
	
	border: solid 1px var(--grey4);
	
	font-size: 14px;
	font-weight: 400;
	color: var(--grey2);
	
	overflow: hidden;
}

.expand {
	position: absolute;
	
	left: 0;
	right: 0;
	bottom: 0;
	
	height: 100px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	cursor: pointer;
	
	font-weight: 500;
	color: var(--base);
	font-size: 15px;
	
	z-index: 5;
	
	background: linear-gradient(rgba(255,255,255,0) 0%, rgb(184 198 210) 100%);
}


@media (max-width: 768px) {
	.block-table tbody tr td {
		font-size: 13px;
	}
	
	.table-propietario-name {
		font-size: 13px;
	}
	
	.table-propietario-email {
		font-size: 13px;
	}
	
	.limpieza-realizada-no {
		font-size: 12px;
		
		height: 24px;
		width: 35px;
	}
	
	
	.box-expand {
		max-height: 150px;
		
		overflow: hidden;
	}
}

.table-settings-modal > a,
.table-settings-modal > div {
	font-size: 14px;
	font-weight: 500;
	color: var(--grey2);
	text-decoration: none;
	padding: 6px 12px;
	display: block;
	white-space: nowrap;
}

.table-settings-modal > a:hover,
.table-settings-modal > div:hover {
	color: var(--grey2);
	background: #F0F0F0;
}

.table-settings-modal > a + a,
.table-settings-modal > div + div,
.table-settings-modal > a + div,
.table-settings-modal > div + a {
	border-top: solid 1px var(--grey4);
}

.table-settings:hover {
	background: var(--grey4);
}

.delete-text {
	color: var(--red);
	font-weight: 600;
	text-decoration: none;
	font-size: 13px;
	opacity: .3;
}

.resend-text {
	color: var(--grey2);
	font-weight: 600;
	text-decoration: none;
	font-size: 13px;
}

.delete-text:hover {
	color: var(--red);
	opacity: 1;
	text-decoration: underline;
}

.modal-bg {
	position: absolute;
	
	top: 0;
	left: 0;
	right: 0;
	
	height: 100%;
	
	background: rgba(0,0,0,.4);
	
	z-index: 99;
}
	
	.modal-box {
		background: var(--white);
		
		box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.22);
		
		border-radius: 8px;
		
		padding: 26px 40px 28px;
		
		max-width: 94%;
		max-height: 90%;
		
		max-width: 600px;
		
		overflow: auto;
	}
		
		.modal-title {
			font-size: 28px;
			font-weight: 700;
			
			margin-bottom: 21px;
		}
		
		.modal-form {
			min-width: 268px;
		}
			
			.modal-form-title {
				font-size: 15px;
				font-weight: 400;
				margin-bottom: 8px;
				
				white-space: nowrap;
			}
			
			.modal-form-value {
				font-size: 15px;
				font-weight: 400;
				
				border-radius: 3px;
				
				margin-bottom: 14px;
				
				background: var(--grey4);
				
				border-width: 0;
				
				width: 100%;
				height: 42px;
				
				padding: 0 14px;
			}
			
			.modal-form-textarea {
				font-size: 15px;
				font-weight: 400;
				
				border-radius: 3px;
				
				margin-bottom: 14px;
				
				background: var(--grey4);
				
				border-width: 0;
				
				width: 100%;
				
				padding: 6px 14px;
				
				resize: vertical;
			}
			
			.modal-form-upload {
				border: dashed 2px var(--grey4);
				
				border-radius: 3px;
				
				padding: 0 22px;
				
				margin-bottom: 8px;
				
				position: relative;
			}
			
			.modal-form-upload img {
				margin: 16px 0;
			}
			
			.modal-form-upload .add-foto {
				background-color: var(--accent);
				
				padding: 8px;
				
				border-radius: 3px;
				
				cursor: pointer;
			}
			
			.modal-form-upload input {
				width: 1px;
				height: 1px;
				
				opacity: 1;
				
				pointer-events: none;
				
				position: absolute;
				
				left: calc(50%);
				top: calc(50% + 20px);
			}
			
			.modal-form hr {
				background: var(--grey);
				opacity: 1;
			}


.required {
	position: relative;
  width: 12px;
  min-width: 12px;
  min-height: 14px;
  height: 14px;
  display: inline-block;
}
	.required:after {
		position: absolute;
		
		content: '*';
		
		color: var(--red);
	}

.page-text {
	color: var(--grey2);
	font-size: 14px;
	
	margin-top: 12px;
}

.page-left {
	margin-left: 12px;
	transform: rotateZ(90deg);
	opacity: .4;
	
	cursor: pointer;
}

.page-right {
	transform: rotateZ(-90deg);
	opacity: .4;
	
	cursor: pointer;
}

.page-text .active {
	opacity: 1;
}

.listado-options-elem-modal-search {
	width: 100%;
	height: 100%;
	
	top: 0;
	left: 0;
	
	position: absolute;
	
	transform: none;
	
	z-index: 5;
}

.listado-options-elem-modal-users {
	width: 100%;
	height: 100%;
	
	top: 0;
	left: 0;
	
	position: absolute;
	
	transform: none;
	
	z-index: 5;
}


.listado-options-elem-modal-search img {
	position: absolute;
	
	left: 16px;
	top: calc(50% - (17px / 2));
	
	width: 16px;
	height: 17px;
}

.options-search {
	width: 100%;
	height: 100%;
	
	border-width: 0;
	background: #F4F4F4;
	
	border-radius: 3px;
	
	font-size: 16px;
	
	padding: 0 12px 0 41px;
}

.table-filters {
	margin: 12px 0 0;
}

.table-filters span {	
	background: var(--grey);
	
	color: var(--black);
	font-size: 13px;
	
	padding: 3px 16px 1px;
	
	border-radius: 20px;
	
	display: flex;
	
	align-items: center;
}

.table-filters span + span {
	margin-left: 8px;
}

.table-filters b {
	margin-right: 6px;
}

.table-filters img {
	height: 12px;
	
	margin-top: -2px;
	margin-left: 6px;
	
	transform: rotateZ(45deg);
	
	cursor: pointer;
}

.modal-error {
	padding: 3px 12px;
	
	border: solid 1px var(--red);
	
	color: var(--red);
	font-size: 14px;
	font-weight: 600;
	
	background: #ffedf1;
	
	margin-bottom: 12px;
	
	cursor: default;
}

.modal-form-group {
	position: relative;
}

.modal-form-group-preselect {
	position: absolute;
	
	top: calc(100% + 1px - 14px);
	left: 0;
	right: 0;
	
	background: var(--grey4);
	
	border-radius: 0 0 3px 3px;
	
	max-height: 220px;
	
	overflow: auto; 
	
	z-index: 2;
	
	box-shadow: 0px 5px 10px rgba(0,0,0,.1);
}

.modal-form-group-preselect-item {
	padding: 4px 10px;
	
	cursor: pointer;
	
	font-size: 13px;
	font-weight: 500;
}

.modal-form-group-preselect-item:hover {
	background: var(--grey);
}

.no-data {
	background: var(--grey4);
	
	padding: 5px 20px;
	
	border-radius: 3px;
	
	font-size: 13px;
	font-weight: 600;
}

.btn-edit {
	background: var(--accent);
	
	color: var(--white);
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	
	padding: 4px 20px 3px;
	
	border-radius: 15px;
	
	cursor: pointer;
}

.btn-edit:hover {
	color: var(--white);
}

.calendar-block {
	padding-left: 26px;
	padding-right: 26px;
	
	position: relative;
}

.calendar-top {
	padding-bottom: 6px;
	border-bottom: solid 1px #BDBDBD;
}

.calendar-arrow {
	width: 30px;
	height: 30px;
	
	cursor: pointer;
	
	border-radius: 3px;
}

.calendar-arrow:hover {
	background: var(--grey4);
}

.calendar-title {
	color: #828282;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
}

.calendar-dias-name {
	color: #000;
	font-size: 8px;
	text-align: center;
	font-weight: 500;
}

.calendar-dias-name > div {
	width: calc(100% / 7);
	
	padding: 12px 0;
	
	cursor: pointer;
}


.calendar-dias {
	color: #000;
	font-size: 11px;
	text-align: center;
	font-weight: 500;
}

.calendar-dias > div {
	width: calc(100% / 7);
	
	min-height: 36px;
	line-height: 36px;
	
	cursor: pointer;
	
	border-radius: 3px;
}

.calendar-dias > div:hover {
	/*background: var(--grey4);*/
}

.calendar-dias > div:empty:hover {
	background: transparent;
}

.calendar-dias > div > div {
	position: relative;
	
	z-index: 10;
}

.calendar-now {
	/*background: var(--grey4);*/
	color: var(--white);
}

.calendar-now:after {
	position: absolute;
	
	content: '';
	
	border-radius: 50%;
	
	background: var(--green);
	
	width: 30px;
	height: 30px;
	
	z-index: 8;
}


.spinner-box {
	position: absolute;
	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: rgba(255, 255, 255, .7);
	background: rgba(0, 0, 0, .2);
	
	z-index: 90;
}

.spinner {
  border: 4px solid #FFF;
  border-left-color: var(--accent);
  width: 36px;
  height: 36px;
  
  border-radius: 50%;
  
  animation: spin 1s linear infinite;
}


.reserva-dia {
	position: relative;
	color: var(--base);
}
.reserva-dia-same {
	position: relative;
	color: var(--base);
}
.reserva-dia-last {
	position: relative;
	color: var(--base);
}
.reserva-dia-last-entrasale {
	position: relative;
	color: var(--base);
}

.reserva-dia-limpieza {
	position: relative;
	color: var(--base);
}

.reserva-dia:before {
	position: absolute;
	
	content: '';
	
	top: calc(50% - 12px);
	left: 8px;
	right: 0;
	
	height: 24px;
	
	background: var(--accent);
	
	border-radius: 20px 0 0 20px;
	
	z-index: 9;
	
	opacity: .3;
}

.reserva-dia-limpieza:before {
	position: absolute;
	
	content: '';
	
	width: 30px;
	height: 30px;
	
	background: #C4C4C4;
	
	border-radius: 20px;
	
	z-index: 9;
	
	opacity: .3;
	
	top: calc(50% - 15px);
	left: calc(50% - 15px);
}

.reserva-dia-same:before {
	position: absolute;
	
	content: '';
	
	top: calc(50% - 12px);
	left: 0;
	right: 0;
	
	height: 24px;
	
	background: var(--accent);
	
	z-index: 9;
	
	opacity: .3;
}

.reserva-dia-last:before {
	position: absolute;
	
	content: '';
	
	top: calc(50% - 12px);
	left: 0;
	right: 8px;
	
	height: 24px;
	
	background: var(--accent);
	
	border-radius: 0 20px 20px 0;
	
	z-index: 9;
	
	opacity: .3;
}

.reserva-dia-last-entrasale:before {
	position: absolute;
	
	content: '';
	
	top: calc(50% - 12px);
	left: 0;
	right: calc(50% - 5px);
	right: calc(50% - 2px);
	
	height: 24px;
	
	background: var(--accent);
	
	border-radius: 0 20px 20px 0;
	
	z-index: 9;
	
	opacity: .3;
}

.reserva-dia-last-entrasale:after {
	position: absolute;
	
	content: '';
	
	top: calc(50% - 12px);
	left: calc(50% - 5px);
	left: calc(50% - 2px);
	right: 0;
	
	height: 24px;
	
	background: var(--accent);
	
	border-radius: 20px 0 0 20px;
	
	z-index: 9;
	
	opacity: .3;
}

.reserva-dia-limpieza-count {
	position: absolute;
	
	top: -3px;
	right: -16px;
	
	height: 16px;
	min-width: 16px;
	
	line-height: normal;
	font-size: 8px;
	font-weight: 700;
	
	border-radius: 8px;
	
	border: solid 1px var(--white);
	
	background: #FB4949;
	
	color: var(--white);
}

.reserva-dia-limpieza-count-last {
	position: absolute;
	
	top: -3px;
	right: -16px;
	
	height: 16px;
	min-width: 16px;
	
	line-height: normal;
	font-size: 9px;
	font-weight: 600;
	
	border-radius: 8px;
	
	border: solid 1px var(--white);
	
	background: #CACACA;
	
	color: var(--white);
}


.add-propietario {
	width: 28px;
	min-width: 28px;
	height: 28px;
	
	border-radius: 6px;
	
	margin-left: 8px;
	
	cursor: pointer;
	
	background: var(--grey4);
	
	margin-bottom: 22px;
}

.add-propietario:hover {
	background: var(--grey);
}

.precio-small {
	font-size: 8px;
	line-height: 8px;
	font-weight: 700;
	color: var(--accent);
	
	position: absolute;
	
	left: calc(50% + 10px);
	
	top: calc(50% - 4px);
}

.add-coste {
	width: 32px;
	min-width: 32px;
	height: 32px;
	
	border-radius: 50%;
	
	background: #C4C4C4;
	
	cursor: pointer;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.horizontal-calendar {
	width: 100%;
	
	overflow: hidden;
}
	
	.horizontal-calendar-left {
		position: relative;
		
		width: 180px;
		min-width: 180px;
		max-width: 180px;
		
		padding: 0 8px;
		
		border-right: solid 1px var(--grey2);
		
		overflow: hidden;
		
		z-index: 10;
	}
	
	.horizontal-calendar-left-scroll {
		box-shadow: 4px 0 17px rgba(0, 0, 0, .15);
	}
		
		.horizontal-calendar-month {
			width: 100%;
			height: 38px;
			min-height: 38px;
		}
		
		.horizontal-calendar-inmuebles {
			overflow: auto;
			
			padding: 0 8px;
		}
			
			.horizontal-calendar-inmuebles-item {
				width: 100%;
				height: 50px;
				min-height: 50px;
				max-height: 50px;
				text-decoration: none;
			}
				
				.horizontal-calendar-inmuebles-item-foto {
					width: 4px;
					height: 40px;
					min-width: 40px;
					max-width: 40px;
					
					background-color: var(--grey4);
					background-position: center center;
					background-size: cover;
					background-repeat: no-repeat;
					
					border: solid 2px var(--grey4);
					
					border-radius: 50%;
				}
				
				.horizontal-calendar-inmuebles-item-texto {
					font-size: 13px;
					color: var(--grey2);
					font-weight: 500;
					white-space: nowrap;
					overflow: hidden;
					text-overflow: ellipsis;
					
					margin-left: 8px;
				}
	
	.horizontal-calendar-right {
		overflow: hidden;
	}
		
		.horizontal-calendar-days {
			font-size: 14px;
			color: var(--grey2);
			
			height: 38px;
			min-height: 38px;
			
			overflow: hidden;
			
			padding-right: 22px;
		}
			
			.horizontal-calendar-days > div {
				width: 50px;
				min-width: 50px;
				
				position: relative;
				
				border-right: solid 1px var(--grey4);
			}
			
			.horizontal-calendar-days > div > div {
				position: relative;
				
				z-index: 9;
			}
			
			.horizontal-calendar-days > .horizontal-calendar-days-today {
				color: var(--base);
				font-weight: 500;
			}
			
			.horizontal-calendar-days > .horizontal-calendar-days-today:before {
				position: absolute;
				
				content: '';
				
				top: calc(50% - 15px);
				left: calc(50% - 14px);
				
				width: 28px;
				height: 28px;
				
				background: var(--grey);
				
				border-radius: 50%;
				
				z-index: 9;
			}
		
		.horizontal-calendar-reservas {
			overflow: hidden;
		}
			
			.horizontal-calendar-reservas-item {
				width: 100%;
				height: 50px;
				min-height: 50px;
				max-height: 50px;
				
				position: relative;
			}
				
				.horizontal-calendar-reservas-item-day {
					width: 50px;
					min-width: 50px;
					height: 100%;
					
					position: relative;
					
					border-right: solid 1px var(--grey4);
				}
				
				.horizontal-calendar-reservas-bar {
					position: absolute;
					
					top: calc(50% - 12px);
					
					height: 24px; 
					
					border-radius: 2px;
					
					font-size: 11px;
					font-weight: 600;
					color: var(--white);
					letter-spacing: .4px;
					
					padding: 2px 8px 0;
				}

.col-5-blocks {
	width: calc(100% / 5);
}

.marcar-como-realizado {
	white-space: nowrap;
	font-size: 11px;
	font-weight: 600;
	color: var(--white);
	background: var(--accent);
	
	height: 30px;
	
	padding: 0 10px;
	
	border-radius: 15px;
	
	max-width: 150px;
	
	cursor: pointer;
}

.limpieza-realizado {
	white-space: nowrap;
	font-size: 11px;
	font-weight: 600;
	color: var(--white);
	background: var(--green);
	
	height: 30px;
	
	padding: 0 10px;
	
	border-radius: 15px;
	
	max-width: 150px;
	
	cursor: pointer;
}

.marcar-como-no-facturable {
	white-space: nowrap;
	font-size: 11px;
	font-weight: 600;
	color: var(--white);
	background: #F93030;
	
	height: 30px;
	
	padding: 0 10px;
	
	border-radius: 15px;
	
	max-width: 150px;
	
	cursor: pointer;
}

.marcar-como-facturable {
	white-space: nowrap;
	font-size: 11px;
	font-weight: 600;
	color: var(--white);
	background: var(--green);
	
	height: 30px;
	
	padding: 0 10px;
	
	border-radius: 15px;
	
	max-width: 150px;
	
	cursor: pointer;
}

.marcar-suplido-no {
	white-space: nowrap;
	font-size: 11px;
	font-weight: 600;
	color: var(--grey);
}

.marcar-suplido {
	white-space: nowrap;
	font-size: 11px;
	font-weight: 600;
	color: var(--green);
}

.limpiezas-pendientes {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	
	white-space: nowrap;
	border:  solid 1px var(--grey);
	
	height: 30px;
	
	padding: 0 15px;
	
	border-radius: 15px;
	
	color: var(--accent);
	
	cursor: pointer;
}

.limpiezas-pagadas {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	
	white-space: nowrap;
	
	height: 30px;
	
	padding: 0 15px;
	
	border-radius: 15px;
	
	color: var(--green);
}

.lista-gastos-add {
	height: 60px;
	
	border-top: solid 1px var(--grey);
	
	font-size: 15px;
	color: #C4C4C4;
	font-weight: 600;
	
	cursor: pointer;
}

.lista-gastos-add:hover {
	background: rgba(0,0,0,.05);
}

.lista-gastos-add-icon {
	width: 37px;
	min-width: 37px;
	height: 37px;
	
	background: #C4C4C4;
	
	border-radius: 50%;
	
	margin-right: 7px;
}

.listado-simple-gasto {
	height: 60px;
	
	border-top: solid 1px var(--grey);
	
	font-weight: 600;
	color: var(--black);
	
	cursor: pointer;
}

.lista-gastos-control-icon {
	width: 37px;
	min-width: 37px;
	height: 37px;
	
	background: var(--accent);
	
	border-radius: 50%;
	
	margin-right: 7px;
}

.borrar-gasto-item {
	color: #E82B2B;
	font-weight: 600;
	text-decoration: underline;
	font-size: 13px;
	
	cursor: pointer;
}

.filtro-mobil-text {
	font-weight: 600;
	font-size: 14px;
	color: #313A4E;
}

.filtro-mobil-select {
	font-size: 15px;
	font-weight: 400;
	
	border-radius: 8px;
	
	background: var(--white);
	
	border-width: 0;
	
	width: 100%;
	height: 42px;
	
	padding: 0 14px;
	
	margin-left: 22px;
}

.limpieza-dia-titulo {
	font-weight: 600;
	font-size: 25px;
	color: #1C1F37;
	max-width: 200px;
	padding-bottom: 16px;
}

.table-propietario-total {
	font-weight: 600;
	font-size: 30px;
	color: #24D42B;
}

.gastos-mobile-por-realizar {
	width: 100%;
	height: 42px;
	background: var(--accent);
	
	border-radius: 6px;
	
	color: var(--white);
	font-size: 14px;
	font-weight: 600;
	
	border-width: 0;
	
	text-align: center;
	
	margin-top: 12px;
	margin-bottom: 6px;
}

.gastos-mobile-add-extras {
	height: 40px;
	background: #595959;
	
	border-radius: 6px;
	
	color: var(--white);
	font-size: 14px;
	font-weight: 600;
	
	border-width: 0;
	
	text-align: center;
	
	margin-top: 12px;
	margin-bottom: 6px;
	
	padding: 0 34px;
}

.estadisticas-mobile-ver-calendario {
	background: var(--accent);
	
	color: var(--white);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	
	border-radius: 6px;
	
	width: 100%;
	height: 49px;
	
	border-width: 0;
	
	margin-top: 20px;
}

body {
	overflow: hidden;
}
.base {
	overflow: hidden;
}


.role-lista-ver-inmuebles {
	margin-top: 8px;
	margin-right: 6px;
	
	background: #EEE;
	
	color: #666;
	font-size: 12px;
	font-weight: 500;
	
	padding: 3px 12px;
	
	border-radius: 20px;
}

.media-list {
	margin-right: 12px;
}

.media-list:empty {
	margin-right: 0;
}

.media-list > div {
	width: 80px;
	height: 80px;
	
	background-color: #EEE;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	cursor: pointer;
	
	border-radius: 3px;
	
	position: relative;
	
	overflow: hidden;
	
	margin-right: 8px;
	margin-bottom: 8px;
}

.media-new-bar {
	position: absolute;
	
	background: var(--accent);
	
	bottom: 0;
	left: 0;
	right: 0;
	
	padding: 2px 0 1px;
	
	text-align: center;
	
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #FFF;
}

.add-new-media {
	width: 80px;
	height: 80px;
	
	background: #EEE;
	
	cursor: pointer;
	
	border-radius: 3px;
}

.add-new-media img {
	opacity: .3;
}

.add-new-media:hover img {
	opacity: 1;
}

.media-borrar {
	position: absolute;
	
	background: var(--red);
	
	bottom: 0;
	left: 0;
	right: 0;
	
	padding: 2px 0 1px;
	
	text-align: center;
	
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #FFF;
}

.media-list-del-hook {
	background: rgba(0,0,0,.5);
	
	position: absolute;
	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	display: none;
}

.media-list > div:hover .media-list-del-hook {
	display: flex;
}


.limpiador-incidencia {
	text-align: center;
	
	margin-top: 10px;
}

.limpiador-incidencia-btn {
	border: solid 1px var(--red);
	
	padding: 2px 10px;
	
	border-radius: 4px;
	
	cursor: pointer;
	
	color: var(--red);
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
}

.limpiador-incidencia-btn:active {
	color: var(--red);
}

@media only screen and (max-width: 768px) {
	.top-menu {
		padding: 0 24px;
	}
		
		.top-titulo {
			font-size: 20px;
		}
	
	.block-title {
    font-size: 18px;
    line-height: 33px;
	}
	
	.top-data-inside {
		padding: 0;
	}
	
	.right-line {
		border-width: 0;
	}
	
	.section-content {
		padding: 24px 16px
	}
	
	.horizontal-calendar-days,
	.horizontal-calendar-reservas {
		overflow: auto;
	}
	
	.modal-box {
		max-width: 94%;
		max-height: 90%;
	}
	
	.left-menu {
		width: 246px;
		min-width: 246px;
		
		border-width: 0;
		
		position: absolute;
		
		left: -246px;
		
		overflow: auto;
		
		transition: all .2s ease-in-out;
	}
	
	
	.col-5-blocks {
		width: 100%;
	}
	
	.content-login-inside {
		min-width: inherit;
	}
	
	.section-content-limpiador {
		padding-top: 20px;
	}
	
	.calendar-block-limpiador {
		padding-left: 13px;
		padding-right: 13px;
	}
	
	
}


.inicio {
	font-size: 24px;
	color: #333;
	font-weight: 500;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.inicio {
		font-size: 18px;
	}
}

.full-web {
	width: 100vw;
	height: 100vh;
	
	background: var(--base);
	
	overflow: hidden;
	
	display: flex;
	
	justify-content: center;
}
	
	.full-web-content {
		background: #FFF;
		
		border-radius: 3px;
		
		padding: 24px 32px;
		
		margin: 24px 36px;
		
		max-width: 840px;
		width: calc(100% - 72px);
		
		overflow: auto;
		
		flex-grow: 1;
		
		box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 14%);
	}
		
		.full-web-content-title {
			font-size: 32px;
			font-weight: 600;
			
			margin-top: 12px;
			margin-bottom: 24px;
		}
		
		.full-web-content-text {
			font-size: 14px;
		}

.textos-volver,
.textos-volver:hover {
	padding: 4px 18px;
	border: solid 1px #EEE;
	
	color: #EEE;
	font-size: 14px;
	letter-spacing: .5px;
	
	border-radius: 20px;
	
	text-decoration: none;
}

.textos-volver:hover {
	background: rgba(255,255,255,.2);
}

.btn-descargar {
	background: #e6e7e7;
	
	border-radius: 3px;
	
	padding: 4px 12px;
	
	font-size: 12px;
	font-weight: 500;
	color: var(--base);
	color: var(--grey2);
	
	cursor: pointer;
}

.contrato-texto-description {
	font-size: 14px;
	font-weight: 400;
	color: #585858;
}

.wysiwyg-items {
	margin-bottom: 4px;
}

.wysiwyg-item {
	width: 32px;
	height: 32px;
	
	background: #FFF;
	
	border-radius: 3px;
	
	cursor: pointer;
	
	font-size: 14px;
}

.wysiwyg-item.active, 
.wysiwyg-item:hover {
	background: #F0F0F0;
}

.wysiwyg-item + .wysiwyg-item {
	margin-left: 4px;
}

.wysiwyg-vertical-line {
	width: 1px;
	height: 32px;
	
	background: #DDD;
	
	margin: 0 12px;
}


.fixed-popup {
	position: fixed;
	
  border-radius: 6px;
  
  padding: 9px 14px;
  
  top: 20px;
  right: 20px;
  
  background: var(--grey);
  
  transition: all .2s ease-in-out;
  
  z-index: 99;
  
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  
  width: 100%;
  min-width: 260px;
  max-width: 340px;
  
  cursor: pointer;
}

.fixed-popup.color-green {
	background: var(--green);
}

.fixed-popup.color-red {
	background: var(--red);
}

.fixed-popup-title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #FFF;
	text-transform: capitalize;
	
	border-bottom: solid 1px rgba(255,255,255,.5);
	
	margin-bottom: 6px;
	padding-bottom: 3px;
}

.fixed-popup-text {
	font-size: 13px;
	letter-spacing: .5px;
	color: #FFF;
}


.card-list-block {
	border-bottom: solid 1px var(--grey);
	padding: 12px 10px;
	
	letter-spacing: .5px;
}

.card-list-block:hover {
	background: rgba(0,0,0,.05);
}

.card-result {
	font-size: 13px;
	font-weight: 500;
}

.card-result-error {
	color: var(--red);
}

.card-result-success {
	color: var(--green);
}


.card-name {
	font-size: 14px;
	font-weight: 500;
	color: var(--grey2);
	
	margin-right: 24px;
	
	width: 100%;
	max-width: 90px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.card-brand {
	color: var(--bs-primary);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.card-number {
	color: var(--bs-gray);
  font-size: 14px;
  font-weight: 500;
}

.card-explire {
	color: var(--grey2);
  font-size: 12px;
  
  margin-top: -4px;
}

.card-btn-delete {
	color: var(--white);
  font-size: 12px;
  font-weight: 500;
  
  background: var(--red);
  
  padding: 4px 12px;
  
  border-radius: 3px;
  
  cursor: pointer;
  
  margin-left: 6px;
  
  opacity: .25;
}

.card-btn-default {
	color: var(--white);
  font-size: 12px;
  font-weight: 500;
  
  background: var(--grey2);
  
  padding: 4px 12px;
  
  border-radius: 3px;
  
  cursor: pointer;
  
  opacity: .25;
}

.card-list-block:hover .card-btn-delete,
.card-list-block:hover .card-btn-default {
  opacity: 1;
}


.plan-nombre {
	font-size: 24px;
  color: var(--bs-primary);
  font-weight: 700;
  letter-spacing: .5px;
  
  padding-bottom: 12px;
  
  border-bottom: dashed 1px var(--grey);
}

.plan-interior {
	padding-top: 16px;
  letter-spacing: .5px;
}


.plan-precio {
	font-size: 32px;
	font-weight: 600;
	color: var(--black);
}

.plan-contratar {
	font-size: 14px;
	font-weight: 600;
	color: var(--white);
  background: var(--bs-primary);
  
  margin-top: 32px;
  
  padding: 8px 0;
  
  border-radius: 4px;
  
  cursor: pointer;
}

.plan-contratado {
	font-size: 14px;
	font-weight: 600;
	color: var(--white);
  background: var(--bs-teal);
  
  margin-top: 32px;
  
  padding: 8px 16px;
  
  border-radius: 4px;
}

.plan-descuento {
	background: var(--bs-orange);
	
	color: var(--white);
	font-size: 14px;
	font-weight: 600;
	
	padding: 4px 14px;
	
	border-radius: 20px;
	
	margin-top: 12px;
}

.mensajes-lista-usuarios {
	width: 300px;
	min-width: 300px;
	
	border-right: solid 1px var(--grey);
	padding-right: 24px;
	
	display: flex;
	flex-direction: column;
}

.mensajes-lista-usuarios-buscar {
	width: 100%;
	height: 42px;
	min-height: 42px;
	
	border: solid 1px var(--grey);
	
	border-radius: 4px;
	
	display: flex;
	align-items: center;
	
	padding: 0 12px;
	
	margin-bottom: 16px;
	
	position: relative;
}

.mensajes-lista-usuarios-buscar input {
	flex-grow: 1;
	
	border-width: 0;
}

.mensajes-lista-usuarios-buscar img {
	margin-left: 12px;
}

.mensajes-lista-dropdown {
	position: absolute;
	
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	
	padding: 12px;
	
	border-radius: 8px;
	
	background: var(--grey);
	
	box-shadow: 0px 5px 10px rgba(0,0,0,.1);
	
	max-height: 200px;
	
	overflow: auto;
}

.mensajes-lista-dropdown.close {
	display: none;
}

.mensajes-lista-dropdown-item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	font-size: 14px;
	font-weight: 500;
	color: var(--black);
	
	cursor: pointer;
	
	padding: 4px 0;
}

.mensajes-chat {
	padding-left: 24px;
	
	display: flex;
	flex-direction: column;
}

.mensajes-lista-usuario-item {
	display: flex;
	
	margin-bottom: 12px;
	
	cursor: pointer;
	
	border-radius: 10px;
	
	padding: 12px;
}

.mensajes-lista-usuario-item:last-child {
	margin-bottom: 0;
}

.mensajes-lista-usuario-item.active,
.mensajes-lista-usuario-item:hover {
	background: var(--grey3);
}

.mensajes-lista-usuario-item-avatar {
	width: 48px;
	min-width: 48px;
	height: 48px;
	
	background-color: var(--grey);
	
	border-radius: 50%;
	
	margin-right: 12px;
	
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mensajes-lista-usuario-item-avatar-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-size: 16px;
	font-weight: 600;
}

.mensajes-lista-usuario-item-text {
	display: flex;
	align-items: center;
	flex-grow: 1;
	
	overflow: hidden;
}

.mensajes-lista-usuario-item-text-user {
	flex-grow: 1;
	overflow: hidden;
}

.mensajes-lista-usuario-item-text-user-name {
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.mensajes-lista-usuario-item-text-user-last {
	font-size: 12px;
	font-weight: 400;
	color: var(--grey2);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.mensajes-lista-usuario-item-date {
	display: flex;
	flex-direction: column;
	
	align-items: flex-end;
	
	font-size: 14px;
	
	margin-bottom: auto;
}

.mensajes-lista-usuario-item-date-new {
	margin-top: auto;
	
	font-size: 11px;
	font-weight: 600;
	color: #FFF;
	
	padding: 0 8px;
	
	border-radius: 20px;
	
	height: 18px;
	
	display: flex;
	align-items: center;
	
	background: var(--orange);
}

.mensajes-lista-usuario-item-date-new.none {
	display: none;
}


.mensajes-chat-user {
	display: flex;
	align-items: center;
	
	margin-bottom: 12px;
	padding-bottom: 12px;
	
	border-bottom: solid 1px var(--grey3);
}

.mensajes-chat-avatar {
	width: 58px;
	height: 58px;
	
	background: var(--grey);
	
	border-radius: 50%;
	
	margin-right: 24px;
	
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mensajes-chat-avatar-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
}

.mensajes-chat-messages {
	flex-grow: 1;
}

.messages-chat-empty {
	padding: 32px 0;
	
	font-size: 20px;
	font-weight: 400;
	color: var(--grey2);
	text-align: center;
	
	height: 100%;
	
  display: flex;
  align-items: center;
  justify-content: center;
}

.mensajes-chat-message-item {
	background: var(--grey3);
	
	padding: 12px 18px;
	
	border-radius: 0 10px 10px 10px;
	
	font-size: 14px;
	
	max-width: 65%;
}

.mensajes-chat-message-item + .mensajes-chat-message-item {
	margin-top: 16px;
}

.mensajes-chat-message-item-self {
	margin-left: auto;
	
	background: var(--black);
	
	color: #FFF;
	
	border-radius: 10px 0 10px 10px;
}

.mensajes-chat-message-item-date {
	font-size: 11px;
	font-weight: 500;
	
	margin-top: 8px;
}

.mensajes-chat-message-item-self .mensajes-chat-message-item-date {
	text-align: right;
}


.messages-chat-write {
	display: flex;
	align-items: center;
	
	border-top: solid 1px var(--grey3);
	
	padding-top: 12px;
	margin-top: 12px;
}

.messages-chat-write-message {
	flex-grow: 1;
	
	border: solid 1px var(--grey);
	
	min-height: 42px;
	
	border-radius: 6px;
	
	padding: 4px 12px;
	
	display: flex;
}

.messages-chat-write-message textarea {
	background: transparent;
	
	border-width: 0;
	
	min-height: 34px;
	
	flex-grow: 1;
	
	resize: none;
}

.messages-chat-write-send {
	width: 42px;
	height: 42px;
	
	background: var(--bs-secondary);
	
	border-radius: 50%;
	
	margin-left: 16px;
	
	cursor: pointer;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.mensajes-chat {
	overflow: hidden;
  height: 100%;
  
  display: flex;
  flex-direction: column;
}

.mensajes-lista-usuarios,
.mensajes-chat-messages {
  overflow: auto;
  height: 100%;
}

.mensajes-chat-text {
	
}

.mensajes-chat-text-inmueble {
	font-size: 12px;
	opacity: .5;
}

.user-documentos-item {
	width: 124px;
	min-width: 124px;
	height: 124px;
	
	border: solid 1px var(--grey);
	
	border-radius: 3px;
	
	margin: 0 14px 12px 0;
	
	position: relative;
	
	overflow: hidden;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.user-documentos-item-label {
	position: absolute;
	
	bottom: 0;
	left: 0;
	right: 0;
	
	height: 24px;
	
	background: var(--grey);
	
	color: #333;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 700;
	text-transform: uppercase;
}

.user-documentos-item-delete {
	position: absolute;
	
	width: 20px;
	height: 20px;
	
	background: var(--red);
	
	color: var(--white);
	font-size: 9px;
	font-weight: 500;
	
	border-radius: 50%;
	
	top: 8px;
	right: 8px;
	
	display: none;
	
	cursor: pointer;
}

.user-documentos-item:hover .user-documentos-item-delete {
	display: flex;
}

.user-documentos-item-add {
	width: 124px;
	min-width: 124px;
	height: 124px;
	
	border: dashed 1px var(--grey);
	
	cursor: pointer;
	
	border-radius: 3px;
	
	font-weight: bold;
	color: var(--base);
	font-size: 14px;
}


.modal-search {
	display: flex;
	align-items: center;
}

.modal-search > input {
	flex-grow: 1;
	
	border: solid 1px #EEE;
	
	border-radius: 3px;
	
	height: 42px;
	
	padding: 0 12px;
}

.modal-search > div {
	margin-left: 8px;
	
	border-radius: 21px;
	
	background: #F0F0F0;
	
	width: 42px;
	height: 42px;
	
	cursor: pointer;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-search > div.active {
	background: var(--base);
}

.modal-search > div.active img {
	filter: invert(100%);
}

.inventario-item {
	height: 38px;
	
	display: flex;
	align-items: center;
	
	padding-left: 8px;
	
	background: #F0F0F0;
	
	margin-top: 6px;
	
	border-radius: 3px;
	
	position: relative;
}

.inventario-item-text {
	flex-grow: 1;
}

.inventario-item-icon {
	margin-left: 8px;
	
	width: 42px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	padding: 4px 0;
	
	opacity: .25;
	
	cursor: pointer;
}

.inventario-item-icon.active {
	opacity: 1;
}

.inventario-item-delete {
	position: absolute;
	
	top: calc(50% - 14px);
	left: calc(100% + 4px);
	
	cursor: pointer;
}

.inventario-item-delete img {
	transform: rotateZ(45deg);
}


.chart_arrow {
	width: 28px;
	height: 28px;
	
	border-radius: 4px;
	
	background: #F4F4F4;
	
	cursor: pointer;
}

.chart_arrow.disabled {
	opacity: .5;
	pointer-events: none;
}

	.chart_arrow .left {
		transform: rotateZ(90deg);
	}
	
	.chart_arrow .right {
		transform: rotateZ(-90deg);
	}

.chart_year {
	font-weight: 500;
  font-size: 14px;
  
  margin: 0 10px;
}


.lista-inmuebles {
	max-height: 200px;
	
	overflow: auto;
}

.lista-inmuebles-head {
	height: 32px;
	
	background: #F0F0F0;
	
	margin-top: 12px;
}
	
	.lista-inmuebles-head .lista-inmuebles-title {
		padding-left: 8px;
		
		font-size: 15px;
		font-weight: 500;
		color: #333;
	}
		
	.lista-inmuebles-head .lista-inmuebles-item-options {
		
	}
		
		.lista-inmuebles-head .lista-inmuebles-item-options .lista-inmuebles-item-options-select {
			width: 50px;
			min-width: 50px;
			
			font-size: 13px;
			font-weight: 600;
			color: #555;
		}


.lista-inmuebles-item {
	padding: 6px 0px 6px 8px;
}

.lista-inmuebles-item + .lista-inmuebles-item {
	border-top: solid 1px #EEE;
}
	
	.lista-inmuebles-item .lista-inmuebles-title {
		font-size: 13px;
		font-weight: 500;
		color: #777;
		letter-spacing: .5px;
	}
	
	.lista-inmuebles-item .lista-inmuebles-reset {
		font-size: 12px;
		font-weight: 500;
		color: #8026f1;
		letter-spacing: .5px;
		
		margin-right: 8px;
		
		cursor: pointer;
		
		opacity: .1;
	}
	
	.lista-inmuebles-item:hover .lista-inmuebles-reset {
		opacity: 1;
	}
		
	.lista-inmuebles-item .lista-inmuebles-item-options {
		
	}
		
		.lista-inmuebles-item .lista-inmuebles-item-options .lista-inmuebles-item-options-select {
			width: 50px;
			min-width: 50px;
		}

.selector-fecha {
	
	border: solid 1px #AAA;
	
	border-radius: 3px;
	
	background: #FFF;
	
	font-size: 13px;
}