/*** BASIC*/
body, a, .sLink																				{color:#333;}
#htmlLightbox, .objContent, .miscContent, .menuContext, #menuMobileMain						{background:white;}
#headerBar																					{background:linear-gradient(to bottom,white,#eee);}/*barre principale*/
.objBlocks .objContent:hover																{box-shadow:2px 2px 10px #222;}
.objLines .objContent																		{border-bottom:solid 1px #ccc;}
.menuContext,  #messengerMain, .tox-tinymce													{border:solid 1px #ccc;}
.objLines .objContent:hover, .menuContext .menuLine:hover, .lineHover:hover, .lineSelect	{background:#eee;}
.objContentSelect, #objSelectMenu															{background:#ddd!important;}
.tooltipster-box																			{background:white!important; box-shadow:0px 0px 10px #444!important;}
.tooltipster-content																		{color:#555!important; padding:15px!important;}
/*AFFICHAGE RESPONSIVE*/
@media screen and (max-width:1200px){
	#htmlMainPage					{background:white url(../../img/logoMobileBg.png) no-repeat center 95%; height:100%;}
	#headerBar						{border-top:solid 1px #bbb;}/*séparation de la "appBar" du main.dart*/
	.objContent, .miscContent	{box-shadow:0px 2px 6px #bbb;}
}

/*** MENU DES MODULES*/
#headerBarRight *:is(.vHeaderModuleCurrent,.vHeaderModule:hover)	{background:white; border:solid 1px #ddd!important;}
#menuMobileMain  *:is(.vHeaderModuleCurrent,.miscContent)			{background:#eee;  border:solid 1px #eee; box-shadow:0px 2px 6px #888;}

/*** LIENS & OPTIONS*/
a:hover, .sLink:hover, .linkSelect, .menuContextLaunch:hover, [onclick]:hover, button:hover, label:hover, input:checked+label, .optionSelect	{color:#0068bd;}
.sAccessRead						{color:#007;}
.sAccessWrite						{color:#700;}
.option								{border:solid 1px transparent;}
.optionSelect, .option:hover 		{background:#eee; border:solid 1px #ddd; border-radius:7px;}
.optionSelect						{background:#eee; font-weight:bold;}

/*** INPUTS*/
input, textarea, select, button				{color:#444; border:1px solid #bbb; transition:box-shadow 0.3s ease-in-out;}
input:hover, textarea:hover, select:hover	{box-shadow:0px 0px 4px #bbb;}
input:focus, textarea:focus, select:focus	{box-shadow:0px 0px 4px #0068bd; border:#bcf 1px solid;}
button										{background:linear-gradient(#fff,#eee);}
button:hover:not(.f-button)					{background:linear-gradient(#fff,#f9f9f9);}

/*** DIVERS*/
.objMenuTab, .objMenuMain, fieldset		{background:#fcfcfc; border:1px solid #ccc; border-radius:10px;}	   /*VueObjMenuEdit + fieldset*/
.objMenuTab								{background:transparent;}												 /*VueObjMenuEdit : onglet non sélectionnés*/
.objMenuTab:hover, .objMenuTabSelect	{background:#fcfcfc;}													/*VueObjMenuEdit : onglet sélectionnés/survolé*/
hr										{background:linear-gradient(90deg,#eee,#ddd,#eee);}
.lightboxTitle							{border-bottom:solid 1px #ccc;}										/*peudo <hr>*/
.jconfirm-box							{background:white!important; box-shadow:0px 2px 6px #555!important;}
::-webkit-scrollbar						{background:#eee;}/*chemin de scrollbar*/
::-webkit-scrollbar-thumb				{background:#888;}/*couleur de scrollbar*/