/**
 * All your custom CSS should go into this file
 */

body {
   /*background-color:#b0c4de !important;*/ /* V1 */
   background-image: url(../img/gray_jean.png);  /* V2 iso CMP */
    background-repeat: repeat;
}

html, body {
    margin:0;
    padding:0;
    height:20%;
}

figure{
    text-align:center;
    margin:auto;
}

legend{
    margin-top:20px;
    margin-bottom:0px;
}

#header{
	text-align:center;
	/*background-color: orange;*/
	/*border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:black;*/
}

#menu {
	width:100%;
	height:50px;
	padding:10px;
	/*background-color: blue;*/
}

#superGlobal{
	min-height:100%;
    position:relative;
}

#content {
	float:left;
	padding:10px;
	padding-left:20px;
	width:100%;
	/*border-top-width:1px;
	border-top-style:solid;
	border-top-color:black;*/
    padding-bottom:40px;
}

#footer {
	clear:both;
	width:100%;
	text-align:center;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:black;
	font-size:11px;
	position:relative;
    bottom:0;
    height:40px;
}

#menu button {
	margin-left:5px;
}

.control-group label.control-label {
	width:150px;
   margin-right : 10px;
   padding : 5px;
   padding-bottom:0px;
}

div.ui-datepicker{
 font-size:10px;
}

#moteur_part1{
	/*float:left;*/
	padding-right:20px;

}
#moteur_part2{
	float:left;
	padding-right:20px;

}
#moteur_part3{
	float:left;
	padding-right:20px;

}
#buttonUnify {
	margin-left:300px;
	float:left;
	margin-right:10px;
}

#productUnify {
	float:left;
	margin-right:10px;

}

#allProduct {
	float:left;
	margin-right:10px;
}

#productNotUnify {
	float:left;
	margin-right:10px;
}

#buttonSearch {
	float:left;
}

#arrowButton{
	float:left;
	padding-top: 5px;
	margin-right:10px;
	margin-left:10px;
	cursor: pointer;
}

#productIgnored{
	float:left;
}

#resultSearch {
	clear:both;
	padding-top:10px;
}

#contentLeftNewProd{
    width:30%;
    float:left;
    padding-right:240px;
}

#contentLeft{
    width:40%;
    float:left;
    padding-right:50px;
    margin-right:50px;
}

#contentRight{
	margin-left:20px;
}

.prodUnifie{
	color:red;
}

tr td{
	cursor: pointer;
}

.left {
	float:left;
}
.clear{
	clear:both;
}

.deconnexion {
	float:left;
	margin-right:30px;
	margin-bottom:5px;
}

#boutonFixUnifier {
	width:95px;
	height:60px;
	padding:1em;
	position:fixed;
	background-color:black;
}

#deleteUnifySelected {
	float:left;
	margin-left:220px;
	margin-right:30px;
}

#button_moteur {
	clear:both;
}

caption {
	font-size:13px;
	font-weight:bold;
}

.tablesorter .filters td:nth-child(5) input {
    width:50px;
}

.tablesorter .filters td:nth-child(1) input {
    width:180px;
}
.tablesorter .filters td:nth-child(1){
    width:200px;
}
.tablesorter .filters th:nth-child(1){
    width:200px;
}

.tablesorter .filters td:nth-child(3) input {
    width:50px;
}
.tablesorter .filters td:nth-child(3){
    width:50px;
}
.tablesorter .filters th:nth-child(3){
    width:50px;
}

.tablesorter .filters td:nth-child(4) input {
    width:20px;
}

.tablesorter .filters td:nth-child(2) input {
    width:150px;
}
.tablesorter .filters td:nth-child(2){
    width:150px;
}
.tablesorter .filters th:nth-child(2){
    width:150px;
}

#noResult {
	padding-top:25px;
	font-style:italic;
}

.control-group label {
	float:left;
	display:inline;
}

.control-group {
	margin-right:40px;
	margin-bottom:0px;
                      width: 20%;
}

legend+.control-group{
	margin-top:5px;
}

.navbar-inner {
	background-color: #b0c4de;
	background-image: none;
}

.navbar .brand {
	background-color: grey;
	color : #fff;
}

.navbar .nav {
	background-color: #428bca;
	color : #fff;
}

.navbar .nav>li>a {
	color : #fff;
}

.container {
    width: 1300px;
}


/* Tableau Booking URL */
#tableUrlBooking td, input {
    width:auto;
    cursor:default;
}

#tableUrlBooking img {
    cursor:pointer;
}

#tableUrlBooking .filters td:nth-child(5) input {
    width:auto;
}

#tableUrlBooking .filters td:nth-child(1) input {
    width:auto;
}
#tableUrlBooking .filters td:nth-child(1){
    width:auto;
}
#tableUrlBooking .filters th:nth-child(1){
    width:auto;
}

#tableUrlBooking .filters td:nth-child(3) input {
    width:auto;
}
#tableUrlBooking .filters td:nth-child(3){
    width:auto;
}
#tableUrlBooking .filters th:nth-child(3){
    width:auto;
}

#tableUrlBookingr .filters td:nth-child(2) input {
    width:auto;
}
#tableUrlBooking .filters td:nth-child(2){
    width:auto;
}
#tableUrlBooking .filters th:nth-child(2){
    width:auto;
}

/* Yield */
#birtOutput {
	border: none;
	width: 1100px;
	height: 958px;
	margin: auto;
	display: block;
}
#vacancesSelector {
  display: flex;
}

form.login{
    /*width: 45%;*/
    margin: auto;
    display:block;
}

.form-group{
    margin:auto;
}

.form-group label{
    font-weight: bold;
}

.welcome_login{
    font-style: italic;
    text-align:center;
    font-weight: normal;
}

.form-control{
    width:100%;
}

/* V2 iso CMP*/
img.homeheader_logo{
    height:40px;
    float:left;
    margin-right: 45px;
}

.navbar-inner{
        padding:5px;
        background-color: inherit !important;
        border-radius: 4px !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075) !important;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075) !important;
        background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%) !important;
}

.navbar .nav {
    /*background-color: #FFF !important;*/
    background-color: inherit !important;
    /*border: 1px solid #fff;*/
    color: #337ab7;
    position:relative;
    top:4px;
}
.navbar .nav li{
    background-color: inherit !important;
}
.navbar .nav li a:hover{
    text-decoration: underline;
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    /*border-right: 1px solid #fff;
    border-left: 1px solid #f2f2f2;*/
    border-left: 1px solid #c5dbec;
    border-right: 1px solid #c5dbec;
    border-top:0 !important;
    border-bottom:0 !important;
    padding-left:10px;
    padding-right:10 px;
    background-color:#fff;
}
.navbar .nav>li>a {
    color: #337ab7 !important;
}

.control-group {
    display: inline-block;
    vertical-align: top;
}

.controls-search{
    margin:20px;
    margin-left:0;
}

#login_block_form{
    width:45%;
    margin:auto;
}

#productName, #creationDate{
    height:inherit;
}


.table-l {
    width: 350px;
    margin: 0 0 20px 20px;
    text-align: left;
    font-family:arial;
    font-size: 10pt;
    border: 1px solid #fff;
}

.table-l tr:nth-child(odd){ 
    background: #b8d1f3;
}

.table-l tr:nth-child(even){  
    background: #dae5f4;
}

.table-l th{
    height:30px;
    font-style:italic;
}

.table-l tr{
    height:30px;
}

tr.tr-c {
    height:30px;
}

tr.tr-h {
    height:40px;
    vertical-align: top;
}

tr.tr-s {
    height:5px;
}

tr.tr-b {
    height:50px;
    vertical-align: bottom;
}

.welcome_login {
   font-style: italic;
   text-align: center;
}

#help {
    height:100px;
    text-align: right;
    vertical-align: bottom;
    float: none;
}

.popup-help {
    color: #8a6d3b;
}

.exportContent {
    margin-top: 20px;

}

span.glyphicon
{
  display:inline-block;
  vertical-align:middle;
}

#formRadio {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 6px;
  font-size: 20px;
}

#formRadio input {
    margin : 0 1px 0 14px;
}

#submitExport, #ajouterUnif {
    margin-bottom:20px;
}

.formsep {
    background-color: white;
}

#statut_export_message, #statut_param_user, #statut_unif_message{
    margin-top: 3px;
    height: 25px;
}

.navAdh {
    margin-bottom:0;
}

.modeExport {
    width: 500px;
}

.toutcocher {
    font-size: 13px;
    font-style: italic;
    font-weight:bold;
    color:grey;
}

.checkallinput {
    display: block;
    background: #FFF;
    border-bottom-width:1px;
    border-bottom-style:dotted;
    border-bottom-color:black;
    margin-bottom:3px;
}

.exportbrut {
    float:left; 
    margin-right: 50px;
    width: 200px;

}

#politiqueCom div {
     display:inline-block
}

#politiqueCommercialeEcarts {
    width: 720px;
    margin-right:50px;
}

.packVigi {
    text-align:left;
    width: 200px;
    font-weight:strong;
    color:black;
}

.packSR {
    font-size: 14px;
    text-align:left;
    width: 340px;
    font-weight:strong;
    color:grey;
}

.diffPrix {
    text-align: center;
    width: 80px;
}



#politiqueCommercialeMatSec {
    width: 500px;
    vertical-align: top;

}

.matSec {
    text-align:left;
    width: 300px;
}

.percentRemise {
    text-align: center;
    width: 120px;
}


#listCouponsToModify, #couponsForm, #messageStatut {
    font-family:arial;
    font-size: 18px;
}

#messageStatut {
    text-align: center;
}

#listCouponsToModify td {
    width: 320px;
    text-align: center;
}

.nameWebsite {
    font-size: 20px;
    height:36px;
    vertical-align: top;
    font-weight:strong;
    color:black;
}


#politiqueCommercialeEcarts, #politiqueCommercialeMatSec, #politiqueCommercialeAdherentList {
    margin-top: 30px;
    font-family:arial;
    font-size: 16px;
}


#politiqueCommercialeEcarts span, #politiqueCommercialeMatSec span {
    font-size: 20px;
    font-weight:strong;
    color:black;
}

.ecartHeader {
    height:30px;
    font-weight:strong;
    color:black;
    font-style: italic;
    border-bottom: 1px solid black;
}

#ecartHeader {
    border: 1px solid black;
}

#btnS1{
    width: 620px;
    text-align: right;
}

#btnS2{
    width: 470px;
    text-align: right;
}

#selectBoutiqueList{
    width: 300px;
}

#politiqueCommercialeNomBoutiqueTitre{
    font-family:arial;
    margin-top: 10px;
    font-size: 18px;
    font-weight:strong;
    color:black;
}


hr.polcomhr {
  border-top: 6px dotted;
  color: #08c;
  margin-bottom: 20px;
  margin-top: 40px;
}

.polcomshopname {
    height:60px;
    font-weight: 700;
    color: #08c;
}

.retourliste {
    font-size: 16px;
    font-style: italic;
    color:black;
}