﻿/* Custom Css */
/* Added by Ramiz Khan */
/* Custom CSS to meet the custom requirments */

@media (min-width: 992px) {
    .nav-function-top .page-header {
        background-image: none !important;
        background-color: #ffffff !important;
        -webkit-box-shadow: 0px 0px 14px 0px rgb(37 74 135 / 13%);
        box-shadow: 0px 0px 14px 0px rgb(37 74 135 / 13%);
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a:before {
        content: '\f413';
        font-family: nextgen-icons;
        position: absolute;
        top: calc(50% + 15px);
        right: calc(50% - 5px);
        font-size: 7px;
        height: 10px;
        width: auto;
        color: #24b3a4;
    }

    .nav-function-top .page-header .badge.badge-icon {
        -webkit-box-shadow: 0 0 0 1px #fc1349;
        box-shadow: 0 0 0 1px #fc1349;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
        background: #ffffff;
    }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
            color: #ffffff;
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:hover > a {
            background: rgba(0, 0, 0, 0.1);
            color: #000;
        }
}

.table th, .table td {
    vertical-align: middle !important;
}

.bg-grey-50 {
    background-color: #e6e6e6;
    color: black;
}

.form-group:last-child, .form-group:only-child {
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.header-btn {
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
}

.SupportIcon {
    height: 2rem;
    width: 2rem;
    background-color: #6e96d7;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #2958a4;
    color: #fff !important;
    font-size: 16px !important;
}

.SupportIcon2 {
    height: 2rem;
    width: 2rem;
    background-color: green;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #2958a4;
    color: #fff !important;
    font-size: 16px !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

a[target] {
    font-weight: 500;
    border-bottom: 0px !important;
}
.page-content-wrapper {
    background-color: #f7f7f7 !important;
}
.min-w-5{
    min-width: 5rem;
}
/* Start Modal-FullScreen */
.modal-fullscreen .modal-dialog .modal-content {
    height: 100%;
}

.modal-fullscreen {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
}

.modal-dialog-fullscreen {
    position: fixed !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    max-width: unset !important;
    max-height: unset !important;
}

.modal-content-fullscreen {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    box-shadow: none !important;
    height: 100% !important;
}

.modal-header-fullscreen {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 99;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-title-fullscreen {
    color: #fff !important;
}

.modal-body-fullscreen {
    position: absolute !important;
    top: 40px !important;
    bottom: 60px !important;
    width: 100% !important;
    overflow: auto !important;
}

.modal-footer-fullscreen {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 50px !important;
    padding: 5px 20px !important;
    background: #f1f3f5 !important;
}
/* End Modal-FullScreen */

/* Full Screen OverLay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.33);
}

.overlaytextholder {
    top: 50% !important;
    width: 100% !important;
    position: relative !important;
    text-align: center !important;
}

#overlaybgimg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlaytext {
    margin-top: 30px;
}
/* Full Screen OverLay ENDs */

.cursor-copy {
    cursor: copy !important;
}

.z-index-10000 {
    z-index: 10000 !important;
}

.patient_list_table_toolbar {
    float: right;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

.swal2-container {
    z-index: 9999 !important;
}
.min-w8 {
    min-width: 8rem;
   
}
.fa-rotate-50 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.was-validated .form-control:invalid,.form-control:valid,.form-control.is-valid, .form-control.is-invalid {
    background-position: right calc(0.3675em + 1.25rem) center !important;
}
panel-tag {
    border-left: 3px solid #254a87 !important;
}

.evenboxstyle {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    border-left: 3px solid #254a87;
    background: #f7f6f9;
    opacity: 0.8;
    font-weight: 400;
    font-size: 0.875rem;
    border-radius: 0px 8px 8px 0px;
}
.oddboxstyle {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    border-left: 3px solid #1dc9b7;
    background: #fbfafd;
    opacity: 0.8;
    font-weight: 400;
    font-size: 0.875rem;
    border-radius: 0px 8px 8px 0px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
    .oddboxstyle:hover,
    .evenboxstyle:hover {
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    }
.itemHeadingEvenN {
    background: #244a87;
    padding: 8px 12px;
    border-radius: 6px;
    color: #fff;
    height:48px;
}
    .itemHeadingEvenN h1 {
        margin: 0;
        font-size: 1.2rem;
    }
.itemHeadingOddN {
    background: #49d4c5;
    padding: 8px 12px;
    border-radius: 6px;
    color: #000;
    height: 48px;
}
.itemHeadingOddN h1 {
    margin: 0;
    font-size:1.2rem;
}
.validation-summary-errors ul{
    margin-bottom:0 !important;
}
/*style by naveed*/
.summaryItemsContainer {
    min-height: 24rem;
}

.summaryItemsContainer {
    min-height: 24rem;
}
@media screen and (max-width: 767px) {
    .summaryItemsContainer {
        min-height: 8rem;
    }
}
            