/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 mars 2017, 14:54:28
    Author     : cedric
*/

body{
  background-color:lightgoldenrodyellow;
}

._general_VoileArrierePlan
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
  background-color:black;
	opacity:0.7;
}

button[class="BTN_Generique"]{
  padding:3px; 
  vertical-align: middle;
  cursor:pointer;
}

button[name="BTN_Generique"]{
  float:left;
}

button[class="BTN_Generique"] img{
  vertical-align:middle; 
  height:22px;
}

button[class="BTN_Generique"] span{
  vertical-align: middle; 
  padding-left: 3px;
}

.input_Generique{
  border: solid 1px #9B9B9B; 
  border-radius:8px;
  padding:3px;
  box-sizing:border-box;
  outline:none;
  vertical-align:middle;
}

.input_Generique[readonly], span[class='SP_ReadOnly']{
  color:#808080;
}


/*Liste choix */
div[name="DIV_Categorie"]{
  font-weight:bold;
  font-size:14px;
  padding:2px;
  padding-left:5px;
  border-bottom:solid 1px lightgrey;
}

div[name="DIV_LigneCategorie"]{
  padding:1px;
  padding-left:20px;
  cursor:pointer;
}

div[name="DIV_LigneCategorie"]:hover{
  color:#0066cc;
  text-decoration: underline;
}

.DIV_Selected{
  color:#0ba300;
  font-weight:bold;
}

.DIV_Selected::before{
  content: '';
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #0ba300;
  border-right: solid 8px transparent;
  position: absolute;
  margin-top: -2px;
  margin-left: -10px;
}

.DIV_Selected::after{
  content: '';
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
  border-right: solid 8px #0ba300;
  position: absolute;
  margin-top: -2px;
  margin-left: -5px;
}