﻿#tmfSchemaTree .tree-node-hover, #tmfSchemaTree .tree-node-hover > span, #tmfSchemaTree .tree-node-hover .tmfSchemaTreeSpanIcon {
    background-color: #a08fba !important;
    color: white !important;
}

.tmfSchemaTreeSpanIcon {
    position: relative;
    top: 1px;
}

#tmfSchemaTree > li > ul > li .fa-folder {
    color: #6d6e70;
}

#tmfSchemaTree > li > ul > li ul > li .fa-folder {
    color: #cfd1d2;
}

#tmfSchemaTree .fa-file {
    color: #8bb8ee;
}

.invalid-input {
    border: 1px solid #dc3545 !important;
    box-shadow: 0px 1px 2px -1px #dc3545 !important;
}

.valid-input {
    border: 1px solid #4ea37c !important;
    box-shadow: 0px 1px 2px -1px #4ea37c !important;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?umelid');
    src: url('../fonts/icomoon.eot?umelid#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?umelid') format('truetype'), url('../fonts/icomoon.woff?umelid') format('woff'), url('../fonts/icomoon.svg?umelid#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.textarea::-webkit-scrollbar {
    visibility: hidden;
}

.textarea::-webkit-resizer {
    display: none;
    background: #e7eaec;
    border-end-end-radius: 50%;
}

.textarea-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    width: 15px;
}

a > i.icofont-eye {
    color: #6d6e70;
    font-size: 15px;
}

.icon-erase:before {
    content: "\e934";
}

.displayhide {
    display: none !important;
}

.displayblock {
    display: block !important;
}

.modalOverlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.MainElmDivValue:hover .btnClear {
    display: block;
}

.btnClear {
    display: none;
}

.datagridcolstyle {
    /* white-space: pre-wrap; */
}


.dateoption {
    display: inline-grid;
    margin-left: 5px;
}

select:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex;
}

    select:invalid[multiple] {
        margin-top: 15px !important;
    }


.audittableTh {
    text-align: center;
    vertical-align: middle;
}

.dropdown-menu {
    left: 60%;
    right: auto;
    text-align: center;
    transform: translate(-60%, 0);
}

.dropdown-menu-top {
    top: -50px;
}

.dropdown-menu-left {
    left: -70px;
}


.scrollStyle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0;
    background-color: #F5F5F5;
}

.scrollStyle::-webkit-scrollbar {
    width: 8px;
    height: 9px;
    background-color: #F5F5F5;
}

.scrollStyle::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(0,0,0,0.3);
}

.btnTopSetting {
    margin: 1px;
}

.calculated-control {
    /* background-color: transparent !important; */
}

.iconpaddingset {
    padding-right: 5px;
}

.thcolstyle {
    vertical-align: middle;
    text-align: center;
}

.tdcolstyle {
    vertical-align: middle;
}

.tdcenter {
    text-align: center;
}

.filterActionFont {
    font-size: 15px;
}

td > a > span.btn.filterActionFont {
    padding: 0px 12px;
    display: flex;
    width: max-content;
    height: max-content;
}

.displayNone {
    display: none;
}

.clickCursor {
    cursor: pointer;
}


.elementfocus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #ed5565;
    outline: none !important;
}

.elementfocusOther {
    border-color: rgba(232, 199, 83, 0.8);
    box-shadow: 0 1px 1px rgba(232, 199, 83, 0.075) inset, 0 0 5px #e8c053;
    outline: none !important;
}

.elementfocusSdv {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #3bbfad;
    outline: none !important;
}

.btnAddAnotherDiv {
    margin-top: -20px;
    padding: 8px 0;
}

.gridAction {
    width: 3%;
    text-align: center;
    vertical-align: middle !important;
}

.gridThead {
    text-align: center;
}

.conditionalRowNo {
    width: 2%;
    padding: 3px;
    vertical-align: middle;
    background-color: #f5f5f5;
    text-align: center;
    font-weight: bold;
}

.selectPosition {
    position: absolute;
}

.iconMargin {
    margin-left: 2px;
    padding: 1px;
}

.iconRed {
    color: red;
}

.iconBlue {
    color: #0c2a70;
}

.iconRelation {
    color: #088c20;
}

.iconDependent {
    color: #6417a0;
}

.relationTh {
    text-align: center;
    width: auto;
}

.relationNumber {
    background-color: #F5F5F6;
    font-weight: bold;
    text-align: center;
}

.valueTagsinput {
    width: 100%;
}

.commentAvatar {
    margin-top: 0px;
}

.tableTBody {
    text-align: center;
}

.dm-uploader {
    border: 0.25rem dashed #A5A5C7;
    text-align: center;
}

    .dm-uploader.active {
        border-color: red;
        border-style: solid;
    }

.filemanagerbreadcrumb {
    background-color: #f3f3f4;
    padding: 10px 15px;
    border: 1px solid #e7eaec;
}

ul.mybreadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #f3f3f4;
    border: 1px solid #ddd;
    margin-bottom: 0;
}

    /* Display list items side by side */
    ul.mybreadcrumb li {
        display: inline;
        font-size: 12px;
    }

        /* Add a slash symbol (/) before/behind each list item */
        ul.mybreadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        /* Add a color to all links inside the list */
        ul.mybreadcrumb li a {
            color: #0275d8;
            text-decoration: none;
        }

            /* Add a color on mouse-over */
            ul.mybreadcrumb li a:hover {
                color: #01447e;
                text-decoration: underline;
            }


.randomizebtnelement {
    background-color: #2f4050;
    color: white;
    box-shadow: inset 0 0 0 #2f4050a3, 0 5px 0 0 #2f4050b3, 0 10px 5px #2f4050ba;
    min-width: 150px;
    max-width: 400px;
    white-space: pre-wrap;
}

.btnrandomize {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.textUnderLine {
    text-decoration: line-through;
    color: red;
}

.multiformAuditTrailGroup {
    background-color: #f3f3f4;
    font-weight: bold;
}


.sliderelmcontainer {
    width: 100%;
}

.sliderelm {
    -webkit-appearance: none;
    width: 100%;
    height: 30px;
    background: #f3f3f4;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border: 1px solid #eee;
}

    .sliderelm:hover {
        opacity: 1;
    }

    .sliderelm::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #ffc600;
        cursor: pointer;
    }

    .sliderelm::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #ffc600;
        cursor: pointer;
    }

.slidertitleelm {
    background-color: transparent;
    border: 0;
    padding-bottom: 25px;
}

.sliderspanelm {
    background-color: transparent;
    border: 0;
    font-weight: bold;
}

.queryInPatientLink {
    color: white;
}

    .queryInPatientLink:hover {
        color: #F5F5F5;
    }

    .queryInPatientLink:active {
        color: #F5F5F5;
    }

.btnSettingClass {
    width: 20px;
    height: 20px;
    padding: 1px 0;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    background: rgba(255, 255, 255, .15);
    border: 0px;
}

.btnSettingCommon {
    font-size: 16px;
    color: #272525;
}


.btnsettingOpenClass > li > a {
    padding: 2px 0px 0px 5px !important;
}


.fileSpinner {
    margin-left: 50%;
    margin-top: 15%;
}

.btncircleGray {
    background-color: gray;
}

    .btncircleGray:hover {
        background-color: gray;
    }

.marginRigthSpace {
    margin-right: 5px;
}

.btncircleBrown {
    background-color: peru;
}

    .btncircleBrown:hover {
        background-color: peru;
    }



.myswitch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    .myswitch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.myswitchslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .myswitchslider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .myswitchslider {
    background-color: #8bb8ee;
}

input:focus + .myswitchslider {
    box-shadow: 0 0 1px #8bb8ee;
}

input:checked + .myswitchslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.myswitchslider.round {
    border-radius: 34px;
}

    .myswitchslider.round:before {
        border-radius: 50%;
    }

.loadSpinnerOpactiy {
    opacity: 0.3;
}


.myrelationlabelclass {
    font-family: Verdana;
    font-size: 16px;
    font-style: italic;
}

.mycolorfulrelationlabelclass {
    font-family: Verdana;
    font-size: 16px;
    font-style: italic;
    color: red;
}

.visitfilesVisitName {
    /* background-color: #f5f5f561; */
    font-weight: bold;
    font-stretch: expanded;
}

    .visitfilesVisitName > a {
        color: #6D6E70;
        text-decoration: underline;
    }

.textLarger {
    font-size: 26px;
}

.visitFileTableStatus {
    text-align: center !important;
    width: 15%;
}

textarea {
    resize: none;
}

#queryRedirectionRibbon {
    padding: 20px 15px 10px 15px;
    margin: -30px -15px 10px -15px;
    background-color: #eaebec;
    min-height: 55px;
}

#queryModalDivider {
    display: flex;
    justify-content: space-between;
}

/* #modalBody .row .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
} */

#modalBody .row {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}

#tblResearcherGenelQueryList {
    text-align: center;
}

.form-group {
    margin-bottom: 10px;
    margin-top:10px;
}

    .form-group #selectSites,
    .form-group #txtSubject,
    .form-group #txtSubject:placeholder,
    .form-group #selectStates,
    .form-group #selectSubjects_chosen,
    .form-group #selectSites_chosen,
    .form-group #selectStatus_chosen,
    .form-group #selectIssueres_chosen,
    .form-group #selectVisits_chosen,
    .chosen-container {
        /* background-color: #eaebec;
    border: none; */
        border-radius: 0;
        color: #6D6E70;
        font-weight: normal;
        width: 100% !important;
        box-shadow: 0px 1px 2px -1px #6D6E70;
    }

    .form-group > .form-control.gridfilter,
    .form-group > .form-control.filterselect {
        -moz-appearance: none !important; /* Firefox */
        -webkit-appearance: none !important; /* Safari and Chrome */
        appearance: none !important;
    }

select.form-control.gridfilter,
select.form-control.filterselect {
    background: url("/img/icons/chevron.svg") no-repeat !important;
    background-position: 95% 50% !important;
}

.form-control[disabled], .form-control[readonly] {
    background-color: #eee !important;
    pointer-events: none;
}
/* select.form-control.multiReportSelect, */
select.form-control.reportTypeSelect {
    -moz-appearance: none !important; /* Firefox */
    -webkit-appearance: none !important; /* Safari and Chrome */
    appearance: none !important;
    background: url("/img/icons/chevron.svg") no-repeat !important;
    background-position: 98% 50% !important;
}

select.form-control.formInputClassName {
    -moz-appearance: none !important; /* Firefox */
    -webkit-appearance: none !important; /* Safari and Chrome */
    appearance: none !important;
    background: url("/img/icons/chevron.svg") no-repeat !important;
    background-position: 90% 50% !important;
    background-color: white !important;
}

select.form-control > option {
    background-color: white !important;
    color: #6D6E70 !important;
}

    select.form-control > option:hover,
    select.form-control > option:active,
    select.form-control > option:focus {
        box-shadow: 0 0 100px 100px #000 inset !important;
    }


#btnQueryClose {
    background-color: #ffa16c;
    border-color: #ffa16c;
}

#queryRedirectionRibbon {
    border-bottom: 2px solid #6d6e70;
}

#txtQueryMessage:focus,
#txtComment:focus {
    border: 1px solid #ffc600;
}

.currentData h3 {
    color: black;
    font-weight: 500;
}

.currentData {
    width: 100% !important;
}


.checkDuplicate {
    font-weight: bold;
}

#tblPatient_info {
    text-align: end;
}

#dvPatientList #tblPatient_info {
    /* text-align: inherit; */
}

#tblResearcherGenelQueryList_wrapper #tblResearcherGenelQueryList_info {
    /* text-align: inherit; */
}

#tblGenelQueryList_info {
    text-align: end;
}

#ajaxLoadingBar {
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99990;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
}

    #ajaxLoadingBar .blurContainer {
        width: 100% !important;
        height: 100% !important;
        margin: 0px;
        padding: 0px;
        background: rgba(53, 46, 46, 0.1);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }

    #ajaxLoadingBar img {
        top: calc( 25% + 70px);
        left: calc( 50% - 70px);
        position: absolute;
        height: 90px;
        /* width: 140px; */
        padding: 15px;
        border-radius: 5px 6px;
        background-color: white;
        border-color: transparent;
        box-shadow: 0 0 10px 7px rgba(255, 255, 255, 0.2);
    }

.sk-spinner-cube-grid.sk-spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

#ajaxLoadingBar > h5 {
    color: white;
    text-align: center;
}

.sk-spinner-cube-grid {
    margin-top: 12% !important;
}

.addPatient {
    color: #3BBFAD;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}

    .addPatient > img {
        margin-left: 5px;
        width: 33px;
        height: 33px;
    }

.header-height {
    height: 80px;
}

.successButton {
    background-color: #3bbfad !important;
    color: #f6f6f6 !important;
    border: 1px solid transparent;
}

.btn.successButton:hover {
    border: 1px solid #3bbfad !important;
}

#multiTreeFormTable > tbody > tr > td {
    line-height: 30px;
}

#pageTabContent {
    margin-left: 260px;
}



.open > .dropdownsettingmenu {
    /* display: flex; */
    /*   color: white;
    background-color: #4e5156;*/
}

    .open > .dropdownsettingmenu > li {
        padding: 6px 5px;
    }

        .open > .dropdownsettingmenu > li > a {
            margin: 0;
            padding: 0px 20px;
        }

            .open > .dropdownsettingmenu > li > a:hover, .open > .dropdownsettingmenu > li > input:hover {
                cursor: pointer;
            }

        .open > .dropdownsettingmenu > li:hover {
            background-color: #f5f5f5;
            color: #262626;
        }

        .open > .dropdownsettingmenu > li > a > input {
            vertical-align: middle;
            margin: 0;
        }

            .open > .dropdownsettingmenu > li > a > input[type=checkbox] {
                vertical-align: top;
            }

#_adversCycleTables .icon-waiting,
#_adversCycleTables .icon-circle-query,
#_adversCycleTables .icon-approved {
    font-size: 20px;
}

.actiontd {
    width: 4%;
}

.btnSettingCommon:hover {
    cursor: pointer;
}

div.dataTables_wrapper div.dataTables_info {
    text-align: left;
    padding-top: 0 !important;
}

#singleCycle > ul > li > a {
    padding: 0px 20px 3px 20px !important;
    font-size: 12px;
}

#singleCycle > ul#ulCycleModule > li > a {
    padding: 0px 10px 3px 10px !important;
    font-size: 12px;
}

#singleCycle a:focus {
    background: transparent;
    color: #676a6c;
    /* border-bottom: 2px solid #676a6c; */
    box-shadow: none;
    border: 1px solid transparent;
}

#singleCycle a:hover {
    background: transparent;
    color: #676a6c;
    /* border-bottom: 2px solid #676a6c; */
    box-shadow: none;
    border: 1px solid transparent;
}

div.dataTables_paginate > ul.pagination > li.paginate_button > a {
    border-radius: 0px;
}

.invalid-feedback {
    width: 100%;
    margin-top: .35rem;
    font-size: 87%;
    color: #dc3545;
    display: none;
}

tbody a.btnSettingCommon {
    padding: 0 6px;
}



.stickyAddBtn {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    left: 0;
}


.fivePercWidth {
    width: 5% !important;
}

.tenPercWidth {
    width: 10% !important;
}

.fifteenPercWidth {
    width: 15%;
}

.twentyPercWidth {
    width: 20% !important;
}

.twentyFivePercWidth {
    width: 25% !important;
}

.thirtyPercWidth {
    width: 30% !important;
}

.thirtyFivePercWidth {
    width: 35% !important;
}

.fourtyPercWidth {
    width: 40% !important;
}

.fiftyPercWidth {
    width: 50% !important;
}

.hundredPercWidth {
    width: 100% !important;
}

.noCursorDrop {
    cursor: no-drop;
}


.navbar.navbar-fixed-top ul.nav > li > a {
    background-color: #f6f6f6;
    border-radius: 7px;
}

.zeroSideMargin {
    margin-left: 0;
    margin-right: 0;
}

.zeroSidePadding {
    padding-left: 0;
    padding-right: 0;
}

    .zeroSidePadding.col-xs-1,
    .zeroSidePadding.col-sm-1,
    .zeroSidePadding.col-md-1,
    .zeroSidePadding.col-lg-1,
    .zeroSidePadding.col-xs-2,
    .zeroSidePadding.col-sm-2,
    .zeroSidePadding.col-md-2,
    .zeroSidePadding.col-lg-2,
    .zeroSidePadding.col-xs-3,
    .zeroSidePadding.col-sm-3,
    .zeroSidePadding.col-md-3,
    .zeroSidePadding.col-lg-3,
    .zeroSidePadding.col-xs-4,
    .zeroSidePadding.col-sm-4,
    .zeroSidePadding.col-md-4,
    .zeroSidePadding.col-lg-4,
    .zeroSidePadding.col-xs-5,
    .zeroSidePadding.col-sm-5,
    .zeroSidePadding.col-md-5,
    .zeroSidePadding.col-lg-5,
    .zeroSidePadding.col-xs-6,
    .zeroSidePadding.col-sm-6,
    .zeroSidePadding.col-md-6,
    .zeroSidePadding.col-lg-6,
    .zeroSidePadding.col-xs-7,
    .zeroSidePadding.col-sm-7,
    .zeroSidePadding.col-md-7,
    .zeroSidePadding.col-lg-7,
    .zeroSidePadding.col-xs-8,
    .zeroSidePadding.col-sm-8,
    .zeroSidePadding.col-md-8,
    .zeroSidePadding.col-lg-8,
    .zeroSidePadding.col-xs-9,
    .zeroSidePadding.col-sm-9,
    .zeroSidePadding.col-md-9,
    .zeroSidePadding.col-lg-9,
    .zeroSidePadding.col-xs-10,
    .zeroSidePadding.col-sm-10,
    .zeroSidePadding.col-md-10,
    .zeroSidePadding.col-lg-10,
    .zeroSidePadding.col-xs-11,
    .zeroSidePadding.col-sm-11,
    .zeroSidePadding.col-md-11,
    .zeroSidePadding.col-lg-11,
    .zeroSidePadding.col-xs-12,
    .zeroSidePadding.col-sm-12,
    .zeroSidePadding.col-md-12,
    .zeroSidePadding.col-lg-12,
    .zeroSidePadding.row {
        padding-left: 0;
        padding-right: 0;
    }

.zeroSideMargin.col-xs-1,
.zeroSideMargin.col-sm-1,
.zeroSideMargin.col-md-1,
.zeroSideMargin.col-lg-1,
.zeroSideMargin.col-xs-2,
.zeroSideMargin.col-sm-2,
.zeroSideMargin.col-md-2,
.zeroSideMargin.col-lg-2,
.zeroSideMargin.col-xs-3,
.zeroSideMargin.col-sm-3,
.zeroSideMargin.col-md-3,
.zeroSideMargin.col-lg-3,
.zeroSideMargin.col-xs-4,
.zeroSideMargin.col-sm-4,
.zeroSideMargin.col-md-4,
.zeroSideMargin.col-lg-4,
.zeroSideMargin.col-xs-5,
.zeroSideMargin.col-sm-5,
.zeroSideMargin.col-md-5,
.zeroSideMargin.col-lg-5,
.zeroSideMargin.col-xs-6,
.zeroSideMargin.col-sm-6,
.zeroSideMargin.col-md-6,
.zeroSideMargin.col-lg-6,
.zeroSideMargin.col-xs-7,
.zeroSideMargin.col-sm-7,
.zeroSideMargin.col-md-7,
.zeroSideMargin.col-lg-7,
.zeroSideMargin.col-xs-8,
.zeroSideMargin.col-sm-8,
.zeroSideMargin.col-md-8,
.zeroSideMargin.col-lg-8,
.zeroSideMargin.col-xs-9,
.zeroSideMargin.col-sm-9,
.zeroSideMargin.col-md-9,
.zeroSideMargin.col-lg-9,
.zeroSideMargin.col-xs-10,
.zeroSideMargin.col-sm-10,
.zeroSideMargin.col-md-10,
.zeroSideMargin.col-lg-10,
.zeroSideMargin.col-xs-11,
.zeroSideMargin.col-sm-11,
.zeroSideMargin.col-md-11,
.zeroSideMargin.col-lg-11,
.zeroSideMargin.col-xs-12,
.zeroSideMargin.col-sm-12,
.zeroSideMargin.col-md-12,
.zeroSideMargin.col-lg-12,
.zeroSideMargin.row {
    margin-left: 0;
    margin-right: 0;
}

.actionsCell, .statusCell {
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

    .actionsCell i,
    .statusCell i {
        font-size: 13px;
        color: #6d6e70;
    }

    .actionsCell a,
    .statusCell a {
        font-size: 15px;
        color: #6d6e70;
        margin: 0 5px;
    }

.chkinputbtns {
    margin-top: 4px !important;
}


.eatRowMargins {
    margin-right: -15px;
    margin-left: -15px;
}


#queryRedirectionRibbon .checkDuplicate.pull-right > span::before {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
}

.modal-md {
    width: 50%;
}

.CaptionCont.SelectBox > label {
    margin-bottom: 0;
}

.helios-dropdown > .SumoSelect {
    margin-top: 2px;
}

.query-filter.btn {
    border-radius: 3px;
    filter: brightness(120%);
}

.navbar-toggle {
    position: fixed;
    top: 16px;
    right: 60px;
    background-color: transparent;
    color: #6d6e70;
    font-size: 22px;
}

.iwrsActions > a.btn {
    filter: brightness(1.1);
    margin: 3px;
}

.transparentPlaceholder input::placeholder {
    opacity: 0;
}

.bootstrap-tagsinput input::placeholder {
    color: black;
}

.tableCellColumn {
    float: none;
    display: table-cell;
}

.tableFromRow {
    display: table;
}

.mobileOnlyMenuItem {
    display: none !important;
}

.flexEndAligned {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

.panel > .panel-heading.studyDocsTitle {
    background-color: transparent;
    color: #6D6E70;
    font-size: 14px;
    font-weight: 500;
}

.modal-lg {
    width: 80% !important;
}

#dvSplitView {
    position: fixed;
    right: 0;
    top: 80px;
    background: #f3f3f4;
    background: #eaebec;
    display: block;
    z-index: 4;
    width: max-content;
    height: calc( 100% - 80px );
    transition: all;
    transition-timing-function: ease;
    transition-duration: 0.6s;
    transition-delay: 0s;
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.2);
}

    #dvSplitView.collapsedSplitCont {
        top: 90px;
        right: 10px;
        border-radius: 5px;
        height: 40px;
    }

.reverseToggleIcon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#prevwListCont {
    display: block;
    visibility: visible;
    overflow: auto;
    /* height: 100%; */
    height: 100%;
    padding: 0;
    opacity: 1;
    width: 750px;
    transition: all;
    transition-timing-function: ease;
    transition-duration: 0.6s;
    transition-delay: 0s;
}

    #prevwListCont.collapsedSplit {
        visibility: hidden;
        opacity: 0;
        height: 0;
        width: 0;
        transition: all;
        transition-timing-function: ease;
        transition-duration: 0.6s;
        transition-delay: 0s;
    }

#splitToggler {
    transition: all;
    transition-timing-function: ease;
    transition-duration: 0.6s;
    transition-delay: 0s;
    padding: 10px;
    border: none;
    color: #474747;
    background: transparent;
}

#dvSplitView.collapsedSplitCont #splitToggler {
    border-radius: 5px;
}

    #dvSplitView.collapsedSplitCont #splitToggler #splitTogLabel {
        display: none;
    }

@media only screen and (max-width: 600px) {
    #prevwListCont {
        /* width: 350px; */
        width: 100vw;
    }
}

.srcdoclist {
    cursor: pointer;
    height: 70px;
}

    .srcdoclist:hover {
        background-color: #eaebec;
    }

.srcbadge {
    font-size: 12px;
    padding: 8px 11px;
    border-radius: 20px;
    margin-right: 10px;
    margin-top: 10px;
}

.srcdoclist2 {
    box-shadow: -5px 0px 5px -5px rgb(0 0 0 / 75%);
    height: 45px;
    cursor: default;
}

@media only screen and (max-width: 600px) {
    .patientListAlert {
        height: 60px;
    }
}
@media only screen and (max-width: 600px) {
    .multibtn {
        margin-left: 474px;
    }
}
@media only screen and (max-width: 600px) {
    .adversbtn {
        margin-left: 640px;
    }
}
@media only screen and (max-width: 600px) {
    .doubleentrymultibtn {
        margin-left: 430px;
    }
}

@media only screen and (max-width: 600px) {
    .doubleentryadversbtn {
        margin-left: 500px;
    }
}
.patientListAlert {
    color: #6d6e70;
    font-size: 14px;
}

    .patientListAlert a {
        color: inherit;
        font-size: 14px;
        font-weight: bold;
    }

        .patientListAlert a i {
            margin-left: 5px;
        }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    line-height: inherit;
}

.helios-datagrid-header .helios-datagrid-collapse-btn .icon-keyboard-right-arrow-button {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .2s;
}

.helios-datagrid-header .helios-datagrid-collapse-btn[aria-expanded="false"] .icon-keyboard-right-arrow-button {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


.helios-datagrid-header .helios-datagrid-collapse-btn {
    display: flex;
    border: none;
    background: transparent;
}

.helios-datagrid-header {
    display: flex;
}

    .helios-datagrid-header h3 {
        display: inline;
    }

.table-hover > tbody > tr.hovered, .table-hover > tbody > tr.hovered:hover {
    background-color: #eaebec !important;
}

.table-remote > thead > tr > th, .table-remote > tbody > tr > th, .table-remote > tfoot > tr > th, .table-remote > thead > tr > td, .table-remote > tbody > tr > td, .table-remote > tfoot > tr > td {
    border-right: 0;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
    text-align: start;
    border-bottom: 1px solid #cfd1d2;
}

.table-remote > thead > tr > th, .table-remote > tbody > tr > th,
.table > tfoot > tr > th,
.table-remote > thead > tr > td,
.table-remote > tbody > tr > td,
.table-remote > tfoot > tr > td {
    /*border-right: 1px solid #cfd1d2;*/
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
    text-align: start;
    border-bottom: 1px solid #cfd1d2;
}

.table-remote .tdc {
    text-align: center;
}

.table-remote .tbr {
    border-right: 1px solid #cfd1d2;
}

.codding .thumbnailparent div.thumbnailitem :hover {
    background-color: #f6f6f6;
}

.thumbnailitem .btn-primary:hover {
    background-color: #18a689 !important;
}

.panel-body.codding {
    padding-left: 30px;
}

.thumbnailitem img {
    margin-right: auto;
    margin-left: 0;
}

.btn {
    border-radius: 3px;
    margin-right: 5px;
}

.codding-focused {
    background-color: #337ab738 !important;
}

.codding-row {
    cursor: pointer;
}

button:focus {
    outline: none !important;
}

.medratree-detail {
    background-color: #fff;
    margin-top: 20px;
    min-height: 600px;
}

.medratree-container {
    /*margin-top: 1em;*/
    overflow-x: hidden;
    min-height: 600px;
    /*max-height: 700px;*/
    max-width: 100%;
    overflow: auto;
    font: 13px Verdana, sans-serif;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    border-radius: 5px;
    color: black;
}

.no_checkbox > i.jstree-checkbox {
    display: none;
}

.selected-coding-row .checkbox {
    padding: 0;
}


.helios-data-grid .SumoSelect > .optWrapper > .options {
    max-height: 125px !important;
}


.MainElmDiv .btnGridRow {
    padding-bottom: 70px !important;
}

#heliosspinner {
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99990;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
}


    #heliosspinner .blurContainer {
        width: 100% !important;
        height: 100% !important;
        margin: 0px;
        padding: 0px;
        background: rgba(53, 46, 46, 0.1);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }

    #heliosspinner img {
        top: calc( 25% + 70px);
        left: calc( 50% - 70px);
        position: absolute;
        height: 90px;
        /* width: 140px; */
        padding: 15px;
        border-radius: 5px 6px;
        background-color: white;
        border-color: transparent;
        box-shadow: 0 0 10px 7px rgb(255 255 255 / 20%);
    }


.helios-data-grid .help-block {
    float: left;
}

.helios-data-grid .datagridcolstyle {
    vertical-align: top;
}

.SumoSelect.open > .optWrapper {
    z-index: 3;
}

.dropdown-menu-newstudy {
    left: 25px;
    width: max-content;
}

.dropdown-menu-userforms {
    top: 45px;
    left: 85%;
}

.dropdown-menu-newstudy > li > a {
    /*text-align: right;*/
    padding-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 20px;
    padding-right: 5px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    /* margin-left: 8px; */
    cursor: pointer;
    display: inline-block;
    padding: 1px 0px;
    vertical-align: text-top;
    margin-left: 10px;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

    .tt-suggestion:hover,
    .tt-suggestion:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

.tt-hint {
    display: none;
}

.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
    outline: none;
}
