/* redéfinition de certains styles d'epartenaire */
.home #form-infos-connexion ul li button {
	color: #FFF;
}

span.btn_deconnexion:before{
	margin: -10px 0px 0px -20px
}

h2 {
	border-bottom: dotted 1px #FFF;
	color: #FFF;
}

.orbeon #content #maintable input.xforms-input-input,
.orbeon #content #maintable span.xforms-type-integer input,
.orbeon #content #maintable span.xforms-control input,
.orbeon #content #maintable span.xforms-group select,
#content #maintable select{
	border-radius: 0px;
}

.body_form11 {
	color: #313131;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	vertical-align: baseline;
	background-image: none;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.input_form11 input, .textarea_form11 textarea, .div_form11 .xforms-input-input,
	.p_form11 select {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc !important;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	font-size: 14px !important; **
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
}
.input_frnumber11 input {
    margin-left: 4px;
    width: 151px; //201 correspond � un input de size 30
}
.pagination_form11 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	text-align: center;
	line-height: 20px;
}

.h1_form11 {
	color: #313131;
	line-height: 42px;
	padding-left: 45px;
	margin-bottom: 10px;
	font-weight: 500;
	padding-left: 27px;
}

.h2_form11 {
	color: #313131;
	border: none;
	margin-bottom: 10px;
	width: 850px;
	border-radius: 4px;
}

.h4_form11 {
	color: #313131;
	border: none;
	width: 100%;
	background-color: #d7d7d7;
	border-radius: 4px;
}

.champ {
	border: #96BF0D 2px solid;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	padding-top: 10px;
	line-height: 23px;
	border-radius: 10px;
}

.orbeon legend.legende {
	padding-left: 2%;
	padding-right: 2%;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #4BBCE8;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
	min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
	color: #777777;
	min-width: 30px;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	/*background-color: #5bc0de;*/
	
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.p_form11 {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 10px;
}

.label_form11 {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
	width: 35%;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	font-weight: bold;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}

.label1_form11 {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
	width: 35%;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	font-weight: Normal;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}

.label_long_form11 {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
	width: 65%;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	font-weight: bold;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}

#bloc_page .btn button {
	float: left;
	background-color: #fff;
	border-color: #ccc;
	color: #333;
	-moz-user-select: none;
	background-image: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid #ccc;
	margin-right: 10px;
}

#bloc_page span.btn11 button:hover {
	border: 1px solid #bbb;
	background-color: #eee;
	text-decoration: none !important;
}

#bloc_page span.btn11 button:hover {
	background-color: #4BBCE8;
	text-decoration: none;
}

.textarea_form11 textarea {
	font-size: 11px;
	vertical-align: top;
	border: 1px black solid;
}

.header {
	max-width: 100%;
}

.header-wrapper {
	background-size: contain;
}

.header-wrapper #logo {
	margin-top: 10px;
	text-align: center;
}

.header-wrapper .header-tools {
	text-align: end;
	margin-top: 15px;/*30*/
	/*height: 165px;*/
}

.header-wrapper .header-tools .contact-tool:after {
	content: " | ";
	margin: 0 10px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
}

footer {
	padding: 10px 10px 20px 10px;
	background: #F1F1F1;
}

footer p {
	font-weight: bold;
	float: left;
	font-size: 12px;
}

footer #footer-logo {
/* 	float: right; */
	margin: 0;
}

footer #footer-logo img {
	height: 60px; 
	width: auto;
}

#bloc_page .save button {
	float: right;
	font-weight: bold;
	color: white;
	background-color: #c0c0c0;
	border-radius: 6px;
	width: 100px;
	margin: 0 0 0 10px;
}

#bloc_page .save button:hover {
	background-color: #96BF0D;
}

#bloc_page .save-quit {
	clear: both;
	float: right;
	width: 100px;
	margin-top: 10px;
}

#bloc_page .save-quit {
	clear: both;
	float: right;
	width: 100px;
	margin-top: 10px;
}

.obligatoire {
	color: red;
	font-size: 12px;
}

.fr-error-title {
	margin: 5px;
	padding: 5px !important;
}

.div_form11 div {
	display: inline;
	margin-bottom: 10px;
	padding: 0;
}

.p_form11>.xforms-readonly>input {
	background-color: lightgrey;
}

.div_form11 .xforms-readonly input {
	background-color: lightgrey;
}

.tab_CD11 {
	margin: 20px 0 20px 0px;
	width: 100%;
}

.tab_CD11 tr th {
/*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #313131;
	background-color: #d7d7d7;
	border-radius: 4px;
	border: none;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #f5f2f2;
	background-color: #3c5c84;
    height: 25px;
	/*border-radius: 4px;*/
}

.td_themedispositif {
	text-align: center;	
}

.tab_CD11 td {
	vertical-align: top;
}

.tab_CD11 td {
	padding: 3px;
}

.tab_PJ th {
	text-align: left;
}

.itemset_form11 
{
	width:150px;	
}

.select_form11 
{
	border: 1px black solid;
}

#bloc_page .btn_CD11 button {
	display: none;
}

#bloc_page span.btn:before {
	color: grey;
}

.ul_CD11 {
	margin: 15px 0 15px 15px;
	font-size: 13px;
}

.totalColor input{
	background-color:#c0c0c0 !important;
}

/*Pour tous les boutons*/
#bloc_page .FORMBOUTONS span.btnMaterialD{
	/*margin-left: 47px;*/
	cursor: pointer;
	cursor: hand;
	float: right;
	display: inline-block;
}

#bloc_page .FORMBOUTONS span.btnMaterialD a{
	margin-left: 5px;
	vertical-align: middle;
}

#bloc_page .FORMBOUTONS span.btnMaterialD:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px; /* Taille standard = 24px */
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	color: #313131; /*Couleur des icones */
	position: absolute;
	margin: 1px 0px 0px -25px;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

/*Pour tous les boutons*/
span.btn:before{
	color: #e0771b; /*Couleur des icones = #e0771b*/
}

/* pour masquer l'onglet suivi demande partenaire 
#content #maintable #tableview .yui-nav li:first-of-type + li {
	display: none;
}*/

/* ajout SCo */
.cochesDispositifs {
	text-align: center;
}

td.FORMBOUTONS {
	padding: 0px;	
}

.FORMBOUTONS input {
	width: 125px;
}

.FORMBOUTONS > div {
    float: left;
    display: inline-block;
    padding-left: 30px;
    flex:1;
    text-align: left;
}

.input_tab {
	width : 70%;
}

th.th_redimensionner {
	width: 9%;
}

.indent_tabCD11 {
	padding-left:17px;
}

.h3_form11 {
	color: #3c5c84;
	font-size : large;
	width: 100%;
}

/* edit du bandeau */

body {
    background: url(images/pages/bg_body.jpg) 56% 0 no-repeat;
}

#header {
    height: 144px ;
    width: 920px!important;
    margin: 0 auto;
    text-align: right;
}

#header h1 img {
	width:270px;
}

/* affichage des 3 logos v2 */
#imgLogoDep, #imgLogoRegion {
	width: 20.2%;
}

#imgLogoPref {
    width: 16.1%;
    padding-left: 12%;
    padding-right: 12%;
}

.imagesLogo {
	display: inline-block;
}

div#logo img {
	max-width: 100%;
    max-height: 100%;
}

/*Pour tous les boutons*/
span.btn:before{
  color: #3a4986; /*Couleur des icones = 991F3D*/
}

.home #form-infos-poweredby button img{
	width: 317px;
}

#content {
	background: #0175bf url(images/pages/bg_yellow.png) repeat-x;
}

/* ajout migration */

.xbl-fr-error-summary { clear: both; width: 100%; padding: 0 }
.xbl-fr-error-summary .fr-error-title { display: block }
.xbl-fr-error-summary .fr-error-summary-body { display: block }
.xbl-fr-error-summary .fr-error-list > li { margin-bottom: .5em }
.xbl-fr-error-summary .fr-error-alert-error { color: red }
.xbl-fr-error-summary .fr-error-alert-warning { color: orange }

.orbeon body_form11 yui-skin-sam{
	position: absolute; 
	visibility: visible; 
	background-color: transparent; 
	border-width: 0px; 
	width: 2em; 
	height: 2em; 
	left: 0px; 
	top: -25px;
}

.header-wrapper container-fluid{
	border-bottom: #0474BA 3px solid;
}

body.orbeon{
	margin: auto;
}

/**************************** new version orbeon **************************/

.orbeon .btn-link {
    color: #666699;
    text-align: left;
}

.orbeon label, .orbeon button, .orbeon .btn {
    font-size: 12px;
    display: contents;
}

label.pagination_form11{
	font-weight: 700;
}

.orbeon .xbl-fr-error-summary {
    margin-top: 2em;
}

.orbeon h1 {
    font-size: 2em;
    font-weight: normal;
}

h1.h1_form11{
	margin-top: 0;
}

.orbeon .h3_form11 {
    color: #3c5c84;
    font-size: large;
    width: 100%;
    line-height: normal;
    margin: auto;
}

#bloc_page span.save button {
    background-color: #c0c0c0;
    width: 100px;
    font-weight: bold;
}

#bloc_page span.save button:hover {
    background-color: #96BF0D;
    color: white!important;
}

footer.footer {
    height: 70px;
}
span#orbeon-inspector≡inspector-group {
    margin: 12px;
}

#bloc_page .save-quit {
    margin-top: 0px;
}

fieldset.champ {
	border: #96BF0D 2px solid;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	padding-top: 10px;
	line-height: 23px;
	border-radius: 10px;
}

.orbeon legend.legende {
    padding-left: 2%;
    padding-right: 2%;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    margin-bottom: none;
}

.orbeon .label_form11 {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    font-weight: bold;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.orbeon .xforms-select1-appearance-full .xforms-selected, .orbeon .xforms-select-appearance-full .xforms-selected, .orbeon .xforms-select1-appearance-full .xforms-deselected, .orbeon .xforms-select-appearance-full .xforms-deselected, .orbeon .xforms-select1-appearance-full .xforms-items, .orbeon .xforms-select-appearance-full .xforms-items{
	display: contents;
	float: none;
	clear: none;
}

.orbeon .xforms-select1-appearance-full label{
	vertical-align: middle;
    margin-right: 0.5em;
}

table.tab_CD11{
	border-collapse: separate;
    border-spacing: 2px;	
}

table.tab1{
	border-spacing: unset;
}

.orbeon span.btn_contact:before {
    margin: 0px 5px 5px -18px;
}
