/* PAGE */
* {
	font-family: helvetica;
	-ms-overflow-style: none;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:18px;
	margin-bottom:10px;
}

body, html {
	margin:0px;
	padding:0px;
}

html {
	zoom:75%;
}

#header {
	padding:20px;
	padding-bottom:0px;
	border-bottom:1px solid #e0e0e0;
	height:130px;
}

#header img {
	position:absolute;
}

#logo.hidetoolbar {
	height: 70px;
}

#header.hidetoolbar {
	height:80px;
}

.toolbar {
	background:#f1eeee;
	width: calc(100% - 80px);
	height: auto;
	overflow: auto;
	padding: 10px;
	padding-left: 60px;
	padding-right: 20px;
	border-bottom:1px solid #e0e0e0;
}

.toolbarbottom {
	background:#FFFFFF;
	border-bottom:0px;
}

.toolbaradd, .toolbarmore {
	margin-top:-6px;
}

.toolbaradd #toolbarintro i, .toolbarmore #toolbarintro i {
	opacity:0.35;
}

.toolbartitle {
	text-align:center;
}

.toolbartitle i {
	margin-right:20px;
}

.toolbarinfos {
	text-align:center;
	font-size:11px !important;
}

.infos {
	display:inline;
	font-size:12px;
	
}

.toolbarinfos i {
	margin-right:5px;
	font-size:12px;
}

h2 {
	color:#666666;
	margin:0px;
	padding:0px;
	font-size: 22px;
	font-weight: normal;
	margin-left:-40px;
}

#daycol_small_next h2 {
	color:red;
	margin:0px;
	padding:0px;
	font-size: 17px;
	font-weight: bold;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:-10px;
	
	
}

#toolbarintro {
	left:20px;
	font-size: 22px;
	padding-top: 6px;
	margin-right:20px;
	color:#666666;
	position: absolute;
	height:30px;
}

/* CALENDAR */
table.calendar	{border-left: 1px solid rgb(204,204,204);width: calc(100% - 40px);margin: 20px;}
tr.calendar-row	{  }
td.calendar-day	{
	height: 140px !important;
	font-size:11px;
	position:relative;

    -webkit-transition: all 125ms; /* Safari */
    transition: all 125ms;  
}

.daybox {
	/*min-height: 300px;*/
	margin-top:0px;
	-ms-overflow-style: none;
	/*max-height: 195px;*/
	overflow:  hidden !important;
}

td.calendar-day:hover	{
	cursor:pointer;

	height: 140px !important;
	font-size:11px;
	position:relative;

    -webkit-transition: all 125ms; /* Safari */
    transition: all 125ms;

	border-color:#FFFFFF;
	
    transform:scale(1.05);
    box-shadow:0px 0px 0px 1px rgba(0,0,0,1);
    z-index:9999;
}

tbody {
	border-left: 1px solid #999 !important;
}

div.calendar-day {
	height:180px;		
}
td.calendar-day:hover	{background: #ffffff;}
td.calendar-day-np	{background: #eee !important;min-height:80px;} * html div.calendar-day-np { height:80px; }
td.calendar-day-head {background: rgb(233,94,70) !important;font-weight:bold;text-align:center;width:120px;padding:5px;/* border-bottom:1px solid #999; *//* border-top:1px solid #999; *//* border-right: aliceblue; */color: #FFFFFF;}
div.day-number		{background:#999;padding:5px;color:#fff;font-weight:bold;float:right;margin:-5px -5px 0 0;width:20px;text-align:center;position: absolute;top: 10px;right: 10px;z-index: 99;}
/* shared */
td.calendar-day, td.calendar-day-np {width:120px;padding:5px;border-bottom:1px solid #999;border-right:1px solid #999;}


/* DIMANCHE ET SAMEDI */
.calendar-row td:first-of-type, .calendar-row td:last-of-type {
	opacity:1;
	/*pointer-events:none;*/
}

.day-number-active {
	background: rgb(40,40,40) !important;
}


#datetimeicon {
	width: 45px;
	height: 42px;
	margin-top:-5px;
	display: inline-block;
	float:right;
	margin-left:10px;
	cursor:pointer;
}

#datetimeicon img {
	width:100%;
	height:100%;
	opacity:0.65;
}

#datetimeicon #datepicker {
	position:absolute;
	opacity:0;
	width:20px;
	height:20px;
	margin-top:-30px;
	margin-left:10px;
	pointer-events:none;
}

/* BUTTONS */

#minibtn {
	position:relative;
	background:rgb(225,181,200);
	padding:10px;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	padding-left:35px;
	-webkit-transition: all 125ms; /* Safari */
	transition: all 125ms;
}

.miniactive {
	background: rgb(40,40,40) !important;
    box-shadow: 0px 0px 0px 4px #FFFFFF;
}

.miniactive:hover {
	color:#FFFFFF !important;
}

.toolbaradd #minibtn {
	background:rgb(233,94,70);
}

#minibtn i {
	font-size:20px;
	position:absolute;
	left:10px;
	top:7px;
}

#minibtn:hover {
	background:rgba(225,181,200,0.5);
	color:#000000;
	cursor:pointer;
}

.toolbaradd #minibtn:hover {
	background:rgba(233,94,70,0.5);
}

#selectbar {
	float:left;
	padding:0px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
}

select {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   padding:10px;
   margin-left:10px;
   margin-right:10px;
   border-radius:0px;
   border:1px solid rgb(225,181,200);
   background: #e0e0e0;
   color:#000000;
   font-weight:bold;
}

/* RDV BOX (MONTH) */

.rdvbox {
	width:100%;
	position:relative;
	font-size:10px;
	background:rgba(243, 156, 51, 0.50);
	height:auto;
	overflow:auto;
	padding:2px;
	margin-left:-2px;
	float:left;
	margin-bottom:2px;
	overflow: hidden;
}

#hour_0860, #hour_0960, #hour_1060, #hour_1160, #hour_1260, #hour_1360, #hour_1460, #hour_1560, #hour_1660, #hour_1760, #hour_1860, #hour_1960, #hour_2060 {
	display:none;
}

.rdvhour {
	float:left;
	margin-right:5px;
}
.rdvname {
	float:left;
	font-weight:bold;
}
.rdvnote {
	float:left;
	font-weight:lighter;
	font-size: 15px;
	margin-left:10px;
}

.rdvname span {
	font-weight:normal;
}

.rdvwhere {

	float:left;
	width:100%;
	margin-left: 30px;
}

.rdvwhat {
	/* float:left; */
	width:100%;
	margin-left: 30px;
}

.rdvwhere i {
	margin-right: 5px;
	opacity:0.35;
}

.hourline .rdvwhere i {
	position:absolute;
	margin-left: -15px;
	opacity:0.5;
}

/* HOURS */

#hours {
	margin:20px;
	margin-top: 25px;
	margin-left: 40px;
}

input {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   padding:10px;
   margin-left:10px;
   margin-right:10px;
   border-radius:0px;
   border:1px solid rgb(225,181,200);
   background: #e0e0e0;
   color:#000000;
   font-weight:bold;
   width:250px;
   margin-left:0px;
   margin-top:5px;
   margin-bottom: 20px;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0px;
    border: 1px solid rgb(225,181,200);
    background: #e0e0e0;
    color: #000000;
    font-weight: bold;
    width: 250px;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 20px;
    width:500px;
    height:150px;
}

#hours input {
  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   padding:10px;
   margin-left:10px;
   margin-right:10px;
   border-radius:0px;
   border:1px solid rgb(225,181,200);
   background: #e0e0e0;
   color:#000000;
   font-weight:bold;
   margin-top:0px;
   width:80px;	
}

#daybox input {
	margin-bottom: 0px !important;
}

.hourline {
	display:inline-block;
	position:relative;
	/* min-height: 50px; */
	/* border-bottom:1px solid #999; */
	width: calc(100% - 10px);
	/* padding-top: 10px; */
	/* padding-bottom:10px; */
	padding-left:10px;
	font-size:18px;
	-webkit-transition: all 125ms; /* Safari */
	transition: all 125ms;
	color:#666666;
	background:#FFFFFF;
}

.activehour {
	/*border-top: 2px solid rgb(40,40,40);*/
	background: rgb(225, 239, 196);
}

.activehour .rdvbox {
	background:rgb(233,94,70);
	color:#FFFFFF;
}

.ispresent_2 {
	background:rgb(156, 44, 24) !important;
	color:#FFFFFF !important;
}

.ispresent_1 {
	background:rgb(63, 97, 199) !important;
	color:#FFFFFF !important;
}


.hourline:hover {
	/* cursor:pointer; */
	/* box-shadow:0px 0px 0px 1px rgba(0,0,0,1); */
	/* border-color:#FFFFFF; */
	/* transform:scale(1.015); */
	/* color:#000000; */
	z-index:9999;
}

.hourline_txt {
	font-weight:bold;

	margin-bottom:-20px;
}

#hours .hourline:first-of-type .hourline_txt {
	margin-bottom:-20px;
}

.noshow {
	opacity:0.5;
	margin-bottom:-20px;
}


.hourline .rdvbox {
	margin-bottom:4px;
	margin-left:60px;
	width: calc(100% - 95px);
	padding: 10px;
	overflow: hidden;
}

.minimalheight {
	min-height: 140px;
}

.rdvmore {
	width:calc(100% - 215px);
	/* background:#CCCCCC; */
	height:20px;
	float:left;
	display:block;
	position:absolute;
	margin-top:20px;
	left:115px;
}

.empty {
	background: rgba(0,0,0,0.05) !important;
	height: 20px;
	padding: 0px !important;
	width: calc(100% - 75px) !important;
	margin-bottom:2px !important;
	overflow: visible !important;
}

.hourclosed {
	background: rgba(255, 0, 0, 0.25) !important;
	height: 20px;
	padding: 0px !important;
	width: calc(100% - 75px) !important;
	margin-bottom:2px !important;
	overflow: visible !important;
}

.floathour {
	position:absolute;
	margin-left: 11px;
	font-size:10px;
	/*opacity:0.5;*/
	
	margin-top:3.5px;
}

.empty:hover {
	background:rgba(243, 156, 51, 0.50) !important;
	border:0px !important;
	box-shadow:none !important;

}

.active0 {
	background:url('../images/hash.png') !important;
}

.activehour .active0 {
	color:#666666;
}

.hourline .rdvbox:hover {
	background:#f1eeee;
	color:#000000;
	box-shadow:0px 0px 0px 3px rgb(225,181,200);
	cursor:pointer;
}

.hourline .rdvwhere {
    margin-top: 0px;
    font-size: 15px;
    float: none;
    margin-left: 25px;
    float: left;
    width: auto;
}
.hourline .rdvhour {
    font-size: 15px;
    width: 110px;
    /* background:#CCCCCC; */
    height:100%;
}
.hourline .rdvname {
    font-size: 15px;
    float: left;
    margin-bottom: 10px;
    width: auto;
}



.rdvname:first-letter {
    text-transform: uppercase;
}

.hourline .rdvwhat {
    font-size: 15px;
    margin-left: 0px;
    margin-bottom: 5px;
    width:auto;
    float:left;
    margin-right:10px;
}


/* RDV TYPES */

.rdv_nouveau, .rdv_pause, .rdv_pausediner30mins {
	height:60px;
}

.rdv_cool-suivitelephonique {
	height:20px;
	background:rgba(51, 172, 243, 0.5);
}

.rdv_cool-photos30mins {
	height:60px;
	background:rgba(51, 172, 243, 0.5);
}

.rdv_cool-consultation, .rdv_cool-50mins, .rdv_cool-60mins {
	height:50px;
	background:rgba(51, 172, 243, 0.5);
}

.rdv_cool-90mins {
	height:80px;
	background:rgba(51, 172, 243, 0.5);
}

.rdvboxcool {
	background:rgba(51, 172, 243, 0.5);
}


.rdv_pausediner20mins {
	height:40px;
}

.rdv_retour, .rdv_maintien, .rdv_maintiensuite, .rdv_maintienpremier, .rdv_pausediner10mins {
	height:20px;
}

.rdv_suivi, .rdv_achat, .rdv_suivitelephonique {
	height:20px;
}

.rdv_ferme1h {
	height:20px;
}

.rdv_ferme4h {
	height:240px;
}

/* SQL TABLES */

.item_row {
	width: calc(100% - 70px);
	border-bottom:1px solid #f1eeee;
	padding:10px;
	padding-left: 60px;
	height:20px;
	font-size:18px;
	position: relative;
}

.item_row_off {
	opacity:0.25;
}

.item_row:last-of-type {
	margin-bottom:100px;
}

.item_row:hover {
	cursor:pointer;
	background: rgba(40,40,40,0.5);
	font-weight:bold;
}

/* FORM */

.clinic_form {
	margin-top:20px;
	margin-left: 30px;
	font-size:15px;
}

#horraire {
	margin-top:40px;
}

label {
	font-size:18px;
}

label span {
	font-size:12px;
}

#daybox {
	margin-top:20px;
}

input[type="checkbox" i] {
	width:20px;
	height:20px;
	background:#CCCCCC;
	margin-right:10px;
}


#daybox {
  width: 28px;
  height: 28px;
  position: relative;
  /* background: #f1eeee; */
}

.superlabel, .superlabel_top {
	float:left !important;
	width:150px;
	position:absolute;
	margin-top: -24px;
	margin-left:40px;
}

form #minibtn {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;

   border-radius:0px;
   border:none;

   margin-top:20px;
   margin-bottom:20px;
}

.toolbar form #minibtn {
	margin-top:0px;
	margin-bottom:0px;
}


.superlabel_top {
	font-weight:bold;
	width:300px;
	font-size:18px;
}

#daybox label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background:#e0e0e0;
  border:1px solid rgb(225,181,200);
  margin-left: -4px;
}

#daybox label:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 1px;
  background:rgb(40,40,40) !important;
  opacity: 0;
}

#daybox label:hover::after {
  opacity: 0.3;
}

#daybox input[type=checkbox] {
  visibility: hidden;
}

#daybox input[type=checkbox]:checked + label:after {
  opacity: 1;
}


#boxsep {
	width:100%;
	height:200px;
}


/* RDV */

#leftside {
	width: 245px;
	float:left;
	/* border-right:1px solid #CCCCCC; */
	margin-right:20px;
	padding: 20px;
	padding-left: 60px;
}

#rightside {
	float:left;
	/* margin-left: -20px; */
}

#change {
	border-top:2px solid rgb(233,94,70);
	padding-top:10px;
	border-bottom:2px solid rgb(233,94,70);
	margin-bottom:20px;	
}

#change textarea {
	margin-bottom:0px;
}

#change label {
	width:200px !important;
	float:left;
}

#change input {
	margin-top:-22px;
}

#change .timepicker_start {
	margin-left:10px !important;
}

/* HEADER NURSE */

#nursename {
	width:250px;
	background:rgb(40,40,40);
	color:#FFFFFF;
	font-size:18px;
	padding:10px;
	text-align:center;
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-135px;
	z-index:9999999999;
}

#logout {
	position:absolute;
	top:0px;
	right:0px;
	font-size:20px;
	background:#f1eeee;
	padding:11.5px;
}

#logout:hover {
	background: #666666;
	color:#FFFFFF;
	cursor: pointer;
}

/* LOGIN */

#loginform {
	width:250px;
	border:1px solid #e0e0e0;
	padding:10px;
	margin-left:50%;
	left: -136px;
	position:relative;
	margin-top:50px;
	height: 140px;
}


#toolbars_toggle {
	width: 230px;
	height: 10px;
	font-size: 10px;
	margin-left:50%;
	background:#f1eeee;
	text-align:center;
	left: -125px;
	position:absolute;

	border-radius:5px 5px 0px 0px;
	border:1px solid #CCCCCC;
	border-bottom:none;
	box-shadow:0px 2px -1px 0px rgba(255,255,255,1);

	margin-top:0px;
	
	z-index: 999;
	cursor:pointer;
	padding: 10px;
}


#toolbars_toggle {
	margin-top:-31px;
}

#toolbars_toggle i {
	transform:rotate(0deg);
	-webkit-transition: all 125ms; /* Safari */
    transition: all 125ms; 
    font-size:20px;
    position:absolute;
    margin-left:-20px;
    margin-top:-5px;
}


#toolbars_toggle.activebar{
	transform:rotate(0deg);
	margin-top:-1px;	
	background:#FFFFFF;

	border-radius:0px 0px 5px 5px;
	border:1px solid #CCCCCC;
	border-top:none;
	box-shadow:0px 1px 1px 0px rgba(255,255,255,1);	
}

#toolbars_toggle.activebar i {
	transform:rotate(180deg);
	-webkit-transition: all 125ms; /* Safari */
    transition: all 125ms; 
}

#toolbars {
	-webkit-transition: all 125ms; /* Safari */
    transition: all 125ms; 

	position:relative;
	height:0px;
	overflow:hidden;
}

.activetoolbar {
	height:auto !important;
	overflow:visible !important;
}


#rdvframe {
	display: none;
}

#daycol1, #daycol2 {
	width:50%;
	float:left;
}

#daycol_small {
	margin-top:50px;
	float:left;
	margin-left:-50px;
	width: 350px;
}

#daycol_small_next {
	float:left;
	width: 265px;
	height:2150px;
	margin-top: 20px;
	margin-left:40px;
}

#daylist_next {
	border:none;
	width: 300px;
	height:100%;
}

#daycol_small_next #hours {
	margin-left:-10px !important;
}

#daycol_small h1{
	margin-left:50px;
}

#daycol_small_next h1{
	margin-left:0px;
}

#daycol_small .rdvname, #daycol_small .rdvwhere, #daycol_small .rdvwhat, #daycol_small .did_boxes, #daycol_small .rdvmore {
	display:none;
}

#daycol_small_next .rdvname, #daycol_small_next .rdvwhere, #daycol_small_next .rdvwhat, #daycol_small_next .did_boxes, #daycol_small_next .rdvmore, #daycol_small_next .rdvwhat  {
	display:none;
}

.coltitle {
	font-weight:bold;
	color:#666666;
	font-size:20px;
	padding:20px;
	padding-left:50px;
	padding-bottom:0px;
}

.did_boxes {
	float:right;
	height:100%;
	background:#CCCCCC;
	width:25px;
	height:25px;
	margin-left:10px;
	border:2px solid rgba(0,0,0,0.25);
	margin-top:-4px;
	border-radius:100%;
	position:  absolute;
	right: 5px;
	opacity:0.10;
}

.did_boxes.ispresent_2 {
	right:40px;
}


.rdvbox:hover .did_boxes {
	border:2px solid rgba(0,0,0,0.25);
	opacity:1;
	opacity:0.75;
}

.did_boxes:hover {
	border:2px solid #FFFFFF !important;
	box-shadow:0px 0px 0px 2px rgba(0,0,0,1);
	cursor:pointer;
	opacity:1 !important;
}


.rdv_journeeferme .did_boxes, .active0 .did_boxes {
	display:none;
}


.ispresent_1 .did_boxes, .ispresent_2 .did_boxes {
	display: none;
}


.clicablerdv {
	width:calc(100% - 90px);
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

#selectnewdate {
	display:block;
	width:100%;
	height:40px;
	margin-bottom:20px;
}

#selectnewdate #datetimeicon {
	float:left;
	margin-left:5px;
}

#supafooter {
	padding:20px;
	width:calc(100% - 40px); 
	background: #232323;
}

#supafooter img {
	width:200px;
}



/* STATS */
#myChart {
	transform: scale(0.70);
    height: 640px !important;
    width: 1280px !important;
    margin-top: 60px;
    position: absolute;
    right: -360px;
    z-index: 999;
    display: block;
}

#myChartBack {
	transform: scale(0.70);
    height: 640px !important;
    width: 640px !important;
    margin-top: 60px;
    position: absolute;
    right: -40px;
    z-index: 989;
    background: #ffffff;
    border-radius: 100%;		
}

.item_back {
	position: absolute;
    /*background: #96c877;*/
    height: 100%;
    z-index: 8;
    margin-top: -11px;
    padding-right:5px;
    max-width: 100% !important;
}

.item_info {
	position: relative;
	z-index: 9;
	text-stroke: 1px solid #FFFFFF;
	text-shadow:0px 0px 1px #FFFFFF;
	margin-left:10px;
	color:#000000;
}


/* NEW */

#logo {
	border:dotted 2px rgb(233,94,70);
	padding:5px;
	margin-top:-14px;
	margin-left:-2px;
	transition: all 250ms;
	cursor: pointer;
    height:120px;
}

#logo:hover {
	border:dotted 2px rgb(233,94,70) !important;
}

#logoclick {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-left: 148px;
    margin-top: 90px;
    z-index: 999;
}

#logoclick.hidetoolbar {
	display: none;
}

#siteinfo {
	position: absolute;
	font-size: 8.5;
	margin-left: 72px;
	margin-top: 88px;
	color: blue;
}

#siteinfo.hidetoolbar {
	display: none;
}



.datalist-polyfill {
	list-style: none;
	display: none;
	background: white;
	box-shadow: 0 2px 2px #999;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	max-height: 300px;
	overflow-y: auto;
}

.datalist-polyfill:empty {
	display: none !important;
}

    .datalist-polyfill > li {
        padding: 3px;
        font: 13px "Lucida Grande", Sans-Serif;
    }
    
    .datalist-polyfill__active {
        background: #3875d7;
        color: white;
    }
    
    
    
.isnotactive {
	opacity: 0.25 !important;
} 

.isnotactive .did_boxes {
	display: none !important;
}   
   
   
.isred label {
	color:red;
	font-weight: bold;
}

.isred select {
	border-color:red;
}  


#ui-datepicker-div {
	z-index: 99999 !important;
}



/* CLIENT */

#deleteme {
	position: absolute;
	right:40px;
	margin-top:-50px;
	font-size:40px;
	color:red;
	
	transition: all 250ms;
	opacity: 0.75;
}

#deleteme:hover {
	opacity: 1;
	transform:scale(1.25);
}

/* TIME NEW */

.ui-timepicker-container {
    margin-top:55px;
    left: 125px !important;
}


/* MONTRE PAS LES EFFACER */

.active0 {
    display: none;
}