
.echeancier {
	color: black;
	background-color: transparent;
}

.echeancier table{
	color: black;
	background-color: transparent;
	table-layout: auto;
	empty-cells: hide;
	border-collapse: collapse;
}
#echeancierWrapper {
	display: block;
	width: 98%;
	float: left;
	clear: both;
	overflow: hidden;
	border-top: 2px solid #464646;	
	border-bottom: 2px solid #464646;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;	
}

.echeancier table tr{
	padding: 0;
}
.echeancier table th{
	background-color: transparent;
}

span.horizon {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.navbar {
	vertical-align: middle;
	font-style: italic;
	font-size: large;
	height: 28px;
	position: relative;
	background-color: #ECECEC;
	margin-top: 2px;	
}


.navbar tr {
	border: 1px solid #C8C8C8;
}

.navbar tr th {
	text-align: center;
	color: #AB4030;
	background-color: #ECECEC;
}

.navbar th input{
	text-align: center;
	color: #AB4030;
	border-width: 0px;
	background-color: transparent;
	font-size: 14px;
}

.navbar a {
	text-decoration: none;
	font-weight: bolder;
	color: #AB4030;
	height: 20px;
	width: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.navbar a:VISITED {
	text-decoration: none;
	font-weight: bolder;
	color: #AB4030;
	background-position: center;
	background-repeat: no-repeat;
}

.previousDate {
	text-align: left;
}


.previousDate img{
	float: left;
	text-align: left;
}

.nextDate {
	text-align: right;
}

.nextDate {
	text-align: right;
	float: right;
}

.invendusModifies {
	background-image: url("../images/echeancier/pencil_16.png");
	background-repeat: no-repeat;
	background-position: right;
}

.echeancier table table  input {
	color: black;
	background-color: white;
	width: 100%;
	border: solid 1px black;
}

.echeancier table table input[disabled="disabled"] {
	background-color: silver;
}


.zeroInvendus {
	background-image: url("../images/echeancier/error.png");
	background-repeat: no-repeat;
	background-position: right;
}

.btnSaveEcheancier {
	cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    padding: 4px 14px 6px;
    text-transform: uppercase;
	float: right;
    margin: 10px 0px 10px 0px;
	background: url(images/button-red.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #4F5A68;
    color: #FFFFFF;
}

#msgEcheancier {
	width: 100%;
	/*max-height: 75px;
	min-height: 75px;*/
	margin-bottom: 20px;
	/*overflow: auto;*/
	display: block;
}

#msgEcheancier fieldset {
	padding-top: 0;
	padding-bottom: 0;
}

#msgEcheancier fieldset legend *{
	color: #AB4030;
	text-decoration: none;
}

#errorMsg {
	color: red;
	width: 100%;
	font-size: 12px;
	font-stretch: wider;
	font-weight: bolder;
	text-align: center;
	text-transform: none;
	margin-bottom: 0;
	margin-top: 0;
}
#successMsg {
	width: 100%;
	font-size: large;
	font-stretch: wider;
	font-weight: bolder;
	text-align: center;
	text-transform: capitalize;
	color: green;
}

.suppressMsg{
	cursor: pointer;	
}

#innertable tbody td.noData {
	text-align: center;
	color: gray;
	font-weight: bolder;
	font-stretch: wider;
	font-size: small;
	color: #2B6893;
	padding: 10px;
}

.waitState {
	text-align: center;
	color: gray;
	font-weight: bolder;
	font-stretch: wider;
	font-size: small;
}

.wait,.wait *{
	cursor: wait !important;	
}

tr.even {
	background-color: #a6e3e7;	
}

tr.odd {
	background-color: transparent;	
}

#innerTable {
	margin: 15px 0px 15px 0px;
	font-size: 12px;	
}

#innerTable tbody td#rowId {
	white-space: nowrap;
}

#innerTable thead th {
	font-size: larger;
	text-align: center;
	font-size: 12px;
}

#innerTable thead td,
#innerTable thead th {
    background: url(images/leftNavBg.png) repeat-x scroll 0 0 #EFEFEF;
    border: 1px solid #D5D5D5;
    color: #878787;
    font-size: 12px;
    text-align: left;
    height: 30px;
}

#innerTable tbody td {
	text-align: center;
    vertical-align: middle;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #D5D5D5;
    height: 40px;
}

#innerTable tbody tr.odd {
    background-color: #F5F5F5;
}

#innerTable tbody tr.odd td {
    background-color: #F5F5F5;
}

#innerTable tbody tr {
    border-top: 1px solid #E7E7E7;
    background-color: white;
}

.from {
	cursor: pointer;
}

.to {
	cursor: pointer;
}

img.imgCalendrier{
	cursor: pointer;
}

#innerTable tbody td.tdInvendus {
	background-color: #f5edb6 !important;
	border-left: thin solid black;
	border-right: thin solid black;
}

#innerTable {
	border: solid 1px gray !important;
}

#innerTable thead {
	border-bottom: solid 1px gray !important;
}

div.divBtnSaveEcheancier {
	clear: both;
	display: block;
	width: 100%;
}

table#rechercheUtilisateur {
}
table#rechercheUtilisateur tr td.label {
	text-align: right;
}

.reassortNegatif {
	color: #CC0099	
}

.divConsult, .divModif, .divReassort, .divDemandeReassort {
	vertical-align: middle;
	text-align: center;
	display: block;
	float: left;
	width: 80px;
}

.divConsult *, .divModif *, .divReassort *, .divDemandeReassort *{
	margin: 0 0 !important;
	width: auto;
}

.divConsult label,
.divModif input,
.divReassort label,
.divDemandeReassort input {
	float: left;
	display: block;
	height: 20px;
	width: 50px !important;
}

.divConsult img, .divModif img, .divReassort img, .divDemandeReassort img{
	margin-left: 5px;
}

.dateChooser span,
.dateChooser input,
.dateChooser img {
	margin-bottom: 0px;
	margin-top: 0px;	
	vertical-align: baseline;
	padding-bottom: 0px;
	padding-top: 0px;
}

.dateChooser img {
	margin-left: 0.2em;	
}

.divBtnSaveEcheancier .m-message.m-warning {
	background-color: transparent;
	border: none;
	float: left;
}
