html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* 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. */
.text-hoverable {
    color: #0366d6;
}

    .text-hoverable:hover {
        color: #048760;
    }

.test {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer !important;
}

a.fc-day-grid-event {
    cursor: pointer;
}

.fc-day {
    cursor: pointer !important;
}

.gap_4 {
    gap: 4px;
}

.gap_20 {
    gap: 20px;
}

.radius-3 {
    border-radius: 3px;
}

.border-custom {
    text-align: left;
    /* border-radius: 2px; */
    position: relative;
    display: block;
    font-size: 0.85em;
    /* line-height: 1.4; */
    border-radius: 3px;
    /* border: 1px solid #3788d8; */
    font-weight: 600;
}

.gap_4 {
    gap: 4px;
}

.gap_20 {
    gap: 20px;
}

.fade:not(.active) {
    display: none;
}

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;
    }
}

.wid200x {
    width: 200px;
    height: 200px;
}

    .wid200x img {
        height: 100%;
        width: 100%;
    }

.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 */
}

/*Overides*/
.app-header {
    background: #0e73a9;
}

    .app-header .brand .brand-logo {
        color: #fff;
    }

    .app-header .menu-toggler .bar {
        background: #fff;
    }

    .app-header .menu .menu-item .menu-link {
        color: #fff;
    }

        .app-header .menu .menu-item .menu-link:hover {
            color: #fff;
            opacity: .5;
        }

    .app-header .menu .menu-item .menu-img + .menu-text, .app-header .menu .menu-item .menu-img-text + .menu-text {
        color: #fff;
    }

.dropdown-item.active, .dropdown-item:active {
    background-color: #0cd096;
}

.app-sidebar .menu .menu-item.active:not(.has-sub) > .menu-link {
    color: #048760;
}

    .app-sidebar .menu .menu-item.active:not(.has-sub) > .menu-link .menu-icon {
        color: #048760;
    }

.btn-primary {
    background-color: #0cd096;
    border-color: #0cd096;
}

    .btn-primary:hover {
        background-color: #048760;
        border-color: #048760;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #048760;
        border-color: #048760;
    }

    .btn-primary.focus, .btn-primary:focus {
        background-color: #048760;
        border-color: #048760;
        box-shadow: 0 0 0 0.2rem rgb(12 208 150 / 50%);
    }

.form-control:focus {
    border-color: #0cd096;
    box-shadow: 0 0 0 0.2rem rgb(12 208 150 / 25%);
}

.btn-link {
    color: #08a979;
}

    .btn-link:hover {
        color: #048760;
    }

.nav-tabs .nav-item .nav-link {
    color: #08a979;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #4d6593;
}

/*Datatable*/
.page-item.active .page-link {
    z-index: 0;
    background-color: #0cd096;
    border-color: #0cd096;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(12 208 150 / 25%);
}

.dataTables_wrapper.dt-bootstrap4 .table thead tr th.sorting_asc:before, .dataTables_wrapper.dt-bootstrap4 .table thead tr th.sorting_desc:before {
    color: #0cd096;
}

.paginate_button.page-item.previous.disabled a, .paginate_button.page-item.next.disabled a {
    background-color: #ebeef4;
    border-color: #ebeef4;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .dataTables_length {
        margin-bottom: 1rem;
    }

    .dataTables_info {
        margin-right: 2rem;
    }

    .dataTable + div {
        margin-bottom: .8rem;
    }
}

/* Check box */
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #0cd096;
    background-color: #0cd096;
}

@media only screen and (max-width: 769px) {
    div#tablist {
        flex-wrap: wrap;
    }

        div#tablist button {
            width: auto;
        }
}

.table-responsive tbody tr:hover {
    background: #ffd800;
    cursor: pointer;
}

.not-hoverable tbody tr:hover {
    background: transparent;
    cursor: auto;
}

.not-hoverable-2 tbody tr.even:hover {
    background: transparent;
    cursor: auto;
}

.not-hoverable-2 tbody tr.odd:hover {
    background: rgba(77,101,147,.1);
    cursor: auto;
}

.d-flex.message-wrap.text-danger {
    background: #ff000017;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    margin-bottom: 10px;
    box-shadow: 1px 3px 7px 0px #00000026;
}

.font-size-18rem {
    font-size: 1.8rem;
}

.tooltip-custom {
    position: relative;
    display: inline-block;
}

    .tooltip-custom .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 9;
        bottom: 125%;
        left: 50%;
        margin-left: -100px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip-custom .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip-custom:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltip-custom {
    opacity: 1;
}

.tipshow.tooltiptext.newpwtt {
    visibility: visible !important;
    opacity: 1 !important;
}

.error-msg {
    font-size: 12px;
}


.hide-placeholder::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

.hide-placeholder:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

.hide-placeholder::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

.hide-placeholder:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

input.hide-placeholder::placeholder {
    color: transparent;
}

textarea.hide-placeholder::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

textarea.hide-placeholder:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

textarea.hide-placeholder::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

textarea.hide-placeholder:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

textarea.hide-placeholder::placeholder {
    color: transparent;
}

.loading-cursor {
    cursor: wait !important;
}

.zndex-minus-1 {
    z-index: -1 !important;
}

.zndex-plus {
    z-index: 0 !important;
}

/*.fc-sat {
    color: #30beff;
}
.fc-sun {
    color: #FFB6C1;
}*/

.pace.pace-active {
    display: none;
}