
.modalProgressBar{
    display:none !important;
}

/* Appointment Section */
.listView .appStatus,
.viewElement .appStatus{
    color: white !important;
    background: #00bcd4;
    padding: 1px 5px;
    text-overflow: ellipsis;
    border-radius: 10px;
    max-width: 80px !important;
    width: 80px;
    border: solid 0.5px #DDD;
}
.listView .appStatus.Scheduled,
.viewElement .appStatus.Scheduled{
    color: #00bcd4 !important;
    background: white;
}
.listView .appStatus.Request,
.viewElement .appStatus.Request{
    color: white !important;
    background: #ff9601;
}
.listView .appStatus.Cancelled,
.viewElement .appStatus.Cancelled{
    color: white !important;
    background: #999;
}
.listView .appStatus.No.Show,
.viewElement .appStatus.No.Show{
    color: white !important;
    background: #000;
}
.listView .appStatus.Complete,
.viewElement .appStatus.Complete{
    color: white !important;
    background: #34c85a;
}
.listView .appStatus.Unprocessed,
.viewElement .appStatus.Unprocessed{
    color: black !important;
    background: yellow;
}
.listView .appStatus.Unpaid,
.viewElement .appStatus.Unpaid{
    color: white !important;
    background: var(--RBMRed);
}
/*
.listView .Procedure .leftCircle{
    background: #ff9601 !important;
}
*/
/* Conflict Management */
.tableRow.ripple.ConflictList:nth-child(4n-1) {
    /* border-bottom: solid 1px var(--RBMRed); */
    /* margin-bottom: 0; */
    /* box-shadow: 0px 9px 7px -12px; */
}

.tableRow.ripple.ConflictList:nth-child(4n-3) {
    border-top: solid 1px #34c85a;
}

.tableRow.ripple.ConflictList:nth-child(4n-3) + .accept {
    display: none;
}
.tableRow.ripple.ConflictList:nth-child(4n-1) + .accept {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 7px 10px;
    color: white;
    background: #34c85a;
    margin-bottom: 25px;
    box-shadow: 0px 9px 7px -12px #000;
}

/*inner appt view */
.screen .elementContainer > div.document.viewElement .appStatus{
    padding: 1px 5px;
    text-overflow: ellipsis;
    border-radius: 10px;
    font-size: 12px !important;
    position: absolute;
    width: fit-content;
    top: 25px;
    right: 10px;
}


.viewElement .appStatus.Scheduled{
    color: white !important;
    background: #00bcd4;
}
.viewElement .appStatus.Request{
    color: white !important;
    background: #ff9601;
}

.screen .elementContainer > div.document.viewElement .appType{
    padding: 1px 5px;
    text-overflow: ellipsis;
    border-radius: 10px;
    font-size: 12px !important;
    position: absolute;
    width: fit-content;
    top: 50px;
    right: 10px;
}
.appType{
    color: #444 !important;
    background: #4285f46e;
}

.appType.Procedure{
    color: white !important;
    background: #ff3434;
}

span.pending {
    position: absolute;
    right: 5px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
    font-family: "Poppins";
    color: white;
    background: #ff3434;
    padding: 0 5px;
    border-radius: 10px;
}



.document.listView .tableRow.ExternalYes,
.document.listView .tableRow.ExternalExternal{
    background: #e5ffd7;
}

.document.listView .tableRow .mainDataHolder > p.displayNo{
    display: none;
}

.document.listView .tableRow .requestOnly{
    display: none;
}
.document.listView .tableRow .cancelledOnly{
    display: none;
}
.document.listView .tableRow.statusNo.Show .normalOnly,
.document.listView .tableRow.statusCancelled .normalOnly,
.document.listView .tableRow.statusRequest .normalOnly{
    display: none;
}

.document.listView .tableRow.statusRequest .requestOnly{
    display: block;
}

.document.listView .tableRow.statusNo.Show .cancelledOnly,
.document.listView .tableRow.statusCancelled .cancelledOnly{
    display: block;
}

.document.listView .tableRow .AdviceYesTiming{
    display: none;
}




/* Tooth Selection system */

.jawContainer{
    width: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    max-height: fit-content;
    /*
    border-bottom: solid 1px #888;
    box-shadow: inset 0px -13px 14px -18px;
    */
    margin: 10px;
    margin-bottom: 0;
    align-content: space-around;
}

.jaw {
    width: 200px;
    height: 425px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
}

@media only screen and (max-height: 665px) {
    .jaw{    
        transform: scale(0.9);
        margin-top: -20px;
        margin-bottom: -20px;
    }
}

@media only screen and (max-height: 600px) {
    .jaw{    
        transform: scale(0.8);
        margin-top: -40px;
        margin-bottom: -40px;
    }
}




.jaw img.bg{
    width: 200px;
    height: 425px;
    object-fit: contain;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    filter: opacity(0.6);
}

.jaw .topJaw, .jaw .bottomJaw {
    width: 100%;
    height: 212.5px;
    position: relative;
}

.tooth {
    width: 20px;
    height: 24px;
    position: absolute;
    border-radius: 40%;
}

.tooth.active{
    box-shadow: inset 1px 1px 0 1px #1b575e;
    background: #11b8cc69;
}


.toothSelection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    line-height: 33px;
    height: fit-content;
    max-height: calc(100vh - 610px);
    min-height: 60px;
    overflow: auto;
    border-radius: 5px;
    padding: 5px;
    align-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
    border: solid 1px #ddd;
}

.toothSelection.displayMode {
    margin: -10px 0;
    min-height: 30px;
    border: none;
    height: fit-content;
    margin-bottom: 0;
    border-bottom: none;
    border-radius: 0;
    margin-bottom: -15px;
    padding-bottom: 8px;
    background: linear-gradient(180deg, #dedede, transparent);
    display: flex;
    justify-content: center;
}
.toothSelection span {
    text-transform: capitalize;
    border: solid 1px #2196f3;
    margin: 2px 0 2px 5px;
    padding: 7px;
    font-size: 13px;
    line-height: 13px;
    position: relative;
    border-radius: 3px;
}
.tooth.other{
    left: 50px;
    font-size: 17px;
    width: 100px;
    height: 25px;
    line-height: 24px;
    border: solid 1px #adadad;
    color: #444;
    border-radius: 50px;
    padding: 0 7px;
    text-align: center;
}

.tooth.other.active{
    box-shadow: none !important;
    color: black;
    border: solid 1px #11b8cc;
}

.tooth.markDelete, .tooth.other.markDelete{
    border: solid 1px red;
    box-shadow: inset 1px 1px 0 1px #f55;
    background: #f557;
}


.toothSelection span.markDelete {
    border: solid 1px red;
    padding-right: 30px;
}

.toothSelection span.markDelete::after {
    content: "delete";
    position: absolute;
    color: red;
    padding: 0 5px;
    font-family: "Material Symbols Outlined";
}

.selectionList.toothSelection .selector {
    border: solid 1px #2196f3;
    margin: 2px;
    padding: 7px;
    font-size: 13px;
    line-height: 13px;
    position: relative;
    border-radius: 3px;
    margin-right: 10px;
}
.selectionList.toothSelection.displayMode .selector.active {
    background: #ddf4ff;
    border: solid 2px #2196f3;
}
.selectionList.toothSelection.displayMode .selector{
    margin: 0;
    border-radius: 0;
    margin-right: 7px;
    margin-bottom: 5px;
    border-radius: 100px;
    min-width: 40px;
    text-align: center;
    background: white;
}

.selectionList.toothSelection.displayMode .selector:last-child{
    /* margin-left: auto; */
}
.selectionList.toothSelection.displayMode::before{
    content: "Edit Dental Notes for:";
    display: block;
    width: 100%;
    font-size: 13px;
}
.selectionList.toothSelection .selector.noted::after {
    content: '\2713';
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    bottom: 4px;
    height: 6px;
    width: 15px;
    z-index: 1;
    border-bottom: solid 2px red;
    border-left: solid 2px red;
    transform: rotate(313deg);
}

#tGums{
    top: 145px;
}
#tTongue{
    top: 175px;
}
#tFace{
    top: 205px;
}
#tLarynx{
    top: 235px;
}
#tOther{
    top: 265px;
}

#t11{
    top: 0px;
    left: 70px;
    width: 32px;
    height: 30px;
    border-radius: 50%;
}
#t12{
    top: 12px;
    left: 49px;
    width: 25px;
    height: 24px;
}
#t13{
    top: 32px;
    left: 32px;
    width: 26px;
    height: 23px;
}
#t14{
    top: 53px;
    left: 20px;
    width: 27px;
    height: 27px;
}
#t15{
    top: 78px;
    left: 13px;
    width: 25px;
    height: 25px;
}
#t16{
    top: 104px;
    left: 5px;
    width: 28px;
    height: 30px;
}
#t17{
    top: 134px;
    left: 0px;
    width: 29px;
    height: 36px;
}
#t18{
    top: 170px;
    left: 1px;
    width: 27px;
    height: 33px;
}

#t21{
    top: 0px;
    right: 70px;
    width: 32px;
    height: 31px;
    border-radius: 50%;
}
#t22{
    top: 12px;
    right: 49px;
    width: 25px;
    height: 25px;
}
#t23{
    top: 32px;
    right: 32px;
    width: 26px;
    height: 24px;
}
#t24{
    top: 53px;
    right: 20px;
    width: 27px;
    height: 27px;
}
#t25{
    top: 78px;
    right: 13px;
    width: 25px;
    height: 26px;
}
#t26{
    top: 104px;
    right: 5px;
    width: 28px;
    height: 31px;
}
#t27{
    top: 134px;
    right: 0px;
    width: 29px;
    height: 36px;
}
#t28{
    top: 170px;
    right: 1px;
    width: 27px;
    height: 33px;
}



#t31{
    bottom: 1px;
    right: 82px;
    width: 18px;
    height: 25px;
    border-radius: 52px 52px 20px 20px;
}
#t32{
    bottom: 6px;
    right: 64px;
    width: 21px;
    height: 23px;
    transform: rotate(326deg);
    border-radius: 52px 52px 20px 20px;
}
#t33{
    bottom: 17px;
    right: 46px;
    width: 21px;
    height: 23px;
}
#t34{
    bottom: 35px;
    right: 28px;
    width: 25px;
    height: 28px;
    transform: rotate(24deg);
}
#t35{
    bottom: 60px;
    right: 19px;
    width: 23px;
    height: 27px;
}
#t36{
    bottom: 87px;
    right: 9px;
    width: 27px;
    height: 31px;
}
#t37{
    bottom: 118px;
    right: 1px;
    width: 32px;
    height: 37px;
}
#t38{
    bottom: 156px;
    right: 0px;
    width: 30px;
    height: 35px;
}



#t41{
    bottom: 1px;
    left: 82px;
    width: 18px;
    height: 25px;
    border-radius: 52px 52px 20px 20px;
}
#t42{
    bottom: 6px;
    left: 63px;
    width: 21px;
    height: 23px;
    transform: rotate(25deg);
    border-radius: 52px 52px 20px 20px;
}
#t43{
    bottom: 17px;
    left: 44px;
    width: 21px;
    height: 23px;
}
#t44{
    bottom: 35px;
    left: 28px;
    width: 25px;
    height: 28px;
    transform: rotate(332deg);
}
#t45{
    bottom: 60px;
    left: 18px;
    width: 23px;
    height: 27px;
}
#t46{
    bottom: 87px;
    left: 9px;
    width: 27px;
    height: 31px;
}
#t47{
    bottom: 118px;
    left: 1px;
    width: 32px;
    height: 37px;
}
#t48{
    bottom: 156px;
    left: 0px;
    width: 30px;
    height: 35px;
}


