@charset "UTF-8";

:root{
	--sepoa-property-row-height:45px;
	--sepoa-property-line-height:45px;
	--sepoa-property-border-color:#eee;
	--sepoa-property-primary-color: #4083FF;
	--sepoa-property-secondary-color: #3D5CFF;
	--sepoa-property-tertiary-color: #2E3C4C;
	--sepoa-property-font-size:12px;
	--sepoa-property-font-color:#2e3c4d;
	--sepoa-property-label-color: #707070;
	--sepoa-property-placeholder-font-size: 12px;
	--sepoa-property-placeholder-font-color: #b0b0c3;
	--sepoa-property-icon-size:18px;
	--sepoa-property-fold-background-color:#F7F7F7;
	--sepoa-property-validate-error-font-color: #ff0000;
}
.sepoa-property-base{
	width:100%;
	height:100%;
	overflow-y:auto;
}
.sepoa-property-base *{
	outline:none;
	font-size: var(--sepoa-property-font-size);
	color:var(--sepoa-property-font-color);
}
.sepoa-property-base,
.sepoa-property-item-child-base{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.sepoa-property-item.sepoa-property-hidden{
	display: none;
}

/* item */
.sepoa-property-item-base{
    display: flex;
    flex-direction: row;
    
    padding:5px 12px 5px 20px;
    
    line-height: var(--sepoa-property-line-height);
    
    border-bottom:solid 1px var(--sepoa-property-border-color);
}
.sepoa-property-item-child-base{
	overflow-y:hidden;
}
.sepoa-property-item-label{
	flex:none;
	line-height: var(--sepoa-property-line-height);
	color: var(--sepoa-property-label-color);
}
.sepoa-property-item-label.validate-error{
	color: var(--sepoa-property-validate-error-font-color);
}
.sepoa-property-item-icon{
	font-family: xeicon !important;
	display: inline-block;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	height:var(--sepoa-property-row-height);
	font-size:var(--sepoa-property-icon-size);
	display:flex;
	align-items:center;
	padding:0 0 0 10px;
}
.sepoa-property-item-contents{
	--sepoa-property-font-size: 14px;
	
	flex:1;
	display:flex;
	position: relative;
}
.sepoa-property-item-input{
	width:100%;
	height:var(--sepoa-property-row-height);
	overflow-y:hidden;
	
	border:0px;
	margin:0px;
	padding:0px;
	resize:none;
	
    line-height: var(--sepoa-property-line-height);
    
	text-align:right;
}
.sepoa-property-item-input.sepoa-property-item-text{
	font-weight: 400;
}
.sepoa-property-item-input.sepoa-property-item-number{
	font-weight: 500;
}
.sepoa-property-item-input.sepoa-property-style-primary{
	color: var(--sepoa-property-primary-color);
	font-weight: 500;
}
.sepoa-property-item-input.sepoa-property-style-secondary{
	color: var(--sepoa-property-secondary-color);
	font-weight: 500;
}
.sepoa-property-item-input.sepoa-property-style-tertiary{
	color: var(--sepoa-property-tertiary-color);
	font-weight: 500;
}
.sepoa-property-item-input::placeholder{
	font-size: var(--sepoa-property-placeholder-font-size);
	color: var(--sepoa-property-placeholder-font-color);
}
.sepoa-property-item-input-hidden{
	width:1px;
	height:1px;
	right:0px;
	top:50%;
	position:absolute;
}

/* item - text */


/* item - fold */
.sepoa-property-item-fold > .sepoa-property-item-base{
/* 	--sepoa-property-font-size:14px; */
/* 	--sepoa-property-row-height:25px; */
/* 	--sepoa-property-line-height:26px; */
	--sepoa-property-icon-size:16px;
	
	font-weight:500;
/* 	justify-content:flex-end; */
	
	background-color:var(--sepoa-property-fold-background-color);
}
.sepoa-property-item-fold > .sepoa-property-item-base .sepoa-property-item-label{
	margin-right: auto;
}
.sepoa-property-item-fold > .sepoa-property-item-base .sepoa-property-item-fold-extend{
	margin-left: auto;
}
.sepoa-property-item-fold > .sepoa-property-item-base .sepoa-property-item-fold-extend .sepoa-property-item-fold-extend-button{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sepoa-property-item-fold > .sepoa-property-item-base .sepoa-property-item-fold-extend .sepoa-button-item *{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.sepoa-property-item-fold > .sepoa-property-item-base .sepoa-property-item-fold-extend .sepoa-button-item *:before{
	color: var(--sepoa-property-font-color);
}
.sepoa-property-item-fold > .sepoa-property-item-base .sepoa-property-item-fold-extend .sepoa-button-item.property-fold-extend{
	border-radius: 100%;
	padding: 2px 10px;
}
.sepoa-property-item-fold > .sepoa-property-item-base .sepoa-property-item-fold-extend .sepoa-button-item.property-fold-extend .xi-sepoa-dummy:before{
	line-height: 26px;
	font-size: 11px;
}
.sepoa-property-item-fold > .sepoa-property-item-base .sepoa-property-item-fold-extend .sepoa-button-item{
	margin: 0px 0px 0px 5px;
}
.sepoa-property-item-fold > .sepoa-property-item-base .sepoa-property-item-fold-extend .sepoa-button-item:first-child{
	margin: 0px;
}
.sepoa-property-item-fold > .sepoa-property-item-base .sepoa-property-item-fold-extend .sepoa-button-item.sepoa-button-item-size-m{
	height: 32px;
}
.sepoa-property-item-fold > .sepoa-property-item-base .sepoa-property-item-fold-extend .sepoa-button-item-label{
	line-height: 32px;
}
.sepoa-property-item-fold > .sepoa-property-item-base .sepoa-property-item-icon:before{
	content: "\e944"
}
.sepoa-property-item-fold.sepoa-property-item-fold-close > .sepoa-property-item-base .sepoa-property-item-icon:before{
	content: "\e941"
}
.sepoa-property-item-fold.sepoa-property-item-fold-close > .sepoa-property-item-child-base{
	height:0px;
}

/* item - calendar */
.sepoa-property-item-calendar .sepoa-property-item-icon:before{
	content: "\e9a0";
	color: var(--sepoa-property-primary-color);
}

/* item - time */
.sepoa-property-item.sepoa-property-item-time {
	flex: 10;
}

/* item - complex */
.sepoa-property-item-complex .sepoa-property-item-child-base{
	width:100%;
	display:flex;
	flex-direction:row;
}
.sepoa-property-item-complex .sepoa-property-item-child-base .sepoa-property-item-time{
	max-width: 100px;
}
.sepoa-property-item-complex .sepoa-property-item-child-base > .sepoa-property-item:first-child{
	flex: 1 1 auto;
}
.sepoa-property-item-complex .sepoa-property-item-child-base .sepoa-property-item-base{
	display: flex;
    flex-direction: row;
    padding: 0px;
    line-height: var(--sepoa-property-line-height);
    border-bottom: 0px;
}

/* item - select */
.sepoa-property-item-select > .sepoa-property-item-base .sepoa-property-item-icon:before{
	content: "\e93e";
}

/* item - gallery */
.sepoa-property-item-gallery{
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}
.sepoa-property-item-gallery .sepoa-property-item-base{
	border: none;
}
.sepoa-property-item-gallery > .sepoa-property-item-child-base{
	height: 0px;
}
.sepoa-property-item-gallery > li{
	padding: 0px;
	min-width: 100px;
	min-height: 100px;
	display: flex;
	justify-content: center;
	flex: none;
	margin: 5px 10px;
}
.sepoa-property-item-gallery > .sepoa-property-item-base .sepoa-property-item-icon{
	border-radius: 50px;
	background-color: #12B392;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 60px;
}
.sepoa-property-item-gallery > .sepoa-property-item-base .sepoa-property-item-icon.sepoa-property-item-hidden{
	display: none;
}
.sepoa-property-item-gallery > .sepoa-property-item-base .sepoa-property-item-icon:before{
	content: "\ea4a";
}
.sepoa-property-item-gallery .sepoa-property-gallery-item{
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

/* item - toggle */
.sepoa-property-item-toggle-wrapper{
	flex: 1;
	display: flex;
	padding-left: 10px;
	justify-content: flex-end;
}
.sepoa-property-item-toggle-box{
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transform: scale(0.7);
	transition: all 0.2s;
}
.sepoa-property-item-toggle-box.enabled{
	background: var(--sepoa-property-primary-color);
}
.sepoa-property-item-toggle-box.disabled{
	background: #dfdfdf;
}
.sepoa-property-item-toggle-container{
	width: calc(100% - 10px);
	height: 70%;
	position: relative;
	transition:all 0.2s;
}
.sepoa-property-item-toggle-circle{
	width: 30px;
	height: 100%;
	background: white;
	border-radius: 30px;
	position: absolute;
	transition:all 0.2s;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.sepoa-property-item-toggle-circle.disabled{
	left: 0;
}
.sepoa-property-item-toggle-circle.enabled{
	transform: translateX(40px);
}

/* container */
.sepoa-property-item.sepoa-property-item-container .sepoa-property-item-base{
	padding-left: 5px;
}
.sepoa-property-item.sepoa-property-item-container .sepoaux_list{
	width: 100%;
}
.sepoa-property-item.sepoa-property-item-container .sepoaux_list table{
	width: 100%;
	margin: 0px;
}
.sepoa-property-item.sepoa-property-item-container .sepoaux_list .dhx_list_item,
.sepoa-property-item.sepoa-property-item-container .sepoaux_list .dhx_list_default_item_selected{
	border-bottom: 0px;
}
.sepoa-property-item.sepoa-property-item-container .sepoaux_list .dhx_list_item .sepoa_list_design{
	padding: 0px;
}

/* modal */
.sepoa-property-modal{
	transition:all 0.2s;
	width:0px !important;
}
.sepoa-property-modal.active{
	left:0 !important;
	width:100% !important;
}
.sepoa-property-modal .sepoaux_body_outer,
.sepoa-property-modal .sepoaux_body_inner{
	height:100%;
}