/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

Reset
*/

@font-face {
	font-family: "Lato-bol";
	src : url('../fonts/lato-bol-webfont.eot'); /* Pour IE9 Compat mode */
	src : url('../fonts/lato-bol-webfont.eot?') format('eot'),
          url('../fonts/lato-bol-webfont.woff') format('woff'),
          url('../fonts/lato-bol-webfont.svg#abcd') format('svg'),
          url('../fonts/lato-bol-webfont.ttf') format('truetype');
}
@font-face {
	font-family: "Lato-reg";
	src : url('../fonts/lato-reg-webfont.eot'); /* Pour IE9 Compat mode */
	src : url('../fonts/lato-reg-webfont.eot?') format('eot'),
          url('../fonts/lato-reg-webfont.woff') format('woff'),
          url('../fonts/lato-reg-webfont.svg#abcd') format('svg'),
          url('../fonts/lato-reg-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'Myriad';
	src: url('../fonts/MyriadPro-BoldCond.eot');
	src: url('../fonts/MyriadPro-BoldCond.woff') format('woff'),
		 url('../fonts/MyriadPro-BoldCond.ttf') format('truetype'),
		 url('../fonts/MyriadPro-BoldCond.svg') format('svg');
	font-weight:bold;
	font-style: normal;
}
@font-face {
	font-family: 'Myriad-li';
	src: url('../fonts/MyriadPro-Cond.eot');
	src: url('../fonts/MyriadPro-Cond.woff') format('woff'),
		 url('../fonts/MyriadPro-Cond.ttf') format('truetype'),
		 url('../fonts/MyriadPro-Cond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Arial-Bold";
	src : url('../fonts/arial_narrow_bold-webfont.eot'); /* Pour IE9 Compat mode */
	src : url('../fonts/arial_narrow_bold-webfont.eot?') format('eot'),
          url('../fonts/arial_narrow_bold-webfont.woff') format('woff'),
          url('../fonts/arial_narrow_bold-webfont.svg#abcd') format('svg'),
          url('../fonts/arial_narrow_bold-webfont.ttf') format('truetype');
}
@font-face {
	font-family: "Arial-Reg";
	src : url('../fonts/arial_narrow-webfont.eot'); /* Pour IE9 Compat mode */
	src : url('../fonts/arial_narrow-webfont.eot?') format('eot'),
          url('../fonts/arial_narrow-webfont.woff') format('woff'),
          url('../fonts/arial_narrow-webfont.svg#abcd') format('svg'),
          url('../fonts/arial_narrow-webfont.ttf') format('truetype');
}

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

html, body
{
    background-color: #FFF;
}

body
{
    font-size:        14px;
	/*font-family:	  "Lato-reg", Arial, Helvetica, sans-serif;*/
    font-family:      "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    color:            #313131;
	/*min-height:		  754px;*/
	padding: 0 25px;
}

a
{
    color:           #08C;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

h1, h2, h3
{
    font-family:    Georgia, "Times New Roman", Times, serif;
    color:          #18296F;
}

h1
{
    font-size:      45px;
    padding-bottom: 30px;
}

h2
{
    font-weight:   bold;
    color:         #FFFFFF;
    /* Font is duplicated of body (sans-serif) */
    font-family:      "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

    margin-bottom:    10px;
    background-color: #aacd4e;
    padding:          2px 4px;
    display:          inline-block;
    text-transform:   uppercase;

}

p
{
    line-height:    20px;
    padding-bottom: 20px;
}

ul, ol
{
    padding-left: 20px;
}

li
{
    padding-bottom: 18px;
}

ol li
{
    list-style-type: decimal;
}

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

#acm-header
{
    position: relative;
	height:135px;
}
#logo{ position:absolute; margin-top:35px; margin-left:15px;  }
#logo a { background: url(../images/Logo.png?v=1.2) no-repeat; width:240px; height:100px; display:block;  }

#accroche{ float:left; margin-top:50px; margin-left:265px; width:430px; height:50px; font-size:26px; line-height:31px; color:#656574; font-family:"Myriad", Arial, Helvetica, sans-serif; }
.accroche1{  font-family:"Myriad-li", Arial, Helvetica, sans-serif; font-size:26px; color:#2AA7D1}

/*
.ie10 #accroche{ font-family:"Arial-Bold", Arial, Helvetica, sans-serif; font-size:20px; }
.ie10 .accroche1{  font-family:"Arial-Reg", Arial, Helvetica, sans-serif; font-size:20px; }
*/

#acm-wrapper
{
    max-width:  1432px;
    min-width:888px;
    width: 100%;
    margin: 0 auto;
}

.acm-content
{
    background-color:           white;
    /*border:                     1px solid #DFDFDF;*/
    padding:                    50px;
    min-height:					615px;
    word-wrap:                  break-word;
	background-color:			#FFF;
}
.acm-sample
{
	margin: 8px 5px 0;
}
.acm-sample > h3
{
	background: url(../images/blue-arrow.png) no-repeat left 6px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 90%;
	cursor: pointer;
}
.acm-sample > div
{
	display: none;
    padding: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px lightgrey;
	font-size: 80%;
}

#acm-language
{
    position: absolute;
    top:   15px;
    right: -35px;
}

#acm-search
{
	float:right;
	margin-top: 60px;
	background-color:#CFEBF4;
	padding: 8px;
}

#acm-search input[type="search"]
{
    -webkit-appearance: textfield;
}

#acm-search-field
{
    width: 130px;
}

#acm-search label
{
    display: block;
    float: left;
    width: 20px;
    height: 25px;
    /*background: url(../images/search.png) no-repeat left 5px;*/
}

#acm-search label span
{
    display: none;
}


.clearfix{
    clear: both;
}
.right{
    float: right;
}

img[onclick],
.pointer{
    cursor: pointer;
}


.acm-col-3{
    width: 25%;
}
.acm-col-6{
    width: 50%;
}
.acm-col-9{
    width: 75%;
}
.acm-col-12{
    width: 100%;
}
.acm-bold{
    font-weight: bold;
}

.acm-txt-blue{
    color: #18296F;
}

/* /////////////////////////////////////////////////// FOOTER //////////////////////////////////////// */
#acm-footer {
	position: relative;	
	background-color:#203473;	
	height: 100px;
	width:100%;
	line-height:25px;
	padding-top:22px;
} 

#acm-footer .foot { max-width:932px; width:100%;height:100px; margin:0 auto; color:#FFFFFF; }

#acm-footer .foot a{ color:#FFFFFF}
#acm-footer .foot a:hover{ color:#FFFFFF}

.mentions {
	float:right;
}


input[type=text], input[type=password], input[type=date], input[type=number], select
{
    border:      1px solid #DADADA;
    background:  white url(../images/field-background.gif) repeat-x left top;
    padding:     2px 3px;
    color:       #565656;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

form div
{
	margin-bottom: 15px;
}

.acm-button-grey,
.acm-button-red,
.acm-button-green,
.acm-button-blue,
.acm-button-delete,
.acm-button-clone
{
    font-size: 0.85em;
    font-weight: bold;

    cursor: pointer;

    display: inline-block;
    outline: none;

    text-align:     center;
    text-transform: uppercase;

    padding: 3px 10px;

    text-shadow: 0 1px 1px rgba(0,0,0,.3);

    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    border-radius:         4px;
}

.acm-button-grey
{
    color:       #868686;
    font-weight: normal;

    padding:    5px 10px;
    border:     solid 1px #d7d7d7;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
    background: -moz-linear-gradient(top,  #ffffff,  #d7d7d7);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7');
}

.acm-button-red
{
    padding: 5px 12px;

    color: white;

    border:     solid 1px #da6c39;
    background: #da6c39;
    background: -webkit-gradient(linear, left top, left bottom, from(#da6c39), to(#923911));
    background: -moz-linear-gradient(top,  #da6c39,  #923911);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#da6c39', endColorstr='#923911');
}

.acm-button-green
{
    padding: 5px 12px;

    color: white;

    border:     solid 1px #a7da39;
    background: #a7da39;
    background: -webkit-gradient(linear, left top, left bottom, from(#a7da39), to(#6a9211));
    background: -moz-linear-gradient(top,  #a7da39,  #6a9211);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7da39', endColorstr='#6a9211');
}

.acm-button-blue
{
    padding: 5px 12px;

    color: white;

    border:     solid 1px #83d5f3;
    background: #83d5f3;
    background: -webkit-gradient(linear, left top, left bottom, from(#83d5f3), to(#1ea6d3));
    background: -moz-linear-gradient(top,  #83d5f3,  #1ea6d3);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#83d5f3', endColorstr='#1ea6d3');
}

.acm-button-delete
{
	font-family:    Tahoma, sans-serif;
	font-weight: 	bold;
	font-size:		8px;
    padding:        2px 5px;

    color:      white;

    border:     solid 1px #da6c39;
    background: #da6c39;
    background: -webkit-gradient(linear, left top, left bottom, from(#da6c39), to(#923911));
    background: -moz-linear-gradient(top,  #da6c39,  #923911);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#da6c39', endColorstr='#923911');
}
.acm-button-clone
{
	font-family:    Tahoma, sans-serif;
	font-weight: 	bold;
	font-size: 		8px;
    padding:        2px 5px;

    color:      white;

    border:     solid 1px #83d5f3;
    background: #83d5f3;
    background: -webkit-gradient(linear, left top, left bottom, from(#83d5f3), to(#1ea6d3));
    background: -moz-linear-gradient(top,  #83d5f3,  #1ea6d3);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#83d5f3', endColorstr='#1ea6d3');
}

#set-all-reports-satut.ui-widget-content a.acm-button-grey{
    color: #868686;
}
#set-all-reports-satut.ui-widget-content a.acm-button-blue{
    color: white;
}


.acm-blocks-welcome
{
    overflow: hidden;
}
.acm-blocks-welcome > div
{
    background-color: whitesmoke;
    float:            left;
    width:            240px;
    margin-right:     14px;
    text-align:       center;
    padding:          26px 20px;
}

.acm-blocks-welcome > div.block-demo
{
    margin-right: 0;
}

.acm-blocks-welcome .illustration
{
    padding-bottom: 20px;
}

.acm-blocks-help
{
    overflow: hidden;
}

.acm-blocks-help
{
    margin-top: 30px;
    padding:    18px;
    border:     1px solid #E6E6E6;
}

.acm-blocks-help > div
{
    width:        254px;
    float:        left;
}

.flash-message
{
    padding: 10px;
    margin: 5px;
    margin-top: 15px;
    background-color: #ffe;
    -moz-border-radius:         8px;
    -webkit-border-radius:      8px;
    border-radius:              8px;
}
.no-background{
    background: none;
}
.msg-retour-charte-web{
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.txt-error
{
    color: red;
}
.txt-success
{
    color: green;
}
.error
{
    color: red;
}
input.error, select.error
{
	color: inherit;
    box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    border:1px solid rgba(255, 0, 0, 0.8); 
}

#advanced-search, #advanced-export
{
	font-size: 12px;
}
#advanced-search fieldset, #advanced-export fieldset , 
#available-reports fieldset {
	border: solid 1px #AAAAAA;
    -moz-border-radius:         8px;
    -webkit-border-radius:      8px;
    border-radius:              8px;
	padding: 8px;
	margin-bottom: 5px;
}
#advanced-search legend, #advanced-export legend
{
	font-size: 14px;
	padding: 0 5px;
}
#contact_form label
{
    float: left;
    width: 90px;
	margin: 5px;
}
#contact_message{
    width: -moz-calc(100% - 102px);
    width: -webkit-calc(100% - 102px);
    width: calc(100% - 102px);
    overflow: hidden;
}
#contact_email{
    width: -moz-calc(100% - 102px);
    width: -webkit-calc(100% - 102px);
    width: calc(100% - 102px);
}
#login label,
#password_form label,
#reset_password_form label,
#advanced-search label, 
#advanced-export label,
.filter_multi label
{
    width: 200px;
    float: left;
	margin: 5px;
}
#advanced-search label, 
#advanced-export label,
{
    /*max-width: 142px;
	overflow:hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space:nowrap;*/
}


.filter_multi {
    margin-bottom: 10px;
}

#advanced-search input, #advanced-search select, 
#advanced-export input, #advanced-export select
{
    width: 118px;
    float: left;
	margin: 3px;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#advanced-search input.comment {
	float:left;
	clear:right;
	width: 453px;
}

#advanced-search select, #advanced-export select {
	/*padding: 0;*/
}

#advanced-export .columnChoice, #advanced-export .modeChoice{
	width: 15px;
}
#advanced-export .modeChoice{
    margin-top: 3px;
}
.modeExcelChoice{
	min-height: 33px;
	clear: both;
}


#advanced-search em, #advanced-export em{
	vertical-align: middle;
	padding-left: 8px;
	padding-top: 3px;
}
#advanced-search input[type=submit]
{
	float: right;
}
#advanced-search input::-webkit-input-placeholder,
#advanced-search input:-moz-placeholder,
#advanced-search input:-ms-input-placeholder, 
#advanced-export input::-webkit-input-placeholder, 
#advanced-export input:-moz-placeholder, 
#advanced-export input:-ms-input-placeholder
{
	color:#AAAAAA;
	font-style: italic;
}

#password_form ul li,
#reset_password_form ul li,
#send_password_form ul li,
#advanced-search ul li,
#advanced-export ul li
{
	color: orange;
	display: inline;
}

#advanced-search #form label{
    float: left;
}

#advanced-search #form div,
#advanced-search #criteres div,
.type-report-container div {
	float: left;
	margin-bottom: 5px;
	height: 28px;
}

.resend-password h1
{
	font-size: 24px;
}

/* menu */
#menu
{
	position:relative;
	margin:0 auto; 
	max-width:1432px;
	min-width:888px;
	width: 100%;
	height:42px;
	background-color:#2AA7D1;
	font-family:"Myriad", Arial, Helvetica, sans-serif;
	font-size:19px;
	vertical-align:text-top
}
/*
.ie10 #menu{
	font-family:"Arial-Bold", Arial, Helvetica, sans-serif;
	font-size:17px;
}
*/

#menu ul
{
	/*padding: 0;*/
}
#menu ul a
{
	color: #FFF;
}

#menu li {
	display:inline;
}

#menu li {
	float:left;
	margin:auto;
	padding:0;
	line-height: 18px;
	list-style-type:none; 
	height: 42px;
    text-align: center;
}
 
#menu li a{
	display:block;
	text-transform: uppercase;
 	width:auto;
 	height:27px;
	padding-top:11px;
    padding-bottom:4px;
 	padding-left:18px;	
 	padding-right:18px;
}
#menu li:first-child a{
    padding-top:15px;
    padding-bottom:0px;
}

#menu li.disabled a{
    background-color: #ADD8E6;
}

#menu li a:hover{
	background-color:#82CAE2;
	text-decoration: none;
}
/*#menu li a:hover{
	background-color:#82CAE2;
}*/

#menu li img{
	margin-top:-10px;
}

.nav-title {
    display: block;
    margin-top: -5px;
    font-size: 10px;
    font-weight: normal;
    color: white;
    font-family: helvetica;
    text-transform: none;
}

.acm-usermenu
{
	position: absolute;
	top:10px;
	right:0;
	line-height: 18px;
	font-family:"Lato-bol", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #B2B2B2;
}
.acm-usermenu a
{
	color: #B2B2B2;
	text-transform: uppercase;
}
.acm-usermenu a:hover
{
	/* text-decoration: none;*/
}
.acm-usermenu img
{
	vertical-align: top;
}

img.acm-middle{
    vertical-align: middle;
}



/* Demande - modele - resultat */
.resultat,
.ncr,
{
    padding:                    12px;
    margin-bottom:              10px;
}

.demande table,
.modele table,
.document table,
.resultat table,
.ncr table,
.echvalid table,
.specification table
{
	width: 100%;
	font-size: 11px;
}

table.table_style{
	width: 100%;
    font-size: 11px;
}
.edit-table
{
	table-layout:fixed;
}

.demande th, .demande td,
.modele th, .modele td,
.document th, .document td,
.resultat th, .resultat td,
.ncr th, .ncr td, 
.echvalid th, .echvalid td,
.specification th, .specification td,
.table_style th, .table_style td
{
	background-color: #F5F5FF;
	border: solid 1px #909990;
	padding: 2px 5px;
	text-align:center;
	overflow: hidden;
}
.table_style.text-left th, .table_style.text-left td{
    text-align: left;
}

.nested_table th,
.nested_table td{
	border-color: #e0e0e0;
	text-align: left;
}
.table_details td{
	text-align: left;
}
.nested_table th{
    width: 60px;
}
.demande th,
.modele th,
.document th,
.resultat th,
.ncr th,
.echvalid th,
.specification th,
.table_style th
{
	font-weight: bold;
}

td.treated-result{
    background-image: url("../images/check-empty.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

}
td.treated-result.validated{
    background-image: url("../images/check.png");
}

td.treated-result.in-process{
    background-image: url("../images/wait.gif");
}


th span.validation-terms{
    display: inline-block;
    font-size: 0.53rem;
    font-weight: normal;
    line-height: 1;
    color: red;
}

.demande .blank,
.modele .blank,
.document .blank,
.resultat .blank,
.ncr .blank,
.echvalid .blank,
.specification .blank,
.table_style .blank
{
	background-color: transparent;
	border: none;
}

.demande input, .demande select,
.modele input, .modele select
{
	display: table-cell;
	width: 90%;
	text-transform: uppercase;
	overflow: hidden;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}
.demande select,
.modele select
{
	height:22px;
	max-height:22px;
	vertical-align: middle;
	padding: 0;
}

.select-ie {
	width: auto !important;
}

.demande th.comment div,
.demande td.comment div,
.demande td.comment input,
.modele th.comment div,
.modele td.comment div,
.modele td.comment input,
.resultat th.comment div,
.resultat td.comment div,
.resultat td.comment input
{
	max-width: 35px;
	max-height: 50px;
	width: 35px !important;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	word-wrap: normal;
	display: inline-block;
}
.demande td.comment,
.demande td.comment input,
.modele td.comment,
.modele td.comment input,
.resultat td.comment,
.resultat td.comment input
{
	text-overflow: ellipsis;
	word-wrap: normal;
	cursor: pointer;
}

.demande th.actions,
.demande td.actions,
.modele th.actions,
.modele td.actions
{
	background-color: inherit;
	border: none;
	text-align:left;
	padding: 2px;
}

.demande-desc
{
	cursor: pointer;
	font-size: 14px;
}
.demande-desc td
{
	padding: 5px 0;
	color: #18296F;
}

.demande legend,
.modele legend
{
	width: 100%;
	font-size: 110%;
	text-align: center;
	padding-bottom: 15px;
}

.demande-avalider { color: red; font-weight: bold; font-size: 110%; text-transform: uppercase;}

.demande-enattente { color: green;}
.demande-atraiter { color: green; }
.demande-entraitement { color: orange; }
.demande-traitee { color: red; }
.demande-archive { color: black; }

select#lst_pdc{
    font-size: 11px;
}

.del_echantillon_link
{
	margin-left: 2px;
}
.clone_echantillon_link
{
	margin-left: 2px;
}

#criteres-2 input {
    min-width: 50px;
    width: 75%;
}

/* Statut resultat */
.Done {
	color: green;
}

.OOS {
	color: red;
}
.OOS-A, .OOS-P {
	color: red;
}
.OOS-B {
	color: orange;
}


/*  */
.result span {
	display: block;
}

tr.toggle_criteres-2 td #criteres_statut{
    width: 14px;
    margin: 0;
    padding: 0;
}

img.explains,
img.explains_echValid{
	cursor: pointer;
	vertical-align: middle;
}

span.help{
	width: 16px;
	height: 16px;
	background-image: url("../images/help.png");
	float: right;
}

th.validation{
	max-width: 60px;
}

th.comment{
	max-width: 50px;
}

/* pagination */
.pagination {
	text-align: center;
}
.pagination span {
	font-size: 11px;
}

/* presentation */
.presentation
{
	height: 750px;
}
.presentation h3
{
    padding: 20px 0 5px;
	text-decoration: underline;
}

.presentation .line
{
	padding-bottom: 3px;
	width: 35%;
}

.presentation .line strong
{
    float: right;
}
.presentation .graph
{
	float: right;
	display:inline-block;
}

.conteneur_indications{
	font-size: 11px;
	margin-bottom: 10px;
}
.conteneur_indications li{
	padding-bottom: 0;
}
.indications_password{
	color: #fa0000;
}

#password_form{
	float: left;
}

button.show-hide-password{
	margin-left: 25px;
    margin-top: -2px;
}
button.show-hide-login{
    margin-left: 209px
}


.pdc_cell input, .echValid_cell select{
	float: left;
}
/*
.validation_cell input[type='checkbox']{
	width: 15px;
	margin: auto;
	text-align: center;
}*/

.validation_cell{
    text-align: center;
}


.required_field{
	border: solid 1px #ff0000!important;
	-moz-box-shadow: 0px 0px 3px 0px #ff0000!important;
	-webkit-box-shadow: 0px 0px 3px 0px #ff0000!important;
	-o-box-shadow: 0px 0px 3px 0px #ff0000!important;
	box-shadow: 0px 0px 3px 0px #ff0000!important;
}

#x_NbEchant{
    width: 50px;
}
#dialog-archive-multi label{
    width: 89px;
    display: inline-block;
}
/* /////////////////////////////////////////////////// DASHBOARD //////////////////////////////////////// */
.download-report form{
    float: left;
}

.report{
    float: left;
    width: 50%;
}

button.btn-img{
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    margin-left: 4px;
}
.container_dashboard-classic iframe,
.container_dashboard-specific iframe {
    height: 1026px;
    width: 100%;
    border: 1px solid #ececec;
    margin-top: 14px;
}

.type-report, 
.acm-accordion{
    background-color: #F5F5FF;
    color: #333;
    clear: both;
    font-weight: bold;
    padding: 7px;
    margin-top: 10px;
    cursor: pointer;
}
.type-report-container, 
.acm-accodion-container{
    border: solid 1px #F5F5FF;
    padding: 7px;
}

.accordion-secondary{
    background-color: #ADD8E6;
}
.accodion-container-secondary{
    border: solid 1px #ADD8E6;
    padding: 10px;
}

.type-report-container label{
    display: inline-block;
    width: 250px;
    margin-left: 5px
}


#available-reports > fieldset > div > input{
    margin-left: 17px;
}

/* /////////////////////////////////////////////////// LOGIN //////////////////////////////////////// */
.login_content{
	width: 500px;
	margin: auto;
	padding: 25px;
	border: solid 1px #ececec;
	border-radius: 5px; 
}

.login_content input[type="text"],
.login_content input[type="password"]{
	width: -moz-calc(100% - 222px);
    width: -webkit-calc(100% - 222px);
    width: calc(100% - 222px);
}


/* /////////////////////////////////////////////////// PARAMETRAGE //////////////////////////////////////// */

.container-legend{
    font-size: 0.73rem;
    margin-left: 1rem;
    font-style: italic;
}

.tooltip-legend{
    cursor: help;
}

.col-picto-sm{
    width: 25px;
    text-align: center !important;
}

.ucase{
    text-transform: uppercase;
}

.not-valid{
    text-decoration: line-through;
}


@media only screen and (max-width: 1440px) {
    #criteres-2 input {
        min-width: 20px;
        width: 60%;
    }
}