html,
body {
    height: 100%;
}

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

.wrap > .container {
    padding: 70px 15px 20px;
}

.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 {
    background-color: #10457e!important;
}

.navbar a {
    color: white!important;
}

.footer {
    background-color: #11467e
}

.passenger {
    font-size: 10px!important;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 5px 10px 18px #888888;
    border: none;
    margin-bottom: 20px;
    background-color: #ffffff;
    position: relative;
    padding-top: 30px;    
}

.passenger label {
    font-size: 10px!important;
    font-weight: normal;
}

.move {
    float: right;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("/img/move.svg");
    margin-right: 10px;
    background-size: cover;
    margin: 3px;
    cursor: pointer;
    background-repeat: no-repeat;
}



.delete {
    float: left;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("/img/delete.png");
    margin-left: 10px;
    background-size: 90%;
    margin: 3px;
    cursor: pointer;    
    background-repeat: no-repeat;
}

.error {
    color: white;
    background-color: red;
    padding: 5px;
    font-size: 11px;
    display: none;
    float: right;
}

.closed {
    height: 100px!important;
    overflow: hidden!important;

}

.opened .open {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

.opened {
    height: auto;
    overflow: auto;


}


.open {
    float: right;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("/img/open.png");
    margin-right: 10px;
    background-size: 70%;
    margin: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;       

}

.passenger .heaader {
    width: 100%;
    display: block;
    float: left;
    background-color: rgba(7,44,82,.79);
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.check {
    width: 200px;
    display: inline-flex;
}

.check input[type="checkbox"] {
    margin-top: 2px;    
    margin-right: 5px;

}

@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;
}


.btn-success {
    color: #fff;
    background-color: #10457e;
    border-color: #10457e;
}

.pull-left {
    color: rgba(255,255,255,.3);
}