﻿/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.form-group.required .control-label:after {
    content: "*";
    color: rgb(251, 84, 71);
    margin-left: 3px;
}

div.form-group {
    margin-top: 20px;
}

.auth .auth-form-light {
    background: #ffffff;
}

.grid-employee-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    /*box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2); removed*/
    margin-right: 5px;
}

.grid-employee-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}

.profile-navbar .nav-item .nav-link {
    color: #030303;
}

    .profile-navbar .nav-item .nav-link.active {
        color: #0033c4;
    }

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.k-menu-link > input[type="checkbox"] {
    margin-right: 4px !important;
}

.bottomToolPanel {
    cursor: pointer;
}

.pagination > li > a {
    margin: 0 5px;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    padding: 8px;
    text-align: center;
}

    .pagination > li > a:not(.active) {
        border: 0 !important;
    }

/*switch toggle*/

.switch {
    position: relative;
    display: inline-block;
    /*width: 60px;*/
    /*height: 34px;*/
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .slider:before {
        position: absolute;
        content: "";
        /*height: 26px;*/
        /*width: 26px;*/
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

input:checked + .slider {
    /*background-color: #2196F3;*/
    background-color: #0033c4;
}

    input:checked + .slider:before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
        /*    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);*/
    }

/* Rounded sliders */
.slider.round {
    /*border-radius: 34px;*/
    border-radius: 10px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.datepicker-months {
    font-size: 14px;
    font-family: "Open Sans";
}

.k-pdf-export .k-grid-filter {
    display: none;
}

.k-pdf-export .k-header-column-menu {
    display: none;
}

.k-pdf-export .k-link {
    font-size: 10px;
}

.k-pdf-export .k-grid-pager {
    display: none;
}

.k-pdf-export .k-icon {
    display: none;
}

.datepicker table tr td span.active {
    background-image: initial !important;
}

.button-nostyle {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

input:invalid {
    border-color: rgb(255, 87, 48);
}

/* Termination Wizard */

#modal-termination-wizard .tab-content {
    display: flex !important;
    overflow-y: auto !important;
}

    #modal-termination-wizard .tab-content > .tab-pane {
        /*display: block;*/ /* undo "display: none;" */
        /*visibility: hidden;*/
        margin-right: -100%;
        width: 100%;
    }

/*change of of select2 items when hovered over, default color was navy blue.*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F0F1F2 !important;
    color: #393A3B !important;
}

.tooltip {
    pointer-events: none;
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: #3c3c3c !important;
    color: #3c3c3c;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #3c3c3c !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #3c3c3c !important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #3c3c3c !important;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #3c3c3c !important;
}

.badge-brightspark {
    color: #212529;
    background-color: #0078d7;
}

/* dropdown styling */
.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #F0F1F2 !important;
    color: #393A3B !important;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 0.875rem !important;
    /*padding: .25rem 1.5rem;*/
}

.dropdown--searchSection {
    padding: 0 8px 8px 8px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0,0,0,.06);
}

.dropdown--searchTextContainer {
    background-color: rgba(0,0,0,.06);
    border-radius: 2px;
}

.dropdown--searchTextIcon {
    padding: 4px 6px 4px 8px;
    font-size: 1rem;
}

.dropdown--searchFieldGroup {
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
    /*-webkit-box-shadow: none;*/
    box-shadow: none;
    /*border: none;*/
    margin: 0;
    padding: 0;
    border: none !important;
    /*border: 1px solid rgba(166, 166, 166, 1);*/
    /*background-color: transparent;*/
    background-color: transparent !important;
    background: rgba(255, 255, 255, 1);
    height: 32px;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    /*-ms-flex-direction: row;*/
    flex-direction: row;
    -webkit-box-align: stretch;
    /*-ms-flex-align: stretch;*/
    align-items: stretch;
    position: relative;
}

.dropdown--searchField {
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
    /*-webkit-box-shadow: none;*/
    box-shadow: none;
    margin: 0;
    /*padding: 0;*/
    font-size: 14px;
    border-radius: 0;
    border: none;
    background: none;
    background-color: transparent;
    color: rgba(51, 51, 51, 1);
    padding: 0 12px 0 12px;
    width: 100%;
    flex-grow: 1;
    min-width: 0;
    text-overflow: ellipsis;
    outline: 0;
}

/*end dropdown styling*/

/*summernote styling*/
.note-toolbar .btn i {
    font-size: 12px
}

.form-control-plaintext {
    font-size: 0.875rem !important;
}

.form-file-button {
    max-width: fit-content;
    padding: 6px !important;
}

.area-disabled {
    background-color: #CDCDCD;
}

@media (max-width: 576px) {
    .page-title {
        font-size: 1.2rem;
    }

    .card-body {
        padding: 0.5rem;
    }

    .ms-SearchBox-field {
        font-size: 0.80em !important;
    }
}

.k-grid-header .wrap-header {
    height: auto;
    overflow: visible;
    white-space: normal;
}

/*Wizard*/
@media (max-width: 640px) {
    #smartwizard .nav {
        display: none !important;
    }
}

.ms-Panel.ms-Panel--xxl {
    max-width: 1000px
}

.doctor-form-control {
    font-size: 0.85em !important;
}

/* Ensure select controls show selected value in black, placeholder/disabled/hidden options in grey, even after focus */
select,
select option {
    color: #212529 !important;
}
select:invalid,
select option[hidden],
select option:disabled {
    color: #6c757d !important;
}


/* Header background */
.header-bg {
    background: url('/vector.JPG') center center/cover no-repeat, #0078d7 !important;
}

@media (max-width: 768px) {
    .header-bg {
        background-position: left center !important;
    }
}

/* Footer */
.footer-bg {
    background-color: #002046 !important;
    color: white !important;
}
