/*canadian palette*/
.txtcolor1{
	color: #f29325;
}

.txtcolor2{
	color:#d94F04;
}

.txtcolor3{
	color:#35cef4;
}

.bgcolor1{
	background-color: rgba(72,219,251,0.6);
	/*color:black !important;*/
}

.bordercolor3{
	border:1px solid rgba(72,219,251,0.6);
	border-radius:10px;
}

.bgcolor2{
	background-color: rgba(254,202,87,0.6);
	/*color:black !important;*/
}

.bordercolor2{
	border:1px solid rgba(254,202,87,0.6);
	border-radius:10px;
}

.bgcolor3{
	background-color: rgba(255,159,67,0.6);
	/*color:black !important;*/
}

.bordercolor3{
	border:1px solid rgba(255,159,67,0.6);
	border-radius:10px;
}

.bgcolor4{
	background-color: rgba(0,210,211,0.6);
	/*color:black !important;*/
}

.bordercolor4{
	border:1px solid rgba(0,210,211,0.6);
	border-radius:10px;
}

.bgcolor5{
	background-color: rgba(29,209,161,0.6);
	/*color:black !important;*/
}

.bordercolor5{
	border:1px solid rgba(29,209,161,0.6);
	border-radius:10px;
}

.bgcolor6{
	background-color: rgba(16,172,132,0.6);
	/*color:white !important;*/
}

.bordercolor6{
	border:1px solid rgba(16,172,132,0.6);
	border-radius:10px;
}

.bgcolor7{
	background-color: rgba(10,189,227,0.6);
	/*color:black !important;*/
}

.bordercolor7{
	border:1px solid rgba(10,189,227,0.6);
	border-radius:10px;
}

.bgcolor8{
	background-color: rgba(87,101,116,0.6);
	/*color:white !important;*/
}

.bordercolor8{
	border:1px solid rgba(87,101,116,0.6);
	border-radius:10px;
}

.bgcolor9{
	background-color: rgba(238,82,83,0.6);
	/*color:white !important;*/
}

.bordercolor9{
	border:1px solid rgba(238,82,83,0.6);
	border-radius:10px;
}

.bgcolor10{
	background-color: rgba(34,47,62,0.6);
	/*color:white !important;*/
}

.bgcolor11{
	background-color: rgba(16,172,132,0.6);
	color:black !important;
}

.bgcolor12{
	background-color: rgba(255,107,107,0.6);
	color:black !important;
}

.active_tr{
	background-color:rgba(72,209,204,0.6) !important;
}

.incomplet_tr{
	background-color:rgba(255,140,0,0.6);
}

.valide_tr{
	background-color:rgba(175,238,238,0.6);
}

.complet_tr{
	background-color:rgba(154,205,50,0.6);
}

.urgence_tr{
	background-color:rgb(255,99,71,0.7);
}

.ready_to_send_tr{
	background-color:rgba(218,112,214,0.7);
}

.annule_tr{
	background-color:rgba(169,169,169,0.7);
	color:lightgrey !important;
}

.depasse_tr{
	background-color:rgba(0,0,0,0.4);
	color:white !important;
}

.incomplete_input{
	border:2px dashed red !important;
}

.texte_urgence{
	color:rgb(255,99,71,1);
}

.color_actu{
	/*background:#149379;*/
	background-color:#d94f04;
}

.color_lien_actu{
	/*background:#147673;*/
	background-color:#f29325;
}

.color_lien_favoris{
	/*background:#147673;*/
	background-color:#5f0f40;
}

.scrollbar1{
	overflow-y:auto;
	scrollbar-color:#d94f04 #f29325;
	scrollbar-width: thin;
}

.scrollbar2{
	overflow-y:auto;
	scrollbar-color:#f29325 #d94f04;
	scrollbar-width: thin;
}

.scrollbar3{
	overflow-y:auto;
	scrollbar-color:#f29325 #d94f04;
	scrollbar-width: thin;
}

body,html{
	overflow-y:auto;
	scrollbar-color: #00627a #cde3e7;
	scrollbar-width: thin;
}

hr.hrline1{
	margin:0px 0px;
	padding:0px 0px 10px;
	border-top: 2px dotted #d94f04;
}

hr.hrline2{
	/*margin-top:0px;*/
	margin:0px 0px;
	padding:0px 0px 10px;
	border-top: 2px dotted #f29325;
}

.sticker_color_red{
	background-color:#fca6a1;
}

.sticker_color_orange{
	background-color:#ffc14a;
}

.sticker_color_green{
	background-color:#cdfc93;
}

#sticker_etat{
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.titreGradient{
	background: -webkit-linear-gradient(180deg, 
	#6F1E51 0%,
	#ED4C67 15%,
	#EE5A24 30%,
	#F79F1F 45%,
	#FFC312 50%,
	#A3CB38 60%,
	#12CBC4 75%,
	#1289A7 88%,
	#006266 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
