﻿body {
    font-family: Calibri;
    margin: 0px 0px 0px 0px;
}

.dvContainer {
    color: black;
    height: 100% !important;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border: 2px solid #0070c0;
    position: absolute;
/*    overflow: auto;
*/
}

.dvHeaderClientAddress {
    height: 21px;
    text-align: left;
    font-family: Calibri;
    padding-top: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #203764;
    padding-left: 10px;
}

.spnHdrMessage {
    font-weight: 600;
    font-size: 16px;
}

.spnclose {
    float: right;
    padding-right: 10px;
}

.dvHeaderApp {
    background-color: #595959;
    height: 70px;
}

.HeaderiCON {
    height: 50px;
    padding: 10px;
    padding-bottom: 7px;
}

.spnHeaderTitle {
    font-family: Calibri;
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
    color: #30a8ae;
    vertical-align: middle;
}

#spnHdrMessage2 {
    color: #91d050;
}

.dvEmptyspace {
    height: 13px
}

select {
    border-color: #ffe699;
    padding-left: 8px;
    background-color: #fff4d4;
    border: .5px solid #ffe699;
    border-radius: 5px;
    height: 20px;
    opacity: 1;
    filter: Alpha(opacity=50);
}

.actionbtnEdit {
    background-image: url(/Images/Edit.png);
    background-repeat: no-repeat;
    border: none transparent;
    width: 25px;
    height: 25px;
    color: white;
    border-radius: 4px;
    border: 0px currentColor;
    border-image: none;
    font-weight: normal;
    cursor: pointer;
    padding-right: 15px;
}

.actionbtnDelete {
    background-image: url(/Images/Delete.png);
    background-repeat: no-repeat;
    border: none transparent;
    width: 25px;
    height: 25px;
    color: white;
    border-radius: 4px;
    border: 0px currentColor;
    border-image: none;
    font-weight: normal;
    cursor: pointer;
}

.actionbtnSave {
    background-image: url(/Images/Save.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    color: white;
    border: 0px currentColor;
    font-weight: normal;
    cursor: pointer;
    padding-right: 15px;
}
/*Removing Outline from Inputs in Chrome with CSS*/
input:focus, textarea:focus, select:focus, button:focus {
    outline: none;
}

.actionButtons {
    color: white;
    border-radius: 4px;
    border: 0px currentColor;
    border-image: none;
    font-weight: normal;
    width: 105px;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 7px;
    height: 28px;
    cursor: pointer;
}

#btdNew {
    background-color: #5195d3;
}

#btnCancel {
    background-color: #d10a0a;
}

#tblrows tbody tr:hover td {
    background-color: #fce4d6;
}

.btnDeete {
    float: left;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
}

.control-label:after {
    content: "*";
    color: red;
}

label.required:after {
    content: " *";
    color: red;
}

#ModelPopUp tr td {
    text-align: right;
    vertical-align: middle; 
}

    #ModelPopUp tr td label {
        margin-right: 35px;
        margin-bottom: 0px;
    }

.dropdown-toggle {
    overflow: hidden;
    padding-right: 24px /* Optional for caret */;
    text-align: left;
    /*text-overflow: ellipsis;*/
    width: 100%;
}
    /* Optional for caret */
    .dropdown-toggle .caret {
        position: absolute;
        right: 12px;
        top: calc(50% - 2px);
    }

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: 0px !important;
    width: 100% !important;
    height:500px;
    overflow-y:auto;
}

/*.dropdown-toggle::after {
    display: inline-block;
    margin-left: 100%;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}*/

.invalid input:required:invalid {
    background: #BE4C54;
}
/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
    background: #17D654;
}

.error {
    text-align: left;
    color: red;
}

#ModelPopUp {
    font-size: 14px;
    font-family: Calibri;
    padding-bottom: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.modal-body {
    padding-bottom: 5px;
}

    .modal-body td label {
        vertical-align: middle;
    }

.pagination-sm {
    margin-bottom: 0px;
}

.table td, .table th {
    border-top: none;
}

.tblGrid {
    cursor: pointer;
    width: 98%;
    border-width: 0.5px;
    border-color: #D9D9D9;
    table-layout: fixed;
    margin-left: 2%;
    /*border-style: dotted;*/
}

#trheader {
    cursor: pointer;
    border-collapse: collapse;
    height: 25px;
}
.black_overlay {
    position: absolute;
    background-position: center;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    display: contents;
}


.tdHeader {
    height: 15px;
    font-family: Calibri;
    font-size: 15px;
    text-align: center;
    user-select: none;
    background-color: white;
    color: #000000;
    border-top: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-left: 0.005em solid #FFFFFF;
    border-color: #FFFFFF;
    border-collapse: collapse;
    font-weight: bold;
    padding-top: 6px;
}

.searchBox {
    width: 99%;
    border-color: #ffe699;
    padding-left: 8px;
    background-color: #fff4d4;
    border: .5px solid #ffe699;
    border-radius: 5px;
    height: 20px;
    opacity: 1;
    filter: Alpha(opacity=50);
}

.tdData {
    height: 24px;
    font-family: Calibri;
    font-size: 14px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-top: 0px solid #D9D9D9;
    border-bottom: 1px solid #ffffff;
    border-left: 0px solid #D9D9D9;
    border-color: #ffffff;
    border-collapse: collapse;
    border-bottom: 0.7px solid #979797;
}

#imgHrd {
    background-image: url(/Images/Nurse.PNG);
    height: 66px;
}

#btnSave {
    width: 70px;
}

.selectedColor {
    background-color: #fce4d6;
}

#tblfooter {
    margin-top: 20px;
}

#tdpagination {
    width: 20%;
}

#tdPageNum {
    width: 20%;
    padding-left: 40px;
}

#dvPageNum {
    margin-bottom: 0px;
}

#prePageNum {
    margin-bottom: 0px;
}

#tdbnts {
    width: 60%;
}

#dvBtns {
    float: right;
    margin-right: 25px;
    margin-top: 0px;
}

/**SET POPUP MODEL ROW HEIGHT*/
table.table tr {
    height: 20px;
}
table.table td { 
    height: 20px;
    padding: 5px;
}
#SelectedVal {
    height: 38px;
}

.dropdown-item {
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-menu.show {
    height: 250px;
    overflow-y: auto;
}
input[type=checkbox]:focus {
    box-shadow: none;
    border: none;
}
/*.tdAct {
    box-shadow: none !important;
    border: none !important;
}
.form-control:focus {
    box-shadow: none !important;
    border: none !important;
}*/
.dropdown-toggle::after {
    float: right;
    top: 50px;
    margin: 10px;
}

.dropdown-toggle::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    /*content: "";*/
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right;
    margin-top: 0px;
}

.dropdown-toggle {
    padding-right: 2px;
}

.btn-danger.disabled, .btn-danger:disabled {
    color: gray;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #495057;
    border: 1px solid #ced4da;
    opacity: unset;
}
.HelpPage {
    float: right;
    margin-right: 25px;
    font-weight: bold;
    font-family: Calibri;
    text-decoration: underline;
    color: #ffc700;
    cursor: pointer;
    margin-top: -2px;
}

#btnEditExp {
    font-weight: 600;
    background-color: green;
    position: absolute;
    left: 25Px;
    margin-top: -10px;
}

#tdShow {
    color: blue;
    background-color: transparent;
}

    #tdShow:hover {
        color: blue;
        background-color: transparent;
        text-decoration: underline;
    }

.spnButton {
    /*padding-left: 5px;
    color: #595959;
    font-family: Calibri;
    font-weight: bold;
    padding-right: 5px;
    padding-bottom: 3px;
    cursor:pointer;*/
    padding: 0px;
    width: 100px;
    height: 30px;
    / color: rgb(0, 112, 192);
    / font-size: 16px;
    border-right-color: currentColor;
    border-left-color: currentColor;
    border-right-width: 3px;
    border-bottom-width: 0px;
    border-left-width: medium;
    border-right-style: none;
    border-left-style: none;
    background-color: white;
    border-top-width: 0px;
    margin-right: 20px;
    font-weight: bold;
    color: #747474;
    cursor: pointer;
    margin-bottom: 15px;
    outline: none;
    font-family: Calibri;
    font-size: 18px;
}

.spnClick {
    border-bottom: 3px solid #30a8ae;
}


/*#dvtblrows {
    height: 390px;*/ /* Set desired height */
    /*width: 100%;*/ /* Full width */
    /*overflow-y: auto;*/ /* Vertical scrollbar */
    /*overflow-x: auto;*/ /* Horizontal scrollbar if needed */
    /*border: 1px solid #ccc;*/ /* Optional border for better appearance */
/*}

#tblrows {
    width: 100%;*/ /* Ensures table uses full container width */
    /*table-layout: fixed;*/ /* Optional - for consistent column widths */
/*}

.tdData {
    white-space: nowrap;*/ /* Prevents text wrapping in cells */
    /*padding: 5px;*/ /* Optional padding for better spacing */
/*}*/


