﻿#ModalAlreadyLoggedIn  div.modal-dialog{
    max-width: 35% !important;
}

#ContainerMessages {
    height: calc(100vh - 11vw);
}

#FiltersList {
    margin: 0px;
    padding: 17px 0;
    max-height: 400px;
    overflow-x: hidden;
    gap: 9px;
}

#FiltersList .SpanFilter {
        height: 100%;
        /*padding: 5px 0px;*/
    }

#FiltersDiv li .filters-actions {
    /*width: 100px;
    height: calc(100% + 1px);
    position: absolute;
    top: -1px;
    right: -100px;
    transition: right ease 0.2s;
    padding: 11px;*/
    cursor: pointer;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: transparent !important;
    border: 0 !important;
}

#FiltersDiv li:hover .filters-actions {
    display:flex;
}

#txt_FilterName {
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
#txt_FilterName:focus{
        box-shadow: none;
        
    }

#FiltersList li {
    text-align: left;
    margin-bottom: 5px;
    padding-left: 28px;
    line-height: 25px;
    padding-right: 20px;
    margin: 0px !important;
    font-weight: normal;
    padding: 0px;
    border-top: none;
    border-color: transparent !important;
}





#DivAddFilter {
    background-color: #CA7C29 !important;
    color: #FFF !important;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
}
#FiltersList li:not(:first-child) {
    border-radius: 5px;
    padding: 5px 9px;
}

    #FiltersList li span {
        cursor: pointer;
    }


    #FiltersList li:first-child {
        border-radius: 0px !important;
        background-color: transparent !important;
    }

    #FiltersList li a, #FiltersList li a:visited {
        display: block;
        font-size: 15px;
        text-decoration: none;
        vertical-align: top;
        padding-left: 0px;
        font-weight: 600;
        font-weight: normal;
        background-color: transparent;
    }

    #FiltersList li span.bi {
        color: #CA7C29;
        font-size: 18px;
    }

    #FiltersList li#tr_NoFilters {
        padding: 10px 17px !important;
    }

#FiltersList p {
    color: #797979;
    font: bold 12px Arial, sans-serif;
    margin: auto;
    margin-top: 15px;
}


/*--------------------------*/
#TagsList {
    margin: 0px;
    max-height: 400px;
    overflow-x: hidden;
    gap: 5px;
}

    #TagsList .SpanTag {
        width: 100%;
        height: 100%;
        /*       padding: 5px 0px;*/
        padding: 2px 10px 0px 10px;
        font-size: 13px;
        font-family: Inter;
        font-weight: 400;
    }


#clearAssignedTagLi {
    padding: 0px 0px 5px 0px !important;
}


#ClearAssignLink {
    font-size: 12px !important;
    color: #cc3025 !important;
    padding-top: 6px !important;
    padding-left: 10px !important;
    font-weight: bold !important;
}

#TagsDiv li .Tags-actions {
    cursor: pointer;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: transparent !important;
    border: 0 !important;
    padding-right:6px ;
}

#TagsDiv li:hover .Tags-actions {
    display: flex;
}

#txt_TagName {
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

#txt_TagName:focus {
    box-shadow: none;
}

#TagsList li {
    text-align: left;
    margin-bottom: 5px;
    padding-left: 28px;
    line-height: 25px;
    padding-right: 20px;
    margin: 0px !important;
    font-weight: normal;
    padding: 0px;
    border-top: none;
}

#TagsList li > span.selectedTag {
  /*  background-color: #372008 !important;*/
}

#TagsList li.selectedLiTag {
   /* background-color: #372008 !important;*/
}




#DivAddTag {
    background-color: #CA7C29 !important;
    color: #FFF !important;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    cursor: pointer;
}

#TagsList li:not(:first-child) {
    
    padding: 0 5px;
}

#TagsList li span {
    cursor: pointer;
}


#TagsList li:first-child {
    border-radius: 0px !important;
    background-color: transparent !important;
   /* padding: 10px 10px 0px 10px;*/
}

#TagsList li a, #TagsList li a:visited {
    display: block;
    font-size: 15px;
    text-decoration: none;
    vertical-align: top;
    padding-left: 0px;
    font-weight: 600;
    font-weight: normal;
    background-color: transparent;
}

#TagsList li span.bi {
    color: #CA7C29;
    font-size: 18px;
}

#TagsList li#tr_NoTags {
    /* padding: 10px 17px !important;*/
    font-size: 12px;
    padding-left: 15px !important;
    padding-bottom: 5px;
    padding-top: 5px;
}

#TagsList p {
    color: #797979;
    font: bold 12px Arial, sans-serif;
    margin: auto;
    margin-top: 15px;
}

/*--------------------------*/

.m-nav-sticky {
    width: 220px;
    position: fixed;
    left: calc(100vw - 33px);
    top: calc(50vh - 140px);
    list-style: none;
    padding: 5px 0;
    margin: 0;
    z-index: 110;
    line-height: 27px;
    -webkit-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    -ms-border-radius: 7px 0 0 7px;
    -o-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    transition: left ease 0.3s;
    padding: 10px 0px;
}

    .m-nav-sticky .spanHidden {
        display: none;
        padding-left: 5px;
    }



    .m-nav-sticky:hover {
        /*width: 160px;*/
        left: calc(100vw - 220px);
    }

        .m-nav-sticky:hover .spanHidden {
            transition: visibility ease 0.3s;
            display: inline;
        }

    .m-nav-sticky .m-nav-sticky__item {
        margin: 0;
        /*padding: 5px 9px;*/
        padding: 5px 6px 5px 6px;
        text-align: center;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .m-nav-sticky .m-nav-sticky__item .dropdown-menu {
            will-change: hover;
            width: 260px;
            padding: 0px;
            top: 85px;
            margin-left: -50px;
            padding-right: 30px;
            background-color: transparent;
            border: none;
        }


        .m-nav-sticky .m-nav-sticky__item > i {
            font-size: 1.4rem;
        }

        .m-nav-sticky .m-nav-sticky__item > a:hover {
            text-decoration: none;
        }

.m-nav-sticky {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(113,106,202,.2);
    -moz-box-shadow: 0 0 15px 1px rgba(113,106,202,.2);
    box-shadow: 0 0 15px 1px rgba(113,106,202,.2);
}


    .m-nav-sticky.m-nav-sticky--skin-dark {
        background: #555;
        -webkit-box-shadow: 0 0 15px 1px rgba(113,106,202,.4);
        -moz-box-shadow: 0 0 15px 1px rgba(113,106,202,.4);
        box-shadow: 0 0 15px 1px rgba(113,106,202,.4);
    }

        .m-nav-sticky.m-nav-sticky--skin-dark .m-nav-sticky__item > a > i {
            color: #f1f1f9;
        }

        .m-nav-sticky.m-nav-sticky--skin-dark .m-nav-sticky__item > a:hover > i {
            color: #837dd1;
        }


.li_Mammo {
    background-size: 22px 22px;
    background-position: 5px;
    background-repeat: no-repeat;
    padding-right: 22px;
}
/*------------------------------------------------------------------------------------------------------------------------------------*/
.m-dropdown .m-dropdown__wrapper {
    top: 100%;
    text-align: left;
    display: none;
    position: absolute;
    z-index: 1100;
    padding-top: 0;
    width: 245px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .m-dropdown .m-dropdown__wrapper .m-dropdown__inner {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }

        .m-dropdown .m-dropdown__wrapper .m-dropdown__inner .m-dropdown__content, .m-dropdown .m-dropdown__wrapper .m-dropdown__inner .m-dropdown__scrollable, .m-dropdown .m-dropdown__wrapper .m-dropdown__inner .mCSB_container, .m-dropdown .m-dropdown__wrapper .m-dropdown__inner .mCustomScrollBox {
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            -ms-border-radius: 6px;
            -o-border-radius: 6px;
            border-radius: 6px;
        }

    .m-dropdown .m-dropdown__wrapper .m-dropdown__header {
        padding: 20px 20px;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -ms-border-radius: 6px 6px 0 0;
        -o-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

        .m-dropdown .m-dropdown__wrapper .m-dropdown__header .m-dropdown__header-title {
            display: block;
            padding: 0 0 5px 0;
            font-size: 1.5rem;
            font-weight: 400;
        }

        .m-dropdown .m-dropdown__wrapper .m-dropdown__header .m-dropdown__header-subtitle {
            display: block;
            padding: 0;
            font-size: 1rem;
        }

    .m-dropdown .m-dropdown__wrapper .m-dropdown__body {
        padding: 20px;
    }

        .m-dropdown .m-dropdown__wrapper .m-dropdown__body .mCSB_scrollTools {
            right: -10px;
        }

        .m-dropdown .m-dropdown__wrapper .m-dropdown__body.m-dropdown__body--paddingless {
            padding: 0;
        }

            .m-dropdown .m-dropdown__wrapper .m-dropdown__body.m-dropdown__body--paddingless .mCSB_scrollTools {
                right: 0;
            }

    .m-dropdown .m-dropdown__wrapper .m-dropdown__footer {
        padding: 20px;
    }

.m-dropdown.m-dropdown--header-bg-fil .m-dropdown__wrapper .m-dropdown__inner {
    -webkit-border-radius: 10px 10px 6px 6px;
    -moz-border-radius: 10px 10px 6px 6px;
    -ms-border-radius: 10px 10px 6px 6px;
    -o-border-radius: 10px 10px 6px 6px;
    border-radius: 10px 10px 6px 6px;
}

    .m-dropdown.m-dropdown--header-bg-fil .m-dropdown__wrapper .m-dropdown__inner .m-dropdown__header {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -ms-border-radius: 6px 6px 0 0;
        -o-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

.m-dropdown.m-dropdown--footer-bg-fil .m-dropdown__wrapper .m-dropdown__inner {
    -webkit-border-radius: 6px 6px 10px 10px;
    -moz-border-radius: 6px 6px 10px 10px;
    -ms-border-radius: 6px 6px 10px 10px;
    -o-border-radius: 6px 6px 10px 10px;
    border-radius: 6px 6px 10px 10px;
}

    .m-dropdown.m-dropdown--footer-bg-fil .m-dropdown__wrapper .m-dropdown__inner .m-dropdown__footer {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        -ms-border-radius: 0 0 6px 6px;
        -o-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

.m-dropdown.m-dropdown--small .m-dropdown__wrapper {
    width: 225px;
}

.m-dropdown.m-dropdown--medium .m-dropdown__wrapper {
    width: 325px;
}

.m-dropdown.m-dropdown--large .m-dropdown__wrapper {
    width: 380px;
}

.m-dropdown.m-dropdown--huge .m-dropdown__wrapper {
    width: 455px;
}

.m-dropdown.m-dropdown--hoverable:hover .m-dropdown__wrapper, .m-dropdown.m-dropdown--open .m-dropdown__wrapper {
    display: block;
    -webkit-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1;
    -moz-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1;
    -ms-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1;
    -o-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1;
    animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1;
}

@media screen\0 {
    .m-dropdown.m-dropdown--hoverable:hover .m-dropdown__wrapper, .m-dropdown.m-dropdown--open .m-dropdown__wrapper {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;
    }
}

.m-dropdown.m-dropdown--up .m-dropdown__wrapper {
    padding-top: 0;
    top: auto;
    bottom: 100%;
    padding-bottom: 0;
}

.m-dropdown.m-dropdown--up.m-dropdown--hoverable:hover .m-dropdown__wrapper, .m-dropdown.m-dropdown--up.m-dropdown--open .m-dropdown__wrapper {
    display: block;
    -webkit-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-down .3s ease-out 1;
    -moz-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-down .3s ease-out 1;
    -ms-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-down .3s ease-out 1;
    -o-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-down .3s ease-out 1;
    animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-down .3s ease-out 1;
}

@media screen\0 {
    .m-dropdown.m-dropdown--up.m-dropdown--hoverable:hover .m-dropdown__wrapper, .m-dropdown.m-dropdown--up.m-dropdown--open .m-dropdown__wrapper {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;
    }
}

.m-dropdown.m-dropdown--align-right .m-dropdown__wrapper {
    right: 0;
}

.m-dropdown.m-dropdown--align-right.m-dropdown--align-push .m-dropdown__wrapper {
    margin-right: -20px;
}

.m-dropdown.m-dropdown--align-left .m-dropdown__wrapper {
    left: 0;
}

.m-dropdown.m-dropdown--align-left.m-dropdown--align-push .m-dropdown__wrapper {
    margin-left: -20px;
}

.m-dropdown.m-dropdown--align-center .m-dropdown__wrapper {
    left: 50%;
    width: 245px;
    margin-left: -122.5px;
}

.m-dropdown.m-dropdown--align-center.m-dropdown--small .m-dropdown__wrapper {
    width: 225px;
    margin-left: -112.5px;
}

.m-dropdown.m-dropdown--align-center.m-dropdown--medium .m-dropdown__wrapper {
    width: 325px;
    margin-left: -162.5px;
}

.m-dropdown.m-dropdown--align-center.m-dropdown--large .m-dropdown__wrapper {
    width: 380px;
    margin-left: -190px;
}

.m-dropdown.m-dropdown--align-center.m-dropdown--huge .m-dropdown__wrapper {
    width: 455px;
    margin-left: -227.5px;
}

@media (max-width:768px) {
    .m-dropdown.m-dropdown--mobile-full-width.m-dropdown--align-center > .m-dropdown__wrapper, .m-dropdown.m-dropdown--mobile-full-width > .m-dropdown__wrapper {
        width: auto;
        margin: 0 auto;
        left: 30px;
        right: 30px;
    }
}

.ToolsItem {
    /*display: none !important;*/
}

.ToolsItemShow {
    /*display: block !important;*/
}

.IconSize {
    font-size: 26px !important;
}


.MasterContainer {
    height: 50px;
}

#navbarDropdown:after {
    content: none !important;
}

#navbarDropdown:hover {
    text-decoration: none !important;
}

.Logo {
    margin-top: 5px;
}

.MasterContainer::before, .navbar::before {
    content: none !important;
}

.navbar {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#branchSearch .checkbox input[type="checkbox"] {
    opacity: 1;
}

.multiselect {
    border-radius: 3px;
    height: 30px;
}

/*.multiselect-container {
            width: 100% !important;
        }*/

Drop down check box .multiselect-container > li > a > label.checkbox {
    margin-left: -12px;
}

/*.multiselect-container > li {
            padding: 0;
            margin-left: -20px;
        }*/

.btn btn-default multiselect-clear-filter {
    height: 34px;
}

.ui-datepicker-prev span {
    background-image: url(images/lftarrow_.png) !important;
    background-position: 0px 0px !important;
}

.ui-datepicker-next span {
    background-image: url(images/rghtarrow_.png) !important;
    background-position: 0px 0px !important;
}

/**********  Start Menu ************/
.NotificationMessage {
    font-size: 1em; /*background: #cccccc;*/
}

@-moz-document url-prefix() {
    .badge {
        /* made for firefox empty notification number not appear and filled one appear correctly*/
        display: inline-table !important;
        /*width: 100% !important;*/
    }
}

.bootbox {
    z-index: 100000000 !important;
}




.modal-dialog {
    max-width: 95% !important;
}

.bootbox .modal-dialog {
    max-width: 500px !important;
}

.modal-header {
    display: block !important;
    padding: 10px 15px;
}


.modal-content {
    border: none;
}


.modal-header button.close {
    font-size: 20px;
    padding: 15px 18px;
    margin-top: 3px;
    opacity: .7;
    border: none !important;
    outline: none !important;
    outline-width: 0 !important;
    user-select: none !important;
}

.bootbox .modal-footer {
    border-radius: 0px 0px 5px 5px;
}


.navbar-brand {
    /*margin-left: 0px !important;*/
}

.nav .open > a, .nav .open > a:focus {
    background-color: transparent !important;
}



/**********  End Menu ************/



.menu_Locoations, .menu_DashBord {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-width: 220px;
}

.menu_Locoations_Phone {
    box-shadow: none !important;
}

.menu_DashBord li span a {
    color: #afb9c5;
}

.locationDDL {
    /*max-width: 92%;*/
}

.dashbordDLL {
    max-width: 97%;
}

@media(max-width:1024px) {
    .dashbordDLL {
        max-width: 92%;
    }
}

.dashbordDLL a {
    padding: 5px !important;
    background-color: transparent !important;
}

.locationDDL a {
    padding: 5px !important;
    background-color: transparent !important;
}

.menu_Locoations li:hover, .menu_DashBord li:hover {
    color: orange !important;
    cursor: pointer;
}

#ctl00_menu_Dash_Report li:hover {
    color: orange !important;
    cursor: pointer;
}

.menu, .menu li, .menu span {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.menu {
    border: 1px solid #cccccc;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    opacity: 1; /*width: 190px;*/
    border-top: none;
}

    .menu li {
        background-color: #ffffff;
        height: 25px;
        overflow: hidden;
        padding-left: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #C0C0C0;
        cursor: pointer;
    }

        .menu li:last-child {
            border-bottom: none !important;
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
        }

        .menu li:hover > span {
            color: Orange;
        }

        .menu li span {
            padding: 4px 4px 4px 4px;
            margin: 0;
            border: none;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
            font-size: 13px;
            color: #666666;
        }
/*****************************************/

.tableStyle {
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .tableStyle tr:hover {
        background-color: #D6D6D4;
    }

    .tableStyle tr {
        /*border-bottom: 1px solid #E6E6E6;
            cursor: pointer;*/
    }

.time {
    color: #ADADAD;
    font-size: 11px;
}

/*    ************************ Notification Style ******************************* */

.read {
    background-color: #ffffff; /* padding-left: 10px !important;*/
}




/*    ************************ Notification Style ******************************* */

/*    ************************ Message Style ******************************* */


#notify-div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}

#notify-div::-webkit-scrollbar {
    width: 7px;
    background-color: #ddd;
}

#notify-div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ddd;
}



.table-body tr {
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
}

.lnk {
    padding-left: 5px;
}

.navbar-default .navbar-right > li > a {
    padding: 2px !important;
}



.navbar-right {
    float: left;
    margin-right: 0px !important;
}

/*    ************************ Message Style ******************************* */

#ctl00_location_table li:hover {
    color: orange;
}

#ctl00_Dash_Reports_table li:hover {
    color: orange;
}

button.navbar-toggle {
    margin-top: 5px !important;
    margin-right: 20px !important;
    border-color: white !important;
}

/*IPAD*/
@media(min-width: 768px) {
    button.navbar-toggle {
        margin-top: 3px !important;
    }
}

.navbar_Phone {
    min-height: 100%;
}

.menu_Phone .Separator {
    display: none !important;
}

.badge_Phone {
    margin-top: 15px;
    position: absolute;
    width: 40px;
    right: 0px;
    margin-right: 20px;
    /*margin-left: 80%;*/
}

.menu_Phone {
    border: none !important;
}

/******************Style of Header in Mobile*******************/
/*Mobile*/
.navbar_Phone {
    height: 100% !important;
    width: 0;
    position: fixed;
    z-index: 1;
    right: 0;
    overflow-x: auto;
    overflow-y: auto;
    transition: 0.5s;
    padding-top: 10px;
    margin-left: 0px;
    top: 0;
}

.menu_Phone {
    padding-left: 4px !important;
    padding-top: 0px !important;
}

    .menu_Phone li {
        padding-left: 32px;
    }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fa8b1f !important;
}

.marginB3 {
    margin-bottom: 3px !important;
}
/***Transition While calling side menu****/
.content_Phone {
    position: absolute;
    transition: margin-left 0.5s;
    max-width: 100%;
    padding-top: 15px;
    z-index: 10 !important;
}

.headerDiv_Phone {
    position: absolute;
    transition: margin-left 0.5s;
}


/*@media(max-height: 850px) {
    #px_Popup_Master .modal-dialog, #px_Popup .modal-dialog {
        margin-top: 0px !important;
    }
}*/

.menu_Phone {
    -webkit-box-shadow: none;
    box-shadow: none !important;
    width: 98% !important;
    margin: 0px !important;
}

    .menu_Phone li {
        margin-top: 10px;
    }

/*@media (max-width:767px) {
    #px_Popup_Master .modal-dialog, #px_Popup .modal-dialog {
        margin-top: 40px !important;
    }
}*/

/*IPad*/
@media only screen and (min-width:767px) and (max-width:1024px) {
    .hidden-sm {
        display: none;
    }

    #Worklist {
        top: 10px;
    }

    .menu_Locoations, .menu_DashBord {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
    }
}

.hideInfo {
    display: none !important;
}

.dashboard_type_links {
}

.reports_type_links {
}


.hidden-desktop {
    position: absolute;
    font-weight: 600;
    padding-top: 5px;
    font-size: 14px;
}

#ul-carerad-share-steps li {
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    border-radius: 0px;
    color: #999;
    /*font-weight:bold;*/
}

    /*#ul-carerad-share-steps li i {
                display: none;
            }*/

    #ul-carerad-share-steps li.done {
        font-weight: bold;
        background: #f3f3f3;
        color: #555;
    }

    /*#ul-carerad-share-steps li.done i {
                    display: block;
                }*/

    #ul-carerad-share-steps li.active {
        font-weight: bold;
        color: #5cb85c;
        background-color: rgba(0, 0, 0, .0001);
    }





/*************************/

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
    /*border: 1px solid #eee;*/
    /*padding: 10px;*/
}

/* Default mode */
.tabbable-line > .nav-pills {
    border: none;
    margin: 0px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

    .tabbable-line > .nav-pills > li {
        /*margin-right: 2px;*/
        padding: 5px 25px;
        width: 50%;
        text-align: center;
        color: #afb9c5;
    }

#Search_td {
    /*z-index: 9 !important;*/
    /*padding-bottom: 5px;
    height: calc(100vh - 58px) !important;*/ /*82*/
    /*top: 13px;
    border-radius: 4px;*/
}

    #Search_td .headerPanel .form-control {
        text-overflow: ellipsis;
        border-radius: 4px;
        /*box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);*/
        font-family: Inter;
        font-size: 13px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 20px !important;
        height: 35px !important;
    }

    #Search_td .study-date-dropdown {
        height: 36px !important;
    }

.headerPanel * {
    text-shadow: none !important;
}

.searchInputs a, .searchInputs input, .searchInputs select {
    height: 36px !important;
}

.tabbable-line > .nav-pills > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
    text-decoration: none !important;
}

    .tabbable-line > .nav-pills > li > a > i {
        color: #a6a6a6;
    }

.tabbable-line > .nav-pills > li.open, .tabbable-line > .nav-pills > li:hover {
    border-bottom: 4px solid #f18c90;
}

    .tabbable-line > .nav-pills > li.open > a, .tabbable-line > .nav-pills > li:hover > a {
        border: 0;
        background: none !important;
        color: #333333;
    }

        .tabbable-line > .nav-pills > li.open > a > i, .tabbable-line > .nav-pills > li:hover > a > i {
            color: #a6a6a6;
        }

    .tabbable-line > .nav-pills > li.open .dropdown-menu, .tabbable-line > .nav-pills > li:hover .dropdown-menu {
        margin-top: 0px;
    }

.tabbable-line > .nav-pills > li.active {
    border-bottom: 4px solid #f3565d;
    position: relative;
    font-weight: bold;
    background-color: #ffffff08 !important;
}

    .tabbable-line > .nav-pills > li.active > a {
        border: 0;
        color: #333333;
    }

        .tabbable-line > .nav-pills > li.active > a > i {
            color: #404040;
        }

.tabbable-line > .tab-content {
    margin-top: -3px;
    /*background-color: #fff;*/
    border: 0;
    /*border-top: 1px solid #eee;*/
    padding: 15px 0;
}

    .tabbable-line > .tab-content .col-6 {
        height: 145px;
        text-align: center;
    }


.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

/*.tabbable-line.tabs-below > .nav-pills > li {
    border-top: 4px solid transparent;
}

    .tabbable-line.tabs-below > .nav-pills > li > a {
        margin-top: 0;
        font-weight: bold;
    }

    .tabbable-line.tabs-below > .nav-pills > li:hover {
        border-bottom: 0;
        border-top: 4px solid #555;
    }

    .tabbable-line.tabs-below > .nav-pills > li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #f3565d;
    }

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.tabbable-panel .tab-content .tab-pane {
    background: none !important;
}

.tabbable-panel li.nav-item {
    cursor: pointer;
}*/



/*#img_Chat .dropdown-toggle::after {
        display: none !important;
    }*/
#message_NO, #assignedStudies_NO, #notification_NO, #ctl00_filterNo {
    position: absolute;
    top: 15px;
    margin-left: -10px;
}

/*#notification_NO {
    margin-left: 15px !important;
}*/

#IconsHeader li {
    margin-right: 10px !important;
    /*margin-left: 10px !important;*/
    cursor: pointer;
    padding: 5px 5px;
}

#td_Tools, #message_td, #td_AssignedStudies, #td_Filters, #tdFilters, #td_Tags, #tdTags, .li_notification, .li_userName, .li_userName_dropdown, .li_themeToggle {
    margin-top: 5px !important;
}
.li_userName {
    margin-right: 10px !important;
    margin-left: 10px !important;
}
    /*------------------------------------------------------------------------------------------------------*/
#FiltersDiv {
    width: 300px;
    z-index: 10;
    top: 55px;
    position: absolute;
    border-radius: 4px;
    display: none;
    max-height: 50% !important;
    box-shadow: none !important;
}

    #FiltersDiv .toolMenuHeader {
        margin: 0px 10px;
        padding: 0px;
        height: 45px;
        text-align: center;
        border-radius: 4px 4px 0px 0px;
        justify-content: space-between;
        align-items: center;
    }

    #FiltersDiv h5, #H5Tools {
        /*padding: 14px 15px;
        text-align: left;
        margin: 0px;*/
    }
    #FiltersDiv h5, #H5Tools {
        color: #D0DCDD !important;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 150% */
        /*text-transform: uppercase;*/
    }

   #FiltersDiv h5:nth-child(2) {
           /* margin-left: auto;*/
        }

    #FiltersDiv table {
        width: 100%;
    }

.FiltersContainer {
    height: 50% !important;
    margin-top: -5px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.filters_accord{
    width: 100%;
}



#tb_filters > table > tr {
    margin-top: 10px;
}

#FiltersDiv > ctl00_filters > tb_filters > table > tr :hover {
    background-color: #323237 !important;
}

.FilterName {
    text-decoration: underline;
}
/*------------------------------------------------------------------------------------------------------*/

#TagsDiv {
    width: 250px;
    z-index: 10;

    position: absolute;
/*    border-radius: 4px;*/
  /*  display: none;*/
    max-height: 50% !important;
    box-shadow: none !important;
    left: -1px;
}

    #TagsDiv .toolMenuHeader {
        margin: 0px 10px;
        padding: 0px;
        height: 45px;
        text-align: center;
        border-radius: 4px 4px 0px 0px;
        justify-content: space-between;
        align-items: center;
    }

    #TagsDiv h5, #H5Tools {
        /*padding: 14px 15px;
        text-align: left;
        margin: 0px;*/
    }

    #TagsDiv h5, #H5Tools {
        color: #D0DCDD !important;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 150% */
        /*text-transform: uppercase;*/
    }

        #TagsDiv h5:nth-child(2) {
            /* margin-left: auto;*/
        }

    #TagsDiv table {
        width: 100%;
    }

.TagsContainer {
    height: 50% !important;
    margin-top: -5px;
}

.Tags_accord {
    width: 100%;
}



#tb_Tags > table > tr {
    margin-top: 10px;
}

#TagsDiv > ctl00_Tags > tb_Tags > table > tr :hover {
    background-color: #323237 !important;
}

.TagName {
    text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------------*/

.input-group-text-inlineWithTextBox {
    padding: 0.375rem 0.75rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*.card-body {
    padding: 10px 20px 10px 20px !important;
}*/

.card {
    /*border: unset !important;*/
}

button.multiselect:not(.PriorityBtn):not(.AIAbnormalityBtn):not(.TATBtn) {
    height: 36px !important;
}

.multiselect-native-select button {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

b.caret {
    margin-top: 10px !important;
}

.multiselect-container > li {
    /*padding: 2px;*/
}

#FiltersList a, #FiltersList a:visited {
    display: block;
    font-size: 14px;
    text-decoration: none;
    vertical-align: top;
    padding-left: 6px;
    font-weight: 600;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    left: -19px;
}

/*------------------------------------------------------------------------------------------------------*/




.MasterContainer {
    height: 50px;
    padding: 0px;
}

#navbarDropdown:after {
    content: none !important;
}

#navbarDropdown:hover {
    text-decoration: none !important;
}

.Logo {
    margin-top: 5px;
}

.MasterContainer::before, .navbar::before {
    content: none !important;
}

.navbar {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#branchSearch .checkbox input[type="checkbox"] {
    opacity: 1;
}

.multiselect {
    border-radius: 3px;
    height: 30px;
}

/*.multiselect-container {
            width: 100% !important;
        }*/

Drop down check box .multiselect-container > li > a > label.checkbox {
    margin-left: -12px;
}

/*.multiselect-container > li {
            padding: 0;
            margin-left: -20px;
        }*/

.btn btn-default multiselect-clear-filter {
    height: 34px;
}

.ui-datepicker-prev span {
    background-image: url(images/lftarrow_.png) !important;
    background-position: 0px 0px !important;
}

.ui-datepicker-next span {
    background-image: url(images/rghtarrow_.png) !important;
    background-position: 0px 0px !important;
}

/**********  Start Menu ************/
.NotificationMessage {
    font-size: 1em; /*background: #cccccc;*/
}

@-moz-document url-prefix() {
    .badge {
        /* made for firefox empty notification number not appear and filled one appear correctly*/
        display: inline-table !important;
        /*width: 100% !important;*/
    }
}



.navbar-brand {
    /*margin-left: 0px !important;*/
}

.nav .open > a, .nav .open > a:focus {
    background-color: transparent !important;
}



/**********  End Menu ************/



.menu_Locoations, .menu_DashBord {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-width: 220px;
}

.menu_Locoations_Phone {
    box-shadow: none !important;
}

.menu_DashBord li span a {
    color: #afb9c5;
}

.locationDDL {
    /*max-width: 92%;*/
}

.dashbordDLL {
    max-width: 97%;
}

@media(max-width:1024px) {
    .dashbordDLL {
        max-width: 92%;
    }
}

.dashbordDLL a {
    padding: 5px !important;
    background-color: transparent !important;
}

.locationDDL a {
    padding: 5px !important;
    background-color: transparent !important;
}

.menu_Locoations li:hover, .menu_DashBord li:hover {
    color: orange !important;
    cursor: pointer;
}

#ctl00_menu_Dash_Report li:hover {
    color: orange !important;
    cursor: pointer;
}

.menu, .menu li, .menu span {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.menu {
    border: 1px solid #cccccc;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    opacity: 1; /*width: 190px;*/
    border-top: none;
}

    .menu li {
        background-color: #ffffff;
        height: 25px;
        overflow: hidden;
        padding-left: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #C0C0C0;
        cursor: pointer;
    }

        .menu li:last-child {
            border-bottom: none !important;
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
        }

        .menu li:hover > span {
            color: Orange;
        }

        .menu li span {
            padding: 4px 4px 4px 4px;
            margin: 0;
            border: none;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
            font-size: 13px;
            color: #666666;
        }
/*****************************************/
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #CA7C29;
    border-radius: 10px;
}


.time {
    color: #ADADAD;
    font-size: 11px;
}



#Message-Header {
    height: 25px;
}




.table-body tr {
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
}

.lnk {
    padding-left: 5px;
}

.navbar-default .navbar-right > li > a {
    padding: 2px !important;
}



.navbar-right {
    float: left;
    margin-right: 0px !important;
}

/*    ************************ Message Style ******************************* */

#ctl00_location_table li:hover {
    color: orange;
}

#ctl00_Dash_Reports_table li:hover {
    color: orange;
}

button.navbar-toggle {
    margin-top: 5px !important;
    margin-right: 20px !important;
    border-color: white !important;
}

/*IPAD*/
@media(min-width: 768px) {
    button.navbar-toggle {
        margin-top: 3px !important;
    }
}

.navbar_Phone {
    min-height: 100%;
}

.menu_Phone .Separator {
    display: none !important;
}

/*Mobile*/
@media(max-width: 1024px) {

    .location_anchor {
        padding-left: 0px !important;
        padding-right: 10px !important;
    }

    #Message_Table, #notification_div, #Notification_Table {
        position: fixed;
    }
}

.badge_Phone {
    margin-top: 15px;
    position: absolute;
    width: 40px;
    right: 0px;
    margin-right: 20px;
    /*margin-left: 80%;*/
}

.menu_Phone {
    border: none !important;
}

/******************Style of Header in Mobile*******************/
/*Mobile*/
.navbar_Phone {
    height: 100% !important;
    width: 0;
    position: fixed;
    z-index: 1;
    right: 0;
    overflow-x: auto;
    overflow-y: auto;
    transition: 0.5s;
    padding-top: 10px;
    margin-left: 0px;
    top: 0;
}

.menu_Phone {
    padding-left: 4px !important;
    padding-top: 0px !important;
}

    .menu_Phone li {
        padding-left: 32px;
    }

/* @media(max-width: 1024px) {*/

#alltable, #header {
    transition: margin-left .5s;
}



/*@media (max-width:767px) {
    #px_Popup_Master .modal-dialog, #px_Popup .modal-dialog {
        margin-top: 40px !important;
    }
}*/

/*IPad*/
@media only screen and (min-width:767px) and (max-width:1024px) {
    .hidden-sm {
        display: none;
    }

    #Worklist {
        top: 10px;
    }

    .menu_Locoations, .menu_DashBord {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
    }
}

.hideInfo {
    display: none !important;
}

.dashboard_type_links {
}

.reports_type_links {
}


.hidden-desktop {
    position: absolute;
    font-weight: 600;
    padding-top: 5px;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 14px;
}

#ul-carerad-share-steps li {
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    border-radius: 0px;
    color: #999;
    /*font-weight:bold;*/
}

    /*#ul-carerad-share-steps li i {
                display: none;
            }*/

    #ul-carerad-share-steps li.done {
        font-weight: bold;
        background: #f3f3f3;
        color: #555;
    }

    /*#ul-carerad-share-steps li.done i {
                    display: block;
                }*/

    #ul-carerad-share-steps li.active {
        font-weight: bold;
        color: #5cb85c;
        background-color: rgba(0, 0, 0, .0001);
    }



/*#img_Chat {
    position: absolute;
    right: 35px;
    bottom: 45px;
    z-index: 100000000;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    font-size: 14px;
}*/

#message_NO, #ctl00_filterNo {
    position: absolute;
    top: 15px;
    margin-left: -10px;
}

#IconsHeader li {
    margin-right: 10px !important;
    /*margin-left: 10px !important;*/
}

#td_Tools, #message_td, #td_AssignedStudies, #td_Filters {
    margin-top: 5px !important;
}

/*.li_userName {
    min-width: 100px;
    text-align: end;
}*/

#toolMenu {
    width: 700px;
    z-index: 10;
    top: 55px;
    position: absolute;
    border-radius: 4px;
    display: none;
}

    #toolMenu table {
        width: 100%;
        margin: 20px 0px;
    }

    #toolMenu h5 {
        padding: 15px 15px;
        /*  text-align: center;
        margin: auto;*/
        color: white;
    }

    #toolMenu .toolMenuHeader {
        margin: 0px;
        padding: 0px;
        height: 55px;
        /*background: url(../images/bg-1.jpg);*/
        text-align: center;
        border-radius: 4px 4px 0px 0px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        /*opacity: 0.7;*/
        border: 1px solid #282727;
        background: #191919;
    }

    

    /*#toolMenu .toolMenuBody input[type=image] {
        width: 52px;
    }*/
.actions-title, .apps-title {
    color: #CA7C29;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.toolMenuBody a {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
}
    .toolMenuBody a:hover {
        text-decoration: none;
        border-radius: 5px;
    }



    #menu {
        position: fixed;
        right: 5px;
        top: 50px;
        margin: 0px;
        left: auto;
        width: 235px !important;
        padding: 0px;
    }

    #menu li {
        text-align: left;
        margin-bottom: 5px;
        padding-left: 28px;
        line-height: 25px;
        padding-right: 20px;
        margin: 0px !important;
        font-weight: normal;
        padding: 9px 17px;
        border-top: none;
    }



        #menu li a, #menu li a:visited {
            display: block;
            font-size: 15px;
            text-decoration: none;
            vertical-align: top;
            padding-left: 0px;
            font-weight: 600;
            font-weight: normal;
            background-color: transparent;
        }

        #menu li span.bi {
            color: #CA7C29;
            font-size: 18px;
        }

#settingsMenu {
    background-color: transparent;
    border: none;
    display: none;
}


.modal-body {
    /*margin-bottom: 4px;*/
}

.study-date-dropdown {
    height: 36px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.study-date-dropdown-icon {
    position: absolute;
    right: 10px;
    color: darkorange;
    top: 17px;
}


#message_div, #div_AssignedStudies, #notification_div {
    display: none;
    position: fixed;
    z-index: 9000;
    top: 55px;
    width: 300px;
    border-radius: 4px;
}

#Message_Table, #Notification_Table {
    font-size: 12px;
    width: 300px;
}

.notificationHeader, .messagesHeader, .assignstudiesHeader {
    margin: 0px !important;
    padding: 0px;
    height: 52px;
    background: url(../images/bg-1.jpg);
    text-align: center;
    border-radius: 4px 4px 0px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}

    .notificationHeader h6, .messagesHeader h6, .assignstudiesHeader h6 {
        padding: 5px;
        text-align: left;
        margin: 10px;
        color: white;
        font-size: 18px;
    }

    .messagesHeader .span_NewMessage {
        color: white;
        /*padding: 4px 4px 3px 4px;
        background-color: gray;
        border-radius: 50%;*/
        /*font-size: 18px;*/
        cursor: pointer;
        position: absolute;
        right: 12px;
        top: 14px;
    }

.notificationsBody, .messagesBody, .assignstudiesBody {
    width: 100%;
    margin: 0;
}


table.notfication-item {
    width: 100%;
}

    table.notfication-item tr td {
        border: none;
        padding: 0px;
        width: 100%;
    }

#msgs-div, #notify-div {
    overflow-y: auto;
    overflow-x: hidden;
}

    #msgs-div li:last-child, #notify-div li:last-child {
        border-bottom: 0px;
    }

    #msgs-div li, #notify-div li {
        text-align: left;
        border-radius: 0px;
        min-height: 80px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 1px solid #282727;
    }

        #msgs-div li h6, #notify-div li h6, .assignstudiesBody li h6 {
            margin-bottom: 5px;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 18px; /* 150% */
        }
#FiltersList .SpanFilter {
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
}
.filters-actions i{
    font-size: 13px;
}
#msgs-div li small, #notify-div li small, .assignstudiesBody li small {
    margin-bottom: 5px;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
}

        #msgs-div li p.mb-1, #notify-div li p.mb-1 {
            font-size: 15px;
        }



        #msgs-div li.unread, #notify-div li.unread {
            /*font-weight: bold;*/
        }

        #msgs-div li.read small, #notify-div li.read small {
            font-size: 12px;
        }

    #msgs-div span.bi-circle-fill, #notify-div span.bi-circle-fill {
        font-size: 11px;
        position: absolute;
        right: 20px;
        color: #CA7C29;
        top: 42%;
    }


    #msgs-div small, #notify-div small {
        font-size: 12px;
    }

    #msgs-div .bi-trash, #notify-div .bi-trash {
        position: absolute;
        top: 40%;
        right: 13px;
        cursor: pointer;
        font-size: 19px;
    }

    #msgs-div .delete-notification, #notify-div .delete-notification {
        width: 50px;
        height: calc(100% + 1px);
        position: absolute;
        top: -1px;
        right: -50px;
        transition: right ease 0.2s;
    }

    #msgs-div li:hover .delete-notification, #notify-div li:hover .delete-notification {
        /*display: block;*/
        right: -1px;
    }

#notification_div a, #message_div a, #div_AssignedStudies a {
    color: #CA7C29;
    font-family: Inter;
    font-size: 14px;
}
.notificationsBody tr td, .messagesBody tr td, .assignstudiesBody tr td {
    font-family: Inter;
    font-size: 14px;
}
/**************Merged from Dark file******************/
#table_list tr {
    height: 40px;
    width: 100%;
    text-decoration: none;
}

    #table_list tr a {
        text-decoration: none;
        padding-left: 5px;
    }

.subMenu li {
    padding: 2.5px 10px !important;
}

#Wlmenu {
    margin: 0px;
    list-style-type: none;
}

    #Wlmenu span.fa, #Wlmenu span.bi {
        font-size: 11px;
        margin: auto 0.25rem;
    }


    #Wlmenu li {
        text-align: left;
        background-position: left top;
        background-repeat: no-repeat;
        padding-left: 10px;
        line-height: 20px;
        padding-right: 10px;
        cursor: pointer;
        background-color: #191919 !important;
    }

    #Wlmenu a, #Wlmenu a:visited {
        display: block;
        width: 9em;
        font-size: 0.8em;
        text-decoration: none;
        vertical-align: top;
    }

.subMenu {
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
    position: fixed;
    text-align: left;
    white-space: nowrap;
    z-index: 100 !important;
}

.modal-backdrop.show {
    opacity: 0.3 !important;
}

.modal-footer {
    padding: 15px;
    text-align: right;
}

.modal-content {
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
}

.search_Label {
    font-size: 14px;
}

.SearchHeader {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 15px;
}

.worklist {
    position: relative;
    width: 100%;
    z-index: 0;
}

.Search {
    z-index: -1px;
    margin: 0px;
    padding: 0px;
}


.LeftTD {
    width: 8px;
    padding: -1px;
    margin: -10px;
    cursor: pointer;
    align: "center";
}

.select2-container--default .select2-selection--single {
    border-radius: 4px;
}

.select2-dropdown {
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Inter;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 35px !important;
    height: 35px !important;
}

.FindingsRow {
    margin-left: 2px !important;
}

.ReportPanel {
    padding: 10px 0px 10px 10px;
    position: absolute;
    font-size: 0.8em;
    z-index: 1000;
}

.SeperatorUl {
    width: 75%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.SpaceContent {
    max-height: 60rem;
    overflow: auto;
    padding: 0px 10px 10px 10px;
    position: absolute;
    font-size: 0.8em;
    width: 240px;
    z-index: 1000000000;
}

.SystemPanel {
    padding: 10px 0px 10px 10px;
    position: absolute;
    font-size: 0.8em;
    width: 110%;
    z-index: 1000;
}

.CategoryPanel {
    padding: 10px 0px 10px 10px;
    position: absolute;
    font-size: 0.8em;
    width: 100%;
}


.SerachBtnAdvanced {
    float: left;
    background-position: left;
    border-radius: 5px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 2px;
    width: 96px;
    height: 34px;
    text-align: center;
    padding: 8px;
    margin-right: 6px;
}

#menu a, #menu a:visited {
    display: block;
    font-size: 14px;
    text-decoration: none;
    vertical-align: top;
    padding-left: 6px;
    font-weight: 600;
}

.smTitle {
    font-weight: normal;
}


.ToolsBG {
    padding-top: 5px;
    margin-top: 0px;
    z-index: 99999550;
    background-color: #0c0f11 !important;
}

.ToolbarHeadr {
    border-bottom: 0px;
    cursor: pointer;
}


.FilterPanel {
    cursor: pointer;
}


.ChatPanel {
    cursor: pointer;
    height: 100%;
    overflow-y: auto;
    font-size: 12px;
}

.TableColumns .ui-widget-header, .TableSearch .ui-widget-header {
    font-weight: 500;
    font-family: 'Inter';
}

.Mergercontent {
    /*height: 500px;*/
    width: 100%;
    padding-top: 15px !important;
    border-bottom: 0px !important;
}

select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: unset !important;
    cursor:pointer !important;
}

.MergeSelectStudy {
    font-size: medium;
    width: 850px;
}

    .MergeSelectStudy td {
        padding: 2px !important;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    font-weight: normal;
}

.MergStudiesTable {
    width: 850px;
    font-size: medium;
}

    .MergStudiesTable input[type=text] {
        margin-bottom: 4px !important;
    }


.MergeSerTable {
    font-size: medium;
    width: 835px;
}

.gv_Series {
    border-width: 3px;
    border-style: Solid;
    font-size: Medium;
    width: 870px;
}

.CSSButton {
    margin-right: 5px;
    border-radius: 5px !important;
    cursor: pointer !important;
    padding: 2px !important;
    text-align: center !important;
    padding: 8px !important;
    width: 100px;
}

.MergeSerTable td {
    padding-left: 10px;
}

.MergeSearchTable {
    width: 910px;
    font-size: medium;
}

    .MergeSearchTable input[type=text] {
        margin-bottom: 4px !important;
    }

.img {
    background-image: url("images/s2_2.png");
    height: 40px;
    width: 40px;
    border: none;
}

.img1 {
    background-image: url("images/s1_2.png");
    height: 40px;
    width: 40px;
    border: none;
}

.gridviewPager a {
    margin: auto 1%;
    border-radius: 50%;
    padding: 3px 10px 3px 10px;
    color: white;
    text-decoration: none;
}

.gvheader {
    font-size: 12px;
    /*font-weight: bold;*/
    border: none;
}
#MergePatResult {
    white-space: nowrap;
    width: 98%;
    table-layout: fixed;
}

.MergeTbl {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
}

#wizHeader {
    list-style: none;
    overflow: hidden;
    /*font: Verdana, Geneva, sans-serif;*/
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            text-decoration: none;
            padding: 8px 0 8px 37px;
            position: relative;
            display: block;
            float: left;
            width: 175px;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
            font-size: 16px;
        }

            #wizHeader li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }


            #wizHeader li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #wizHeader li:first-child a {
            padding-left: 10px;
        }

        #wizHeader li:last-child {
            padding-right: 50px;
        }

.Clicked {
    float: left;
    display: block;
    padding: 4px 18px 4px 18px;
    font-weight: bold;
}

.gvheader th {
    text-align: center;
}

.GVStudies {
    font-size: medium;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    font-weight: bold;
}

#Find_Priors_setting-button {
    float: right;
    font-size: 21px;
    line-height: 1;
    opacity: .6;
    cursor: pointer;
    display: none;
}

.find_priors_Settings {
    margin-right: 10px;
    display: none;
    float: right;
    font-size: 21px;
    line-height: 1;
    opacity: .6;
    cursor: pointer;
}

.btn-default {
    text-shadow: none;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-image: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: unset;
    background-image: unset;
    background-image: none;
    background-image: unset;
    background-image: unset;
    filter: unset;
    background-repeat: unset;
}

.LableLegend {
    font-size: 1em;
    font-weight: bold;
}


.ProcSearch {
    /*background-image: url('../../../images/magnifying-glass.png');
    background-repeat: no-repeat;
    background-position: center;*/
    height: 19px;
    width: 19px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.ProcAdd {
    /*background-image: url('../../../images/round-add-button.png');
    background-repeat: no-repeat;
    background-position: center;*/
    height: 19px;
    width: 19px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}


.ProcDelete {
    /*background-image: url('../../../images/remove.png');
    background-repeat: no-repeat;
    background-position: center;*/
    height: 19px;
    width: 19px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}


#PtSex label {
    padding: 5px !important;
}

#Find_Priors_setting-buttonreload {
    float: right;
    font-size: 21px;
    line-height: 1;
    opacity: .6;
    cursor: pointer;
    display: none;
}

.modalMinimize {
    float: right;
    margin-right: 10px;
    font-size: 21px;
    line-height: 1;
    opacity: .6;
    cursor: pointer;
}

#crsettings-button {
    float: right;
    font-size: 21px;
    line-height: 1;
    opacity: .6;
    cursor: pointer;
}

.EditImage:after {
    content: url('../../../images/edit_2.png');
    cursor: pointer;
}

.DeleteImage:after {
    content: url('../../../images/remove.png');
    cursor: pointer;
}

.ui-datepicker-next span {
    background-image: url(../../../images/rghtarrow_2.png) !important;
    background-position: 0px 0px !important;
}

.ui-datepicker-prev span {
    background-image: url(../../../images/lftarrow_2.png) !important;
    background-position: 0px 0px !important;
}


#Message-Header:hover {
    cursor: default;
}

#Message-Header td table tr:hover {
    cursor: default;
}


.MyLink {
    text-decoration: underline;
    font-size: 15px;
    padding-left: 15px;
}


.MenuIconDashboard:after {
    content: url('../../../images/MenuDashboard_2.png');
    cursor: pointer;
}

.AssignStudyImage:after {
    content: url('../../../images/MenuAssignStudies_2.png');
    cursor: pointer;
}

.MenuMessageImage:after {
    content: url('../../../images/MenuMessage_2.png');
    border: 0px;
    cursor: pointer;
    padding-top: 5px;
    margin-top: 2px;
}

.MenuInfoImage:after {
    content: url('../../../images/MenuInfo_2.png');
    cursor: pointer;
}

#Notification-Header {
    height: 25px;
}

    #Notification-Header:hover {
        cursor: default;
    }

.btn-Search {
    height: 34px;
    border-radius: 5px;
    width: 200px;
    float: right;
}

.btn-Reset {
    height: 34px;
    border-radius: 5px;
    width: 96px;
    float: right;
}


#tblBtns {
    padding-top: 10px;
    z-index: 1000001;
    padding-bottom: 10px;
}


#gbox_list {
    border-radius: 5px;
    height: 100%;
}
#gview_list {
    height: calc(100% - 38px);
}
#Worklist {
    z-index: 0 !important;
}


legend {
    padding: 0.2em 0.5em;
    margin: 0px;
    align: right;
    font-weight: bold;
    white-space: normal;
    margin-left: -10px;
}


fieldset {
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}


.caret:after, #btn_Branches::after, #btn_Modalities::after, #btn_ReportStatus::after, #btn_StudyDate::after {
    /*content: url(../../../images/dd_arrow.png);*/
    cursor: pointer;
    display: inline-block;
    /* width: 0;
    height: 0;
     margin-left: 0.255em;*/
    vertical-align: 0.255em;
    content: "";
    /* border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;*/
    right: 7px;
    /*left: 11.2em;*/
    top: 13px;
    width: 7.4px;
    height: 7.4px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 2.5em;
    /*  margin-top: -5px*/
    position: absolute;
}

.MenuArrow:after {
    content: url('../../../images/arrow_state_grey_right_2.png');
}

.ToolsSendToPacs {
    margin-left: 50px;
}

.ImgToolsSendToPacs {
    width: 26px;
    height: 26px;
    margin-top: 10px;
}


.ImgToolsImportDICOM {
    width: 26px;
    height: 26px;
    margin-top: 10px;
    margin-left: 10px;
}

.ToolsLabel {
    vertical-align: super;
    font-size: 12px;
}


.profile_icon_no_photo {
    margin-top: -32px;
    margin-left: 32px;
}


.SendToPacs:after {
    content: url('../../../images/Send_2_Pacs.png');
    background-image: url('../../../images/Send_2_Pacs.png');
    cursor: pointer;
}

.CustomMarginRow {
    margin-top: 5px;
}


.saveImg:after {
    content: url('../../../images/SaveFilter_2.png');
    cursor: pointer;
    margin-right: 5px;
}

.deleteImg:after {
    content: url('../../../images/DeleteFilter_2.png');
    cursor: pointer;
}

.addFilter:after {
    content: url('../../../images/AddFilter_2.png');
    cursor: pointer;
}

.ColabseImg {
    width: 76px;
    margin-top: 2px;
    margin-left: auto;
    padding-top: 0px;
    height: 13px !important;
    padding-bottom: 0px;
    margin-right: auto;
    cursor: pointer;
}


nav navbar-nav navbar-right > li {
    padding-right: 8px;
}


.ImgLeftTD {
    height: 75px;
    width: 20px;
    border-style: none;
    position: absolute;
    z-index: 1;
    /*content: url('../../../images/Left Arrow 111_2.png');*/
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #CA7C29;
    border-radius: 10px;
}

.menu_Arrow:after {
    content: url('../../../images/top-icon_menu_2.png');
    cursor: pointer;
}

.FullNameSpan {
    font-size: 14px;
    overflow: hidden;
    padding-left: 8px;
}

.HeaderPanel {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.headerTitle {
    font-size: 1.2em;
    font-weight: bold;
}

.TableColumns, .TableSearch {
    width: 850px;
    height: 470px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
}


.AvilableCol, .AvilableSearch {
    height: calc(100vh - 320px);
    overflow-y: scroll;
}

.portlet {
    margin: 0 0 0 0;
}


.portlet-header {
    margin: 0.3em;
    padding-left: 0.2em;
    font-size: small;
}

    .portlet-header .ui-icon {
        float: right;
        margin-top: 1px;
    }

.portlet-content {
    font-size: small;
}


.column {
    width: 390px;
    float: left;
    padding-bottom: 10px;
}

.portlet-header .ui-icon {
    background-image: url(../../../CSS/images/ui-icons_444444_256x240_2.png) !important;
    margin-right: 14px;
}


.RowHeader {
    font-size: 1em;
    font-weight: bold;
}

.InputRadius {
    border-radius: 5px !important;
}

/* The container */
.container-chk {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-chk input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 2px;
}


    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the checkmark when checked */
.container-chk input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-chk .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}


    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark-radio:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

fieldset {
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
}

.legend_ {
    color: inherit;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    border-bottom: 0px;
    font-size: 16px;
}

.panel-group {
    padding-top: 0px;
    padding-right: 1px;
}

.dark-default {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.PlugBtn {
    margin-bottom: 20px !important;
    margin-right: 5px !important;
}

.Plugin_Logo:after {
    content: url('../../../images/Ultima-plugin_L.png');
}

.PluginInfo {
    padding: 20px 15px 20px 15px;
    border-radius: 10px !important;
    text-align: left;
    border-collapse: unset !important;
}

.PluginLink {
    text-decoration: underline;
}

.with-nav-tabs.panel-warning .nav-tabs > li.active > a, .with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
    font-weight: bold;
}


    .with-nav-tabs.panel-warning .nav-tabs > li.active > a, .with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover {
        font-weight: bold;
    }

.with-nav-tabs.panel-warning .nav-tabs > li > a, .with-nav-tabs.panel-warning .nav-tabs > li > a:hover, .with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    font-weight: bold;
    font-size: 14px;
}


.statisticsIcon:after {
    content: url('../../../images/statistics-light.png');
    cursor: pointer;
}


.MenuIconDashboard {
    cursor: pointer;
}

.AssignStudyImage {
    cursor: pointer;
}


.MenuMessageImage {
    border: 0px;
    cursor: pointer;
    padding-top: 3px;
    margin-top: 2px;
}

.MenuInfoImage {
    cursor: pointer;
}

.EditImage {
    cursor: pointer;
}

.DeleteImage {
    cursor: pointer;
}

.MenuArrow {
    cursor: pointer;
}


.SendToPacs {
    cursor: pointer;
}

.saveImg {
    cursor: pointer;
    margin-left: -1px;
}

.deleteImg {
    cursor: pointer;
    margin-left: -3px;
}

.addFilter {
    cursor: pointer;
}



.menu_Arrow {
    cursor: pointer;
}

.statisticsIcon {
    cursor: pointer;
}

.AddGroupIcon {
    cursor: pointer;
}

#btn_header_menu {
    display: none;
}

/*.MenuIconDashboardMobile:before {
    content: url('../../../images/top-icon_ds_or.png');
    cursor: pointer;
}

.AssignStudyImageMobile:before {
    content: url('../../../images/top-icon_as_or.png');
    cursor: pointer;
}

.MenuMessageImageMobile:before {
    content: url('../../../images/top-icon_msg_or.png');
}

.MenuInfoImageMobile:before {
    content: url('../../../images/top-icon_not_or.png');
    cursor: pointer;
}

.statisticsIconMobile:before {
    content: url('../../../images/top_icon_statistics.png');
    cursor: pointer;
}*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    /*background: none !important;*/
    /*font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;*/
}

#gbox_PriotGrid th {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

#users_Row {
    width: 100%;
}


.doc-preview-container {
    height: calc(100vh - 100px);
}

.scrollbar::-webkit-scrollbar {
    width: 7px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.RowHeader {
    font-size: 1em;
    font-weight: bold;
}

.InputRadius {
    border-radius: 5px !important;
}

.cell {
    margin: 2px;
    cursor: pointer;
}


.prev:hover,
.next:hover,
.datepicker-switch:hover {
    background-color: inherit !important;
    opacity: 1;
}

#FiltersList div.input-group-prepend {
    cursor: pointer;
}

.filterNo {
    margin-left: 12px;
    position: absolute;
    padding: 3px 9px;
    font-size: smaller;
    border-radius: 50%;
}

.FilterHelp {
    cursor: pointer;
}

#tr_NoFilters {
    text-align: center;
}

.form-control:not(.mobile-number) {
    padding: 0.375rem 0.75rem !important;
}

.form-control-noBorder {
    border: none !important;
}

.SRSetBody {
    overflow-x: hidden;
}

div.CardBodyShareWith label, div.CardBodyShareWith span {
    margin-left: 8px;
}

#tabs-4, #tabs-3 {
    overflow-x: hidden;
}

#columnsSelectorDiv {
    /*max-height:400px;*/
    /*max-width:312px;*/
    right: -3px !important;
    top: 44px !important;
    left: auto !important;
    transform: none !important;
    width: 300px;
}
#filtersListMain {
    right: -3px !important;
    top: 44px !important;
    left: auto !important;
    transform: none !important;
    width: 335px;
    padding: 17px;
}
.filter-title {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    padding-bottom: 15px;
}

#columnsSelectorDiv .tabsHeaders input {
    font-size: 14px;
    width: 100%;
}

    #columnsSelectorDiv .tabsHeaders {
        border-top-left-radius: 5px;
    }

.lbltextmod {
    overflow: hidden;
    font-size: 13px;
}


.CRSetMainDiv {
    height: 447px;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    max-width: 100vw;
    overflow-x: hidden;
}

.FindingsRow {
    margin-left: 2px !important;
}

#RDL_Category {
    margin-left: 10px;
}

#ddl_Findings, #ddl_FindingsDescription {
    border-radius: 4px;
    margin-top: 10px;
}

#ucUserControl_StudyInfo_LinkButton1 {
    cursor: pointer !important;
}

.CardMargin {
    margin-right: 10px;
}

.ReceiveAck > label {
    margin-left: 10px;
}

.ShareZFPForm {
    overflow: hidden;
}

.SharedipMargin {
    margin-top: 16px;
}

.assignMainDev {
    margin-top: -20px;
}
.StepDertmine {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 470px;
    overflow: auto !important;
}

.cardSummaryOfMerge {
    height: 460px;
    overflow: auto !important;
}

.MergerFooterButton {
    /*margin-right: 5px;
    border-radius: 5px !important;
    cursor: pointer !important;
    padding: 2px !important;
    text-align: center !important;
    padding: 8px !important;*/
    width: 100px;
    /*margin-top: 12px;*/
    position: fixed;
    bottom: 4px;
    right: 150px;
}

.NextButton {
    margin-right: 0px;
    width: 112px;
    /*margin-top:14px;*/
    position: fixed;
    bottom: 4px;
    right: 30px;
}



.MergeContainerDiv {
    overflow: auto;
    /*margin-top:-20px;*/
}

.MergePatientDiv {
    overflow-x: hidden;
}

#wizHeader_gv_Report tbody tr td div span {
    font-size: 14px !important;
}
#wizHeader_gv_Report{
    text-align:center;
}
#wizHeader_gv_Report_final{
    text-align:center;
}

.MT5 {
    margin-top: 5px;
}

.ui-jqgrid-pager {
    height: 60px;
}

.ML-20 {
    margin-left: 20px;
}

.wizard > .content > .body {
    margin-left: 20px !important;
}

.MT10 {
    margin-top: 10px;
}

.datepicker-days .day {
    padding: 4px 6px;
}


.InboxRightPanel {
    /*height: calc(100vh - 70px);*/
}

.InboxleftPanel {
    margin-top: 35px;
}

.InboxRightContent {
    margin-top: 35px;
    height: calc(100vh - 135px);
    border-radius: 5px;
}



.InboxleftPanel a {
    padding: 10px !important;
    border-radius: 3px;
    font-size: 18px;
}

    .InboxleftPanel a:hover {
        text-decoration: none !important;
    }

.InboxCompose {
    color: #fff;
    background-color: #187de4;
    border-color: #187de4;
}

.hedr {
    /*display: none;*/
}

.table-dark thead th, .table-dark th {
    font-weight: normal
}

.InboxRightPanel .table th, .InboxRightPanel .table td {
    border-top: unset !important;
    border-bottom: unset !important;
    vertical-align: middle !important;
    padding-bottom: 1.2em;
    padding-top: 0.75em;
    text-align: left;
}

.Unreaded {
    font-weight: bold;
}

.lblBody {
    font-size: 13px !important;
}

.label-High, .label-Low, .label-Normal {
    border-radius: 3px;
    display: block;
    width: 100%;
    max-width: 100px;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
}

.label-Low {
    color: #27ae60;
}

.label-Normal {
    color: #ca7c29;
}

.label-High {
    color: #eb5757;
}

.NotificationsFont {
    font-size: 17px;
}

.DateTimeMessage {
    text-align: right;
    padding-right: 0px;
    font-size: 12px;
}

.Valign {
    vertical-align: middle;
}

.lblHeader {
    font-size: 20px;
}

.InboxleftPanel span.badge {
    float: right;
}

.RightPanelHeader {
    padding: 10px 20px 10px 20px !important;
}

.InboxRightPanel #v-pills-tabContent {
    height: calc(100vh - 35px);
    padding: 0 10px;
}


.DivCardHeader {
    float: left;
    margin-top: 2px;
}

.KeyLabel {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.TableMessageDetails {
    width: 50%;
}

.bodyMessageContainer {
    border-radius: 5px;
}



.MessageDetailBody {
    text-align: justify;
}


.badge1 {
    padding: 5px 9px;
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    border-radius: 50%;
    font-size: 12px;
    width: 25px;
    height: 25px;
}

.errorLabel {
    font-size: 12px !important;
}

.multiselect-selected-text {
    font-size: 13px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.PHRAdmin #v-pills-tabContent {
    height: calc(100vh - 85px);
    border-radius: 5px;
}

.PHRAdmin .nav-tabs {
    font-size: 20px;
}

.LeftMenuPHR {
    font-size: 19px;
}

.PHRAdmin .nav-tabs > li.active > a, .PHRAdmin .nav-tabs > li.active > a:focus, .PHRAdmin .nav-tabs > li.active > a:hover {
    border: unset !important;
}

.PHRAdmin .nav-tabs {
    border-bottom: 1px solid #000 !important;
}

.CreateUser .table > tbody > tr > th {
    border-top: 1px solid #4c4e5a !important;
}

.PHRLoginContainer {
    margin: 0 auto !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 4px 0 !important;
    padding: 8px !important;
    width: 16rem !important;
}

@media (min-width: 576px) {
    .d-sm-block {
        display: table-cell !important;
    }
}

#recipientsModal .list-group-item {
    background-color: #3c3c40 !important;
}

/*#wizHeader_tbl_merge {
    overflow: auto;
}*/

.gv_PatientsDiv {
    height: 250px;
    overflow: auto;
}

.gv_PatientsTd {
  /*  height: 250px;*/
    overflow: auto;
}

.gvPatients {
    border: unset !important;
    font-size: medium;
}

.input-group-text {
    border: unset !important;
}


.IntegrationClose {
    margin-top: -15px !important;
}

.IntegrationLoginClose {
    margin-top: -15px !important;
}

.ModalHeaderSize {
    font-size: 20px !important;
}

.table-header {
    font-size: 17px;
}

.PluginTextCheck {
    border-radius: 3px;
    padding: 5px !important;
}

.no-border {
    border: unset !important;
}

.btnCloseTFA {
    margin-top: -46px !important;
}

.lblErrorModal {
    word-break: break-word;
    white-space: normal;
}


.MsgFullName {
    font-size: 0.8em;
    text-decoration: underline;
    font-weight: bold;
}

.MsgSubject {
    font-size: 0.7em;
    text-decoration: underline;
}

.MsgContent {
    font-size: 0.8em;
    text-decoration: underline;
}

.TableMessageDetails > tbody > tr > td {
    border-top: unset !important;
}

#divSwitch2FA {
    margin-left: 10px !important;
}

#DeleteConfirmModal div.modal-dialog {
    width: 500px;
  /*  max-width: 60%;*/
}

.UltimaGen {
    font-size: 32px;
    font-weight: 600;
    margin-left: -3px;
    margin-top: 2px;
}

.UltimaGeninAbout {
    margin: auto;
    float: right;
    top: 14px;
    /* margin-top: 10px; */
    position: absolute;
    margin-left: 216px;
}

.tdLogoSpliter {
    font-size: 34px !important;
    color: #7f7f7f !important;
    vertical-align: top;
}

.searchInputs input, .searchInputs select {
    font-size: 13px;
}

.GenImg {
    width: 20px;
    margin-left: 3px;
}

#settingsMenu:last-child {
    cursor: pointer;
}

#paxeraFooter {
    width: 50% !important;
}

/*Tabs*/


.w3-bar {
    width: 100%;
    overflow: hidden
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar .w3-dropdown-hover, .w3-bar .w3-dropdown-click {
    position: static;
    float: left
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
    width: 100%
}

    .w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
        min-width: 100%
    }

    .w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
        width: 100%;
        text-align: left;
        padding: 8px 16px
    }

.w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile {
    text-align: center
}

.columnsSelectorDiv {
    /*transform: translate3d(460px, 37px, 0px) !important;*/
}

.ViewerSettings {
    list-style: none;
    padding: 4px;
}


    .ViewerSettings li {
        margin-bottom: 22px;
    }

#btnApplyWlColSettings {
    margin-bottom: 12px;
}

.ViewerSettingsTabContent {
    height: 47vh;
    max-height: 47vh;
}


.WLSettingsFooter {
    padding-top: 10px;
    padding-right: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#UL_Columns {
    width: 100% !important;
}

.ResultCardBody {
    height: 454px;
    overflow: auto;
}

.bodySummary {
    height:450px;
    overflow:auto;
}

#CRSettingsFram {
 height:346px !important;
}

.mobwidthsave {
    width: 120px !important;
}

.mobwidthsendmail {
    width: 160px !important;
}

.mobwidthPrint {
    width: 120px !important;
}
.phrSearch {
    border: 0px none white;
    width: 30px;
    margin-top: 25px;
}

#ShareModal .modal-footer .btn {
    width: 140px;
}

#ShareModal .modal-footer {
    padding: 10px !important;
}
table{
    cursor: pointer !important;
}

.navbar-item a {
    /*color: #EAECF0 !important;*/
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
    .navbar-item a img{
        margin: 0 4px;
    }
.btn-orange, .btn-orange:hover {
    cursor: pointer;
    background-color: #CA7C29;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.ThemeOdd {
    color: #DEE2E6;
    background-color: #282727;
}
.ThemeEven {
    color: #DEE2E6;
    background-color: #191919;
}

h-100{
    height: 100%;
}

.toolMenuBody a input {
    border-radius: 5px;
    padding: 6px;
    width: 34px;
    height: 34px;
}
.toolMenuBody a:hover input {
    background-color: transparent;
}
#peer-review-statistics-lnk input{
    padding: 8px;
}

#peer-review-statistics-lnk input {
    padding: 8px;
}



.fav {
    color: #CA7C29;
}

.wizard-progress-container {
    display: flex;
    width: 60%;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    font-family: Inter;
    height:50px;
}
    .wizard-progress-container .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position:sticky;
    }
        .wizard-progress-container .step p {
            margin-bottom: 10px;
            padding: 10px;
            border-radius: 50%;
            width: 36px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }
        .wizard-progress-container .step span {
            text-align: center;
            font-family: Inter;
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
        
        
        .wizard-progress-container .step.currentStep span:not(.wizard-index), .wizard-progress-container .step.prevStep span:not(.wizard-index) {
            color: #CA7C29;
        }
        .wizard-progress-container .step.prevStep p .wizard-index{
            display: none;
        }
        .wizard-progress-container .step.prevStep p {
            border-color: #CA7C29;
            background-color: #CA7C29;
            background-image: url('../images/new-design/images/general/check.svg');
            background-position: center;
        }


.daterangepicker {
    font-family: Inter !important;
}
    
    .daterangepicker .ranges{
        width: 173px !important;
    }
        .daterangepicker .ranges ul {
            width: 173px !important;
        }
        
    .daterangepicker .drp-buttons {
        border-top: 1px solid #3F444E !important;
    }
        
    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-left: 0 !important;
    }
    
    
    

    
    

.form-control, .btn-default{
    box-shadow: none !important;
}

.columnsSelectorDiv li.list-group-item{
    font-size: 14px;
}

.theme-toggle-div {
    padding: 5px 5px 5px 9px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    width: 130px;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
}
.theme-toggle-div label{
    margin:0;
    cursor: pointer;
}
.theme-toggle-div img{
    width: 30px;
}

.step-25W{
    width: 25%;
}
.step-20W {
    width: 20%;
}
/*div#searchCardBody .col {
    max-width: calc(100% / 9);
}*/
#BackToworkListDiv {
    position: absolute;
    left: 35%;
    width: 255px;
    height: 45px;
    text-align: center;
    top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
#bktoworklist {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
#lblBackToWorklist {
    font-size: 17px;
    font-family: Inter;
}

.WorklistActionsDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
    .WorklistActionsDiv img:not(.column-drag-icon) {
        height: 26px;
    }
.WorklistActionsDiv-only {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 35px;
}
/*.WorklistActionsDiv-only img{
    height: 28px;
}*/
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
    right: 10px !important;
}

.dx-placeholder:before {
    font-size: 13px !important;
    font-family: 'Inter' !important;
}

.ui-widget.ui-widget-content{
    min-width: 30px;
}
.ui-tooltip::after {
    bottom: -13px !important;
    border-width: 7px !important;
}
.display-none{
    display: none !important;
}
.disappear-modal{
    opacity: 0 !important;
    visibility: hidden;
}

.minimized-find-prior-container {
    position: absolute;
    bottom: 30px;
    right: 90px;
}
.minimized-find-prior-container.no-chat-exist {
    right: 30px;
}



.progress-bar-prior{
    width: 24px;
    height: 24px;
}
.prior-check-details {
    text-decoration: underline;
    cursor: pointer;
    color: #CA7C29 !important
}