:root{
	--main-bg-color: #e6e6e6;
}

body{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-size: 12px;
}

/*|=|RICHTEXT EDITOR|=|*/
[data-my-richtext] h2{/*Titre*/
	color: #004e60;
	font-family: "Times New Roman", serif;
}
[data-my-richtext] h4{/*sous titre*/
	color: #1b8045;
	font-family: "Open Sans", sans-serif;
}
[data-my-richtext] div{/*normal*/
	color: #0d31bd;
}
[data-my-richtext] b{/*bold*/

}
[data-my-richtext] i{/*italic*/
	opacity: .5;
}
[data-my-richtext] u{/*underline*/

}


/*========================================================= LOGIN */
.login{
	height: 100%;
	display: flex;
	background: #a6224a;
	justify-content: center;
	align-items: center;
}
.popup-login{
	background: #fff;
	padding: 40px;
	border-radius: 2px;
	box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.30);
	width: 400px;
}
.popup-login label{
	margin: 5px 0 0 0;
}
.login-button{
	float: right;
	margin: 10px 0 0 0;
	padding: 10px 20px;
	background: #a6224a;
	border-radius: 2px;
}
.error{
	min-height: 31px;
	padding: 5px 0;
	color: #b11b1b;
}

/*========================================================= ADMIN */
.admin-viewport{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--main-bg-color);
	color: #666;
}
.admin-viewport header{
	position: absolute;
	left: 0;
	height: 40px;
	top: 0;
	right: 0;
	background: #fff;
	display: flex;
	justify-content: stretch;
}
.workspace-menu{
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	width: 180px;
	background:  linear-gradient(to bottom, #333 0%,#222222 100%);;
	color: #fff;
	transition-duration: 500ms;
	font-weight: 300;
}
.main-view{
	height: 100%;
	padding: 40px 0 0 180px;
	transition-duration: 500ms;
}
.logo{
	width: 350px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: "Kanit", sans-serif;
	font-size: 35px;
	color: #333;
	padding: 0 0 7px 10px;
	text-decoration: underline;
	text-decoration-color: #a6224a;
}
.logo .yellow{
	color: #a6224a;
}
.logo .mintitle{
	font-size: 25px;
}
.searchbar{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchbar label{
	width: 60%;
}
.searchbar input{
	height: 30px;
	border-radius: 20px;
	background: #e6e6e6;
	padding: 0 20px;
}
.top-buttons{
	width: 350px;
	flex-shrink: 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
}
.button{
	width: 60px;
}
.button.account{
	background: url("../../clientside/images/logout.png") no-repeat center;
	cursor: pointer;
}
.edit-switch{
	width: 80px;
	font-weight: 400;
	text-align: center;
	position: relative;
	padding: 6px 0;
}
.grab{
	width: 30px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 2px;
	top: 4px;
	height: 30px;
	z-index: 10;
	transition-duration: 500ms;
}
.switch{
	width: 76px;
	height: 25px;
	overflow: hidden;
	margin: auto;
	border-radius: 15px;
	background: #eee;
	position: relative;
}
.movin-part{
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 130px;
	height: 100%;
	position: relative;
	left: -54px;
	transition-duration: 500ms;
}
.on{
	width: 80px;
	flex-shrink: 0;
	background: #60bd19;
	color: #fff;
	line-height: 26px;
}
.off{
	width: 80px;
	flex-shrink: 0;
	background: #bd1919;
	color: #fff;
	line-height: 26px;
}
.switch-on .grab{
	left: 48px;
}
.switch-on .movin-part{
	left: 0;
}
.workspace-item{
	height: 40px;
	display: flex;
	justify-content: stretch;
	position: relative;
	font-size: 14px;
	z-index: 10;
}
.workspace-hidden{
	flex-grow: 1;
	display: flex;
	align-items: center;
	padding: 5px 10px;

}
.workspace-shown{
	width: 40px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
	background: no-repeat center;
}
.workspace-list .workspace-item{
	cursor: pointer;
}
.workspace-shown.workspace-pdt-button{
	display: flex;
	align-items: center;
	justify-content: center;
}
.workspace-title{
	background-color: rgb(32, 32, 32);
	background-image: linear-gradient(45deg, #222 25%, transparent 25%, transparent 75%, #222 75%, #222), linear-gradient(45deg, #222 25%, transparent 25%, transparent 75%, #222 75%, #222), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
	background-size: 5px 5px, 5px 5px, 5px 2.5px;
	background-position: 0px 0px, 2.5px 2.5px, 0px 0px;
}
.workspace-title .workspace-hidden{
	justify-content: center;
	text-align: center;
	border-bottom: 2px solid #a6224a;
	font-weight: 900;
	font-size: 20px;
	font-style: italic;
}
.workspace-expend{
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
	background: url(../../clientside/images/ws-expand.png) center /40px 40px;
	cursor: pointer;
	transition-duration: 1s;
}
.workspace-add{
	background: #a6224a;
	width: 250px;
	margin: 10px 5px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	padding: 5px 0;
	border-radius: 40px;
}
.workspace-add .workspace-shown{
	background: rgba(0, 0, 0, 0.30);
}
.workspace-node.selected{
	color: #a6224a;
	font-weight: 400;

}
.workspace-viewport{
	height: 100%;
	position: relative;
	border-top: 1px solid #e6e6e6;
}
.workspace-viewport{
	font-weight: 400;
}
.workspace-list{
	overflow: auto;
	height: calc(100% - 40px);
}

/*========================================================= PRODUCT */
.infopdt-viewport{
	height: 100%;
	position: relative;
	display: flex;
	align-items: stretch;
	overflow: auto;
}
.infopdt-column{
	flex-shrink: 0;
	width: 50%;
	padding: 15px;
}
.gridview-empty{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e6e6e6;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	color: #bbb;
}
.tabcontent .gridview-empty{
	top: -40px;
}
.infopdt-tile{
	padding: 15px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.infopdt-tile:not(:first-child){
	margin-top: 15px;
}
.fakeInput{
	display: flex;
	height: 30px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 0 5px;
	font: 400 13.3333px Arial;
	align-items: center;

}
.fakeTextarea{
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 5px;
	font: 400 13.3333px Arial;
	min-height: 60px;
}
.fakelabel, label{
	margin: 5px 0;
	display: block;
}
.infopdt-img{
	height: 400px;
	background: no-repeat center /contain;
}
.infolabel-img{
	height: 70px;
	background: no-repeat center /cover;
}
.infopdt-formflex{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.infopdt-formflex .fakelabel,
.infopdt-formflex label{
	flex-shrink: 0;
}
.infopdt-formflex.c2 .fakelabel,
.infopdt-formflex.c2 label{
	width: 49%;
}
.infopdt-formflex.c3 .fakelabel,
.infopdt-formflex.c3 label{
	width: 32%;
}
.infopdt-formflex.c4 .fakelabel,
.infopdt-formflex.c4 label{
	width: 24%;
}
.form-pdt-add, .form-bo{
	height: 100%;
	background: #fff;
	overflow: hidden;
	padding: 15px;
	position: relative;
}
.infopdt-grid{
	padding: 0;
	max-height: 300px;
	margin: 0 0 15px 0 ;
}
.infopdt-grid h2{
	color: #666;
	padding: 2px 5px;

}
.infopdt-label{
	/* display: flex; */
}
.label-bubble{
	height: 62px;
	width: 62px;
}
.label-img{
	height: 100%;
	width: 100%;
	background: no-repeat center /contain;
}
.pdt-label-tile{
	margin: 10px 10px 0 0;
	padding: 15px;
}
.jourpickup-viewport{
	height: 100%;
}
.days-picker{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.days-picker-list{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.days-picker-title{
	flex-shrink: 0;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
}
.days-picker-btns{
	flex-shrink: 0;
	height: 50px;
	border-top: 1px solid #ddd;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.days-picker-btn{
	margin: 0 0 0 20px;
	padding: 6px 45px;
	background: #a6224a;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
}
.days-picker-tile{
	margin: 0 20px 0 0;
	height: 200px;
	width: 300px;
	text-align: center;
	background: rgba(191, 11, 10, 0.32);
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.days-picker-tile:last-child{
	margin: 0;
}
.days-picker-tile-title{
	height: 30px;
	line-height: 30px;
	flex-shrink: 0;
	background: #FFFFFF;
}
.days-picker-tile-statut{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
}
.days-picker-tile.selected{
	background: rgba(66, 141, 56, 0.31);
}
.days-picker-tile .days-picker-tile-statut-open,
.days-picker-tile.selected .days-picker-tile-statut-close{
	display: none;
}
.days-picker-tile .days-picker-tile-statut-close,
.days-picker-tile.selected .days-picker-tile-statut-open{
	display: block;
}
.year-viewport{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.year-header{
	height: 50px;
	line-height: 50px;
	text-align: center;
	flex-shrink: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.year-picker{
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	padding: 5px;
}
.year-picker-month{
	position: relative;
	height: 33.33%;
	width: 25%;
	padding: 5px;
}
.year-picker-month-content{
	position: relative;
	height: 100%;
	background: #fff;
	border-radius: 2px;
}
.year-picker-opened {
	background: rgba(80, 175, 41, 0.3);
	border: 2px solid #fff;
}
.year-picker-closed {
	background: rgba(255, 51, 51, 0.30);
	border: 2px solid #fff;
}
.year-title{
	font-size: 28px;
}
.year-header > div:not(.change-model){
	padding: 0 10px;
	margin: 0 10px;
}
.year-prev, .year-next{
	cursor: pointer;
}
.change-model{
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	padding: 0 20px;
	border-radius: 20px;
	background: #ddd;
	cursor: pointer;
	line-height: 40px;
}
.hour-picker-list{
	flex-grow: 1;
	display: flex;
	align-items: stretch;
	border-top: 1px solid #e6e6e6;
}
.hour-picker-tile{
	height: 100%;
	width: 300px;
	text-align: center;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.hour-picker-tile:not(:first-child){
	border-left: 1px solid #ccc;
}
.hour-picker{
	font-size: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.hour-tile{
	flex-grow: 1;
	margin: 2px;
	background: rgba(80, 175, 41, 0.3);
}
.hour-tile.closed{
	background: rgba(255, 51, 51, 0.30);
}
.year-title span{
	font-size: 18px;
}
.hour-viewport{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.bc-btn-add{
	margin: auto;
	width: 220px;
	text-align: center;
	padding: 10px 0;
	border-radius: 50px;
	background: #237b96;
	color: #fff;
	cursor: pointer;
}
.bc-add-vp{
	height: 100%;
	display: flex;
}
.bc-add-vp > div{
	width: 50%;
	flex-shrink: 0;
}
.bc-add-right{
	padding: 10px;
	background: #ececec;
}
.bc-btn-tile{
	background: #fff;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bc-qte-box{
	display: flex;
	align-items: center;
	width: 100px;
	background: #237b96;
	padding: 2px;
	border-radius: 2px;
	color: #fff;
}
.bc-qte-box > div {
	width: 30%;
	flex-shrink: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
}
.bc-qte{
	text-align: center;
}

/*========================================================= FACTURE */
.tabfacture{
	width:100%;
	border:1px solid black;
	border-collapse:collapse;
}

.tabfacture td{
	border:1px solid black;
}


/*========================================================= DASHBOARD */
.dashboard-scroll{
	height: 100%;
	overflow: auto;
}
.dashboard{
	--col1: 1;
	--col2: 25;
	--lastcol: 50;
	min-height: 100%;
	padding: 10px;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill,20px);
	grid-template-rows: repeat(auto-fill,20px);
	justify-content: center;
	background: #f3f3f3;
}
.db-tile{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 #0003;
	overflow: hidden;
}
.db-tile.db-nobg{
	background: none;
	box-shadow: none;
}
.db-head{
	display: flex;
	align-items: center;
	font-size: 34px;
	font-weight: 500;
	color: #333;
	grid-column: var(--col1) /  var(--lastcol);
}
.db-col1{
	grid-column: var(--col1) /  var(--col2);
}
.db-col2{
	grid-column: var(--col2) /  var(--lastcol);
}
.db-colfull{
	grid-column: var(--col1) /  var(--lastcol);
}
.db-btnbar{
	display: flex;
	align-items: center;
}
.db-button{
	padding: 5px 10px;
	background: #a6224a;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 10px 0 0;
}
.db-title{
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 400;
	color: #333;
}
.db-late{
	background: #ad4c4c;
	color: #fff;

}
.db-todo{
	background: #368165;
	color: #fff;

}
.db-current{
	background: #bd5132;
	color: #fff;

}
.db-task {
	display: flex;
	align-items: center;
	font-size: 18px;
}
.db-task-action{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 5px;
	background: #00000063;
}
.db-task-action > span{
	display: block;
	padding: 5px;
	cursor: pointer;
	border-radius: 3px;
}
.db-task-action > span:hover{
	background: #0003;
}
.db-task-block{
	padding: 5px;
	font-size: 16px;
	font-weight: 700;
}
.db-task-block > div{
	font-size: 14px;
	font-weight: 400;
}
.db-task-right{
	margin: 0 0 0 auto;
}
.db-task-date{
	padding: 0 16px;
	position: relative;
}
.db-task-date:not(:last-child)::after{
	content: '-';
	position: absolute;
	right: 0;
	top: 8px;
	bottom: 8px;
	width: 2px;
	font-size: 0;
	background: #fff6;
	border-radius: 3px;
}
.db-milestone{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
}
.db-milestone-txt{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.db-milestone-txt > div{
	font-weight: 700;
	font-size: 16px;
}


/*========================================================= WORKSPACE FINANCE */
.myui-isdrag{
	pointer-events: none !important;
}
.fincal{
	height: 100%;
	position: relative;
}
.fincal-head{
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.fincal-body{
	height: calc(100% - 40px);
	position: relative;
	overflow: hidden;
	font-family: monospace;
}
.fincal-month{
	--pos: 0;
	position: absolute;
	top: 0;
	left: calc(calc(100% / 6) * var(--pos));
	bottom: 0;
	background: #f6f6f6;
	border-left: 3px solid #ddd;
	border-right: 3px solid #ddd;
	width: calc(100% / 6);
}
.fincal-month:nth-child(1){--pos: 0;}
.fincal-month:nth-child(2){--pos: 1;}
.fincal-month:nth-child(3){--pos: 2;}
.fincal-month:nth-child(4){--pos: 3;}
.fincal-month:nth-child(5){--pos: 4;}
.fincal-month:nth-child(6){--pos: 5;}

.fincal-month-title{
	height: 30px;
	text-align: center;
	background: #669ba7;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #fff;
}
.fincal-month-balance{
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 0 5px;
	border-top: 1px solid #ddd;
}
.fincal-balance-val{
	font-size: 16px;
	font-weight: bold;
	color: #2d704a;
}
.fincal-balance-val.fincal-negative{
	color: #b93b3b;
}
.fincal-month-days{
	height: calc(100% - 60px);
}

.fincal-day{
	height: calc(100% / 31);
	background: #fff;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5px;
	font-size: 12px;
}
.fincal-day.fincal-day-weekend{
	background: #eee;
	color: #333;
}
.fincal-day.fincal-today{
	background: #f6f4e1;
	color: #902400;
}
.fincal-day.fincal-day-disabled{
	background: #f6f6f6;
	border-bottom: 1px solid transparent;
}
.fincal-day.fincal-day-disabled:last-child{
	border-bottom: 1px solid #ddd;
}
.fincal-day-num{
	font-weight: bold;
}
.fincal-mouvement, .fincal-mouvement-group{
	font-size: 12px;
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 3px;
	background: #8ce2e4;
	padding: 0 4px;
	overflow: hidden;
	white-space: nowrap;
}
.fincal-mouvement-group{
	cursor: pointer;
}
.prospect-vp{
	color: #333;
	height: 100%;
}
.prospect-header{
	height: 76px;
	padding: 0;
}
.prospect-headerbar{
	background: #015f75;
	color: #fff;
	height: 100%;
}
.prospect-header-top{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.prospect-header-bot{
	height: 26px;
	background: #fff;
	display: flex;
	align-items: center;
}
.prospect-title{
	font-size: 14px;
	font-weight: 900;
	padding: 9px;
	display: flex;
	align-items: center;
}
.prospect-icon{
	height: 32px;
	width: 32px;
	background: #a6224a;
	margin: 0 9px 0 0;
	-webkit-mask: url("../../clientside/images/target.svg") no-repeat center /contain;
	mask: url("../../clientside/images/target.svg") no-repeat center /contain;
}
.prospect-headerbar input.prospect-search{
	height: 32px;
	width: 250px;
	border-radius: 3px;
	background: #FFF;
	border: none;
	padding: 0 42px 0 10px;
}
.prospect-tab{
	height: 100%;
	padding: 0 15px;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
	margin: 0 2px 0 0;
	color: #333;
	cursor: pointer;
}
.prospect-tab.prospect-selected{
	color: #a6224a;
}
.prospect-button{
	padding: 0 10px;
	height: 32px;
	background: #a6224a;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 20px;
	display: flex;
	align-items: center;
}
.prospect-button li{
	position: relative;
	top: 1px;
	margin: 0 5px 0 0;
}
.prospect-searchbox{
	position: relative;
}
.prospect-search-btn{
	position: absolute;
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #a6224a;
	top: 0;
	right: 0;
	cursor: pointer;
}
.agenda-user{
	height: 100%;
	position: relative;
}
.my-agenda-container{
	height: 100%;
	position: relative;
}
.my-agenda-header{
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.my-agenda-body{
	height: calc(100% - 40px);
	display: flex;
	align-items: stretch;
}
.my-agenda-days{
	height: 100%;
	width: calc(100% - 250px);
	display: flex;
	align-items: stretch;
	overflow: auto;
}
.my-agenda-notask .my-agenda-days{
	width: 100%;
}
.my-agenda-notask .my-agenda-tasks{
	display: none;
}
.my-agenda-tasks{
	height: 100%;
	width: 250px;
	border-left: 2px solid #ddd;
}
.my-agenda-task{
	margin: 0 0 5px 0;
	border-radius: 8px;
	background: #a6224a;
	color: #fff;
	padding: 5px;
}
.my-agenda-tasks-title{
	height: 30px;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
.my-agenda-tasks-list{
	height: calc(100% - 30px);
	overflow: auto;
	padding: 5px;
}
.my-agenda-day-column{
	height: 100%;
	width: 20%;
	border-left: 1px solid #ddd;
}
.my-agenda-day-column:first-child{
	border-left: none;
}
.my-agenda-day-column.my-agenda-day-column-user{
	width: 10%;
}
.my-agenda-day-header{
	height: 30px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	position: sticky;
	top: 0;
	z-index: 10;
}
.my-agenda-day-content{
	height: calc(100% - 30px);
}
.my-agenda-day-box{
	height: 50%;
	background: #fff;
	padding: 5px;
	position: relative;
}
div:not(.my-agenda-user-box) > .my-agenda-day-am{
	border-bottom: 3px solid #a6224a;
}
div:not(.my-agenda-user-box) > .my-agenda-day-pm{
	border-top: 3px solid #a6224a;
}
.my-agenda-user-box > .my-agenda-day-am{
	border-bottom: 1px solid #ddd;
}
.my-agenda-title{
	font-size: 17px;
	font-weight: 700;
}
.my-agenda-today-box{
	padding: 0 20px;
}
.my-agenda-today-button{
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 4px 10px;
	cursor: pointer;
	transition: .5s;
}
.my-agenda-today-button:hover{
	background: #ddd;
}
.my-agenda-weekselector-box{
	display: flex;
}
.my-agenda-weekselector-text{
	padding: 0 10px;
}
.my-agenda-weekselector-prev, .my-agenda-weekselector-next{
	cursor: pointer;
}
.my-agenda-event{
	background: #a6224a;
	border-radius: 8px;
	padding: 3px;
	color: #fff;
	margin: 0 0 5px 0;
	z-index: 1;
	position: relative;
	font-size: 12px;
}
.my-agenda-task-info, .my-agenda-event-info{
	cursor: pointer;
}
.my-agenda-event-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.my-agenda-user-box {
	height: 210px;
	background: #fff;
	border-bottom: 2px solid #a6224a;
	position: relative;
}
.my-agenda-user{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
}
.my-agenda-add{
	position: absolute;
	z-index: 10;
	right: 5px;
	display: none;
	background: #1c8349;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
}
.my-agenda-add-pm{
	bottom: 5px;
}
.my-agenda-add-am{
	bottom: 109px;

}
.my-agenda-user-box:hover .my-agenda-add{
	display: block;
}
.my-agenda-user-flex{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.my-agenda-day-am:before{
	content: "AM";
	position: absolute;
	top: 5px;
	left: 5px;
	color: #ddd;
	font-size: 10px;
	font-weight: 600;
}
.my-agenda-day-pm:before{
	content: "PM";
	position: absolute;
	top: 5px;
	left: 5px;
	color: #ddd;
	font-size: 10px;
	font-weight: 600;
}
.acc-avatar-img{
	height: 100%;
	border-radius: 50%;
	background: no-repeat center /cover;
}
.acc-avatar{
	height: 36px;
	width: 36px;
	padding: 2px;
	background: #fff;
	border-radius: 50%;
}
.my-form{
	height: 100%;
	overflow: auto;
	background: #efefef;
	position: relative;
}
.my-form label{
	padding: 3px 0;
}
.my-form-body{
	display: flex;
	align-items: stretch;
}
.my-form-body.my-form-flexbody{
	height: 100%;
}
.my-form-main{
	width: calc(100% - 300px);
	padding: 6px 3px 6px 6px;
}
.my-form-side{
	width: 300px;
	padding: 6px 6px 6px 3px;
}
.my-form-tile{
	box-shadow: 0 1px 2px 0 #0000002b;
	border-radius: 8px;
	position: relative;
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
}
.my-form-multipicker{
	margin: 5px 0 0;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.my-form-multipicker-option{
	padding: 5px;
	opacity: .5;
}
.my-form-multipicker-option.my-form-selected{
	opacity: 1;
}
.my-form-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.my-form-flex > div{
	width: calc(calc(100% / var(--nbcol)) - 4px);
}
.my-form-content{
	display: flex;
	align-items: flex-start;
	width: 900px;
	height: 100%;
	overflow: auto;
}
.my-form-chat{
	width: calc(100% - 900px);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.my-form-chat-header{
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
}
.my-form-chat-body{
	height: calc(100% - 160px);
	background: #f6f6f6;
	overflow: auto;
}
.my-form-chat-footer{
	height: 120px;
	background: #fff;
	border-top: 1px solid #ddd;
	padding: 10px;
}
.my-form-chat-footer textarea.my-form-chat-input{
	height: 100%;
	border-radius: 10px;
	padding: 10px;
	resize: none;
}
.docs{
	height: 100%;
	background: #f6f6f6;
	--docs-header-heigth: 40px;
}
.docs-header{
	height: var(--docs-header-heigth);
	background: #fff;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.docs-body{
	height: calc(100% - var(--docs-header-heigth));
	overflow: auto;
}
.docs-title{
	padding: 0 15px;
	font-size: 18px;
}
.docs-actions{
	padding: 0 15px;
}
.docs-btn{
	padding: 5px 15px;
	background: #039eef;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}
.docs-empty{
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 48px;
	font-weight: 800;
	color: #0002;
}
.docs-explorer{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 30px;
}
.docs-tile{
	cursor: pointer;
	position: relative;
}
.docs-icon{
	text-align: center;
	font-size: 50px;
}
.docs-file-rm{
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	font-size: 10px;
	display: none;
	align-items: center;
	background: #fff;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0 1px 2px 0 #0005;
	cursor: pointer;
	color: #ba3939;
	transition: .3s;
}
.docs-tile:hover .docs-file-rm{
	display: flex;
}
.form-readonly{
	text-align: center;
	background: #c63e3e;
	color: #fff;
	padding: 10px 0;
}