h4 {
    text-align: center;
}
.theme-color {
    margin-bottom: 40px;
}
.modal-body {
    padding: 0;
}
[data-tooltip] {
    position: relative;
    z-index: 3;
    cursor: pointer;
}
[data-tooltip]:after,
[data-tooltip]:before {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    pointer-events: none;
}
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000 !important;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    opacity: 1 !important;
    white-space: pre-wrap;
}
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all 0.5s;
}
.btn-danger.btn-outline {
    color: #ed5565;
}
.btn-danger.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-warning.btn-outline:hover {
    color: #fff;
}
.btn-white {
    color: inherit;
    background: #fff;
    border: 1px solid var(--color-border);
}
.btn-white,
.btn-xs {
    border-radius: 3px;
}
.ibox {
    margin-top: 0;
}
.badge-danger,.badge-warning,.label-danger,.label-warning {background-color: #ed5565;color: #fff;border-radius:3px}
.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.btn-warning[disabled] {
    background-color: #ef6776;
    border-color: #ef6776;
}
.badge {
    border-radius: 10px !important;
    font-family: "Open Sans" !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    padding: 3px 7px !important;
    line-height: 1.2 !important;
    font-size: 9px !important;
    color: #fff;
}
.badge-default {
    background-color: #e25600;
}
.btn-danger.active[disabled],
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #ef6776;
    border-color: #ef6776;
}
.btn-request:disabled,
.btn-request:enabled {
    border-radius: 3px;
    font-weight:400;
}

.btn-request:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}
.btn-request:enabled {
    cursor: pointer;
}
.cell {
    font-size: 11px;
    display: block;
}
.cell_title {
    font-size: 17px;
    font-weight: bolder;
}
.cell_subtitle {
    font-size: 10px;
    opacity: 0.7;
    font-weight: 700;
}
.tbl-available td {
    text-align: left;
    position: relative;
}
.btn,
.btn-circle {
    text-align: center;
}
.text-danger {
    color: #ed5565;
    font-size: 10px !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.btn-white.active,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white:focus,
.btn-white:hover,
.open .dropdown-toggle.btn-white {
    color: #000;
    border: 1px solid #000
}
.btn-white.active[disabled],
.btn-white.disabled,
.btn-white.disabled.active,
.btn-white.disabled:active,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white[disabled],
.btn-white[disabled]:active,
.btn-white[disabled]:focus,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white.active,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:hover {
    color: #cacaca;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
.btn-white.active,
.btn-white.disabled,
.btn-white:active,
.btn-white:disabled,
.btn-white:focus,
.btn-white:hover {
    background-color: transparent !important;
}
.btn-circle {width: 30px;height: 30px;padding: 6px 0 !important;border-radius: 15px !important;font-size: 12px;line-height: 1.1428571429 !important;border: 1px solid #ed5565 !important;}
.btn-circle:hover{background-color:#ed5565;cursor:pointer!important;}
.btn-cancel {display: none;margin-top: 10px;}
.btn-cancel:hover {border: 1px solid #000;}
.btn-cabin {float: left;margin-left: 5px;}
.div-cabin {float: left;position: relative;background-color:var(--ast-global-color-5);}
.responsive-table {border: 1px solid #e5e8ed;border-radius: 5px;-webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);}
select {width: 150px;}
.modal-header {background-color: #002f5d;color: #fff;font-size: 13px;}
#yacht {color: #fff;}
.error {z-index: 1;background-color: #bc1010;padding: 6px 12px;display: block;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;color: #fff;margin-top: 8px;position: absolute}
.error:before {content: '';border-top: 8px solid transparent;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #bc1010;position: absolute;top: -16px}
.failureMessage,.incompleteMessage,.sendingMessage,.successMessage {display: none;margin: auto;width: 30em;height: 6em;padding: 1.5em;position: fixed;top: 0;bottom: 0;left: 0;right: 0;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;z-index: 1003}
.sendingMessage,.successMessage {background: #5cb85c}
.failureMessage,.incompleteMessage {background: #bc1010}
.failureMessage p,.incompleteMessage p,.sendingMessage p,.successMessage p {text-align: center;margin: 0;padding: 0;color: #fff}

@media screen and (max-width: 979px) {
    .responsive-table {width: 100%;margin-bottom: 15px;overflow-y: scroll;margin-right: -16px;min-height: 100px;max-height: 500px;}
}
