/***************************************
                GENERAL
***************************************/
header.navbar {
    padding: 0 40px ;
}

header.navbar img {
    margin-top: 15px;
}

/* Mode blocs */
.container-fluid{
	max-width: 1110px;
}

#landing-page article{
	margin: 20px;
}

#landing-page aside > div{
	margin: 20px 20px 20px 0;
}

#landing-page aside.blue{
	background-color: white;
}

.mod-highlight {
    background-color: #f7f7f7;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* Listes */
ul.puce li{
    list-style: square inside;
    margin: 10px 0;
}

ul.styled li{
    list-style: square inside;
    margin: 5px 30px;
}

ul.spaced li{
    margin: 10px 0;
}

/* DIV de chargement */
#modal {
	background: rgba( 255, 255, 255, .8 ) 
                url('../images/loading.gif')
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}


/***************************************
              BLOC CENTER
***************************************/
.full.bloc-center .mod-article {
    padding: 30px 20px;
}

#landing-page aside > div:first-child {
    margin-top: 20px;
}

/* FACETTES */
.col-filters h2 {
    color: #0b3667;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 11px;
    margin-top: 22px;
}

.facetcontent {
    max-height: 150px;
    overflow: auto;
}

.icheckbox_minimal-blue + label.css-label {
    cursor: pointer;
    display: inline;
}

#init-facets {
	font-size: 1.3rem;
}

.loadermap {
    background: #f6f6f6 url("../images/loader-454545-f6f6f6.gif") no-repeat scroll center;
    display:
    block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.container-map {
    position: relative;
    height: 180px !important;
}

.olMapsearch {
    height: 180px !important;
}

/* LOADER */
.loader {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin: 50px 50px;
    padding: 50px;
    text-align: center;
}

.loader > span {
    background: rgba(0, 0, 0, 0) url("../images/loader-454545-f6f6f6.gif") no-repeat scroll left center;
    display: inline-block;
    font-size: 1.25em;
    line-height: 32px;
    padding-left: 48px;
}

/* LISTE CAMPAGNES */
.results-bloc{
	padding-right: 0;
}

.search-result {
    margin: 10px 0;
}

.search-result .resut-txt strong{
	color: #bb0000;
}

.result span {
    padding: 0;
}

.clearfixe{
  margin: 10px 0;
}

.clearfixe .btn-group{
  margin-right: 10px;
}

.clearfixe .btn-group .dropdown-menu{
  min-width: 105px;
}

/* MODULES */
.mod-article {
    padding: 30px;
}

.mod-article h1 {
    margin-bottom: 20px;
}

.full.bloc-center .mod-article:first-child {
    padding-top: 10px;
}

.mod-article:last-child {
    padding-bottom: 20px;
}

/* TABLES */
.tab-article table th {
    width: auto;
}

table.table pre{
    background-color: transparent;
    border: none;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
    font-family: "open_sansregular";
}

pre{
    background-color: transparent;
    border: none;
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
    font-family: "open_sansregular";
}

.table-ope{
    font-size: 1.3rem;
    vertical-align: middle;
}

.table-ope img{
    max-width: 100px;
}

table{
    font-size: 1.2rem;
}

.donnees:last-child {
    margin-bottom: 20px;
}

.donnees th, .donnees td {
   padding: 5px 0; 
}

.tab-article table td {
    font-size: 1.2rem;
}

.shohidtab{
    color: #2772c5;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.shohidtab:hover{
    cursor: pointer;
}

.donnees caption {
    font-weight: bold;
    padding: 0 5px;
}

.donnees caption span {
    font-size: 1.3rem;
}

table caption {
    font-weight: bold;
    padding: 0 5px;
    background-color: #ebecec;
    font-size: 1.3rem;
    padding-left: 5px;
    text-align: left;
}

article.bg-blue table caption {
	background-color: #BDE3FF;
}

/* CARTE */
.ol-fullMap{
	background: #84a9d6 url("../images/textured_paper.jpeg") repeat scroll 0 0;
	height: 500px !important;
	width: 100%;
	margin-bottom: 20px;
}

/* OTHER */
ol.breadcrumb{
    float: left;
}

ol.breadcrumb li{
    font-size: 1.2rem;
}

.col-md-9.cell {
    padding: 0;
}

.access, .close-access, .restricted-access {
    float: none;
}

h3 > span.access, h3 > span.restricted-access {
	font-size: 2rem;
}

#map .popover-content{
    font-size: 1rem;
    max-width: 350px;
    min-width: 200px;
    width: auto;
    color: black;
}

#map .top{
    height: auto;
    padding: 0;
}

.popover-content{
    font-size: 1.3rem;
    text-transform: none;
}

.selectionMap{
    height: 570px !important;
}

.deletefile{
	color: #2772c5;
	font-size: 1.5rem;
}

.noFileRow{
	font-size: 1.5rem;
	font-weight: bold;
	padding: 20px;
}

sup.asterisk{
	color: #d9534f;
	font-size: 60%;
}

#file-desc-bloc .tab-article th{
	font-weight: bold;
	width: 22%;
}

/* Bounding Box */
.location-bbox td{
	padding: 5px;
}

.location-bbox td:not(:empty){
	border: 1px solid #dddddd;
	background-color: #f2f2f2;
}

/***************************************
              BLOC DROIT
***************************************/
.col-md-3.cell {
    padding: 0;
}

aside.col-md-3.cell h2{
	margin-top: 0;
}

/* MODULES */
.mod-video {
    padding: 10px 25px;
}

.mod-video h2 {
    margin-bottom:10px
}

.mod-ref {
    background-color: #2772c5;
    padding: 10px 20px;
}

.mod-related{
    padding: 10px 0;
}

.mod-related h2{
    padding: 0 20px;
}

.mod-ref a{
    color: white;
}

.mod-ref h2, .mod-related h2 {
    color: #f9fc56;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.mod-related h2 {
    margin-bottom: 0;
}

.mod-related .thumbnail {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    color: white;
    margin: 0;
    padding: 10px 20px;
    vertical-align: middle;
}

.showMore {
    color: #f9fc56;
    margin-right: 20px;
}

.thumbnail {
    padding: 0;
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}

.col-md-3.blue li {
    font-size: 1.2rem;
}

.thumbnail:hover {
    background-color: #3788e7;
    text-decoration: none;
}

.thumbnail a:hover {
    text-decoration: none;
}

.thumbnail > img, .thumbnail a > img {
    max-width: 300px;
}

.showMore:hover{
  color: #f9fc56;
}

/* MAP */
.map-controls {
    background: #84a9d6 url("../images/textured_paper.jpeg") repeat scroll 0 0;
/*     background-color: #84a9d6; */
    color: white;
    margin: 0;
    padding: 0;
}

.olMap {
    height: 255px !important;
}

.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 180px;
  color: black;
  font-size: 1.1rem;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-overlay {
    background-color: black;
    border-top-color: white;
    /*bottom: -5px;*/
    border-radius: 2px;
}

.ol-popup-inner {
      border: 2px solid white;
      padding: 3px;
      border-radius: 2px;
      color: white;
}

.ol-popup-overlay:after, .ol-popup-overlay:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
}
.ol-popup-overlay:after {
    border-top-color: #fff;
    border-width: 6px;
    left: 50%;
    margin-left: -6px;
}
.ol-popup-overlay:before {
    border-top-color: #fff;
    border-width: 6px;
    left: 50%;
    margin-left: -6px;
}

.hide-doc {
    background-color: rgba(0, 60, 136, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    font-size: 1.3rem;
    font-weight: bold;
    height: 28px;
    width: auto;
    display: block;
    position: absolute;
    top: 245px;
    right: 22px;
    z-index: 2;
    padding: 0 5px
}

.hide-doc span {
    opacity: 0.9;
}

.hide-doc:hover, .hide-doc:focus{
    background-color: rgba(0, 60, 136, 0.5);
    border: 3px solid rgba(255, 255, 255, 0.8);
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.hide-doc:hover span, .hide-doc:focus span{
    opacity: 1;
}

.legend-content{
    color: black;
}

/* DOWNLOAD FORM*/
.form-area
{
   	background-color: #FAFAFA;
	padding: 10px 40px 40px;
	margin: 10px 0px 20px;
	border: 1px solid GREY;
}

.legendForm{
	margin-top: 25px;
	margin-bottom: 35px;
	font-size: 2.2rem;
	text-align: center;
}

@media (max-width: 767px) {
	#landing-page aside > div {
   		margin: 20px ;
	}
}


#landing-page aside > div.mod-highlight {
    padding: 0px;
}

/***************************************
                FOOTER
***************************************/
footer a:hover {
    color: #f9fc56;
    text-decoration: none;
}

footer{
    min-height: 85px;
}

/***************************************
                OTHER
***************************************/
table.limites td {
    padding-bottom: 0;
}

.note-editor.note-frame .dropdown-toggle {
  font-size: 12px;
}

.bloc-center :not(.note-editor.note-frame) .panel-heading {
    background: none repeat scroll 0 0 #2772c5;
    color: white;
    font-size: 0.9em;
    margin-bottom: 10px;
    padding: 5px;
    text-transform: uppercase;
}

.bloc-center .panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.bloc-center .panel-heading.collapse-panel:hover {
    cursor: pointer;
    background-color: #f9fc56;
    color: black;
}

/* Styles pages liste landing pages*/
.filterable  .panel-heading .panel-title{
   display: block;
   font-size: 2em;
   font-weight: bold;
}
.filterable .panel-heading .pull-right {
    vertical-align: middle;
}

.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}

.ol-rotate{
    visibility: hidden;
}

/* Check Boxes */
input.css-checkbox[type="checkbox"] {
    display: none;
}

input.css-checkbox[type="checkbox"] + label.css-label {
	background-position: 0 4px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    padding-left: 20px;
}

input.css-checkbox[type="checkbox"]:checked + label.css-label {
    background-position: 0 -13px;
}

label.css-label {
    -moz-user-select: none;
    background-image: url("../images/sprite-check.png");
    vertical-align: baseline;
}

input.css-checkbox[type="checkbox"]:disabled + label.css-label {
    color: #aaaaaa;
    cursor: default;
}

/* DATABLE */ 
td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

table.table > tbody > tr > td.details-control {
    padding: 15px;
}

/* BUTTON ADD TO CART */
.btn-panier {
  height: 44px;
  padding: 0px;
  
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
    
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #525050;
}

.btn-panier:hover,
.btn-panier:focus {
  border: 1px solid #525050;
}

.btn-panier span.icon-cart, .btn-panier span.title {
  line-height: 41px;
  padding: 0 10px;  
  
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;  
}

.btn-panier span.left {
  float: left;
  width: 30%;

  border: 1px solid #525050;
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}

.btn-panier span.right {
  float: right;
  width: 70%;

  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

.btn-panier span.icon-cart {
    background-image: url("../images/cart-icon.png");
    background-repeat: no-repeat;
    background-position: center; 
    background-color: #525050;
}

/***************************************
    CHAMPS EDITEE EN CKEDITOR CAMPAGNE
***************************************/
.formated-textfield > *  {
word-wrap: break-word;
margin-bottom : 10px !important;
}
.formated-textfield li {
word-wrap: break-word;
margin-bottom : 10px !important;
}
.formated-textfield >  ul, dl {
    *margin-right: 0px;
    padding: 0 40px !important;
}
.formated-textfield > ul li {
   list-style-type: disc;
}

/***************************************
    		BIBLIO
***************************************/
.biblio-section {
   background-color: #ebecec;
}

.preview-content-display{
	height: 4em;
	overflow: hidden;
	display: block !important;
}

/***************************************
			NAVIGATION TREE
****************************************/
 ul.tree {
    display: none;
}

li.campaign-tree {
	color: yellow;
	font-weight: bold;
}
li.dive-tree, li.operation-tree{
	padding-left: 10px;
	color: white;
	font-weight:normal; 
}

li.specimen-tree, li.dive-operation-tree{
	padding-left: 20px;
	color: white;
	font-weight:normal; 
}

li.sample-father-tree, li.dive-specimen-tree{
	padding-left: 30px;
	color: white;
	font-weight:normal; 
}

li.sample-son-tree, li.dive-sample-father-tree{
	padding-left: 40px;
	color: white;
	font-weight:normal; 
}

li.dive-sample-son-tree{
	padding-left: 50px;
	color: white;
	font-weight:normal; 
}


#navmap {
	padding: 20px 20px;
	background-color: #2772c5;
	display: block;
	/*margin: 10px;
	box-sizing: border-box;*/
	height: 150px;	
	overflow-y: auto;
	overflow-x: hidden;
}


#navmap h2 {
	color: #f9fc56;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#navmap a.tree-link{
	display: inline;
	color: white;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.428571429;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    -o-transition: all 0.2s ease-in-out ;
    transition: all 0.2s ease-in-out ;
}

#navmap a.tree-link:hover{
	background-color: #3788e7;
    text-decoration: none;
}

#navmap a.selected {
	color: yellow;
	font-weight: bold;
}


/**************************************
		MODAL IMAGE GALLERY
****************************************/

/* The Modal (background) */
.galleryModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}

/* Modal Content */
.galleryModal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.glyphiconlinks:hover{
	cursor: pointer;
}


.modal-title-gallery {
  margin: 0;
  line-height: 1.428571429;
}

.btn-init {
	background-repeat: no-repeat;
    border: 1px solid #cecece;
    border-radius: 0px;
    color: #3788e7;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
}

.btn-init:hover {
	background-color: #f9fc56;
}

#init-facets {
	font-size: 1.3rem;
}

/**************************************
		MAP
****************************************/

.layerSwitcher {
	height:100px; 
	margin-top:-20px;
    display: inline-block;
    padding: 0.5em;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
}
.layerSwitcher.fullscreen{
	position: absolute;
	z-index: 100;
	bottom: 1em;
	left: 1em;
	color:black;
	height: auto;
	opacity: 0.8;
	padding: 0px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.disabledLabel{
	color:#ccc;
}


/*******************************
 *			  IMAGES		   *
 *******************************/
#results-list .item {
    margin-bottom: 20px;
}

.captionfx {
    position: relative;
    max-width: 200px;
    z-index: 101;
}

.draggable-icon {
    max-width: 50px;
}

.draggable-icon.multi-items span {
    transform: scale(1);
}

.draggable-icon span {
    background-color: #46b29d;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
    transform: scale(0);
    width: 18px;
}

.item .cfx-fullpane .cfx-caption {
    font-size: 0.9em;
    line-height: 1.3;
    overflow: hidden;
}
.captionfx.cfx-fade .cfx-caption, .captionfx.cfx-fade > figcaption {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
.captionfx .cfx-caption, .captionfx > figcaption {
    background: rgba(12, 81, 150, 0.75) none repeat scroll 0 0;
    color: #fff;
    text-align: center;
}
.captionfx .cfx-caption, .captionfx > figcaption {
    cursor: default;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
}

article.mod-article .carousel-control {
    background-color: #ebecec;
    opacity: 1;
}

article.mod-article .carousel-control.left {
    background-image: none;
}

article.mod-article .carousel-control.right {
    background-image: none;
}

.captionfx.cfx-fade:not(.ui-draggable-dragging) .cfx-caption:active, 
.captionfx.cfx-fade:not(.ui-draggable-dragging) .cfx-caption:focus, 
.captionfx.cfx-fade:not(.ui-draggable-dragging) .cfx-caption:hover, 
.captionfx.cfx-fade:not(.ui-draggable-dragging) > figcaption:active, 
.captionfx.cfx-fade:not(.ui-draggable-dragging) > figcaption:focus, 
.captionfx.cfx-fade:not(.ui-draggable-dragging) > figcaption:hover {
    opacity: 1;
}
.captionfx .cfx-caption > div, .captionfx > figcaption > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.l_i_media .cfx-fullpane .cfx-caption > div > div:first-child {
    max-height: 11.8em;
}
.item .cfx-fullpane .cfx-caption > div > div:first-child {
    overflow: hidden;
    padding: 0 1em;
}
.item .cfx-fullpane .cfx-caption > div .btn {
    margin-top: 10px;
    background-color: #093564;
    border: none;
}
.item .cfx-fullpane .cfx-caption > div .btn:hover {
    background-color: #feed01;
    color: black;
}

.item .cfx-fullpane .cfx-content.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 0;
}

.item .cfx-fullpane .cfx-content.thumbnail .video-thumbnail {
	position: absolute;
	right: 0;
	bottom: 0;
}

.cart-item .cfx-content .video-thumbnail {
	position: absolute;
	left: 0;
	bottom: 0;
}
