/**
  * Couleur par d�faut des input 
  * D�plac� de la xforms.css
  */
.orbeon .xforms-input {
    color: #000000;
}

.orbeon .xforms-input input {
    color: #000000;
}

.orbeon .xforms-required-empty input, .orbeon textarea.xforms-required-empty, .orbeon input.xforms-required-empty {
    color: #000000;
}

.orbeon .xforms-textarea {
    color: #000000;
}
/**
  * Nouveaux formulaires
  */
  
body.orbeon.body_formCG42.yui-skin-sam {
    margin: auto;
}

sup {
	vertical-align:top;
}
.submit {
FONT-FAMILY: Arial, Helvetica, sans-serif;
border:medium none;
font-size:0.9em;
font-weight:bold;
letter-spacing:0.05em;
margin-left:5px;
padding:0 8px 2px;
}

.orbeon .xforms-repeat-selected-item-1 {
	background-color: transparent;
}


#error-summary-bis {
	margin-bottom: 10px;
	text-align: left;
}

#error-summary-bis .fr-error-title {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding-left: 10px;
	width:695px;
	background: #6B9DC5;
}

.orbeon #error-summary-bis .xforms-group{
	background-color: #F1F1F1;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border: none;
}
.orbeon #error-summary-bis .fr-error-list {
	margin: 0.5em;
}
.orbeon #error-summary-bis .xforms-initially-hidden,
.orbeon #error-summary-bis .xforms-repeat-template,
.orbeon #error-summary-bis  .xforms-template,
.orbeon #error-summary-bis  .xforms-repeat-delimiter,
.orbeon #error-summary-bis  .xforms-repeat-begin-end,
.orbeon #error-summary-bis  .xforms-group-begin-end,
.orbeon #error-summary-bis  .xforms-disabled-subsequent,
.orbeon #error-summary-bis  .xforms-case-begin-end,
.orbeon #error-summary-bis  .xforms-case-deselected-subsequent {
	display: none;
}

.orbeon #error-summary-bis .xforms-group ul {
	list-style-type:none;
}

.orbeon #error-summary-bis .xforms-group ol li {
	margin-left: 25px;
	font-size: 1.1em;
}

body {
	background: none;
}

/**
  * CG42
  * Page descriptif de l'aide = TITRECG42 et SSTITRECG42
  * Pages saisies : 
  * Titre = TITRE1CG42, SSTITRE1CG42
  * Libell� = LIBELLE1CG42
  * Donn�es = INPUTAFFICHE1CG42, INPUTCG42
  * Texte = TEXTE1CG42
  * Tableau = TABLEAUCG42
  */
.TITRE1CG42 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	background-color:#DDDDDD;
}

.SSTITRE1CG42 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
}

.TEXTE1CG42 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-style:normal;
}
.rouge  {
	color:#f78f1e;
}
.souligne {
	text-decoration: underline;
}

.LIBELLE1CG42 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	white-space: nowrap;
}
.LIBELLECG42GRAS {
	font-weight:bold;
}

.INPUT1CG42 {
	border-width:1;
	border-color:#000000;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; 
}

.INPUTOBLIGCG42 {
	border-width:1;
	border-color:#000000;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; 
}

.INPUTOBLIGCG42 input{
	background-color:#FD9699;
}

.INPUTOBLIGCG42 select{
	background-color:#FD9699;
}

.INPUTOBLIGCG42{
	border-width:0;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; 
}


.INPUTAFFICHE1CG42 {
	border-width:0;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

.OBLIGATOIRE{
	color:orange;
}

.TABLEAUCG42{
	font-family:Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}

.TABLEAUCG42 thead th{
	font-size:10pt;
	font-style:bold;
	background-color:#DDDDDD;
}

.TABLEAUCG42 tbody th{
	font-style:bold;
	font-size:8pt;
}

.TABLEAUCG42 tbody td{
	border:1px solid black;
	font-size:8pt;
}

.TABLEAUCG42 tbody td INPUT{
	border:0;
	font-size:8pt;
}

.TABLEAUCG42 tfoot th{
	font-size:10pt;
	font-style:bold;
	background-color:#DDDDDD;
}

.CORPSTEXTEPERSO a {
	color: red;
}

.ACCORDION1CG42 dt.a-m-t {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	background-color:#DDDDDD;
}


/**
  * Styles des nouveaux formulaires 
  */

.body_formCG42 {
	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_formCG42 input, .textarea_formCG42 textarea, .div_formCG42 .xforms-input-input,
	.p_formCG42 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;
}
	.p_formCG42 #SIAL{font-size: 10px;
}
.p_formCG42 checkbox { align : center;}

.alignDroit input {	
	text-align: right;
}
.orbeon .pagination_formCG42 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	text-align: center;
	line-height: 20px;
	display: initial;
    margin-bottom: initial;
}

.orbeon h1.h1_formCG42 {
	color: #313131;
	line-height: 42px;
	padding-left: 45px;
	margin-bottom: 10px;
	font-weight: 500;
	padding-left: 27px;
	font-size: 2em;
}

.orbeon .h2_formCG42 {
	color: #313131;
	border: none;
	margin-bottom: 10px;
	width: 850px;
	border-radius: 4px;
}

.orbeon .h4_formCG42 {
	color: #313131;
	border: none;
	width: 100%;
	background-color: #d7d7d7;
	border-radius: 4px;
	font-size: 12px;
}
.orbeon .champ u {
	text-decoration: none; 
}

.orbeon .champ {
	border: #f78f1e 2px solid;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	padding-top: 10px;
	line-height: 23px;
	border-radius: 10px;
}

.orbeon .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;
	width: auto  !important; 
}

.legendegroup {
	margin-top: -21px;
    background-color: white;
    width: fit-content;
}


legend.legende.legendegroup {
    width: max-content;
}
.orbeon .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);
}

.orbeon .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;
}

.orbeon .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: #4BBCE8;
}

.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);
}

.orbeon .p_formCG42 {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 10px;
}

label.note{
	display: inline;
}
.orbeon .label_formCG42 {
	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;
	vertical-align: top;
}

/*dedisport page 2 bloc radio bouton */
span.xforms-items.xforms-help-popover-control {
    display: inline-block !important;
    float: none !important;
}

.orbeon .label_long_formCG42 {
	text-align: left;
	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 .btn button:hover {
	border: 1px solid #bbb;
	background-color: #eee;
	text-decoration: none !important;
}

#bloc_page .btnCG42 button:hover {
	background-color: #FF7F00;
	text-decoration: none;
	color: white!important;
}

.textarea_formCG42 textarea {
	font-size: 11px;
	vertical-align: top;
	border: 1px black solid;
}

/* dedesial page 3 */
textarea#xf-46≡≡c {
    width: 50%;
    height: 100%;
}

.header {
	max-width: 100%;
}

.header-wrapper {
	height: 164px;
/* 	background: url(./images/logo.jpg) no-repeat left center; */
}

.header-wrapper #logo {
	float: left;
}

.header-wrapper #logo img {
	height: 50px;
	width: auto;
}

.header-wrapper .header-tools {
	float: right;
/* 	margin-top: 30px; */
}

.header-wrapper .header-tools .contact-tool:after {
	content: " | ";
	margin: 0 10px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

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: 90px;
	width: auto;
}

#bloc_page .save a {
	float: right;
	font-weight: bold;
	color: white!important;
	background-color: #c0c0c0;
	border-radius: 6px;
	width: 100px;
	margin: 0 0 0 10px;
}

#bloc_page .save a:hover {
	background-color: #b2c900;
}

#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_formCG42 div {
	display: inline;
	margin-bottom: 10px;
	padding: 0;
}

.p_formCG42>.xforms-readonly>input {
	background-color: lightgrey;
}

.div_formCG42 .xforms-readonly input {
	background-color: lightgrey;
}

.tab_CG42 {
	margin: 20px 0 20px 0px;
	width: 100%;
}

.tab_CG42 tr th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #313131;
	background-color: #d7d7d7;
	border-radius: 4px;
	border: none;	
	padding-top: 7px;
	padding-bottom: 7px;
}

.td_input_formCG37{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #313131;
	background-color: #d7d7d7;
	border-radius: 4px;
	border: none;	
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.tab_CG42 td {
	vertical-align: top;
}

.tab_PJ th {
	text-align: left;
}

.itemset_formCG42 {
	width: 150px;
}

.select_formCG42 {
	border: 1px black solid;
}

#bloc_page .btn_CG42 a {
	display: none;
}

#bloc_page span.btn:before {
	color: grey;
}

.ul_CG42 {
	margin: 15px 0 15px 15px;
	font-size: 13px;
}

.totalColor input {
	background-color: #E1E1E1 !important;
	/* old #c0c0c0  #F8F8F8 */
}

/*Pour tous les boutons*/
#bloc_page .FORMBOUTONS span.btnMaterialD {
	margin: 1px -10px 0px 25px;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
}

#bloc_page .FORMBOUTONS span.btnMaterialD a {
	color: black;
}

/*Pour tous les boutons*/
#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: #f78f1e; /*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*/
#bloc_page .FORMBOUTONS span.btnMaterialD a {
	margin-left: 5px;
	vertical-align: middle;
}

td.FORMBOUTONS {
    text-align: initial!important;
}


.selectMultiLine span {
    display:table-row;
} 

span.btn_supprimer1:before{
	content: '-';
}
span.btn_nouveau1:before{
	content: '+';
}


/* style pour les tableaux en div */
.rTable { 
	display: table;
	width: 100%; 	
} 
.rTableRow { 
	display: table-row; 
} 
.rTableHeading { 
	display: table-header-group; 
	background-color: #ddd; 
} 
.rTableBody { 
	display: table-row-group; 
	padding: 3px 10px;  
	border: 1px solid #999999; 
} 
.rTableFoot { 
	display: table-footer-group;
	font-weight: bold;    
	background-color: #ddd; 	
} 
.rTableCell, .rTableHead { 
	display: table-cell; 
		padding: 3px 10px;    
		border: 1px solid #999999; 
} 

/* 
---------------------------------------------------
Red�finition des styles du theme.css
---------------------------------------------------
 */
#header {
	height: 110px;
	width: 920px !important;
	text-align: right;
	background: url(images/pages/bg_body.jpg) no-repeat center;
	padding-bottom: 40px;
}

#header ul li span.contact a {
	color: #f78f1e;
	border-right: 1px solid #f78f1e;
}
/*Contact*/
span.btn_contact:before{
	color: #f78f1e;
}

/*Close*/
span.btn_close:before{
	color: #f78f1e;
}
/* pour masquer l'onglet suivi demande partenaire */
/* #content #maintable #tableview .yui-nav li:first-of-type + li {
               display: none;
} */

/** Le style pour les zones montant */
.input_frnumber input {
       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_frnumber_size_5 input {
       width: 43px; 
}

.input_frnumber_size_10 input {
       width: 86px; 
}

.input_frnumber_size_15 input {
       width: 129px; 
}

.input_frnumber_size_20 input {
       width: 172px; 
}

.input_frnumber_size_30 input {
       width: 258px; 
}							  
.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: inherit;
    float: none;
}
.orbeon .radio, .orbeon .checkbox {
    min-height: 15px;
}