
/*reset*/

/*remove password reveal inserted by edge*/
::-ms-reveal {
    display: none;
}

/*end reset*/

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 100px;
    font-family: 'Montserrat';
    font-size: 22px;
}

    body::-webkit-scrollbar {
        width: 1px !important;
    }


.loginPageBackGround {
    background-image: url("/assets/icons/LOGIN_BG.png") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.bodyBackGround {
    background: linear-gradient(180deg, #284970 0%, #001227 100%);
    margin-bottom: 0px;
}

.addedit-container input {
/*TODO: This style needs to be changed*/
    margin: 15px; 
}

.form-radio-label {
    margin: 14px;
    margin-left: 2px;
}

.pointer-cursor {
    cursor: pointer;
}

.radioCheck {
    cursor: pointer;
}

.richTextLabel {
    font-size: 19px !important;
}

.p-lr-du {
    padding: 0px 30px;
}

.btn-PrimaryAction {
    background: #14ab57;
    color: white !important;
    height: 48px;
    font-weight: 600;
    border-radius: 12px;
}

.ml-15 {
    margin-left: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

    .mb-15 input, select, a {
        margin-bottom: 15px;
    }

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.update-p {
    margin-left: 30px;
    font-size: 14px;
    text-decoration: underline;
}

.navbar {
    padding: 0;
}
/* round check box */

.round {
    position: relative;
    display: inline-block;
    float: right;
}

    .round label {
        background-color: transparent;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        width: 28px;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: transparent;
            border-color: #FFFFFF;
        }


            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

/* check box edit dictionary */


.round-edit {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: -10px;
    margin-right: -20px;
}

    .round-edit label {
        border: 2px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 26px;
        left: 0;
        position: absolute;
        top: 0;
        width: 26px;
    }

        .round-edit label:after {
            border: 3px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 5px;
            opacity: 0;
            position: absolute;
            top: 6px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round-edit input[type="checkbox"] {
        /* visibility: hidden; */
        opacity: 0;
    }

        .round-edit input[type="checkbox"]:checked + label {
            background-color: transparent;
            border-color: #FFFFFF;
        }


            .round-edit input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

/* end check box */

h1 {
    color: #FFFFFF;
    margin-top: 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

h2 {
    color: #FFFFFF;
    margin-top: 50px;
    font-size: 23px;
    font-weight: 700;
    line-height: 29px;
}

input::placeholder {
    font-weight: 400;
    font-size: 16px;
}

.navbar-collapse {
    float: right;
}

/* Table Css */

table {
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-top: 0px !important;
}

    table td {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 400;
        vertical-align: middle;
        height: 48px
    }

    table thead tr {
        background-color: #FFFFFF;
        color: #000000;
        font-size: 14px !important;
        font-weight: 500;
    }

    table tr {
        margin: 5px;
        background-color: #304866;
        border-radius: 4px;
    }

.table-bordered > :not(caption) > * > * {
    border-width: 0 0px !important;
}

.pageheaderTable {
    width: 20%;
    font-size: 20px;
    border-spacing: 0px;
    padding: 0px;
    background-color:none !important; font-weight:bold;
}

.pageheaderTable td {
    color: white;
    font-size: 22px;
    padding: 0;
}

.pageheaderTable tr {
    background-color: transparent !important;
}

.headerRow {
    font-size: 22px;
    color: white;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
    row-gap: 5px;
}
.headerRow > span {
    white-space: pre;
}

.act-u {
    color: #FFFFFF;
    width: 100%;
    border: 2px solid #FFFF;
    padding-left: 1rem;
}

.active-user-check {
    vertical-align: middle;
    margin-top: 7px;
    position: absolute;
}

.active-user-check-edit {
    vertical-align: middle;
    margin-top: 7px;
    position: absolute;
}


/* Nav Bar */
.navbar-nav li {
    align-self: flex-end;
    height: 109px;
}

    .navbar-nav li a {
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        padding-bottom: 28px;
    }

.nav-item {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 14;
    line-height: 14px;
    font-weight: 700;
}

.transform {
    background-color: red;
}

.active {
    background-color: rgba(0, 179, 92, 0.11);
    border-bottom: 4px solid #00B25D !important;
}

.logo {
    position: absolute;
    margin-top: 2rem;
    display: inline-flex;
}

.logo-without-nav {
    position: absolute;
    top: 50px;
    left: 100px;
}


.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search > span{
    position: relative !important;
    display: inline-block;
    top: 32px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.form-input {
    width: 620px;
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    padding-left: 12px !important;
    font-size: 15px;
    padding: 7px;
}

.bg-transparent {
    background: transparent;
}

.border-none {
    border-left: none;
    border-right: none;
    border-top: none;
    color: #FFFFFF !important;
    border-radius: 0 0 0 0 !important;
    border-bottom: 1px solid #3e6ea7 !important;
}

    .border-none:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.detail_info {
    background-color: #304866;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
}

.detail_cont_add {
    padding-left: 20px;
    font-size: 14px;
}

    .detail_cont_add b {
        padding-left: 0px;
    }

    .detail_cont_add .container {
        padding-left: 0px;
    }

.pb-12 {
    padding-bottom: 12px;
}


/* border radius */

td:first-child {
    border-top-left-radius: 4px;
    padding-left: 56px;
}

td:last-child {
    border-top-right-radius: 4px;
}

td:first-child {
    border-bottom-left-radius: 4px;
    padding-left: 56px;
}

td:last-child {
    border-bottom-right-radius: 4px;
}

th:first-child {
    border-top-left-radius: 4px;
    padding-left: 56px;
}

th:last-child {
    border-top-right-radius: 4px;
}

th:first-child {
    border-bottom-left-radius: 4px;
}

th:last-child {
    border-bottom-right-radius: 4px;
}


a {
    color: #51D5FF !important;
}

.link_a {
    color: #51D5FF !important;
    text-decoration: underline !important;
}

.fcw {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
}

.lng_opt {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
}

.lang_checks {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 24px;
    gap: 10px;
    border: 1px solid #DEE2E6;
}

.edit-dict-btn {
    color: white;
    background-color: #00B25D;
    border: none;
    border-radius: 4px;
}

    .edit-dict-btn:hover {
        font-weight: 600;
    }

    .edit-dict-btn:hover {
        background-color: #00B25D;
        border: none;
    }

    .edit-dict-btn:focus {
        background-color: #00B25D;
        border: none;
        box-shadow: none;
    }

.form-check-label {
    width: 100%;    
}

.edit-dict-sec1 {
    background-image: linear-gradient(#001227, #021326);
}

.backceditd {
    background: #001227;
}

.footer-container {
    font-size: 14px;
    color: silver;
    font-weight: 400;
}

.nav-item a {
    text-decoration: none !important;
    border-bottom: 4px solid transparent;
}

.buttonAdd {
    background: transparent;
    border: none;
    color: #00B25D !important;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 800;
    width: 100%;
    float: right;
    text-align: right;
    padding-right: 0;
    text-decoration: none !important;
}

.add-btn-txt-bottom {
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 11.4px !important;
}

.buttonAdd:hover {
    background-color: transparent;
    border: none;
}

.buttonAdd:focus {
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
}

.linkIcon {
    background: transparent;
    border: none;
    color: #00FFC2 !important;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 800;
    width: 100%;
    text-align: left;
    padding-right: 0;
    text-decoration: none !important;
    cursor:pointer;    
}

.linkButton {
    background: transparent;
    border: none;
    color: #00FFC2 !important;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 800;
    width: 100%;
    text-align: left;
    padding-right: 0;
    text-decoration: none !important;
}

    .linkButton:hover {
        background-color: transparent;
        border: none;
        text-decoration: underline !important;
    }

    .linkButton:focus {
        background-color: transparent;
        border: none !important;
        box-shadow: none !important;
        text-decoration: underline !important;
    }

a.code-expand-button, a.code-collapse-button {
    text-decoration: none !important;
}
.code-expand-button > svg, .code-collapse-button > svg {
    display: inline-block;
    height: 24px;
    width: 24px;
    color: white;
}

.accordion-button.collapsed a.code-expand-button, .accordion-button.collapsed a.code-collapse-button {
    display: none;
}

.codes-expanded a.code-expand-button {
    display: none;
}

.accordion-button:not(.codes-expanded) a.code-collapse-button {
    display: none;
}

.ais-code-table-header {
    font-size: small;
}
/* border header space */
tbody:before {
    line-height: 8px;
    content: "\200C";
    display: block;
}

/* Paging */

.previous {
    background-color: #f1f1f1;
    color: black;
}

.next {
    background-color: #04AA6D;
    color: white;
}

.roundPaging {
    border-radius: 50%;
    display: inline-block;
    padding: 0px 13px;
    text-decoration: none !important;
    background: transparent;
    color: #FFFF !important;
    border: 1px solid;
    cursor: pointer !important;
}

.paginSpan {
    color: #ffffff;
    font-size: 12px;
    word-spacing: 10px;
}

header {
    position: sticky;
    top: 0;
    z-index: +1200;
}

.disabledInput {
    color: gray;
    background-color: silver !important;
}

.loginwidget {
    position: relative;
    background: #FFFFFF;
    padding: 1rem 35px 1.2rem 35px;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat';
    border-radius: 4px;
    z-index: 10;
    max-width: 100%;
}
    .loginwidget .mb-3 {
        margin-bottom: 0.75rem !important;
    }

    .loginwidget .mt-10 {
        margin-top: 0.5rem !important;
    }

.loginInput {
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    padding-left: 12px !important;
    font-size: 15px;
    padding: 7px;
}

.maxWidthLogin {
    max-width: 313px;
}

.loginHeading {
    font-size: 26px;
    font-weight: 900;
    font-family: 'Montserrat';
    color: #565656;
    margin-top: 30px;
    /*text-align:center;*/
}

.loginInput::placeholder {
    padding-left: 3px;
}

.whiteBGLinks {
    font-size: 14px;
    color: #284970 !important;
    text-decoration: none !important;
    font-weight: 600;
    cursor: pointer;
    background: none;
    border: none;
}

    .whiteBGLinks:hover {
        text-decoration: underline !important;
    }

.loginButton {
    font-weight: 600;
    width: 100%;
    background: #284970;
}

    .loginButton:hover {
        font-weight: 600;
        width: 100%;
        background: #284970;
    }

.forgotPasswordRow {
    text-align: center;
    margin-top: -4px;
    margin-bottom: 4px;
}

.loginBottomLinks {
    text-align: center;
    margin-top: 10px;
}

    .loginBottomLinks .bottomLinkLine {
        margin-top: 15px;
        line-height: 1.25;
        font-size: 14px;
        font-weight: 400;
    }

    .loginBottomLinks .bottomLinkPrefix {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        margin-right: 4px;
        display: inline;
    }

    .loginBottomLinks a.whiteBGLinks {
        display: inline;
        width: auto;
    }

.eyeIcon {
    position: relative;
/*    margin-left: 50px;*/
    cursor: pointer;
}

.loginPageFooter {
    width: 500px;
    max-width: 100%;
    color: #FFFFFF;
    margin-top: 2em;
}

    .loginPageFooter h3 {
        font-size: 22px;
        font-weight: 700;
        font-family: 'Josefin Sans Std', sans-serif;
        font-style: normal;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .loginPageFooter h4 {
        font-family: 'Inter';
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 1px;
    }

    .loginPageFooter p {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 200;
        font-size: 14px;
        line-height: 19px;
    }

.row {
    margin-left: 0px !important;
}

.pl-0 {
    padding-left: 0px;
}

.dispay-inline-block {
    display: inline-block !important;
    background: transparent;
    color: white;
    border: none;
    margin: 0px;
    padding: 9px;
}

.pointer-events-none {
    pointer-events: none;
}

.activePage {
    color: #00B25D !important
}

#for_numrows {
    /*    visibility: hidden !important;*/
    font-family: 'Montserrat';
    font-size: 15px;
}
    #for_numrows > label {
        color: white;
    }
    #for_numrows > select {
        margin-left: 1em;
        cursor: pointer;
    }

#pagesControllers {
    display: inline-block;
    margin-bottom: 4rem !important;
}

.position_absolote {
    position: absolute;
}

#flexSwitchCheckChecked {
    margin-top: 8px;
    margin-left: -49px;
    cursor: pointer;
    height: 25px;
}

.pagecontroller-n {
    background: transparent;
    color: white;
    border: 50%;
    border-radius: 50%;
    border: 1px solid white;
    width: 35px;
    font-size: 19px;
    line-height: 30px;
    margin-left: 12px;
    font-family: cursive !important;
}

.pagecontroller-p {
    background: transparent;
    color: white;
    border: 50%;
    border-radius: 50%;
    border: 1px solid white;
    width: 35px;
    font-size: 19px;
    line-height: 30px;
    font-family: cursive !important;
}

.pagecontroller-l, .pagecontroller-f {
    display: none !important;
}

.pagecontroller-num {
    background: transparent;
    color: white;
    font-size: 15px;
    border: none;
}

.currentPage {
    color: #00B25D !important
}

.dotPging {
    color: white;
    letter-spacing: 4px;
}

.diplay-inline-b {
    display: inline-block !important;
    pointer-events: none;
}

#pagesControllers {
    float: right
}

.switchCheck input:checked {
    background-image: url("/assets/icons/toggle_icon.svg") !important;
    background-color: #FFFFFF;
}

.switchCheck .form-check-input {
    background-image: url("/assets/icons/toggle_icon_2.svg") !important;
    background-color: #d1c0c0;
}

.customMultiSelect p {
    background: #304866 !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat' !important;
    cursor: pointer !important;
    font-size: 16px !important;
    border-radius: 1rem;
    height: 48px;
}

.customMultiSelect span {
    background: #304866 !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat' !important;
    cursor: pointer !important;
    border-radius: 1rem;
    height: 48px;
}

.customMultiSelect .SumoSelect {
    width: 100%;
    font-size: 16px !important;
    border-radius: 1rem;
    height: 48px;
}

.SumoSelect > .CaptionCont > label > i {
    background-image: url("/assets/icons/drop-down.webp") !important;
    background-position: center center;
    background-size: 100%;
    width: 30px !important;
    margin-right: 14px !important;
    height: 22px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.ddlMultiSelectBox::placeholder {
    font-family: 'Montserrat' !important;
    margin-bottom: 1.5rem;
}

.customMultiSelect li span {
    background: #FFFFFF !important;
}

.SumoSelect > .CaptionCont {
    border: 1px solid #FFFFFF !important;
    border-radius: 4px !important;
}

#filter_input::placeholder {
    color: #ffffff
}


.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i {
    width: 20px !important;
    height: 20px !important;
    border: #304866 1px solid !important;
    border-radius: 50% !important;
}

.sidebar {
    position: inherit !important;
    margin-top: 72px;
}

    .sidebar.reportssection {
        margin-top: unset;
    }

    .sidebar span {
        color: #FFFFFF !important;
        padding-left: 0;
    }


.activeDotEditDictionary:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #00B25D;
    margin-top: 3px;
    position: absolute;
}

.editDictionarySubMenu .activeDotEditDictionary {
    background: #80808026;
}

.editDictionarySubMenu .nav-item:hover {
    background: #80808026;
    font-weight: 600;
}

    .editDictionarySubMenu .nav-item:hover > .nav-link {
        font-weight: 600;
    }

.activeDotEditDictionary {
    font-weight: 600;
}

.editDictionarySubMenu li {
    font-size: 14px !important;
    font-weight: normal !important;
    font-family: 'Montserrat' !important;
    list-style: none;
}

.editDictionarySubMenu {
    padding-left: 0px;
}

    .editDictionarySubMenu .nav-item {
        padding: 0px 0px !important;
    }

    .editDictionarySubMenu span {
        margin-left: 7px !important;
        font-family: 'Montserrat';
        font-style: normal;
    }

#nav_accordion > li > ul > li:nth-child(1) > a > i > span:before {
    content: url("/assets/icons/edit-dictionary-version.png");
    margin-right: 6px;
}

#nav_accordion > li > ul > li:nth-child(2) > a > i > span:before {
    content: url("/assets/icons/dictionary-pages.png");
    margin-right: 6px;
}

#nav_accordion > li > ul > li:nth-child(3) > a > i > span:before {
    content: url("/assets/icons/ais-codes.png");
    margin-right: 6px;
}

#nav_accordion > li > ul > li:nth-child(4) > a > i > span:before {
    content: url("/assets/icons/clarification-document.png");
    margin-right: 6px;
}

#nav_accordion > li > ul > li:nth-child(5) > a > i > span:before {
    content: url("/assets/icons/faq-document.png");
    margin-right: 6px;
}

#nav_accordion > li > ul > li:nth-child(6) > a > i > span:before {
    content: url("/assets/icons/localizer-table.png");
    margin-right: 6px;
}

#nav_accordion > li > ul > li:nth-child(7) > a > i > span:before {
    content: url("/assets/icons/injury-cause-descriptor-table.png");
    margin-right: 6px;
}

#nav_accordion > li > ul > li:nth-child(8) > a > i > span:before {
    content: url("/assets/icons/ais-codes.png");
    margin-right: 6px;
}

/*Sweet Alert Related*/
body.swal2-shown > [aria-hidden="true"] {
    transition: 0.1s filter;
    filter: blur(10px);
}

input[type="text"][disabled], input[type="number"][disabled], input[type="date"][disabled] {
    color: lightslategray;
    background-color: lightgray;
}

.edit-dict-sec1 {
    height: 100vh;
}

.editDictionarySubMenu a {
    border-bottom: 1px solid #d9d5d52e;
}

.editDictionary {
    border-bottom: 1px solid #d9d5d52e;
}

#nav_accordion {
    padding-left: 32px;
}

/* sub manue */


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 111px;
    border-radius: 4px;
    padding: 1px 18px;
}

.subMenu {
    border-bottom: 1px solid #00000029 !important;
    color: #000000 !important;
    font-size: 12px;
    font-family: 'Montserrat';
}

.dropdown-content a {
    margin: 15px 0px;
    padding: 8px 0px !important;
    justify-content: center !important;
}

    .dropdown-content a:hover {
        background-color: #f1f1f1
    }

.dropdown:hover .dropdown-content {
    display: inline-block !important;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


.color-white {
    color: #FFFFFF !important;
}

.dropdown a:hover {
    border-bottom: 4px solid #00B25D;
}

.dropdown:hover > a {
    border-bottom: 4px solid #00B25D;
}

.editDictionarySubMenu li a {
    cursor: pointer !important;
}

/* AIS Dictionary */

#myAccordion ul {
    list-style-type: none !important;
}

    #myAccordion ul li {
        border-top: 1px solid #ffffff29;
    }

        #myAccordion ul li a {
            font-size: 14px !important;
            font-family: 'Inter';
        }

        #myAccordion ul li span {
            font-size: 12px !important;
            font-family: 'Inter';
            position: absolute;
            padding-left: 7px;
            padding-right: 34px;
            width: 88%;
        }

/* spans are the containers for the ais code content in the tree view */
span.ais-pfci {
    right: 2em;
    width: unset !important;
}


.branch > span {
    font-weight: bold;
}

#myAccordion a {
    color: #00FFC2 !important
}

#myAccordion .accordion-item {
    background-color: #2b4666;
    margin-bottom: 3px;
    border-radius: 4px;
    border: 1px solid #ffffff61;
}

.accordion-collapse {
    padding-bottom: 10px;
}

#myAccordion .accordion-item .fa {
    color: white !important
}

.dictionaryContent h3 {
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.dictionaryContent h4 {
    font-size: 14px;
    color: white;
}

#myAccordion button {
    background: #0289a0e0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
    color: white;
}

.accordion-item button.accordion-button {
    background: #0289a0e0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
    color: white;
    font-size: 15px;
    font-weight: 600;
}

#myAccordion button:focus {
    border: none;
    box-shadow: none;
    border-style: none;
}

#myAccordion .card-body span {
    color: white !important;
    vertical-align: middle;
}

#myAccordion .card-body {
    padding-left: 0px !important;
}


.fa-plus-circle {
    padding-right: 16px;
}

.fa-ban {
    visibility: hidden;
    padding-right: 16px;
}

/* Tree css */
.tree, .tree ul {
    list-style: none
}

    .tree ul {
        margin: 0;
        padding: 0;
        position: relative;
    }

/*        .tree ul li i {
            margin-left: 67px;
        }*/

/*        .tree ul > li a {
            margin-left: 21px;
        }*/


    .tree i {
        padding-right: 10px;
    }

    .tree ul ul {
        /* margin-left: .5em; */
        margin: 0;
        padding: 0;
    }

/*        .tree ul ul li a {
            padding-left: 9.0em;
        }*/

    .tree li > a {
        /* padding-left: 7.5em; */
        padding-left: 2.5em;
        vertical-align: top;
        min-width: 105px;
    }

.branch > i + a {
    vertical-align: top !important;
}

.branch > i {
    vertical-align: top !important;
}

.fa-minus-circle + a {
    padding-left: 0px !important;
}

.fa-plus-circle + a {
    padding-left: 0px !important;
}


.tree ol > li {
    margin-left: 0px !important;
}

.fa-plus-circle, .fa-minus-circle {
    font-size: 22px !important;
}

.ais-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
}
    .ais-desc.allow-wrap {
        white-space:normal;
    }




    #myAccordion ul.tree {
        margin-bottom: 10px;
    }

    #myAccordion ul.tree > li:first-child {
        border-top: none !important;
    }

.branch {
    border-top: 1px solid #ffffff29 !important;
}

/*.tree i::before {
    content: '';
    display: block;
    border-bottom: 2.5px dotted white;
}*/

#myAccordion ul.tree > li > ul::before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 27px;
    border-left: 2.5px dotted white;
    margin-top: 0px;
    margin-bottom: 2px;
}

.branch + .fa-plus-circle:hover {
    background-color: red !important;
}

.tree li {
    color: #00FFC2;
    position: relative;
    padding-top: 3px;
    overflow: visible !important;
}

    .tree li a {
        text-decoration: none !important;
        display: inline-block;
        min-width: 101px;
    }

.branch > a {
    min-width: 66px !important;
}


.tree li:hover:not(.branch) {
    background-color: #00b25d42;
}

.branch:hover > .branch .fa-plus-circle {
    background-color: #00b25d42;
}


.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    bottom: 0;
    border-bottom: none !important;
}

.indicator {
    margin-right: 5px;
}


/* popover */

.popover {
    top: auto !important;
    left: auto !important;
    background: transparent;
    border: none;
    right: 0;
    display: block !important;
    overflow: visible !important;
}

.popover__menu {
    border-radius: 4px;
    background: #fff;
    list-style-type: none;
    margin: 8px 0;
    min-width: 100%;
    padding: 10px 5px;
    position: absolute;
    top: 78%;
    right: -6px;
    box-shadow: 0 2px 3px 0 rgba(63, 63, 68, 0.2);
    transition-property: transform, opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transform: scale(0.9);
    transform-origin: top left;
    display: none;
    opacity: 0;
}

    .popover__menu:after {
        bottom: 100%;
        left: 56px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #FFFFFF;
        border-width: 7px;
    }


.popover__menu-item {
    white-space: nowrap;
    padding: 3px 1px;
    z-index: 1000;
}

    .popover__menu-item button {
        border: 0;
        border-radius: 0;
        width: 100%;
        text-align: left;
    }

        .popover__menu-item button:hover, .popover__menu-item button:focus {
            background-color: #FFFFFF;
            z-index: 1000;
        }

    .popover__menu-item:hover {
        background-color: white !important;
    }

.popover--active .popover__menu {
    /* transform: scale(1); */
    display: block !important;
    opacity: 1;
}

.popover__menu-item img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}


.popover__menu-item button {
    font-weight: 700;
    font-size: 12px;
    font-family: Montserrat;
    background: transparent;
    background: #fff !important;
    color: #000000 !important;
}

.popover button {
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
    background: transparent !important;
}

.poper_span {
    float: right;
    padding-right: 14px;
}

.popover__trigger img {
    padding: 0px 5px;
    top: 4px;
    float: right;
    right: 0;
    position: absolute;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/assets/icons/arrow_down2.svg") !important;
}

.accordion-button::after {
    background-image: url("/assets/icons/arrow_down2.svg") !important;
    display: inline-block !important;
    float: right !important;
}

.accordion-button {
}

    .accordion-button > span {
        width: 100%;
    }

        .accordion-button > span > a {
            float: right;
            height: 2px;
            height: 100% !important;
            margin-bottom: 0 !important;
        }

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1rem;
    }
}


.button_addAISCode {
    padding: 5px !important;
    font-size: 14px !important;
    font-weight: 600;
    font-family: 'Montserrat';
    border: 1px solid;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2) !important;
    position: relative;
    margin-left: 71px;
}

    .button_addAISCode:hover {
        text-decoration:underline;
    }

    .mainHeading {
    padding-left: 10px;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.AISCodehr {
    margin-left: 42px;
    color: #fffff7 !important;
}

.tox-statusbar {
    display: none !important;
}

.tox-notification, .tox-promotion {
    display: none !important
}

.tox {
    margin-left:15px;
    width: 103%;
}
.dictionarySaveButton {
    display: inline-block;
    width: 154px;
    font-size: 14px;
    font-weight: 300;
    max-height: 34px;
    padding: -4px;
    /* line-height: 20px; */
    padding: 0 !important;
}

    .dictionarySaveButton:hover {
        font-size: 15px !important;
    }

.AisCodeScroll {
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.form-control:disabled, .form-control[readonly] {
/*    background: #198754;*/
    background-color: lightgray;
    color: lightslategray;
}

.tree ul > li {
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 500;
    padding: 5px 1px;
    line-height: normal;
}

/*    .tree ul > li .popover {
        right: 21px !important;
    }*/


.branch + .fa-plus-circle .branch:hover {
    background-color: red;
}

.field-validation-error {
    color: red;
    font-size: 16px;
    padding-left: 20px;
}

.AISCodeSepLine {
    color: #ffffffab;
    margin-top: 5px;
    margin-bottom: 0;
}

.branch-hover:hover {
    background-color: #00b25d42 !important;
    cursor: pointer;
}

.footer {
    position: fixed;
    text-align: right;
}

.accordion-header {
    margin-bottom: 0;
    margin-top: 0;
}

.actionAnchor {
    color: #51D5FF !important;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
}

    .actionAnchor:hover {
        color: #51D5FF !important;
        cursor: pointer;
        font-size: 17px;
        text-decoration: underline;
    }

/*cover-spin*/

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}
#cover-spin.local {
    position: absolute;
}


@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.form-control:focus {
    background-color: none !important;
}

.btn-PrimaryAction:focus {
    background-color: #14ab57 !important;
}

.form-control:focus {
    background-color: none !important;
}

.btn-PrimaryAction {
    margin: 13px;
}

.dictionaryBtn, .messageBtn {
    margin: 0 !important;
    padding: 0 !important;
}

/* Flash-of-unpaginated-content guard for the legacy jQuery tableManager.js
   tables (all rendered as Bootstrap `.table`, default page size ~5): pre-hide
   the overflow rows so a large table doesn't briefly render fully expanded
   before tableManager paginates it on DOM ready. tableManager's .show() then
   forces each visible row back to display:table-row (jQuery 3 getDefaultDisplay),
   overriding this rule for the current page.

   Scoped to `table.table` on purpose. This used to be an unscoped
   `tbody > tr:nth-child(n+5)`, which stranded rows on ANY table not driven by
   tableManager — notably the MudBlazor report grids (.mud-table-root), whose
   rows this rule would leave permanently display:none. */
table.table > tbody > tr:nth-child(n+5) {
    display: none;
}

/*********************CSS Responsive Changes****************************/
@media only screen and (min-width: 500px){
   
}

@media only screen and (min-width: 800px){
    .loginwidget {
        float: right;
    }

    .loginwidget-identity {
        margin-top: 35px;
    }

    .loginPageFooter {
        position: fixed;
        bottom: 56px;
        width: 500px;
        color: #FFFFFF;
    }

        .loginPageFooter h3 {
            font-size: 26px;
            font-weight: 700;
            font-family: 'Josefin Sans Std', sans-serif;
            font-style: normal;
            letter-spacing: 1px;
            margin-bottom: 16px;
        }

        .loginPageFooter h4 {
            font-family: 'Inter';
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 1px;
        }

        .loginPageFooter p {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 200;
            font-size: 16px;
            line-height: 19px;
        }
}

@media only screen and (max-width: 799px) {
    .loginwidget-identity {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 96%;
    }

    .logo {
        width: 13% !important;
        margin-top: 37px !important;
    }

    .logo-without-nav {
        position: absolute;
        top: 25px;
        left: 50px;
    }
}

@media only screen and (max-width: 984px) {
    .container {
        max-width: 95%;
    }

    .logo {
        width: 12% !important;
        margin-top: 40px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .linkButton {
        font-size: 13px;
    }

    .logo {
        width: 16% !important;
    }
}

@media only screen and (min-width: 1025px) {
    .loginwidget {
        padding: 29px 44px;
    }
}

@media only screen and (max-width: 1024px) {
    .linkButton {
        font-size: 12px;
    }

    .logo {
        width: 16%;
    }
}

/*
@media only screen and (max-width: 1366px) {
    .loginwidget {
        margin-top: 97px;
        padding: 29px 44px;
    }
}*/

@media only screen and (min-width: 1367px) {
    .loginwidget:not(.loginwidget-identity) {
        margin-top: 150px;
        padding: 2rem 60px 100px 60px;
    }

    .loginwidget.loginwidget-identity {
        margin-top: 35px;
    }
}

#mainBody > .container {
    margin-bottom: 4em;
}

.btn-PrimaryAction:hover {
    color: #ffffff;
    font-size: 17px;
}

.breadCrumb {
    margin-top: 24px;
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
}

    .breadCrumb p {
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 0;
    }


    .breadCrumb a {
        color: #00FFC2 !important;
        text-decoration: none;
        border-bottom: none !important;
    }

        .breadCrumb a:hover {
            text-decoration: underline !important;
        }


.w-99 {
    width: 97%;
}

#Email,
#passwordResetCode,
#password,
#confirmPassword,
#updatePassword,
#request2f,
#twoFactorInput,
#temporaryPasscode {
    width: 97% !important;
}

#SelectedRoleCodes {
    max-height: 36px;
    width: 100%;
    background: #304866 !important;
    overflow: hidden;
    border: 1px solid white;
    width: 100%;
}

    #SelectedRoleCodes option {
        margin-top: 2px;
        height: 34px;
        color: #ccc1c1;
        background: #304866;
        font-size: 18px;
        font-weight: 2px;
    }

.loginEyeicon {
    /*margin-left: 300px !important;*/
    position: relative;
    z-index:2;
}

select:invalid {
    color: gray;
}

/* #partial-load{
  margin-top: -44px;
} */

.AisCodeScroll .breadCrumb {
    padding-left: 24px !important;
}

.form-row {
    margin-left: none !important;
}

.text-center {
    text-align: center;
}

.jumbotron > h1 {
    margin-top: 4px;
}

.footer_editDictionary {
    margin-right: 125px;
    color: silver;
    font-size: 14px;
    font-weight: 400;
    bottom: 0;
    float: right;
    right: 0;
    position: absolute;
}

textarea {
    width: 100%;
    overflow: hidden;
}

.popover {
    width: 24px !important;
}

.SumoSelect > .CaptionCont > span.placeholder{
    cursor: pointer;
}

.SumoSelect{
    width: 100%  !important;
}

.SumoSelect > .CaptionCont > span{
    font-size: 16px !important;
    color: #7e7474;
}

.SumoSelect > .optWrapper > .options{
    font-size: 16px;
}

#myTab .active{
    background: none;
    border: none;
    color: white;
    font-weight: 600;
    border-bottom: white 4px solid !important;
}

#myTab .nav-link{
color: white;
font-size: 15px;
font-family: 'Inter';
}

#myTab{
    border-bottom: 1px solid #5b5c5e;
    margin-top: 25px;
}

#myTab2 .active{
    background: none;
    border: none;
    color: white;
    font-weight: 600;
    border-bottom: white 4px solid !important;
}

#myTab2 .nav-link{
color: white;
font-size: 15px;
font-family: 'Inter';
}

#myTab2{
    border-bottom: 1px solid #5b5c5e;
    margin-top: 25px;
}


#pagesControllers > button:nth-child(2){
    display: inline-block !important;
}
#pagesControllers > button:nth-child(3){
    display: inline-block !important;
}
#pagesControllers > button:nth-child(4){
    display: inline-block !important;
}
#pagesControllers > button:nth-child(5){
    display: inline-block !important;
}
#pagesControllers > button:nth-child(6){
    display: inline-block ;
}

#profile-tab{
    margin-left: 69px;
}

#second-coi{
    margin-left: 69px;
}

#third-coi{
    margin-left: 69px;
}

/** REPORTING */

.reports {
    color: #fff;
    font-size: 14px;
}

.chk-filter-container {
    flex: 1;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.filter-container {
    width: 30%;
    max-width: 500px;
    min-width: 250px;
    margin-right: 1em;
}

.indented {
    margin-left: 18px;
}

th.sorterHeader {
    cursor: pointer;
}


/*hide nav button on login pages*/
.loginPageBackGround nav {
    display: none;
}

.loginPageBackGround > header {
    position: static;
}

.loginPageFooter {

}

.shopping-cart-badge {
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid white;
    color: #00FFC2;
    font-weight: bold;
}

.account-registration .instructions, .instructions, .instructionsheader {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 1em;
}
    .instructionsheader {
        font-weight: 600;
    }
        .instructionsheader.link {
            cursor: pointer;
        }

    #phoneRequirements .instructions, #phoneRequirements:not(.display) .instructionsheader.on, #phoneRequirements.display .instructionsheader.off {
        display: none;
    }

#phoneRequirements.display .instructions {
    display: block;
}

.loginwidget .instructions {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
}

.mobileCard {
    padding: .75em;
    margin: 1em 0;
    border-radius: 5px;
}

.mobileCard > .row {
    margin-bottom: .5em;
}

.bold {
    font-weight: bold;
}

select:disabled {
    background-color: lightgray;
    color: lightslategray;
}

.form-select:disabled {
    background-color: lightgray;
    color: lightslategray;
}

/**************/


/* CSS for showing on mobile and hiding on desktop */
.mobileOnly {
    display: none !important; /* Default to hidden */
}

/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
    .mobileOnly {
        display: block !important; /* Show on mobile */
    }

    .hideMobile {
        display: none !important; /* Hide on mobile */
    }
}

.mobileOnly {
}

.hidden {
    display: none !important;
}

