/* ELEMENT */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.5rem;
    background-color: #ffffff;
    position: relative;
}
@media (min-width: 767px) {
    body.dbootstrap {
        margin: 5rem 0 0;
    }
}
@media (max-width: 767px) {
    .affix {
        position: static;
    }
}

::-webkit-scrollbar { width: 8px; }

::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
}
/*@media (min-width:979px){
	body.dbootstrap{
	    padding-top: 60px;
	}
}*/
.btn-navbar > .fa {
    color: white;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Aller",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-style: normal;
}
h1 {
    font-family: "Aller",Helvetica,Arial,sans-serif;
    /*text-transform: uppercase;*/
    font-style: normal;
}
h4 a{
    font-family: "Aller",Helvetica,Arial,sans-serif;
}
dd, dt{
    margin-left: 10px;
}

tbody > tr:nth-child(odd) {
    background: #f5f5f5;
}
tbody > tr:nth-child(even) {
    background: #ffffff;
}
tbody > tr:hover {
    /*background: #fbf8e9;*/
}

th > a:hover{
    
}

/* CLASS */
.align-right {
    text-align: right !important;
    margin-right: 1em;
}

.align-left {
    text-align: left !important;
    margin-left: 1em;
}
.btn-group-right {
    text-align: right !important;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.hidden {
   display: none;
}

.visible {
   display: inline;
}

.disabled {
    opacity: 0.5;
}
.pagination ul>.disabled {
    opacity: 1;
}
.paginationControl {
    text-align:center;
}
.clearBoth {
    clear:both;
}
.required:before{
    color: var(--enabel-primary-red);
    content: '* ';
}
.form-actions{
    background: transparent;
    text-align: center;
}
ul.errors{
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: var(--enabel-primary-red);
}
ul.errors li{
    list-style: none;
}
.loginbox{
    margin-top: 10px;
}
.icon-link{
    background-image: url("../img/glyphicons/glyphicons-halflings-link.png");
}
.icon-navbar{
    background-image: url("../img/glyphicons/glyphicons-halflings-grey.png");
}
a:hover > .icon-navbar, a:active > .icon-navbar{
    background-image: url("../img/glyphicons/glyphicons-halflings-white.png");
}

.app-title{
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}
.app-subtitle{
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
}
.searchFormContainer{
    margin: 20px;
}
.searchFormCollapse{
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px;
}
div.row-fluid div.home {
    min-height:190px;
}
.block ul{
    list-style: circle;
    color: var(--enabel-secondary-blue);
}
.autocomplete ul{
    list-style: none;
}
.notAllowed:hover{
    cursor: not-allowed;
}
.revision{
    color: #aaa;
    padding-right: 20px;
}
.action,
.action-10{width: 10%;}
.action-15{width: 15%;}
.action-20{width: 20%;}
.action-25{width: 25%;}
.action-30{width: 30%;}
.action-35{width: 35%;}
.action-40{width: 40%;}
.action-45{width: 45%;}
.action-50{width: 50%;}
/* ELEMENT ID */
#app-title,
#app,
#title-stage,
#login-stage {
    font-family: "Aller",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: bolder;
    vertical-align:middle;
    color: #FFFFFF;
}

#active{
    font-weight: bold;
    font-style: italic;
}

#login-stage{
    position: absolute;
    top: 0;
    left: 0;
    color: var(--enabel-primary-red);
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    height: 15px;
}

#app-title {
    padding-left: 50px;
}
#title-stage {
    color: var(--enabel-primary-red);
}
#footer{
    margin-top: 10px;
    background-color: #F5F5F5;
    padding-top: 10px;
}
#footer > div > .love > .fa {
    color: var(--enabel-primary-red);
}
#map {
    text-align:center;
    min-height:400px;
}
#map  p {
    text-align: left;
}
.nodecoration,
.nodecoration > tbody,
.nodecoration > tbody > tr,
.nodecoration > tbody > tr > td
{
    background-color: #FFF;
    border: 0 none;
    width: 100%;
}

.icon-lang,
.dropdown-menu > li > a:hover > .icon-lang,
.dropdown-menu > li > a:focus > .icon-lang
{
    background-image: url("../img/lang.png");
    width: 22px;
    height: 16px;
}
.icon-lang-en{
    background-position: -0px -0px;
}
.icon-lang-es{
    background-position: -0px -16px;
}
.icon-lang-fr{
    background-position: -0px -32px;
}
.icon-lang-nl{
    background-position: -0px -48px;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    background-image: url("../img/top.png");
    background-position: 0px 0px;
    display: none;
    width: 79px;
    height: 90px;
}

.back-to-top:hover {
    background-position: 0px -100px;
}

[class*="span"] > label > input {
    margin-right: 5px;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    max-height: 100%;
    min-height: 300px;
    margin-bottom: 60px;
    height:auto;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    background: rgba(0, 0, 0, 0.45);
}

/* Declare heights because of positioning of img element */
.carousel .item {
    max-height: 100%;
    min-height: 300px;
}
.carousel-inner > .item > img {
    /*  position: absolute;*/
    top: 0;
    left: 0;
    min-width: 40%;
    max-width: 100%;
    max-height: 300px;
    width: auto;
    margin-right:auto;
    margin-left:auto;
    margin-top: auto;
    margin-bottom: auto;
    height:auto;

}

.prepend-icon{
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-size: 30px 30px;
}

.prepend-icon-en{
    background-image: url("../img/flag/GB.png");
}

.prepend-icon-es{
    background-image: url("../img/flag/ES.png");
}

.prepend-icon-fr{
    background-image: url("../img/flag/FR.png");
}

.prepend-icon-nl{
    background-image: url("../img/flag/NL.png");
}

.offset-icon{
    margin-left: 20px;
}
.small{
    font-size: small;
}
.small-italic{
    font-size: small;
    font-style: italic;
}
.btn-link-none{
    padding: 0px 0px;
}
#mapCanvas img {
    max-width: none;
}
.nav>.title>a{
    color: rgb(88,87,86);
}
.nav > .title > a:hover,
.nav > .title > a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
}

/** FIX for Bootstrap and Google Maps Info window styles problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
    max-width: none;
}

.map {
    height: 400px;
    margin-bottom: 10px;
}
.map-mini {
    height: 300px;
}
.flag {
    text-align: center !important;
    vertical-align: middle;
}
.media-description {
    margin: 20px;
}
.project-title {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
}

a:hover {
    color: var(--enabel-primary-yellow);
    text-decoration: none;
}

a:active {
    color: var(--enabel-secondary-green);
    text-decoration: none;
}
.fa-picture:before {
    content: "\f083";
}
.fa-video:before {
    content: "\f16a";
}
.text-normal{
    font-family:Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.detailedInfo{
    margin: 0px;
    padding: 0px;
}
.title-well{
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px
}
.well-updates{
    min-height: 20px;
    padding: 19px;
    padding-top: 3px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#fieldset-action_group{
    padding-left: 1%;
}

.inline-select2,
.inline-select2 ~ .inline-select2{
    width: 24%;
    margin-right: 0;
}
.inline-select2 {
    margin-left: 0;
}
.inline-select2 ~ .inline-select2{
    margin-left: 1%;
}

.form-inline{
    margin: 0;
}
.form-inline > .form-actions {
    margin: 0;
    margin-top: 5px;
    padding: 5px;
}
.form-inline-legend {
    text-align: center;
    color: #999999;
}
.current-view {
    text-align: center;
    color: #999999;
}
.label-title {
    font-weight: bold;
    font-size: 17px;
    padding-left: 15px !important;
}
.update_list {
    padding: 15px;
    margin-right: -15px;
    margin-left: -15px;
    /*border-bottom: 1px solid #e3e3e3;*/
}
.update_list:nth-of-type(2n+1) {
    /*background-color: #e3e3e3;*/
}
.update_list {
    /*background-color: #e3e3e3;*/
    border-top: 1px solid #e3e3e3;
}
.update_list:first-child {
    border-top: none;
}

.update-picture{
    max-height: 400px;
}
.update-title{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
}
.update-subtitle{
    margin-left: 15px;
}
.update-subtitle a{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 20px;
    color: var(--enabel-secondary-green);
}
.update-description{
    color: #666;
}
.update-details{
    font-size: small;
    padding-top: 15px;
}
.media-offset{
    padding: 15px;
}
.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video { padding-top: 0; }
}

/*.panel {*/
/*    margin-bottom: 20px;*/
/*    background-color: #ffffff;*/
/*    border: 1px solid transparent;*/
/*    border-radius: 4px;*/
/*    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
/*    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
/*}*/
/*.panel-body {*/
/*    padding: 15px;*/
/*}*/
/*.panel-body:before,*/
/*.panel-body:after {*/
/*    content: " ";*/
/*    !* 1 *!*/

/*    display: table;*/
/*    !* 2 *!*/

/*}*/
/*.panel-body:after {*/
/*    clear: both;*/
/*}*/
/*.panel > .list-group {*/
/*    margin-bottom: 0;*/
/*}*/
/*.panel > .list-group .list-group-item {*/
/*    border-width: 1px 0;*/
/*}*/
/*.panel > .list-group .list-group-item:first-child {*/
/*    border-top-right-radius: 0;*/
/*    border-top-left-radius: 0;*/
/*}*/
/*.panel > .list-group .list-group-item:last-child {*/
/*    border-bottom: 0;*/
/*}*/
/*.panel-heading + .list-group .list-group-item:first-child {*/
/*    border-top-width: 0;*/
/*}*/
/*.panel > .table {*/
/*    margin-bottom: 0;*/
/*}*/
/*.panel > .panel-body + .table {*/
/*    border-top: 1px solid #dddddd;*/
/*}*/
/*.panel-heading {*/
/*    padding: 10px 15px;*/
/*    border-bottom: 1px solid transparent;*/
/*    border-top-right-radius: 3px;*/
/*    border-top-left-radius: 3px;*/
/*}*/
/*.panel-title {*/
/*    margin-top: 0;*/
/*    margin-bottom: 0;*/
/*    font-size: 16px;*/
/*}*/
/*.panel-title > a {*/
/*    color: inherit;*/
/*}*/
/*.panel-footer {*/
/*    padding: 10px 15px;*/
/*    background-color: #f5f5f5;*/
/*    border-top: 1px solid #dddddd;*/
/*    border-bottom-right-radius: 3px;*/
/*    border-bottom-left-radius: 3px;*/
/*}*/
/*.panel-group .panel {*/
/*    margin-bottom: 0;*/
/*    border-radius: 4px;*/
/*    overflow: hidden;*/
/*}*/
/*.panel-group .panel + .panel {*/
/*    margin-top: 5px;*/
/*}*/
/*.panel-group .panel-heading {*/
/*    border-bottom: 0;*/
/*}*/
/*.panel-group .panel-heading + .panel-collapse .panel-body {*/
/*    border-top: 1px solid #dddddd;*/
/*}*/
/*.panel-group .panel-footer {*/
/*    border-top: 0;*/
/*}*/
/*.panel-group .panel-footer + .panel-collapse .panel-body {*/
/*    border-bottom: 1px solid #dddddd;*/
/*}*/
/*.panel-default {*/
/*    border-color: #dddddd;*/
/*}*/
/*.panel-default > .panel-heading {*/
/*    color: rgb(88,87,86);*/
/*    background-color: #f5f5f5;*/
/*    border-color: #dddddd;*/
/*}*/
/*.panel-default > .panel-heading + .panel-collapse .panel-body {*/
/*    border-top-color: #dddddd;*/
/*}*/
/*.panel-default > .panel-footer + .panel-collapse .panel-body {*/
/*    border-bottom-color: #dddddd;*/
/*}*/
/*.panel-primary {*/
/*    border-color: #428bca;*/
/*}*/
/*.panel-primary > .panel-heading {*/
/*    color: #ffffff;*/
/*    background-color: #428bca;*/
/*    border-color: #428bca;*/
/*}*/
/*.panel-primary > .panel-heading + .panel-collapse .panel-body {*/
/*    border-top-color: #428bca;*/
/*}*/
/*.panel-primary > .panel-footer + .panel-collapse .panel-body {*/
/*    border-bottom-color: #428bca;*/
/*}*/
/*.panel-success {*/
/*    border-color: #d6e9c6;*/
/*}*/
/*.panel-success > .panel-heading {*/
/*    color: var(--enabel-secondary-green);*/
/*    background-color: #dff0d8;*/
/*    border-color: #d6e9c6;*/
/*}*/
/*.panel-success > .panel-heading + .panel-collapse .panel-body {*/
/*    border-top-color: #d6e9c6;*/
/*}*/
/*.panel-success > .panel-footer + .panel-collapse .panel-body {*/
/*    border-bottom-color: #d6e9c6;*/
/*}*/
/*.panel-warning {*/
/*    border-color: #fbeed5;*/
/*}*/
/*.panel-warning > .panel-heading {*/
/*    color: var(--enabel-secondary-yellow);*/
/*    background-color: #fcf8e3;*/
/*    border-color: #fbeed5;*/
/*}*/
/*.panel-warning > .panel-heading + .panel-collapse .panel-body {*/
/*    border-top-color: #fbeed5;*/
/*}*/
/*.panel-warning > .panel-footer + .panel-collapse .panel-body {*/
/*    border-bottom-color: #fbeed5;*/
/*}*/
/*.panel-danger {*/
/*    border-color: #eed3d7;*/
/*}*/
/*.panel-danger > .panel-heading {*/
/*    color: var(--enabel-primary-red);*/
/*    background-color: #f2dede;*/
/*    border-color: #eed3d7;*/
/*}*/
/*.panel-danger > .panel-heading + .panel-collapse .panel-body {*/
/*    border-top-color: #eed3d7;*/
/*}*/
/*.panel-danger > .panel-footer + .panel-collapse .panel-body {*/
/*    border-bottom-color: #eed3d7;*/
/*}*/
/*.panel-info {*/
/*    border-color: #bce8f1;*/
/*}*/
/*.panel-info > .panel-heading {*/
/*    color: var(--enabel-secondary-blue);*/
/*    background-color: #d9edf7;*/
/*    border-color: #bce8f1;*/
/*}*/
/*.panel-info > .panel-heading + .panel-collapse .panel-body {*/
/*    border-top-color: #bce8f1;*/
/*}*/
/*.panel-info > .panel-footer + .panel-collapse .panel-body {*/
/*    border-bottom-color: #bce8f1;*/
/*}*/

/*.panel-heading > h3 {line-height:20px;}*/

.success i,
.publish i {
    color: var(--enabel-secondary-green);
}
.error i,
.unpublish i{
    color: var(--enabel-primary-red);
}
.info i,
.hold i {
    color: var(--enabel-secondary-blue);
}
.warning i,
.missing i {
    color: var(--enabel-secondary-yellow);
}

.hero-unit {
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.navbar-big,
.navbar-big .navbar-inner,
.navbar-big .nav li{
    min-height: 2.5rem;
    line-height: 2.5rem;
}

.navbar-big .nav li a{
    line-height: inherit;
}

#input-global-search {
    border: none !important;
    box-shadow: none;
}
#btn-global-search {
    color: #999999;
    border: none !important;
    background: transparent !important;
    box-shadow: none;
}

/* Start landing page */
.landing {
    /* Positioning and sizing */
    width: 100vw;
    height: 100vh;

    /* Margins */
    margin: 0;
}

.landing-container {
    display: flex;
    position: absolute;
    width: 100vw;
    height: 40vh;
    margin: 0;
    margin-top: -40vh !important;
    top: 100%;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(88, 87, 86, 0.7);
}

.landing-content {
    margin: 1rem 2rem 1rem;
}

.landing-content h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2rem;
    color: #ffffff;
}

.landing-content .btn-container {
    padding-top: 1.5rem;
    padding-bottom: 0;
    margin: 0;
    text-align: center;
}

.landing-content .btn-container .btn {
    margin: 0.5rem;
}

@media (min-width: 768px) and (max-width: 979px) {
    .landing {
        margin: 0;
        padding: 0;
    }

}
/**
 * Responsive landing page text container full screen instead of bottom
 */
@media (max-width: 768px) {
    .landing {
        /* Positioning and sizing */
        width: auto !important;
        height: auto !important;

        /* Margins */
        margin: 0;
        padding: 0;
    }
    .landing .navbar-inner{
        padding: 0 2rem !important;
    }
    .landing-container {
        margin: 0;
        padding: 0;
        min-height: calc(100vh - 65px);
        margin-top: -0px !important;
    }
    .landing-content .btn-container {
        padding-top: 0.5rem;
    }
}
/* End landing page */