@import '../less/mixins.less'; /*pour le .make-lg-column() */
@import './themeArchelios.css';

/*!
 * Customized classes for Archelios online
 * Copyright 2014 Cythelia
 *           2024 Cythelia Software
 */

#login {
    background: #fff!important;
}
/* Fond de page */
body {
    background: var(--neutral-20)!important;
}
.container {
    background: var(--neutral-00)!important;
}

/* Header, et panel de gauche*/
aside  {
 	background: var(--background-color)!important;
	color: var(--text-dark)!important;
}
#ribbon, .breadcrumb {
	background: var(--background-color)!important;
	color: var(--text-dark)!important;
}
#ribbon .breadcrumb li:last-child, #ribbon .breadcrumb>.active {
	color: var(--text-dark)!important;
}
nav:hover ul:hover li:hover a:hover {
	/*color: var(--neutral-00)!important;*/
	background-color: var(--neutral-20)!important;
}
.nav-mainSteps>li>a {
    color: var(--text-dark)!important;
}
nav ul li a {
	color: var(--text-dark)!important;
}
nav ul .active>a {
    color: var(--text-dark)!important;
}

.minified nav>ul>li {
    border-bottom: 1px solid var(--neutral-30);
    border-top: 0px solid #525151;
	background:var(--background-color)!important;
}
.minified nav>ul>li:hover>a>.menu-item-parent, .minified nav>ul>li:hover>ul {
	background:var(--background-color)!important;
}
nav ul li.open>a, nav ul li{
	color: var(--text-dark)!important;
}

/* Minify left menu*/
.minifyme {
    background:var(--text-dark)!important;
}
/* Login */
.login-info {
	color: var(--primary-accent)!important;
	border-bottom: 0px;
	border: none;
}
.login-info span {
    border-bottom: 1px solid var(--neutral-20)!important;
}
.txt-color-blue {
	color: var(--primary-accent)!important;
}
/* Sous menu de gauche collapsed */
.mainMenuLink {
	color: var(--text-dark)!important;
	background:var(--background-color)!important
}


/* Boutons */
.btn-primary {
    background-color: var(--background-color-50)!important;
    border-color: var(--background-color-50)!important;
	color: var(--neutral-00)!important;
}
/* Boutons OK dans les modales */
.btn-primary a {
	color: var(--text-light)!important;
}

.btn-primary:hover {
    background-color: var(--background-color-55)!important;
    border-color: var(--background-color-55)!important;
}
.btn-warning {
    background-color: var(--orange-color)!important;
    border-color: var(--orange-color)!important;
}
.btn-warning:hover {
    background-color: var(--highlighted-color-5)!important;
    border-color: var(--highlighted-color-5)!important;
}
.btn-danger {
	background-color:  var(--error)!important;
}
.btn-danger:hover {
	background-color:  var(--error-light)!important;
}
/* label-info */
.label-info {
	background-color: var(--blue-color)!important;
}
/* Badges et backgrounds */
.bg-color-blue {
	background-color: var(--blue-color)!important;
}
.bg-color-blue-light {
	background-color: var(--blue-color-light)!important;
}
.bg-color-teal {
	background-color: var(--teal-color)!important;
}
.bg-color-grey {
	background-color: var(--grey-color)!important;
}
.bg-color-grayDark {
	background-color: var(--grey-color-dark)!important;
}
.bg-color-orange {
	background-color: var(--highlighted-color)!important;
}
.bg-color-yellow {
	background-color: var(--highlighted-color)!important;
}
.bg-color-green {
	background-color: var(--green-color)!important;
}
.bg-color-greenDark {
	background-color: var(--green-color-dark)!important;
}
.bg-color-greenLight{
	background-color: var(--green-color)!important;
}
.bg-color-red {
	background-color: var(--error)!important;
}
.bg-current-step {
	background-color: var(--current-step)!important;
}

.bg-color-diffuseIrrad {
	background-color: var(--diffuseIrrad-color)!important;
}
.bg-color-directIrrad {
	background-color: var(--directIrrad-color)!important;
}
.bg-color-globalIrrad {
	background-color: var(--globalIrrad-color)!important;
}



/* Progress bar */
.progress-bar {
    background-color: var(--highlighted-color)!important;
}
.progress-bar-danger {
	background-color: var(--error)!important;
}
.progress-bar-success {
	background-color: var(--green-color)!important;
}
/* Panel */
.jarviswidget-color-blueLight>header {
    background: var(--neutral-10)!important;
	border-color: var(--neutral-30)!important;
	color: var(--text-dark)!important;
}
.jarviswidget>header {
    background: var(--neutral-10)!important;
	border-color: var(--neutral-30)!important;
	color: var(--text-dark)!important;
}

/* Icône download dans les header de panels */ 
.widget-toolbar .fa-download{
    color: var(--highlighted-color)!important;
}

/* Liste des projets */
.slick-row:hover {
    background-color: var(--background-color-75)!important;
    border-color: var(--background-color-80)!important;
}
.slick-row .active {
    border-color: var(--background-color-55)!important;
	color: var(--text-light)!important;
}
.slick-header-column {
    background-color:var(--background-color-80)!important;
}
.selected {
    border: 1px solid var(--background-color-55)!important;
}

/* Renommage des répertoires das la liste des projets*/
.editor-text {
	color: var(--text-dark)!important;
}

/* Select de matériel */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color:var(--background-color-50)!important;
}

.grid_contextMenu {
	background-color:var(--background-color-80)!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary-accent)!important;
    border: 0px!important;
    color: white;
}
/* Info */
.lineInfo {
    background-color:var(--background-color-75)!important;
    overflow: hidden;
	margin-left : 0px;

}
/* Onglets champ PV */
.nav-ConfigsSteps>li {
    border-bottom: 1px solid var(--neutral-30)!important;
    border-right: 1px solid var(--neutral-30)!important;
}
.nav-ConfigsSteps>li>a {
	color: var(--text-dark)!important;
}
.nav-ConfigsSteps>li.active>a, .nav-ConfigsSteps>li.active>a:hover, .nav-ConfigsSteps>li.active>a:focus{
	background-color: var(--current-step)!important;
	color: var(--text-light)!important;
}
/* Boutons du viewer */
.downpanelbutton {
    background-color: var(--neutral-90)!important;
}
.ui-progressbar .ui-progressbar-value {
    background-color: var(--highlighted-color)!important;
}
/* Boutons d'aide */
.fa-question-circle-o{
    color: var(--highlighted-color)!important;
}
/*.fa-download{
    color: var(--highlighted-color)!important;
}*/
.fa-spinner{
	color: var(--text-dark)!important
}

/* Progress bar de sauvegarde*/
#saveBarStep{
	color: var(--text-dark)!important
}
/* Sliders double */
.irs-line {
    background: var(--background-color-75)!important;
    border: none!important;
}
.irs-bar {
	border: none!important;
    background: var(--primary-accent)!important;
}
.irs-bar-edge {
	border: none!important;
    background: var(--primary-accent)!important;
}
.irs-from, .irs-to, .irs-single {
	background: var(--primary-accent)!important;
}

/* #8712 couleur du slider dans les tarifs */
.slider-selection {
	background: var(--primary-accent)!important;
} 


/* Liens de la FAQ */
a {
	color:  var(--text-dark)!important;
}



/* Fin de la charte 2025 */
/*************************/

/* pour le "titre" des actualités archelios juste avant l'iframe de TSI */ 
.titleNews {
	text-align:center;
	font-size:24px;
	font-family:'Open Sans';
	font-weight: bold;
	color:#828282;
}

.modal-wide {
    /* new custom width */
    width: 950px;
    /* must be half of the width, minus scrollbar on the left (30px) 
   // margin-left: -475px;*/
}


.progress .notAnimate {
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* Icone camera + texte */
/*----------------------*/
.tutorialIcon{
	 color: var(--highlighted-color)!important; /* BLEU BOOTSTRAP */
}
/* #7417 */
.badge-tuto{ 
	margin-left: 10px; 
	background-color: var(--error)!important;
}
/*liste déroulante avec des fa icons */
.fa-select {
	font-family: sans-serif, 'FontAwesome';
}
/* avoir un plus gros badge */
.badge-lg {
    border-radius: 3em;
}

.nav-mainSteps>li>a{color: #FFFFFF }
.nav-mainSteps>li>a:hover {
	background-color: var(--neutral-20)!important;
}
.nav-mainSteps>li.active>a, .nav-mainSteps>li.active>a:hover, .nav-mainSteps>li.active>a:focus{
	background-color: var(--current-step)!important;
	color: var(--text-light)!important;
}

/* #396: réorganisation du tableau des configs en onglets */
/* 8220 Remonté en haut du fichier 
.nav-ConfigsSteps>li{
	border-bottom: 1px solid #52a8c8;
	border-right: 1px solid #52a8c8;
}
.nav-ConfigsSteps>li>a{
	color: #52a8c8;
}
.nav-ConfigsSteps>li.active>a, .nav-ConfigsSteps>li.active>a:hover, .nav-ConfigsSteps>li.active>a:focus{
	background-color: #52a8c8;
}*/


/* NO 835 */
.wizard a {padding: 12px 12px 10px 12px; margin-right:5px; background:#efefef; position:relative; display:inline-block; }
.wizard a:before {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #fff; position: absolute; content: ""; top: 0; left: 0;}
.wizard a:after {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #efefef; position: absolute; content: ""; top: 0; right: -20px; z-index:2;}
.wizard a:first-child:before {border:none;}
.wizard a:last-child:after {border:none;}

.wizard a:first-child {-moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius:   4px 0 0 4px;}
.wizard a:last-child {-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius:   0 4px 4px 0;}

.wizard .badge {margin:0 5px 0 18px; position:relative; top:-1px;}
.wizard a:first-child .badge {margin-left:0;}

.wizard .current {background:#007ACC; color:#fff;}
.wizard .current:after {border-left-color:#007ACC;}

.border-roundcorners {
	border: solid; 
	border-color: lightslategray;
	border-radius: 0.3em; /*NO 1163 : radius avant (2em), on le met moins prononcé */
	border-width: 1px;
	/*padding: 1px;*/
	padding-top: 1em;
	padding-left: 1em;/*NO 1163 : pour que le panel ne touche pas la bordure */
	padding-bottom: -3em;
}

/*NO 884, taille des différentes colonnes pour le "tableau"/liste des configs */
.scrollYTabConfig{ 
	max-height: 600px; 
	/* overflow-y: scroll;  #2236*/
}

.colCollapse{.make-lg-column(1);}
.colEltName{.make-sm-column(4);}
.lineInfo{background-color: lightblue; overflow:hidden;}
.lineInverter{background-color: #f6f6f6; /*overflow:hidden;*/}
.lineString{background-color: lightgray; /*overflow:hidden;*/}
.lineSelect{background-color : #5698c9; color :white;} /*autre variante plus foncée #009dcd*/
.rowZone{border-top:1px dashed; padding-top:2px;}

/*NO 901*/
.modal-large{width:1000px;}

/* pour le viewer 3D : */
#log { position:absolute; top:50px; text-align:left; display:block; z-index:100 }
#info {
	color:darkblue;
	position: absolute;
	padding: 10px;
	top:20px;
	right:20px;
	width: 10%;
	text-align: right;
	z-index:11; 
	font: 15px arial, sans-serif;
}
#toolbar{
	color:#009dcd;
	position: absolute;
	padding: 5px;
	top:10px;
	left:300px;
	text-align: left;
	z-index:11; 
	font: 15px arial, sans-serif;
	background-color: #ebebeb;
	border-radius: 6px;
}

#helptext{
	color:white;
	position: absolute;
	padding: 5px;
	/*top:410px;*/
	left:5px;
	max-width: 50%;
	text-align: left;
	z-index:11; 
	font: 15px arial, sans-serif;
	/*background-color: #009dcd;*/
	background-color: #5d5d5d;
	border-radius: 6px;
}

/*#5557*/
#helptext.white{
	color:inherit;
	background-color: #fff;
	width: 100%;
	max-width: 650px;
}

#helptext hr{
    height: 3px;
	background-color: #5555;
}

#helptext .form-group{
    margin-bottom: 10px;
}
#helptext .col-sm-1,#helptext .col-sm-10,#helptext .col-sm-11,#helptext .col-sm-12,#helptext .col-sm-2,#helptext .col-sm-3,#helptext .col-sm-4,#helptext .col-sm-5,#helptext .col-sm-6,#helptext .col-sm-7,#helptext .col-sm-8,#helptext .col-sm-9{
    padding-left: 0px;
}



#inputDiv{
	color:white;
	position: absolute;
	padding: 5px;
	/*top:410px;*/
	left:50%;
	max-width: 50%;
	text-align: left;
	z-index:11;
	font: 15px arial, sans-serif;
	background-color: #009dcd;
	border-radius: 6px;
}


#floatingtoolbar{
	color: white;
	position: absolute;
	padding: 5px;
	top:200px;
	left:500px;
	text-align: left;
	z-index:11; 
	font: 15px arial, sans-serif;
	background-color: #009dcd;
	border-radius: 6px;
}

#inset {
	position:absolute;
	bottom:0px;
	right:0px;
	border:none;
	width:200px;
	height:200px;
	z-index: 12; 
}

/*#599*/
#select-marquee {
	position:absolute;
	/* initialize it offscreen */
	top: -2px;
	left: -2px;
	z-index: 50;
	height: 0px;
	width: 10px;

	/*background-color: rgba(208, 255, 242, 0.5);*/
	border: dotted 1px #9a9a9a;
	margin: 0;
	padding: 0;
	pointer-events:none;
}

.marquee-left{
	background-color: rgba(10, 100, 230, 0.1);
}
.marquee-right{
	background-color: rgba(208, 242, 255, 0.1);
}


#container {
	float: left;
}/*
#selectedAutomaticLinkingPattern{
	width:150px;
}
#selectedAutomaticLinkingPattern option{
	width:150px !important;
}*/
#threedviewerdiv {
	padding: 0px !important;
}

/* # 404 listes deroulantes dans le viewer 3D */
.selectbuton{
	position: absolute;
	padding: 5px;
	border: solid; 
	border-color: lightslategray;
	border-radius: 0.3em; /*NO 1163 : radius avant (2em), on le met moins prononcé */
	border-width: 1px;
}

.downpanelbutton{/*NO 1111*/
	color:white;
	position: absolute;
	padding: 5px;
	top:5px;
	left: 5px; /* right:5px; Passage a gauche */
	height: 45px; /*#169: même hauteur sur tous les boutons du viewer 3D */
	text-align: left;
	z-index:5; /*#7461 mettre un z-index à 5 (avant : à 11) pour que les tooltips du menu de gauche puissent être devant */
	font: 20px arial, sans-serif;
	background-color: #404040;
	/*border-radius: 6px;-> mis autour des éléments de bord mais pas de partout*/
}

.downpanelbuttonAlone{ /* éléments seuls dans le viewer */
	height: 32px;
	width: 35px;
	border-radius: 6px;
	text-align: center;
}

.miniButtonAlone{ /* pour les petites icones en décalé */
	font-size:12px;
	padding: 0px;
	padding-top: 5px;
}

#threedviewercontainer {
	margin-left: 0px !important; 
	padding: 0px;
}

/* dropdown avec sous menu */
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	bottom:auto; /*pour aligner avec le parent*/
	left:100%;
	z-index:50;
	/*background-color: #00d0ff;
	margin-top:-6px;
	margin-left:-1px;*/
}/*
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}
.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	margin-top:5px;
	margin-right:-10px;
}*/
/*.dropdown-submenu:hover>a:after {
	border-left-color:#ffffff;
}*/
/*.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
}*/

.txt-center{
	text-align: center;
}
.margin-bottom-5{
	margin-bottom:5px;
}
.img-small{ /* pour avoir la même taille que les fa-icons en small*/
	width:18px;
	height:18px;
}

.img-icon-normal{ /* pour avoir la même taille que les fa-icons et aligner à gauche du bouton*/
	width:24px;
	height:22px;
}

.icon-left-in-button{
	margin-right: 10px;
}

.colorSquare{ /* #454: refaire colorpicker */
	width:20px;
	height:20px;
}

/*pour la FAQ ! */
.faq-summary-bullet li {
	display: block;
}

.faq-summary-bullet li:before
{
	/*Using a Bootstrap glyphicon as the bullet point*/
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size: 9px;
	float: left;
	margin-top: 4px;
	margin-left: -17px;
	color: #CCCCCC;
}

.inputNumberClear::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* #2202 */
.slick-header-column {
	height: 25px !important; /* pour passer outre le default de slickgrid qui ne convient pas */
	background-color: #e8eff7;
}
.slick-cell.selected {
	background: var(--current-step)!important;
	color : white!important;
	/* !!! incompatibilité avec smartadmin-production.css sur la classe selected donc on annule certaines caractéristiques non voulues dans slickgrid */
	border: none ;
}
.slick-cell.selected:before {
	/* !!! incompatibilité avec smartadmin-production.css sur la classe selected donc on annule certaines caractéristiques non voulues dans slickgrid */
	border: none;
	content: normal;
}
.slick-cell.selected:after {
	/* !!! incompatibilité avec smartadmin-production.css sur la classe selected donc on annule certaines caractéristiques non voulues dans slickgrid */
	border: none;
	content: normal;
}
.slick-row:hover {
	background:#e7f4f9;
}
/*.cell-selection {
	border-right-color: silver;
	border-right-style: solid;
	background: #5df54e;
	color: gray;
	text-align: right;
	font-size: 10px;
}*/

.cell-title {
	font-weight: bold;
	height: 9px;
}
.cell-effort-driven {
	text-align: center;
}
.text-bold{
	font-weight:bold;
}
.toggle {
	height: 9px;
	width: 9px;
	display: inline-block;
}
.toggle.expand {
	background: url(../js/plugin/slick/images/expand.gif) no-repeat center center;
}
.toggle.collapse {
	background: url(../js/plugin/slick/images/collapse.gif) no-repeat center center;
}

.grid_contextMenu {
	background: #c8edff;
	border: 1px solid gray;
	padding: 2px;
	display: inline-block;
	min-width: 100px;
	-moz-box-shadow: 2px 2px 2px silver;
	-webkit-box-shadow: 2px 2px 2px silver;
	z-index: 99999;
}

.grid_contextMenu .subMenu {
	background: var(--neutral-20)!important;  /*#8766 mettre une couleur de fond gris */
	/*border: 1px solid gray;
	padding: 2px;
	min-width: 100px;
	-moz-box-shadow: 2px 2px 2px silver;
	-webkit-box-shadow: 2px 2px 2px silver;
	z-index: 99999;*/
}
.grid_contextMenu li { /* #3849 on remet cette partie pour le menu contextuel de la liste des projets, sinon s'affiche mal */
	 padding: 4px 4px 4px 14px;
	 list-style: none;
	 cursor: pointer;
}
.grid_contextMenu li:hover { /* #3849 on remet cette partie pour le menu contextuel de la liste des projets, sinon s'affiche mal */
	background-color: var(--primary-accent-70)!important; /* #8766 remettre la couleur "principale au survol dans un menu contextuel */
}

/*pour mettre en bouton "default" cad en fond blanc, action non obligatoire */
.select2default .select2-search-choice{
	color: black !important;
	background-color: white !important;
}
.select2default .select2-search-choice .select2-search-choice-close::before{
	color: var(--primary-accent-70)!important;
}

.btn-export{ text-align: left; }

.blink_me {
	animation: blinker 2s linear infinite;
}

/* Bouton inactif */
.archeliosPVBimDisabledColor {color: #999999;}
			
/* Orange PV BIM */
.archeliosPVBimColor {color: #FAB318;}

.archeliosPVBIMClickDisabled {
	cursor: not-allowed;
}
.archeliosPVBIMClick {
	cursor: pointer;
}

.clickable{
	cursor: pointer;
}

/*#5567*/
.hover-black:hover{
	font-weight: bold;
	color: black;
}

/*#5085*/
.thumbnail.btn-primary{
	background-color:#337ab7;
	cursor: pointer;
}
.thumbnail.btn-default{
	cursor: pointer;
}

.thumbnail.disable{
	cursor: not-allowed;
	background-color:#7aa1c1;
}

.thumbnail.btn-primary.disable{
	cursor: not-allowed;;
}


@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.a-suite i {
	font-size : 1em !important;
	
}
.a-suite{
	margin-top: 7px;
	padding-left: 10px;
}

.label-title{
	width:100%;
	font-size: 14px;
}

/*suite #5056*/
/* pour le multi select2 dans les noms personnalisables (préférences d'affichage) */
/*
.select2-container--default .select2-selection--multiple .select2-selection__choice { 
	background-color: #3b7ab5 !important;
	color: white;
}*/

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: white !important;
}	
.select2-search {
	z-index: -1 !important; /* par defaut dans la lib il est à 10000 mais pose des pb à la sélection avec des select juste au dessous, nom personnalisés dans paramètres*/
}

.parentHelpWizard{
	position: relative; /* on met la position relative au parent pour la position absolue sur l'enfant*/
}

.iconHelpTopRight {
	position: absolute;
    top: 2px;
    right: 2px;
}

.collapsein{
	text-decoration: underline;
	cursor: pointer;
}

/*#5821, #5393*/
[data-toggle="collapse"] .fa:before {  
	content: "\f068"; /*fa minus*/
}
  
[data-toggle="collapse"].collapsed .fa:before {
content: "\f055"; /*fa plus f067  */
}

/* #6630   */ 
 .textInput {
	font-size: xx-small;
	width: 28px;
	margin: 1px;
	text-align: center;
	
 }
 .editValueGraph {
	display: block;
	text-align: center;
	margin-bottom: 32px;
	margin-left: 5px;
 }

/* #6523 */ 
.exportFieldsButton, #button_pdf {
	width: 100%;
	height: 45px; 
	margin-top: 5px;
	white-space: normal;
	word-wrap: break-word;
	text-size-adjust: auto;
}
#btn_exportProdProfile {
	height: 45px;  
	margin-top: 5px;
	white-space: normal;
	word-wrap: break-word;
	text-size-adjust: auto;
	vertical-align: middle;
}
#exportFieldsButtonPdf {
	display: flex;
	padding-right: 0px;
	margin-right: 0px;
}
#exportFieldsButtonCsv {
	padding-right: 0px;
	margin-right: 0px;
}
#exportButton {
	width: 60%;
	height: 45px; 
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
 }

@media only screen and (max-width: 1899px) and (min-width: 1476px)  {
	.exportFieldsButton, #button_pdf, #btn_exportProdProfile, #exportButton {
		height: 65px; 
	}

	#iconPdf { 
		padding-top: 10px;	
	}
  }

@media (max-width: 1476px)  {
	.exportFieldsButton, #button_pdf, #btn_exportProdProfile, #exportButton {
		height: 80px;
	}
	#iconPdf { 
		padding-top: 20px;	
	}
  }
  @media (max-width: 1109px)  {
	.exportFieldsButton, #button_pdf, #btn_exportProdProfile, #exportButton {
		margin-top: 5px;
		height: 110px;
	}

	#iconPdf { 
		padding-top: 34px;	
	}
} 

  /* #6538 */
  #newProjectButtonArchelios, #newProjectButtonArcheliosPro, .newProjectButton, #newProjectButtonSketch {
	text-align: left;
	white-space: normal; 
	word-wrap: break-word; 
  }
	.newProjectFont {	
		padding-left: 20px;
		padding-right: 0px;
		text-align:left;
	}
	@media (max-width: 1358px) {
		#newProjectButtonArchelios, #newProjectButtonArcheliosPro, .newProjectButton, #newProjectButtonSketch {
			width: 90%;
		}
	  }
	/* #6538 retour (1 */
	.zoneSubtitle, .exclusionWidthText {
		word-wrap: break-word;
	}

	@media (max-width: 1639px) {
		.exclusionWidthButton {
			display: flex;
		}
	  }


	

#titleAPI3E{
	display: flex;
}
#waitingMsgAPi3E{
}

.list-group-item.profil{
	padding-top:0px;
	padding-bottom: 0px;
	display: flex;
}
#IdTypeProfil{
	margin-bottom: 0px;
	position: absolute;
	z-index:99;
	margin-top: revert;
	
}
#profiletypeLabel{
	cursor:pointer;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 0;
}
.col-xs-6.edit{
	width: auto;
}
#PositionTypeProfil{
	display: inline-block;
	vertical-align: sub;
	white-space: nowrap;
}
#boutonProfile{
	display:inline-block;
	margin-top: 5px;
}
#group1_1{
 	margin-left: 10px;
}
#group1_2{
	margin-left: 10px;
}
.col-lg-7.form-inline.API3E{
	width: 75%;

}
#divloadingAPI3E{
	margin-top: 10px;
}
#inputAPI_3E{
	width:125%;
}
#inputAPI_Solargis{
	width:125%;
}
.allDays{
	margin-left: 5px;
	margin-right: 15px;
}
.spanProfile{
	margin-right: 8px;
}

#stockageCost{
	display: none;
	width: 15%;
	height: auto;
}
#divStockageCost{
	display:block;
}
.row.col-lg-8.col-xs-8.divStockageCost{
	display:flex;
	border-collapse: separate;
	border-spacing: 10px;
	margin-left:0;
	margin-right:0;
	padding-right: 0;
}
#spanStorage{
	margin-left: -1.8%;
	display: none;
	margin-right: 0.5%;
}
#spanUniteStockage{
	margin-left: 2%;
	margin-right: 39%;
	line-height: 300%;
}
#btnCancelValidateProfile{
	text-align: right;
}
#btnImportExportProfile{
	text-align: right;
	padding: 15px;
	border-top: 1px solid #e5e5e5;
}
#IdFirstDay{
	float: right;
	text-align: center;
	height: 25px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
}
#IDprixNom{
	margin-left: 10px;
	width: 170px;
}
.DivIdNomTarif{
	display: flex;
	margin-top:10px;
	margin-bottom: 10px;
	align-items: center;
}

#divBtnAddPrice{
	margin-left: 20px;
	margin-top: 10px;
}
.IDprixNom{
	margin-left:10px;
	
}
.IDprixValeur{
	margin-left:10px;
	width:170px
	
}
#btnDeletePrice1{
	margin-left: 20px;
}

.spanPrice{
	margin-left:10px;
	width: 170px;
	display: inline-block;
}

.DivIdNomHeure{
	display: flex;
	margin-top:10px;
	margin-bottom: 10px;
	align-items: center;
}

#divBtnAddHour{
	margin-left: 20px;
	margin-top: 10px;
}
.IDheureNom{
	margin-left:10px;
	width:170px;
}
.IDheureValeur{
	margin-left:10px;
}

#btnDeleteHour{
	margin-left: 20px;
	margin-top: 7px;
}
.spanHour{
	margin-left:10px;
}
#divInputHour{
	margin-top:10px;
}
#DivIdNomHeureTot{
	margin-top:20px;
	border-top: 1px solid #e5e5e5;
}

#idHour{
	margin-top: 15px;
}
.selectDayOrPeriod{
	float: right;
	text-align: center;
	height: 25px;
	margin-left: 20px;
	width: 75px;
	background-color: white;
}
.inputNomTarif{
	width: 90px;
	margin-left: 20px;
	height:25px;
}
.selectHourStart {
	float: right;
	text-align: center;
	height: 25px;
	margin-left: 20px;
	width: 120px;
	background-color: white;
}
.divIdInputHeure{
	display:flex;
}
.selectHourEnd{
	float: right;
	text-align: center;
	height: 25px;
	margin-left: 20px;
	width: 120px;
	background-color: white;
}
.spanStartHour{
	display: inline-block;
	margin-left: 10px;
	width: 200px;
}
.spanStartHour2{
	display: inline-block;
	margin-left: 10px;
	width: 200px;
}
.spanPrice2{
	display: inline-block;
	margin-left: 110px;
}
.spanStartPeriod2{
	display: inline-block;
	margin-left:20px;
	width:100px;
}
.modal-body.profil{
	max-height: 70vh;
	overflow-y: auto;

}

#idPeriod{
	margin-top: 15px;
}
.DivIdNomPeriode{
	display: flex;
	margin-top:10px;
	margin-bottom: 10px;
	align-items: center;
	font-family: helvetica !important;
	font-size: 13px !important;
}
#divInputPeriod{

}
#IdFormatDate{
	text-align: center;
	height: 25px;
	margin-left: 10px;
	font-size: 14px;
	float: right;
}
.IDperiodeNom{
	margin-left:10px;
	width: 140px;
	height:25px;
	font-family: helvetica;
font-size: 13px;
}
.modal-dialog.HourlyPricing{
	width:1200px;
	overflow-x: auto;
}

#selectPeriod {
	text-align: center;
	height: 25px;
	margin-left: 10px;
  }
#IDperiodeJDebut1{
	margin-left:10px;
}
#IDperiodeJFin1{
	margin-left:10px;
}
.selectNomHeure + .select2{
	width: 185px !important;
}
.selectNomTarif + .select2{
	text-align: center;
	height: 25px;
	width: 185px !important;
}
.spanEndPeriod{
	display: inline-block;
	margin-left: 28px;
	width: 90px;
}
.spanStartPeriod{
	display: inline-block;
	margin-left: 28px;
	width: 90px;
}
.list-group.IDTypePeriod{
	position: absolute;
	z-index: 99;
}
.divUlPeriode{
	position: relative;
	display: inline-block;
	margin-left: 20px;
}
.spanNamePeriod{
	margin-left: 135px;
	width: 127px;
	display: inline-block;
}
#datetimepicker1{
	display: flex;
}
.containerCalendarStart{
	display: inline-block;
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 20px;
}
.inputCalendarStart{
	height:25px;
	width: 65px;
}
.input-group-append.imgInputCalendarStart{
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	width: 25px;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
	z-index:9999!important;
}

.input-group.date{
	display: flex;
}
.containerCalendarEnd{
	display: inline-block;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 20px;
}
.inputCalendarEnd{
	height:25px;
	width: 65px;
}
.input-group-append.imgInputCalendarEnd{
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	width: 25px;
}
.ui-datepicker-year{
	display:none;
}
.ui-state-highlight {
	border: 0 !important;
}

.ui-state-highlight a {
	background: #363636 !important;
	color: #fff !important;
}
.containerCalendarMultipleDate{
	display: inline-block;
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 10px;
	margin-left: 10px;
}
.CalendarMultipleDate{
	height:25px;
	width: 310px;
}
#multiDatesPicker1{
	display: flex;
}

.input-group-append.imgCalendarMultipleDate{
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	width: 25px;
}
.spanPeriodMultiple{
	display: inline-block;
	margin-left: 20px;
	width: 108px;
}
.spanTypePeriod{
	width: 215px;
	display: inline-block;
}
.classNomPeriode{
	border-collapse: collapse;
	display: flex;
}
.btn.btn-default.btnPeriode{
	height: 25px;
	vertical-align: initial;
	line-height: 16%;
	width: 120px;
	font-family: helvetica;
	font-size: 13px;
}
.spanPeriodName{
	display: inline-block;
	margin-left: 53px;
	width: 140px;
}
#btnDeletePeriod{
	margin-left: 10px;
	display: inline-block;
}
.divbtnDeletePeriod{
	display: inline-block;
}
.divbtnDuplicatePeriod{
	margin-left: 20px;
}
#divBtnAddPeriod{
	margin-left: 20px;
}
#btnCancelProfile{
    width: 150px;
    margin-right: 10px;
}
#btnCancelProfileBuying{
    width: 150px;
    margin-right: 10px;
}
#btnCloseProfile{
    width: 150px;
    margin-right: 10px;
}
#btnImportProfile{
    width: 150px;
    margin-right: 10px;

}
#duplicateprofilebutton{
	margin-top: 7px;
}
#btnExportProfile{
    width: 150px;
    margin-right: 10px;
	float: left;
}
#btnVisualizeProfile{
	width: 150px;
    margin-right: 10px;
}
#btnValidateProfile{
    width: 150px;
    margin-right: 10px;
}
.divIdSelectNomTarif{
	display: inline-block;
	text-align: center;
	height: 25px;
	margin-left: 20px;
	width: 185px !important;
}
.allCalendar{
	width: 360px;
}
#btnVisualize{
	padding: 15px;
	border-top: 1px solid #e5e5e5;
	display:none;
	margin-top: 20px;
	width:100%
}
.ImportFilesParameters{
	border-top: 1px solid #e5e5e5;
}
#idLabelFilesParameters{
	margin-left:5px
}
#IdSelectTypeOfProfile{
	display: inline-block;
	text-align: center;
	height: 25px;
	margin-left: 10px!important;
	width:270px!important;
}
#fileDefinePricesHourlyProfilePath{
	width: 158px;
	border: 1px solid #aaa;
	height: 32.5px;
}
#div_importWeatherFiles{
	height: 45px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	float: left !important;
}
#filePricesHourlyProfilePath{
	width: 158px;
	border: 1px solid #aaa;

}
#inputParametersProfile{
	margin-bottom: 15px;
}
#titleImportFilesParameters{
	margin-bottom: 15px;
	display: inline-flex;
}
#button_filePricesHourlyProfile{
	margin-right:15px;
	color: white;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	height: 32.5px;
}
#btnDefineProfile{
	width: 270px;
	text-align: center!important;
	height: 34px!important;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: white;
	border-radius: 4px;
}
#divbtnExportProfile{
	float: left;
}
#button_filePricesHourlyProfile1{
	margin-left:4px;
	margin-right: 15px;
	margin-right:15px;
	color: white;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
#select2-IdSelectTypeOfProfile-container{
	background-color: var(--background-color-50) !important; /* #8712 mettre la bonne couleur */
	border-color: var(--background-color-50) !important;
	color: white;
}
.ImportFilesParameters > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1){
	border-color: var(--background-color-50) !important;
}
.ImportFilesParameters > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2) > b:nth-child(1){
	border-color: white transparent transparent transparent
}
#buttonHideFirstDay{
	margin-right:10px;
}
#referencedYear{
	float:right;
}
#idVisualisation{
	width: 100%;
	top: 0px!important;
	left: -25px!important;
	position: relative;
	margin: 10px;
}
#eco_thresholdPricesSellingFileProfile{
	display: contents;
}
.ImportFilesParameters > div:nth-child(2) > div:nth-child(2) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1){
	height: 34px!important;
}
#select2-IdSelectTypeOfProfile-container{
	height: 32px!important;
}
#idDeleteThreshold{
	display: contents;
}
#idImportTimeProfile{
	vertical-align: sub!important;
}
.ImportFilesParameters > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1){
	height:34px;
}
#inputProfileType{
	margin-bottom: 15px;
}
#createProfileType{
	margin-bottom: 15px;
}
#inputParametersProfile{
	display: flex;
}
.btn.btn-default.btn_editSellingPricesProfile{
  display: none;
}
.btn.btn-default.btn_editBuyingPricesProfile{
	display: none;
}
#legendClass{
	position: absolute;
	bottom: 423px;
	left: 60px;
}
#graphDivProfileParameters{
	position: relative;
}
#divLabelLegendGraphPeriodSpecified{
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: 1px solid #931313;
	background: #931313ed;
	margin-top: 4px;
}
#labelLegendGraphPeriodSpecified{
	margin-left: 5px;
}
#legendGraphPeriodSpecified{
	display: flex;
}
#legendGraphPeriodNotSpecified{
	display: flex;
}

#divLabelLegendGraphPeriodNotSpecified{
	height: 10px;
	width: 10px;
	border: 1px solid #e5e5e5;
	background: #e5e5e5;
	margin-top: 4px;
	margin-left: 5px;
}
#labelLegendGraphPeriodNotSpecified{
	margin-left: 5px;
}
#legend1Graph{
	display: flex;
}
#idPeriodTextDetail{
	font-size: 11px;
	margin-left: 19px;
}

.projectViewMiniature>img {
	height: 100px;
}

.miniature_buttons {
	float: right;
}

.miniature_buttons>button {
	min-width:33px	
}


.projectViewMiniatureDropdown {
	margin-left:-15px;
	margin-right:15px
}

.projectViewMiniatureDropdown>a:hover {
	background-color: #f5f5f500 !important;
	font-weight: bold;
}

.map_element{
	max-width:810px;
	width:calc(100% - 80px);
	max-height:400px;
	margin-bottom: 15px;
}

.buttonCallToClick{
	border-color: #314dbb;
	border-width: 2px;
}

.button3DCallToClick{
	background-color:#314dbb ;
}

#dragandrophandler
{
	margin-top: 20px;
	border:2px dotted #0B85A1;
	width:100%;
	color:#4B7A86;
	text-align:left;vertical-align:middle;
	padding:10px 10px 10 10px;
	margin-bottom:10px;
	font-size:200%;
	font-size:200%;
	background-color: #bfbfbf;
}
	

#map_image{
	width: 100%;
	/* height :auto; */
	max-height:400px;
}

#map_canvas{
	height:400px;
}

@media (min-width: 992px) { 
	#map_element{
		margin-top: -13px;
		/* margin-bottom: -19px;	 */
	}
 }
#editprofiletypediv{
	padding-left: 0px;
	margin-top: 25px;
	height: 60px;
}

.bootboxDialogMedium > .modal-dialog {
	width: 30% !important;
}

/* #7844 rendre la modal scrollable */
.modal-scrollable {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

/*#5026 pour responsive */
.logos-APRO-ENEDIS{
	display: flex;
	align-items: start;
	justify-content: center;
}

.logos-APRO-ENEDIS > img {
	height: 42px;
}

@media (max-width: 425px) {
	.logos-APRO-ENEDIS{
		flex-direction: column;
		align-items: center;
	}
	.logos-APRO-ENEDIS > img {
		height: 35px;
	}
}

.apro-input-group{
	display: flex;
	align-items: flex-start;
}

.apro-inline-group{
	display: flex;
	flex-direction: row;
}

.apro-inline-group > .form-check-input {
	margin-right: 6px;
}

.parent-divs_inputs > * {
	margin-bottom: 12px;
}

/* #6818 */
/* couleur de la barre */
.colorThemeRange .irs-bar {
    background: linear-gradient(to right, #cd0b0b, #28c924);
}
/* couleur des tooltips */
.colorThemeRange .irs-from {
    background: #cd0b0b;
}
.colorThemeRange .irs-to {
    background:  #28c924;
}
/* quand les tooltips fusionnent */
.colorThemeRange .irs-single {
    background: linear-gradient(to right, #cd0b0b, #28c924);
}
#irradLimitMinPercent, #irradLimitMaxPercent, #conversionIrradiationkWhMin, #conversionIrradiationkWhMax {
    font-weight: bold; 
    border: 1px solid #CED4DA;
    border-radius: 3px 0px 0px 3px;
    width: 100px;
    font-weight: bold;
}
    
.labelPourcentage, .labelKwa {
    background-color: #dfe3e7;
    padding: 1px;
    border: solid 1px darkgray;
}
.irradiationLign {
    margin: 10px;
}
#irradiationRange {
    display: none;
}
#slideRangeConverter { 
    margin: 40px 0 40px 0;
}
.redCircle {
    height: 10px;
    width: 10px;
    background-color: #cd0b0b;
    border-radius: 50%;
    display: inline-block;
}
.greenCircle {
    height: 10px;
    width: 10px;
    background-color: #28c924;
    border-radius: 50%;
    display: inline-block;
}
.disabledPadding {
    padding-left: 5px;
}
.unitForLimitIrrad {
    background-color: #dfe3e7;
    color: #495057;
    width: 100px;
    border-radius: 0 3px 3px 0;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
}
#modalImportProfilConso {
	width:1200px;
	overflow-x: auto;
}
#electricalVehicleList{
	width:65%; 
	margin-bottom:15px;
}
#inputVehicleElectric{
	width:65%;
	margin-top: 10px;
}
#batteryCapacity{
	width:100%;
}
#annualMileage{
	width:100%;
}
#vehicleConsumption{
	width:100%;
}
#ChargingPower{
	width:100%;
}



.DivMaterial{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.imgMaterial{
	margin-top: 5px;
}
#divShowDetailledCost{
	display: flex;
}
#showDetailledCost{
	padding: 4px;
}
#modalDialogMaterialLists{
	width:50%;
}
#titleModalBodyMaterialLists{
	border-bottom: 1px solid #e5e5e5;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
} 
#visualiseTitleModalBodyMaterialLists{
	border-bottom: 1px solid #e5e5e5;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#modalBodyMaterialTotal{
	margin-bottom: 25px;
}

.checkbox-wrapper-14 input[type=checkbox] {
	--active: #275EFE;
	--active-inner: #fff;
	--focus: 2px rgba(39, 94, 254, .3);
	--border: #BBC1E1;
	--border-hover: #275EFE;
	--background: #fff;
	--disabled: #F6F8FF;
	--disabled-inner: #E1E6F9;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 21px;
	outline: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	cursor: pointer;
	border: 1px solid var(--bc, var(--border));
	background: var(--b, var(--background));
	transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
 }
.checkbox-wrapper-14 input[type=checkbox]:after {
	content: "";
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}
.checkbox-wrapper-14 input[type=checkbox]:checked {
	--b: var(--active);
	--bc: var(--active);
	--d-o: .3s;
	--d-t: .6s;
	--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
.checkbox-wrapper-14 input[type=checkbox]:disabled {
	--b: var(--disabled);
	cursor: not-allowed;
	opacity: 0.9;
}
.checkbox-wrapper-14 input[type=checkbox]:disabled:checked {
	--b: var(--disabled-inner);
	--bc: var(--border);
}
.checkbox-wrapper-14 input[type=checkbox]:disabled + label {
	cursor: not-allowed;
}
.checkbox-wrapper-14 input[type=checkbox]:hover:not(:checked):not(:disabled) {
	--bc: var(--border-hover);
}
.checkbox-wrapper-14 input[type=checkbox]:focus {
	box-shadow: 0 0 0 var(--focus);
}
.checkbox-wrapper-14 input[type=checkbox]:not(.switch) {
	width: 21px;
}
.checkbox-wrapper-14 input[type=checkbox]:not(.switch):after {
	opacity: var(--o, 0);
}
.checkbox-wrapper-14 input[type=checkbox]:not(.switch):checked {
	--o: 1;
}
.checkbox-wrapper-14 input[type=checkbox] + label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 4px;
}

.checkbox-wrapper-14 input[type=checkbox]:not(.switch) {
	border-radius: 7px;
}
.checkbox-wrapper-14 input[type=checkbox]:not(.switch):after {
	width: 5px;
	height: 9px;
	border: 2px solid var(--active-inner);
	border-top: 0;
	border-left: 0;
	left: 7px;
	top: 4px;
	transform: rotate(var(--r, 20deg));
}
.checkbox-wrapper-14 input[type=checkbox]:not(.switch):checked {
	--r: 43deg;
}
.checkbox-wrapper-14 input[type=checkbox].switch {
	width: 38px;
	border-radius: 11px;
}
.checkbox-wrapper-14 input[type=checkbox].switch:after {
	left: 2px;
	top: 2px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background: var(--ab, var(--border));
	transform: translateX(var(--x, 0));
}
.checkbox-wrapper-14 input[type=checkbox].switch:checked {
	--ab: var(--active-inner);
	--x: 17px;
}
.checkbox-wrapper-14 input[type=checkbox].switch:disabled:not(:checked):after {
	opacity: 0.6;
}
.checkbox-wrapper-14 * {
	box-sizing: inherit;
}
.checkbox-wrapper-14 *:before,
.checkbox-wrapper-14 *:after {
	box-sizing: inherit;
}
#idCheckBoxMaterial{
	margin-bottom: 20px;
}

#spanFullTotalHT{
	margin-right: 8px;
}
#spanFullTotalTTC{
	margin-right: 8px;
}

.editValueMaterialUnitCost{
	cursor: pointer;
	width: 10%;
  	margin-left: 20px;
  	margin-right: 40px;
}
.editValueMaterialTVA{
	width: 70%;
	cursor: pointer;
}

.spanQuantityClass{
	text-align: right;
}

.spanTotalHTClass{
	text-align: right;
	padding-right: 23px;
}
.spanTotalTTC{
	text-align: right;
	padding-right: 29px;
}
#selectConsumAuto{
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}
#divCheckBoxDisplayForm{
	display:inline
}
#buttonCheckBoxDisplayForm{
	float:right
}

/* #7818 centrer les badges dans les cellules*/
#configManual > td{
	text-align: center;
}

#modalContentFavorites{
	width: 1200px;
	right: 300px;
}
