html,
body {
    height: 100%;
}
.pointer {
    cursor: pointer;
}
.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', serif;
    font-style:   normal;
    font-weight:  normal;
    line-height:  1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

a.asc.sort-integer:after,
a.asc.sort-double:after,
a.asc.sort-float:after,
.sort-numerical a.asc:after {
    content: "\e153";
}

a.asc.sort-integer:after,
a.asc.sort-double:after,
a.asc.sort-float:after,
.sort-numerical a.desc:after {
    content: "\e154";
}

a.asc.sort-boolean:after,
.sort-ordinal a.asc:after {
    content: "\e155";
}

a.asc.sort-boolean:after,
.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.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;
}

@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;
}

.kv-panel-body {
    padding: 10px;
}

.kv-panel-before {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

td > .form-group {
    margin-bottom: 0;
}
.d-none {
    display: none !important;
}

.help-block {
    color: #a94442;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt34 {
    margin-top: 34px;
}
.mt50 {
    margin-top: 50px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml50 {
    margin-left: 50px;
}
.pointer {
    cursor: pointer;
}
.z-1 {
    z-index: -1;
}
.hidden {
    display: none !important;
}
.gray {
    color: #808080;
}
.green {
    color: #07a812 !important;
}
.red {
    color: red !important;
}
.bt1 {
    border-top: 1px solid gray;
}
.w20 {
    width: 20px !important;
}
.w40 {
    width: 40px !important;
}
.w100 {
    width: 100px !important;
}
.w120 {
    width: 120px !important;
}
.w150 {
    width: 150px !important;
}
.w240 {
    width: 240px !important;
    max-width: 240px !important;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

/*@media (min-width: 576px) {*/
#modal-day .modal-dialog {
    max-width: 500px !important;
    width: 500px;
}
/*}*/
/*.ml5 {*/
/*    margin-left: 5px;*/
/*}*/

.input-group-addon {
    padding: 8px 12px 6px 12px;
    width: auto;
    font-size: 1.3rem;
    top: 3px;
}

.input-group-addon .glyphicon.glyphicon-time {
    right: 8px;
}

.schedule .form-group1 {
    margin-top: 36px;
    margin-left: 10px;
}

.schedule > div {
    /*padding-left: 0;*/
}
.schedule.m table {
    margin-top: 25px;
}

/* */
.btn.btn-default.btn-flat {
    /*margin-top: 5px;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}
.navbar.navbar-static-top {
    padding-top: 6px;
    padding-bottom: 6px;
}
.main-header .sidebar-toggle {
    padding-top: 0;
    padding-bottom: 0;
}

.header-brand {
    margin-top: 10px;
}
.navbar-nav {
    /*margin: 0 !important;*/
    /*padding-left: 30px;*/
}
.modal-backdrop {
    z-index: 1040 !important;
}
.modal-dialog {
    z-index: 1050 !important;
}

.form-control {
    color: #000 !important;
}

.row.quest-schedule-day {
    margin-bottom: 5px;
}
.quest-booking-item {
    display: inline-flex;
}

.panel-heading {
    padding-left: 20px;
}

.modal-header::before,
.modal-header::after {
    display: flex;
    content: none;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.modal-header h4.modal-title {
    font-size: 16px;
}
.modal-header button {
    font-size: 20px;
}

tbody tr td.kv-align-middle {
    vertical-align: top !important;
}
