﻿html {
    overflow-x: hidden;
}

.btn {
    padding: 0.44688rem 0.875rem;
}

.navbar-dark {
    background: rgb(227,39,18) !important;
    background: linear-gradient(90deg, rgba(227,39,18,1) 0%, rgba(165,31,4,1) 100%) !important;
}

.btn-dark {
    background: rgb(227,39,18) !important;
    border-color: rgba(196,28,42,1) !important;
}

    .btn-dark:hover {
        background: rgb(245, 75, 56) !important;
        border-color: rgba(196,28,42,1) !important;
    }

.btn-primary {
    background: rgb(227,39,18) !important;
    border-color: rgba(196,28,42,1) !important;
}

    .btn-primary:hover {
        background: rgb(245, 75, 56) !important;
        border-color: rgba(196,28,42,1) !important;
    }

.logo {
    height: 2rem;
    z-index: 2;
}

.badge-primary {
    background: rgb(227,39,18) !important;
    border-color: rgba(196,28,42,1) !important;
    color: white;
}

.tree-view .cursor-pointer {
    display: grid;
    grid-template-columns: 30% 15% 45% 10%;
    grid-template-rows: auto;
}

.cursor-pointer.bg-primary {
    background-color: #FFF!important;
    color: black!important;
}

@media (max-width: 600px) {
    .logo {
        height: 1.5rem;
    }
}

.btn-blue-primary {
    background: rgb(41, 122, 227) !important;
    border-color: rgb(34, 119, 230) !important;
    color: white;
}

    .btn-blue-primary:hover {
        background: rgb(5, 70, 154) !important;
        border-color: rgb(2, 55, 122) !important;
        color: white;
    }

.bg-primary-header {
    background-color: rgb(227,39,18) !important;
}

.flatpickr-calendar .flatpickr-day.today {
    color: #000;
    background-color: transparent;
    border: 1px solid #377dff;
}

    .flatpickr-calendar .flatpickr-day.today.selected {
        color: #fff;
        border-color: transparent;
        background-color: #377dff;
    }

.override-select2-arrow .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.6em + 1.21875rem);
    padding: .54688rem 1.875rem .54688rem .875rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    vertical-align: middle;
    background: #fff url(../img/add.png) no-repeat right .5rem center/1rem 1rem;
    border: .0625rem solid #e7eaf3;
    border-radius: .3125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.override-select2-no-arrow .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.6em + 1.21875rem);
    padding: .54688rem 1.875rem .54688rem .875rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    vertical-align: middle;
    background: none;
    border: .0625rem solid #e7eaf3;
    border-radius: .3125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (min-width: 768px) {
    .modal-lg .modal-footer,
    .modal-lg .modal-header,
    .modal-xl .modal-footer,
    .modal-xl .modal-header,
    .modal-md-lg .modal-footer,
    .modal-md-lg .modal-header {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .modal-lg .modal-header,
    .modal-xl .modal-header,
    .modal-md-lg .modal-header {
        padding-top: 1.5rem;
    }

    .modal-lg .modal-body,
    .modal-xl .modal-body,
    .modal-md-lg .modal-body {
        padding-top: 1.5rem;
        padding-bottom: 0.5rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .modal-lg .modal-footer,
    .modal-xl .modal-footer,
    .modal-md-lg .modal-footer {
        padding-bottom: 1.25rem;
    }
}