﻿/* 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: #006633;
    border-color: #006633;
}

/* 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 */
}
/*loader*/
.loaderbody {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(128,128,128,0.3);
    z-index: 2147483647;
}

.loader {
    /*border: 16px dotted #f3f3f3;*/ /* Light grey */
    border: 16px dotted #001f3f; /* Light grey */
    border-top: 16px dotted #001f3f; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1.8s linear infinite;
    position: fixed;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.display-none {
    display: none;
}

th {
    text-transform: uppercase;
    color: #2d3033 !important;
}


.balance-card {
    background-color: #1dc96a14;
    color: #000 !important;
    /*border: .125rem solid color-mix(in sRGB, #fff 60%, #f9c208);*/
    border-block-end: .125rem solid color-mix(in sRGB, #fff 60%, #006633);
    box-shadow: 0 0.1875rem 0.5rem 0 rgba(34, 48, 62, 0.1);
}

    .balance-card h4 {
        color: #a57417 !important;
    }

    .balance-card a {
        color: #1385ff !important;
    }


.hotel-booking-release {
    /*background: linear-gradient(135deg, #C671F49e 0%, #F171D49e 100%);*/
    background: #7D77FF9e;
}

.hotel-credit-note {
    /*background: linear-gradient(135deg, #00d1ff9e 0%, #00a4ba9e 100%);*/
    background: #00D1FF9e;
}

.hotel-deadline {
    background: #7117EA;
    /*background: linear-gradient(143.2deg, #FBB140 0%, rgba(251, 99, 64, 0.92549) 100%);*/
}
.hotel-ota-not-assigned {
    background: #F560369e;
    /*background: linear-gradient(143.2deg, #F560369e 0%, #F56036 100%) !important;*/
}
.hotel-ota-assigned {
    background: #3BC8679e;
    /*background: linear-gradient(143.2deg, #3BC8679e 0%, #2999AD9e 100%);*/
}

.ms-auto {
    margin-left: auto !important;
}

.menu-icon {
    font-size: 20px; /* Try 18px, 20px, 22px, 24px */
}
