.mkdf-container-inner{
     width: 1500px!important;
 }

.qodef-container-inner {
    width: 1500px!important;
}
.container{
    max-width: 1500px!important;
}

.menu-item{
    font-size: 20px;
    list-style-type: none;
}

#main-div-project{
    margin-bottom: 20px;
}

#main-div-project h5{
    color: #2e5c94;
}

.project-facts-entry{
     padding: 5px;
 }

.organisation-facts-entry{
    padding: 5px;
}

.further-project-entry{
    width: 30%;
    height: auto;
    display: inline;
    margin: 5px;
}

#sub-header-div{
    padding: 15px;
}

#project-contact-table{
    width: 100%;
    border: none;
}

#project-contact-table td{
    width: 50%;
    border: none;
}

.related-project-div{
    padding: 10px;
    /*background-color: #fafafa;*/
    border: 2px solid #fafafa;
    margin-bottom: 10px;
}

.related-project-div:hover p{
    color: #444;
}


.related-project-div-grid{
     padding: 10px;
     /*background-color: #fafafa;*/
     border: 2px solid #fafafa;
     margin-bottom: 20px;
     min-height: 160px !important;
}

.related-project-div-grid:hover p{
    color: #444;
}


.related-showcase-div{
    padding: 10px;
    /*background-color: #fafafa;*/
    border: 2px solid #fafafa;
    margin-bottom: 10px;
}

.related-showcase-div:hover p{
    color: #444;
}


.description-div{
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fafafa;
    min-height: 250px;
}

.image-placeholder-organisation-logo{
   margin-bottom: 30px;
    border: 2px solid #fafafa;
}

.card-showcase{
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-showcase:hover{
    color: black;
}

.com-web-filter{
    background-color: rgba(62, 130, 255, 0.1);
}

.com-web-filter-line{
    border-top: 1px solid rgba(29, 59, 97, 0.51) !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.filter-line {
    height: 1px;
    background-color: lightgrey;
    max-width: 100%;
}

.section-line {
    height: 2px;
    background-color: #e8e8e9;
    max-width: 100%;
    margin: 0px 0px 10px;
}

.filter-content h6{
    color: #1d3b61!important;
}


.main-menu ul{
    background-color: #343a40;
}

.main-menu ul li a{
  color: white;
}

.main-menu ul li :hover{
    background-color:  black !important;
    color: white;
}

.main-menu ul li.active{
    background-color:  black!important;
    color: white;
}

.btn-filter-view{
    background-color: white !important;
    color: black !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 5px;
}

.btn-filter-view:hover{
    background-color: rgba(62, 130, 255, 0.1) !important;
    color: black !important;
}

#btn-sort{
    background-color: white !important;
    color: black !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-left: 10px;
    min-height: 38px;
}

#btn-sort:hover{
    background-color: rgba(62, 130, 255, 0.1) !important;
    color: black !important;
}

#btn-sort:focus{
    background-color: rgba(62, 130, 255, 0.1) !important;
    color: black !important;
}

#btn-sort:active{
    background-color: rgba(62, 130, 255, 0.1) !important;
    color: black !important;
}

.btn-view{
    margin-left: 10px;
}

.btn-view label{
    background-color: white !important;
    color: black !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.btn-view label:hover{
    background-color: rgba(62, 130, 255, 0.1) !important;
    color: black !important;
}

.projects_view.active{
    background-color: rgba(62, 130, 255, 0.1) !important;
    color: black !important;
}

.showcases_view.active{
    background-color: rgba(62, 130, 255, 0.1) !important;
    color: black !important;
}

.partner-grid-entry{
    width: fit-content;
    height: fit-content;
    border: 2px solid white;
    padding: 10px;
    margin: 10px;
}

.partner-grid-entry:hover{
    background-color: #f5f5f5;
}

.card-industry{
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-industry:hover{
    color: black;
}

.card-area{
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-area:hover{
    color: black;
}

.card-topic{
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-topic:hover{
    color: black;
}

.card-solution{
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-solution:hover{
    color: black;
}

.card-competence{
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-competence:hover{
    color: black;
}

.card-department{
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-department:hover{
    color: black;
}

#filter-result-div{
    padding: 5px;
    min-height: 50px;
}

#sort-view-div{
    padding: 5px;
    min-height: 50px;
}

.filter-tags-div label{
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(62, 130, 255, 0.1);
    margin-right: 5px;
}

.language-switch button{
    background-color: #343a40!important;
}

.language-switch button:hover{
    background-color: black!important;
    color:white!important;
}

.language-switch button.active{
    background-color: black!important;
    color:white!important;
}

.language-switch button:focus{
    background-color: black!important;
    color:white!important;
}

.grid-thumbnail-placeholder{
    background-color: #e6e6e6;
    width: 100%;
    height: 150px;
}

.list-thumbnail-placeholder{
    background-color: #e6e6e6;
    width: 100%;
    height: 180px;
}

.card-project{
    position: relative;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-project:hover{
    color: #444;
}

.flag-icon{
    width: 20px;
    height: auto;
    padding-bottom: 3px;
}

.link-box{
    height: 200px;
    width: 200px;
    margin: 10px;
    color: white;
    text-align: center;
}

.link-box h4{
    color: white;
    padding: 10px;
    padding-top: 30px;
}

.link-box i{
    font-size: 80px;
}

.link-box-projects{
    background: #2e5c94;
}

.link-box-programmes{
    background: mediumpurple;
}

.link-box-organisations{
    background: mediumturquoise;
}

#nav-project-overview{
    margin-bottom: 50px;
}

#nav-project-overview ul{
    float: right;
}

#nav-project-overview ul li{
    width: 150px;
    text-align: center;
    background-color: #ffffff;
    border: 3px solid #e2e2e2;
    margin-left: 2px;
    margin-top: 2px;
}

#nav-project-overview ul li a:hover{
    color: black;
}

#nav-item-toggle{
    width: auto!important;
    display: none;
}

#title-project-overview{
    position: absolute;
    bottom: 55px;
    left: 375px;
    color: white;
    font-size: 45px;
}

#sub-title-project-overview{
    position: absolute;
    bottom: 20px;
    left: 375px;
    color: white;
    font-size: 20px;
}

#image-placeholder-project-logo{
    position: absolute;
    background-color: #e2e2e2;
    border: 5px solid #1d3b61;
    bottom: -30px;
    left: 70px;
}

#image-placeholder-project-logo-micro{
    height: 56px;
    width: 100px;
    position: absolute;
    background-color: #e2e2e2;
    bottom: 0px;
    right: 15px;
}

#image-placeholder-project-logo-medium{
    height: 112px;
    width: 200px;
    background-color: #e2e2e2;
    float: right;
    margin: 10px;
    margin-right: 0px;
}

#image-placeholder-project-header{
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 300px;
    background-color: rgba(226, 226, 226, 0.86);
}

#main-div-project{
    min-height: auto;
}

#header-div-project{
    padding: 15px;
}

.content-div-project{
    width: 100%;
    padding: 20px;
    margin-top: 25px;
    border: 1px solid #e2e2e2;
}

.content-div-sub{
    width: 100%;
    margin-top: 25px;
}

.contact-form{
    background-color: rgba(96, 74, 123, 0.86);
    color: white;
}

.contact-form h4{
    color: white;
}

.project-coordinator-div{
    padding: 10px;
    border-right: 3px solid black;
    background-color: #fafafa;
    margin-bottom: 20px;
}

.project-partner-div{
    padding: 10px;
    border-right: 3px solid black;
    background-color: #fafafa;
    margin-bottom: 10px;
}

.project-icon-done{
    font-size: 25px!important;
    color:limegreen;
}

.project-icon-progress{
    font-size: 25px!important;
    color: orange;
}

.project-icon-cancelled{
    font-size: 25px!important;
    color: red;
}

.project-icon-not-started{
    font-size: 25px!important;
    color: silver;
}

.project-icon-done-small{
    font-size: 15px!important;
    color:limegreen;
}

.project-icon-progress-small{
    font-size: 15px!important;
    color: orange;
}

.project-icon-cancelled-small{
    font-size: 15px!important;
    color: red;
}

.project-icon-not-started-small{
    font-size: 15px!important;
    color: silver;
}

.project-icon-contact{
    font-size: 25px!important;
}

.project-icon-fb{
    font-size: 25px!important;
    color: darkblue;
    margin-right: 5px;
    margin-top: 5px;
}

.project-icon-twitter{
    font-size: 25px!important;
    color: deepskyblue;
    margin-right: 5px;
    margin-top: 5px;
}

.project-icon-insta{
    font-size: 25px!important;
    color: orangered;
    margin-right: 5px;
    margin-top: 5px;
}

.project-data-table{
    table-layout: fixed;
    border: none!important;
    width: 100%;
    margin-bottom: 0px!important;
}

.project-data-table td{
    width: 50%;
    border: none!important;
}

.contact-information-table{
    border: none!important;
    margin-bottom: 0px!important;
}

.contact-information-table td{
    border: none!important;
}

.contact-input{
    margin-top: 10px;
}

.grid-card-project{
    margin-right: 10px;
    border: 1px solid #e2e2e2;
}

.project-status-grid{
    position: absolute;
    top: 0px;
    right: 10px;
    width: 40px;
    height: 50px;
    background-color: #ffffff;
    border: 2px solid #e2e2e2;
    border-top: none;
    text-align: center;
}

.project-status-grid label{
    margin-top:10px;
    width: 100%;
}

#project-duration-bar{
    background-color: #e2e2e2;
    width: 100%;
    height: 10px;
}

#project-progress-bar{
    background-color: rgba(96, 74, 123, 0.86);
    height: 10px;
}

#project-costs-bar{
    background-color: #e2e2e2;
    width: 100%;
    height: 30px;
}

#project-contribution-bar{
    background-color: darkblue;
    height: 30px;
}

#project-contribution-label{
    font-size: 20px;
}

.project-consortium-table{
    border: none!important;
    margin-bottom: 0px!important;
}

.project-consortium-table tr{
    border: none!important;
}

.project-consortium-table td{
    border: none!important;
    text-align: left;
}

#contact-form-submit{
    background-color: #2e5c94;
    color: #ffffff;
}

.project-news-div{
    background-color: #fafafa;
    padding: 10px;
    margin-top: 5px;
}

.project-news-div:hover{
    background-color: rgba(62, 130, 255, 0.1);
    color: #444;
    padding: 10px;
    margin-top: 5px;
}

.project-topic-container{
    width: 100%;
    min-height: 60px;
}

.project-topic-view{
    padding-left: 0px;
}

.project-topic-view li{
    background-color: rgba(62, 130, 255, 0.1);
    width: fit-content;
    padding: 5px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    display: inline;
}

.btn-light{
    color: grey!important;
}

.btn-light.disabled{
    background-color: white !important;
}

.btn-light.disabled:hover{
    background-color: white !important;
    cursor: auto;
}

.publication-panel{
    min-height: 130px;
}

.publication-panel i{
    font-size: 13px;
    color: #dddddd;
}

.publication-panel button{
    float: right;
}

.publication-panel h6{
    margin-top: 0px;
}

.backend-table thead tr{
    color: white;
}

.backend-table thead tr th{
    padding: 5px;
}

.backend-table tr{
    background-color: white;
}

.project-backend-partner-view li{
    background-color: #e2e2e2;
    width: fit-content;
    padding: 5px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    cursor: not-allowed;
    display: inline;
}

.project-backend-article-view li{
    background-color: #e2e2e2;
    width: 80%;
    padding: 5px;
    margin-top: 10px;
    cursor: not-allowed;
}

.project-backend-project-view li{
    background-color: #e2e2e2;
    width: 80%;
    padding: 5px;
    margin-top: 10px;
    cursor: not-allowed;
}

.project-backend-topic-view li{
    background-color: #e2e2e2;
    width: fit-content;
    padding: 5px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    cursor: not-allowed;
    display: inline;
}

.publication-backend-author-view li{
    background-color: #e2e2e2;
    width: fit-content;
    padding: 5px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    cursor: not-allowed;
    display: inline;
}

.flag-icon{
    width: 28px;
    height: 21px;
}

.further-image-div{
    padding: 20px;
    position: relative;
    margin-top: 10px;
}

.further-image-div:hover .image-overlay{
    opacity: 0.75;
}

.image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: black;
}

.image-overlay-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.partner-grid-image-div{
    padding: 10px;
    position: relative;
    margin: 10px;
}

.partner-grid-image-div:hover .image-overlay{
    opacity: 0.85;
}

.publication-icon{
    margin-right: 10px;
    color: lightgrey;
}



.modal-body{
    padding: 20px;
}

.modal-body textarea{
    width: 100%;
}

.popover{
    opacity: inherit!important;
    padding: 50px;
    width: 100%;
}

.popover-content textarea{
    width: 100%;
    display: block;
}


#filter-results-clear{
    padding: 5px;
    margin-right: 10px;
    cursor: pointer;
    min-height: 38px;
}

#filter-result-number{
    padding: 5px;
    color: black;
    background-color: white!important;
    margin-right: 5px;
}

#filter-result-number h6{
    margin-top: 0px;
    font-size: 20px;
}

#filter-result-number h5{
    margin-top: 0px;
}

#filter-collapse .card{
    margin-bottom: 25px;
}

#filter-collapse h6{
    margin-top: 5px;
    margin-bottom: 5px;
}

#filter-collapse .card-header{
    cursor: pointer;
}

.filter-count-info{
    float: right;
}

#search-label{
    background-color: rgba(62, 130, 255, 0.39) !important;
}

.search-container{
    margin-left: 10px;
    margin-bottom: 20px;
}

.search-container form input{
}

.search-buttons button {
    height: 100%;
}

.filter-tags-div{
    margin-bottom: 20px;
}

#pager-bottom{
    margin-top: 10px;
}

#pager-bottom a{
    background-color: #2e5c94;
    color: white;
    padding: 5px;
}

#pager-bottom span{
    padding: 4px;
    border: 1px solid #2e5c94;
}

.filter-bar-div button{
    font-size: 15px;
}

.filter-bar-div ul{
    font-size: 15px;
}

.grid-container{
    margin-left: 5px!important;
}

.thumbnail-container:hover{
    box-shadow: 0 0 2px 1px rgba(0, 35, 90, 0.5);
}

.gallery-full-image{
    width: 100%;
}

.thumbnail-container{
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;

    width: 100%;
    overflow: hidden;
    border: 1px solid lightgrey;
}

/* When you mouse over the container, fade in the overlay icon*/
.thumbnail-container:hover .overlay {
    opacity: 0.7;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: black;
    pointer-events: none;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.overlay-icon {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

/* When you move the mouse over the icon, change color */
.overlay-icon:hover {
    color: #eee;
}

.project-gallery{

}

/*----------------dropdown for sort------------------------*/

.dropdown-menu{
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: rgba(62, 130, 255, 0.1);
    color: black;
}

.show {display:block;}

/*-----------------------------------------------------*/




/*----RANGE SLIDER CUSTOMIZATION------*/

.irs-from{
    background-color: #00235a!important;
}

.irs-to{
    background-color: #00235a!important;
}

.irs-bar{
    background-color: #00235a!important;
}

/*--------------------------------------*/






/*----IMAGE GALLERY------*/

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 40px;
}

.modal-open{
    overflow: hidden;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    overflow:hidden;
    z-index: 101;
}

.modal-body{
    overflow-y:scroll;
}

.modal-footer h5{
    float:left!important;
}

/*Override default value to hide footer behind lightbo*/
footer {
    z-index: 1!important;
}

.carousel-caption {
    margin: 0 auto;
    right: 0%!important;
    left: 0%!important;
    bottom: 0%!important;
    background-color: rgba(255, 255, 255, 0.71);
    width: 100%;
    padding: 0px!important;
}

.carousel-caption h5,
.carousel-caption p{
    color: black!important;
}

/* The Close Button */
.close {
    position: absolute;
    top: 10px;
    right: 25px;
    font-weight: bold;
    cursor: pointer;
    z-index: 150;
}

.close i{
    color: white;
    font-size: 40px;
}

.close:hover,
.close:focus {
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
}


/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carousel-control-prev i,
.carousel-control-next i {
    padding: 20px;
    font-size: 60px;
    color: white;
    cursor: pointer;
    border-radius: 20%;
    background-color: grey;
}

.carousel-control-prev,
.carousel-control-next {
    cursor: default;
}

/*--------------------------------------*/
