
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: #1d6779;
	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: #f1be52;
	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: -260px;
	width: 300px;
	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 40px;
	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: #f1be52;
}
.logo .yellow{
	color: #f1be52;
}
.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;
	z-index: 10;
}
.workspace-hidden{
	flex-grow: 1;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	font-size: 18px;
}
.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 #f1be52;
	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: #0099bc;
	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: #f1be52;
	font-weight: 400;

}
.workspace-viewport{
	height: 100%;
	position: relative;
	border-top: 1px solid #e6e6e6;
}
.workspace-viewport{
	font-weight: 400;
}

/*========================================================= 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: #f1be52;
	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;
}


