/**
 * @file
 * RGR css global fabrication site.
 */


/* pour remplacer celui de drupal dans  form.css */

input.form-submit:hover,
input.form-submit:focus {
    background: transparent;
}

.RGRBoutonMaj {
    background: #aa2020;
    color: #ffffff;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2em;
    /*  border-color: #555500;*/
}

input.RGRBoutonMaj:hover,
input.RGRBoutonMaj:active,
input.RGRBoutonMaj:focus {
    background: #aa8080;
    color: #5a5a5a;
    text-decoration: none;
}

.RGRBoutonSuite {
    background: #20aa20;
    color: #ffffff;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2em;
    /*  border-color: #555500;*/
}

input.RGRBoutonSuite:hover,
input.RGRBoutonSuite:active,
input.RGRBoutonSuite:focus {
    background: #80aa80;
    color: #5a5a5a;
    text-decoration: none;
}

.RGRBoutonConfirm {
    float: left;
    margin-left: 200px;
    border-radius: 1em;
    display: block;
    background: #20aa20;
    color: #ffffff;
    cursor: pointer;
    width: 150px;
    font-weight: bold;
    font-family: Times New Roman, Times, serif;
    font-size: 1.2em;
    text-align: center;
    padding: 0.250em 1.063em;
}

.RGRBoutonArbo {
    float: left;
    margin-left: 200px;
    border-radius: 1em;
    display: block;
    background: #20aa2000;
    color: #ffffff;
    cursor: pointer;
    width: 150px;
    font-weight: bold;
    font-family: Times New Roman, Times, serif;
    font-size: 1.0em;
    text-align: center;
    /*padding: 0.250em 1.063em;*/
}

.RGRAffArbo {
    float: left;
    margin-left: 200px;
    border-radius: 1em;
    display: block;
    background: #20aa2000;
    color: #ffffff;
    cursor: default;
    width: 150px;
    font-weight: bold;
    font-family: Times New Roman, Times, serif;
    font-size: 0.8em;
    text-align: center;
    /*padding: 0.250em 1.063em;*/
}

.RGRBoutonConfirm:hover {
    background: #80aa80;
    color: #5a5a5a;
    text-decoration: none;
}

.rgrHelp {
    height: 20px;
    padding: 2px;
    background-color: #20aa20;
    border-radius: 50%;
    border: 1px solid white;
}

.rgrHelp:hover {
    background-color: #aaaaaa;
}


/* test tip */

.rgrTooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: 10px;
}

.rgrTooltip h3 {
    margin: 12px 0;
}

.rgrTooltip .rgrTooltipMess {
    min-width: 200px;
    max-width: 500px;
    top: 40px;
    /* left:50%; */
    /* transform:translate(-50%, 0); */
    padding: 5px;
    color: #660000;
    background-color: #aaaaaa;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
}

.rgrTooltipMessMEV1 {
    color: rgb(5, 5, 100);
    font-weight: bold;
}

.rgrTooltipMessMEV2 {
    color: rgb(5, 5, 100);
}

.rgrTooltipMessMEV3 {
    color: rgb(255, 5, 5);
    font-weight: bold;
}

.rgrTooltipMessMEV4 {
    color: rgb(5, 5, 100);
    text-align: center;
    font-weight: bold;
}

.rgrTooltipMessMEV6 {
    color: rgb(207, 82, 9);
    font-weight: bold;
}

.rgrTooltipMessGauche {
    left: 100%;
    transform: translate(-100%, 0);
}

.rgrTooltipMessDroite {
    right: 100%;
    transform: translate(100%, 0);
}

.rgrTooltipMessCentre {
    left: 50%;
    transform: translate(-50%, 0);
}

.rgrTooltipMessWauto {
    width: auto;
}

.rgrTooltipMessW500 {
    width: 500px;
}

.rgrTooltipMessW400 {
    width: 400px;
}

.rgrTooltipMessW300 {
    width: 300px;
}

.rgrTooltipMessW200 {
    width: 200px;
}

.rgrTooltip:hover .rgrTooltipMess {
    display: block;
}


/* fin test tip */


.rgrTableListePage{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.rgrTableListePage-Titre{
    color: #999999;
    font-weight: bold;
    text-align: center;
}
.rgrTableListePage-Ligne{
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}

.rgrPageSuivante {
    width: 120px;
    /* margin: 5px; */
    height: 30px;
    /* float: right; */
    BACKGROUND-POSITION: right 100%;
    BACKGROUND-IMAGE: url(../../images/suivant.png);
    /*  BORDER-BOTTOM: #b0b0b0 1px solid; */
    BACKGROUND-REPEAT: no-repeat;
    /* position:absolute; */
    /* top:50px; */
    /* right:10px; */
    background-color: #20aa20;
    color: #ffffff;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2em;
    text-align: left;
}

input.rgrPageSuivante:hover {
    /* width:300px; */
    /* margin: 5px; */
    /* height:80px; */
    /* float: right; */
    BACKGROUND-POSITION: right 100%;
    BACKGROUND-IMAGE: url(../../images/suivant.png);
    /*  BORDER-BOTTOM: #b0b0b0 1px solid; */
    BACKGROUND-REPEAT: no-repeat;
    /* position:absolute; */
    /* top:50px; */
    /* right:10px; */
    background-color: #80aa80;
    /* color: #5a5a5a; */
    color: #ffffff;
    text-decoration: none;
}

.rgrPagePrecedente {
    width: 120px;
    /* margin: 5px; */
    height: 30px;
    /* float: right; */
    /*	BACKGROUND-POSITION: right 50%; */
    BACKGROUND-IMAGE: url(../../images/precedent.png);
    /*  BORDER-BOTTOM: #b0b0b0 1px solid; */
    BACKGROUND-REPEAT: no-repeat;
    /* position:absolute; */
    /* top:50px; */
    /* right:10px; */
    background-color: #20aa20;
    color: #ffffff;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2em;
    text-align: right;
}

input.rgrPagePrecedente:hover {
    /* width:300px; */
    /* margin: 5px; */
    /* height:80px; */
    /* float: right; */
    /*	BACKGROUND-POSITION: right 50%; */
    BACKGROUND-IMAGE: url(../../images/precedent.png);
    /*  BORDER-BOTTOM: #b0b0b0 1px solid; */
    BACKGROUND-REPEAT: no-repeat;
    /* position:absolute; */
    /* top:50px; */
    /* right:10px; */
    background-color: #80aa80;
    color: #ffffff;
    text-decoration: none;
}

.rgrFieldSetForm {
    /*  background:#ffffbb;
  text-align: center; */
    border: 2px solid #770000;
    padding: 10px;
    border-color: #770000;
}

.rgrTitreForm {
    background: #90f09f;
    text-align: center;
    border: 2px solid #005500;
    padding: 10px;
    font-family: "Times New Roman", Times, serif;
    font-size: 32px;
    color: #770000;
}

a.rgrTitreForm:hover {
    color: #000077;
}


/*rgr rajout pour le login a cause du fond d'ecran qui peut rendre illisible */


/* pour etre coherent avec les autres fomulaires perso mettre le meme fond (rgr/formsite.css) */

form.user-login-form {
    background: rgba(80, 190, 120, 0.8)
}


/* pour coherence avec le formulaire de login (colors.css) et les formulaires perso mettre le meme fond  */

.tableFormulaire {
    border-style: none;
    border: none;
    border-collapse: collapse;
    background-color: rgba(80, 190, 120, 0.8);
}

td.tableFormulaire {
    border-style: none;
    border: none;
    border-collapse: collapse;
   
}

td.tableFormulaireBouton {
    border-style: none;
    border: none;
    border-collapse: collapse;
    /*  background-color:#007000; */
    width: 100px;
}

tr.tableFormulaire {
    border-style: none;
    border: none;
    border-collapse: collapse;
}

a.tableFormulaire {
    border: none;
    color: #770000;
    text-align: center;
    /*  border:2px solid #770000;  */
    /* padding: 10px; */
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
}

a.tableFormulaire:hover {
    text-decoration: none;
    color: #770000;
}

#rgrcercle {
    border-radius: 50%;
    height: 150px;
}

.rgrWaitSVP {
    background-color: rgb(51, 48, 48);
    /* display: none; */
    color: white;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    /* Safari, Opera, Chrome */
    -webkit-animation: rgrWait 1s;
    -webkit-animation-iteration-count: infinite;
    /* Tous les autres navigateurs */
    animation: rgrWait 1s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes rgrWait {
    /* Safari, Opera, Chrome */
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(150px);
    }
    100% {
        transform: translateX(150px) rotate(30deg);
    }
}

@keyframes rgrWait {
    /* Tous les autres navigateurs */
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/*
p#doigt a:hover, p#doigt a:focus {
    color: black;
    
    background-color: rgba(255,140,0,1);
    transition-property: background-color;
    transition-duration: 2s;
    transition-timing-fonction: linear;
    transition-iteration-count: infinite;
    }
-webkit-transition: background-color 2s linear;
-moz-transition: background-color 2s linear;
-ms-transition: background-color 2s linear;
-o-transition: background-color 2s linear;
transition: background-color 2s linear;
*/


/* aide */

.aideTitre,
.aideRubrique .aideGroupeRubrique,
.aideDetail,
.aideMEV,
.aideBouton,
.aideGroupeBouton {
    background: #f9f9a6;
}

p.aideTitre {
    font-family: "Times New Roman", Times, serif;
    color: #a60000;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

p.aideRubrique,
li.aideRubrique {
    color: #a65300;
    font-size: 1.2em;
    font-weight: bold;
}

p.aideGroupeRubrique,
li.aideGroupeRubrique {
    color: #a65300;
    font-size: 1.2em;
    font-weight: bold;
}

p.aideDetail,
a.aideDetail,
li.aideDetail {
    margin-left: 170px;
    color: #530000;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 2px !important;
}

p.aideRet1 {
    margin-left: 200px !important;
    margin-bottom: 2px !important;
}

p.aideRet2 {
    margin-left: 230px !important;
    margin-bottom: 2px !important;
}

p.aideRet3 {
    margin-left: 260px !important;
    margin-bottom: 2px !important;
}

button.aideBouton {
    margin-left: 150px;
    border-style: none;
    font-size: 1em;
    font-weight: bold;
    color: #a65300;
}

button.aideGroupeBouton {
    margin-left: 50px;
    border-style: none;
    font-size: 1em;
    font-weight: bold;
    color: #a65300;
}

button.aideBouton:hover {
    color: #006600;
    cursor: pointer;
}

button.aideGroupeBouton:hover {
    color: #006600;
    cursor: pointer;
}

img.aideImage {
    max-width: 500px;
    padding-left: 10px;
}


/*mise en valeur*/

span.aideMEV {
    font-weight: bold;
}

span.aideMEV1 {
    color: #0000a6;
}

span.aideMEV2 {
    font-weight: bold;
    color: #0000a6;
}

.aideInfoFixe {
    /*  background-color: rgb(0,0,0); */
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.2);
    /* Black w/opacity/see-through */
    color: #a00000;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #a00000;
    position: fixed;
    top: 25%;
    left: 70%;
    /* transform: translate(-1%, -1%); */
    z-index: 2;
    width: 20%;
    padding: 2px;
    text-align: center;
}

.timeOut {
    /*  background-color: rgb(0,0,0); */
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.2);
    /* Black w/opacity/see-through */
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #a00000;
    /* position: fixed; */
    /* top: 25%; */
    /* left: 25%; */
    /* transform: translate(-1%, -1%); */
    z-index: 2;
    width: 50%;
    padding: 20px;
    margin: auto;
    text-align: center;
}


/*
br.aideRetrait1::before{
    
}
*/