@charset "utf-8";
/* CSS Document */
/* this one*/
#tEditor th {
	padding: 5px;
	font-size: 12px;
}

#tEditor td {
	border-bottom-style: none;
	border-top-style: none;
	max-width: 400px;
	padding: 2px 1px 0 1px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
}

#tEditor td:first-of-type {
	border-left-style: none;
}

#tEditor td:last-of-type {
	border-right-style: none;
}

#tEditor select {
	font-size: normal;
}

#tEditor td.staticText {
	font-size: 14px;
}

#tEditor input {
	font-size: normal;
	line-height: normal;
}

#tEditor input[type="text"],#tEditor select {
	min-width: 15em;
	font-size: 1em;
}

#tEditor input[type="text"] {
	padding-left: 0.5em;
}

#tEditor select {
	min-width: 15.5em;
}

#tEditor table.tableLarge {
	margin-top: 10px;
}
.couleur_display{
	display: inline-block;
	height: 1em;
	width: 13em;
	border: solid 1px rgba(100,100,100, .5);
	/*background: repeating-linear-gradient( 135deg, rgba(255,200,200, .40), rgba(255,200,200, .40) 10px, rgba(255,200,200, .0) 10px, rgba(255,200,200, .0) 20px );*/
}
.couleur_button{
	display: inline-block;
	height: 1.2em;
	width: 1.2em;
	background-image: url(../../design/sicon/colorpicker.png);
	background-size: cover;
	margin-left: 1em;
	cursor: pointer;
}
.tableLarge tbody {
	border-bottom-style: solid ;
	border-color: rgba(58, 155, 226, 1);
	border-width: 1px;
}

.tEditor_img {
	top: 3px;
	width: 16px;
	height: 12px;
	cursor: pointer;
}

.ttextEdit_img {
	top: 3px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

#selectEdit {
	position: fixed;
	height: auto;
	width: 544px;
	left: 768px;
	top: 88px;
	background-color: #EEEEFF;
	color: #425A79;
	padding: 10px;
	z-index: 5;
	border-top-width: 15px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#textEdit {
	background-color: #CCFF99;
	position: absolute;
	z-index: 100;
	height: 400px;
	width: 500px;
	left: 50px;
	top: 100px;
}

#textEditFrame {
	height: 400px;
	width: 500px;
	z-index: 1000;
}

.rouge {
	font-weight: bold;
	color: #C03F6C;
}

.hiddenrow {
	font-size: 9px;
	line-height: 10px;
	color: #999999;
	background-color: #EAEDEE;
	opacity: 0.5;
}

titre1 {
	font-size: 12px;
	font-weight: bold;
}

.erreur {
	text-decoration: blink;
	background-color: #FDD9E6;
}

#cursus input {
	font-size: 10px;
	width: 90px;
}

#cursus th {
	text-align: left;
	text-indent: 5px;
}

.hl_droite {
	float: right;
	height: 25px;
	width: auto;
}

.tableTBL {
	height: auto;
	border-collapse: collapse;
	overflow: auto;
}

.tableTBL tbody {
	
}

.tableTBL th {
	border: 1px solid;
	border-top: none;
	border-left: none;
	white-space: nowrap;
	width: auto;
}

.tableTBL td {
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	text-align: left;
}

.tableheader #tcaption {
	margin-right: 20px;
	position: absolute;
	right: 0px;
	top: 0;
	margin: 5px;
	white-space: nowrap;
}

.tableheader {
	position: relative;
	height: 100%;
	width: 100%;
	border-radius: 5px 5px 0 0;
	color: rgba(100, 100, 100, 0.8);
	text-align: left;
}

/* table type liens, avec une image, lien etc...*/
.tableDiscret {
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 14px;
	padding: 2px;
	max-width: 1000px;
	top: 25px;
	height: auto;
	min-height: 100px;
	background-color: #fff;
	-moz-box-shadow: 1px 2px 5px #C0C0CF;
	-webkit-box-shadow: 1px 2px 5px #C0C0CF;
}

.tableDiscret th {
	background-color: white;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	line-height: 20px;
	border: none;;
	padding: 4px;
	white-space: nowrap;
	width: auto;
	overflow: scroll;
}

.tableDiscret td {
	border-style: none;
	padding: 4px;
	text-align: left;
}

.tableDiscret td.alt {
	background-color: white !important;
}

.tableDiscret caption {
	padding: 4px;
	background-color: #FCF8DA;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 35px;
	-moz-box-shadow: 1px 2px 5px #C0C0CF;
	-webkit-box-shadow: 1px 2px 5px #C0C0CF;
	padding-bottom: 25px;
}

.tableDiscret: lastchild {
	margin-bottom: 30px;
}

.tableSmall {
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 14px;
	background-color: none;
	box-shadow: 1px 2px 5px #C0C0CF;
	z-index: 1500;
	overflow: auto;
}

.tableinform {
	width: 1056px;
	padding: 25px;
}

.flatBtn,.flatBtnActif,.flatTitle {
	font-weight: bold;
	background-color: #D5DFE6;
	text-decoration: none;
	border: 1px solid #688DA6;
	color: #3A5363;
	height: 20px;
	margin-right: 10px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
}

.flatBtn,.flatBtnActif {
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
	font-size: 12px;
}

.flatBtnActif {
	background-color: #FCF8DA;
}

.flatBtn:hover {
	-moz-box-shadow: 1px 2px 5px #C0C0CF;
	-webkit-box-shadow: 1px 2px 5px #C0C0CF;
	/*	top: -1px;
	height: 22px;
	*/
}

.flatTitle {
	font-size: 14px;
	margin-top: 15px;
	margin-left: 10px;
	background-color: #FCF8DA;
	color: #333333;
	font-variant: small-caps;
	font-weight: bold;
	height: auto;
}

/******   GESTION DES LISTES   ******/
.alt {
	background-color: #D7F7F7;
}

ul.hlist,ul.hlist2 {
	text-align: left;
	display: block;
	position: relative;
	line-height: 1.5em;
	overflow: visible;
}

ul.hlist { /*height: 600px;
	margin-top: 25px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	width: auto;
	*/
	
}

ul.hlist li {
	list-style-type: none;
}

ul.hlist li.opend {
	list-style-type: none;
	font-weight: normal;
	left: -20px;
	position: relative;
	cursor: pointer;
}

ul.hlist li.end {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	left: -20px;
}

ul.hlist li.addCat {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	left: -20px;
	font-style: oblique;
	font-weight: normal;
	font-size: x-small;
	color: #999999;
}

#editeur {
	background-color: rgba(260, 260, 250, 0.95);
	background-image: url("images/loadingAnimation.gif");
	background-repeat: no-repeat;
	box-shadow: 7px 7px 30px rgba(16, 32, 48, 1);
	left: 150px;
	top: 150px;
	width: 800px;
	height: 600px;
	max-height: 60%;
	min-height: 400px;
	overflow: hidden;
	position: absolute;
	right: auto;
	z-index: 10000;
}

#iframeEditeur {
	position: relative;
	width: 100%;
	height: 95%;
	top: 2px;
	z-index: 4;
}

.trflex {
	width: 100%;
	display: flex;
}

.searchButton,.sortButton { /*display: inline-block;*/
	margin: 0px 0px 0px 3px;
	border: solid 1px rgba(255, 255, 255, 0.2);
	background-color: rgba(255, 255, 255, 0);
	border-radius: 4px;
	padding: 2px 10px;
	line-height: 1.5em;
}

.searchButton:hover,.sortButton:hover {
	border: solid 1px rgba(255, 255, 255, 0);
	background: linear-gradient(to bottom, rgba(247, 251, 252, 0.3) 0%, rgba(217, 237, 242, 0.3) 40%, rgba(173, 217, 228, 0.3) 100% );
}

.sortButton {
	flex: 1 1 0;
	padding: 2px;
	text-align: center;
}

.searchButton {
	flex: 0 1 0;
	min-width: 20px;
	padding: 0 2px;
}

.searchButton .clickMeSmall {
	margin: 4px 0 0;
}

.sort_icon {
	height: 20px;
	margin: 3px;
	float: left;
}

.clickMeSmall {
	cursor: pointer;
	margin: 2px;
	/* width: 16px; */
	max-height: 24px;
}

.tico {
	text-align: center !important;
	width: 22px !important;
	white-space: nowrap;
}

.progress {
	width: 10px;
}

#exTitre { /* barre de titre de l'editeur */
	font-weight: bold;
	line-height: 2em;
	text-indent: 10px;
	text-align: left;
	height: 5%;
	z-index: 5;
}

#li_0 {
	top: 5px;
}

#_save {
	float: bottom;
}

.selectedItem {
	background-color: rgba(200, 255, 0, 0.4) !important;
}

.downloadico {
	position: absolute;
	margin: 0;
	right: 2px;
	top: 2px;
}

.clickable {
	cursor: pointer;
}

.dateInput {
	display: inline-block;
	font-size: 9px;
	padding: 0;
	border: none;
}

.dateInput td {
	border: 0 none !important;
	margin: 0;
	padding: 0 0.2em !important;
}

.dateInput input.calendarDateInput { /*height: 10px;*/
	padding: 0 !important;
}

.input_fb {
	color: red;
	position: relative;
}

.input_fb img {
	height: 1.6em;
	float: left;
}

.input_fb span {
	cursor: pointer;
}

.input_fb div {
	display: inline-block;
}

.getfile img {
	width: 32px;
	height: 32px;
}

table.calendarbloc {
	display: inline-block;
	font-size: 1em;
	height: 28px;
	width: 15em;
}

table.calendarbloc #Date_Cde_ID_Link {
	background-image: url("../../design/sicon/calendar.png");
	height: 28px;
	margin-top: -5px;
	position: absolute;
	width: 28px;
}

table.calendarbloc td select {
	min-width: 2em !important;
	height: 28px;
}

table.calendarbloc td input {
	min-width: auto !important;
}

td.calendarDateInput {
	font-family: inherit;
	font-size: 11px;
	letter-spacing: normal;
	line-height: 1.4em !important;
}

.selCont {
	display: inline-block;
	position: relative;
}

.searchPopup {
	list-style: none;
	background-color: rgba(0, 10, 50, 0.5);
	border-radius: 0 5px 5px 5px;
	font-size: 12px;
	color: rgba(255, 255, 100, 0.9);
	height: auto;
	max-height: 300px;
	overflow: auto !important;
	padding: 1px;
	margin: 0;
	width: 350px;
	z-index: 100;
	height: auto;
}

.searchPopup li {
	color: rgba(255, 255, 200, 1);
	cursor: pointer;
	height: 1.8em;
	left: 0;
	line-height: 1.8em;
	list-style-position: inside;
	list-style-type: none;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
}

.searchPopup li:hover {
	color: rgba(0, 10, 50, 1);
	background-color: rgba(255, 255, 200, 1);
	cursor: pointer;
	height: 1.8em;
	left: 0;
	line-height: 1.8em;
	list-style-position: inside;
	list-style-type: none;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
}

.tel{
	text-align: center !important;
	}
	