@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
}

body {
  display: flex;
  margin: 0;
  min-height: 100%;
  -webkit-print-color-adjust: exact;
}

body>* {
  box-sizing:border-box;
  }


/************ couleurs ************/


.green {
	color: #27ae61; /* PMS */
}
.green-bckcolor, .vigilance-vert {
	background-color: #27ae61; /* PMS */
}

.blue {
	color: #0275d8;
}

.grey-light {
	color:#F7F9F9;
}
.grey-light-bckcolor, .processus-item, .taskboard {
	background-color:#F7F9F9;
}
.grey-light-md {  /* gris bootstrap */
	color:#eceeef;
}
.grey-light-md-bckcolor {
	background-color:#eceeef;
}

.grey-medium {
	color:#ccc;
}
.grey-medium-bckcolor, .vigilance-grey {
	background-color:#ccc;
}


.grey-middark, .role-label, .objet-title-date, .bloc-header {
	color:#999;
}


.grey-dark {
	color:#666;
}



.red {
	color: #d9534f;
}
.red-bckcolor, .vigilance-rouge {
	background-color: #d9534f;
}

.orange {
	color: #f0ad4e;
}
.orange-cda {
	color: #f8ba1d;
}

.brand-color {
	color: #f8ba1d;
}
.brand-bckcolor, #revenu > div:nth-child(1), .vigilance-orange {
	background-color: #f8ba1d;
}
.brand-bordercolor, #revenu {
	border: 1px solid #f8ba1d;
}

.border-brand {
	border-left-color: #f8ba1d;
	border-left-width: .25rem;	
	border-left-style: solid;
}

.grey-brand-link {
	color:#ccc;
}
.grey-brand-link:hover {
	color:#f8ba1d;
}


/************ helpers ************/

.hide {
	display:none;
}


.box {
    border: 1px solid #ddd;
    border-radius: .25rem;
    padding: 0.4rem 1rem;
    margin-bottom: 1rem;
}

.bloc-header {
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 0.1rem;
	padding-right: 1rem;
	padding-bottom: 0.1rem;
	padding-left: 1rem;
	margin-bottom: 1rem;
}

.box .bloc-header {
	margin-left: -1rem;
	margin-right: -1rem;
}

.buttons-right {
	position:absolute;
	right:0px;
	top:0.3rem;
}
.box .buttons-right {
	right:1rem;
}

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


.vertical {  
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}




.HT:after {
  content: "HT";
  color:rgba(0,0,0,.15);
}



/************ overriding Bootstrap ************/


.form-control::-webkit-input-placeholder  {
	color:#E0E0E0;
}
.form-control:-moz-placeholder {
	color:#E0E0E0;
}
.form-control::-moz-placeholder { 
	color:#E0E0E0;
}
.form-control:-ms-input-placeholder {
	color:#E0E0E0;
}


.form-check-input {
    position: relative;
    margin-top: .25rem;
    margin-left: 0rem;
}

.display-4 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-5 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0.2rem;
}
.display-6 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0.2rem;
}



.nav {
    font-size: 0.9rem;
}


/************ overriding jquery ui ************/



.ui-widget {
    font-family: Arial,sans-serif;
    font-size: 0.9em;
}



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

  
#sidebar {
	display: block;
/*	background: #44505E; */
	background: #292b2c; /* noir bootstrap */
	width: 70px;
	min-height: 100vh;
	padding-top: 50px;
}

@media (max-width: 768px) { 
}


@media print {
	#sidebar, #header, #footer, .page-sidebar {
		display: none;
	}
}


#main {
  display: flex;
  flex-flow: column;
  flex: 1;
}


#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F7F9F9;
  border-bottom: 1px solid #E9EDF1;
  height: 50px;
  padding-left:10px;
  padding-right:10px;
}

@media (max-width: 768px) { 
	#header {
	     height:inherit;
	}
	#header .nom_complet {
		display: none;
	}
}

#header_test {
	background: #F93;
	color:#FFF;
	border-bottom: 1px solid #E9EDF1;
	height: 30px;
	padding-left:10px;
	padding-right:10px;
	font-size: large;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}


#content {
	flex: 2;
}

label {
	font-weight: bold;	
}


.green {
	color: #27ae61; /* PMS */
}

.blue {
	color: #0275d8;
}

.grey-light {
	color:#F7F9F9;
}
.grey-medium {
	color:#ccc;
}
.grey-dark {
	color:#666;
}

.red {
	color: #FF0000;
}

.orange {
	color: #f0ad4e;
}
.orange-cda {
	color: #f8ba1d;
}

.brand-color {
	color: #f8ba1d;
}

.border-brand {
    border-left-color: #f8ba1d;
	border-left-width: .25rem;	
}





/************* datatable **************/



table {
	font-size: 0.8rem;
	line-height: 1.5;
}
table .form-control-sm {
	font-size: 0.8rem;
}

		
.datatable-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.datatable-pagination .page-link {
    line-height: 1;
}
.datatable-pagination select.form-control:not([size]):not([multiple]), .datatable-pagination .dropdown .dropdown-toggle {
    height: calc(2rem + 2px);
	font-size: 0.9rem;
}
.datatable-pagination-mini select.form-control:not([size]):not([multiple]) {
    height: calc(1.4rem + 2px);
	font-size: 0.7rem;
}

.datatable-pagination ul {
    margin-bottom:0;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #f8ba1d;
    border-color: #f8ba1d;
}
.page-link {
    color: #f8ba1d;
    background-color: #fff;
    border: 1px solid #ddd;
}




.td-date {
	text-align:left;
	width:6rem;
}
.td-week {
	text-align:left;
	width:5rem;
}
.td-number {
	text-align:right;
	width:4rem;
}
.w-4rem {
	width:4rem;
}
.w-5rem {
	width:5rem;
}
.w-6rem {
	width:6rem;
}
.w-7rem {
	width:7rem;
}
.w-8rem {
	width:8rem;
}
.w-9rem {
	width:9rem;
}
.w-10rem {
	width:10rem;
}
.w-11rem {
	width:11rem;
}
.w-12rem {
	width:12rem;
}
.w-20rem {
	width:20rem;
}
.w-30rem {
	width:30rem;
}












.breadcrumb {
    padding: 0.2rem 1rem;
    margin-bottom: 1rem;
    background-color: #eceeef;
    border-radius: .25rem;
}
.breadcrumb a {
	color: #f8ba1d;
}



#sortable1, #sortable2 { /* 360px 320px */ 
	width: 45%;
	min-height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	margin-right: 10px;
}
#sortable1 li, #sortable2 li {
	border: 1px solid #eee;
	margin: 0 2px 2px 2px;
	padding: 5px;
	font-size: 0.8em;
	width: 90%;
	cursor:move;
}

#dropdown-menu-vue-active {
    text-align: left;
}

.dropdown-menu {
	font-size: 0.9rem;
}

#dropdown-menu-vues .row {
    margin-right: 0px;
    margin-left: 0px;
}
#dropdown-menu-vues .dropdown-item {
	padding-left: 5px;
}
.dropdown-item-actions {
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
.dropdown-item-actions a {
	padding-left: 0px;
}

#loader {
    display: none;
	margin: auto;
}
.loader {
    display: none;
	margin: auto;
}





.page-sidebar {
    width: 70px;
}


.page-sidebar, .page-sidebar a  {
	/* color: #CCC; */
	color: #f3a713;
}



.page-sidebar .page-sidebar-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-sidebar .page-sidebar-menu>li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}
.page-sidebar .page-sidebar-menu>li.active>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
    border: none;
    text-shadow: none;
    font-size: 13px;
}
.page-sidebar .page-sidebar-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
	min-height: 78px;
	display: block;
	position: relative;
	margin: 0;
	border: 0;
	text-decoration: none;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 2px;
}
.page-sidebar .page-sidebar-menu>li>a>.title, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>.title {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.page-sidebar-menu.page-sidebar-menu-hover-submenu li .sub-menu {
  background: #292b2c;
    display: none;
    width: 250px;
    z-index: 2000;
    position: absolute;
}
.page-sidebar .page-sidebar-menu .sub-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 8px 0;
}
.page-sidebar .page-sidebar-menu .sub-menu li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li {
    background: 0 0;
    margin: 0;
    padding: 0;
    margin-top: 1px!important;
}
@media (min-width: 992px)
layout.min.css:1
.page-sidebar-menu.page-sidebar-menu-hover-submenu li .sub-menu>li>a {
    margin: 3px;
}
.page-sidebar .page-sidebar-menu .sub-menu li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a {
    display: block;
    margin: 0;
    padding: 9px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    background: 0 0;
}
.page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover > .sub-menu {
    display: inline-block !important; }
.page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu {
    margin-left: 70px;
    margin-top: -78px; }
	
.page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu > li .sub-menu {
    margin-left: 250px;
    margin-top: -42px !important; }
.page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu > li .sub-menu {
    margin-left: -250px !important; }
.page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu > li .sub-menu > li > a {
    padding-left: 10px;
    padding-right: 10px; }		
	
	
.sub-menu > li > a {
	color:#FFF;
}
	
/********** TIMELINE ************/

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {  /* ligne verticale */
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 15%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
	top: 15px;
	width: 100%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.timeline > li.timeline-inverted > .timeline-panel {
/*  float: right; */
	left: calc(15% + 60px);
	max-width: 600px;
}
.timeline > li > .timeline-panel:before { /* triangle */
  position: absolute;
  top: 6px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after { /* triangle */
  position: absolute;
  top: 7px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 15%;
	margin-left: -20px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	padding-top: 9px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  font-size: 0.9rem;
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-date {
	position: absolute;
	font-size: 12px;
	color: #999;
	top: 25px;
	left: 0%;
}



/************ affaire ************/

.affaire-titre {
	margin-bottom: 15px;
}

.objet-title {
	margin-bottom: 15px;
	flex: 2;
}

.objet-title-date {
	font-size: 0.9rem;
}


@media (max-width: 768px) { 
	.affaire-titre {
		flex-direction: column;
	}
}




/************ affaire > rôles ************/

.roles {
  list-style: none;
  margin:0px;
  padding:0px;
}
.roles-item {
  position:relative;
}
.role-label {
	display:inline-block;
	font-size: 0.875rem;
	width: 40%;
}
.role-employe {
  position:relative;
  display:inline-block;
  width:59%;
}
.role-image {
	display:inline-block;
	width: 15%;
	min-width:30px;
	text-align: center;
}
.role-name {
	display:inline-block;
	font-size: 0.875rem;
}
.role-buttons {
	position:absolute;
	right:0px;
	top:0px;
}




/************ affaire > documents ************/

.documents {
  list-style: none;
  margin:0px;
  padding:0px;
}
.documents-item {
  position:relative;
  margin-bottom: 5px;
}

.documents-item img {  
	margin-right: 1rem;
	height: 20px;
}

.document-name {
	display:inline-block;
	font-size: 0.875rem;
	width: 60%;
}
.document-date {
	display:inline-block;
	font-size: 0.7rem;
}
.document-actions {
	display:inline-block;
	font-size: 0.875rem;
	margin-left: 2rem;
}
.folder-details {
	font-size: 0.7rem;
	font-style: italic;
	color: #999;	
	margin-left: 10px;
}








.dynamic-form-display {
	height:100%;
}


.nav-tabs {
	margin-bottom: 50px;
}

	



/************ affaire > proprietaire ************/



#proprietaire-display {
	position:relative
}
.proprietaire-card {
	margin-bottom: 2rem;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
}
.proprietaire-card span:first-child {
	display:block;
	line-height: 1;
	font-size: 0.75rem;
}
.proprietaire-card > span:nth-child(2) {  
	font-size: 0.9rem;
	font-weight: bold;	
}
.proprietaire-display-actions {
	position:absolute;
	right:0px;
	bottom:15px;
}


/************ affaire > revenu ************/



#revenu {
	position:relative;
    border-radius: .25rem;
    margin-bottom: 1rem;
	padding-right: 1rem;
}
#revenu > div:nth-child(1) {  
  	color: #FFF;
	font-size: 2rem;
	font-weight: bold;	
	padding-right: 1rem;
	padding-left: 1rem;
}
.revenu-card {
	padding-right: 0.2rem;
	padding-left: 0.2rem;
}
.revenu-card span:nth-child(1) {
	display:block;
	line-height: 1;
	font-size: 0.75rem;
}
.revenu-card span:nth-child(2) {
	display:block;
	line-height: 1;
	font-size: 2rem;
}

/************ affaire > jours-pose ************/



.jours-pose {
	position:relative;
    border: 1px solid #ddd;
    border-radius: .25rem;
    margin-bottom: 1rem;
	height: 100px;
}
.jours-pose > div {  
	padding-right: 1rem;
	padding-left: 1rem;
}
.jours-pose > div label {  
	font-weight: 500;	
}
/*
.jours-pose > div:nth-child(1), .jours-pose > div:nth-child(4) {  
	height: 100%;
	background-color: #ddd;
  	color: #FFF;
	font-size: 1.5rem;
	font-weight: 300;	
	padding-right: 1rem;
	padding-left: 1rem;
}
*/

/************ affaire > composants ************/



#composants {
	position:relative;
    border: 1px solid #ddd;
    border-radius: .25rem;
    margin-bottom: 1rem;
	padding: 1rem;
}
#composants > div:nth-child(1) {  
}
.composant-card {
	padding-right: 0.2rem;
	padding-left: 0.2rem;
}
.composant-card div:nth-child(1) {
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
}
.composant-card div:nth-child(2) {
	text-align: center;
	font-size: 0.7rem;
}
.composant-card div:nth-child(3) {
	text-align: center;
	font-size: 1rem;
}





/************ affaire > aménagements ************/



#amnagements {
	position:relative;
}

.amenagement {
}
.amenagement>  div:nth-child(1) {
    margin-bottom: 1rem;
}
.amenagement i {
	font-size: 1.2rem;
}



/************ affaire > NonConformite ************/



.NonConformite {
}
.NonConformite label {
    margin-bottom: 0rem;
    font-size: .9rem;
}

/*
CALCUL
.col-form-label-sm {
    padding-top: calc(.25rem - 1px * 2);
    padding-bottom: calc(.25rem - 1px * 2);
    font-size: .875rem;
}
*/


/************ affaire > vigilance ************/



.vigilance {
    display:inline-block;
	border-radius: .25rem;
	width: 50px;
}
.vigilance > div:nth-child(1) {  
	font-size: 0.6rem;
	text-align:center;
	color:#FFF;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
.vigilance > div:nth-child(2) {  
	font-size: 1.4rem;
	line-height: 1.2;
	text-align:center;
	color: #FFF;
	padding-bottom: 0.1rem;
}

.liste-vigilance {
    display:block;
	width: 100%;
}
.liste-vigilance > div:nth-child(1) {  
	font-size: 1rem;
	text-align:center;
	color: #FFF;
	padding:0.3rem;
}


/************ affaire > processus ************/


.processus-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	width:100%;
	padding:5px;
	margin-bottom:5px;
	border: 1px solid #CCC;
	border-left: 5px solid #59b89e;
}

.etape {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	width:95%;
	margin-left:5%;
	margin-bottom:5px;
	border: 1px solid #CCC;
	border-left: 5px solid #6c9cd5;
	font-size: 0.85rem;
}

.etape-titre {
	width: 60%;
	padding:5px;
	border-right: 1px solid #6c9cd5;
}
.etape-titre span {
	font-weight: 600;
}
.etape-roles {
	width: 15%;
	padding:5px;
}
.etape-objet {
	width: 20%;
	padding:5px;
	cursor:pointer;
}
.etape-actions {
	width: 5%;
	padding:5px;
	text-align:right;
}
.etape-calendrier span {
	font-size: 0.8rem;
	color:#666;
}
.etape-tache, .etape-calendrier, .etape-document  {
	cursor:pointer;
}
/************ affaire > tâches board ************/


.taskboard {
	display: flex;
	flex-direction: row;
	position: relative;
	border-bottom: 1px solid #CCC;
	font-size: 0.8rem;
}
.taskboard-header {
	font-weight: 600;	
}
.taskboard > div {
	width:20%;
	border-right: 1px solid #CCC;
	padding:10px;
}
.taskboard-header img {
	height:30px;
}

.taskcard {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	position:relative;
	background-color:#FFF;
	border: 1px solid #CCC;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2); /* horiz vert flou distance */
	padding:5px;
	margin-bottom:5px;
	margin-right:5px;
	height:100px;
	font-size: 0.8rem;
	z-index:999;
}
.à-venir {
	border-left: 4px solid #cccccc;
}
.à-faire {
	border-left: 4px solid #6c9cd5;
}
.en-cours {
	border-left: 4px solid #40c9cb;
}
.terminé {
	border-left: 4px solid #27ae61;
}

.taskcard  > div:nth-child(2) {
	color:#999;
	font-size: 0.7rem;
	margin:0px;
}
.taskcard  > div:nth-child(3) {
	position:absolute;
	bottom: 7px;
	right:10px;
}


/************ dates ************/



.week {
    display:inline-block;
	border-radius: .25rem;
	border: 1px solid #45A0BE;	
	width: 50px;
	margin-left: 15px;
}
.week > div:nth-child(1) {  
	font-size: 0.7rem;
	text-align:center;
	background-color: #45A0BE;
	color:#FFF;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
.week > div:nth-child(2) {  
	font-size: 1.5rem;
	font-weight: bold;	
	line-height: 1.2;
	text-align:center;
}

.badge-semaine {
	border-radius: .25rem;
	border: 1px solid #45A0BE;
	border-top: 4px solid #45A0BE;
	margin-left: 5px;
	padding-top: 0px;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	line-height: 1;
	font-size: 0.9rem;
	font-weight: 600;
}



/************ affaire > planning ************/




.ligneflex {
	display: flex;
	flex-direction: row;
	position: relative;
	width:100%;
	padding:0px;
	margin:0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CCC;
	height:40px;
}
.th {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:15%;
	padding:5px;
	margin:0px;
	border-right: 1px solid #CCC;
	font-size: 0.7rem;
}
.planning-roles {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:5%;
	padding:5px;
	margin:0px;
	border-right: 1px solid #CCC;
	font-size: 0.7rem;
}
.data {
	display: flex;
	flex-direction: row;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:80%;
	padding:0px;
	margin:0px;
}
.semaine {
	display: flex;
	flex-direction: row;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:10%;
	padding:0px;
	border-right: 1px solid #CCC;
}
.semaine div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:20%;
	padding:0px;
	border-right: 1px solid #F8F8F8; 
}
.semaine div:nth-of-type(5) {
	border: 0px;
}

.semaine-th {
	display: flex;
	flex-direction: column;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:10%;
	padding:0px;
	border-right: 1px solid #CCC;
}

.semaine-th > span {
	display: block;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
/*	display: table-cell; */
}
.jours {
	display: flex;
	flex-direction: row;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0px;
	border-top: 1px solid #F8F8F8; 
}
.jours div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:20%;
	padding:0px;
	border-right: 1px solid #F8F8F8; 
	height:30px;
	font-size: 0.5rem;
	text-align:center;
}

.marqueur:before {  /* ligne verticale */
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 1px;
  margin-left: 0px;
  background-color: red;
  z-index:900;
}


.barre {
  position: absolute;
  display: block;
  top: 15%;
  height:70%;
  border-radius: .2rem;
  background-color:#39C;
  color:#FFF;
  padding:2px;
  font-size: 0.8rem;
  text-align:center;
  vertical-align:middle;
}
.barre i {
  margin-top: 6px;
}




/************ planning pose ************/


.calpose-event-master {
  display:inline-block;
  width: 280px;
  border-radius: .2rem;
  color:#FFF;
  padding:2px;
  font-size: 0.8rem;
  margin-bottom: 5px;
  z-index:999;
}
/*
.calpose-event-master ~ .calpose-event-master {
  margin-left: 5px;
}
*/

.poseur-name {
	display:inline-block;
	font-size: 0.875rem;
	font-weight: 600;	
	line-height: 1.5;
}
.poseur-titre {
	display:inline-block;
	font-size: 0.8rem;
	line-height: 1;
}

.calpose-ligneflex {
	display: flex;
	flex-direction: row;
	position: relative;
	width:100%;
	padding:0px;
	margin:0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CCC;
}

.calpose-semaine-th {
	display: flex;
	flex-direction: column;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:20%;
	padding:0px;
	border-right: 1px solid #CCC;
}

.calpose-th {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:15%;
	padding:5px;
	margin:0px;
	border-right: 1px solid #CCC;
	font-size: 0.7rem;
}

.calpose-timegrid {
	display: flex;
	flex-direction: row;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:30px;
	padding:0px;
	margin:0px;
	font-size: 0.5rem;

}
.calpose-data {
	display: flex;
	flex-direction: row;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:85%;
	padding:0px;
	margin:0px;
}

.th-droppable {
	position: relative;
	display: flex;
    justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:3px;
	padding-right:3px;
	min-height:50px;
	border: 1px dotted #EEE; 
	overflow: visible;
}
.calpose-jour {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:16.66%;
	padding:0px;
	border-right: 1px solid #CCC;
}
.calpose-heure {
	position: relative;
	display: flex;
    justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:3px;
	padding-right:3px;
	height:20px;
	max-height:20px;
	border-bottom: 1px dotted #CCC; 
	overflow: visible;
}
.calpose-heure:nth-child(6) {  
	border-bottom: 1px solid #CCC; 
}
.calpose-heure:nth-child(12) {  
	border-bottom: 0px solid #CCC; 
}

.div-add-event {
	position: absolute;
  	z-index:1;
	text-align:center;
	width: 100%;
	padding-top:2px;
	display:none;
}
.div-add-event i {
	cursor:pointer;
}


.event-highlight {
	opacity: 0.9;
}



.cal-jour .calpose-ligneflex {
	max-width:500px;
}
.cal-jour .calpose-th {
	display:none;
}
.cal-jour .calpose-data {
	width:100%;
}
.cal-jour .calpose-jour {
	width:100%;
}
.cal-jour .calpose-semaine-th {
	width:100%;
}










.calpose-event {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color:#FFF;
  padding:0px;
  font-size: 0.8rem;
  z-index:990;
  width: 100%;
  overflow: hidden;
}
.calpose-event:hover {
	opacity: 0.9;
}
.calpose-event::after {
  content: " ";
  position: absolute;
  display: block;
  bottom: 0;
  height:1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index:999;
}
.calpose-event ~ .calpose-event { /* ~ = précédé par */
  margin-left: 3px;
}

.calpose-event-body {
	position: relative;
	height: 100%;
	padding:3px;
}


.calpose-event a, #calendrier-masters a {
  color:#FFF;
}
.calpose-event-1h {
	height:20px;
}
.calpose-event-2h {
	height:40px;
}
.calpose-event-3h {
	height:60px;
}
.calpose-event-4h {
	height:80px;
}



.calpose-event-title {
	display: flex;
    justify-content: space-between;
}
.calpose-event-title div:nth-of-type(1) {
	font-weight: 600;	
}
.calpose-event-title div:nth-of-type(2) {
	font-size: 0.7rem;
}
.calpose-event-title div:nth-of-type(2) i {
	font-size: 0.65rem;
	font-weight: 200;	
}


.calpose-event-body > div:nth-of-type(1) {
	font-size: 0.8rem;
	line-height: 1;
}
.calpose-event-body > div:nth-of-type(2) {
	font-size: 0.7rem;
	line-height: 1;
}
.calpose-event-body > div:nth-of-type(3) {
	font-size: 0.7rem;
	line-height: 1;
}
.calpose-event-footer {
	width: calc(100% - 8px);
	position:absolute;
	bottom: 5px;
	right:6px;
	font-size: 0.7rem;
	line-height: 1;
	font-style: italic;
}
.calpose-event-footer i {
	font-size: 0.9rem;
	margin-left:6px;
}



.pose.brouillon {
    color: #fff !important;
    background-color: #b8c5cc !important;
    border-color: #b8c5cc !important;
}
.pose.planifié {
    color: #fff;
    background-color: #40cacb !important;
    border-color: #40cacb !important;
}
.pose.confirmé {
    color: #fff !important;
    background-color: #39C !important;
    border-color: #39C !important;
 	-webkit-print-color-adjust: exact !important;
}
.pose.terminé {
    color: #fff !important;
    background-color: #3b7490 !important;
    border-color: #3b7490 !important;
}
.sav.brouillon {
    color: #fff;
    background-color: #e2ced1;
    border-color: #e2ced1;
}
.sav.planifié {
    color: #fff;
    background-color: #f77462;
    border-color: #f77462;
}
.sav.confirmé {
    color: #fff;
    background-color: #cf5167;
    border-color: #cf5167;
}
.sav.terminé {
    color: #fff;
    background-color: #994453;
    border-color: #994453;
}
.indisponible.brouillon, .indisponible.planifié, .indisponible.confirmé, .indisponible.terminé, .absence.brouillon, .absence.planifié, .absence.confirmé, .absence.terminé, .autre.brouillon, .autre.planifié, .autre.confirmé, .autre.terminé, .réunion.brouillon, .réunion.planifié, .réunion.confirmé, .réunion.terminé, .atelier.brouillon, .atelier.planifié, .atelier.confirmé, .atelier.terminé, .rdv-découverte.brouillon, .rdv-découverte.planifié, .rdv-découverte.confirmé, .rdv-découverte.terminé, .pose-immo.brouillon, .pose-immo.planifié, .pose-immo.confirmé, .pose-immo.terminé {
	color: #fff;
	background-color: #999;
	border-color: #999;
}


.border-pose-brouillon {
	border-left: 4px solid #ccc; 
}
.border-pose-planifié {
	border-left: 4px solid #40cacb; 
}
.border-pose-confirmé {
	border-left: 4px solid #39C; 
}

.border-sav-brouillon {
	border-left: 4px solid #ccc; 
}
.border-sav-planifié {
	border-left: 4px solid #f77462; 
}
.border-sav-confirmé {
	border-left: 4px solid #cf5167; 
}



#menu-contextuel {
	background-color: #FFF;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	color:#000;
	width: 300px;
	border: 1px solid #CCC; 
	font-size: 0.8rem;
	font-weight: 400;	
}
#menu-contextuel li {
	width: 100%;
	list-style-type: none;
	padding-left: 7px;
	padding-top: 5px;
	vertical-align: middle;
	display: block;
}
.menu-contextuel-lien {
	height: 30px;
}
.menu-contextuel-lien:hover {
	background-color: #CCC;
}
#menu-contextuel li > div {
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 5px;
}
#menu-contextuel a {
	text-decoration: none;
	color:#000;
}
#menu-contextuel i {
	color:#0275d8;
	margin-right: 5px;
}
#menu-contextuel button {
	cursor: pointer;
}









.stat-3 {
	font-size: 0.9rem;
	font-weight:400;
}
.stat-4 {
	font-size: 0.7rem;
	font-weight:400;
}




.calpose-semaine-th > span {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;	
	text-align: center;
	vertical-align: middle;
/*	display: table-cell; */
}
.calpose-jours {
	display: flex;
	flex-direction: row;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0px;
	border-top: 1px solid #F8F8F8; 
}
.calpose-jours div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:20%;
	padding:0px;
	border-right: 1px solid #F8F8F8; 
	height:30px;
	font-size: 0.5rem;
	text-align:center;
}









/************ autocomplete ************/

.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete-loading {
background: white url("/css/img/autocomplete-loader.gif") right center no-repeat;  /* http://loading.io/ */
}
.autocomplete { /* container */
}
.autocomplete ul { 
	display: block;
	position:absolute;
	z-index:9999;
	background-color: #FFF;
    list-style: none;
	border-radius: .25rem;
	border: 1px solid #45A0BE;	
	padding-left: 0px;
}
.autocomplete li { 
	padding-left: 10px;
}.autocomplete li:hover { 
	background-color: #F7F9F9;
	cursor:pointer;
}





/************ commentaires ************/


.comment { 
}
.comment-header { 
	font-size: 0.7rem;
	font-weight: 700;	
	vertical-align: middle;
}
.comment-header img { 
	width: 30px;
	height: 30px;
	margin-top:2px;
	margin-bottom:2px;
}
.comment-date { 
	font-size: 0.7rem;
	font-weight: 400;	
	vertical-align: middle;
}
.comment-body { 
	font-size: 0.75rem;
	font-weight: 400;	
}

.comment-body pre { 
	display: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    font-size: inherit;
    color: inherit;
    font-family: inherit;	
	white-space: pre-wrap; /* css-3 */ 
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ 
	white-space: -pre-wrap; /* Opera 4-6 */ 
	white-space: -o-pre-wrap; /* Opera 7 */ 
	word-wrap: break-word; /* Internet Explorer 5.5+ */ 
	width: 99%; 	
}
.comment-body textarea{ 
	font-size: 0.75rem;
	font-weight: 400;	
}
@media (max-width: 500px) { 
	.comment-body, .comment-body textarea { 
		font-size: 0.85rem;
	}
}
