table {
	border-collapse: collapse;
}

.tableTBL {
	width: 100%;
	padding: 2px;
	margin: auto;
	border-color: #5C726D;
}

.tableTBL th {
	background-color: rgba(58, 155, 226, 0.8);
	color: white;
	border-color: rgba(58, 155, 226, 1);
	font-weight: bold;
	font-size: 1.2em;
	text-transform: none;
	line-height: 20px;
	padding: 4px;
}

.tableTBL caption {
	padding: 8px 8px 0 0;
	font-size: 1em;
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	color: rgba(58, 155, 226, 1);
}

.tableTBL td {
	border-color: #5C726D;
	background-color: rgba(250, 250, 250, 0);
	text-overflow: ellipsis;
}

.tableTBL .alt,.tableSmall .alt {
	background-color: rgba(58, 155, 226, 0.1);
}

.tableStats td {
	text-align: right;
	white-space: nowrap;
}

/*  TABLESMALL  */
.tableSmall {
	box-shadow: none;
	position: absolute;
	right: 25px;
	top: 0%;
	max-height: 95%;
	width: 460px;
	text-align: left;
	border-color: #3a9be2;
	border-style: solid;
}

.tableSmall th {
	text-align: left;
}

.clickable {
	cursor: pointer;
}

.clickable:hover {
	color: #333 !important;
	background-color: rgba(240, 255, 180, 1) !important;
}

.tableTBL button {
	margin-top: -1px;
}

.colNum {
	padding-right: 3em;
	text-align: right !important;
	white-space: nowrap;
}

id {
	color: #FF1166;
	font-weight: bold;
}

.tableLarge {
	background-color: #fff;
	/*border: 2px solid rgba(75, 124, 201, 0.5);*/
	border-collapse: collapse;
	left: 0;
	margin-top: 0 !important;
	max-height: 50%;
	position: relative;
	text-align: left;
	top: 0;
	width: 100%;
}

.tableLarge th,.tableSmall th {
	background-color: rgba(58, 155, 226, 0.8);
	border: 1px solid rgba(58, 155, 226, 1) !important;
	color: white !important;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 20px;
	padding: 4px;
	text-transform: none;
}

.tableLarge td,.tableSmall td {
	border: 1px solid rgba(58, 155, 226, 1);
}

.tEditorButton {
	background: none repeat scroll 0 0 #3a9be2;
	border: medium none;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	margin-top: 1em;
	margin-right: 1em;
	opacity: 1;
	padding: 10px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	width: 220px;
}

.tableTBL button,.tableLarge button,#tableOutils input[type="submit"],#barPDF button {
	background: none repeat scroll 0 0 #3a9be2;
    border: 1px solid rgba(58, 155, 226, 1);
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.2em;
    margin: 1px 1em 3px 1px;
    opacity: 1;
    padding: 0.3em 1.5em;
    /* padding: 0.3em 2em; */
    text-align: center;
    max-height: 36px;
    white-space: nowrap;
}

.tableLarge button {
	font-size: 1.05em;
}

.tableTBL button:hover,.tableLarge button:hover,#tableOutils input[type="submit"]:hover,#barPDF button:hover {
	background: none repeat scroll 0 0 #ff711f !important;
	color: white !important;
}

.default {
	background: none repeat scroll 0 0 #FF711F !important;
}

.secondaire {
	background-color: rgba(100, 125, 180, 0.6);
}

.secondaire:hover {
	background-color: rgba(58, 155, 226, 1);
}

.alt {
	background-color: rgba(58, 155, 226, 0.15);
}

.secondaire {
	background-color: rgba(100, 125, 180, 0.4);
}

.secondaire:hover {
	background-color: rgba(100, 125, 180, 1);
}
.tableTBL select {
    font-size: 14px;
}
.tableTBL select, .tableTBL button, .bigcalendar select, .fakeinput {
    font-size: 14px;
    max-width: 25%;
    padding: 5px 15px 5px 15px;
    text-overflow: ellipsis;
}
.chp_prestationDate_debut{
	white-space: nowrap;
	padding: 2px 5px !important; 
}