/* Layout */
.col {
	width: 100%;
	display: grid;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    justify-items: center;
	justify-content:center;
}

.colX4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.colX3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.colX3MidLarge {
    grid-template-columns: 1fr 2fr 1fr;
}
.colX2 {
    grid-template-columns: 1fr 1fr;
}
.colX2LargeSmall {
    grid-template-columns: 2fr 1fr;
}
.colX2XLargeXSmall {
    grid-template-columns: 4fr 1fr;
}
.colX2SmallLarge {
    grid-template-columns: 1fr 2fr;
}
.horizontalMenuHandler {
	padding: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;	
}

.horizontalPlaybackMenuHandler, .screenBuilderNavMenuHandler {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;	
}

.screenBuilderNavMenuHandler {
	border: 1px solid #009ab5;
	/* border-top: 1px solid #009ab5; */
	/* border-bottom: 1px solid #009ab5; */
	border-radius: 5px;
	margin: 20px 0px;
	height: 40px;
	/* width:100%; */
    background-color: #fff;
    color: #009ab5;
}

.smallMenuBtn {
	display:flex;
	justify-content: center;
    align-items: center;	
	width:34%;
	height:100%;	
	font-size: 15px;
	cursor: pointer;
	position: relative;
}

.smallMenuBtnActive {
	border-bottom: 3px solid #fff;
    font-weight: 600;
	margin-top: 2px;
    background-color: #009ab5;
	color: #fff;
	position: relative;
}

.smallMenuBtnActive::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-52%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid #fff;
}

.smallMenuBtn:not(.smallMenuBtnActive) {
	border-bottom: none;
}

.smallMenuBtn.smallMenuBtnActive .underline {
    transform: scaleX(1); /* Maintenir la bordure visible en permanence et déplacer horizontalement */
}

.smallMenuBtn:not(.smallMenuBtnActive) .underline {
    transform: scaleX(0); /* Cacher la bordure pour les éléments non actifs au survol */
}

.splide__pagination__page.is-active {
    background: #04AA6D !important;
}

/* .splideContentPart .splide__slide { */
.splideContentPartNormalSize {
	padding: 10px;
	transform: scale(1);
}

/* .splideContentPart .splide__slide.is-active { */
.splideContentPartZoomedSize {
	/* padding-top: 0px; */
	/* padding-right: 20px; */
	/* padding-bottom: 0px; */
	/* padding-left: 20px; */
	transition: transform 0.3s ease-in-out;
	transform: scale(1.25);
	z-index:5;
}

#splide02-track {
	padding-top: 20px;
    padding-bottom: 20px;
}

.sequenceSelectorHandler {
	display: flex;
	justify-content: center;
	width: 65%;
}

#sequenceFilePath:focus-visible {
	outline: none;
}
#sequenceFilePath {
    padding: 8px 10px 8px 10px;
    border: 1px solid #ffd193;
    border-radius: 25px;
    background-color: #fafafa;
	font-weight:600;
	font-size:14px;
	width:80%;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/img/chevron-down.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
	box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, .1);
}

#sequenceFilePath option {
	margin : 5px 10px 15px 10px;
	padding: 20px 0px;
	border-color: #f1f1f1;
	color:#000;
	background-color: #fff;
}

#sequenceFilePath option:focus {
	margin : 5px 10px 15px 10px;
	padding: 20px 0px;
	border-color: #f1f1f1;
	color:#000;
	background-color: #fff;
}

.iconWithLabelButton {
	display: flex;
    align-items: center;
    flex-direction: column;	
	cursor:pointer;
	width: 20%;
}

.roundIconBtn {
	border: solid 3px #9b9b9b;
    border-radius: 25px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .3);
	cursor: pointer;
	width: 34px;
    height: 34px;
}

.squareIconBtn {
	width:36px;
	height:36px;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .3);
	cursor: pointer;
	margin: 10px;
}

.verticalSubContent {
	display:inline-grid;
}

.littleLabel {
	font-size: 12px;
    font-style: italic;
	font-weight:500;
}

.popup {
	max-width: inherit;
	min-width: 360px;
	min-height: 50%;
	position: fixed;
    background-color: #fcfcfc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 100;
	box-shadow: 10px 30px 30px 1px rgba(0, 0, 0, .2);
	border: solid 1px #afafaf;
	border-radius: 25px
}

.visible {
	display:block;
}

.hide {
	display:none;
}
/* Builder */

.builderCrossContainer {
	--cross-width : 96px; /* Do not modify ! increase zoom value instead */
	--scale-factor : 2.4; /* Do not modify ! increase zoom value instead */
	transform: scale(var(--scale-factor)) translate(0px, 0px);
	transition: transform 0.3s ease-in-out;
}

#currentCrossHandler {
	--cross-width : 96px; /* Do not modify ! increase zoom value instead */
	--scale-factor : 2.4; /* Do not modify ! increase zoom value instead */
 	min-width: calc(var(--cross-width) * var(--scale-factor));
 	min-height: calc(var(--cross-width) * var(--scale-factor));
	display: flex;
    justify-content: center;
    align-items: center;	
	margin: 10px;
}

.currentCrossTopFixedPosition {
	position: fixed;
    top: 30px;
	width: 96px;
	height: 96px;
    z-index: 60;
	transform: scale(1.2) translate(-110px, -10px);
	transition: transform 0.3s ease-in-out;	
	box-shadow: 3px 3px 20px 1px rgba(0, 0, 0, .2)
}


.loopCrossContainer {
	--cross-width : 96px; /* Do not modify ! increase zoom value instead */
	/* zoom:100%; */
	transform:scale(1);
}

.maskUp::before, .maskUp::after, .maskDown::before, .maskDown::after {
    content: "";
	background-color: white; /* Couleur de fond blanche */
    position: absolute;
    width: calc(var(--cross-width) / 3);
    height: calc(var(--cross-width) / 3);
}

.blur {
	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.disabledMask {
    position: relative;
    z-index: 10;  
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

#textContainer {
    width: 100%; /* Ajustez selon votre mise en page */
    overflow: hidden;
}

#scrollTextContainer, #previewScrollTextContainer {
	padding: 0px 2px;
    font-family: Arial;
    white-space: nowrap;
    animation: scroll linear infinite; /* La vitesse est définie par JavaScript */
}

@keyframes scroll {
    from {
        transform: translateX(var(--cross-width));
    }
    to {
        transform: translateX(-100%);
    }
}


/* Thumbnail */

.screenBuilderElementTitle {
	font-style:italic;
	font-size:12px;
}

.thumnailCrossContainer {	
	--cross-width : 100px;
}

.crossContainer {
    position: relative;
    width: var(--cross-width);
    height: var(--cross-width);
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 5px auto;
}

.layer {
    /* Vous pouvez garder ces propriétés si nécessaire */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* Fin des propriétés spécifiques */
}
/* Styles spécifiques pour chaque div */

.image {
    z-index: 1;
}

.video {
    z-index: 2;
}

.text {
    z-index: 3; /* Place le texte au-dessus de tout le reste */
    color: #00ff00;
    font-size: 30px;
	display: flex;
    align-items: center;	
}

.borderBlinkingContent {
    animation: contentBlink 0s infinite; /* Utilisation de l'animation */
}

.textBlinkingContent {
    animation: contentBlink 0s infinite; /* Utilisation de l'animation */
}

@keyframes contentBlink {
    0%, 49% {
        opacity: 0;
    }
    50%, 100% {
        opacity: 1;
    }
}

@keyframes smouthContentBlink {
    0% {
        opacity: 1; /* Début de l'animation avec opacité complète */
    }
    50% {
        opacity: 0; /* Opacité réduite à 0 à mi-chemin de l'animation */
    }
    100% {
        opacity: 1; /* Retour à l'opacité complète à la fin de l'animation */
    }
}

.border {
	--border-width:6px;
	--border-color:#00ff00;
	box-sizing: border-box;	
    z-index: 4;
	border: solid;
	border-width: var(--border-width);
	border-color: var(--border-color);	
}

Ajoutez des styles pour dessiner une bordure
.borderContent {
	position: absolute;
    width: 100%;
    height: 100%;

}

.borderH::before {
	position: absolute;
	box-sizing: border-box;	
    border: solid;
	border-top: none;
	border-left: none;
	border-width: var(--border-width);
	border-color: var(--border-color);
    width: calc(var(--cross-width) / 3);
    height: calc(var(--cross-width) / 3);
    content: "";
    top: 0;
    left: 0;
}

.borderH::after {
	position: absolute;
	box-sizing: border-box;	
    border: solid;
	border-right: none;
	border-top: none;
	border-width: var(--border-width);
	border-color: var(--border-color);
    width: calc(var(--cross-width) / 3);
    height: calc(var(--cross-width) / 3);
    content: "";
    top: 0;
    right: 0;
}

.borderV::before {
	position: absolute;
	box-sizing: border-box;	
    border: solid;
	border-bottom: none;
	border-left: none;
	border-width: var(--border-width);
	border-color: var(--border-color);
    width: calc(var(--cross-width) / 3);
    height: calc(var(--cross-width) / 3);
    content: "";
    bottom: 0;
    left: 0;
}

.borderV::after {
	position: absolute;
	box-sizing: border-box;	
    border: solid;
	border-bottom: none;
	border-right: none;
	border-width: var(--border-width);
	border-color: var(--border-color);
    width: calc(var(--cross-width) / 3);
    height: calc(var(--cross-width) / 3);
    content: "";
    bottom: 0;
    right: 0;
}


/* Nouvelle classe pour masquer les coins */
.maskUp, .maskDown {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
}

.maskUp::before, .maskUp::after, .maskDown::before, .maskDown::after {
    content: "";
	background-color: white; /* Couleur de fond blanche */
    position: absolute;
    width: calc(var(--cross-width) / 3);
    height: calc(var(--cross-width) / 3);
}

.maskUp::before {
    top: 0;
    left: 0;
}

.maskUp::after {
    top: 0;
    right: 0;
}

.maskDown::before {
    bottom: 0;
    left: 0;
}

.maskDown::after {
    bottom: 0;
    right: 0;
}




/* NEW CAROUSEL */


.slider-container {
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
    touch-action: pan-y; /* Autorise le défilement tactile */
}

.new-slider {
    display: flex;
    flex-direction: row;
    transition: transform 0.3s ease; /* Ajoute une transition fluide au défilement */
}

.new-slide {
    flex: 0 0 150px; /* Évite que les slides ne se chevauchent */
    width: 150px;
	height: 150px;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    white-space: normal;
}


/* *********** */






body {
	margin:0px;
	color:#303030;
	background-color: #eee;
	display:flex;
}

h1{
	text-align:center;
	font-size:34px;
	font-weight:600;
}

h2{
	text-align:center;
	font-size: 1rem;
	font-weight:600;
	/* margin-left: 10px; */
	/* text-decoration: underline 1px; */
}

p{
	background-color:#f2f2f2;
	font-size:1rem;
	padding:10px 5px;
}

.tipsPart {
	font-size:11px;
	margin:10px 0;
}

.popup-container {
	display:none;
}

.loadingDisplay {
	color:#ff0000;
	font-weight:600;
	text-align:center;
	margin:10px;
}

/* Popup */

#popupHandler {
	display: flex;
    align-items: center;
    justify-content: center;
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
}

#popupContent {
	width:300px;
	min-height:200px;
	height:200px;
	color:#555;
	background-color:#fff;
	border: 1px solid #a2a2a2;
	border-radius:5px;
	box-shadow: 10px 30px 30px 1px rgba(0, 0, 0, .2);
	text-align: center;
}

#popupMessage {
	height: 75px;
    padding: 20px;
}

#popupButton {
	margin: auto;
}

/* Gauge */
.planningGaugeContainer {
	position: relative;
	width: 100%;
	height: 10px;
	background: #f0f0f0;
	border: solid 1px #fff;
    border-radius: 20px;	
	margin: 6px 0;
}

.gaugeDayCheckerHandler {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	margin: 14px 0 8px;
}

.planingGaugeHours {
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 10px;
	padding: 0 8px;
}

.planingGaugeHours span {
	width:10px;
}

#planningGaugeHandler {	
	padding: 0 8px;
}

.planningGauge {
	position: absolute;
	height: 10px;
	border: solid 1px #fff;
    border-radius: 20px;
}

.planningGaugeLegendHandler {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 10px 20px;
}

.planningGaugeLegendItem {
	display: flex;
	align-items: center;
}

.planningGaugeLegendItem span {
	margin-left: 10px;
}

.greenGauge {
	background-color : #98ff39;
}

.blueGauge {
	background-color : #0089ff;
}

.redGauge {
	background-color : #ff6217;
}

.smallRoundChip {
	width:10px;
	height:10px;
	border:solid 1px;
	border-radius:25px;
}

/* Loading wheel */

#loadingScreenHandler {
    display: flex;
    justify-content: center;
    align-items: center;	
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100%;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 6px solid #ff9b46;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ff9b46 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End Loading Wheel */

.optionsPopupContainer {
	max-width: inherit;
	min-width: 360px;
	min-height: 50%;
	position: fixed;
    background-color: #fcfcfc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 100;
	box-shadow: 10px 30px 30px 1px rgba(0, 0, 0, .2);
	border: solid 1px #afafaf;
	border-radius: 25px
}

.showOptionsPopup {
	display:block;
}

.globalDisplay {
	margin: auto;
	max-width: 420px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, .2);
}

.title {
	text-align:center;
	font-size:1.25rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

.subTitle {
	text-align:center;
	font-size: 11px;
	margin: 15px 10px 10px 10px;
}

.value {
	font-size:15px;
	font-weight:600;
	margin: 5px;
}

.framedData {
	border: solid 1px #d1d1d1;
	border-radius:5px;
	background-color: #f7f7f7;
	padding:5px;
	margin:15px;
}

.separator {
	border-bottom: solid 1px #dadada;
	margin: 1rem auto;
	max-width: 95%;
}

.thumbnail {
	width:25%;
	height:auto;
}

.thumbnailBlackBackground {
	background-image:url(../img/bg-croix-noir-plein.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;		
}

.thumbnailCrossBackground {
	/* background-image:url(../img/bg-croix-vert-plein.png); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
	width:90%;
	height:90%;
	margin-top:5%;
}

html {
	font-family: "Gill Sans", sans-serif;
	font-size : 16px;
	padding : 0px;
	margin : 0px;
}

form{
	text-align:center;
	margin:10px;
}

.subPartBlock {
	border:1px solid #e2e2e2;
	background-color: #fefefe;
	border-radius: 5px;
	margin: 12px;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .2)
}

.sequencePart {
	border-color: #ffd193;
}

.screenBuilderPart {
	border-color: #9efcff;	
}

.screenValidationPart {
	border-color: #d2f96f;	
}

.brightnessPart {
	border-color: #efda3c;
}

.autopowerPart {
	border-color: #93cdff;
}

.planningGaugePart {
	border-color: #ff9393;
}

.backupRestorePart { 
	border-color: #eba01d;
}

.customLibraryPart {
	border-color: #d5ff93;
}

.updateLibraryPart {
	border-color: #fff293;
}

.aboutPart {
	border-color: #93fff5;
}

.diagPart {
	border-color: #df090e;
}

.internalPartBlock {
	margin: 10px 0;
}

.mainBlockContent {
	text-align:center;
	margin-bottom: 80px;
}

.formInputLabel {
	margin:1rem;
	font-size:1.25rem;
	color:gray;
}

.formInputField {
	margin:1rem;
	width: 80%;
    height: 2rem;
	font-size: 1rem;
    border: 1px solid #A2A2A2;
    border-radius : 15px;
	border-radius: 25px;
    padding: 5px 10px;
}

input {
	margin: 10px 0;
}

.colorPickerLabel {
	margin:auto;
}

label {
	font-size:1rem;
	margin: 8px 0;
}

.appHeader {
	width : 100%;
	max-width: 420px;
	background-color : #FAFAFA;
	color : #24293D;
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    width: inherit;
}
.appHeader>h2 {
	margin-top:0px;
	padding-top:10px;
}

.appFooter {
	max-width: 420px;
	width: 100%;
	background-color : #FAFAFA;
	color : #24293D;
	box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .2);
	position: fixed;
	z-index: 50;
	bottom: 0;
}

.pageTitle {
	padding: 5px;
	font-size: 1rem;
}

.headerLeftPart {
	width : 30%;
}

.headerRightPart {
	width : 70%;
	font-size:35px;
	font-weight: 100;
    font-size: 3rem;
}

.menu {
    display: flex;
	justify-content: space-around;
	background-color : #F5F5F5;
	font-size : 1rem;
}

.menu li {
	padding : 1rem;
	list-style:none;
	border-bottom:solid 1px #f15a25;
	min-height:5rem;
}

.menuItem {
	text-decoration:none;
	color:#505050;
    border-radius: 25px;
    padding: 5px 20px 0px;
	font-weight:400;
	margin: 10px auto 0px;
	cursor:pointer;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .1);
}

.menuItem:hover {
	border-radius: 25px;
	font-weight:400;
}

.menuItemActive {
	border-color:#dfdfdf;
	background-color:#009ab52b;
	color:#101010;
	font-weight:600 !important;
	border-radius: 25px;
}

.menuButton {
	max-height : 100px;
}

.menuIcon {
	width: 25px;
}

.mainButton {
	padding: 20px 20px;
	background-color : #f15a25;
	color : #fff;
	font-size : 1rem;
	line-height: 0;
	border : solid 1px #f15a25;
	border-radius : 25px;
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .2);
	margin-bottom: 30px;
}

.errorMessage {
	margin:20px;
	padding:20px 10px;
	border:solid 2px #f00;
	border-radius:10px;
}

.successMessage {
	margin:20px;
	padding:20px 10px;
	border:solid 2px #0f0;
	border-radius:10px;
}

.marquee-rtl {
  max-width: 100%;                       /* largeur de la fenêtre */
  overflow: hidden;                     /* masque tout ce qui dépasse */
  margin:auto;
}

.marquee-rtl > :first-child {
  display: inline-block;                /* modèle de boîte en ligne */
  padding-right: 2em;                   /* un peu d'espace pour la transition */
  padding-left: 100%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 4s infinite linear;
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-100%,0,0);  /* position finale à gauche */
  }
}

button, input[type="submit"], .thumbnailButton {
	cursor: pointer;
}

/* FOLDER */

#backgroundConfigContainer > :first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#backgroundConfigContainer > :nth-last-child(2) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contentFolder {
	display:flex;
	align-items: center;
    justify-content: space-between;
	cursor: pointer;
	color:#009ab5;
	font-size:14px;
	line-height:18px;
	padding: 15px;
	margin-top:-1px;
	background-color: #FFF;
    border: solid 1px #009ab5;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);
}

.contentFolder.focused {
	color:#fff;
	background-color: #009ab5;
}

.libContentFolder {
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
	background-color:#6ec8c01f;
	border: solid 1px #009ab5;
	border-radius: 5px 5px 15px 15px;
	margin-bottom: 5px;
}

.chevron {
	color:#f00;
	height:20px;
	Width:20px;
	transition:.5s linear;
}
.chevron:before {
	content:"\276F";
}

/* CAROUSEL */
.gallery {
    border: solid #ffd193;
    border-width: 1px 0;
}

.galleryRoundEffect {
	position: absolute;
    background-image: linear-gradient(to right, #ff8b5717, transparent 80px),
                  linear-gradient(to left, #ff8b5717, transparent 80px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	pointer-events: none;
}

.active {
	scroll-snap-type: unset;
}

.thumbnailContainerLabel {
	font-size:10px;
	padding:5px;
	min-height: 18px;
    max-height: 18px;
    overflow: hidden;
}

.thumbnailData {
	position:relative;
	width:100%;
	height:auto;
	font-size:30px;
	text-align:center;
	color:#000;
	font-weight:500;
}

.rebootConfirmPopup {
    width: 10%;
    height: 50%;
    background-color: #fff;
    color: #da4f4f ;
    position: fixed;
    z-index: 10;
    border: 5px solid #da4f4f ;
    padding: 50px;
    border-radius: 25px;
	font-size:1.5rem;
	font-weight:600;
} 

.hideRebootConfirmPopup {
	display:none;
}

.showRebootConfirmPopup {
    top: 25%;
    left: 50%;
    margin-left: -8%;
	display:block;
}

.rebootButton {
	background-color: #da4f4f !important;
	border:solid 1px #da4f4f !important;
	margin-bottom:50px;
	width: fit-content;
    margin: 25px auto;
}

.rebootAlert {
	padding:20px;
	font-size:20px;
	color:#da4f4f ;
}

.thumbnailMask {
    -webkit-mask-image: url(../img/cross-white-mask.png);
    -webkit-mask-size: cover;
}

.button {
	width: fit-content;
	color:#fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	background-color:#fff;
	border:solid 2px #212121;
	border-radius:25px;
    padding:10px 20px;
	margin: 12px auto;
	cursor: pointer;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .2);
}

.roundButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 5px;
    font-size: 24px;
}

.orangeButton {
	color:#eba01d;
	border-color: #eba01d;
}

.redButton {
	color:#eb1d1d;
	border-color: #dd0000;
}

.greenButton {
	color:#44d029;
	border-color: #44d029;
}

.blueButton {
	color:#0cc0df;
	border-color: #0cc0df;
}

.thumbnailButton {
    display: block;
    width: fit-content;
    min-width: 80px;
    /* color: #44d029; */
    text-decoration: none;
    font-size: 14px;
	font-weight: 600;
    background-color: #fff;
    /* border: solid 1px #212121; */
    border: solid 1px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .2);
    border-radius: 25px;
    padding: 10px;
    margin: 10px auto 10px;
}

.thumbnailButtonContainer {
	margin: 10px;
}

.thumbnailIconButton {
	width: 60px;
	height: 60px;
	text-decoration: none;
	background-color:#fff;
	border: solid 5px #009ab5;
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .3);
	border-radius: 30px;
	margin: 5px auto;
}

.thumbnailIconButton>img {
	width:30px;
	height:30px;
}

.thumbnailIconButton>span {
	font-size: 10px;
}

.thumbnailButtonDelete {
	z-index:10;
}
.thumbnailButtonActive {
	background-color: #009ab5; /* #fd9037; */
	border:solid 5px #fff; /*#ff7600; */
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
}

.buttonHandler {
	display: flex;
    flex-direction: column;
}

.buttonLabel {
	font-size:12px;
	margin: 5px auto;
    width: 100%;
    display: flex;
    justify-content: center;	
}

.newScreenButtonContainer {
	height: 100%;
    width: auto;	
    display: flex;
    align-items: center;
    justify-content: center;
}

.newScreenButton {
    padding: 0 15px;
    text-align: center;
    font-size: xxx-large;
	margin-bottom: 100%;
}

.thumbnailContent {
	width:90%;
	height:90%;
	margin-top:5%;
}

.thumbnailDateContent {
	position:absolute;
	/* padding-top:32%; */
	width: inherit;
	margin-left:5%;
}
/* FIN CAROUSEL */
#timeRangeHandler {
	transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
    transition: transform 1.5s ease-in-out, opacity 0.5s ease-in-out;
}

#timeRangeHandler.hide {
	transform: scaleY(0);
    opacity: 0;
}

.autoPowerStartTimeRange, .autoPowerEndTimeRange {
	border: solid 1px #121212;
    border-radius: 25px;
    width: 84px;
    height: 18px;
    padding: 6px;
    background-color: #ebeb016b;
    font-size: 16px;
}

.daySelectorBtn {
	display: flex;
	justify-content: center;
    align-items: center;
	color: #dfdfdf;
	width: 28px;
	height: 28px;
	margin: 0 5px;
	background-color: #2f2f2f;
	border: 1px solid #121212;
	border-radius:25px;	
	cursor: pointer;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .2);
}

.daySelectorBtn:active, .daySelectorChecked {
	color: #000000;
	background-color: #ebeb016b;
	border: 1px solid #121212;
}

.hourDateRangeHandler, .autoPowerDaysRange, .autoPowerHoursRange {
	display: flex;
    justify-content: space-around;
    align-items: center;
	margin: 10px auto;
}

.customTextSelector {
	display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-evenly;
}

.customTextDisplay {
	text-align:center;
	margin: 0 20px;
    padding: 5px;
	min-height: 20px;
}

.debug {
	background-color:#025588;
	color:#ff0000;
	display:none;
}

.borderOptionsContainer {
	display:flex;
}

/* switch */
.switchContainer {
	display:flex;
	margin:auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switchSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #efeded;
  box-shadow:inset 1px 1px 2px 0px rgba(0, 0, 0, .2);
  -webkit-transition: .4s;
  transition: .4s;
}

.switchSlider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .switchSlider {
  background-color: #2196F3;
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, .2);
}

input:checked + .switchSlider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.switchSlider.round {
  border-radius: 46px;
}

.switchSlider.round:before {
  border-radius: 50%;
}

/* Slider */

.labelWithValueContainer {
	display: flex;
    justify-content: space-between;
	align-items: center;
    margin: 10px;
    font-size: 15px;
}

.slidecontainer {
  width: auto; /* Width of the outside container */
  margin:10px;
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 8px; /* Specified height */
  background: #efeded; /* Grey background */
  border-radius: 15px;
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, .2);
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 20px; /* Set a specific slider handle width */
  height: 20px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .2);
  cursor: pointer; /* Cursor on hover */
  border-radius:25px;
}

.slider::-moz-range-thumb {
  width: 30px; /* Set a specific slider handle width */
  height: 30px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .2);
  cursor: pointer; /* Cursor on hover */
  border-radius:25px;	
}
