/***************gros onglet***************/
.button1{


    display: block;
    padding: 12px;
    width: 150px;

}
/***************bouton***************/
.toogle6{

    float:left;
}
/* bouton du choix des champs */
.button2{

 display: inline;
    /*taille*/
 margin-left: -15px;
 padding: 10px 20px;

}

/* bouton soumission sauvegarde etc */
.button3{



   /*taille*/
    margin-left: 8px;
    margin-top: 10px;
    padding: 8px;
    width: 90px;


}
.button4
{
    display:block;
    width:110px;
}

.button5{
   display:block;
   width:75px;

   }
.button6{
   display:block;
   width:135px;

   }


/*construction du champs css3*/
.field{

 /*texte*/
  font-size: 0.85em;


 /*position et taille*/
  padding:5px 0;
  width:50px;
  margin-top: 2px;
  margin-left:  2px;

  margin-bottom: 5px;
}
.field2{

 /*texte*/
  font-size: 0.85em;


 /*position et taille*/
  padding:8px 0;
  width:130px;
  margin-top: 5px;
  margin-left: -20px;

  margin-bottom: 5px;
}

.field3{
    padding: 5px 0;
    width: 105px;
}

.field4{
    font-size: 0.85em;
    margin-bottom: -100px;
    margin-left: 11px;
    margin-top: -20px;
    padding: 5px 0;
    width: 50px;
}
/*enjoliver les bouton avec du css3*/

.button2,.button3,.button1,.button4,.button5,.button6,.field,.field2,.field3,.color_btn{

    /* texte*/
    text-align:center;
    font-size: 0.85em;
    font-family: trebuchet MS,sans-serif;
    /*important ->dialog box sinon on prend le style de jquery ui.css*/
    color:#f3f3f3 !important;
    text-decoration:none;

    /*couleur*/
    border: solid 2px #747474;

    webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
    -o-border-radius: 8px;
	border-radius: 8px;

    cursor: pointer;
    background: #555;
    background: -webkit-linear-gradient( #777, #333);
    background: -moz-linear-gradient( #777, #333);
    background: -ms-linear-gradient( #777, #333);
    background: -o-linear-gradient( #777, #333);
    background: linear-gradient( #777, #333);

    /* une ombre & texte en relief*/
    box-shadow: 0 0 1px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.1);
    text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.3);

}

/*gestion des couleurs lors du passage de la souris sur les bouttons*/
.button2:hover,.button2:active,.button3:hover,.button3:active,.button1:hover ,.button1:active,.button4:hover,.button4:active,.button5:hover,.button5:active,.button6:hover,.button6:active,.color_btn:hover,.color_btn:active{

    background: #FC7E00;
    background: linear-gradient( #F7B97B, #FC7E00);
    background: -webkit-linear-gradient( #F7B97B, #FC7E00);
    background: -moz-linear-gradient( #F7B97B, #FC7E00);
    background: -ms-linear-gradient( #F7B97B, #FC7E00);
    background: -o-linear-gradient( #F7B97B, #FC7E00);
    background: linear-gradient( #F7B97B, #FC7E00);

}

.tbox{

    border: 2px solid #747474;
    font-family: trebuchet MS,sans-serif;
    font-size: 15px;
    width: 170px;
    padding-left: 10px;
    margin-top: 15px;
    margin-left: -20px;
}




.tcone{

    border: 2px solid #747474;
    font-family: trebuchet MS,sans-serif;
    font-size: 15px;
    width: 170px;
    padding-left: 10px;
    margin-top: 15px;
    margin-left: -20px;
}

/***************Champs***************/
/*css bouton actif*/
.on_query{

    font-family: trebuchet MS,sans-serif;
    color: #060606 !important;
    font-size: 0.90em;
    font-weight:bold;
    background: #FC7E00;
    background: linear-gradient( #F7B97B, #FC7E00);
    background: -webkit-linear-gradient( #F7B97B, #FC7E00);
    background: -moz-linear-gradient( #F7B97B, #FC7E00);
    background: -ms-linear-gradient( #F7B97B, #FC7E00);
    background: -o-linear-gradient( #F7B97B, #FC7E00);
    background: linear-gradient( #F7B97B, #FC7E00);
}

.off_query{
    /*couleur*/
    border: solid 2px #747474;

    webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
    -o-border-radius: 8px;
	border-radius: 8px;


    background: #555;
    background: -webkit-linear-gradient( #777, #333);
    background: -moz-linear-gradient( #777, #333);
    background: -ms-linear-gradient( #777, #333);
    background: -o-linear-gradient( #777, #333);
    background: linear-gradient( #777, #333);

    /* une ombre & texte en relief*/
    box-shadow: 0 0 1px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.1);
    text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.3);


}

.detail{

    background:white;


}


.detail th,.detail thead th{

     /*position et taille*/

    font-family:  trebuchet MS,sans-serif;
    font-size: 15px;
    text-align: center;

    padding-left: 10px;
    padding-right: 10px;

     /*couleur*/
    border: 2px solid #555;
    color: #1b1b1b;
    font-weight:bold;
    background: #FC7E00;
    background: linear-gradient( #F7B97B, #FC7E00);
    background: -webkit-linear-gradient( #F7B97B, #FC7E00);
    background: -moz-linear-gradient( #F7B97B, #FC7E00);
    background: -ms-linear-gradient( #F7B97B, #FC7E00);
    background: -o-linear-gradient( #F7B97B, #FC7E00);
    background: linear-gradient( #F7B97B, #FC7E00);
    text-decoration: none;

}

.detail td{

     /*position et taille*/
    background: #CCCCCC;

    padding-left: 10px;
    padding-right: 10px;

    font-family:  trebuchet MS,sans-serif;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #555;
    color: black;



}

.Onglet{

  display:block;

  color: white!important;
  text-align:center;

  /*ecart entre les cell*/
  margin-bottom:0;
  margin-top:0;
  margin-left:15px;

  /*taille des cell*/
  padding:15px 15px 15px 15px;
  width: 180px;
  height: 15px;

    background: #555;
    background: -webkit-linear-gradient( #777, #333);
    background: -moz-linear-gradient( #777, #333);
    background: -ms-linear-gradient( #777, #333);
    background: -o-linear-gradient( #777, #333);
    background: linear-gradient( #777, #333);

    border: solid 2px #747474;


    webkit-border-radius: 15px 0px 15px 0px;
	-moz-border-radius: 15px 0px 15px 0px;
	-ms-border-radius: 15px 0px 15px 0px;
    -o-border-radius:15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;

    /* une ombre & texte en relief*/
    box-shadow: 0 0 1px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.1);
}

/*gestion des couleurs lors du passage de la souris sur les bouttons*/
.Onglet:hover,.Onglet:active{

    background: #FC7E00;
    background: linear-gradient( #F7B97B, #FC7E00);
    background: -webkit-linear-gradient( #F7B97B, #FC7E00);
    background: -moz-linear-gradient( #F7B97B, #FC7E00);
    background: -ms-linear-gradient( #F7B97B, #FC7E00);
    background: -o-linear-gradient( #F7B97B, #FC7E00);
    background: linear-gradient( #F7B97B, #FC7E00);

}

/***************Champs***************/
/*css bouton actif*/
.on_onglet{

    font-family: trebuchet MS,sans-serif;
    color: #060606 !important;
    font-size: 0.90em;
    font-weight:bold;
    background: #FC7E00;
    background: linear-gradient( #F7B97B, #FC7E00);
    background: -webkit-linear-gradient( #F7B97B, #FC7E00);
    background: -moz-linear-gradient( #F7B97B, #FC7E00);
    background: -ms-linear-gradient( #F7B97B, #FC7E00);
    background: -o-linear-gradient( #F7B97B, #FC7E00);
    background: linear-gradient( #F7B97B, #FC7E00);
}


/*pour ecrire un commentaire dans une fenetre dans la fenetre de dialogue */
.commentBox {

     display: block;
     width: 400px;
     height: 120px;
     padding: 8px;
     margin-top:50px;
     margin-left:12px;

     border: 4px solid #747474;
     line-height: 130%;
     font-size: 13px;
}




/*gestion du input file lors de l'edition*/
.filename {
    color: #777;
    height: 15px;
    margin-left: 30px;
    margin-right: -30px;
    margin-top: 10px;
    outline: 0 none;
    overflow: visible;
    padding-left: 20px;
    text-shadow: 1px 1px 0 #fff;
    width: 180px;

}

.btn {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    margin-top: 10px;
    padding: 0px 14px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-group {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    margin-top: 10px;
    padding: 0px 14px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
/*Also */
 .btn-success {
    color: #fff;
    border: solid 2px #747474;

    webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
    -o-border-radius: 8px;
	border-radius: 8px;


    background: #555;
    background: -webkit-linear-gradient( #777, #333);
    background: -moz-linear-gradient( #777, #333);
    background: -ms-linear-gradient( #777, #333);
    background: -o-linear-gradient( #777, #333);
    background: linear-gradient( #777, #333);

    /* une ombre & texte en relief*/
    box-shadow: 0 0 1px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.1);
    text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.3);

}

 .fileinput-button {
    position: relative;
    overflow: hidden;
}
/*Also*/
 .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter:'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

/*champs requis*/
:required{


    background: white!important;

}


/*Bouton ajout/suppresion/edition/sauvegarde d'un element au projet */

/* -------------------- */
	/* CLASSES */
	/* -------------------- */

.delete{
		background: rgba(0, 0, 0, 0) url("../img/delete.png") no-repeat scroll -12px -15px / 200% auto;
		width: 30px;
        height: 30px;

}
.add_user{

		background: rgba(0, 0, 0, 0) url("../img/add_newuser.png") no-repeat scroll -2px -2px / 110% auto;
        width: 30px;
        height: 30px;

}
.refresh{


        background:url(../img/refresh_e.gif) no-repeat;
        width: 30px;
        height: 30px;
        background-size: 100%;

}

.add{
		background:url(../img/add_icone.png) no-repeat;
        width: 30px;
        height: 30px;
        background-size: 160%;
        background-position: center;

}
.add_data{
		background:url(../img/add_data.png) no-repeat;
        width: 30px;
        height: 30px;
        background-size: 160%;
        background-position: center;

}

.edit{

        width: 30px;
        height: 30px;
        background: rgba(0, 0, 0, 0) url("../img/edit.png") no-repeat scroll center center / 118% auto;

}


.save{
		background:url(../img/save.jpg) no-repeat;
        width: 30px;
        height: 30px;
        background-size: 107%;

}

.cancel{

        width: 30px;
        height: 30px;
        background: rgba(0, 0, 0, 0) url("../img/cancel.png") no-repeat scroll center center / 170% auto;

}

.back{
		background: rgba(0, 0, 0, 0) url("../img/back.jpg") no-repeat scroll -5px -2px / 135% auto;
        width: 30px;
        height: 30px;



}

.help{

        background: rgba(0, 0, 0, 0) url("../img/help.png") no-repeat scroll center center / 100% auto;
        height: 30px;
        width: 30px;

}
.logoastro{

        background: rgba(0, 0, 0, 0) url("../img/astroquery.png") no-repeat scroll center center / 100% auto;
        width: 30px;
        height: 30px;
        border:none;
        cursor: pointer;
        float: left;
        margin-left: 15px;

 }

.fu_status_val {
    background: rgba(0, 0, 0, 0) url("../img/add.png") no-repeat scroll center center / 160% auto;
    float: right;
    height: 20px;
    margin-right: 100px;
    margin-top: -35px;
}
.fu_statusfield
 {
    color: #fff;
    border: solid 2px #747474;

    webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
    -o-border-radius: 8px;
	border-radius: 8px;

    background: #555;
    background: -webkit-linear-gradient( #777, #333);
    background: -moz-linear-gradient( #777, #333);
    background: -ms-linear-gradient( #777, #333);
    background: -o-linear-gradient( #777, #333);
    background: linear-gradient( #777, #333);

    /* une ombre & texte en relief*/
    box-shadow: 0 0 1px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.1);
    text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.3);
    width: 180px;
 }