html,
body {
    height: 100%;
    background-color: #222;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 108px 15px 20px;
    background-color: white;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.navbar-nav {
    background-color: #AB413D;

}

.navbar-nav a, .navbar-nav .btn-link, .navbar-brand{
    color: white !important;
}

.navbar-nav .dropdown-menu a {
    color: #000 !important;
}

.navbar-nav a:hover{
    background-color: #FC0000 !important;
    color: white !important;
}

.navbar-nav .active > a{
    background-color: #FC0000 !important;
    font-weight: 600;
}



@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

#imageCarousel .carousel-caption{
    padding-bottom: 0;
    bottom: 15px;
}

#imageCarousel .carousel-caption p{
    margin-bottom: 0;
}

#imageCarousel .carousel-indicators{
    bottom:-13px;
}

.clickableImage{
    cursor: pointer;
}

@media(max-width:499px) {
    #imageCarousel {
        width:330px;
    }

    .modal-dialog.imageLayer {
        width: 330px;
    }
}

@media(min-width: 500px) and (max-width: 999px) {
    #imageCarousel {
        width:500px;
    }

    .modal-dialog.imageLayer {
        width: 500px;
    }
}

@media(min-width:1000px) {
    #imageCarousel {
        width:1000px;
    }

    .modal-dialog.imageLayer {
        width: 1025px;
    }

    .imageCaption{
        background-color: #1895c8;
        padding: 0 .3rem;
    }
}

.flag-background {
    background-color: #f2f2f2;
    padding: 5px;
}

.flag-separator {
    padding: 0 5px;
}

@media print {
    .noPrint{
        display: none;
    }
}

/* Sticky Table-Header*/
.table thead th {
    position: sticky;
    top:0;
    background-color: #fff;
    border-bottom: 1px solid #aaa;
}



 /* Button calendar*/
.calendar-button{
     width: 60px;
 }

.calendar-button-container{
    display: inline-block;
    width: 70px;
    padding: 5px;
}

/* Schriftfarbe im Popover des aktuellen Tages */
.calendar-button-container .btn-info .popover, .calendar-button-container .popover {
    color: black;
}

.socialIcon {
    margin-right: 30px;
    height: 50px;
    width: 50px;
    display: inline-block;
}

.socialIcon.youtube{
    width: 71px;
}

.socialIcon.small {
    margin-bottom: 10px;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.socialIcon.youtube.small{
    width: 28px;
}

.collageImage {
    height:209px;
    width:150px;
    display:inline-block;
    vertical-align: middle;
}

.collageImageText {
    height:209px;
    width:150px;
    display:inline-block;
    vertical-align: middle;
    padding-top: 5rem;
}

.functionMenu{
    display: flex;
}

#selectOrganizationsContainer{
    width: 50%;
    margin: 0 0 0 auto;
}

.activeShip{
    background-color: #dff0d8 !important;
}

.inActiveShip{
    background-color: #f2dede !important;
}