﻿/*ag grid styles */
.ag-group-value {
    font-weight: bold;
}

.ag-row-footer {
    font-weight: bold;
    background-color: #f8f9fa;
}

.ag-header-cell {
    color: black;
    background: #cfdfdf;
}

.ag-paging-panel {
    height: 24px;
}

.ag-theme-quartz .ag-picker-field-wrapper, .ag-theme-quartz-dark .ag-picker-field-wrapper, .ag-theme-quartz-auto-dark .ag-picker-field-wrapper {
    min-height: calc(var(--ag-grid-size) * 2);
}

.main-panel > .footer {
    height: 26px;
}

/* ag grid styles end */

.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5cb85c;
}

.modal-header-warning {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f0ad4e;
}

.modal-header-danger {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #d9534f;
}

.modal-header-confirmation {
    color: #fff;
    background-color: #00c0ef;
}

.grid {
    width: 100%;
    height: 390px;
}

.grey .ui-grid-cell-contents {
    background-color: #3CB371;
    color: #FFF;
}

.grey1 .ui-grid-cell-contents {
    background-color: #aebbbf;
    color: #212529;
}


body {
    background-color: #e9ecef !important;
    /*padding-top: 3.5rem;
    padding-bottom: 2.3rem;*/
    height: 100vh;
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Alata', sans-serif !important;*/
}

.main-body {
    padding-top: 50px;
    padding-bottom: 35.5px;
}

.main-Popupbody {
    padding-top: 64px;
    padding-bottom: 0.5rem;
}
/*.bg-color {
    background-color: #0c6e81;
    /*background: linear-gradient(180deg, #16889a,#3d7f9e);*/
}

*/
/*.bg-white {
    background-color: white;
}*/
.bg-textcolor {
    color: #7b7e80 !important;
}

.form-control {
    height: 30px !important;
    padding: 3px 12px !important;
    font-size: .75rem !important;
    line-height: 1.428571429 !important;
}

/*.nav-item {
    margin-right: 1rem;
}
*/
.nav-tabs .nav-link {
    background: white;
}

    .nav-tabs .nav-link.active {
        background: #3a9cab !important;
        color: white !important;
    }

label {
    font-weight: 500;
    margin-bottom: 0rem !important;
}


.departments label {
    color: #173F5F;
}

.search-icon::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/*li:hover .dropdown-menu {
    display: block;
}*/

.dropdown-menu li:hover {
    background: rgba(58,156,171,.75);
}

.dropdown-menu li.main-dropdown:hover a.main-link {
    color: white;
    background: rgba(58,156,171,.75);
}

.dropdown-menu {
    /*max-height: 400px;*/
    max-height: 480px; /*To avoid scroll bar height has been increased*/
    /* overflow-y: auto;*/
}

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .dropdown-submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0px;
    }

    .dropdown-menu .dropdown-submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover > .dropdown-submenu {
        display: block;
        list-style: none;
        padding: 0;
    }


.dropdown-submenu li:hover a {
    color: white;
    background: rgba(58,156,171,.75);
    text-decoration: none;
    /*font-weight:500;
    font-size:14px;*/
}
/*.dropdown-submenu li a:hover {
    
}*/

span.col-red {
    color: red;
    font-size: 12px;
}

.pull-right {
    float: right;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #ced4da !important;
    padding-right: calc(1.5em + .75rem);
    background-image: none !important;
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e); */
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.login-head {
    left: 38%;
    background: white;
    position: absolute;
    top: -58px;
    border: 1px solid rgba(0,0,0,.25);
    padding: .25rem;
    border-radius: 50px;
}

.main-class {
    font-size: 60px;
    align-content: space-evenly;
    display: grid;
}

.custom-file {
    height: 18px;
    padding: 0;
    font-size: 12px;
    line-height: 1.428571429;
}

.modal-dialog {
    left: 0;
    margin: 1.75rem auto !important;
}


.selectable {
    padding: 1.5rem 1.5rem;
    /*margin-bottom: 1rem;*/
    border: 1px solid;
    border-radius: 50%;
}

.selectable-bg {
    background: linear-gradient(45deg, #1c649c, #169ed6);
}

.btn-login {
    color: #fff !important;
    background: linear-gradient(311deg, #169dd5, #1c659d) !important;
    border-color: #169dd5 !important;
    transition: background 25s;
}


    .btn-login:hover {
        color: #fff !important;
        background: linear-gradient(45deg, #169dd5, #1c659d) !important;
        border-color: #1c659d !important;
    }

#header-menu .dropdown {
    /*margin-right: 1rem;*/
    /*padding:1rem;*/
    /*font-weight:500;*/
}

.dropdown-toggle {
    color: rgba(255,255,255,.85);
    display: block;
    padding: 13px 10px;
    overflow: hidden;
    letter-spacing: 2px;
    text-decoration: none;
}

.home-toggle {
    color: rgba(255,255,255,.85);
    display: block;
    padding: 14px 0.5rem;
    overflow: hidden;
    letter-spacing: 2px;
    text-decoration: none;
}

    .home-toggle:hover {
        color: white !important;
        background-color: rgba(0,0,0,.1) !important;
        text-decoration: none;
    }

.dropdown-toggle::after {
    margin-bottom: -.1rem;
    margin-left: -4px !important;
}
/*.menu-style {
    margin-left:-1rem;
    font-size:1.5rem;
    display:block;
    text-align:center;
}*/
.dropdown-toggle:hover {
    color: white !important;
    background-color: rgba(0,0,0,.1) !important;
    text-decoration: none;
}

.dropdown-menu > li > a, .dropdown-submenu li a {
    display: block;
    text-decoration: none;
    /*padding: 6px 10px 6px 20px;*/
    padding: 4px 9px 4px 16px;
    border-bottom: 1px solid beige;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #2c2b2b;
    white-space: nowrap;
}



.dropdown-menu > li:nth-last-child(1) > a {
    border-bottom: none;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: darkgrey;
}

.dropdown-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.dropdown-menu::-webkit-scrollbar {
    width: .5rem;
    background: white;
}

.dropDownDivContentDiv {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv1 {
    padding: .25rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv2 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv3 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv4 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv5 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv6 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv7 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv8 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv9 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv10 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv11 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv12 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv13 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv14 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.dropDownDivContentDiv15 {
    padding: .25rem 1rem;
    background: white;
    cursor: pointer;
}

.ui-widget-content {
    padding: 0 !important;
}

.ui-dialog-content {
    padding: 10px !important;
}

    .ui-dialog-content table {
        font-size: 0.85rem;
    }

.ui-dialog-titlebar-close {
    background: none;
    outline: 0;
    border: none;
    height: auto !important;
}

    .ui-dialog-titlebar-close:focus {
        outline: 0;
        border: none;
    }

    .ui-dialog-titlebar-close:after {
        position: relative;
        content: "X";
        color: white;
    }

#bedAvailabilty .table td .select {
    border-radius: 0.25rem;
    color: white;
    background: #5ba0ab;
    border: none;
    padding: 0.25rem 0.5rem;
}

#bedAvailabilty .table td, #bedAvailabilty .table tdth {
    padding: .75rem !important;
}

.ui-widget-header {
    background: #e6e6e6;
    /* //#5ba0ab !important;*/
    color: #fff !important;
}

.dropDownDivContentDiv:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv2:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv3:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv4:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv5:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv6:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv7:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv8:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv9:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv10:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv11:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv12:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv13:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv14:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv15:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

.dropDownDivContentDiv1:hover, .multi-level.show li:hover {
    background: rgba(0,0,0,.1);
}

#header-menu .dropdown:hover .line {
    width: 100%;
    float: left;
}

.line {
    width: 0%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: white;
    transition: .25s;
    transition-timing-function: ease-out;
}

.login-text {
    letter-spacing: 7px;
    font-weight: 500;
}

.login-heading {
    font-weight: 400;
    letter-spacing: .3vw;
    color: rgba(0,0,0,.5)
}

.ui-dialog {
    left: 250px !important;
}

.login-bg {
    background-size: cover;
    background-image: url('/Images/login-bc.jpg');
    background-position: center;
    align-content: center;
    display: grid;
    filter: drop-shadow(2px 4px 6px black);
}

.login-icons {
    position: absolute;
    top: 8px;
    left: 12px;
    color: rgba(0,0,0,.5);
    font-size: 1.5rem !important;
}

.control-label, .control-label-disabled {
    z-index: 2;
    top: -12px;
    background: white;
    left: 1.2rem;
    font-size: .75rem;
    position: absolute;
    /*// color: #173F5F;*/
}

.control-img {
    z-index: 2;
    top: 5px;
    right: 20px;
    position: absolute;
}

.text-color {
    color: #173F5F;
}

.control-label-disabled {
    background: linear-gradient(360deg, #e9ecef,#e9ecef,#e9ecef,#fff,#fff,#fff,#fff);
}

.scroll-table {
    height: 127px !important;
    display: block;
    overflow-y: auto;
}

.scroll-Notestable {
    height: 113px !important;
    display: block;
    overflow-y: auto;
}

.scroll-Billingtable {
    height: 140px !important;
    display: block;
    overflow-y: auto;
}

.scroll-packagetable {
    height: 190px !important;
    display: block;
    overflow-y: auto;
}

.scroll-InvestigationWiseResulttable {
    height: 272px !important;
    display: block;
    overflow-y: auto;
}

.scroll-InvBillingtable {
    height: 250px !important;
    display: block;
    overflow-y: auto;
}

table label {
    font-size: .7rem;
    float: left;
    display: contents;
}
/*.table{
    margin-bottom:0rem !important;
}*/
.heading-label {
    font-size: 1.1rem;
    color: #173F5F;
}

#ui-datepicker-div {
    z-index: 10001 !important;
}

td:nth-child(3) span {
    font-size: 13px;
    padding: 0 .25rem;
    display: block;
}

.address-table td:nth-child(3), .appointments td:nth-child(1), .registrations td:nth-child(1), .registrations .main-table td:nth-child(1), .patientInfo .main-table td:nth-child(1), .visit td:nth-child(1), .CaseHistory td:nth-child(1), .doctor td:nth-child(3), .billing .billing-table td:nth-child(3) {
    word-break: keep-all;
    padding: 0 10px !important;
    font-size: 13px;
}

.address-table td:nth-child(3) {
    width: 442px;
    max-width: 442px;
}

.appointments td:nth-child(1) {
    min-width: 120px;
    width: 120px;
}

.registrations .main-table td:nth-child(1) {
    max-width: 135px;
    width: 135px;
}

.registrations td:nth-child(1) {
    max-width: 150px;
    width: 106px;
}

.patientInfo .main-table td:nth-child(1) {
    max-width: 135px;
    width: 135px;
}

.patientInfo td:nth-child(1) {
    max-width: 106px;
    width: 106px;
}

.visit td:nth-child(1) {
    max-width: 120px;
    width: 120px;
}

.CaseHistory td:nth-child(1) {
    max-width: 120px;
    width: 120px;
}

.doctorVisits-table td:nth-child(1), .doctorVisits-table td:nth-child(3) {
    width: 45px;
}

.doctor td:nth-child(3) {
    max-width: 180px;
    width: 180px;
}

.billing .billing-table td:nth-child(1) {
    max-width: 100px;
    width: 100px;
}

.inv_Billing .invbilling-table td:nth-child(1) {
    max-width: 100px;
    width: 100px;
}

.fa-calendar, .fa-clock-o, .fa-phone, .fa-envelope {
    position: absolute;
    top: 6px;
    right: 26px;
    color: #b5c2ca;
    pointer-events: none;
}

.fa-male, .fa-female {
    color: #166da5;
}

.fa-times-circle {
    display: none !important;
    position: absolute !important;
    right: -5px;
    top: -5px;
}

.for-hover:hover .fa-times-circle {
    display: inline-block !important;
}

.for-hover {
    position: relative;
}

/*.registrations .fa-times-circle {
    right: 100px;
    top: -8px;
}*/

td {
    border-top: 0 !important;
    padding: 0rem !important;
}

.ui-datepicker-calendar tr {
    display: table-row;
}

.appointments tr, .registrations tr, .vist tr, .doctor tr, .billing .billing-table tr, .address-table tr, .main-table tr {
    display: flex;
    align-items: baseline;
}

/*.colors {
    background-color: #194769;
    /*background: linear-gradient(-45deg, #2383c3,#18527a,#144769);*/
/*}*/

.col-red {
/*    color: #ff0000 !important;
*/    color: red !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-24 {
    font-size: 24px !important;
}

.w-150px {
    width: 150px;
}

.w-80px {
    width: 80px;
}

.w-55 {
    width: 55px !important;
}

.h-80px {
    height: 80px !important;
}

.h-85px {
    height: 85px;
}

.h-90px {
    height: 90px;
}

.h-65px {
    height: 65px !important;
}

.w-56px {
    width: 740px !important;
}

.h-75px {
    height: 75px !important;
}

.h-40px {
    height: 40px !important;
}

.h-50px {
    height: 50px !important;
}

.h-77px {
    height: 77px !important;
}

.h-0 {
    height: 0px !important;
}

.h-80 {
    height: 80% !important;
}



.h-24px {
    height: 24px !important;
}

.h-30px {
    height: 30px !important;
}

.h-520px {
    height: 520px !important;
}

.mr-1px {
    margin-right: 1px;
}

.ml-144px {
    margin-left: 144px;
}

.rounded-50 {
    border-radius: 50px !important
}

/*.height-width {
    height: 103px;
    width: 100px;
}
.h-107px-w-100px {
    width :100px ;
   height:107px;
}
.h-auto-w-109 {
    width:109px; 
    height:auto;
}*/
.autolist {
    z-index: 100;
    width: 88%;
    max-height: 170px;
    overflow-x: auto;
    top: 32px;
}

.autolist1 {
    z-index: 100;
    width: 98%;
    max-height: 170px;
    overflow-x: auto;
    top: 32px;
}




/*prescription*/
#prescription .modal-content {
    background: transparent !important;
    border: none;
}

#prescription .modal-header {
    border-bottom: none !important;
}

.mySlides {
    /*display: none*/
}

    .mySlides img {
        height: 70vh;
    }

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 150px;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    z-index: 1;
    color: white !important;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #fff;
    /*prescription*/
}

.tick {
    position: absolute;
    top: 85px;
    z-index: 1;
    right: 2px;
}

.report-text {
    line-height: 1.8;
    letter-spacing: 1px;
}

.dashboard {
    background: linear-gradient(135deg, rgba(141,112,238,1) 0%, rgba(31,127,187,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d70ee', endColorstr='#1f7fbb', GradientType=1 );
    border-radius: 8px
}

.dashboard-bg2 {
    background: linear-gradient(135deg, rgba(55,203,188,1) 0%, rgba(14,157,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37cbbc', endColorstr='#0e9dd6', GradientType=1 );
    border-radius: 8px;
}

.dashboard-bg3 {
    background: linear-gradient(135deg, rgba(239,107,226,1) 0%, rgba(133,101,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6be2', endColorstr='#8565fa', GradientType=1 );
    border-radius: 8px;
}

.right-bar {
    display: none;
    position: absolute;
}

.right-bar-show {
    display: block;
    position: absolute;
    top: 52px;
}
/*.right-sidebar {
    position: absolute;
    right: 8px;
    left: auto;
    top: 80px;
    width: 290px;
    border-radius: 10px;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
    background-clip: padding-box;
    z-index: +10;
    margin-right: -300px;
    display: none;
}

.right-sidebar-show {
    position: absolute;
    right: 8px;
    left: auto;
    top: 80px;
    width: 290px;
    border-radius: 10px;
    padding: 0 10px;
    border: 2px solid rgb(89, 100, 114);
    background-color: #fff;
    background-clip: padding-box;
    z-index: +10;
    margin-right: 0px;
    display: block;
    transition: 1s;
}*/

.theme .badge {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    position: relative;
    width: 28px;
}

.theme .gradient1 {
    /*//background-color: #0c6e81;*/
    background-image: linear-gradient(180deg, #40e0ca 7%, #4a4a4a 206%);
}

.theme .gradient2 {
   /* //background-color: #3a9cab;
    // background-image: linear-gradient(25deg, #13547a, #3b887f);*/
    background: linear-gradient(180deg, #3a9cab 1%, #163c42 164%);
}

.theme .gradient3 {
   /* //background-color: #007fff;
    //background: linear-gradient(15deg, #667db6, #0082c8);*/
    background: linear-gradient(180deg, #6d9aa1 3%, #505050 175%);
}

.theme .gradient4 {
   /* //background-color: #02abaf;
    // background-image: linear-gradient(-45deg, #30cfd0 0%, #330867 100%);*/
    background: linear-gradient(180deg, rgb(11 223 228) 15%, rgb(38 56 68) 166%);
}



.gradient1 .colors {
    /*//background-image: linear-gradient(25deg, #09203f 0%, #537895 100%);*/
    background: linear-gradient(180deg, #40e0ca 7%, #4a4a4a 206%);
}

.gradient1 .bg-color {
    background-color: #3bbdab;
}

.gradient1 .btn-custom {
    background: linear-gradient(180deg, #40e0ca 7%, #4a4a4a 206%);
    color: white;
}

    .gradient1 .btn-custom:hover {
        background: linear-gradient(0deg, #40e0ca 7%, #4a4a4a 206%);
        color: white;
    }

.gradient1 .control-label, .gradient1 .control-label-disabled, .gradient1 .theme-color {
    color: #3bbdab;
}

.gradient2 .colors {
    /*// background-image: linear-gradient(25deg, #13547a, #3b887f);*/
    background: linear-gradient( 180deg, #3a9cab 1%, #1996cd 164%);
}

.gradient2 .bg-color {
   /* //background-color: #3b887f;
    // background-color:#1f647b;*/
    background-color: #3a9cab;
}

.gradient2 .btn-custom {
    background-color: #3a9cab;
    color: white;
}

    .gradient2 .btn-custom:hover {
        background-color: #3a9cab;
        color: white;
    }

.gradient2 .control-label, .gradient2 .control-label-disabled, .gradient2 .theme-color {
    color: #3a9cab;
}


.gradient3 .colors {
   /* // background: linear-gradient(15deg, #667db6, #0082c8);
    // background: linear-gradient(to right, rgb(24 80 97) 0%, #25484e 100%);
    //background: linear-gradient(to right, rgb(55, 183, 222) 0%, rgb(69, 200, 220) 100%);
    //background: #4e7882;
    // background: #45c8dc;*/
    background: linear-gradient(180deg, #6d9aa1 3%, #505050 175%);
}

.gradient3 .bg-color {
    //background-color: #45c8dc;
    background-color: #6d9aa1;
}

.gradient3 .btn-custom {
    background-color: #6d9aa1;
    color: white;
}

    .gradient3 .btn-custom:hover {
        background-color: #6d9aa1;
        color: white;
    }

.gradient3 .control-label, .gradient3 .control-label-disabled, .gradient3 .theme-color {
    color: #6d9aa1
}

.gradient4 .colors {
    background: /*linear-gradient(22deg, rgb(2 171 175), rgb(81, 144, 150))*/ linear-gradient(180deg, rgb(11 223 228) 15%, rgb(38 56 68) 166%);
}

.gradient4 .bg-color {
   /* // background-color: #006cab;*/
    background-color: #02abaf;
}

.gradient4 .btn-custom {
    background-color: #02abaf;
    color: white;
}

    .gradient4 .btn-custom:hover {
        background-color: #02abaf;
        color: white;
    }

.gradient4 .control-label, .gradient4 .control-label-disabled, .gradient4 .theme-color {
    color: #02abaf
}

.form-control-red {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid red !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* width: 100%;
    height: 34px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-color: #ced4da !important;
    padding-right: calc(1.5em + .75rem);
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);*/
}

.form-control.focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}





.spinner {
    position: absolute;
    left: 45%;
    top: 45%;
    width: 60px;
    height: 60px;
    border-top: 8px solid aliceblue;
    border-right: 8px solid aliceblue;
    border-bottom: 8px solid aliceblue;
    border-left: 10px solid #3498db;
    border-radius: 50%;
    animation-name: spin;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.loading {
    position: absolute;
    left: 45%;
    top: 53%;
    font-family: sans-serif;
    color: gray;
    letter-spacing: 0.1em;
}


.ddl {
    background-color: #bdbdbd;
    color: white;
}

.linebar {
    border-left: 6px solid;
    height: 500px;
}

#itemDetailsTableBody td {
    vertical-align: top;
    padding-bottom: 5px;
}

.headers th {
    height: 3px;
    line-height: 3px;
}

thead.headers {
    background-color: #77777712;
}

.medicinetablecel {
    margin-top: 5px;
    margin-bottom: 5px
}

body .table tbody tr:last-child td:last-child .fa-plus-circle {
    display: block !important;
    color: #3a9cab;
}

.faplusiconclass {
    display: none !important;
}

a.text-red {
    color: #6c757d;
}
/*.RPTimage:hover {
     transform: scale(2.5);
}*/


/*.RPTimage {
    .RPTimage {
     transition: all 1s;
}
.RPTimage:hover {
     transform: scale(2.5);
}*/


.RPTimage:hover {
    position: relative;
    inset: auto;
    z-index: 1;
    width: auto;
    transition: all 1s;
    scale: 12;
    /*scale: 2.5;*/
}

.patient-image {
    position: relative;
}
/*.form-controls {
    height: 24px !important;
    padding: 3px 12px !important;
    font-size: .75rem !important;
    line-height: 1.428571429 !important;
}


.form-controls {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
tw-55 {
    width: 805px !important;
}

/*sandeep_debug*/
.create-card .card-body {
    max-height: calc(100vh - 232px);
    overflow-y: auto;
    min-height: calc(100vh - 232px);
}

.create-card .medical-history-body {
    max-height: calc(100vh - 165px) !important;
    overflow-y: auto;
    min-height: calc(100vh - 165px) !important;
}

/*.list-card .card-body {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    min-height: calc(100vh - 180px);
}*/

.gradient1 .ui-grid-header-cell.ui-grid-clearfix.ng-scope.ng-isolate-scope {
    background: #3bbdab;
}

.gradient2 .ui-grid-header-cell.ui-grid-clearfix.ng-scope.ng-isolate-scope {
    background: #3a9cab;
}

.gradient3 .ui-grid-header-cell.ui-grid-clearfix.ng-scope.ng-isolate-scope {
    background: #6d9aa1;
}

.gradient4 .ui-grid-header-cell.ui-grid-clearfix.ng-scope.ng-isolate-scope {
    background: #02abaf;
}

.ui-grid-header-cell-label, i.ui-grid-icon-angle-down, i.ui-grid-icon-up-dir {
    color: white !important;
}

input.ui-grid-filter-input.ui-grid-filter-input-0, select.ui-grid-filter-select.ui-grid-filter-input-0 {
    border-radius: 0.25rem !important;
    font-size: smaller;
    padding: 2px 4px !important;
}

.ui-grid-canvas .ui-grid-cell-contents {
    padding-inline: 8px;
}

.ui-grid-viewport {
    max-height: calc(100vh - 250px);
}

.accordian-card .collapsed .fa-chevron-down {
    transform: rotateZ(0deg);
    transition: .25s all;
}

.accordian-card .fa-chevron-down {
    transform: rotateZ(-180deg);
    transition: .25s all;
}

.accordian-card .card-header {
    padding: 0.5rem 1.25rem;
}

    .accordian-card .card-header h6 {
        cursor: pointer;
    }

.create-card .card-header, .create-card .card-body, .create-card .card-footer, .list-card .card-header, .list-card .card-body, .report-card .card-header, .report-card .card-body {
    padding: 0.50rem 1.25rem !important;
}

.modal .modal-header, .modal .modal-body, .modal .modal-footer {
    padding: 0.25rem 1.25rem !important;
}

.card-header > div {
    margin-top: 0.5rem;
}

.col-lg-4, .col-xl-3, .col-sm-6, .col-lg-6, .col-xl-4, .col-md-12 {
    padding: 0 10px !important;
}
/*ag grid styles */
.ag-group-value {
    font-weight: bold;
}

.ag-row-footer {
    font-weight: bold;
    background-color: #f8f9fa;
}

.ag-header-cell {
    color: black;
    background: #cfdfdf;
}

.ag-paging-panel {
    height: 24px;
}

.ag-theme-quartz .ag-picker-field-wrapper, .ag-theme-quartz-dark .ag-picker-field-wrapper, .ag-theme-quartz-auto-dark .ag-picker-field-wrapper {
    min-height: calc(var(--ag-grid-size) * 2);
}

.main-panel > .footer {
    height: 26px;
}

/* ag grid styles end */
@media screen and (max-width:1199px) {
    #navbarNav {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
}

@media screen and (max-width:575px) {
    .ui-grid-pager-row-count-label, .ui-grid-pager-count-container, .ui-grid-pager-row-count-picker {
        display: none;
    }
}
    /*sandeep_debug*/
