﻿/* Default scrollbar */
::-webkit-scrollbar {
    width: 5px;
    transition: width 0.3s ease;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}


::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker color on hover */
    /* You can also make it slightly wider by adding padding or a border */
}



@keyframes ring {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(25deg);
    }

    50% {
        transform: rotate(-25deg);
    }

    75% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ringing {
    animation: ring 1s linear infinite;
}


@font-face {
    font-family: "Merriweather";
    src: url("/Content/assets/fonts/Merriweather-Italic.ttf");
}
/*
@font-face {
    font-family: "Roboto";
    src: url("/Content/assets/fonts/Roboto-MediumItalic.ttf");
}


@font-face {
    font-family: "Sarchia_Baran";
    src: url("/Content/assets/fonts/ScheherazadeNew-Bold.ttf");
}*/


@font-face {
    font-family: "PassFont";
    src: url("/Content/assets/fonts/text-security-disc.eot") ;
    src: url("/Content/assets/fonts/text-security-disc.ttf") format('truetype'),
         url("/Content/assets/fonts/text-security-disc.woff2") format('woff2'),
         url("/Content/assets/fonts/text-security-disc.woff") format('woff');
}


@font-face {
    font-family: "Roboto";
    src: url("/Content/assets/fonts/Modam-Regular.ttf");
}


@font-face {
    font-family: "Sarchia_Baran";
    src: url("/Content/assets/fonts/Modam-Regular.ttf");
}

@font-face {
    font-family: "Kurdi1";
    src: url("/Content/assets/fonts/KGoran.ttf");
}

@font-face {
    font-family: "Kurdi2";
    src: url("/Content/assets/fonts/Xoshnus.ttf");
}

.MyFont-Kurdi1 {
    font-family: "Kurdi1";
}

.MyFont-Kurdi2 {
    font-family: "Kurdi2";
}


.MyFont-Merriweather-header {
    font-family: "Merriweather";
    font-weight: 900;
    font-size: medium;
}


.MyFont-Merriweather-grid {
    font-family: "Merriweather";
    font-weight: 700;
    font-size: small;
    
}



.MyFont-Roboto-header {
    font-family: "Roboto";
    font-weight: 900;
    font-size: medium;
}


.MyFont-Roboto-grid {
    font-family: "Roboto";
    font-weight: 700;
    font-size: small;
}

.MyFont-Roboto {
    font-family: "Roboto";
}

.MyFont-Sarchia-grid {
    font-family: "Sarchia_Baran";
    font-size: small;
}




.k-grid .k-master-row {
    background-color: #DEE9FC; /* specify the alternate background-color */
    color: #7FBD32;
}

.k-grid .k-alt {
    background-color: white; /* specify the alternate background-color */
}

.k-master-row:hover {
    background-color: #34568b !important;
    color: white !important;
}

.k-master-row {
    color: #091834 !important;
}


.k-header {
    background-color: rgba(0, 0, 51,0.8) !important;
}

    .k-header a {
        color: white !important;
        font-family: "Roboto";
        font-weight: 900;
        font-size: medium;
    }

th.k-header .k-link {
    color: white !important;
    font-family: "Roboto" !important;
    font-weight: 900 !important;
    font-size: medium !important;
}




/*
.k-state-selected {
    background-color: #34568b !important;
    color: white !important;
}*/

li.k-item:hover {
    background-color: #34568b !important;
    color: white !important;
}


.k-datepicker.k-select:hover {
    background-color: #34568b !important;
    color: white !important;
}


.dropdown {
    color: black !important;
}


.dropdown:hover {
    color: white !important;
}


.redStar {
    margin-right: 0.5rem;
    transform:translateY(-40%);
}

.custom-overflow {
    overflow: auto;
}

.custom-no-overflow {
    overflow: hidden;
}

.medicineDB-header-section {
    margin-top: 20px;
}



.body-padding{
    padding-right:0 !important;
}

@media (min-width: 990px) {
    .no-padding {
        padding: 0;
    }

    .margin-top-checkbox {
        margin-top: -17px;
    }
}

@media (max-width: 990px) {
    .margin-right-custom-barcode {
        margin-right: 14px;
    }
}

@media (min-width:990px) and (max-width: 1200px) {
    .margin-right-custom-checkbox {
        margin-right: 30px;
        max-width: 20px;
    }

    .sort-box-size {
        min-width: 109px;
    }
}

@media (max-width: 1443px) {
    .button-text-size-1 {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .button-text-size {
        font-size: 12px;
    }
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 9999;
    background: url('../css/images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.loader-user-exist {
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    opacity: 0.1;
    z-index: 9999;
    background: url('../css/images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}


.calibri {
    font-family: Calibri;
}

.custom-left-border-grid {
    border-left-width: 1px;
}

.grid-header {
    text-align: center;
}

html .k-filtercell > .k-operator-hidden {
    padding-right: 0;
}

html .k-filtercell > span {
    padding-right: 2.5em;
}

html .k-filter-row .k-dropdown-operator {
    right: 0;
}

/*//////////////////////////*/

.grid-btn {
    padding: 5px;
}

    .grid-btn:hover {
        cursor: pointer;
        text-decoration:none;
    }

.reserve-block-parent {
    height: 10rem;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    direction: ltr;
}

.reserve-blocks {
    height: 10rem;
    max-width: 100%;
    border: solid 0.1rem;
    border-radius: 1rem;
    background: rgb(79, 132, 196);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


    .reserve-blocks h1 {
        transform: translateY(-0.5rem);
    }

.reserved-blocks {
    height: 10rem;
    max-width: 100%;
    border: solid 0.1rem;
    border-radius: 1rem;
    /*background: rgba(111, 97, 158,0.3);*/
    text-align: center;
    position: relative;
}

    .reserved-blocks h5 {
        color: dimgray;
        margin: 0;
    }

    .reserved-blocks p, h3 {
        color: rgb(33, 21, 18);
        margin: 0;
    }


.reserved-blocks-buttons {
    height: 10rem;
    max-width: 100%;
    border: solid 0.1rem;
    border-radius: 1rem;
    background: rgba(128, 128, 128,0.5);
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    direction: rtl;
}

    .reserved-blocks-buttons div {
        height: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reserved-blocks-buttons .btn-danger {
        padding: 0.5rem 0.7rem;
        margin: 0;
        /*transform: translateX(-0.8rem);*/
        opacity: 0;
        right: -3rem;
        transition: all 0.5s;
        border-radius: 1rem;
    }

    .reserved-blocks-buttons .btn-grey {
        padding: 0.5rem 0.7rem;
        margin: 0;
        /*transform: translateX(-0.8rem);*/
        opacity: 0;
        top: -3rem;
        transition: all 0.5s;
        border-radius: 1rem;
    }

    .reserved-blocks-buttons .btn-warning {
        padding: 0.5rem;
        margin: 0;
        /*transform: translateX(-0.8rem);*/
        opacity: 0;
        bottom: -3rem;
        transition: all 0.5s;
        border-radius: 1rem;
    }

    .reserved-blocks-buttons .btn-success {
        padding: 0.5rem;
        margin: 0;
        /*transform: translateX(-0.8rem);*/
        opacity: 0;
        left: -3rem;
        transition: all 0.5s;
        border-radius: 1rem;
    }

    .reserved-blocks-buttons:hover {
        height: 10rem;
        max-width: 100%;
        border: solid 0.1rem;
        border-radius: 1rem;
        background: rgba(128, 128, 128,0.5);
        text-align: center;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        opacity: 1;
        transition: all 0.5s;
        direction: rtl;
    }

        .reserved-blocks-buttons:hover .btn-danger {
            right: 0;
            transition: all 0.5s;
            opacity: 1;
        }

        .reserved-blocks-buttons:hover .btn-grey {
            top: 0;
            transition: all 0.5s;
            opacity: 1;
        }

        .reserved-blocks-buttons:hover .btn-warning {
            bottom: 0;
            transition: all 0.5s;
            opacity: 1;
        }

        .reserved-blocks-buttons:hover .btn-success {
            left: 0;
            transition: all 0.5s;
            opacity: 1;
        }

.timeSlot {
    font-size: 3rem;
    margin: 2rem;
    padding: 2rem;
    color: blue;
}

.eventClass {
    background: #D15B47;
    font-size: 1.5rem;
    border:1px solid grey;
    border-radius:1rem;
    transition:all 0.3s;
}

    .eventClass:hover {
        box-shadow: 5px 1px 10px 3px rgba(0, 0, 0, 0.2);
        transition: all 0.3s;
    }

.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;
}

.calendar-button {
    margin: 0.2rem;
    padding: 0.6rem 1rem;
    border-radius: 1rem;
    color: black !important;
    transition: 0.3s all;
}

    .calendar-button:hover {
        text-decoration: none;
        box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.2);
        transition: 0.3s all;
    }

.calendar-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.reserve-font {
    font-size: 1.5rem;
    font-weight: bold;
}

.visit-date {
    text-align: left
}

    .visit-date label {
        font-size: 2rem
    }


.paging {
    text-align: center;
    padding:0;
}

    .paging ul {
        display: inline-block;
        margin: 0;
        
    }

    .paging li {
        list-style-type: none;
        float: left;
        padding: 0.5rem 1.5rem;
        border: 1px solid;
        border-color: lightgray;
        box-sizing: border-box;
    }

        .paging li:hover {
            background-color: lightgray;
            cursor: pointer;
        }

    .paging a:hover {
        text-decoration: none;
    }


.medicine-table th, td {
    text-align: center;
    padding: 0.5rem 0.5rem;
}

.medicine-table, th, td {
    border: 1px solid #d4d4d4;
    border-collapse: collapse;
}

.medicine-table {
    width: 100%;
    direction: ltr;
    
    
}

    .medicine-table th {
        background-color: rgb(156,213,25);
        position: sticky;
        top: -2px;
        z-index: 2;
    }

.medicine-table-even {
    background-color: rgba(156,213,25,0.5);
}

.medicine-table-th {
    background-color: rgba(156,213,25,0.5);
}


.medicine-in-visit {
    overflow:auto;
    direction: ltr;
    text-align: left;
    border: 0.5px solid;
    border-color: lightgray;
    
    padding: 0;
}

.medicine-in-visit ul {
    margin: 0;
    padding: 0;
}

.medicine-in-visit li {
    font-size: 1.5rem;
    list-style-type: none;
    padding: 0.8rem 1rem;
    box-sizing: border-box;
    overflow: auto;
    margin: 0;
}

.medicine-in-visit li:hover {
    cursor: pointer;
    background: #ddd;
}

.medicine-in-visit li:nth-child(odd) {
    background-color: lightblue;
}

.medicine-in-visit li:nth-child(odd):hover {
    background: #ddd;
}




.test-in-visit {
    overflow: auto;
    direction: ltr;
    text-align: left;
    border: 0.5px solid;
    border-color: lightgray;
    padding: 0;
}

    .test-in-visit ul {
        margin: 0;
        padding: 0;
    }

    .test-in-visit li {
        font-size: 1.5rem;
        list-style-type: none;
        padding: 0.8rem 1rem;
        box-sizing: border-box;
        overflow: auto;
        margin: 0;
    }

        .test-in-visit li:hover {
            cursor: pointer;
            background: #ddd;
        }

        .test-in-visit li:nth-child(odd) {
            background-color: lightblue;
        }

            .test-in-visit li:nth-child(odd):hover {
                background: #ddd;
            }






.visit-labels {
    border: 1px solid #d4d4d4;
    display: inline-block;
    padding: 0.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    font-size: 1.3rem;
    margin:0.8rem 0;
}

.visit-left-labels {
    font-size: 1.4rem;
    color: #050c5e;
    font-family: "Merriweather";
    font-weight: 800;
}

.visit-right-labels {
    font-size: 1.8rem;
    font-weight: 900;
    font-family: "Sarchia_Baran";
}

.modal-dialog {
    position: relative;
    display: table; /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

.selectBox {
    position: relative;
    direction: ltr;
    padding: 0;
}

    .selectBox button {
        width: 100%;
        font-weight: bold;
        font-size: 1.5rem;
    }


#checkboxes {
    position: absolute;
    display: none;
    border: 1px #dadada solid;
    top: 100%;
    width: 100%;
    z-index: 10;
    background-color: aliceblue;
    direction: ltr;
    text-align: left;
    padding: 0.5rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    height: 25vh;
    overflow: auto;
}

    #checkboxes label {
        display: block;
        font-size: 1.8rem;
    }

        #checkboxes label:hover {
            background-color: rgb(23,186,229);
        }


.selectBox1 {
    position: relative;
    direction: ltr;
    padding: 0;
}

    .selectBox1 button {
        width: 100%;
        font-weight: bold;
        font-size: 1.5rem;
    }


#checkboxes1 {
    position: absolute;
    display: none;
    border: 1px #dadada solid;
    top: 100%;
    width: 100%;
    z-index: 10;
    background-color: aliceblue;
    direction: ltr;
    text-align: left;
    padding: 0.5rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    height:25vh;
    overflow:auto;
}

    #checkboxes1 label {
        display: block;
        font-size: 1.8rem;
    }

        #checkboxes1 label:hover {
            background-color: rgb(23,186,229);
        }
.demo-section label {
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
}

.listbox-kendo-all-items {
    width: 270px;
}

.listbox-kendo .demo-section {
    max-width: none;
    width: 600px;
}

.listbox-kendo .k-listbox {
    width: 236px;
    height: 300px;
}

    .listbox-kendo .k-listbox:first-of-type {
        width: 270px;
        margin-right: 1px;
    }

.grab {
    cursor: -webkit-grab;
    cursor: grab;
}

.bootbox-class {
    border-radius: 1rem;
    font-size: 1.5rem;
    font-family: "Sarchia_Baran";
}

.k-checkbox:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
/*//////////////////////////*/

.k-primary:focus {
    border: 2px solid rgba(0, 51, 0,0.5 ) !important
}

.k-checkbox-label {
    font-size: 1.6rem;
    margin-right: 0.5rem;
}


.shadow-border {
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 2rem;
    box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.2);
    padding: 1rem;
}


.table-without-border { 
    width: 100%;
}

.table-without-border-td{
    border:none;
    text-align:center;
}

.modal {
    overflow-y: auto;
}



