

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.ttf');
}

html, body {
    font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    overflow: hidden;
   
}
body {
   /* min-height: -webkit-fill-available;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;*/
}
html {
    overflow: hidden;   
    /*height: -webkit-fill-available;*/
}

a, .btn-link {
    color: #0366d6;
}
.mainlayoutpadding {
    background: #F6F8FA 0% 0% no-repeat padding-box;
    opacity: 1;
    scrollbar-color: gray #ffffff;
    scrollbar-width: thin;    
}

.mud-input-label-inputcontrol {
    background-color: #F6F8FA !important;
}
.mud-select-input {
    color: #037CB7 !important;
}
    .mud-select-input:disabled {
        color: rgba(0,0,0,0.3764705882352941) !important;
    }
.textcolor {
    color: #525252;
    opacity: 100%;
}
.headertext {
    color: #525252;
    opacity: 100%;
    font-weight: 800 !important;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.employeedashboard {
    width: 80% !important;
    margin: 0 auto !important;
}
.scriptbox {
    max-width: 98% !important;
    margin: 0 auto !important;
}
.detailsbox {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 16px #2E2E2E26 !important;
    border: 1px solid #F8F8F8;
    border-radius: 8px !important;
    opacity: 1;
    text-align: center;
    height: 177px;
    position: relative;    
    
}
    .detailsbox p {        
        top:50%;        
        vertical-align: middle;
    }
.commonbutton {
   /* background: #037CB7 0% 0% no-repeat padding-box;
    border-radius: 10px;*/
    opacity: 1;    
}
.commonbuttondiv {
    margin-bottom:5px;
    bottom:0;
    position: absolute;
  right:0;
  left:0;
}

.centeralign {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    
}
app {
    position: relative;
    display: flex;
    flex-direction: column;    
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        /*background-color: #f7f7f7;*/
        background-color: #037CB7;
        border-bottom: 1px solid #d6d5d5;
        align-items: center;
        flex-direction: column-reverse;
        /*justify-content: flex-end;*/
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        /*background-color: rgba(0,0,0,0.4);*/
        background-color: white;
    }

.navbar-brand {
    top: 15px;
    left: 1px;
    width: 200px;
    height: 33px;
    margin-top:3px;
}
.navtitle {
    margin-top: 6px;
    margin-left: 10px;
    /* height: 23px; */
    text-align: left;
    letter-spacing: 0px;
    color: #525252;
    opacity: 1;
    font-size: 20px;
}
.footer {
    bottom: 0;
    position: relative;
    width: 100%;
    background: #015294 0% 0% no-repeat padding-box;
    opacity: 1;    
    display: flex;
    font-size: 1em;
    color: white;
    align-items: center;
    justify-content: center;
    font-family: Open Sans, Regular;
    letter-spacing: 0px;
    padding: 20px 25px;
    text-align: center;
    line-height: 1.5em;
}
/*.footer {
    bottom: 0;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 24px 50px;
    padding-bottom: 10px;
    /*gap: 120px;*/
/*position: relative;
    background: #013968;
    border-radius:3px;
    margin-top:10px;
}

.footerbaselayout {
    height:100px;
}
 */

.footertext {
    /*height: 20px;*/
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    text-align:left;
}

.footerimage {
    width: 100%;
    height: 150px;
    position: relative;
    background: transparent url('../images/footerimage.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

@media (max-width: 320px) {
    .footer{
        font-size: 0.9em;
    }

    .navtitle {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .footerimage{
        display: none;
    }
}

.footerlink{
    color: #fff;
    text-decoration: underline;
}

.mud-container{
    padding: 0 !important;
}



@media (min-width: 600px){
    .mud-container {
        padding: 0 !important;
    }
    .mud-drawer-header {
        padding: 12px !important;
    }
}

@media (min-width: 1280px){
    .timelinediv > .mud-simple-table.mud-table-sticky-header .mud-table-container {
        overflow-x: hidden !important;
    }
    .mud-drawer {
        width: auto !important;
        overflow-x: hidden;
    }
    .mud-container-maxwidth-lg {
        max-width: 100% !important;
    }
    .mud-drawer-header {
        padding: 12px !important;
    }
}

.sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.sidebar .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .sidebar .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .sidebar .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .sidebar .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .sidebar .nav-item a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .sidebar .nav-item a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: #037CB7 !important;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #fff;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #fff;
    }

.appbarcontent {
    /*margin-left: 20%;*/
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-direction:row;*/
}

.appbardata {
    margin-left: 15px;
}


@media (max-width: 768px) {
    .footer {
        height: auto;
    }
    /*.footerbaselayout {
        min-height: 300px !important;
    }*/
    .mud-appbar {
        height: 100px;
    }
    .mainlayoutpadding {
        height: 100vh;
        padding-top: 100px !important;
        font-family: Open Sans;
        overflow: auto;
        height: -webkit-fill-available;
        scrollbar-width:none;
    }
    
    .appbarcontent {
        margin-left: 10%;
        /*margin:auto;*/
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /*height: 80px;*/
    }

    .appbardata {
        display: flex;
        margin-left: 10px;
        align-items: center;
        justify-content: flex-start;
        align-self: flex-start;
    }

    .smallscreenmargin {
        margin-top: 40px;
    }

    .mud-dialog {
        min-width: 80% !important;
        max-width: 95% !important;
        max-height: 90vh !important;
        overflow-y: scroll;        
    }
   
    ::-webkit-scrollbar {
        width: 0px !important; /* Remove scrollbar space */
        /* Optional: just make scrollbar invisible */
    }

    ::-webkit-scrollbar-thumb {
        background: transparent !important;
    }
    /* html, body {
        overflow: auto;
    } */
    .bookingform {
        height: 100vh;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .mud-dialog {
        min-width: 60%;        
        /*max-width: 90% !important;*/
    }
        .mud-dialog ::-webkit-scrollbar {
            width: 7px !important;
            height: 5px !important;
            
        }

    ::-webkit-scrollbar {
        width: 7px;
        height: 5px !important;        
        
    }
     
    ::-webkit-scrollbar-thumb {
        background: gray !important;        
    }
    .mainlayoutpadding::-webkit-scrollbar {
        width: 7px !important;        
    }
   
    /*.mainlayoutpadding.more-width::-webkit-scrollbar {
        width: 10px !important;        
    }*/
   
    .mainlayoutpadding.more-width {
        scrollbar-width:auto !important;        
    }
   
}
.mud-dialog-title{
    height: 40px;
}
.mud-dialog-actions {
    height: 90px;
}
.sk-chasing-dots .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #037CB7 !important;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}



.tabcolor {
    color: #D67921;
}


.cardoverflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}


    .spanoverflow {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 180px;
    }
.drawerdetails {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

.CharacterContainer {
    text-align: center;
    font-size: 1em;
    line-height: 3em;
    background-color: transparent;
    color: #037CB7 !important;
    flex-direction: row;
    display: flex;
}

.CharacterElement {
    margin-right: 10px;
    cursor: pointer;
    font-size: 2em;
    zoom:1.3;
}

.Inactive {
    color: #F77F89;
    cursor: pointer;
    font-size: 1em;
    zoom: normal;
}

.AppElement {
    font-size: 1em;
    border: 1px solid #000;
    text-align: center;
    line-height: 5em;
    background-color: white;
}

/*the below needs to checked on mudblazor and radzen package updates*/
.mud-typography, .mud-input-control, .mud-button, .mud-input-label, .mud-shrink {
    font-family: 'Open Sans' !important;
}

.rz-button.btn-primary {
    /*background-color: rgba(0,0,0, 0.12) !important;*/
    border: none !important;
    background-color: inherit !important;
    color: #000000 !important;
    margin-bottom: -2px !important;
    margin-top:4px;
    width: 50px !important;
    margin-left: 50%;
    font-weight: 400;    
}



.mud-table-root .mud-table-head .mud-table-cell {
    color: #037CB7 !important;
    font-weight: 700 !important;
    line-height: 1.5rem;
    font-family: 'Open Sans';
}

.mud-nav-link.active .mud-nav-link-text {
    font-weight: 900 !important;
    font-size: 16px;
    margin-top: 5px !important;
}

.mud-table-root .mud-icon-root.mud-svg-icon, .mud-nav-link.active .mud-icon-root.mud-svg-icon, .mud-list-item .mud-icon-root.mud-svg-icon {
    color: #037CB7;
    fill: currentColor !important;
}
.mud-button-icon-end  .mud-icon-root.mud-svg-icon, .mud-nav-link.active .mud-icon-root.mud-svg-icon {
    color: inherit !important;
    fill: currentColor !important;
}
   
/*.rz-event, .rz-slot, .rz-slot-minor, .rz-slot-hours .rz-slot-header {
    height: 1.7em !important;
}*/
div.mud-input-slot {
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    color: #037CB7;
    font-family: 'Open Sans';
    font-size:large;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-refused > div {
    display: none;
}

.components-reconnect-refused > .refused {
    display: block;
}
.draggable {
    
    border: 1px solid #424d5c;
    cursor: pointer;
    background: #5c6b7f;
    color: #ffffff;
    border-radius: 5px;
    
}

    .draggable:active {
        cursor: grabbing;
    }

.dragging {
    cursor: grabbing;
}
.eventdivpastdate {
    position:relative;
    border-radius: 1px;
    border-color: transparent;
    /*margin-top: 3px;*/
    cursor: pointer;
    height:19px;
    margin:3px 2px 0px 2px;
    /*width:90px;*/
}
    .eventdivpastdate .arrived {
        position: absolute;
        height: 19px;
        width: 3%;
        margin: 0px 0px 0px 0px;
        background: #037CB7;
        left: 0px;
    }
    .eventdivpastdate .departed {
        position: absolute;
        height: 19px;
        width: 3%;
        margin: 0px 0px 0px 0px;
        background: #F77F89;
        left: 0px;
    }
.eventdiv {
    /*padding: -1px 3px -1px 3px;*/
    /*height: 1.5em;*/
    position:relative;
    height: 19px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 1px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    margin: 0px 2px 0px 2px;
}
    .eventdiv .arrived {
        position: absolute;
        height: 19px;
        width: 3%;
        margin: 0px 0px 0px 0px;
        background: #037CB7;
        left: 0px;
    }

    .eventdiv .departed {
        position: absolute;
        height: 19px;
        width: 3%;
        margin: 0px 0px 0px 0px;
        background: #F77F89;
        left: 0px;
    }
    .eventtext {
    width: 100%;
    /*height: 1.3em;*/        
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background-color: transparent;
    font-size: small;
    font-family: 'Open Sans';
    
}
.fullwidth {
    min-width:80vw !important;
    
    
}
    .fullwidth > .mud-dialog {
        box-sizing: border-box;
        min-width: 90vw;
    }
.calendarheader {
    color: #037CB7;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;    
}

::deep .mud-table {
    height: 100% !important;
}
.mud-table ::-webkit-scrollbar {
    width: 7px !important;
    height: 5px !important;
}

.scroll-container {
    padding-bottom: 0px;
}
    .scroll-container, .scroll-container .mud-table {
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
    }
.scroll-grid-container {
    height: calc(100% - 136px);    
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
}
.scroll-layout-container {
    height: calc(100% - 86px);      
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom:50px;
}




.mainlayoutpadding {
    height: 100vh;
    padding-top: 70px;
    font-family: Open Sans;
    overflow-y: auto;
    overflow-x: hidden;
    /*height: -webkit-fill-available;*/
}
/*.calendarcontainer, .mainlayoutpadding {
    overflow-y: auto;
}*/
.calendarcontainer {
    overflow-x: auto !important;
    overflow-y: hidden;
    width: 99%;
    margin-right: 10px;    
}
.calendarview {
    height: calc(100vh - 140px);
    overflow: auto;
    padding-bottom: 10px;    
}
.bookingform {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}
.bookingchild {
    height: calc(100% - 6px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0px;
}
@media(max-width:1024px){

    .footer {
        height: auto;
    }
    /*.footerbaselayout {
        height: 130px;
    }*/
    .employeedashboard, .scriptbox {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .calendarview {
        /*width: 100vw;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 140px);*/
        padding-bottom: 10px;        
        min-height: -webkit-fill-available;
    }
    .mainlayoutpadding {
        overflow-y: auto;
        height: calc(100vh);
        padding-top: 100px !important;
        /*height: -webkit-fill-available;*/
    }
   
    ::-webkit-scrollbar {
        width: 0px !important; /* Remove scrollbar space */
        /* Optional: just make scrollbar invisible */
    }

    ::-webkit-scrollbar-thumb {
        background: transparent !important;
    }
    .mud-dialog {
        min-width: 80% !important;
        max-width: 95% !important;
        max-height: 90vh !important;
        overflow-y: scroll;
    }
}



.slotcontainer {
    max-height:80vh;    
    overflow: auto;
    padding: 4px;
}



@media (min-width: 768px) {
   
    .detailswidth {
        width: 30%;
    }

    .slotwidth {
        width: 70%;        
        height:90vh;
    }

    .pagecontainer {
        display: flex;
        flex-direction: row;
    }

    .slotspage {
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;        
        
    }

    .chipbadge {
        width: 20px !important;
        height: 20px !important;
        margin-left: 12px;
        vertical-align: text-top;
    }
    tbody .mud-table-cell, tbody .mud-table-cell > div {
        white-space: nowrap;
        overflow: hidden;
        max-width: 200px !important;
        text-overflow: ellipsis !important;
        font-family: 'Open Sans';
    }
}

@media (max-width: 768px) {
    .timelinediv > .mud-simple-table.mud-table-sticky-header .mud-table-container {
        overflow-x: auto !important;
    }
    .mud-table-cell, .mud-table-cell > div {
        white-space: nowrap;
        font-family: 'Open Sans';
    }
    .detailswidth {
        width: 100% !important;
        min-width: 100% !important;
    }

    .slotwidth {
        width: 100% !important;
        margin: auto;
    }

    .pagecontainer {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .slotspage {
        width: 100%;
        overflow-y: auto;
        height: auto;
    }

    .slotcontainer {
        overflow: auto;
        padding: 4px;
    }

    .chipbadge {
        width: 16px !important;
        height: 16px !important;
        right: -10px;
        vertical-align: text-top;
    }
}

.mud-dialog .mud-dialog-content {
    font-family: Open Sans !important;
    overflow-x: hidden !important;
}



.testresulttable {
    height: calc(100vh - 200px) !important;
    
}
.adadetailsbox {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 16px #2E2E2E26 !important;
    border: 1px solid #F8F8F8;
    border-radius: 8px !important;
    opacity: 1;
    text-align: center;
    height: 350px;
    position: relative;
}
@media only screen and (min-width: 960px) and (max-width: 1360px) {
    .timelinediv > .mud-simple-table.mud-table-sticky-header .mud-table-container {
        overflow-x: hidden !important;
    }
    .adadetailsbox {
        height: calc(630px - 17vw);
    }
}
.swal2-container
{
    z-index:99999 !important;      
}
.swal2-html-container {
    color: #ffffff !important;
    padding-top: 10px !important;
    font-family: 'Open Sans';
}
.swal2-icon, .swal2-close {
    color: #ffffff !important;
    border-color: #ffffff !important;
    /*background-color: #ffffff !important;*/
}
.swal2-success-ring {
    border-color: #ffffff !important;
}
.swal2-error {
    background-color: #ffffff !important;
}
.swal2-timer-progress-bar {
    background-color: #ffffff !important;
}
.swal2-close {
    margin-bottom: auto;
    margin-top : -40px !important;
}
    /* .scroll-container .mud-table ::-webkit-scrollbar {
        width: 7px !important;
        height: 5px !important;
    }*/

.mud-dialog-container.mud-dialog-topcenter
{
    padding-top : 12px !important;    
}

.mud-nav-group svg:first-child {
    margin-top:6px !important;
}
.mud-ex-dialog-header-actions {
    top: 8px;
    right: 48px;
    position: absolute;    
}
.draggabledialog {
    position: absolute;
    /*cursor: move*/
    overflow-x: hidden !important;
    overflow-y: auto;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 95%;
    min-height: 10%;
    display: flex;
    flex-direction: column;
    width: 85%;
    min-width: 15%;
  left:8%;
}
.fullwidthdialog {
    max-width: 100% !important;
    max-height: 100% !important;
    min-height: 95%;    
    width: 85%;
    min-width: 15%;
}
/*.middle {
  right:0;
    position:absolute;
    width:100%;    
}*/
.ui-resizable-e {
    cursor: e-resize;
    width: 15px;
    right: -6px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: e-resize;
    width: 15px;
    left: -6px;
    top: 0;
    height: 100%;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 18px;
    width: 100%;
    bottom: -9px;
    left: 0;   
    margin-bottom:9px;
}
.ui-resizable-n {
    cursor: s-resize;
    height: 15px;
    width: 100%;
    top: -5px;
    left: 0;       
}


.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: flex;
    -ms-touch-action: none;
    touch-action: none;
}
/*.ui-icon, .ui-widget-content .ui-icon {
    background-image: url('../images/ui-icons_444444_256x240.png');
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon {
    width: 16px;
    height: 16px;
}*/
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.mud-table { 
    font-family: 'Open Sans';
}
.mud-dialog-title {
    color: #037CB7;
}
/*.mud-tab-slider.mud-tab-slider-horizontal {
    width: 200px !important;*/ /*Temporary fix for https: //github.com/MudBlazor/MudBlazor/issues/5118*/
/*}*/

.mud-dialog {
    overflow-y: visible !important;
    max-height: unset;
}
.selectcheckbox {
    margin-top: 5px;
}

.selectcheckbox input[type="checkbox"] {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #037CB7;
    /*box-shadow: 0 0 0 0 #037CB7;*/
    box-shadow: inset 0px 0px 0px 2px #fff;
    -webkit-appearance: none;
    cursor: pointer;
    margin: 10px;
}
    .selectcheckbox input[type="checkbox"]:hover {
        box-shadow: 0 0 0 50px var(--mud-palette-primary-hover) !important;        
        clip-path: circle(90%);        
    }

    .selectcheckbox input[type="checkbox"]:checked, .selectcheckbox input[type="checkbox"]:checked:hover {
        background-color: #037CB7;
        box-shadow: inset 0px 0px 0px 2px #fff !important;
    }
.mud-overlay, .mud-dialog-container {
    width: calc(100% - 7px) !important;    
}
.draggabledialog >.mud-dialog-title {
    cursor: move;
}
.ql-editor.ql-blank, .ql-editor p {
    font-family: 'Open Sans';
    color: currentColor;
    font-size: 14px !important;
}
.ql-editor.ql-blank::before {
    font-style: normal !important;
}

/*.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]::before {
    content: attr(data-label) ;
    font-family: attr(data-label) ;
}*/

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=times-new-roman]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=times-new-roman]::before {
    content: 'Times New Roman';
    font-family: 'Times New Roman';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=calibri]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=calibri]::before {
    content: 'Calibri';
    font-family: Calibri;
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=arial]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=arial]::before {
    content: 'Arial';
    font-family: Arial;
}

/*.ql-font-times-new-roman {
    font-family: 'Times New Roman';
}
.ql-font-calibri {
    font-family: Calibri;
}
.ql-font-arial {
    font-family: Arial;
}*/


.ql-snow .ql-picker.ql-font {
    width: 150px;
}
.ql-snow .ql-picker-label.ql-active {
    white-space: nowrap;
}

.ql-tooltip, .ql-editing {
   left: unset !important;
}
ul {
    list-style-type: circle;
    padding: 10px 0 !important;
    padding-left: 20px !important;
}
ol {
    
    padding: 10px 0 !important;
    padding-left: 20px !important;
}
.pointer {
    cursor: pointer !important;
}
.messagebox {
    display: flex;
    flex-direction: column;    
    cursor: default;
    overflow: scroll;
    overflow-x: hidden;
    height: 82vh;
}
.messageflex {
    flex: 1;    
    overflow: scroll;
    overflow-x: hidden;
    margin: 15px 20px;
    border: 1px solid #0000001e
}
.mud-timeline-item-dot.mud-timeline-dot-size-small:hover {
    transform: scale(1.5);
}
.mud-timeline-vertical.mud-timeline-position-alternate::before {
    left: auto;
    right: calc(75% - 1px);
}
.mud-timeline-vertical .mud-timeline-item .mud-timeline-item-content {
    max-width: calc(25% - 48px);
}
.mud-timeline-vertical .mud-timeline-item .mud-timeline-item-opposite {
    flex: 1 1 auto;
    max-width: calc(75% - 48px);
}

.mud-expand-panel:first-child {
    border-bottom: none;
}
.chain {
    border-left:1px dashed #037CB7;    
    height: 18px;
}

.chain-top {
    /*top: -20px;
    padding-top: -16px;*/
    margin-left:10px;
}

.chain-bottom {    
    margin-left: 10px;    
}
.historyspan {    
    /*height: 1.3em;*/    
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-align:start;
}

.timelinediv * table {
    table-layout:fixed !important;
}

.circle-icon {
    background: #F3F9EC;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;    
}

.widget-title {
    color: #525252 !important;
    font-weight: 900 !important;
}

.widget-value {
    color: #013968 !important;    
}
[class*="pieChart"] {
    cursor: pointer;
}
.circle {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top:3.5px;
    margin-right:3px;
}
.circle-icon-small {
    background: #E6F2F8;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 14px;
}
.top-user-filter {
    border: 1px solid gainsboro;
    margin: 0 auto;
    width: 99%;
    border-radius: 2px;
}

.activity-date {
    border: 1px solid #037CB7 ;
    background-color: #037CB7 !important;
    color: #ffffff !important;
}

.decisionguide-changed::after {
    content: " *" !important; /* Add a space before the asterisk for separation */
    color: red; /* Optional: style the asterisk */
}

.decisionguide-legend::before {
    content: " *" !important; /* Add a space before the asterisk for separation */
    color: red; /* Optional: style the asterisk */
}