﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /*line-height: 60px;*/ /* Vertically center the text there */
}

    .footer .footer-left {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .footer .footer-right {
        padding-top: 8px;
        padding-bottom: 8px;
    }

/* Table columns show/hide start here */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.options {
    margin-bottom: 8px;
}

/* Style checkboxes as Toggle Buttons */
.ck-button {
    margin: 2px;
    background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #aaa;
    overflow: auto;
    float: left;
    color: #aaa;
}

    .ck-button input {
        display: none;
    }

    .ck-button:hover {
        background-color: #ddd;
    }

    .ck-button label {
        float: left;
        width: auto;
        margin-bottom: 0;
    }

        .ck-button label span {
            text-align: center;
            padding: 3px 8px;
            display: block;
        }

        .ck-button label input {
            position: absolute;
            top: -20px;
        }

    .ck-button input:checked + span {
        color: #111;
    }
/* Table columns show/hide end here */

.booking-custom-form input[type="text"], input[type="date"], input[type="number"], textarea {
    width: 100% !important;
}

.booking-custom-form .entry-form, .calculation-form {
    padding-top: 10px;
    border: 1px solid #000000;
}

.booking-custom-form input[readonly="readonly"] {
    background-color: #EFEFEF;
    border: 1px solid #DEDEDE;
}

.booking-custom-form .calculation-form .total-amount {
    padding-bottom: 12px;
    border-bottom: 1px dashed #000;
}

.booking-filters input, select, label {
    width: 100%;
    margin: 5px 0 0 0;
}

.booking-filters {
    padding-bottom: 12px;
    border-bottom: 1px dashed #000;
    vertical-align: central;
}

    .booking-filters #filterApply {
        width: 150px;
    }

#DT_load {
    font-size: 12px;
}

    #DT_load .btn {
        margin-bottom: 4px;
    }

.login-container {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/login-bg.png) no-repeat #f5f6f6 50% 80%;
    width: 100%;
    height: 45vw;
}

.login-form {
    margin-top: 10%;
    font-weight: bold;
    text-align: left;
}

.nav-link-text-dark {
    font-weight: bold !important;
}

.switch-view {
    text-decoration: underline;
    font-weight: bold;
}

/*****************************Loading******************************/
.fullscreen-spinner {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    background: rgba(34, 84, 112, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cssload-fond {
    position: relative;
    margin: auto;
}

.cssload-container-general {
    animation: cssload-animball_two 1.15s infinite;
    -o-animation: cssload-animball_two 1.15s infinite;
    -ms-animation: cssload-animball_two 1.15s infinite;
    -webkit-animation: cssload-animball_two 1.15s infinite;
    -moz-animation: cssload-animball_two 1.15s infinite;
    width: 43px;
    height: 43px;
}

.cssload-internal {
    width: 43px;
    height: 43px;
    position: absolute;
}

.cssload-ballcolor {
    width: 19px;
    height: 19px;
    border-radius: 50%;
}

.cssload-ball_1, .cssload-ball_2, .cssload-ball_3, .cssload-ball_4 {
    position: absolute;
    animation: cssload-animball_one 1.15s infinite ease;
    -o-animation: cssload-animball_one 1.15s infinite ease;
    -ms-animation: cssload-animball_one 1.15s infinite ease;
    -webkit-animation: cssload-animball_one 1.15s infinite ease;
    -moz-animation: cssload-animball_one 1.15s infinite ease;
}

.cssload-ball_1 {
    background-color: rgb(203,32,37);
    top: 0;
    left: 0;
}

.cssload-ball_2 {
    background-color: rgb(248,179,52);
    top: 0;
    left: 23px;
}

.cssload-ball_3 {
    background-color: rgb(0,160,150);
    top: 23px;
    left: 0;
}

.cssload-ball_4 {
    background-color: rgb(151,191,13);
    top: 23px;
    left: 23px;
}

@keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-o-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-ms-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-webkit-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-moz-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@keyframes cssload-animball_two {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(360deg) scale(1.3);
    }

    100% {
        transform: rotate(720deg) scale(1);
    }
}

@-o-keyframes cssload-animball_two {
    0% {
        -o-transform: rotate(0deg) scale(1);
    }

    50% {
        -o-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -o-transform: rotate(720deg) scale(1);
    }
}

@-ms-keyframes cssload-animball_two {
    0% {
        -ms-transform: rotate(0deg) scale(1);
    }

    50% {
        -ms-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -ms-transform: rotate(720deg) scale(1);
    }
}

@-webkit-keyframes cssload-animball_two {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(1);
    }
}

@-moz-keyframes cssload-animball_two {
    0% {
        -moz-transform: rotate(0deg) scale(1);
    }

    50% {
        -moz-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -moz-transform: rotate(720deg) scale(1);
    }
}


.disabled {
    background-color: #EFEFEF;
    border: 1px solid #DEDEDE;
}

.classic-tabs .tabs-cyan {
    background-color: #00bcd4 !important;
}

.classic-tabs .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.classic-tabs ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

.classic-tabs ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.classic-tabs .nav li:first-child {
    margin-left: 56px;
}

.classic-tabs .nav li {
    list-style: none;
}

.classic-tabs .nav {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: .3rem .3rem 0 0;
}

.classic-tabs .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .classic-tabs .nav.tabs-cyan li a.active {
        border-color: #ffeb3b;
        font-weight: bold;
    }


    .classic-tabs .nav li a.active {
        color: #fff;
        border-bottom: 3px solid;
    }

    .classic-tabs .nav li a {
        display: block;
        padding: 20px 24px;
        font-size: 13px;
        color: rgba(255,255,255,0.7);
        text-align: center;
        text-transform: uppercase;
        border-radius: 0;
    }

#DT_load_wrapper {
    overflow-y: auto;
}
