/* -------------------- */
/* Sticky footer styles */
/* -------------------- */
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,#footer {
	height: 60px;
}

#footer {
	text-align: center;
}

html, body {	
	background-color: #FFFFFF;
	height: 100%;
}

.container {
	background-color: #FFFFFF;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1ex;
	max-width: 960px;
	margin: 0 auto;
}
.centralbloc {
	max-width: 650px;
}

.centralbloc p, ol {
	line-height : 2;
	font-size: 1rem;
	font-weight: 100;
}
.centralbloc h1 {
	font-size: 1.8rem;
	font-weight:500;
}
.centralbloc h2 {
	font-size: 1.6rem;
}

#main {
	display: flex;
	justify-content: space-between;
}
.leftMenu h1 {
	margin-top: 3em;
	font-weight: 300;
}

ul.menuList {
	list-style: none;
	margin:  1em 0 0 0;
	padding: 1em;
	/*display:table;*/
	text-align: left;
	table-layout: fixed;
}
ul.menuList li {
	 margin:  1em;
	 padding:1em;
	 background: #359bd9;
	 border-radius: 15px;
}
ul.menuList li a {
	color: white;
}
ul.menuList li a:hover {
	color: #01447e;
}
 


.row {
	margin-left: 1em;
}

.span4 {
	margin-left: 0;
	width: 35%;
}
.span5 {
	margin-left: 0;
	width: 40%;
}

.span6 {
	margin-left: 0;
	width: 50%;
}

.navbar .brand {
    padding-top: 50px;
    padding-left: 30px;
}
.navbar .brand a {
    color: #8CA01B;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    font-size: 30px;
}
	
.navbar .logo {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0;
}

.current {
	color: #8CA01B;
}

.erreur {
	color:red;
}

.warning {
	color:red;
}

dl {
	padding-left: 4ex;
}
dt, dd {
    float: left;
    font-size: 14px;
    line-height: 1.8;
}

dt {
    clear: both;
}

dt {
    font-weight: bold;
    width: 290px;
}

h2, h3 {
	font-family: 'Open Sans',sans-serif;
    font-weight: 300;
}

h2, h3 {
    margin-bottom: 10px;
}

h3, h3 small {
    font-size: 28px;
    line-height: 44px;
}

h4 {
	 font-size: 16px;
	 font-weight:normal;
	 margin-bottom: 1em;
}

h3.home {
	font-size: 22px;
	background-color: #e6ee9c;
}
.requis {
	 color: red;
	 font-size: x-large;
	 vertical-align: middle;
}

/*
 label:AFTER {
    color: #e32;
    content: '*';
    display:inline;
}
*/

a:HOVER {
	text-decoration: none;
}
.btn-info {
	cursor: pointer;
}

.vignette {
	max-width: 100px;
	max-height: 100px;
}

#zoneEdition {
	margin-left: 5em;
	display: none;
}

#embargoBlock {
	border-style: solid;
	border-width:thin;
	width: 80%;
	margin-bottom: 2em;
	/*background-color: #dedede;*/
	background-color:#f0f0f0;
}
#embargoBlock label {
	margin-bottom: 1em;
}

#embargoChoiceBlock {
	padding:1em 0 1em 3em;
	background-color : white;
}
#embargoFieldsBlock {
	padding-left:3em;
	margin-top: 2em;
}
.embargoHistoTitle {
	padding-left:3em;
	margin-top: 2em;
}
.embargoHistoBlock {
	padding-left:3em;
	margin-top: 2em;
	background-color: #dedede;
}

.embargoChoiceNo {
	opacity: 0.4;
}
.embargoChoiceYes {
	opacity: 1;
}
.embargoInactif {
	background-color:#ee9902;
}
.embargoFini {
	background-color:#aaf255;
}
.embargoEncours {
	background-color:#ee2102;
}

#privateNumerisation {
	margin-bottom: 2em;
}
#privateNumerisation label {
	font-weight: bold;
}
#privateNumerisation span.help {
	vertical-align: bottom;
}

#specimenBlock {
	padding-left:3em;
	border-style: solid;
	border-width:thin;
	width: 80%;
	margin-bottom: 2em;
}
#cbInternalSpecimen {
	margin-bottom: 1em;
}

.textAlign {
	text-align: justify;
}

.note {
	font-style: italic;
}

.resultTable {
	width: 100%;
}
.resultTablePagination {
	width: 100%;
}

.verifKO {
	background-color: #F2DEDE;
}
.verifKO a {
	color : red;
}

.toggle-visibility {
	color : #263238;
	background-color: #c5cae9;
	padding: 0.3em;
}

#importTable table, td {
	/*width: 100%;*/
	border: 1px solid black;
}

.panel {
	position: relative;
	padding : 0.5em 2em 2em 2em;
	margin: 2em 0;
}

.disabledPanel {
	background-color: grey;
    opacity: 0.2;
}
.enabledPanel {
	background-color: #e3f6a7;
    opacity: 1;
}

.headTable {
	 font-weight: bold;
	 background-color: #E0E0E0;
}


.spinLoader  {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	/* centrage */
	margin-left: auto;
	margin-right: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.privateData {
	background-color: orange;
}
.publicData {
	background-color: green;
}

.help {
	margin-left: 1em;
	opacity: 0.6;
	font-style: italic;
	font-size: small;
}

#changeLang {
	text-align: right;
	margin-right: 5px;
	height: 0;
	margin: 1em 0;
}


div.hBlock  {
  width: 50%;
}

.noDisplay {
	display: none;
}
a.noDecoration:link, a.noDecoration:visited, a.noDecoration:hover, a.noDecoration:active {
	text-decoration: none;
	cursor: pointer;
}
.bold {
	font-weight: bold;
}

dl.equipment {
	padding-left: 4ex;
}
dl.equipment dt {
    font-weight: bold;
    float: none;
}
dl.equipment dd {
	float: none;
    font-size: 14px;
    line-height: 1.8;
}


