html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    /*font: 16px Verdana, sans-serif;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-fontstyle {
    font-size: 16px;
    font-family: "boschsans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.topBanner {
    height: 23px;
    width: 100%;
    background: black;
}

.ul-right {
    position: absolute;
    right: 0px;
    margin-right: 20px;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc !important;
    color: #666666 !important;
    border-color: #cccccc !important;
}

.close-right {
    position: absolute;
    right: 10px;
    margin-right: 50px;
}

.bottomBanner {
    height: 12px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #cc0000;
}

.user-icon {
    height: 80px;
    width: auto;
    align-content: center;
}

.error-message {
    color: red;
    text-align: left;
    float: left;
}

.login-container {
    border: 2px solid gray;
    border-radius: 5px;
    height: 60%;
    padding: 15px;
    width: 35%;
    vertical-align: central;
    position: absolute;
    text-align: center;
    top: 15%;
    left: 30%;
    /*transform: translate(-50%, -50%);*/
}

.btn-primary {
    background-color: #007BC0;
    color: white;
    border-color: #999999;
    margin-top: 10px;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: black;
        background-color: #cdd4da;
        border-color: #999999;
    }

.user-link {
    position: relative;
    text-decoration-line: none;
}

.form {
    position: relative;
}

.textbox {
    width: 100%;
    border: 1px solid #999999;
    border-radius: 5px;
    outline: none;
    background: none;
    padding: 10px;
    color: black;
}

    .textbox:disabled {
        border: 1px solid #999999;
        background-color: #F5F5F5 !important;
        color: black !important;
        border-color: #cccccc !important;
    }

.dropdown {
    width: 100%;
    border: 1px solid #999999;
    border-radius: 5px;
    outline: none;
    background: none;
    padding: 10px;
    color: black;
    pointer-events: auto;
}

    .dropdown:focus {
        border: 2px solid #007bff; /* blue border on focus */
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* optional glow effect */
    }

    .dropdown:focus ~ .form-label,
    .dropdown:not(:placeholder-shown).dropdown:not(:focus) ~ .form-label {
        top: -0.7rem;
        left: 1rem;
        font-size: 12px;
        background: white;
        color: black;
    }

    .dropdown:disabled {
        background: #F5F5F5;
    }

.form-label {
    color: black;
    position: absolute;
    top: -0.7rem;
    left: 1rem;
    cursor: text;
    background: white;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 50px;
    margin-left: 10px !important;
}

.spinner {
    border: 20px solid silver;
    border-top: 20px solid #337AB7;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    animation: spin 700ms linear infinite;
    position: relative;
    display: inline-block;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card {
    text-decoration: none;
    width: 12rem;
    height: 12rem;
    margin: 10px;
    background-color: #f3f3f3;
    border: 3px solid #ececec;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.Input {
    border: none;
    outline: none;
}

    .Input:active {
        border: none;
        outline: none;
    }

.card-body {
    text-align: center;
    cursor: pointer;
}

.center {
    text-align: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 99999;
    height: 10em;
    width: 10em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
    opacity: 0.3;
    height: 200px;
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

.alignCenter {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
}

.loadingText {
    color: white;
    font-size: 20px;
    text-decoration-color: white;
    position: absolute;
    width: 100%;
    overflow-block: visible;
}

@keyframes text {
    50% {
        color: black;
    }
}

.jstree-container-ul > li > a > i.jstree-checkbox {
    display: none
}

.no_checkbox > i.jstree-checkbox {
    display: none;
}

.loader {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    display: inline-block;
    border-top: 10px solid #FFF;
    border-right: 10px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    vertical-align: central;
    top: -200px;
    left: -100px;
    position: absolute;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        border-bottom: 10px solid #FF3D00;
        border-left: 10px solid transparent;
        vertical-align: central;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper {
    position: relative;
}

.branch-blank {
    position: relative;
    margin-left: 400px;
}

.branch {
    position: relative;
    margin-left: 400px;
}

    .branch:before {
        content: "";
        width: 100px;
        border-top: 2px solid gray;
        position: absolute;
        left: -150px;
        top: 50%;
        margin-top: 1px;
    }

.blank {
    position: relative;
    min-height: 60px;
    border-left: 2px solid white;
    left: -50px;
}

.entry {
    position: relative;
    /* position: absolute; */
    min-height: 60px;
}

    .entry:before {
        content: "";
        height: 100%;
        border-left: 2px solid gray; /*border-left: 2px solid #eee9dc;*/
        position: absolute;
        left: -50px;
    }

    .entry:after {
        content: "";
        width: 50px;
        border-top: 2px solid gray;
        position: absolute;
        left: -50px;
        top: 50%;
        margin-top: 1px;
        /*border: 2px solid black;*/
    }

    .entry:first-child:before {
        width: 10px;
        height: 50%;
        top: 50%;
        margin-top: 2px;
        border-radius: 10px 0 0 0;
    }

    .entry:first-child:after {
        height: 10px;
        border-radius: 10px 0 0 0;
        /* border: 5px solid red; */
    }

    .entry:first-child {
    }

.special:after {
    height: 10px;
    border-radius: 10px 0 0 0;
    border-left: 2px solid gray;
}

.special:before {
    /*border: none;*/
    /*content: "";*/
    height: 30%;
    border-left: 2px solid gray;
    top: 70%;
    /*position: absolute;
	left: -50px;
	border: 2px solid orange;*/
}

.entry:last-child:before {
    width: 10px;
    height: 50%;
    border-radius: 0 0 0 10px;
    /* border: 5px solid red; */
}

.entry:last-child:after {
    height: 10px;
    border-top: none;
    border-bottom: 2px solid gray;
    border-radius: 0 0 0 10px;
    margin-top: -9px;
}

.entry.sole:before {
    display: none;
}

.entry.sole:after {
    width: 50px;
    height: 0;
    margin-top: 1px;
    border-radius: 0;
}

.label {
    display: block;
    min-width: 250px;
    padding: 5px 10px;
    line-height: 20px;
    text-align: left;
    border: 2px solid black;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.top-button {
    display: block;
    min-width: 150px;
    padding: 5px 10px;
    line-height: 30px;
    border: 2px solid yellow;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27px;
    margin-left: 35px;
}

.ip:before {
    content: "";
    width: 10px;
    border-right: 2px solid #eee9dc;
    position: absolute;
    top: 30px;
    margin-top: 1px;
    height: 50px;
}

.ip {
    margin-top: -110px;
    position: absolute;
    z-index: -1;
}

.bottom-button {
    display: block;
    min-width: 150px;
    padding: 5px 10px;
    line-height: 30px;
    border: 2px solid green;
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 19px;
    margin-left: 35px;
}

.mp {
    margin-top: 60px;
    position: absolute;
    z-index: 2;
    background: red;
    /* line-height: 20px; */
}

    .mp:before {
        content: "";
        width: 10px;
        border-right: 2px solid gray;
        position: absolute;
        top: -32px;
        margin-top: 1px;
        height: 30px;
    }

/*We will apply the hover effect the the lineage of the element also*/
/*, .tree li a:hover+ul li a*/
.entry span:hover, .entry span:hover + div span, .label:hover {
    background: #c8e4f8;
    color: #000;
    border: 1px solid #94a0b4;
}
    /*Connector styles on hover FIX THIS*/
    /*.tree li a:hover+ul li::after, */
    .entry span:hover + div span::after,
    /*.tree li a:hover+ul li::before, */
    .entry span:hover + div span::after,
    /*.tree li a:hover+ul::before, */
    .entry span:hover + div::before,
    /*.tree li a:hover+ul ul::before*/
    .entry span:hover + span::before {
        border-color: #000;
    }

/*FROM BRYAN*/
.hasMore {
    border: 2px black solid !important;
}

.Menu {
    border-bottom: none;
    border-top: none;
}

.title {
    padding-left: 50px;
    white-space: nowrap;
}

#root {
    margin-top: -6px;
}

.highlight {
    background-color: Yellow;
}

.greenButton {
    background: green;
    color: white;
}

.redButton {
    background: red;
    color: white;
}


.wrapperWF {
    position: absolute;
    left: 40%;
    right: 50%;
    margin-bottom: 20px;
    margin-top: 60px;
}

.branchWF-blank {
    position: relative;
}

.branchWF {
    position: relative;
}

    .branchWF:before {
        content: "";
        border-top: 2px solid gray;
        position: relative;
        left: 50%;
        top: 60%;
    }

.blankWF {
    position: relative;
    min-height: 60px;
    border-left: 2px solid white;
    left: -50px;
}

.entryWF {
    position: relative;
    /* position: absolute; */
    min-height: 70px;
}

    .entryWF:before {
        content: "";
        height: 100%;
        border-left: 2px solid gray; /*border-left: 2px solid #eee9dc;*/
        position: relative;
        margin-left: 150px;
    }

.required:after {
    content: " *";
    color: red;
    font-size: 14px;
}


/*left right modal*/
.modal.center_modal,
.modal.left_modal, .modal.right_modal {
    position: fixed;
    z-index: 9999;
}

    .modal.center_modal .modal-dialog,
    .modal.left_modal .modal-dialog,
    .modal.right_modal .modal-dialog {
        position: fixed;
        margin: auto;
        width: 70%;
        height: 80%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

.modal-dialog {
    /* max-width: 100%; */
    margin: 1.75rem auto;
}

@media (min-width: 576px) {
    .left_modal .modal-dialog {
        max-width: 100%;
    }

    .right_modal .modal-dialog {
        max-width: 100%;
    }
}

.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
    /*overflow-y: auto;
    overflow-x: hidden;*/
    height: 100vh !important;
}

.modal.center_modal .modal-body
.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
    padding: 15px 15px 30px;
}

/*.modal.left_modal  {
    pointer-events: none;
    background: transparent;
}*/

/*Left*/
.modal.left_modal.fade .modal-dialog {
    left: -50%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
    left: 0;
    box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}

/*Right*/
.modal.right_modal.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right_modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}

.modal.center_modal.fade.show .modal-dialog {
    right: 100px;
    left: 100px;
    top: 50px;
    bottom: 100px;
    box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}

.modal.center_modal.fade .modal-dialog {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.modal.center_modal .modal-content {
    height: 90vh !important;
}
/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header.left_modal, .modal-header.right_modal {
    padding: 10px 15px;
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.modal_outer .modal-body {
    /*height:90%;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh;
}

.tablink {
    background-color: #005686;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 17px;
    width: 25%;
    height: 40px;
    border-bottom: 2px solid #005686;
    border-top: 2px solid #005686;
    border-right: 2px solid #005686;
}

    .tablink:hover {
        background-color: #007BC0;
    }


.disabletoolbar {
    pointer-events: none;
}

.e-grid .e-row.e-altrow {
    background-color: #FFFFFF;
}

.e-grid .e-row {
    background-color: #F8F8F8;
}

.defaultbtn {
    background: #007BC0;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 5px;
}

.minus {
    background-image: url('https://datatables.net/examples/resources/details_close.png');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.plus {
    background-image: url('https://datatables.net/examples/resources/details_open.png');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.detailtable td {
    font-size: 13px;
    padding: 4px;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.expander-container {
    display: flex;
    flex-direction: column;
}

.expander-button {
    background-color: #f2f3f4;
    color: black;
    padding: 10px;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid black;
    text-align: left;
}

.expander-content {
    background-color: white;
    padding: 10px;
    display: none;
}

.expander-placeholder {
    background-color: transparent;
    padding: 0;
    height: 0;
    display: block;
}

#RTEfor_rte-edit-view {
    height: 180px;
}

.e-rte-fontcolor-element,
.e-rte-backgroundcolor-element {
    display: none;
}

.custom.e-toolbar,
.custom.e-toolbar .e-toolbar-items,
.custom.e-toolbar .e-toolbar-item,
.custom.e-toolbar .e-toolbar-item.e-overlay {
    background: #d1eae3;
}

#RefAssetName {
    -webkit-appearance: none; /* Removes default arrow in WebKit browsers */
    -moz-appearance: none; /* Removes default arrow in Firefox */
    appearance: none; /* Standard property */
    background: none; /* Removes background */
    background-color: transparent; /* Ensures full transparency */
    padding-right: 20px; /* Adjust padding to avoid text clipping */
}

.sf-icon-Car-01:before {
    content: "\e700";
}

@font-face {
    font-family: 'icon';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMj1tSfIAAAEoAAAAVmNtYXDnEOdVAAABiAAAADZnbHlmvET9HQAAAcgAAAHIaGVhZCTk+R0AAADQAAAANmhoZWEIUQQDAAAArAAAACRobXR4CAAAAAAAAYAAAAAIbG9jYQDkAAAAAAHAAAAABm1heHABEADNAAABCAAAACBuYW1lciL83AAAA5AAAAIBcG9zdHSjczUAAAWUAAAAMAABAAAEAAAAAFwEAAAAAAAD9AABAAAAAAAAAAAAAAAAAAAAAgABAAAAAQAAqDFb+l8PPPUACwQAAAAAAODpWmkAAAAA4OlaaQAAAAAD9ANOAAAACAACAAAAAAAAAAEAAAACAMEABAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5wDnAAQAAAAAXAQAAAAAAAABAAAAAAAABAAAAAQAAAAAAAACAAAAAwAAABQAAwABAAAAFAAEACIAAAAEAAQAAQAA5wD//wAA5wD//wAAAAEABAAAAAEAAAAAAAAA5AAAAAQAAAAAA/QDTgAqAFUAaQDAAAABFQ8IIy8IPQE/CTMfCAUVDwgjLwk/CjMfCAE7AR8HIT8HJwcjETMVHwszPwo9ASEdAR8KMz8LNTMRIy8JIycFIw8JA5wBAgIDBwoLDA0ODgwLCQgDAgIBAQICAwQICgwNDgcGBwwLCgcFAgH9VAECAgMICQsNDQ4NDAsKBwMCAgEBAQECAgMDCQoMDA4HBwYNCwkIBQIBARDYCQkHBgUEBAI//XY+CAQFBgYECWhRXlEBAQIDAwQFBQUMDQ4ODg0MBgUEBAQCAwECGgEDAgQEBAUGDA0ODg4NDAUFBQQDAwIBAVFaVQgJDA4HCQkJCgsL/kULCgkJCAgHBwULBwH0BgYFBQUJCAYEAgIEBggJBQUGBQYGBQYFBQQJBwUDAQECBAcICQkGBQUGBgUFBQkIBgQCAgQGCAkFBQYFBgYFBgUFBAkHBQMBAQIEBwgJCQYFARcCAwMFBQYHg4MNBQUDAwEBA6j+ykUHBwcGBgUFBAQGBAICBAYEBAUFBgYHBwdFRQcHBwYGBQUEBAYEAgIEBgQEBQUGBgcHB0UBNq4MCgoIAwMDAgIBAQICAwMDBAQFCgsAAAAAEgDeAAEAAAAAAAAAAQAAAAEAAAAAAAEABAABAAEAAAAAAAIABwAFAAEAAAAAAAMABAAMAAEAAAAAAAQABAAQAAEAAAAAAAUACwAUAAEAAAAAAAYABAAfAAEAAAAAAAoALAAjAAEAAAAAAAsAEgBPAAMAAQQJAAAAAgBhAAMAAQQJAAEACABjAAMAAQQJAAIADgBrAAMAAQQJAAMACAB5AAMAAQQJAAQACACBAAMAAQQJAAUAFgCJAAMAAQQJAAYACACfAAMAAQQJAAoAWACnAAMAAQQJAAsAJAD/IGljb25SZWd1bGFyaWNvbmljb25WZXJzaW9uIDEuMGljb25Gb250IGdlbmVyYXRlZCB1c2luZyBTeW5jZnVzaW9uIE1ldHJvIFN0dWRpb3d3dy5zeW5jZnVzaW9uLmNvbQAgAGkAYwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBuAGkAYwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAdQBzAGkAbgBnACAAUwB5AG4AYwBmAHUAcwBpAG8AbgAgAE0AZQB0AHIAbwAgAFMAdAB1AGQAaQBvAHcAdwB3AC4AcwB5AG4AYwBmAHUAcwBpAG8AbgAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgECAQMABkNhci0wMQAA) format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="sf-icon-"], [class*=" sf-icon-"] {
    font-family: 'icon', sans-serif !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
