
/************************************************************************
* Default styles
************************************************************************/

body, table, table td, table th, input, select {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px!important;
    text-align: left;
}
body {
    background-color: white;
    margin:0;
    padding: 0;
    font-size: 90%;
}
textarea {
    font-size: 90%;
}
a {
    color: #000000;
    text-decoration: none;
}
img {
    border: 0;
}
ul, li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
table {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
.clear{
    clear: both;
}

@media (min-width: 768px) and (max-width: 979px) {
    body, table, table td, table th, input, select {
        font-size: 13px;
    }    
}

@media (max-width: 767px) {
    body, table, table td, table th, input, select {
        font-size: 14px;
    } 
}

@media (min-width: 1200px) {
    body, table, table td, table th, input, select {
        font-size: 16px;
    } 
}

/************************************************************************
* Text styles
************************************************************************/
.titre {
    font-size: 95%;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.right {
    text-align: right;
}
.error {
    color: red;
    font-weight: bold;
}
.message {
    color: #008800;
    font-weight: bold;
}

#modal_fiche{
	background-color: #d1d3da;
}
#modal_fiche .td_nom{
	font-weight: bold;
	width: 220px;
}
#modal_fiche .td_valeur{
	color: #53587d;
	text-align: right;
}

#modal_fiche .table_promo th{
	color: #53587d;
	font-size: 11px;
	font-weight: bold;
}
#modal_fiche .table_promo th:first-child{
	font-size: 16px;
}
#modal_fiche .table_promo td{
	background-color: #eaeaea;
	border: #000 1px solid;
	font-weight: bold;
	padding: 3px;
}

/************************************************************************
* Editeur
************************************************************************/
.Editeur_Ligne {
    background-color: #d6d6d6;
}
.Editeur_Ligne td {
    padding: 3px;
}
.Editeur_Ligne a {
    color: #909090;
}
.Editeur_Ligne2 {
    background-color: #C3CCD9;
}
.Editeur_Ligne2 td {
    padding: 3px;
}
.Editeur_Titre {
    background-color: #96a934;
    color: #ffffff;
}
.Editeur_Titre td {
    padding: 3px;
}
.Editeur_Titre a {
    color: #FFFFFF;
}
.Editeur_Label {
    font-weight: bold;
}

/****************
editions visuels 
****************/
.align_all_center {
    text-align: center;
    margin:0 auto;
}
.align_text_center {
    text-align: center;
}
.align_center {
    margin:0 auto;
}
.align_all_left {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}
.align_text_left {
    text-align: left;
}
.align_left {
    margin-left: 0;
    margin-right: auto;
}
.align_all_right {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}
.align_text_right {
    text-align: right;
}
.align_right {
    margin-left: auto;
    margin-right: 0;
}


/************************************************************************
* Onglets
************************************************************************/
.ongletOff {
    background-color: #909090;
    color: #ffffff;
    font-size: 95%;
    font-weight: bold;
    width: 170px;
    height: 25px;
    text-align: center;
    border: 1px solid #2B4071;
}
.ongletOff a {
    color: #ffffff;
    text-decoration: none;
}
.ongletOn {
    background-color: #D3DCE9;
    color: #000000;
    font-size: 95%;
    font-weight: bold;
    width: 170px;
    height: 25px;
    text-align: center;
    border: 1px solid #2B4071;
}
.ongletOn a {
    color: #000000;
    text-decoration: none;
}
.ongletOff2 {
    background-color: #95A9C6;
    color: #000000;
    font-size: 95%;
    font-weight: bold;
    width: 170px;
    height: 25px;
    text-align: center;
    border: 1px solid #2B4071;
}
.ongletOff2 a {
    color: #000000;
    text-decoration: none;
}

/************************************************************************
* Champs
************************************************************************/
form{
	display: none;
}
.form_input {
    color: red;
}
.form_textarea {
    color: green;
}
.form_select {
    color: blue;
}
.form_checkbox {
    color: orange;
}
.form_radio {
    color: grey;
}

/************************************************************************
* LISTE
************************************************************************/
ul.ul-striped > li:nth-child(2n+1){
	background-color: #F9F9F9;
}
ul.ul-striped > li:nth-child(2n){
	background-color: #e3e3e3;
}
ul.ul-medium > li{
	padding: 5px;
}
ul.ul-bordered > li{
	border: 1px solid #757575;
	border-width: 0 1px 1px 1px;
}
ul.ul-bordered > li:first-child{
	border: 1px solid #757575;
}
ul.ul-hover > li:hover{
	background-color: #EFF7DF;
}

li:nth-child(2n+1).info{
	background-color: #DFE8AE!important;
}
li:nth-child(2n).info{
	background-color: #F1F7CD!important;
}


/************************************************************************
* TABLEAU
************************************************************************/
table{
    width: 100%;
    text-align: left;

}

.td-noir {
    /*background:#000 !important;*/
	background:#909090 !important;
    color:#fff;
    padding: 4px;
    vertical-align: top;
}
.td-grispale {
    background:#f9f9f9;
    padding: 4px;
    vertical-align: top;
    color:#000;
}
.td-grisfonce {
    background:#c9c9c9 !important;
    padding: 4px;
    vertical-align: top;
    color:#000;
}
.td-vertpale {
    background:#e5eeb7;
    padding: 4px;
    vertical-align: top;
    color:#000;
}
.tr-grispale td{
	background-color: #f9f9f9!important;
}

.isInfoAtCreation td{
	background-color: #8DD682!important;
}

.isInfoAvantDateDebut td{
	background-color: #C19A6C!important;
}

table.fiche_pdf{
	/*border: #909090 1px solid;*/
}

table.fiche_pdf td.field_info{
	background-color: #f9f9f9 !important;
	/*font-weight: bold;*/
}

td.isFiltre, th.isFiltre{
	background-color: #c1dd2f !important;
}

td.isDifferent{
	background-color: #EA98EA !important;
}

td:nth-child(2n+1).info{
	background-color: #DFE8AE!important;
}
td:nth-child(2n).info{
	background-color: #F1F7CD!important;
}

.table-condensed th,
.table-condensed td {
	line-height: normal;
	padding: 3px 3px;
}
/************************************************************************
* Interface
************************************************************************/
#header{
    /*background: transparent url('../images/bg_degrade.png') top left repeat-x;*/
    display: block;
    width: 100%;
    margin-top: 10px;
}
#header a{
	color: #FFF;
}
#header a:hover{
	color: #d4fb79;
}
#header .zone{
    padding: 0 10px;
}
#header .zone .logo{
    background: transparent url('../images/logo.png') top left no-repeat;
    float: left;
    width: 119px;
    height: 114px;
}

.userBanner{
	display: none;
}

.userBanner .welcome{
	float: left;
}

.userBanner ul, .userBanner ul li{
	float: right;
	padding-left: 10px;
}

#taches_recues{
	background-color: #909090;
	float: right;
	margin: 40px 50px 0 0;
	padding: 8px;
}

.gradient_line{
    height: 15px;
    background: #64fd65; /* Old browsers */
    background: -moz-linear-gradient(left,  #64fd65 0%, #008040 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#64fd65), color-stop(100%,#008040)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #64fd65 0%,#008040 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #64fd65 0%,#008040 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #64fd65 0%,#008040 100%); /* IE10+ */
    background: linear-gradient(to right,  #64fd65 0%,#008040 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64fd65', endColorstr='#008040',GradientType=1 ); /* IE6-9 */
}

div#main-nav {
    display: none;
}
nav ul {
    position: relative;
    display: inline-table;
}
nav ul:after {
    content: ""; clear: both; display: block;
}
nav ul li{
	background-color: #909090;
    float: left;
    font-weight: bold;
}
nav ul li a {
    color: #fff;
    padding: 8px 20px;
    display:block;
	white-space: nowrap;
}
nav ul li a:hover,nav ul li a.current {
    background-color: #b2b2b2;
    color: #000;
}
nav ul li:hover {
    background: #b2b2b2;
}
nav ul li:hover > ul {
    display: block;
}
nav ul ul {
    display: none;
    padding: 0;
    position: absolute; 
    top: 100%;
	z-index: 2;
}
nav ul ul li {
    float: none; 
    position: relative;
}
nav ul ul ul {
    position: absolute; left: 100%; top:0;
}
/**
* Navigation admin
*/
div#admin-nav {
    background-color: #000;
    text-align: left;
}
div#admin-nav ul {
    position: relative;
    display: inline-table;
}
div#admin-nav ul:after {
    content: ""; clear: both; display: block;
}
div#admin-nav ul li{
    background-color: #000;
    float: left;
    font-weight: bold;
}
div#admin-nav ul li a:link,div#admin-nav ul li a:visited {
    color: #fff;
    padding: 8px 30px;
    display:block;
}
div#admin-nav ul li a:hover,div#admin-nav ul li a:active,div#admin-nav ul li a.current {
    background-color: #fff;
    color: #000;
}

ul#export-nav{
	display: none;
}

#main-title, #main-content {
    text-align: left;
}

.btn_add{
	background: transparent url('../images/glyphicons/glyphicons_190_circle_plus.png') top left no-repeat;
	cursor: pointer;
	padding-left: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}

.btn_add_white{
	background: transparent url('../images/glyphicons/glyphicons_190_circle_plus_white.png') top left no-repeat;
	cursor: pointer;
	padding-left: 26px;
	height: 26px;
	display: block;
	float: left;
}

.btn_delete{
	background: transparent url('../images/glyphicons/glyphicons_191_circle_minus.png') top left no-repeat;
	cursor: pointer;
	padding-left: 26px;
	height: 26px;
	display: block;
	float: left;
}

.btn_delete_white{
	background: transparent url('../images/glyphicons/glyphicons_191_circle_minus_white.png') top left no-repeat;
	cursor: pointer;
	padding-left: 26px;
	height: 26px;
	display: block;
	float: left;
}

.btn_voir{
	background: transparent url('../images/glyphicons/glyphicons_027_search.png') top left no-repeat;
	cursor: pointer;
	padding-left: 26px;
	height: 26px;
	display: block;
	float: left;
}

.btn_checked{
	background: transparent url('../images/glyphicons/glyphicons_152_check.png') top left no-repeat;
	padding-left: 22px;
	height: 18px;
	display: block;
	float: left;
}

.btn_unchecked{
	background: transparent url('../images/glyphicons/glyphicons_153_unchecked.png') top left no-repeat;
	cursor: pointer;
	padding-left: 18px;
	height: 18px;
	display: block;
	float: left;
}

.logo_warning{
	background: transparent url('../images/glyphicons/glyphicons_078_warning_sign.png') top left no-repeat;
	padding-left: 31px;
	height: 26px;
	display: block;
	float: left;
}

.drag_sort{
	background: transparent url('../images/drag_sort.png') top left no-repeat;
	width: 24px;
	height: 24px;
}

.ui-sortable .drag_sort{
	background: transparent url('../images/drag_sort.png') top left no-repeat;
	width: 24px;
	height: 24px;
}

.ui-sortable .ui-sortable-helper .drag_sort{
	background: transparent url('../images/drag_sort.png') bottom left no-repeat;
	width: 24px;
	height: 24px;
}

.ui-tooltip{
	font-size: 12px;
}

.toggle{
	cursor: pointer;
}

.legende{
	border: #000 1px solid;
	padding: 2px;
	display:block;
	margin: 3px 0;
}
.legende ul li{
	display: block;
	float: left;
	margin-right: 10px;
	/*padding: 1px;*/
}
.legende ul li div{
	border: #000 1px solid;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.legende ul li span{
	display: block;
	float: left;
}
.legende ul li div.vert{
	background-color: #8DD682;
}
.legende ul li div.brun{
	background-color: #C19A6C;
}
.legende ul li div.mauve{
	background-color: #EA98EA;
}

/**
Pour que l'autorecherche soit pas dégeulassement grosses
*/
.ui-autocomplete {
    font-size: 80%;
}