﻿@import "button.css";
@import "calendar.css";
@import "checkbox.css";
@import "datatable.css";
@import "datatables.min.css";
@import "div.css";
@import "expense.css";
@import "sales.css";
@import "time.css";

@font-face {
    font-family: 'sourcesanspro-regular';
    src: url('../fonts/sourcesanspro-regular.ttf') format('truetype');
}

.dropdown-item.hover, .dropdown-item.focus, .dropdown-item.active,
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
    color: white !important;
    background-color: #0c87c3 !important;
}

body {
    font-family: sourcesanspro-regular;
    font-size: 12pt;
}

html {
    margin-bottom: 10px;
    overflow-y: scroll;
}

.home-menu-spacing-right {
    padding-right: 4px;
}

.home-menu-spacing-left {
    padding-left: 4px;
}

.td-menu-outer {
    width: 28%;
}

.td-icon3 {
    width: 28%;
}

.td-icon2 {
    width: 14%;
}

.td-icon {
    width: 24%;
    text-align: center;
    vertical-align: top;
}

.a-icon {
    color: black !important;
    text-decoration: none !important;
}

.dialog-link {
    color: #0c87c3;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline !important;
}

.text-danger {
    color: #f44336 !important;
}

a {
    font-weight: bold;
}

.a-link:hover {
    text-decoration: underline;
}

.a-link-dark {
    text-decoration: none !important;
    color: black !important;
}

    .a-link-dark:hover {
        text-decoration: none !important;
        color: black !important;
    }

.img-logo {
    max-height: 100%;
    max-width: 100%;
    margin-top: 10px;
}

.img-logo-2 {
    max-height: 100%;
    max-width: 100%;
}

.img-logo-3 {
    display: none;
}

.img-icon {
    object-fit: cover;
    height: 60%;
    width: 60%;
}

.bi-camera-video {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

a, a:hover {
    color: #0c87c3;
}

.font-color-button-blue {
    color: #0c87c3;
}

input,
select,
textarea {
    max-width: 280px;
    border-radius: 10px !important;
}

    input.custom-border,
    select.custom-border,
    textarea.custom-border {
        border: 1px solid #dee2e6;
    }

        input.custom-border:focus,
        select.custom-border:focus,
        textarea.custom-border:focus {
            box-shadow: none;
            border: 1px solid #0c87c3 !important;
            outline: 1px solid #0c87c3 !important;
        }

    input[data-val-required],
    input[data-val-required]:focus {
        border-color: black;
    }

    select[data-val-required],
    select[data-val-required]:focus {
        border-color: black;
    }

    textarea[data-val-required],
    textarea[data-val-required]:focus {
        border-color: black;
    }

    input[type=button] {
        max-width: 400px !important;
    }

.tooltip-inner {
    background-color: #fff !important;
    border: 1px solid #dee2e6;
    color: #000;
    font-family: sourcesanspro-regular;
    font-size: 12pt !important;
}

.tooltip.show {
    opacity: 1 !important;
}

.bs-tooltip-top .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: transparent;
}

.bs-tooltip-end .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: transparent;
}

.bs-tooltip-bottom .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: transparent;
}

.bs-tooltip-start .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: transparent;
}

ul {
    margin-bottom: 0 !important;
}

.bg-color-white {
    background-color: white;
}

.border-bottom-menu {
    border-top: 1px solid white;
}

.border-details {
    margin-top: 8px;
}

.bi::before, [class*=" bi-"]::before {
    vertical-align: 0;
    background-color: white;
    border-radius: 18px;
}

.close-icon {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #0c87c3;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    height: 22px;
    width: 22px;
    text-align: center;
}

.demo-image {
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
}

.demo-image-border {
    border: 1px solid black;
}

.demo-margin-top-10px {
    margin-top: 10px;
}

.demo-margin-bottom-10px {
    margin-bottom: 10px;
}

.demo-total {
    text-align: right;
    min-width: 160px;
    max-width: 160px;
    padding-right: 10px;
    font-size: 20pt;
}

.demo-column {
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px black;
}

.demo-increment {
    width: 50px;
    height: 50px;
    font-size: 20pt;
    font-weight: bold;
}

.demo-price {
    font-size: 16pt;
    min-width: 280px;
    max-width: 280px;
}

.demo-quantity {
    min-width: 100px;
    max-width: 100px;
    height: 50px;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
}

.demo-minmax-300px {
    min-width: 300px;
    max-width: 300px;
}

.demo-minmax-320px {
    min-width: 320px;
    max-width: 320px;
}

.demo-minmax-200px {
    min-width: 200px;
    max-width: 200px;
}

.header-1 {
    color: #0c87c3;
    font-size: 16pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.25px;
}

.header-2 {
    font-size: 14pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.25px;
}

.header-3 {
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.25px;
}

.filecamera:before {
    content: "Camera";
    position: absolute;
    z-index: 2;
    display: block;
    background-color: #dee2e6;
    border: solid 1px black;
    width: 93px;
    text-align: center;
    padding: 2px 6px;
}

.filefile:before {
    content: "Folder";
    position: absolute;
    z-index: 2;
    display: block;
    background-color: #dee2e6;
    border: solid 1px black;
    width: 93px;
    text-align: center;
    padding: 2px 6px;
}

.font-size-10pt {
    font-size: 10pt;
}

.font-size-14pt {
    font-size: 14pt;
}

.font-size-16pt {
    font-size: 16pt;
}

.label-mobile {
    display: none;
}

.layout-border-bottom-dark {
    border-bottom: 1px solid black;
}

.layout-border-bottom {
    border-bottom: 1px solid #dee2e6;
}

.layout-border-top {
    border-top: 1px solid #dee2e6;
}

.li-left {
    margin-left: 0;
}

.li-right {
    margin-right: 20px;
}

.li-gap {
    margin-top: 0;
}

.margin-left-20px {
    margin-left: 20px;
}

.max-width-80px {
    max-width: 80px;
}

.min-height-300px {
    min-height: 300px;
}

.min-height-100px {
    min-height: 100px;
}

.nav-link {
    font-size: 12pt;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    color: black;
    font-weight: bold;
}

.nav-link:hover {
    color: black !important;
}

.navbar-toggler {
    border-color: #0c87c3 !important;
    border-width: 2px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(12, 135, 195)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.padding-left-10px {
    padding-left: 10px;
}

.pick-date {
    width: 120px;
    display: initial;
}

.position-relative {
    position: relative;
}

.select-app {
    background-color: white;
    font-size: 14pt;
    border: 2px solid #0c87c3;
    border-radius: 6px;
    outline: none !important;
    max-width: 160px;
    min-width: 160px;
    max-height: 42px;
    min-height: 42px;
    font-weight: bold;
    padding: 4px;
    margin-left: 0;
    margin-right: 10px;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);*/
}

.select-month {
    width: 140px;
    display: initial;
}

.select-time {
    width: 80px;
    display: initial;
}

.select-year {
    width: 100px;
    display: initial;
}

.side-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.spinner-size {
    height: 60px;
    width: 60px;
}

.spinner-size-small {
    height: 30px;
    width: 30px;
}

.text-align-label {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-align-add-button {
    text-align: right;
}

.textarea-style {
    resize: none;
    max-width: 280px !important;
}

.bi::before, [class*=" bi-"]::before {
    background-color: transparent;
}

.bi-dash-circle, .bi-plus-circle {
    cursor: pointer !important;
}

.span-link {
    color: #0c87c3;
    text-decoration: underline;
    cursor: pointer;
}

.btn-close:focus{
    box-shadow: none;
}

.custom-top {

}

.custom-right {
    padding-right: 30px;
}

.required-asterisk:after {
    content: " *";
    color: #0c87c3;
}

.rz-dialog-title {
    text-transform: uppercase !important;
    color: white !important;
}

/*.rz-dialog {
    height: 80% !important;
    width: 80% !important;
}*/

.rz-data-row td:not(:last-child) {
    border-right: 1px solid #dee2e6 !important;
}

.rz-grid-table thead tr th:not(:last-child) {
    border-right: 1px solid #dee2e6 !important;
}

.rz-textbox {
    min-width: 280px !important;
}

.rz-chkbox-box.rz-state-active {
    background-color: #0c87c3 !important;
}

.rz-grid-table thead th .rz-column-title {
    text-transform: uppercase !important;
    letter-spacing: 1.25px !important;
}

tbody, td, tfoot, th, thead, tr {
    border-color: #dee2e6 !important;
}

.rz-pager {
    border-top: 1px solid #dee2e6;
}

.rz-button-md {
    font-size: 12pt !important;
}

a.rz-calendar-next:hover {
    background-color: #eeeeee !important;
}

a.rz-calendar-prev:hover {
    background-color: #eeeeee !important;
}

.rz-column-title {
    margin-right: 10px;
}

.rz-data-grid {
    border-radius: 10px !important;
}

.rz-dialog {
    border-radius: 10px !important;
}

.rz-pager-summary {
    font-size: 12pt !important;
}

.rz-textarea {
    resize: none;
    min-width: 280px !important;
}

.rz-dropdown {
    border-radius: 10px !important;
}

.rz-dark {
    background-color: var(--rz-base-500) !important;
    color: white !important;
}

:root {
    --rz-datepicker-calendar-selected-background-color: #0c87c3 !important;
    --rz-datepicker-calendar-selected-hover-background-color: #0c87c3 !important;
    --rz-grid-selected-color: black !important;
    --rz-grid-selected-background-color: #dee2e6 !important;
    --rz-grid-hover-color: black !important;
    --rz-grid-hover-background-color: #dee2e6 !important;
    --rz-grid-header-filter-icon-hover-color: #f6fcfe !important;
    --rz-grid-column-resizer-helper-background-color: #f6fcfe !important;
    --rz-grid-filter-focus-color: #f6fcfe !important;
    --rz-grid-filter-color: #f6fcfe !important;
    --rz-grid-header-background-color: #0c87c3 !important;
    --rz-grid-header-color: white !important;
    --rz-pager-numeric-button-selected-background-color: #0c87c3 !important;
    --rz-pager-numeric-button-selected-color: white !important;
    --rz-checkbox-checked-background-color: #0c87c3 !important;
    --rz-primary: #0c87c3 !important;
    --rz-button-border-radius: 10px !important; /* 2rem */
    --rz-pager-button-border-radius: 10px !important;
    --rz-grid-header-font-size: 12pt !important;
    --rz-dialog-title-background-color: #0c87c3 !important;
    --rz-dialog-title-padding-block: 15px !important;
    --rz-dialog-title-letter-spacing: 1.25px !important;
    --rz-dialog-title-font-size: 16pt !important;
    --rz-dialog-close-color: white !important;
    --rz-dialog-close-hover-color: white !important;
    --rz-form-error-font-size: 12pt !important;
    --rz-grid-cell-font-size: 12pt !important;
    --rz-dropdown-item-selected-background-color: #dee2e6 !important;
    --rz-dropdown-item-selected-color: black !important;
    --rz-dropdown-item-selected-hover-background-color: #dee2e6 !important;
    --rz-dropdown-item-selected-hover-color: black !important;
    --rz-button-shadow: none !important; /* 0px 1px 2px rgba(69, 73, 79, 0.3), 0px 1px 3px 1px rgba(69, 73, 79, 0.15) */
    --rz-button-hover-shadow: none !important; /* 0px 1px 2px rgba(69, 73, 79, 0.3), 0px 1px 3px 1px rgba(69, 73, 79, 0.15) */
    --rz-button-active-shadow: none !important; /* 0px 1px 2px rgba(69, 73, 79, 0.3), 0px 1px 3px 1px rgba(69, 73, 79, 0.15) */
    --rz-button-focus-shadow: none !important; /* 0px 1px 2px rgba(69, 73, 79, 0.3), 0px 1px 3px 1px rgba(69, 73, 79, 0.15) */
    --rz-button-focus-gradient: none !important;
}

@media (max-width: 720px) {
    .rz-dialog {
        height: 100% !important;
        width: 100% !important;
    }

    .border-bottom, .border-end, .border-start, .border-top, .rounded-end, .rounded-start {
        border: 0 !important;
    }

    .border-bottom-menu {
        border-top: 1px solid #dee2e6;
    }

    .border-details {
        margin-top: 10px;
        padding-top: 4px;
        border-top: 1px solid #dee2e6;
    }

    .label-mobile {
        display: inline-block;
    }

    .li-left {
        margin-left: 4px;
    }

    .li-right {
        margin-right: 0;
    }

    .li-gap {
        margin-top: 10px;
    }

    .text-align-label {
        text-align: left;
    }

    .text-align-add-button {
        text-align: center;
    }

    .select-app {
        margin-top: 10px;
        margin-right: 0;
    }

    .custom-top {
        margin-top: 15px !important;
    }

    .custom-right {
        padding-right: 0 !important;
    }

    .div-time-schedule-availability {
        overflow-y: scroll;
        overflow-x: hidden;
        min-height: 200px;
        max-height: 200px;
        padding-right: 10px;
    }

    .div-time-outer-2 {
        overflow-y: hidden;
        overflow-x: hidden;
        min-height: 200px;
        max-height: 200px;
        padding-right: 30px;
        width: 95%;
        height: 100%;
    }

    .img-logo {
        max-height: 100%;
        max-width: 100%;
    }

    .img-logo-2 {
        display: none;
    }

    .img-logo-3 {
        max-height: 80%;
        max-width: 80%;
        display: block;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .nav-link {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .td-icon {
        width: 32%;
        text-align: center;
        vertical-align: top;
    }

    .td-icon2 {
        width: 2%;
    }

    .td-icon3 {
        width: 4%;
    }

    .home-menu-spacing-right {
        padding-right: 4px;
    }

    .home-menu-spacing-left {
        padding-left: 4px;
    }

    .td-menu-outer {
        width: 5%;
    }

    .td-menu-inner {
        width: 45%;
    }
}