﻿body, html, myhtml {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 12px !important;
    background-color: #f7f9fc;
    width: 100%;
    height: 100%;
    font-family: Calibri (Body);
    background-image: url(/images/banner/body-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.custom-radio-group {
    display: inline-block; /* Group behaves like inline */
}

.custom-radio {
    display: inline-block;
    vertical-align: middle;
}

.custom-radio-label {
    font-size: 12px !important;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal !important;
}

.custom-radio-input {
    margin-right: 6px !important;
    vertical-align: top;
    margin-top: -3px !important
}

.btn-morning {
    background-color: #ff9900 !important;
    border-color: #ff9900 !important;
    margin-right: 5px !important;
    color: #ffffff;
}

    .btn-morning:hover {
        background-color: #cc7a00 !important;
        border-color: #cc7a00 !important;
        color: #ffffff;
    }

.btn-afternoon {
    background-color: #33d6ff !important;
    border-color: #33d6ff !important;
    margin-right: 5px !important;
    color: #ffffff;
}

    .btn-afternoon:hover {
        background-color: #00ccff !important;
        border-color: #00ccff !important;
        color: #ffffff;
    }

.btn-evening {
    background-color: #BF96F9 !important;
    border-color: #BF96F9 !important;
    margin-right: 5px !important;
    color: #ffffff;
}

    .btn-evening:hover {
        background-color: #a76ef7 !important;
        border-color: #a76ef7 !important;
        color: #ffffff;
    }

.btn-night {
    background-color: #4d4d4d !important;
    border-color: #4d4d4d !important;
    margin-right: 5px !important;
    color: #ffffff;
}

    .btn-night:hover {
        background-color: #333333 !important;
        border-color: #333333 !important;
        color: #ffffff;
    }

.img-ps {
    height: 32px;
    width: 32px;
    margin-right: 15px
}

.frm-val-msg {
    padding: 5px;
    font-weight: bold;
    color: rgb(255, 77, 77);
    display: none;
}

.frm-opt-txt {
    margin-top: -2px;
    padding-left: 6px;
}

.form-opt-ctl {
    margin-right: 10px !important;
    height: 16px !important;
    width: 16px !important
}

.success-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #009933 !important
}

.btn-green {
    background-color: #009933 !important;
    border-color: #009933 !important;
    color: #ffffff !important
}

    .btn-green:hover {
        background-color: #006622 !important;
        border-color: #006622 !important;
        color: #ffffff !important
    }

.btn-orange {
    background-color: #ff9900 !important;
    border-color: #ff9900 !important;
    color: #ffffff !important
}

    .btn-orange:hover {
        background-color: #e68a00 !important;
        border-color: #e68a00 !important;
        color: #ffffff !important
    }

.hub-box {
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    border-radius: 8px;
}

.hub-box-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: .5px
}

.hub-box-text {
    font-size: 16px;
    color: #ffffff;
}

.hub-sel-img {
    height: 160px;
    width: 160px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 0px 10px 10px 10px;
}


.hub-btn {
    height: 38px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 18px !important;
    float: none;
    margin: 5px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /*display: block !important*/
}







/*.hub-btn {
    height: 38px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff !important;
    border-radius: 18px !important;
    float: none;
    margin: 10px !important;*/
/*display: block !important*/
/*}
    .hub-btn:hover {
        color: black;
        background: #ffffff;
    }*/


.hub-p1 {
    float: none;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding: 15px 15px 30px 15px !important;
    padding-bottom: 30px;
}

.que-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 270px;
    font-size: 11px;
    font-weight: bold
}

.icd-info {
    padding: 7px 15px 7px 15px;
    background-color: #f2f2f2;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold
}

.child-center {
    position: absolute; /* Position the child absolutely within the parent */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the child horizontally and vertically */
    width: 200px; /* Set the width of the child as needed */
    height: 100px; /* Set the height of the child as needed */
    background-color: #007bff; /* Optional: Background color for visualization */
    color: #fff; /* Optional: Text color */
    display: flex;
    align-items: center;
    justify-content: center; /* Optional: Center text within the child */
}

.select-list-div {
    height: calc(90vh - 100px) !important;
    max-height: calc(90vh - 100px) !important;
    min-height: calc(90vh - 100px) !important;
    overflow: auto;
    padding: 10px
}


.any-warp {
}
    /* width */
    .any-warp::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .any-warp::-webkit-scrollbar-track {
        border-radius: 3px;
        background-color: rgb(128, 128, 128, 0.4);
        /*border: 1px solid #808080;*/
    }

    /* Handle */
    .any-warp::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #999999;
    }

        /* Handle on hover */
        .any-warp::-webkit-scrollbar-thumb:hover {
            background: #404040;
        }







.carplan-card1 {
    padding: 5px 0px 0px 0px !important;
    margin: 0px !important
}

.careplan-card-2 {
    padding: 5px !important;
    margin-top: 0px !important
}

.work-card1 {
    padding: 5px !important;
}

.work-card2 {
    margin-top: 0px !important;
    box-shadow: 0 0 0.875rem 0 rgb(41 48 66 / 5%);
    margin-top: 10px;
    border-radius: 5px !important;
    padding: 5px !important;
    background-color: #fff;
}

.work-card-3 {
    margin-top: 3px;
    min-height: 100px;
    max-height: 300px !important;
    overflow: auto;
}

.task-widget33 {
    margin-top: 3px;
    overflow: auto;
    height: calc(33vh - 76px) !important;
    max-height: calc(33vh - 76px) !important
}

.task-widget34 {
    margin-top: 3px;
    overflow: auto;
    height: calc(34vh - 57px) !important;
    max-height: calc(34vh - 57px) !important
}

.task-ai-widget {
    margin-top: 3px;
    overflow: auto;
    height: calc(100vh - 210px) !important;
    max-height: calc(100vh - 210px) !important
}

.ai-chat-dv {
    overflow: auto;
    height: calc(100vh - 280px) !important;
    max-height: calc(100vh - 280px) !important
}




.work-pat-img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
    margin-left: 10px
}

.work-pat-title {
    font-size: 18px;
    font-weight: bold;
    color: #396EB8;
    white-space: nowrap;
}

.work-tab-title {
    min-width: 80px;
    font-weight: bold
}

.work-tab-img {
    height: 16px;
    width: 16px;
    margin-right: 5px
}


.work-p1-wrap {
    padding: 3px;
    height: calc(100vh - 62px)
}

.wrok-pnlbg {
    /*box-shadow: 0 0 0.875rem 0 rgb(41 48 66 / 5%);*/
    border-radius: 5px !important;
    height: 100%;
    background-color: #fff;
}



.careplan-addbtn {
    width: 160px;
    margin: 5px 0px 0px 0px !important
}

.careplan-addbtn-t2 {
    width: 160px;
    margin: 5px 0px 7px 0px !important
}

.care-info-span {
    white-space: nowrap
}

.careplan-content {
    padding: 6px;
}

.careplan-t1 {
    font-size: 10px;
    padding: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    border-bottom: 1px solid #737373;
    color: #000000 !important;
    height: 24px !important
}

.careplan-t2 {
    font-size: 12px !important;
    margin-left: 10px;
    margin-right: 10px;
    padding: 3px;
    font-weight: bold;
    color: #527a7a !important
}

.careplan-t2-div {
    padding-right: 20px;
    padding-left: 20px
}

.careplan-t2-tbl {
    margin-bottom: 0px;
    border-bottom: 1px solid #f2f2f2;
}


.sch-item {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    min-height: 26px;
    background-color: #ffffcc;
    padding: 5px;
}

.sch-item-cont {
    border-top: 1px solid #ffffcc !important;
    /* border-top:none !important*/
}


.sch-blank {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    height: 26px;
    background-color: #ffffff
}

.tday {
    background-color: #66c2ff;
    border-radius: 50%;
}

.sday {
    background-color: #ddd !important;
    border-radius: 50%;
}

.cday {
    text-decoration: none;
    cursor: pointer;
    margin: 8px;
    height: 20px;
    width: 20px;
    vertical-align: middle
}

.cday-td {
    height: 20px;
    width: 20px;
}

.hampm {
    width: 50px;
    max-width: 50px;
    background-color: #00ace6;
    color: #ffffff;
    font-size: 10px;
    border-top: 1px solid #ddd;
}

.dv-scroll {
    padding: 15px;
    padding-top: 0px;
    width: 100%;
    height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden
}


.prompt-btn {
    background-color: #d9d9d9;
    border-color: #a6a6a6;
    margin: 3px !important;
    color: #000000 !important;
    font-size: 11px !important;
}

    .prompt-btn:hover {
        background-color: #bfbfbf !important;
        border-color: #8c8c8c !important;
    }

.chat-boo-tt {
    background: rgb(21,23,162);
    background: linear-gradient(180deg, rgba(21,23,162,1) 21%, rgba(96,3,130,1) 60%);
    width: 250px;
    height: 90px;
    border-radius: 8px;
    margin: 5px;
    position: fixed;
    background-color: #FFF;
    z-index: 9999;
    bottom: 100px;
    right: 15px;
    box-shadow: 0 1px 6px 1px #b3b3b3;
    display: none
}

.chat-title {
    padding: 10px;
    background-color: #0C0D5A;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #ffffff
}

.chat-txa {
    outline-color: #ffffff;
    height: 45px;
    border: none !important;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 13px !important;
    margin-top: 5px;
    resize: none;
    outline: none;
}

.ai-chat-dv-sm {
    height: calc(100vh - 314px) !important;
}

.chat-workspace-sm {
    height: 35px !important;
}

.chat-workspace {
    outline-color: #ccccff;
    height: 55px;
    border: 1px solid #ccccff !important;
    width: 100%;
    /*border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;*/
    border-radius: 5px;
    font-size: 13px !important;
    margin-top: 8px;
    margin-left: 5px;
    resize: none;
    outline: none;
    padding: 7px !important;
}

.chat-win {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 550px;
    width: 50vw;
    background-color: #ffffff;
    /*border: 1px solid #0D5481;*/
    box-shadow: 0 1px 6px 1px #b3b3b3;
    z-index: 9999;
    border-radius: 6px;
    display: none;
}


.ahva-home {
    margin: 5px;
    background-color: #FFF;
    /*  border: 1px solid #0D5481;*/
    /*  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);*/
    color: #1517A2;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px #0000ff;
    box-shadow: 0 0 5px #0000ff;
    border-color: #0000ff !important
}


.chat-ai-btn {
    position: fixed;
    padding: 5px;
    bottom: 15px;
    right: 15px;
    height: 10px;
    width: 10px;
    background-color: #FFF;
    /*  border: 1px solid #0D5481;*/
    /*  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);*/
    z-index: 9999;
    color: #1517A2;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px #0000ff;
    box-shadow: 0 0 15px #0000ff;
    border-color: #0000ff !important
}





.modal-footer {
    margin-top: 8px !important;
    padding: 8px 15px 8px 8px !important;
}

.form-group {
    margin-bottom: 8px !important;
    padding-right: 8px !important;
    padding-left: 8px !important
}

.modal-big {
    width: 90vw !important
}

.modal-content-big {
    height: 90vh !important;
    max-height: 90vh !important
}

.modal-content-big-dv {
    height: calc(100vh - 115px);
    max-height: calc(100vh - 115px);
    overflow-y: auto;
}

.modal-content-big-dv-ft {
    height: calc(100vh - 115px);
    max-height: calc(100vh - 115px);
    overflow-y: auto;
}


.tcm-sam-info {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.tcm-pnl-head {
    margin-bottom: 0px !important
}

.tcm-dash-pnl {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #f2f2f2 !important;
    border-color: #d9d9d9 !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 20px !important;
    padding: 5px !important;
}

.tcm-dash-block {
    padding: 10px !important;
}

.tcm-count-dashbox {
    padding: 10px !important;
    margin: 0px !important
}

.head-sm {
    padding: 5px !important;
    font-size: 11px !important;
}

.pp-link {
    padding: 2px;
    font-size: 12px
}

.sub-link {
    padding: 2px;
    padding-left: 8px;
    font-size: 12px
}

.sub-link2 {
    padding: 2px;
    padding-left: 16px;
    font-size: 12px
}

.ui-autocomplete {
    z-index: 2147483647 !important;
}

.note-icd-pnl {
    padding: 10px;
    height: 250px;
    max-height: 250px;
    overflow: auto
}

.note-chk {
    height: 16px !important;
    width: 16px !important
}

.note-icd-box {
    margin: 5px;
    border: none;
    background-color: #ffffff;
    display: inline-table
}

.no-border {
    border: none !important;
    box-shadow: none !important;
}

.prc-popup-list-dv {
    height: 300px;
    max-height: 300px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto
}

.popup-big {
    /*height:85vh !important;*/
    width: 90vw !important
}

.q-link {
    padding: 5px 5px 5px 10px;
    font-weight: bold
}

.q-link-select {
    background-color: #4dd2ff !important;
    border: 1px solid #ddd !important;
    color: #ffffff !important;
}

.q-link:hover {
    background-color: #ebfafa;
    border: 1px solid #ddd;
}

.q-list {
    width: 320px;
    height: calc(90vh - 80px);
    overflow-y: auto;
    /* padding-left: 10px;*/
    border: 1px solid #00ace6;
    margin-left: 10px;
    padding-top: 5px;
    margin-bottom: 10px;
    border-radius: 6px
}

.q-item {
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #00ace6;
}

.mapp-img {
    padding: 5px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    opacity: 0.6;
}

    .mapp-img:hover {
        opacity: 0.9;
    }

.ws {
    background-color: #4ddbff !important
}

.note-alert {
    background-color: #80bfff !important;
    margin-bottom: 10px !important;
}

.note-text {
    font-size: 16px;
    font-weight: normal
}


.report-sub-title {
    font-size: 14px;
    font-weight: bold;
    padding-left: 50px;
    color: #396EB8
}

.msg-pnl {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border-color: #00ace6;
    border-radius: 6px;
    box-shadow: 0 1px 6px 1px rgb(0 172 230/ 30%) !important;
    background-color: white;
}

.ntd-div {
    margin: 5px 10px 5px 10px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap
}



.ntd-div-sm {
    font-size: 10px !important;
}

.login-box {
    margin-top: 50px !important;
    box-shadow: 0 1px 6px 1px rgb(0 172 230/ 30%) !important
}

.login-error {
    color: red;
    margin-left: 10px;
    width: 100%;
    margin-top: 10px
}

.login-hr {
    background-color: #ccf2ff;
    border: none;
    height: 2px;
}

.login-group {
    margin-bottom: 25px
}

.rem-me {
    font-size: 12px;
    margin-left: 30px
}

.appv-text {
    margin: 10px;
    font-size: 13px;
    font-weight: 600
}

.login-span {
    border-right: none !important;
    background-color: #00ace6 !important;
    border-color: #00ace6 !important;
    color: white
}

.login-tbox {
    max-width: 100%;
    border-color: #00ace6 !important
}

.dash-red {
    background-color: #ff0000 !important;
}


.vital-sev-text {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 10px 0px 10px;
    white-space: nowrap
}

.vital-ts {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 10px 0px 10px
}


.vital-val {
    font-size: 32px;
    font-weight: bold;
    height: 60px;
}

.pop-medium {
    width: 800px !important;
}

/*
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    margin-top: 0px;
    border: 1px solid #f1f1f1;
    display: none;
    position: absolute;
    background-color: whitesmoke;
    min-width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dot {
    margin-top: 3px;
    height: 16px;
    width: 16px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.dot-big {
    height: 24px !important;
    width: 24px !important;
}

.dot-normal {
    background-color: #008000 !important;
}

.dot-elevated {
    background-color: #cccc00 !important;
}

.dot-high {
    background-color: #ffa500 !important;
}

.dot-very-high {
    background-color: #ff0000 !important;
}

.dot-critical {
    background-color: #8b0000 !important;
}

.dot-low {
    background-color: #3366cc !important;
}

.dot-slight-fever {
    background-color: #cccc00 !important;
}

.dot-fever {
    background-color: #ffa500 !important;
}

.dot-high-fever {
    background-color: #ff0000 !important;
}

/*.dot-very-low {
    background-color: #ac7339 !important;
}*/


.dot-normal-val {
    color: #008000 !important;
}

.dot-elevated-val {
    color: #cccc00 !important;
}

.dot-high-val {
    color: #ffa500 !important;
}

.dot-very-high-val {
    color: #ff0000 !important;
}

.dot-critical-val {
    color: #8b0000 !important;
}

.dot-low-val {
    color: #3366cc !important;
}

.dot-slight-fever-val {
    color: #cccc00 !important;
}

.dot-fever-val {
    color: #ffa500 !important;
}

.dot-high-fever-val {
    color: #ff0000 !important;
}

/*.dot-very-low-val {
    color: #ac7339 !important;
}*/

.marpad5 {
    padding: 5px !important;
    margin-bottom: 0px !important
}

.pad5 {
    padding: 5px 5px 0px 5px !important;
    margin: 0px !important
}

.modal-cont {
    border: none
}

.pat-ser-inp {
    margin-left: 5px;
}

.pat-ser-t-div {
    width: 75px;
}


.tdpat {
    padding: 3px;
}

.dash-pnl-div {
    height: 184px;
    max-height: 184px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dash-pnl-small {
    height: 74px;
    max-height: 74px;
    overflow: hidden;
}



.dt-cell-ds {
    padding: 4px !important;
    word-break:break-all;
}

.glyphicon-big-img {
    height: 22px;
    width: 22px;
}

.imp-err {
    height: 100px;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    color: red;
    margin: 20px !important
}

.text-size-very-big {
    height: 48px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
}

.practice-select {
    height: 36px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    width: 250px;
    border: none;
    margin-top: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 5px;
    text-decoration: underline;
}


.fix-header {
    position: sticky;
    top: 0;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.topbar {
    position: relative !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: 0px !important;
    /* border-bottom: 1px solid #eef2f6;*/
    box-shadow: 0 2px 0 0 #d9d9d9;
    background-color: #1a2430 !important
}

.fst-div {
    padding: 5px 10px 10px 10px
}

.pad-prc {
    padding: 5px;
}

.topbar-hight {
    height: 50px !important;
}

.title-img {
    height: 38px;
    width: 48px;
    padding-right: 10px
}

.title-img-sub {
    height: 32px;
    width: 32px;
    margin-right: 10px;
}

.list-pnl {
    padding: 15px !important;
    box-shadow: 0 0 0.875rem 0 rgb(41 48 66 / 5%);
    margin-top: 10px;
    border-radius: 5px !important
}

.bg-color {
    background-color: #fff !important;
}

.search-img {
    height: 26px;
    width: 26px;
    cursor: pointer
}


label {
    font-size: 11px;
    font-weight: bold;
}

.inv-fl-td {
    padding: 10px;
    font-size: 13px;
    font-weight: bold
}

.pnl-val {
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0px 0px 10px 0px !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
}

.pnl-val-item {
    padding: 8px !important;
    margin: 0px !important;
}

.pnl-val-item-head {
    padding: 8px !important;
    padding-left: 15px !important
}





.topbaricon {
    cursor: pointer;
}

.topbaricon-sbig {
    margin: 0px 8px 0px 8px;
    height: 24px;
    width: 24px;
}

.topbarlogo {
}

.topbar-blank {
    padding-top: 60px !important;
}

.topbar-blank50 {
    padding-top: 45px !important;
}

.topbarlogo-sbig {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    width: 130px;
}


.pnl-pg-title {
    border-color: #01dbdf;
    background: linear-gradient(to right,#1a2430, #eef2f6);
    color: white !important;
    padding: 8px;
    padding-left: 10px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    letter-spacing: 0.1em;
}

.panel-title-image {
    height: 16px;
    width: 16px;
    margin-right: 10px;
}

.login-top-bar {
    height: 70px;
    background-color: #1a2430;
    border-bottom: 1px solid #d1d1d1;
}

.pnl {
    border-radius: 6px
}

.pnl-con {
    padding: 0px 5px 0px 5px;
}


.pnl-head {
    border-color: #ddd !important;
    padding: 8px !important;
    padding-left: 15px !important;
    font-weight: bold !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.app-pnl {
    border: 1px solid #00ace6 !important;
}

.dash-pnl {
    border: 1px solid #00ace6 !important;
    margin-bottom: 10px !important;
    /* width: calc(2px + 100%);
    margin:-1px;*/
}

.dash-pnl-head {
    border-color: #00ace6 !important;
    background-color: #00ace6 !important;
    padding: 8px !important;
    padding-left: 15px !important;
    font-weight: bold !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white !important;
}

.dash-pnl-bottom {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.panel-title {
    font-size: 12px;
    color: #f2f2f2;
    font-weight: bold;
}

.pnl-border {
    border-color: #333 !important;
}

.pnl-head-block {
    border: none !important;
    background-color: #e6e6e6 !important;
    /*border-top: 1px solid #ddd !important;*/
    border-radius: 0px 0px 2px 2px !important;
    color: #333333 !important;
    font-size: 12px;
    font-weight: bold !important;
    padding: 6px !important;
}


.app-txt {
    /*border: 1px solid #1a1a1a !important;*/
    font-size: 12px !important;
}

.app-check {
    height: 18px !important;
    margin: 0px !important;
    /*border: 1px solid #1a1a1a !important;*/
}

.check-h30 {
    height: 30px !important
}

.app-btn-small {
    font-size: 10px !important;
}

.app-btn-light {
    background-color: #4dc3ff !important;
    color: #000000 !important;
    font-size: 12px !important;
    border: none !important;
}

    .app-btn-light:hover {
        background-color: #80d4ff !important;
    }

.app-btn {
    background-color: #006699 !important;
    color: white !important;
    /*  border: 1px solid #1a1a1a !important;*/
    font-size: 12px !important;
    border: none !important;
}

    .app-btn:hover {
        background-color: #0099e6 !important;
        color: white !important;
    }

.edit-title {
    font-size: 14px;
    font-weight: 700;
    margin: 5px;
    color: #0086b3
}



.val-style {
    padding-bottom: 5px !important;
    color: red
}



.modal-title {
    font-size: 13px !important;
    font-weight: bold !important;
    padding: 8px 0px 8px 15px !important
}

.popup-close-img {
    height: 20px;
    width: 20px;
    margin: 5px 10px 0px 10px;
}

.model-close {
    color: white;
    opacity: 0.6 !important;
    padding: 0px !important;
    margin: 0px !important
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
    overflow-y: auto !important;
}

.acc-block-img {
    height: 48px;
    width: 48px;
    margin-left: 10px;
    margin-right: 10px
}

acc-block-had-panel {
    background-color: #808080 !important;
}

.text-size-big {
    height: 38px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
}

input, button, select, .sp-btn {
    font-size: 12px !important;
    height: 30px !important;
}

.res-info {
    padding-left: 10px !important;
    padding-right: 20px !important;
}

.table-res {
    padding: 5px !important;
    margin: 5px !important;
    width: 98%
}

.td-res {
    border-bottom: 1px solid #ddd !important;
    border-top: 0px !important
}

.page-title {
    font-size: 23px;
    font-weight: bold;
    color: #396EB8;
    white-space: nowrap;
}

.page-sub-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    color: #0086b3;
    white-space: nowrap;
}


.title-hr {
    margin-top: 5px;
    margin-bottom: 10px;
}


.dt-cell {
    padding: 5px !important;
    vertical-align: middle !important;
    text-align: left !important;
}



/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}



.centered {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.div-load {
    width: 200px;
    height: 100px;
    background-color: #ffff99 !important;
    display: none;
}

.modal-header {
    padding: 0px !important;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #333333;
    color: white;
}

.vlable {
    color: red;
    display: none;
    font-weight: normal !important
}

.list-tr {
}

    .list-tr:hover {
        background-color: #ebfafa;
    }

.grid-img-btn {
    height: 22px !important;
    width: 22px !important;
    cursor: pointer;
    margin-left: 10px;
}

.w-26 {
    height: 24px !important;
    width: 26px !important
}









.td-sea-txt {
    width: 100px;
    padding: 5px;
    white-space: nowrap;
}

.td-ser-inp {
    width: 150px;
    padding: 5px
}

.ser-inp {
    width: 150px !important;
}

.ser-td {
    padding: 5px;
}

.ser-td100 {
    padding: 5px;
    width: 100%
}

.nomarpad {
    padding: 0px !important;
    margin: 0px !important
}

.body-td {
    height: 100%;
    width: 100%
}

.body-div {
    padding: 15px 25px 10px 25px;
    width: 100%
}

.body-div-workspace {
    padding: 10px 15px 10px 15px !important;
    width: 100%;
    height: calc(100vh - 52px)
}

.left-bar-td {
    background-color: #1a2430;
    height: 100%;
    /*border-color: #feb798;*/
    /*background: linear-gradient(to right,#2A3F54,#7799bb);*/
}

.letf-bar-big-screen {
    height: 100%;
    width: 200px;
}



.app-name {
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin-left: 10px;
    letter-spacing: 1.2px;
}



.app-logo {
    height: 48px;
    width: 60px;
    margin: 3px;
}

.td-line {
    border-top: 1px solid rgba(199, 191, 191, 0.20);
    height: 4px;
}

.menu-right-bar {
    height: 28px;
    width: 5px;
    display: inline-block;
    background-color: #d9d9d9;
    margin-right: 5px
}


.menu-left-bar-font {
    color: white !important;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 13px;
    letter-spacing: 1.2px;
    font-family: Calibri !important;
    text-decoration: none
}

    .menu-left-bar-font:hover {
        color: white !important;
    }



.menu-left-bar-td {
    height: 32px;
    border-top: 1px solid rgba(199, 191, 191, 0.20);
}

.menu-left-bar-td-sub {
    height: 22px;
    border-top: 1px solid rgba(199, 191, 191, 0.20);
}

.status-icon {
    height: 18px;
    width: 18px;
    margin-bottom: 3px;
}

.login-logo {
    height: 60px;
    width: 70px;
    margin: 10px;
}

.img-logo {
    width: 180px;
    height: 36px;
    /* opacity: 0.6*/
}

.img-logo-small {
    width: 50px;
    height: 40px;
    margin-left: 15px;
    opacity: 0.6;
}

.bottom-shadow {
    box-shadow: 0 2px 4px 0 #d9d9d9, 0 2px 8px 0 #f2f2f2;
}

.login-top-text {
    color: white;
    font-size: 32px;
    margin-left: 10px;
    font-family: Calibri;
    font-weight: bold;
    opacity: 0.4
}

.login-top-text-small {
    font-size: 16px !important;
}

.chk-box {
    height: 16px !important;
    width: 16px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.chk-box-login {
    height: 20px !important;
    width: 20px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.textbox-50 {
    max-height: 50px !important;
    min-height: 50px !important;
    resize: none
}

.textbox-200 {
    max-height: 200px !important;
    min-height: 200px !important;
    resize: none
}

.info-body {
    padding: 0px !important;
    margin: 15px !important;
    margin-bottom: 0px !important;
}

.loding-save-popup {
    height: 32px;
    width: 32px;
    margin-right: 10px;
    display: none;
}

.save-popup {
    width: 200px;
    margin-right: 10px;
    display: none;
    font-weight: bold
}

.per-panel {
    height: 130px !important;
    max-height: 130px !important;
    overflow-y: auto
}

.fild-panel {
    height: 80px !important;
    max-height: 80px !important;
    overflow-y: scroll
}

.save-fail {
    color: red;
}


.save-success {
    color: green;
}

.dropdown-left-manual {
    right: 0;
    left: auto;
    padding-left: 1px;
    padding-right: 1px;
}

.tab-button {
    height: 20px !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 40px;
}

.text-round {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.pop-up-head {
    background-color: #2A3F54 !important
}

.td-gb {
    color: gray;
    font-weight: 700;
    margin-bottom: 5px
}

.bold {
    font-weight: bold;
}

.td-tacv {
    width: 110px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.login-page {
    margin: 0px !important;
    padding: 0px !important;
    background-image: url(/images/banner/body-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-bottom {
    height: 300px;
    background-color: #2A3F54
}

.login-div {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 35%);
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 700px;
    height: 350px;
    position: absolute;
    margin-top: 0px;
    /*margin-left: 100px;*/
    z-index: 9999;
    border: 1px solid #e6e6e6 !important;
    /*top: 50%;*/
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, 40%);
}

.login-banner {
    height: 250px;
    width: 250px
}

.login-img {
    height: 200px;
    width: 230px;
    opacity: 0.1;
    margin-right: 10px;
    margin-top: 10px
}

.div-login {
    margin-top: 35px;
    height: 280px;
    width: 100%;
    border-right: 2px solid #4d7399;
}

.app-name-login {
    padding-top: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #3c5977;
    margin-left: 0px;
}


@media (max-width: 1050px) {
    .pop-medium {
        width: 95% !important;
    }

    .ser-inp {
        width: 120px !important
    }

    .login-div {
        width: 90%;
        transform: translate(-50%, 15%);
        height: 450px;
    }

    .login-banner {
        height: 180px;
        width: 100%;
        max-width: 300px;
    }

    .div-login {
        margin-top: 5px;
        border: none;
        border-bottom: 1px solid #4d7399;
        height: 210px;
    }

    .app-name-login {
        font-size: 20px
    }

    .pnl-con {
        padding: 0px 10px 0px 10px
    }
}




/* Hide/rearrange for smaller screens */
/*@media screen and (max-width: 767px) {*/
/* Hide captions */
/*.carousel-caption {
        display: none;
    }
}*/
