﻿.custom-margin {
    margin-top: 30px;
}

.form-group-custom {
    margin-top: 10px;
}

.highlight-table-field {
    color: red;
    font-weight: bold;
}

ul.pc-bottom-nav {
    list-style: none;
}

    ul.pc-bottom-nav li {
        padding-right: 0;
        margin-right: 0px;
    }

.pc-bottom-nav a {
    width: 100%;
}

.tooltip {
    z-index: 2147483647;
}

.noOverflow {
    overflow-x: visible !important;
    overflow-y: visible !important;
}
/*.jstree-node, .jstree-children, .jstree-container-ul {
  direction:rtl !important;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px -30px !important;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px -30px !important;
}*/


.fc-agendaDay-view .fc-content {
    padding: 0px !important;
}

.fc-agendaDay-view .fc-short {
    /*margin-top:-10px !important;*/
    line-height: 9px !important;
    /*font-size:6px !important;*/
    /*background-color: greenyellow !important;*/
}
/*.fc-agendaDay-view .fc-content *{
  margin:0!important;
}*/

.radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: 0 !important;
}

.block-wait {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999999999999999999999999;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    cursor: default;
    font-size: 20px;
    color: #fff;
    left: 0px;
    top: 0px;
    display: none;
    padding-top: 200px;
}

.loader {
    position: fixed;
    z-index: 9999999999999999999999999999999999999999;
    bottom: 50%;
    left: 600px;
    color: white;
    font-size: 20px;
}

.f-required {
    font-weight: bold;
}

.swal-title, .swal-text, .swal-button {
    font-family: 'droid arabic kufi', sans-serif;
}

.swal-footer {
    text-align: center !important;
}

.swal-button--confirm {
    background-color: #3a5a71;
}

.swal-overlay {
    z-index: 999999999999999999999999 !important;
}

.swal-text {
    text-align: center;
}

table.dataTable tbody tr td {
    word-wrap: break-word;
    word-break: break-all;
}

.insideTable {
    width: 100%;
}

    .insideTable td, .insideTable th {
        text-align: center;
    }

#XRayTreeJS .jstree-open > .jstree-anchor > .jstree-checkbox,
#XRayTreeJS .jstree-closed > .jstree-anchor > .jstree-checkbox {
    display: none;
}




.side-menu-loader {
    display: none;
    position: absolute;
    background-color: #444;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding-left: 38%;
    z-index: 9999999;
    padding-top: 50%;
    opacity: 0.8;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.expand-lab-test {
    text-decoration: none;
}

.headerTools.custom-header-two.clearfix {
    background: #0aa5c3;
    border-bottom: 1px solid #05a5c5;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: none;
    width: 100%;
}

span.menuTitle {
    margin: 0;
    color: #fff;
    font-size: 13pt;
    font-weight: 700;
    text-transform: uppercase;
}

.headerTools a {
    float: right;
    display: inline-block;
    margin-left: 15px;
    box-sizing: border-box;
    color: #fff;
    line-height: 30px;
}


    .headerTools a i {
        font-size: 15pt;
        font-weight: 400;
    }

@media only screen and (max-width: 991px) {
    body.page-header-fixed.sidebar-opened {
        overflow: hidden;
    }

    .page-sidebar.navbar-collapse {
        margin-top: 5rem;
        display: flex;
        margin: 0;
        flex-wrap: wrap;
        height: 100vh !important;
        max-height: 100vh;
        !i;
        !;
    }

    .page-sidebar .patientMenuWrapper {
        /* display: flex; */
        /* align-items: self-start; */
        width: 100% !important;
        /* flex-wrap: wrap; */
    }

    .header2 .headerTools {
        background: #0aa5c3;
        border-bottom: 1px solid #05a5c5;
        padding: 0;
        width: 95%;
    }

    .page-sidebar ul {
        margin-top: 0px;
        width: 100%;
        padding: 0;
        height: calc(100vh) !important;
    }

    .header2.navbar-fixed-top {
        z-index: 9990 !important;
        top: 0;
    }

    .header-inner {
        padding: 0;
    }

    .page-sidebar-wrapper {
        width: 88%;
        margin-left: auto;
        position: absolute;
        height: 100vh;
        /* overflow: hidden !important; */ !i;
        !;
        visibility: hidden;
    }

    .headerTools.mobile-active {
        display: block !important;
    }
}

.top-actions.change-dates {
    width: 100%;
}

.patiant-search-input {
    width: 100%;
}

.sidebar-opened .page-sidebar-wrapper {
    z-index: 99999999999999;
}
