:root {
    /* formlookups,
        modals,
        tabs,
        calendars
        menu
        pagination,*/
    --primary: #1976d2;
    /* active tab,
     active pagination,table headers
     record hover(listpage, subtable, subtabletoshow, lookups)
     buttons,*/
    --secondary: #51769c;
    /*accordion*/
    --tertiary: #f2f2f2;
    /*toolbar icons*/
    --quaternary: #1972a9;

    --label_color: #233168;
    --mdc-ripple-left: 10px;
    --mdc-ripple-top: 10px;

    --focus_color: #3d89e39e;

    /**show active parent record for its child data.*/
    --active_parent: #52a7e429;

    --base-w-width: '180px';

}

@charset "UTF-8";
*,
*::before,
*::after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(font/Roboto-Regular.ttf) format('ttf');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    /* line-height: 1.5; */
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#bloom-app-index {
    min-height: 96vh
}

#bloom-app-main {
    min-height: 100vh;
    background-color: #efefef;
}

.navbartop {
    /*z-index: 99999;*/
    position: relative;
}

a:focus, a:hover {
    color: #2962ff;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

i:hover {
    cursor: pointer !important;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

/*table {
  border-collapse: collapse;
}*/

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0px;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
    margin: 0;
    /*font-family: inherit;*/
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}


textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
    margin-top: 8px;
}

summary {
    display: list-item;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    /*font-family: inherit;*/
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 15px;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}


small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}


@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.4rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}


.table-striped > table > tbody > tr:nth-child(2n) td {
    /*background: #EBEBEB;*/
}

.table-striped > table > tbody > tr:nth-of-type(odd) {
    background-color: white;
    /*background-color: #eaeaea;*/
}

.table-striped > table > tbody > tr.blsubtabletr:nth-of-type(odd) {
    background-color: white;
    /*border-bottom: 1px solid rgba(224, 224, 224, 1);
    border-bottom: 1px solid rgba(224, 224, 224, 1);*/
    border-top: 1px solid white;
}

.table-striped > table > tbody > tr.blsubtabletr {
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.table-striped {
    /*margin: 10px !important;*/
    max-height: 78vh;
    overflow: auto;
}

.dashboard .table-striped {
    max-height: 393px;
}

@media only screen and (max-height: 1200px) {
    .table-striped {
        max-height:75vh;
    }
}

@media only screen and (max-height: 992px) {
    .table-striped {
        max-height: 70vh;
    }
}

@media only screen and (max-height: 768px) {
    .table-striped {
        max-height: 55vh;
    }
}

@media only screen and (max-height: 576px) {
    .table-striped {
        max-height: 45vh;
    }
}

@media only screen and (max-height: 500px) {
    .table-striped {
        max-height: 35vh;
    }
}

.table-striped.dashboardtable {
    /*padding: 5px !important;*/
    max-height: 530px;
    overflow: auto;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped.subtable {
    padding: 0px !important;
    /*margin-top: 5px;*/
    max-height: 530px;
    border-radius: 8px;
    overflow-y: auto;
}

.table-striped.subtable tbody {
    border-bottom: 1px solid #ffffff;
}

.blattachments .table-striped {
    border: 1px solid #ece3e3;
    max-height: 22rem;
}

.blattachments .table-striped thead {
    position: sticky;
    top: 0px;
    z-index: 1;
}

.blattachments .table-striped th {
    height: 2rem !important;
}

.blattachments-remarks-wrapper {
    background: white;
    border: 1px solid gray;
    z-index: 13;
    width: 15rem;
    height: 10rem;
    position: fixed;
    border-radius: 13px;
}

.blattachments-remarks-wrapper textarea {
    height: 100% !important;
    padding: 7px !important;
    margin: 0 !important;
    border-radius: inherit;
}

.blattachments-remarks-value {
    overflow-wrap: break-word;
    max-width: 30em !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collapsibleTable {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#collapsibleTable .bltable_actions_wrapper {
    /*overflow-x: auto;*/
    /*margin: 0 0 15px 0;*/
}

.table_actions_button_wrapper {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}

.bltable_actions_wrapper .profile-dropdown-div .profile-dropdown-menu {
    height: 400px;
    overflow-y: auto;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
    border: 0;
}

/*
###########################################################
  TABLE END
###########################################################
*/
/*
###########################################################
  DROPDOWN START
###########################################################
*/
.bldropdown {
    position: relative;
}

.blue-icons-nav .navbar_icons i {
    color: var(--primary);
}

.bldropdown span {
    /*color: #FFF;*/
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02857em;
    /*text-transform: uppercase;*/
    line-height: 1.75;
}

.dropdown-menu .material-icons {
    vertical-align: middle;
}

.dropdown-submenu .material-icons {
    vertical-align: middle;
}

.bldropdown .nav-link .material-icons {
    vertical-align: middle;
    color: var(--primary);
    margin-right: 5px;
}

.nav-link {
    position: relative;
    padding: 10px;
    font-weight: 400;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
}

.second_version bldropdown {
    transform: none;
    transition: opacity 294ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 196ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    outline: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: 0px 16px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;


}

.second_version .dropdown-with-icons .dropdown-item {
    width: auto;
    overflow: hidden;
    font-size: 1rem;
    box-sizing: border-box;
    min-height: 48px;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    line-height: 1.5;
    padding-top: 6px;
    white-space: nowrap;
    letter-spacing: 0.00938em;
    padding-bottom: 6px;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
}

.second_version .dropdown-with-icons .dropdown-item:hover {
    background-color: var(--secondary);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
}

.dropdown-item {
    display: flex;
    position: relative;
    flex-flow: nowrap;
    align-items: center;
    /*font-size:20px;*/
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-with-icons .dropdown-item {
    /*padding: 0.75rem 1.25rem 0.75rem 1.25rem;*/
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-bottom: 0;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-with-icons .dropdown-item:hover {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
    background-color: #2962ff;
    color: #fff;

}

.nav-item:hover .dropdown-toggle::after {
    background: #fff;
}

.bldropdown .dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    padding: 5px 0;
    border: 0;
    transform-origin: 0 0;
    will-change: transform, opacity;
    /*transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);*/
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);

}


/*
   ###########################################################
     DROPDOWN END
   ###########################################################
*/


/*@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}*/

/*
      ###########################################################
        NAVIGATION START
      ###########################################################
   */
.iportman-logo img {
    height: 45px;
}

.envision-logo {
    height: 42px;
    width: 75px;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) {
    .envision-logo {
        display: none;
    }
}

@media (max-width: 992px) {
    .dropdown-item {
        padding: .25rem 0.5rem;
        font-size: 16px;
    }

    .menuDropdownIcon {
        border-width: 5px 0 5px 5px;
        margin-top: 2px;
        margin-right: 0px;
    }

    .bl_table td {
        font-size: 14px;
    }

    #bl-messagemodal-container {
        left: 10px !important;
        max-width: 750px;
    }

    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.navbar_icons {
    position: relative;
    border: none;
    flex: 0 0 auto;
    margin-right: 10px;
    padding: 15px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    border: 0;
    background: transparent;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.navbar_icons.label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.navbar_icons i {
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
    /*color: white;*/
    color: rgba(0, 0, 0, 0.7);
}

.navbar_icons:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.navbar_search {
    display: flex;
    align-items: center;
    position: relative;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    margin-left: 8px;
    margin-right: 16px;
    border-radius: 4px;
    /*background-color: rgba(255, 255, 255, 0.15);*/
    background-color: rgba(170, 170, 170, 0.1);
    color: #fff;
}

.search_icon {
    width: 72px;
    height: 60px;
    display: flex;
    position: absolute;
    align-items: center;
    pointer-events: none;
    justify-content: center;
}

.search_icon svg {
    /*fill: currentColor;*/
    fill: rgba(0, 0, 0, 0.7);
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.search_input_wrapper {
    color: #fff;
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    line-height: 1.1876em;
    letter-spacing: 0.00938em;
}

.search_input_wrapper input::placeholder {
    /*color: #fff;*/
    color: rgba(0, 0, 0, 0.7);
}

.search_input_wrapper input:focus {
    outline: none;
    width: 200px;
}

.search_input_wrapper input {
    position: absolute;
    top: 0px;
    left: 0px;
    border-color: transparent;
    width: 120px;
    padding: 8px 8px 8px 72px;
    margin: 0;
    display: block;
    transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: none;
    opacity: 1;
    font: inherit;
    color: #fff;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
}

.search_input_wrapper .base_input {
    position: absolute;
    top: 0px;
    left: 0px;
    border-color: transparent;
    box-shadow: none;
    opacity: 1;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    width: 120px;
    transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 8px 8px 8px 72px;
    color: rgba(0, 0, 0, 0.7);
}

.search_input_wrapper .search_input {
    position: relative;
    vertical-align: top;
    background-color: transparent;
    width: 200px;
    transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 8px 8px 8px 72px;
    color: rgba(0, 0, 0, 0.7);
}

.nav-item-search {
    display: flex;
    align-items: center;

}

#dropdownMenu1 {
    padding: 0;
}

.navbar .navbar-brand {
    margin-left: 20px;
}

.portname_wrapper .wrap {
    position: absolute;
    right: 0;
    width: 200px;
    margin: 0 auto;
}

.select-wrapper {
    position: relative;
    padding: 10px;
    font-size: 18px;
    border-radius: 4px;
}

.select-text:focus {
    outline: none;
    border: 1px solid var(--primary);
}

.select-wrapper .select-text {
    appearance: none;
    -webkit-appearance: none;
    color: rgba(0, 0, 0, 0.54);
    background: none;
    border: none;
    width: 100%;

}

.select-wrapper:after {
    position: absolute;
    top: 28px;
    right: 20px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.54);
    pointer-events: none;
}

.select-label {
    font-size: 13px !important;
    top: 0px !important;
    max-width: calc(100% - 30px);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    color: rgba(0, 0, 0, 0.54);
    background: inherit;
    /*font-size: 18px;*/
    font-weight: 400;
    position: absolute;
    padding: 0 10px 0 5px;
    pointer-events: none;
    /*top: 12px;*/
    margin-bottom: 0;
    left: 10px;
    transition: 0.2s ease all;

}

.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
    color: #2962ff;
    font-size: 14px;
    top: -8;
    transition: 0.2s ease all;

}

.select-text:valid:not(focus) ~ .select-label {
    color: rgba(0, 0, 0, 0.26);
    /* background: red;*/
}

.select-text:valid:focus ~ .select-label {
    color: #2962ff;
}

.listdata-btn {
    border-left: 0 !important;
    padding-left: 16px !important;
    margin-left: 25px;
    line-height: 1.7;
}

.listdata-btn div {
    line-height: 1.7;
}

.blue-nav-col-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blue-nav-col-right i {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.blue-bar-sec .material-icons, .blue-bar-sec .dropdown-item span {
    /*margin-right: 10px;*/
}

.blue-bar-heading {
    color: #fff;
    font-weight: 400;
    margin-top: 0.42em;
    margin-bottom: 0;
    font-size: 1.2em;
    /*line-height: 0.5em;*/
    display: inline-block;
    position: relative;

    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 380px;
    min-width: auto;
    white-space: nowrap;
}

.title_wrapper h5 {
    display: flex;
    align-items: center;
    /*color: rgba(0, 0, 0, 0.54);*/
    color: var(--primary);
    margin-bottom: 0;
}

@media screen and (max-width: 800px) {
    .title_wrapper h5 {
        font-size: 14px;
    }
}

.boat_icon {
    color: var(--primary);
    margin-left: 3vw;
    margin-right: 10px;
}

.form_title_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*padding-bottom: 15px;*/
    padding: 5px 5px;
    width: 100%;
}

.form_title_wrapper .title_wrapper h5 {
    padding-left: 15px;
}

button.disableFTSaveButton {
    border: 1px solid #a3a0a0;
}

.disableFTSaveButton {
    cursor: not-allowed;
    fill: grey;
    color: grey;
}

.disableFTSaveButton:hover {
    cursor: not-allowed !important;
}

.disableFTSaveButton .action_wrapper i {
    fill: grey;
    color: grey;
}

.action_wrapper i.disableFTSaveButton {
    fill: grey;
    color: grey;
    cursor: not-allowed;
}

.action_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.action-button .dropdown-item i {
    margin-right: 12px;
}

.action_wrapper i[title="more"]{
    transform: rotate(90deg);
}

.action_wrapper .action-button {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54) !important;
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.action_wrapper .action-button:hover {
    transition: opacity 195ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.action_wrapper .action-button svg {
    width: 28px;
    fill: var(--quaternary);
}

.action-button button {
    margin: 0;
    padding: 0;
}

.action_wrapper .button-label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action_wrapper i {
    /*fill: rgba(0, 0, 0, 0.54);
    color: rgba(0, 0, 0, 0.54);*/
    fill: var(--quaternary);
    color: var(--quaternary);
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.6rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
    vertical-align: middle;
}

.form-settings-dropdown-menu span:hover i {
    color: white;
}

.form-settings-dropdown-menu span i:hover {
    box-shadow: 0 0 7px white;
}

.blue-bar-sec {
    /*margin-bottom: 30px;*/
}

.card-nav-tabs {
    margin-top: 28px;
    margin-bottom: 30px;
    border: 0;
    border-radius: 6px;
    color: rgba(0, 0, 0, .87);
    /* background: #f1f1f1; */
    width: 100%;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
    /* border: 1px solid rgba(0, 0, 0, 0.12); */
}

.card-header {
    color: rgba(0, 0, 0, 0.87);
    /*background-color: #f5f5f5;*/
    background-color: var(--primary);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 3px !important;
    padding: 0 !important;
    border: 0;
    margin-top: -30px;
    line-height: 1;
}

.dashboard .card-header {
    background: #ffffff !important;
    /*border: 1px solid rgba(0, 0, 0, 0.12);*/
    box-shadow: none;
}

.nav-tabs-navigation {

}

.nav-tabs-wrapper .nav-item {
    position: relative;
}

.nav-tabs-wrapper .nav-pills {
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: transparent;
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
    line-height: 1;
}

.registration-form-sub-div .nav-tabs-wrapper .nav-link {
    border: 0;
    /*color: rgba(0, 0, 0, 0.54);*/
    color: #fff;
    font-weight: 500;
    padding: 12px 20px 12px 45px;
    /*text-transform: capitalize;*/
    font-size: 15px;
    margin: 0;
}

.dashboard .registration-form-sub-div .nav-tabs-wrapper .nav-link {
    color: #1b1d1ebf !important;
}

.registration-form-sub-div .nav-pills .nav-link:hover {
    border: 0;
    /*color: #1976d2;*/
    color: #fff;
}

.blue-icon-main:before {
    content: '\E532';
    font-family: "Material Icons";
    display: block;
    position: absolute;
    left: 15px;
    bottom: 16px;
    font-size: 24px;
    /* color: rgba(0, 0, 0, 0.54);*/
    color: #fff;
}

.dashboard .blue-icon-main:before {
    color: #63686cbf !important;
}

.blue-icon-main.active:before {
    content: '\E532';
    font-family: "Material Icons";
    display: block;
    position: absolute;
    left: 15px;
    bottom: 16px;
    font-size: 24px;
    /*color: rgba(25, 118, 210, 1);*/
    color: #fff;
}

.dashboard .registration-form-sub-div .nav-pills .nav-link.active {
    background: none;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.dashboard .registration-form-sub-div .nav-pills li:first-child .nav-link.active {
    border-left: none !important;
}

.dashboard .registration-form-sub-div .nav-pills li:last-child .nav-link.active {
    border-right: none !important;
}

.registration-form-sub-div .nav-pills .nav-link.active {
    /*background-color: transparent;*/
    background: var(--secondary) 100% 100% no-repeat padding-box;
    transition: background-color .3 .2;
    /*color: #1976d2;*/
    color: #fff;
    border: 0;
    font-weight: 500;
    /*padding: 14px 20px 14px 45px;*/
    /*text-transform: capitalize;*/
    font-size: 15px;
    border-radius: 0;
    /* border-bottom: 2px solid var(--primary); */
    margin: 0;
    /* filter: brightness(1); */
    /*font-weight: bold;*/
}

.registration-form-sub-div .card-body {
    padding: 0;
}

.underline-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
    color: var(--primary);
}

.registration-form-sub-div .nav-pills .nav-link.active .underline-wrapper {
    color: var(--primary);
}

/*
###########################################################
  Pagination Start
###########################################################
*/

.pagination_wrapper {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    margin: 15px 0;
}

.pagination_wrapper .disabled {
    opacity: 0.38;
    cursor: not-allowed;
}

.pagination_wrapper .ul-pagintaion {
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
    list-style: none;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

.pagination_wrapper a, .pagination_wrapper li span {
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgba(0, 0, 0, 0.87);
    min-width: 36px;
    margin: 0 3px;
    font-size: 0.875rem;
    width: fit-content;
    box-sizing: border-box;
    text-align: center;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    line-height: 1;
    border-radius: 6px;
    letter-spacing: 0.01071em;
    /*border: 1px solid rgba(0, 0, 0, 0.23);*/
    cursor: pointer;
    display: flex;
    outline: 0;
    padding: 5px;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.paginate_button {
    padding: 0px !important;
}

.pagination_wrapper a:hover {
    color: white !important;
    background-color: var(--secondary);
}


.pagination_wrapper a:hover.disabled {
    opacity: 0.38;
    background: none;
    color: black !important;
}

.pagination_wrapper .ul-pagintaion li .first {
    margin-right: 40px;
}

.pagination_wrapper .ul-pagintaion li .first:after {
    content: '...';
    left: 30px;
    position: absolute;
    margin: 0 15px;
}

.pagination_wrapper .current1 {
    color: white !important;
    background-color: var(--secondary);
}

/*
###########################################################
  Pagination END
###########################################################
*/


.blue-bar-sec {
    /*display: none;*/
    display: block;
}

/*[title]{
    background-color: black;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    padding: 8px;
    font-weight: 500;
}*/
/*
###########################################################
  Table END
###########################################################
*/
.table-responsive {
    /* box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);*/
    width: 100%;
    overflow-x: auto;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    overflow: hidden;
}

.bl_table {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.bl_table tr:last-child {
    border-radius: 0px;
}

.bl_table_msg {
    font-weight: normal;
    color: #ec5c07;
    padding-left: 0.5rem;
    line-height: 1.5rem;
    /*position: absolute;*/
    /*top: -21px;*/
    font-size: 14px;
    line-height: normal;
    vertical-align: super;
    text-decoration: none;
    font-style: normal;
}

.bl_table_msg.formlookup {
    color: white;
}

.bl_table thead {
    display: table-header-group;
}

.bl_table thead tr {
    color: inherit;
    display: table-row;
    outline: 0;
    vertical-align: middle;
    /*border-bottom: 1px solid rgba(224, 224, 224, 1);*/
}

.bl_table thead th {
    color: #fff;
    font-weight: 700;
    line-height: 1rem;
    display: table-cell;
    /*padding: 16px !important;*/
    font-size: 16px;
    text-align: left;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    /*border-bottom: 1px solid rgba(224, 224, 224, 1);*/
    letter-spacing: 0.01071em;
    vertical-align: middle;
    /*background-color: #284a5d96;
    background-color: var(--color);*/
    -webkit-font-smoothing: antialiased;
    font-size: 0.8rem;
    line-height: 1.375rem;
    font-weight: 600;
    letter-spacing: 0.00714286em;
    text-decoration: inherit;
    text-transform: inherit;
    box-sizing: border-box;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    height: 45px;
    background-color: var(--secondary);
    white-space: nowrap;
    width: min-content !important;
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
}

/*.bl_table td .material-icons
{
    font-size: 22px;
    padding-left: 3px;
    padding-right: 3px;
    display: table-cell;
    vertical-align: middle;
}*/

/*.material-icons:hover {*/
/*    color: var(--secondary);*/
/*}*/

.bl_table td {
    display: table-cell;
    /*padding: 6px 16px 6px 16px !important;*/
    font-size: 15px;
    /*color: rgba(0, 0, 0, 0.87);*/
    text-align: left;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    /*font-family: Roboto, sans-serif;*/
    -webkit-font-smoothing: antialiased;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    /*border-bottom: 1px solid rgba(224, 224, 224, 1);*/
    letter-spacing: 0.01071em;
    letter-spacing: 0.0178571em;
    text-decoration: inherit;
    text-transform: inherit;
    box-sizing: border-box;
    /*text-overflow: ellipsis;
    overflow: hidden;*/
    height: 45px;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
    width: min-content !important;
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    white-space: nowrap;

}

.dashboard-table-sec .table-striped .bl_table td {
    width: min-content;
    /*min-width: 100px;*/
    white-space: nowrap;
}

.dashboard-table-sec .table-striped .bl_table th {
    width: min-content;
    /*min-width: 100px;*/
    white-space: nowrap;
}

.dashboard-table-td-tr .dashboard-load-msg {
    padding: 0;
    word-wrap: break-word;
    text-align: center;
}

.dashboard-table-td-tr .dashboard-load-msg > div {
    padding: 30px !important;
}

.dashboard-table-td-tr .dashboard-load-msg > div {
    padding: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #857a7a;
}

.blattachments .bl_table tbody tr {
    border-bottom: 1px solid #ded4d4c7;
}

.bl_table tbody tr {
    color: inherit;
    display: table-row;
    outline: 0;
    vertical-align: middle;
    cursor: pointer;
}

.search-table-wrapper {
    border: 0;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
    width: 100%;
}

.search-wrapper {
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    line-height: 1.1876em;
    letter-spacing: 0.00938em;
}

.search-wrapper:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "\00a0";
    position: absolute;
    transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    pointer-events: none;
}

.search-icon-wrapper {
    height: 0.01em;
    display: flex;
    max-height: 2em;
    align-items: center;
    white-space: nowrap;
    margin-right: 8px;
}

.search-icon-wrapper span {
    width: 1em;
    height: 1em;
    overflow: hidden;
    font-size: 16px;
    flex-shrink: 0;
    user-select: none;
}

.search-table-wrapper input {
    color: currentColor;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 6px 0 7px;
    font-size: 14px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
}

.search-table-wrapper input:focus {
    outline: 0;
}

.search-table-wrapper button {
    cursor: default;
    pointer-events: none;
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 5px;
    overflow: visible;
    font-size: 12px;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    outline: 0;
    border: 0;
}

.search-underline-wrapper {
    position: relative;
}

.search-underline-wrapper:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    border-bottom: 2px solid var(--primary);
    pointer-events: none;
}

.search-underline-wrapper .label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.search-underline-wrapper .label .material-icons {
    font-size: 16px;
}

.filter-wrapper {
    padding: 3px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-wrapper .pagination_wrapper {
    margin: 0;
    padding-right: 15px;
}

/*.filter-wrapper i{
    margin-right: 10px;
    color: rgba(0,0,0,0.54);
}*/
.table-responsive button {
    outline: 0;
    border: 0;

}

.table-responsive button i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev_button {
    position: absolute;
    top: 50%;
    width: 3.2rem;
    height: 3.2rem;
    transform: translateY(-50%, -50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
    left: 8px;
}

.nex_button {
    position: absolute;
    top: 50%;
    width: 3.2rem;
    height: 3.2rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
    right: 8px;
}

/*
###########################################################
  Table END
###########################################################
*/

/*
###########################################################
  ACCORDION START
###########################################################
*/
.accordion-wrapper #accordion-one {
    border-radius: 4px;
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    /* background-color: #fff; */
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    /*box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);*/

}

.tab-pane {
    /*padding-top: 10px;*/
    padding-top: 0px;
    /*background-color: #e8e8e84f;*/
}

.accordion-wrapper #accordion-one .card {
    display: flex;
    /*padding: 0px 24px;*/
    /* min-height: 48px; */
    transition: min-height 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.accordion-wrapper #accordion-one .main-accordion-a {
    display: flex;
    flex-grow: 1;
    border: 0;
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    align-items: center;
    background: #fff;
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
    font-weight: 600;
    /* border-top-left-radius: 8px;
     border-top-right-radius: 8px;*/
    border-radius: 8px;
    cursor: pointer;
}

.accordion-wrapper #accordion-one .main-accordion-a:hover {
    background-color: rgba(241, 244, 247, 0.753);
}

.section-open:checked ~ .section-btn:after {
    content: 'expand_less';
    font-family: 'Material Icons Outlined';
    width: 20px;
    height: 0;
    position: absolute;
    right: 14px;
    top: 8px;
    font-size: 20px;
}

.section-open ~ .section-btn::after {
    content: 'expand_more';
    font-family: 'Material Icons Outlined';
    width: 20px;
    height: 0;
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 20px;
}

.section-open:checked ~ .section-btn:before {
    display: none;
}

.accordion-wrapper #accordion-one .main-accordion-a:before {
    display: none;
}

.section-inner {
    /*padding-top: 20px;*/
}
#listtable .dashboard-table-sec.section-list, .wfactivity-tab-content .dashboard-table-sec.section-list
{
    margin-top: 20px;
}
.tab-content, .dashboard-table-sec {
    /* margin-top: 12px;*/
    /*margin-top: 20px;*/
}

.tabcontent .blsection:first-child
{
    margin-top: 0px !important;
}

.accordion-wrapper .card-body {
    padding: 0;
}

.floating-label-wrap {
    position: relative;
    /*margin-bottom: 1em;*/
    display: flex;
    align-items: center;

}

.floating-label-wrap > i {
    color: rgba(0, 0, 0, 0.54);
}

.floating-label-wraps {
    position: relative;
    display: flex;
    align-items: center;
    height: 35px;

}

.selectfield-for-clear.floating-label-wrap label {
    left: 0px;
}

.floating-label-wrap label {
    font-size: 13px;
    color: #a2aabd;
    font-weight: 500;
    position: absolute;
    left: .5em;
    top: .2em;
    transition: all 0.1s linear;
}

.floating-label-wrap input, .floating-label-wrap textarea {
    background-color: transparent;
    border: none;
    color: black;
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom: 1px solid rgba(190, 190, 190, 0.78);
    font-size: 14px;
    padding: 1.4em 0.6em 0em;
    width: 100%;
    height: 47px;
    outline: none !important;
}

/*.subtable tbody tr.odd.blsubtabletr  input
{
    border-bottom: 1px solid rgb(251 244 244 / 78%);
}*/

.floating-label-wrap input:required, .floating-label-wrap textarea:required {
    border-bottom: 1px solid #d56b0f;
}

.floating-label-wrap textarea {
    height: 82px;
}

.floating-label-wrap input:focus, .floating-label-wrap textarea:focus {
    outline: none !important;
    border: 0;
    box-shadow: none !important;
    /*border-color: #2088cd;*/
    border-bottom: 2px solid var(--primary);
}

.floating-label-wrap textarea {
    padding: 0.2em 0.6em 0.2em;
    resize: none;
    margin-top: 25px;
    white-space: initial;
}

.floating-label-wrap input:focus, .floating-label-wrap textarea:focus {
    outline: none;
    border-bottom: 2px solid var(--primary);
}

.hamburger-icon {
    font-size: 34px;
    color: var(--primary);
}

.floating-label-wrap textarea:focus {
    padding: 0.2em 0.6em 0.2em;
}

.select-text.blinput:read-only {
    height: 45px;
}

.action-icons i {
    cursor: pointer;
}

.action-icons .clickable i {
    top: 0px;
    right: 20px;
    position: absolute;
    color: gray;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

/*.clickable {
  font-family: OpenSans;
  color: #FFFFFF;
  border-radius: 5px;
  position: relative;
  top: 0px;
  transition: all ease 0.3s;
}*/
/*.clickable:hover {
    box-shadow: 0 0 7px white;
    cursor: pointer;
}*/

.floating-label-wrap input:focus + label, .floating-label-wrap input + label.show {
    border-radius: 4px;
    font-size: 11px;
    color: var(--primary);
    left: .5em;
    padding: 0.15em;
    top: -0.5em;
    height: 25px;
    padding-right: 10px;
}

label.field.focused .select-label {
    font-size: 11px !important;
    top: -5px !important;
}

.input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 1.2em;
}

.input-wrapper label {
    max-width: calc(100% - 40px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 0;
    width: auto;
    padding-right: 10px;
    color: var(--label_color);
    /*color: rgba(0,0,0,.6);*/
    font-size: 14px;
    /*font-family: Tahoma,Verdana,Segoe,sans-serif;*/
}

.input-wrapper.form-model label {
    width: auto;
}

.blattachments .floating-label-wrap .action-icons {
    top: 10px;
}

.floating-label-wrap .action-icons {
    position: absolute;
    /*top: 14px;*/
    right: 9px;
    display: flex;
    /*align-items: center;*/
}

.selectfield-for-clear.floating-label-wrap .action-icons {
    top: 22px;
}

.selectfield-for-clear.floating-label-wrap .action-icons {
    right: 20px;
}

.blattachments .input-wrapper input.blinput {
    height: 33px;
    padding-top: 1px;
}

.input-wrapper input.blinput {
    width: 100%;
    border-radius: 0;
    padding-right: 2.5rem;
    text-overflow: ellipsis;
    border-radius: 3px 3px 0 0;
}

.label_title {
    display: block;
    color: rgba(0, 0, 0, .6);
}

.input-wrapper label .clickable {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6px;
    padding-top: 7px;
}

.md-input {
    padding: 12px 16px 14px;
    font-size: 1rem;
    font-weight: 400;
    height: 46px;
    /*border-radius: 4px;*/
}

.md-textarea {
    padding: 12px 16px 14px;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid rgb(222, 226, 230);
    border-radius: 4px !important;
}

.md-select {
    padding: 12px 16px 14px;
    font-size: 1rem;
    height: 46px;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, .38);
    border-radius: 4px !important;
}

.md-input-dense {
    padding: 12px 16px 14px 10px;
    font-size: 1rem;
    font-weight: 400;
    height: 24px;
}

.md-textarea-dense {
    padding: 12px 16px 14px;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, .38);
    border-radius: 4px;
}

.text-black {
    color: rgba(0, 0, 0, .87) !important;
}

.input-wrapper input.noValue + label {
    top: 1em;
}

.input-wrapper input.noValue:focus + label {
    top: -0.5em;
}

.bltooltip {
    padding: 2px 8px;
    font-size: .75rem;
    color: red;
    margin-top: -14px;
    white-space: normal;
    line-height: 1.1;
    max-width: calc(100% - 30px);
    width: auto;
}

.bltooltip-message {
    font-size: .75rem;
    line-height: 1.1;
    max-width: calc(100% - 30px);
    width: auto;
    background: rgb(73, 80, 87);
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
    margin-top: 0px;
    position: fixed;
    z-index: 6;
}

.blsubtabletr td .bltooltip {
    margin-top: 0;
}

.blcustom-tooltip {
    background: #f9f8c9 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    /*min-width: max-content !important;*/
    max-height: 600px !important;
    max-width: 500px !important;
    overflow: auto !important;
    border-radius: 15px !important;
}

.blcustom-tooltip.column-info {
    min-width: max-content !important;
    width: max-content;
}

.blcustom-tooltip-content {
    padding: 7px;
    max-height: inherit;
    max-width: inherit;
    min-width: inherit;
    min-height: inherit;
    width: 100%;
}

.blcustom-tooltip-content .title {
    font-weight: bold;
    font-size: 20px;
}

.floating-label-wrap textarea:focus + span + label, .floating-label-wrap textarea + label.show {
    border-radius: 4px;
    font-size: 11px;
    color: var(--primary);
    left: .5em;
    padding: 0.15em;
    top: -0.5em;
    height: 25px;
    padding-right:10px;
}

.blinput:read-only .blinput:disabled {
    height: 45px;
    background-color: #e9ecef !important;
}

.blinput-info-icon {
    display: none;
}

.field-for-clear:hover > .action-icons > .blinput-info-icon {
    display: inline;
}

.field-for-clear:hover a.blinput-info-icon {
    display: inline;
}

.bladvsearchinput:disabled {
    background-color: #e9ecef;
}

.blsubtabletr td .floating-label-wrap .input-wrapper {
    top: 3px;
    margin-bottom: 0 !important;
}

.subtable-sno-align {
    padding: 0px;
    color: white;
    /*font-family: "Roboto","Helvetica","Arial","sans-serif";*/
    font-size: 16px;
    /*margin-top: 3px; commented for mrformlookup select all showing scroll*/
}

.select-text {
    font-size: 14px;
}

#registration-form-sub-one {
    padding-left: 0;
    padding-right: 0;
}

#registration-form-sub-one .select-wrapper {
    margin-bottom: 10px;
}

.input-label-flot-left {
    left: 0px !important;
    text-align: left;
}

.interaction-modal-contaienr {
    /*   top:15vh!important;*/
}

.interaction-modal-content {
    max-height: 60vh !important;
    overflow-x: auto;
}


/*
###########################################################
  FORM END
###########################################################
*/

/*
###########################################################
  BUTTON END
###########################################################
*/
.filled-button {
    color: #fff;
    background-color: var(--primary);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.filled-button:hover {
    /*   background-color: rgb(17, 82, 147);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
    text-decoration: none;*/
}

.filled-button:hover a, .filled-button a {
    /*color: #fff;*/
}

.back-next-new {
    text-align: right;
    margin-right: 15px;
    margin-bottom: 40px;
    padding: 30px 0 30px 20px;
}

a.md-btn {
    margin-bottom: 10px;
}

.md-btn {
    /*font-family: "Roboto", sans-serif;*/
    font-size: 14px;
    display: inline-block;
    height: 36px;
    min-width: 88px;
    padding: 6px 16px;
    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;
    border: 0;
    border-radius: 2px;
    background: var(--secondary);
    color: #fff;
    outline: 0;
    font-weight: 500;
}

.md-btn:focus {
    background: var(--secondary);
}

.md-btn-raised {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.md-btn-raised:active,  .md-btn-raised:focus{
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}

/* Ripple */
.md-btn-ripple {
    overflow: hidden;
    position: relative;
}

.md-btn-ripple:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    transform: scale(0);
}

@keyframes md-btn-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.md-btn-ripple:hover:after {
    animation: md-btn-ripple 0.6s ease-out;
}

.md-btn-ripple:after {
    visibility: hidden;
}

.md-btn-ripple:focus:after {
    visibility: visible;
}

.md-btn-ripple:hover:after {
    visibility: visible;
}

.outlined-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a9a9a9a3;
    background: transparent;
    /*color: #365576;*/
    color: var(--secondary);
    position: relative;
    /*font-family: "Roboto", sans-serif;*/
    font-size: 13px;
    height: 32px;
    min-width: 60px;
    padding: 8px 12px;
    margin: 10px 5px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-weight: 600;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.outlined-button svg path{
    fill: var(--secondary);
}

.outlined-button > .material-icons {
    font-size: 18px;
}

.outlined-button:moz-focus-inner {
    border: none;
}

.outlined-button::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgb(33, 150, 243);*/
    opacity: 0;
    transition: opacity 0.2s;
}

.outlined-button::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: rgb(33, 150, 243);
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

.outlined-button:hover {
    border: 1px solid var(--secondary);
    background-color: rgba(25, 118, 210, 0.04);
}

.outlined-button:hover::before {
    opacity: 0.04;
}

.outlined-button:focus::before {
    opacity: 0.12;
}

.outlined-button:hover:focus::before {
    opacity: 0.16;
}

.outlined-button:active::after {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

.outlined-button:disabled {
    color: rgba(0, 0, 0, 0.38);
    background-color: transparent;
    cursor: initial;
}

.outlined-button:disabled::before {
    opacity: 0;
}

.outlined-button:disabled::after {
    opacity: 0;
}

.outlined-button i {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -1px;
}

.outlined-button.disableFTSaveButton {
    border: 1px solid grey;
    background: none;
    color: grey;
    opacity: .5;
}

.contained-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
    margin: 5px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--secondary);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.contained-button::-moz-focus-inner {
    border: none;
}

/* Overlay */
.contained-button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    transition: opacity 0.2s;
}

/* Ripple */
.contained-button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: rgb(255, 255, 255);
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.contained-button:hover,
.contained-button:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.contained-button:hover::before {
    opacity: 0.08;
}

.contained-button:focus::before {
    opacity: 0.24;
}

.contained-button:hover:focus::before {
    opacity: 0.3;
}

/* Active */
.contained-button:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.contained-button:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

/* Disabled */
.contained-button:disabled {
    color: rgba(0, 0, 0), 0.38);
    background-color: rgba(0, 0, 0), 0.12);
    box-shadow: none;
    cursor: initial;
}

.contained-button:disabled::before {
    opacity: 0;
}

.contained-button:disabled::after {
    opacity: 0;
}

.contained-button i {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -4px;
}

.contained-button.disableFTSaveButton {
    background: grey;
    color: white;
    opacity: .5;
}

.contained-button svg path{
    fill: white;
}

.text-button {
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    border: none;
    border-radius: 4px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: var(--secondary);
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    line-height: 38px;
}

.text-button::-moz-focus-inner {
    border: none;
}

.text-button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: currentColor;
    opacity: 0;
    transition: opacity 0.2s;
}

.text-button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: currentColor;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

.text-button:hover::before {
    opacity: 0.04;
}

.text-button:focus::before {
    opacity: 0.12;
}

.text-button:hover:focus::before {
    opacity: 0.16;
}

.text-button:active::after {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

.text-button:disabled {
    color: var(--secondary);
    background-color: transparent;
    opacity: 0.38;
    cursor: initial;
}

.text-button:disabled::before {
    opacity: 0;
}

.text-button:disabled::after {
    opacity: 0;
}

.text-button i {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -4px;
}

.text-button.disableFTSaveButton {
    color: grey;
    opacity: .5;
}

.custom-file-wrapper {
    margin: 20px 0;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

/*
###########################################################
  BUTTON END
###########################################################
*/
/*
###########################################################
  FLOATING ACTION BUTTON START
###########################################################
*/
.fixed-action-btn {
    position: fixed;
    z-index: 10;
    min-height: 75px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    width: 36px;
    border-radius: 4px 0 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1976d235;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 30px;
}

.fixed-action-btn.bltab-nav-bg {
    background-color: #8f8f8f59;
}

.fixed-action-btn:hover {
    background-color: var(--secondary);
}

.fixed-action-btn:hover i {
    color: #FFF;
}


.fixed-action-btn ul {
    margin: 0;
    text-align: center;
    padding: 0;
}

.fixed-action-btn li {
    margin: 8px 0;
    list-style-type: none;
}

/*

.fixed-action-btn li:hover a{
    border: 1px solid #ffffff;
}
*/

.fixed-action-btn li a {
    border-radius: 6px;
    background-color: transparent;
    display: flex;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}

.fixed-action-btn li a i {
    color: var(--secondary);
    font-size: 24px;
    width: 100%;
}

/*
###########################################################
  FLOATING ACTION BUTTON END
###########################################################
*/
/*
###########################################################
  CALENDAR START
###########################################################
*/
#calContainerId {
    /* box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);*/
    border-radius: 4px;
    outline: 0;
    display: flex;
    min-width: 310px;
    overflow-x: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 550;
    padding-bottom: 10px;
}

#calContainerId.aside-formlookup {
    max-width: 260px;
}

#calContainerId .calCell {
    width: 32px;
    height: 32px;
    margin: 0 2px;
    padding: 0;
}

#weekDays .calCell {
    color: rgba(0, 0, 0, 0.38) !important;
    width: 32px;
    margin: 0 2px;
    text-align: center;
    font-size: 0.75rem;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.03333em;
    cursor: text !important;
    padding-top: 5px;
    min-width: fit-content;
}

#weekDays .calCe {
    color: rgba(0, 0, 0, 0.38) !important;
}

#calContainerId #weekDays .calCell:hover {
    background-color: transparent;

}

.caltd {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    width: 36px;
    height: 36px;
    border: 0 !important;
    margin: 0 2px;
    padding: 0;
    font-size: 14px;
    flex: 0 0 auto;
    overflow: visible;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    outline: 0;
    position: relative;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

#calContainerId .calCell:not(:empty):hover {
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.floating-label-wrap .today-icon i.position-absolute {
    display: none;
}

.floating-label-wrap:not(.custom-file):hover .today-icon i.position-absolute {
    display: block;
    left: -2px;
    top: auto;
}

.select-date-form .today-icon i.position-absolute {
    display: none;
}

.select-date-form .today-icon:hover i.position-absolute {
    display: block;
}

.search-field .today-icon i.search-timer-icon {
    display: none;
}

.search-field:hover .today-icon i.search-timer-icon {
    position: absolute;
    display: block;
    top: auto;
}

.bl-form-field-wrapper span.today-icon i {
    display: none;
}

.bl-form-field-wrapper:hover span.today-icon i {
    display: block;
    left: -2px;
    top: 15px;
}

.div_col_search .floating-label-wrap i.clear-icon {
    color: rgba(0, 0, 0, 0.2);
}

.div_col_search .floating-label-wrap i.search-timer-icon {
    opacity: 0;
}

.div_col_search .floating-label-wrap:hover i.search-timer-icon {
    right: 22px;
    opacity: 1;
}

.search-timer-icon {
    order: -1;
    margin-left: -2px;
    margin-right: 2px;
}

#hourId::parent {
    border: none !important;
}

div < #hourId {
    border: none !important;
}

#hourId:checked ~ div {
    border: none !important;
}

#hourId, #monthId, #yearId, #minsId, #secsId {
    background: #fff;
    padding: 0px;
}

/*
###########################################################
  CALENDAR END
###########################################################
*/
/*
###########################################################
  Modal Start
###########################################################
*/

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
    padding: 15px 30px;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 0;
    padding: 8px;
    background: #fff;
    /*border-top: 1px solid rgba(0,0,0,0.12);*/
}

.modal-footer button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-footer button i {
    margin-left: 10px;
}

.modal-footer-center {
    display: flex;
    justify-content: center !important;
}

.modal-content {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
}

.blmodal-content {
    padding: 30px 30px 10px 30px;
}

.blwfmodal-pos .blmodal-content {
    overflow-y: scroll !important;
    max-height: 500px !important;
}

.modal-header h5 {
    margin-bottom: 0;
}

.close-button {
    outline: 0;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-decoration: none;
    width: 34px;
    height: 34px;
}

.close-button:hover {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.calCe {
    border-bottom: 1px solid transparent;
    padding: 0.2em;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 32px;
    cursor: pointer;
    border-left: 1px solid transparent;
    color: black;
}

.search-label {
    height: auto;
    margin-bottom: 0;
}

.dashboard-table-sec .table-responsive > table > thead > tr > th {
    font-size: 15px;
    padding: 6px 24px 6px 16px !important;
}

.main-accordion-body .inside-table {
    margin: 0;
    padding: 0;
}

.main-accordion-body:focus {
    border: 1px solid var(--focus_color);
    border-radius: 8px;
}

.material-collapsible-table {
    width: 100%;
    overflow-x: auto;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}

.material-collapsible-table table {
    width: 100%;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
}

.main-accordion-body .material-collapsible-table table.dataTable thead th {
    border: none;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    font-size: 15px;
}

.material-collapsible-table thead th {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    line-height: 1.5rem;
    display: table-cell;
    padding: 0px;
    font-size: 16px;
    text-align: left;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    vertical-align: inherit;
    background: #fff;
    border: none;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    min-width: 70px;
}

.material-collapsible-table thead th:nth-child(1), .material-collapsible-table thead th:nth-child(2) {
    min-width: 10px;
    /*width: 10px;*/
}

.material-collapsible-table thead th:nth-last-child(1), .material-collapsible-table thead th:nth-last-child(2) {
    min-width: 20px;
    width: 20px;
}

.main-accordion-body table.dataTable.display tbody tr > td {
    font-size: 14px;
}

.main-accordion-body .search-td {
    padding: 0 6px !important;
}

.main-accordion-body .material-collapsible-table td.details-control {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.main-accordion-body .material-collapsible-table td.delete-control {
    width: 20px !important;
    padding: 5px !important;
}

.close-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.close-filter img {
    color: rgba(0, 0, 0, 0.54);
    width: 24px;
}

.close-filter:hover img {
    color: var(--primary);
}

table#list_tab thead tr td.col_search-td i.lookup-icon {
    font-size: 16px;
}

.lookup-icon {
    /*z-index: 1;*/
    font-size: 18px;
    color: rgba(0, 0, 0, 0.54);
}

.clear-icon {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.54);
}

.main-accordion-body .material-collapsible-table td.details-control span {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 3px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;

}

.close-record {
    width: 20px !important;
    padding: 10px 5px !important;
    vertical-align: text-top !important;
}

.close-record i {
    color: rgba(0, 0, 0, 0.54);
}

.close-record i:hover {
    color: var(--primary);
}

.main-accordion-body .material-collapsible-table td.details-control span svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.main-accordion-body .material-collapsible-table td.details-control:hover span {
    background-color: rgba(0, 0, 0, 0.04);
}

.main-accordion-body tr.shown td.details-control {

}

.main-accordion-body .material-collapsible-table tr.shown {
    border-bottom: none;

}

.main-accordion-body .material-collapsible-table tr.shown .accordion-icon {
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.main-accordion-body .section-inner {
    padding-top: 0;
}

.action-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.delete-control:hover i {
    color: var(--primary);
}

.col_search {
    padding-top: 0px !important;
    /*height: 1.5rem !important;*/
    border: 0;
    outline: 0;
    border-bottom: 1px solid #dad9d9;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
}

.col_search:focus {
    box-shadow: none !important;
    outline: 0;
    border: 0;
    border-bottom: 1px solid var(--primary);
}

.div_col_search .field:focus-within{
    border-bottom: 1px solid #80808099 !important;
}

.ml-floating-btn {
    width: 36px;
    height: 36px;
    display: block;
    padding: 0;
    font-size: 0.875rem;
    min-width: 0;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    min-height: 36px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 500;
    line-height: 1.75;
    border-radius: 50%;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    background-color: #63a4ff;
    color: #fff;
    cursor: pointer;
}

.ml-floating-btn:hover {
    background-color: rgb(17, 82, 147);
}

.ml-floating-btn:hover i {
    color: #fff;
}

.main-accordion-body {
    background: #fff;
    border: 1px solid white;
}

.ml-floating-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 32px;
}

.main-accordion-body .delete-control {
    background-color: #fff;
}

.material-collapsible-table td.details-control:hover::before {
    background-color: rgba(0, 0, 0, 0.04);
}

.material-collapsible-table table tbody tr {
    background-color: #fff;
    /*border-bottom: 1px solid rgba(224, 224, 224, 1);*/
}

.material-collapsible-table .bl_table tbody tr:nth-of-type(odd), .material-collapsible-table .bl_table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

/*
###########################################################
    BLSUBTABLE END
###########################################################
*/
/*
###########################################################
    Landing Page Table Start
###########################################################
*/
.landing-page-table {
    width: 100%;
    overflow-x: auto;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;

}

.landing-page-table table {
    width: 100%;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
}

.landing-page-table thead {
    display: table-header-group;
}

.landing-page-table thead tr {
    color: rgba(0, 0, 0, 0.87);
    display: table-row;
    outline: 0;
    vertical-align: middle;
}

.landing-page-table thead th {
    color: #fff;
    background-color: #4a91a8;
    font-weight: 500;
    line-height: 1.5rem;
    display: table-cell;
    padding: 6px 24px 6px 16px;
    font-size: 16px;
    text-align: left;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
}

.landing-page-table tbody {
    display: table-row-group;
}

.landing-page-table tbody tr {
    color: inherit;
    display: table-row;
    outline: 0;
    vertical-align: middle;
}

.landing-page-table tbody td {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: 400;
    padding: 6px 24px 6px 16px;
}

.landing-page-table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.landing-page-table tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

/*
###########################################################
    Landing Page Table END
###########################################################
*/
/*
###########################################################
    Lookup Start
###########################################################
*/
.lookup-body {
    /* padding: 0 15px;*/

}

.aside-formlookup .pagination_wrapper {
    margin: 15px;
}

.lookup-content {
    max-width: 70vw;
    overflow: auto;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 24px 0;
    /*min-height: 492px;*/
}

.lookup-content.lookup_without_label {
    min-height: fit-content;
}

.table-wrapper {
    border-radius: 4px;
    margin: 15px 15px 0;
}

.table-wrapper table {
    margin-bottom: 0;
    z-index: 3;
    width: 100%;
}

.table-wrapper tbody tr {
    cursor: pointer;
}

.table-wrapper tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.table-wrapper td {
    font-size: 15px !important;
    /*padding: 8px 16px;*/
}

.close-formlookup {
    position: relative;
    right: 0px;
    top: -11px;
    width: 26px;
    height: 3px;
    opacity: 0.3;
    float: right;
    margin-top: 11px;
    border: 1px solid transparent;
}

.close-formlookup:hover {
    opacity: 1;
}

.close-formlookup:before, .close-formlookup:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
    top: 2px;
}

.close-formlookup:before {
    transform: rotate(45deg);
}

.close-formlookup:after {
    transform: rotate(-45deg);
}

.close-lookup {
    position: absolute;
    right: 8px;
    top: 10px;
    width: 34px;
    height: 34px;
    opacity: 0.3;
    float: right;
}

.close-lookup:hover {
    opacity: 1;
    border: 1px solid white;
}

.close-lookup:before, .close-lookup:after {
    position: absolute;
    right: 15px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
    top: 9px;
}

.close-lookup:before {
    transform: rotate(45deg);
}

.close-lookup:after {
    transform: rotate(-45deg);
}

.aside-lookup .pagination_wrapper li, .aside-formlookup .pagination_wrapper li {
    margin: 0;
}

.aside-lookup .pagination_wrapper a, .aside-formlookup .pagination_wrapper a {
    margin: 0 4px;
    border: 0;
    border-radius: 4px;
    width: 20px;
    height: 28px;
    padding: 14px 18px;
}

.paginate_button.not-allowed {
    opacity: 0.38;
    cursor: not-allowed;
}

.pagination_wrapper a:hover.not-allowed {
    background: none;
    opacity: 0.38;
    color: black !important;
    cursor: not-allowed !important;
}

.pagination_wrapper a:hover.not-allowed i.material-icons {
    cursor: not-allowed !important;
}

.aside-lookup .pagination_wrapper .ul-pagintaion li .first, .aside-formlookup .pagination_wrapper .ul-pagintaion li .first {
    margin-right: 20px;
}

.aside-lookup .pagination_wrapper .ul-pagintaion li .first:after, .aside-formlookup .pagination_wrapper .ul-pagintaion li .first:after {
    content: '...';
    left: 26px;
    margin: 0 10px;
}

.bladvsearchlookupimgover {
    width: 20px;
    position: absolute;
    padding: 1px 3px 3px;
    right: 15%;
    top: 53%;
    text-overflow: ellipsis;
}

.float-list-cols .div_col_search {
    width: 100%;
}

.div_col_search {
    /* display: flex;*/
    align-items: center;
}

.div_col_search:hover {
    background-color: white;
}

.div_col_search.disabled {
    background-color: #e9ecef !important;
    opacity: 1;
    border-bottom: none;
    height: 37px;
}

.div_col_search_td {
    padding-bottom: 0px !important;
    overflow: visible;
}

.div_col_search input {
    border-bottom: none !important;
    padding: 0;
    height: 37px;
    border-bottom: 0;
    text-overflow: ellipsis;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.div_col_search select {
    padding: 0;
    height: 34px;
    text-overflow: ellipsis;
    min-width: 100px;
}

.div_col_search .aside-formlookup {
    min-width: 280px;
}

.bllookupimgover-search {
    width: 20px;
    position: absolute;
    /*padding: 1px 3px 3px;*/
    right: 16px;
    top: 7px;
}

.bllookuptr {
    text-align: left;
}
.lookup-row-selected
{
    background: #0098ff26 !important;
}
.bllookuptr:hover {
    /*background-color:#f5f5f5 !important;*/
    background-color: var(--secondary) !important;
    color: white !important;
    /* font-weight: bold;
    background-color: rgba(0,0,0,.04);*/
    cursor: pointer;
}

tr.bllookuptr:nth-of-type(odd):hover {
    /*background-color: var(--secondary) !important;*/
}

.bllookuptr:hover td {
    /* color: white !important;*/
}

.active-bllookuptr {
    background-color: var(--secondary) !important;
    color: white !important;
    font-weight: bold;
    transition: background-color .2s ease-in-out;
}

.active-bllookuptr td {
    color: white !important;
}

.active-navigate {
    background-color: var(--secondary) !important;
    color: white !important;
    font-weight: bold;
}

.active-menu-li {
    background-color: var(--secondary) !important;
    color: white !important;
}

.menu ul .dropdown-submenu .active-menu-li span.material-icons{
    display: block;
    color: white;
}

.menu ul .dropdown-submenu span.material-icons{
    display: none;
    font-size:20px;
    position:absolute;
    right:0;
}

.active-menu-li .span {
    color: white !important;
}

/*
###########################################################
    Stcol Start END
###########################################################
*/
/*
###########################################################
    Form Lookup Start
###########################################################
*/
.aside-lookup {
    padding: 0;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;
    width: 28rem;
    border-radius: 4px;
}

.lookup-header {
    margin: 0px;
    padding: 12px 24px;
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    align-items: center;
}

.lookup-header h5 {
    margin-bottom: 0;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.0075em;
    color: rgba(0, 0, 0, 0.87);
}

.lookup-header a, .lookup-header a:hover {
    color: rgba(0, 0, 0, 0.87);
}

.blformlookup {
    position: relative;
}


.aside-formlookup {
    padding: 0;
    min-width: 600px;
    position: fixed !important;
    max-width: 800px !important;
    /*width: 100%;*/
    min-height: max-content;
    height: fit-content;
}

.aside-formlookup:focus {
    border: 0px !important;
}

.close-formlookup {
    position: absolute;
    right: 16px;
    top: -6px;
    width: 34px;
    height: 34px;
    opacity: 0.3;
    float: right;
    padding: 0 10px;
}

.close-formlookup:hover {
    opacity: 1;
    top: -6px;
    border: 1px solid white;
    cursor: pointer;
}

.close-formlookup:before, .close-formlookup:after {
    position: absolute;
    right: 16px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
    top: 9px;
}

.close-formlookup:before {
    transform: rotate(45deg);
}

.close-formlookup:after {
    transform: rotate(-45deg);
}

.blformlookup-header {
    cursor: default;
    background: #fff !important;
    color: rgba(0, 0, 0, 0.54);
    text-align: left;
    color: white !important;
}

.search_lookup {
    padding: 6px 16px;
}

.table-wrapper tbody tr {
    border-bottom: 0 !important;
}

.blformlookup-header td {
    padding: 2px 16px !important;
    border: none;
    border-bottom: 1px solid rgba(224, 224, 224, 1) !important;
    font-size: 15px;
    font-weight: 500;

    color: #292f4b;
}

.formlookupoverflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px !important;
    padding: 6px 16px;
}

/*
###########################################################
    Form Lookup END
###########################################################
*/


/*
###########################################################
   Select Start
###########################################################
*/

label.field {
    border-radius: 2px;
    display: block;
    width: 100%;
    padding: 6px 0 0 0;
    opacity: 0;
    position: relative;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    font-size: 14px;
    color: var(--label_color);
    font-weight: 500;
    margin-bottom: 0em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}

label.field span {
    color: inherit;
    display: block;
    font-size: 13px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    left: 0;
    letter-spacing: 0.7px;
    pointer-events: none;
    position: absolute;
    top: 18px;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transition-property: color, font-size, top;
    transition-property: color, font-size, top;
    z-index: 0;
}

label.field span.required::after {
    color: inherit;
    content: "*";
    display: block;
    height: 20px;
    left: -20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

.error label.field span {
    color: #F02318;
}

.bldropdown label.field .psuedo_select {
    min-width: 130px;
    border-bottom: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    line-height: 1.75;
}

.bldropdown .select-label {
    font-size: 13px;
    top: 17px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    line-height: 1.75;
}

.bldropdown [data-value="undefined"] .select-label {
    color: #fff;
}

label.field .psuedo_select {
    background: rgba(255, 255, 255, 0);
    position: relative;
    color: #666;
    cursor: pointer;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin: 20px 0 0 0;
    /*min-width: 250px;*/
    padding-top: 20px;
    outline: 0;
}

.selectfield-for-clear.floating-label-wrap label.field .psuedo_select {
    position: inherit;
}

label.field .psuedo_select::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    content: '';
    height: 0;
    width: 0;
    color: rgba(0, 0, 0, 0.54);
    position: absolute;
    top: 20%;
    right: 8px;
    -webkit-transition-property: background;
    transition-property: background;
}

.selectfield-for-clear.floating-label-wrap label.field .psuedo_select::after {
    top: 0;
}

.dashboard label.field .psuedo_select::after {
    right: -1.2em !important;
}

label.field .psuedo_select .selected {
    height: 20px;
    left: 7px;
    line-height: 20px;
    opacity: 0;
    position: absolute;
    top: -3px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    will-change: transform;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
}

#img_category .blselect-wrapper {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    padding-right: 10px;
    width: 90%;
    overflow: hidden;
}

label.field .psuedo_select ul {
    background: #fff;
    box-shadow: 0 3px 10px #adadad;
    display: block;
    height: auto;
    list-style: none;
    margin-top: 1px;
    /*opacity: 0;*/
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    -webkit-transition-property: height, opacity;
    transition-property: height, opacity;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    user-select: none;
    /*transition: 0.2s ease;*/
    text-align: left;
    border-radius: 0 0 4px 4px;
}

label.field.focused {
    height: auto !important;
}

label.field .psuedo_select ul li {
    line-height: 1.5;
    padding: 6px 16px;
    cursor: pointer;
    font-size: 14px;
}

label.field .psuedo_select ul li:not(.active-element):hover {
    background-color: rgba(224, 224, 224, 0.3);
}

.clear-ext-btn {
    font-size: 14px;
    color: var(--quaternary);
    width: 1em !important;
    height: 1em;
    padding: 12px;
}

label.field .deselect {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -1;
}

label.field.focused {
    color: var(--primary);
}

label.field.focused .psuedo_select {
    border-color: var(--primary);
}

label.field.focused .psuedo_select::after {
    background: url("data:image/svg+xml;utf8,<svg fill='#007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
}

label.field.focused .psuedo_select ul {
    opacity: 1;
    pointer-events: all;
}

/*
###########################################################
   Select End
###########################################################
*/
/*
###########################################################
   Confirmation Modal Start
###########################################################
*/
.conmodal-body {
    text-align: center;
    margin: 10px;
    font-size: 18px;
}

.conmodal-body .button-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 5px 15px;
}

.blmodal-content .button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 20px;
}

.blmodal-wrapper {
    z-index: 2;
    transition: top 0.8s ease 0.2s, box-shadow 0.5s ease;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.14), 0 16px 24px 2px rgba(0, 0, 0, 0.098), 0 6px 30px 5px rgba(0, 0, 0, 0.084);
}

/*
###########################################################
   Conformation Modal End
###########################################################
*/
/*
###########################################################
   Expandable div Start
###########################################################
*/
.c-expandable {
    position: relative;
    overflow: hidden;
    max-height: 250px;
    transition: max-height 1s;
    -webkit-transition: max-height 1s;
}

.c-expandable .icon-open {
    opacity: 1;

}

.c-expandable .icon-close {
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.c-expandable__body {
    padding-bottom: 60px;
}

.c-expandable.is-expanded .icon-open {
    opacity: 1;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.c-expandable.is-expanded .icon-close {
    opacity: 1;

}

.c-expandable__trigger {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 10px 0;
}

.c-expandable:not(.is-expanded)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);

}

/*
###########################################################
   Expandable div End
###########################################################
*/
/*
###########################################################
   Login Start
###########################################################
*/
.login-error {
    font-size: 16px;
    color: red;
    position: relative;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}
.login-success {
    font-size: 16px;
    color: green;
    position: relative;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.login-expire {
    font-size: 16px;
    color: white;
    position: relative;
    /*background-color: white;*/
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.login-button {
    border-radius: 5px;
    box-shadow: 0 3px 4px #8abfff;
    background-image: linear-gradient(to right, #7bc3f6, #3946a1, #7bc3f6);
    background-size: 200%;
    width: 250px;
    border: none;
    outline: none;
    transition: .3s ease-in-out;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.login-button:hover {
    background-position: right;
}

.login-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
}

.login-btn-wrapper a {
    font-size: 18px;
    cursor: pointer;
    color: #7bc3f6;
    padding-top: 20px;

}

.login-form label {
    padding-left: 1.4em;
}

.login-form i {
    display: flex;
    align-items: center;
    color: var(--primary);
}

.login-form .floating-label-wrap input:focus {
    border-bottom: 2px solid var(--primary);
}

.login-form .floating-label-wrap input:focus + label, .login-form .floating-label-wrap input + label.show {

    left: 1.8em;
    padding: 0.15em;
    top: -0.5em;
    height: 25px;
}

.gradient-title {
    color: transparent;
    font-weight: bold;
    background-image: linear-gradient(to right, #7ba6f6, #3969a1);
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 60px;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: antiquewhite;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label {
    top: -30px;
    left: 0;
    font-size: 12px;
    line-height: 1.07142857;
}

.iportman-logo2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 5%;
}

.iportman-logo2 img {
    width: 100%;
}

.login-box-layout {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #03030329;
    border: 2px solid #0072BC;
    opacity: 1;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.login-box-layout .row {
    margin-right: -45px;
}

.loginaccount-icon {
    background: transparent url('/pos/web/assets/img/app/navigation/account.svg') 0% 0% no-repeat padding-box;
    left: 10px;
    top: 20px;
    position: absolute;
    width: 18px;
    height: 17px;
    fill: red;
}

.loginpwd-icon {
    background: transparent url('/pos/web/assets/img/app/navigation/password.svg') 0% 0% no-repeat padding-box;
    left: 10px;
    top: 18px;
    position: absolute;
    width: 18px;
    height: 16px;
}

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.login100-form-title {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bolder;
}

.login100-form-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.login100-form-avatar img {
    width: 100%;
}

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.login100-form-title {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bolder;
}

.login100-form-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.login100-form-avatar img {
    width: 100%;
}

.limiter {
    width: 102%;
    margin: 0 auto;
    position: relative;
}

.container-login100 {
    width: 70%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    float: right;
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0.9;
}

.wrap-login100 {
    width: 390px;
    background: transparent;
}

.login-box-layout {
    width: auto;
}

.login-box-layout {
    height: auto;
    border: 3px solid var(--primary);
}

.container-login100-form-btn {
    margin-top: 15px;
}

.container-login100 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    float: right;
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.container-login100-form-btn a {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.wrap-login100 {
    width: 390px;
    background: transparent;
}

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.login100-form-title {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bolder;
}

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 15px;
}

.validate-input {
    position: relative;
    width: 100%;
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.container-login100-form-btn a {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.input100 {
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    display: block;
    width: 100%;
    background-color: white;
    height: 36px;
    border-radius: 5px;
    padding: 0 30px 0 53px;
    margin-top: 10px;
    border: transparent;
}

.login100-form-btn {
    background: #71C5FC 0% 0% no-repeat padding-box;
    border-radius: 8px;
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    border: none;
}

.loginpage-bottomLabel a, .loginpage-bottomLabel-1 a {
    color: white;
    font-size: 15px;
    display: block;
    margin: 5px;
    cursor: pointer;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}

.register-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
}

.register-wrapper a {
    margin-right: 5px;
}

.register-now {
    background: #0072BC 100% 100% no-repeat padding-box;
    border: 1px solid #0072BC;
    border-radius: 16px;
    font-size: 14px;
    color: #fff;
    padding: 5px 12px;
}

.register-now:hover {
    color: #fff;
}

.not-registered:hover {
    color: #fff;
}

.not-registered {
    font-size: 14px;
    color: #fff;
}

/*
###########################################################
   Login End
###########################################################
*/
/*
###########################################################
   Toast Start
###########################################################
*/
.toasted {
    color: #fff;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important;
    border-radius: 4px !important;
    margin: 10px auto !important;
}

.toasted i {
    font-size: 24px;
}

.toasted.toast-msg.outline.warning {
    color: orange;
    border: 1px solid orange;
}

.toast-fullscreen-container {
    display: none;
    position: fixed;
    top: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(17, 13, 13, 0.5);
    width: 100%;
}

.toast-msg {
    width: max-content !important;
    margin-left: 30%;
    max-width: 45% !important;
    display: inline-block;
    word-break: break-all !important;
}

/*
###########################################################
   Toast End
###########################################################
*/
/*
###########################################################
   Chat Start
###########################################################
*/
#chat-trigger {
    display: none;
}

#chat-trigger:checked ~ .chat-box {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    transition-delay: .5s;
}

#chat-trigger:checked ~ .chat-box .chat-header-icon {
    width: 300px;
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
    transition: .5s border-radius ease-in-out 0s,
    .5s width ease-in-out 0s,
    .5s box-shadow ease-in-out .5s;
}

#chat-trigger:checked ~ .chat-box .chat-header-icon .close-icon {
    opacity: 1;
    transition: .5s opacity ease-in-out .5s, .25s color ease-in-out 0s;
}

#chat-trigger:checked ~ .chat-box .chat-header-icon .user-name {
    left: 0;
    opacity: 1;
    transition: .5s left ease-in-out .5s, .5s opacity ease-in-out .65s;
}

#chat-trigger:checked ~ .chat-box .chat-area {
    height: 300px;
    width: 300px;
    transition: .5s height ease-in-out .5s,
    .5s width linear 0s;
}

#chat-trigger:checked ~ .chat-box .chat-area .chat-content {
    width: 300px;
    transition: 0s width .5s,
    .25s left ease-in-out;
}

#chat-trigger:checked ~ .chat-box .chat-area .chat-buttons {
    width: 300px;
    transition: 0s width .5s;
}

#chat-trigger:checked ~ .chat-box .quote-icon-close {
    left: -50px;
    opacity: 1;
    box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
    transition: .25s background-color ease-in-out 0s,
    .5s box-shadow ease-in 0s,
    0s opacity ease-in 0s,
    .5s left ease-in 0s;
}

.chat-box {
    position: absolute;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 0 0 0 transparent;
    transition: .5s box-shadow ease-in-out;
    transition-delay: 0s;
}

.chat-box .chat-header-icon {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    overflow-x: hidden;
    background-color: var(--primary);
    color: #d2ebde;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
    transition: .5s border-radius ease-in-out .5s,
    .5s width ease-in-out .5s,
    .5s box-shadow ease-in-out 0s;
}

.chat-header-icon h5 {
    margin-bottom: 0;
    padding-left: 10px;
}

.chat-box .chat-header-icon .close-icon {
    margin-bottom: 0;
    width: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    opacity: 0;
    transition: .5s opacity ease-in-out 0s,
    .25s color ease-in-out 0s;
}

.chat-box .chat-header-icon .close-icon:hover {
    cursor: pointer;
    color: #fff;
}

.chat-box .chat-header-icon .close-icon .user-name {
    position: absolute;
    top: 0;
    left: -125px;
    bottom: 0;
    padding-left: 10px;
    min-width: 40px;
    color: #d2ebde;
    font-size: 13px;
    line-height: 40px;
    opacity: 0;
    transition: .5s left ease-in-out .15s,
    .5s opacity ease-in-out 0s;
}

.chat-box .chat-area {
    display: block;
    position: relative;
    overflow: hidden;
    width: 0%;
    height: 0px;
    background: #fff;
    border-bottom: 0px solid transparent;
    transition: .4s height ease-in-out 0s,
    .5s width linear .5s;
}

.chat-box .chat-area [name='chat-switch'] {
    display: none;
}

.chat-box .chat-area #contacts:checked ~ .chat-content .scroll-container {
    left: 0%;
}

.chat-box .chat-area #contacts:checked ~ .chat-buttons .contacts:hover {
    background-color: #fff;
}

.chat-box .chat-area #contacts:checked ~ .chat-buttons .contacts i {
    background-position: -80px 1px;
}

.chat-box .chat-area #contacts:checked ~ .chat-buttons .active-line {
    left: 0;
}

.chat-box .chat-area #conversations:checked ~ .chat-content .scroll-container {
    left: -100%;
}

.chat-box .chat-area #conversations:checked ~ .chat-buttons .conversations:hover {
    background-color: #fff;
}

.chat-box .chat-area #conversations:checked ~ .chat-buttons .conversations i {
    background-position: -40px 1px;
}

.chat-box .chat-area #conversations:checked ~ .chat-buttons .active-line {
    left: 33.3333%;
}

.chat-box .chat-area #calls:checked ~ .chat-content .scroll-container {
    left: -200%;
}

.chat-box .chat-area #calls:checked ~ .chat-buttons .calls:hover {
    background-color: #fff;
}

.chat-box .chat-area #calls:checked ~ .chat-buttons .calls i {
    background-position: -120px 1px;
}

.chat-box .chat-area #calls:checked ~ .chat-buttons .active-line {
    left: 66.6667%;
}

.chat-box .chat-area .chat-content {
    position: relative;
    left: 0%;
    width: 0;
    height: 259px;
    overflow: hidden;
    transition: 0s width linear .5s, .25s left ease-in-out;
}

.chat-box .chat-area .chat-content .scroll-container {
    position: relative;
    width: 300%;
    height: 100%;
    transition: .25s left ease-in-out;
}

.chat-box .chat-area .chat-content .contact-content {
    float: left;
    width: 300px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
}

.chat-box .chat-area .chat-content .contact-content .overflow {
    width: 100%;
    height: 125%;
}

.chat-box .chat-area .chat-content .conversation-content {
    float: left;
    width: 300px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
}

.chat-box .chat-area .chat-content .conversation-content .nameMsg {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
}

.chat-box .chat-area .chat-content .conversation-content .nameMsg .name, .chat-box .chat-area .chat-content .conversation-content .nameMsg.msg {
    display: block;
}

.chat-box .chat-area .chat-content .conversation-content .nameMsg .name {
    margin-bottom: 5px;
}

.chat-box .chat-area .chat-content .conversation-content .nameMsg .msg {
    font-size: 11px;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-box .chat-area .chat-content .conversation-content .time {
    display: inline-block;
    width: 67px;
    text-align: right;
    color: #404040;
    font-size: 12px;
}

.chat-box .chat-area .chat-content .calls-content {
    float: left;
    width: 300px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
}

.chat-box .chat-area .chat-content .calls-content .namePhone {
    display: inline-block;
    vertical-align: middle;
}

.chat-box .chat-area .chat-content .calls-content .namePhone .name {
    display: block;
    margin-bottom: 5px;
}

.chat-box .chat-area .chat-content .calls-content .namePhone .tel {
    display: block;
    color: #fff;
    font-size: 10px;
}

.chat-box .chat-area .chat-content .user {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    transition: .5s background-color ease-in-out;
    display: flex;
    align-items: center;
}

.chat-box .chat-area .chat-content .user i {
    margin-right: 10px;
}

.chat-box .chat-area .chat-content .user .icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    margin-right: 5px;
    background-position: 0 0;
}

.chat-box .chat-area .chat-content .user .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: 0;
    color: #404040;
}

.chat-box .chat-area .chat-content .user:hover {
    cursor: pointer;
    background-color: #f2f2f2;
}

.chat-box .chat-area .chat-buttons {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 41px;
    border-top: 1px solid #ebebeb;
    transition: 0s width linear .5s;
}

.chat-box .chat-area .chat-buttons label {
    float: left;
    width: 33.3333%;
    background-color: #fff;
    transition: .5s background-color ease-in-out;
}

.chat-box .chat-area .chat-buttons label:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.chat-box .chat-area .chat-buttons .contacts i {

    display: block;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    content: '/E7FB';
    font-family: "Material Icons"
}

.chat-box .chat-area .chat-buttons .conversations i {
    display: block;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    content: '/E0B7';
    font-family: "Material Icons";
}

.chat-box .chat-area .chat-buttons .calls i {
    display: block;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    content: "/E0B0";
    font-family: "Material Icons";
}

.chat-box .chat-area .chat-buttons .active-line {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 33.3333%;
    background-color: var(--primary);
    transition: .25s left ease-in-out;
}

.chat-box .chat-area .chat-buttons .clear {
    clear: both;
}

.chat-box .quote-icon-close {
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 40px;
    width: 40px;
    background-color: var(--primary);
    border-radius: 20px;
    content: '/E0CA';
    display: block;
    font-family: "Material Icons";
    color: #fff;
    margin-bottom: 0;
    box-shadow: 0 0 0 0 transparent;
    transition: .25s background-color ease-in-out 0s,
    .5s box-shadow ease-out 0s,
    .4s left linear .4s;
}

.chat-box .quote-icon-close:hover {
    cursor: pointer;
}

.chat-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    z-index: 5;
    cursor: pointer;
}

.chat-button i {
    line-height: 60px;
}


/*
###########################################################
   Chat End
###########################################################
*/

.dropdown-menu li .dropdown-item i {
    margin-right: 5px;
}

.dropdown-submenu span {
    margin-right: 10px;
}

.dropdown-item.menu-flex {
    /*display: flex;*/
}

.menu-flex span {
    padding-left: 5px;
}

.menuDropdownIcon {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-left-color: #ccc;
    margin-top: 10px;
    margin-right: -6px;
}

.autocomplete-items-index-file div {
    padding: 10px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.87);
    border-bottom: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.autocomplete-items-index-file {
    border: 0;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}


/*
###########################################################
   Ripple Start
###########################################################
*/


[ripple] {
    position: relative;
    overflow: hidden;
}

[ripple] .ripple--container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

[ripple] .ripple--container span {
    transform: scale(0);
    border-radius: 100%;
    position: absolute;
    opacity: 0.75;
    background-color: rgba(33, 150, 243, 0.5);
    animation: ripple 1000ms;
}

@keyframes ripple {
    to {
        opacity: 0;
        transform: scale(2);
    }
}


/*
###########################################################
   Ripple End
###########################################################
*/

.menuDropdownIcon {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 0;
    margin-right: -6px;
    right: 20px;
    position: relative;
}

.dropdown-submenu {
    position: relative;
}


.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-menu.third-level {
    max-height: 315px;
    overflow-y: auto;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:hover > .material-icons {
    color: white !important;
    text-decoration: none;
    /*background-color: var(--secondary);*/
}

.dropdown-item:last-child:hover {
    border-radius: 0 0 3px 3px;
}

.dropdown-item:first-child:hover {
    border-radius: 3px 3px 0 0;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.menu-wrapper {
    position: absolute;
}

.menu ul {
    width: max-content;
    /*max-height: 305px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.menu li {
    position: static;
}

li .menu-wrapper {
    position: absolute;
    z-index: 10;
    /*display: none;*/
}

li:hover > .menu-wrapper {
    display: block;
    left: 99%;
}

.menu ul {
    color: black;
    /*font-family: sans-serif;*/
    font-size: 16px;
    padding-left: 0px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item, .dropdown-item span {
    font-size: 14px;
}

.menu li {
    padding: 0.1rem;
    /*font-family:"Roboto", "Helvetica", "Arial", sans-serif;*/
    font-size: 15px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.menu li ul {
    margin: 0;
}

.target {
    display: none;
}


/*
###########################################################
   Autocomplete Start
###########################################################
*/

.autocomplete-dropdown {
    width: 300px;
}

ul.options-list li.selected {
    background-color: #2196f3;
    color: #fff;
}

input.input-dropdown {
    height: 40px;
    width: 100%;
    border: 1px solid #2196f3;
    border-radius: 2px 0 0 2px;
    background-color: #2196f3;
    color: #fff;
    font-size: 16px;
    padding-right: 38px;
    padding-left: 8px;
}

input.input-dropdown::-webkit-input-placeholder {
    color: #fff;
}

p.control {
    position: relative;
    display: flex;
    margin-bottom: 0.1rem;
    box-shadow: 0px 1px 5px 1px rgba(119, 119, 119, 0.53);
    z-index: 10;
}

p.control i {
    width: 70px;
    top: 0;
    border: none;
    right: 0;
    color: #fff;
    background: #2196f3;
    box-shadow: -2px 0px 1px #1b7bc7;
    border-radius: 0 2px 2px 0;
}

ul.options-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #dbdbdb;
    border-radius: 0 0 3px 3px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0px 3px 6px 0px rgba(195, 195, 195, 0.76);
}

ul.options-list li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 0.4rem;
    border-bottom: 1px solid #eee;
    color: #666;
    background-color: #fff;
    cursor: pointer;
    transition: 0.3s all ease;
}

.icon-right i {
    transition: 0.3s all ease;
}

.icon-right i:hover,
i.chevron.bottom.chevron-active {
    box-shadow: 0 0 6px #1b7bc7;
    background-color: #38a2f7;
}

ul.options-list li span {
    margin-right: 4px;
}

.chevron:before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: "";
    display: inline-block;
    height: 0.45em;
    left: 0.05em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
    transition: 0.3s all ease;
    will-change: transform;
}

.chevron.bottom:before {
    top: 16px;
    left: 19px;
}

.chevron-active.bottom:before {
    transform: rotate(135deg);
    will-change: transform;
}

.chevron-inactive.bottom:before {
    transform: rotate(225deg);
    will-change: transform;
}

ul.options-list li:last-child {
    border-bottom: none;
}

.fade-enter-active,
.fade-leave-active {
    transition: all 0.3s ease;
}

.fade-enter,
.fade-leave-active {
    opacity: 0;
    will-change: opacity;
    transform: translateY(-30px);
}

/*
###########################################################
   Autocomplete End
###########################################################
*/


.search-select {
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

.search-select-search {
    background-color: #fff;
    border: 2px solid #121e49;
    border-radius: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 0.5rem 0.75rem;
    position: relative;
    width: 100%;
    z-index: 1;
}

.search-select-search:focus {
    color: #121e49;
    cursor: text;
    outline: 0;
}

.search-select-icon {
    box-sizing: content-box;
    cursor: pointer;
    fill: #121e49;
    padding: 0.85rem 0.6rem;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    top: 0;
    right: 0;
    stroke: #121e49;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1;
    z-index: 1;
}

.search-select-icon.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-select-dropdown {
    background-color: #fff;
    border: 2px solid #121e49;
    border-radius: 1rem 1rem 0.25rem 0.25rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 2rem 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.search-select-options {
    list-style: none;
    margin: 0;
    max-height: 14rem;
    padding: 0;
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.search-select-option {
    padding: 0.5rem 0.75rem;
    color: #121e49;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-select-option.is-active,
.search-select-option.is-active:hover {
    background-color: #eeedf1;
}

.search-select-option.is-active:active {
    background-color: #1f1a5e;
    color: #fff;
}

.search-select-empty {
    padding: 0.5rem 0.75rem;
    color: #b8c2cc;
}


/*
###########################################################
   Section tabs Start
###########################################################
*/

#accordion-one .section-list:first-child{
    margin: 0px 0px;
}

.section-list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    /*margin: 20px 0px;*/
}

.section-open {
    display: none;
}

.section-panel {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0s, visible 1s, opacity 1s ease-out;
    border-radius: 3px;
}

.section-open:checked ~ .section-panel {
    max-height: 100%;
    transition: max-height 1s, visible .25s, opacity .25s ease-in;
    opacity: 100;
    visibility: visible;
    /*padding-top: 0.5rem;*/

}

.section-btn {
    padding: 11px 18px 8px;
    margin-bottom: 0;
    background-color: #ebeef5;
    border-bottom: 1px solid #e0e0e0;
}

.section-btn:hover {
    /* background: rgba(71, 100, 130, 0.26);
   color: rgba(0, 0, 0, 0.71);*/
    /*border-bottom: 1px solid #ababab;*/
}

.section-open ~ .section-btn:before {
    content: "⮟";
    /* background-image:url('/portal/web/assets/img/app/actions/common/down-arrow.png');
   background-position:center;
   background-size:100% 100%;
   background-repeat:no-repeat;*/
    float: right;
}

.section-open:checked ~ .section-btn:before {
    content: "⮝";
    /*background-image:url('/portal/web/assets/img/app/actions/common/up-arrow.png');
 background-position:center;
 background-size:100% 100%;
 background-repeat:no-repeat;
 float:right;*/
}

.section-list .section-inner {
    /* padding: 20px 10px;*/
}

.section-list .section-inner {
    padding: 0px 32px;
}

.section-list:focus {
    border: 1px solid var(--focus_color);
}

.sectionactive {
    text-align: left;
    letter-spacing: 0px;
    color: var(--primary) !important;
    opacity: 1;
    font-weight: 500;
    box-shadow: red 0px -3px 0px inset;
}

.section-nav-link {
    font-weight: 500;
    font-size: 1.02rem;
    /*line-height: initial;*/
    /*padding: 0.5rem 1rem 0.4rem;*/
    padding: 2px;
    height: 100%;
    color: #A0A0A0;
}

.section-nav-link:hover {
    cursor: pointer;
    /*border-bottom: 4px solid lightblue !important;*/
    box-shadow: inset 0 -3px 0 red;
    border-radius: 0px !important;
}

.nav-section {
    margin-top: 15px;
}

.sticky {
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
    padding: 15px 0 18px;
}

.extend-icon {
    transform: rotate(90deg);
}

/*
###########################################################
    Section Tabs END
###########################################################
*/
/*
###########################################################
    Tree Menu Start
###########################################################
*/

.tree {
    padding: 10px;
}

.tree .fa {
    font-weight: 500;
}

.tree ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    color: #444;
    letter-spacing: .2rem;
    font-size: 16px;
    perspective: 300px;
    perspective-origin: left;
    padding-top: 0;
}

.folder > li > span {
    cursor: pointer;
    font-weight: 500;
}

.sidebar-button {
    background: var(--primary);
    border: none;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-button i {
    color: #fff;
    margin: 0;
}

.contents {
    padding-left: 20px !important;
}

.contents > li {
    position: relative;
    padding: 8px;
    cursor: pointer;
}

.contents > li:before {
    position: absolute;
    left: -10px;
    display: inline-block;
    width: 2px;
    height: 100%;
    content: "";
    background-color: #dedede;
}

.contents > li:after {
    position: absolute;
    left: -9px;
    display: inline-block;
    top: 20px;
    width: 16px;
    height: 2px;
    content: "";
    background-color: #dedede;
}

.contents > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.user-group-form.tree ul {
    margin-left: 8px;
}

.sub-user-group.contents > li :after {
    width: 22px;
}

.sub-user-group.contents > li .material-checkbox > span::after {
    width: 14px;
    top: 5px;
    left: 0px;
}

.user-group-form .child-tree {
    padding: 0px;
}

.folder > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

ul.folder {
    position: relative;
}

.fade-enter-active,
.fade-leave-active {
    transition: all .2s ease-out;
    overflow: hidden;
}

.fade-enter {
    transform: translateZ(100px);
    opacity: 0;
}

.fade-leave-to {
    transform: translateZ(-100px);
    opacity: 0;
}

.folder > li > span::before,
.contents > li > span::before {
    margin-right: 5px;
}

.folder > li > span::before {
    color: rgba(0, 0, 0, 0.54);
}

/*.contents>li>span::before {
  color: #dedede;
}*/
.child-tree-1.close {
    float: none;
    font-weight: 500;
    opacity: none;
    font-size: 18px;
}

.folder > li > span.closed::before {
    content: "\E146";
    font-family: "Material Icons";
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}

.folder > li > span.open::before {
    content: "\E909";
    font-family: "Material Icons";
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
}

.contents > li:last-child::before {
    height: 13px;
}

.sub-user-group.contents > li:last-child::before {
    height: 22px;
}

.contents > li:last-child span::before {
    /*  margin-left: 0;*/
}

.contents > li > span::before {
    content: "\E835";
    font-family: "Material Icons";
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
}


.material-icons .open {
    content: "\E909";
    font-family: "Material Icons";
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
}

.material-icons:hover {
    cursor: pointer;
}

.child-tree.unchecked::before {
    content: "\E835";
    font-family: "Material Icons";
    font-size: 18px;
    vertical-align: middle;
    /* margin-left: 10px;*/
    padding-right: 5px;
}

.child-tree.checked::before, .child-tree-1 .selected::before {
    content: "\E047";
    font-family: "Material Icons";
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
    /* margin-left: 10px;*/
}

.child-tree-1.unchecked::before {
    content: "\E835";
    font-family: "Material Icons";
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
    /*margin-left: 10px;*/
}

.contents > li > span.selected::before {
    content: "\E047";
    font-family: "Material Icons";
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
    /*margin-left: 10px;*/
    color: var(--primary);
}


/*
###########################################################
    Tree Menu End
###########################################################
*/
#appdemo {
    display: flex;
}

.aside-section {
    min-width: 22%;
}

.aside-section aside {

    /* display: none;
     width: 480px;
     background: #f9f9f9;
     height: auto;
     min-height: 250px;*/
}

.aside-section_lookup {
    min-width: 100%;
    background: #f9f9f9;
    height: 45vh;
    overflow-x: scroll;
}

aside.active {
    display: block;
}

aside a {
    display: block;
    padding: 10px 5px;
    color: #666;

}

.sidebarContainer {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100vw;
    max-width: 100%;
}

.sidebarContainer_lookup {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 10vw;
}

.sidebarContainer main {
    flex-grow: 2;
    padding: 10px;
}

.tree-child {
    display: block;
    /*  padding: 0px 14px;*/
    color: #666;
    /*margin-top: -25px;*/
    /*  padding-left: 20px;*/
    letter-spacing: 2px;
    display: inline-block;
}

.tree-child-1 {
    display: inline-block;
    padding: 0px;
    color: #666;
    margin-top: 2px;
}

.last-child::before {
    content: "\E15B";
    font-family: "Material Icons";
    font-size: 16px;
    vertical-align: middle;
}

label.field {
    border-bottom: 1px solid rgba(190, 190, 190, 0.78);
}

.blsubtabletr td.subtable-cell .labeloverinput-container label div#img_category {
    height: 28px;
}

.blsubtabletr td.subtable-cell .labeloverinput-container .blsearch-wrapper.mb-10 label.field {
    top: 0px;
}

.blsubtabletr td.subtable-cell .labeloverinput-container label div#img_category span.selected {
    padding-top: 3px;
}

.blsubtabletr td.subtable-cell .labeloverinput-container label.field .psuedo_select::after {
    top: 35%;
}

.blsubtabletr .labeloverinput-container .blsearch-wrapper.mb-10 label.field {
    top: 7px;
}

label.field.requiredInput {
    border-bottom: 1px solid #de7b25 !important;
}

label.field.requiredInput {
    border-bottom: 1px solid #de7b25 !important;
}

.requiredInput
.sectiontabs .sectionitem {
    padding-left: 30px;
}

.col_btn {
    top: 50%;
    position: absolute;
    background: #eae8e8;
    color: white;
    font-weight: bold;
    border: 1px solid grey;
}

.prevcolumn {
    left: 0%;
}

.nextcolumn {
    right: 0%;
}

.dropdown-menu11 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #a2aabd;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu11 > li > a {
    padding: 10px 30px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.6;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu11 > li > a:hover {
    color: #409FCB;

}

.dropdown-menu11 > li {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0;
}

.caret11 {
    width: 0;
    position: absolute;

    height: 0;
    margin-left: -24px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    right: 10px;
    color: grey;
}

.blsearch-wrapper li {
    list-style: none;
}

.drp {
    border-bottom: 1px solid blue;
}

.dropdown-toggle11 {
    background: white;
    padding: 10px;
    border-bottom: 2px solid #a2aabd;
}

.ds:focus {
    background-color: red;
}


/*--------------------------Newly Addded CSSS-----------------------------------------------------------------*/
cdashborad-nav {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cdashborad-nav {
    color: rgba(28, 92, 159, 0.7);
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.133) 0px 1.5px 3.5px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.8px 0px;
}

.template-text {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 30px;
}

.autocomplete-items-index-file {
    position: absolute !important;

    z-index: 99;
    top: 100%;
    left: 5px;

    width: 220px;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items-index-file div {

    background-color: #fff;
}

ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    border-radius: inherit;
}

.dropdown-with-icons .material-icons {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 1px;
    margin-right: 12px;
    opacity: 0.5;
}

.dashboard-table-sec {

    box-shadow: rgb(225, 225, 225) 3px 3px 6px;
}

.dropdown {
    display: inline-block;
}

.blsubtabletr td .dropdown {
    height: 24px;
}

.profile-dropdown {
    background: transparent;
    border: none;
    display: inline-block;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.profile-dropdown-menu {
    left: -40px !important;
    top: 10px !important;
}

.profile-dropdown-menu.data-import-export-dropdown {
    left: 0px !important;
}

.profile-dropdown-menu .dropdown-item {
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.7px;
    color: #282828;
    font-weight: 400;
}

.profile-dropdown-menu.data-import-export-dropdown a, .profile-dropdown-menu.data-import-export-dropdown label {
    width: 100%;
    cursor: pointer;
}

.form-settings-dropdown-menu {
    top: 25px !important;
    left: 30px !important;
}

.form-settings-dropdown-menu .dropdown-item {
    z-index: auto;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.7px;
    color: #282828;
    font-weight: 400;
}

.card-body.accordion-wrapper {
    padding-top: 2px !important;
}

.dashboard-table-sec {
    box-shadow: rgb(225, 225, 225) 0px 1px 6px;
    padding-bottom: 10px;
    /*border: 1px solid #eaeaea;*/
}

.table-responsive {
    /*box-shadow: 0px 0px 2px 0px rgba(153,153,153,1);*/
    font-size: 1rem;
    background-color: #FFF;
    border-radius: 4px;
}

.dashboard-table-th-tr th {
    /*border: 1px solid #cccccc;*/
}

.table-responsive > table > thead > tr > th {

    border-top: none;
    border-bottom: none;
}

.table-responsive > table > tbody > tr:nth-child(2n) td {
    background: #EBEBEB !important;
}

.dropdown-menu {
    padding: 0px;
    border: 0;
    transform-origin: 0 0;
    will-change: transform, opacity;
    /*transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);*/
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    z-index: 5;
}

.navbar-nav.ml-auto.blue-icons-nav .dropdown-menu {
    margin-top: -8px;
}

.nav {
    z-index: 1;
    position: sticky;
    top: 41px;
}

.registration-form-sub-div .nav-pills .nav-link.active, .registration-form-sub-div .nav-pills .show > .nav-link {
    line-height: 16px;
    letter-spacing: 0.7px;
}

.panel-body {
    /*padding-top: 15px;*/
}

.dashboard .nav-tabs-wrapper {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px 8px 0 0;
}

.dashboard .nav-pills .nav-item.inactive {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background: #f0ebeb99;
}

.nav-pills .nav-item {
    padding: 0;
    cursor: pointer;
    height: 45px;
    display: flex;
    align-items: center;
}

.registration-form-sub-div .nav-pills .nav-link {
    padding: 14px 20px 14px 45px;
    line-height: 16px;
    border-radius: 30px;
    letter-spacing: 0.7px;
}

.sectiontabs .sectionitem {
    padding-left: 30px;
}

.section-open ~ .section-btn:before {
    content: "⮟";
    float: right;
}

.section-open:checked ~ .section-btn:before {
    content: "⮝";

}

.section-open:checked ~ .section-panel {
    max-height: 100%;
    transition: max-height 1s, visible .25s, opacity .25s ease-in;
    opacity: 100;
    visibility: visible;
    /*padding-top: 0.5rem;*/

}

.w-24 {
    width: 24px !important;
    min-width: 24px !important;
}

.w-10 {
    width: 10px !important;
    min-width: 10px !important;
}

.w-50px {
    width: 50px !important;
    min-width: 50px !important;
    padding-left: 0px;
}

.md-modal-content.message-modal-body table thead tr > th.list-page-th-sticky.w-50px {
    width: auto !important;
}

.f-22 {
    font-size: 22px;
}

.section-open {
    display: none;
}

.blformlookup-holder {
    padding: 0rem;
    position: absolute;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;
    /*z-index: 1000;*/
}

.blformlookup-holder .mat-modal {
    z-index: 1049;
}

.bltable_actions_wrapper .show-modal-overlay .mat-modal {
    z-index: 1049;
}

.auto-suggest-formlookup {
    width: auto;
    z-index: 1000;
    position:fixed;
    background: white;
    box-shadow: 0 3px 10px #12070130;
    max-width: 700px;
    min-width: 200px;
    padding: 0px 10px 10px;
    border-radius: 6px;
}

.auto-suggest-formlookup .search-field:hover .auto-suggest-global-search:not(:placeholder-shown) ~ .search-clear-icon {
    display: inline !important;
}

.auto-suggest-formlookup .lookup-header .search-field i.material-icons-outlined.search-icon {
    position: relative;
    left: 35px;
}

.auto-suggest-formlookup .lookup-header .search-field input.auto-suggest-global-search {
    width: auto;
    padding-right: 50px;
    min-width: 300px;
    margin-left: 15px;
}

.auto-suggest-formlookup .lookup-header .search-field i.search-clear-icon {
    display: none;
    margin-left: -23px;
}

.auto-suggest-formlookup .lookup-header i[title="Clear Filter"] {
    position: absolute;
    left: 15px;
}

/*.auto-suggest-formlookup:focus {
    border: 1px solid var(--focus_color);
}*/

.auto-suggest-formlookup .pagination button:focus{
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 3px 8px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 40%);
}

.aside-formlookup {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    border-radius: 6px;
    /*padding: 5px;*/
    z-index: 1054;
}

.aside-formlookup .lookup-content .bllookuptr th.search-field, .auto-suggest-formlookup .dense-table-wrapper .lookup-table .bllookuptr th.search-field {
    position: relative;
}

.subdatatable-row {
    /*padding: 10px;*/
    border: 0 !important;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    font-size: 12px;
}

col_search {
    width: 100%;
    padding: 0px;
    padding-left: 0px;
    border: 1px solid rgba(206, 206, 206, 0.51);
    padding-left: 12px;
    border-radius: 0px;
}


.footer-copyright {
    color: var(--primary);
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
}

.copyright {
    font-size: 12px;
}

/*--------------------------End of Newly Addded CSSS-----------------------------------------------------------------*/


/*----------------------------------------------migrating with regular development -----------------------------------------------------*/
.selectcount {
    width: 65px;
    height: 26px;
}


.floating-label-wrap .textareacharactersmessage {
    top: 9em;
    color: GREY;
    font-size: 12px;
    width: 100%;
    text-align: right;
    display: block;
    padding-right: 0;
    max-width: 100%;
}

.wfroute-icon {
    width: 24px;
    height: 24px;
}

.text-primary {
    color: var(--primary);
}

.filter_unchecked {
    position: relative;
}

.filter_unchecked::after {
    position: absolute;
    content: '\e5c9';
    width: 10px;
    height: 10px;
    font-size: 16px;
    right: 8px;
    bottom: 8px;
    font-family: "Material Icons";
    display: block;
    color: #f00e0e;
}

#multirow_formlookup .filter_unchecked::after {
    right: 12px;
    bottom: 1px;
}

.collapsibleTable .filter_unchecked::after {
    right: 13px;
    bottom: 2px;
}

#collapsibleTable > .action_wrapper .filter_unchecked::after {
    top: 15px;
    right: 3px;
}

.lookup-header > .filter_unchecked::after {
    top: 15px;
    right: 10px;
}

.requiredWarn {
    border-color: orangered !important;
    box-shadow: 0px 0px 10px 3px rgba(255, 69, 0, 0.4) !important;
    transition: box-shadow 0.3s ease-in-out !important;
}

.rowDeleteMark {
    border: 1px solid red !important;

}


/*-----------------------25-01-2020---------------------*/
.wfinput {
    width: 100%;
    height: 5%;
}

/*.selectcount.wfactivies
{
    width:5%;
}*/
.tab-content.wfactiviestab {
    margin-top: -34px;
}

[v-cloak] {
    display: none;
}

[draggable = true] {
    cursor: move !important;
}


#bl-modal, #bl-uimodal {
    width: 100%;
    transition: 0.3s;
}

.overlay {
    height: 100%;
    z-index: 800;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
    overflow-x: hidden;
    user-select: none;
}

.overlay-content {
    position: relative;
    top: 28%;
    left: 45%;
    width: 15%;
    text-align: center;
    margin-top: 30px;
    color: #FFF;
    font-size: 17px;
    padding: 8px;
    background-color: rgba(85, 85, 80, 0.76);
    border-radius: 2px;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bladv-search-modal {
    /* width: 100% !important;*/
    z-index: 11;
    position: fixed;
    max-height: 75vh;
    width: auto;
    /* max-width: 1300px;*/
    min-width: 288px;
    height: auto;
    /*top: 15vh;
    left: 39%;*/
    /*transform: translate(calc(-50%), calc(-50%));*/
    /*filter: blur(0);*/
    /*border: 1px solid #CECECE;*/
    border-radius: 3px;
    color: #000;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;
}

.adv-search .col-lg-12 {
    padding: 0;
}

a.md-btn:hover {
    color: #fff;
}

.md-sm-modal {
    max-width: 400px;
}

.md-md-modal {
    max-width: 600px;
}

.md-lg-modal {
    min-width: 900px;
}

.md-xl-modal {
    min-width: 1100px;
}

@media screen and (max-width: 1200px) {
    .md-xl-modal {
        min-width: 800px;
    }
}

@media screen and (max-width: 800px) {
    .md-xl-modal {
        min-width: 500px;
    }

    .md-lg-modal {
        min-width: 500px;
    }
}

.attach-md-modal .md-sm-modal {
    min-width: 600px;
}

@media screen and (max-width: 576px) {
    .md-xl-modal, .md-lg-modal, .attach-md-modal .md-sm-modal, .md-md-modal, .md-sm-modal {
        min-width: 300px;
        max-width: 300px;
    }
}

.blmodal-titlebar {
    text-align: center;
    padding: 10px;
    background-color: var(--primary);
    width: 100%;
    min-width: 200px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    /*
  padding: 8px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blmodal-titlebar h5 {
    margin-bottom: 0;
}

.blmodal-content {
    background-color: #FFFFFF;
    padding: 22px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    min-width: 450px;
    color: rgb(100, 100, 100);
}

.attachments_table_wrapper {
    border: 1px solid rgba(0, 0, 0, .12);
}

.attachment-table {
    text-align: center;
    transition: all 0.3s;
}

.attachments_table thead tr th {
    padding: 7px;
}

.attachments_table {
    width: 100%;
}

.attachments_table tr {
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.attachments_table td {
    padding: 7px;
}

#attachments_upload_drag_area {
    width: auto;
    height: auto;
    min-height: 50px;
    max-height: 23vh;
    border: 3px dotted gray;
    overflow-y: auto;
    margin: 8px 0;
}

.blattachfiles-wrapper {
    display: flex;
    justify-content: space-evenly;
}

.blattachfiles-wrapper #attachments_upload_drag_area {
    width: 30vw;
}

#attachments_upload_drag_area > div {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attachments_table tr:hover {
    color: var(--secondary);
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.22);
}

.blattachments .modal-dialog-content {
    max-height: 90vh;
    width: 85vw;
    margin: 10px 0;
}

.blattachments .input-wrapper {
    margin-bottom: 0;
}

.blattachments .uploaded-attachs-table thead {
    display: table-header-group;
    font-size: 11px;
    font-weight: bold;
    position: sticky;
    top: 0;
    background: white;
}

.uploaded-attachs-table tr:hover {
    cursor: pointer;
}

.uploaded-attachs-table tr.active {
    background-color: #d9d7d7;
}

.blbutton {
    background-color: #FFFFFF;
    padding: 4px 18px;
    border-radius: 3px;
    border: 1px solid rgb(135, 135, 135);
    box-shadow: 1px 1px 0px 0 rgba(100, 100, 100, 0.3);
    color: #212529;
}

.bllabel-top {
    line-height: 1rem;
    margin-bottom: 0px;
    padding-left: 0px;
    /*margin-top: 3px;*/
}

.all-input-field-label {
    letter-spacing: 0.7px;
    padding-bottom: 0px;
}

.blmodal {
    /*width: 420px !important;*/
    z-index: 11;
    position: fixed;
    width: auto;
    max-width: 700px;
    min-width: 280px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*transform: translate(calc(-50%), calc(-50%));*/
    filter: blur(0);
    /*border: 1px solid #CECECE;*/
    border-radius: 3px;
    color: #000;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;

}

.sticky-footer {
    overflow: unset;
    z-index: 3;
    text-align: center;
    color: var(--primary);
    bottom: 0;
    position: fixed;
    width: 100%;
    background-color: white;
    padding: 0 5px;
    display: inline;
}

.blfooter-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/*.zindex-3{
    z-index: 3;
}*/
/*.report-modal{
    margin: 1.75rem auto;
    position: static;
}*/

@media (min-width: 1500px) {
    .container.containerinsidetble {
        max-width: 1480px;
    }
}

@media (max-width: 1499px) {
    .container.containerinsidetble {
        max-width: 1140px;
    }
}

@media (max-width: 1300px) {
    .container.containerinsidetble {
        max-width: 960px;
    }
}

@media (max-width: 1100px) {
    .container.containerinsidetble {
        max-width: 870px;
    }
}

@media (max-width: 768px) {
    .container.containerinsidetble {
        max-width: 720px;
    }
}

@media (max-width: 576px) {
    .container.containerinsidetble {
        max-width: 540px;
    }
}

.tablecheckbox {
    margin-left: 6px;
    margin-right: 6px;
    display: flex;
    align-items: center;
}


.button-form {
    background-color: #FFFFFF;
    padding: 7px 18px 7px;
    border-radius: 2px;
    border: none;
    background-color: white;
    background-color: rgb(0, 120, 212);
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.button-form:active {
    box-shadow: none;
}

.button-form:hover {
    background-color: rgba(0, 98, 173, 1);
}

.blinfo {
    color: #17a2b8 !important;
}

.blwarn {
    color: #ffc107 !important;
}

.blerror {
    color: #dc3545 !important;
}

.blsuccess {
    color: rgb(76, 175, 80) !important;
}

/*.blinfo-bg {
    display: block;
    background-color: #17a2b8 !important;
}

.blwarn-bg {
    display: block;
    background-color: darkorange !important;
}

.blerror-bg {
    display: block;
    background-color: #d5091d !important;
}*/

.blimage {
    color: #000000;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background: transparent;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background: transparent;
}

.input_nolabel {
    background-color: transparent;
    border: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-style: none;
    color: rgba(0, 0, 0, 0.87);
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    font-size: 15px;
    padding: 1.2em 0.6em 0.2em;
    width: 100%;
    outline: none !important;
}

#search_hourId {
    background: white;
}

.workflow_checked {
    position: relative;
}

.workflow_checked::after {
    position: absolute;
    content: '\e86c';
    width: 10px;
    height: 10px;
    font-size: 16px;
    right: 3px;
    bottom: 7px;
    font-family: "Material Icons";
    display: block;
    color: #79C000;
}

.list-row-actions .workflow_checked::after {
    right: 8px !important;
}

/*.strow-float-menu.float-list-cols .floating-label-wrap.nolabel, .strow-float-menu.float-list-cols .input-wrapper.field-for-clear  {*/
/*    border-bottom: 1px solid white !important;*/
/*}*/
.floating-label-wrap.nolabel {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0em;
}

.floating-label-wrap.nolabel input {
    height: 40px;
    font-size: 14px;
}

.cdashborad-nav {
    position: sticky;
    top: 0px;
    background: white;
    z-index: 1000;
}

.topsec {
    position: sticky;
    top: 71px;
    z-index: 999;
    background: #efefef;
    /*height: 77px;*/
}

.stickytopheader {
    position: sticky;
    top: 131px;
    z-index: 998;
}

.sectiontopheader {
    position: sticky;
    top: 194px;
    z-index: 500;
    background: white;
}

.arrow_down {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAaCAYAAABPY4eKAAAAAXNSR0IArs4c6QAAAvlJREFUSA29Vk1PGlEUHQaiiewslpUJiyYs2yb9AyRuJGm7c0VJoFXSX9A0sSZN04ULF12YEBQDhMCuSZOm1FhTiLY2Rky0QPlQBLRUsICoIN/0PCsGyox26NC3eTNn3r3n3TvnvvsE1PkwGo3yUqkkEQqFgw2Mz7lWqwng7ztN06mxsTEv8U0Aam5u7r5EInkplUol/f391wAJCc7nEAgE9Uwmkzo4OPiJMa1Wq6cFs7Ozt0H6RqlUDmJXfPIx+qrX69Ti4mIyHA5r6Wq1egND+j+IyW6QAUoul18XiUTDNHaSyGazKcZtdgk8wqhUKh9o/OMvsVgsfHJy0iWqVrcQNRUMBnd6enqc9MjISAmRP3e73T9al3XnbWNjIw2+KY1Gc3imsNHR0YV4PP5+d3e32h3K316TySQFoX2WyWR2glzIO5fLTSD6IElLNwbqnFpbWyO/96lCoai0cZjN5kfYQAYi5H34fL6cxWIZbya9iJyAhULBHAqFVlMpfsV/fHxMeb3er+Vy+VUzeduzwWC45XA4dlD/vEXvdDrj8DvURsYEWK3WF4FA4JQP9mg0WrHZbEYmnpa0NxYgPVObm5teiLABdTQT8a6vrwdRWhOcHMzMzCiXlpb2/yV6qDttMpkeshEzRk4Wo/bfoe4X9vb2amzGl+HoXNT29vZqsVi0sK1jJScG+Xx+HGkL4Tew2TPi5zUdQQt9otPpuBk3e0TaHmMDh1zS7/f780S0zX6Yni+NnBj09fUZUfvudDrNZN+GkQbl8Xi8RLRtHzsB9Hr9nfn5+SjSeWUCXC7XPq5kw53wsNogjZNohYXL2EljstvtrAL70/mVaW8Y4OidRO1/gwgbUMvcqGmcDc9aPvD1gnTeQ+0nmaInokRj0nHh+uvIiVOtVvt2a2vLv7Ky0tL3cRTXIcpPAwMDpq6R4/JXE4vFQ5FI5CN+QTaRSFCYc8vLy1l0rge4ARe5kJ/d27kYkLXoy2Jo4C7K8CZOsEBvb+9rlUp1xNXPL7v3IDwxvPD6AAAAAElFTkSuQmCC')
}

.arrow_up {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAACgoey0AAAAAXNSR0IArs4c6QAAAwpJREFUSA21Vt1PUmEYP4dvkQ8JFMwtBRocWAkDbiqXrUWXzU1rrTt0bdVqXbb1tbW16C9IBUSmm27cODdneoXjputa6069qwuW6IIBIdLvdaF4OAcOiGeDc87zPs/vd57P96WpFq7p6enbGo1mjKZpeTabjU1MTCRagGnOZHFxcXxtbe1XKpUq7+zslJeXl//Mz8+Hy+Uy3RxSE9qTk5M3otFooVQqgef4Wl9f343FYoEmoISrxuNxFX5f9vb2jhn/PxUKhfLS0tIPfFifUESRUMV8Pv/M6XReRm5rTGQyGeXxeGxYe1ezeBpBOBx2rKysbO7v79d4Wy3Y2Nj4GQqFbgnhaugxwiuGJx99Pp9FLBbXxYTXvTqd7v3MzIy6riIWGxJnMpl7AwMD14xGYyMsSq1WUyQdUqn0eSPlusQIsbGrq+vl4OCgvhFQZd1utyv1en0gEolcqsi47nWJlUrlG5fLZVcoFFy2nDKSDpIWlUoVTCQSEk4lCHmJMZ2GTCbTiMVikfIZ88l7enoos9l8dXt7+z6fDicxSJUokqDX6xXcl2wCROoc0vQCWL3sNfLOSdzR0fHY4XC4tVotl40gmVwup9xuN4OQv+UyqCFGH9rg7SOGYVRcBs3IEG4J0nVnamrqOtvuBDGGgQg9+wHFcVEi4a0LNkbdd6TrPKo8ODc311mteIIYjT/a398/jK+s1jnVM0kXoufCFvq0GuiIGEVgQIhfoygM1QrteEa9dAL7ITiYCt4RMabOK5AyKKzKWtvupLcRciu8D5J0EuDDPyT/Snd39yh6VtY2NhYQSR9G79Ds7OxdskRjEyAufvb7/cPoO5Z6e1+xtVKrq6vfcFzyi/A3ZrPZ3GdNSlwgo5ekE4X2RIQGf2C1WlufFE0GBeGWYQ8YERWLxQtnUVB830MKLZfL9RHir8lkssCn2G751tZWEWe03zTKm15YWPiEiXXTYDB0Ig/t7yd8PRws4EicwWHxO4jHD8/C5HiTTqd1BwcHFozKU89origB+y/kmzgYpgOBQP4fGmUiZmJ+WNgAAAAASUVORK5CYII=')
}

.arrow {
    float: right;
    width: 12px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    /* left: 8.3%;
   right: 0;*/
    max-width: max-content;
    min-width: 10.5%;
    min-width: 10.5%;
}

.autocomplete-items div {
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
    color: white;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: var(--secondary) !important;
    color: #ffffff !important;
}

.autocomplete-active div{
    background-color: var(--secondary) !important;
    color: #ffffff !important;
}

.autocomplete-items-index-file div span i.material-icons{
    display: none;
}
.autocomplete-items-index-file .autocomplete-active i.material-icons{
    display:block;
}

.autocomplete-items-index-file {
    position: absolute !important;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 85%;
    left: auto;
    /* right: 10; */
    width: max-content;
    min-width: 280px;
    /*max-height: 600px;*/
    overflow-y: auto;
}

.autocomplete-items-index-file div {
    height: 36px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items-index-file div:hover {
    background-color: var(--secondary);
    color: white;
}

.autocomplete-items-index-file div:hover span i.material-icons{
    display:block;
}

.autocomplete-items-index-file div span i.material-icons:hover{
    color:white;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active-index-file {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.search_input {
    width: 240px;
    color: black;
    background-color: rgba(255, 250, 250, 0.1);
    border: none;
    padding: 5px 5px 5px 8px;
}

.cursor-default {
    cursor: default !important;
    pointer-events: none !important;
}

.blprogressbar {
    position: relative;
    width: 0;
    color: #FFF;
    background-color: rgb(14, 113, 191);
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border-radius: 2px;
    z-index: -1;
}

.report-icon {
    color: var(--primary);
    font-size: 26px;
    padding-right: 10px;
}

.report-list-height {
    height: 38px;
}

/*
###########################################################
    Checkbox Start
###########################################################
*/
.blcheckbox-label {
    font-size: 14px;
    color: var(--label_color);
    font-weight: 500;
    /*padding-left: 0.6em;*/
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    height: 28px;
    padding-left: 0.6em;
    width: 100%;
}

.material-checkbox {
    z-index: 0;
    border-bottom: 2px solid transparent;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    /*font-family: "Roboto", sans-serif;*/
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
}

.floating-label-wrap label.material-checkbox {
    z-index: 0;
    border-bottom: 2px solid transparent;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    /*font-family: "Roboto", sans-serif;*/
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
    top: 0;
    left: 0;
}

.floating-label-wrap label.blcheckbox-label {
    font-size: 14px;
    color: var(--label_color);
    position: static;
}

/* Input */
.material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -12px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 43px;
    height: 40px !important;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.material-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 4px 11px 3px 1px;
    border: solid 1px; /* Safari */
    /*border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);*/
    border-color: #0000005c;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    transition: border-color 0.2s, background-color 0.2s;
    background-color: white;
}

.material-checkbox > span.select-all::before {
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

.material-checkbox.material-select-all > span.select-all::after {
    content: "\e877";
    display: block;
    position: absolute;
    top: 2px !important;
    left: 3px !important;
    font-family: 'Material Icons';
    font-size: 20px;
    border: none;
    transform: none;
}

.material-select-all input {
    left: -9px;
    /*top: -3px; commented for mrformlookup select all showing scroll*/
}

.material-checkbox .subtable-sno-align::after {
    top: 8px;
}

.material-checkbox > input:disabled + span::before {
    background-color: #e7e7ec;
}

.material-checkbox.subtable-sno-checkbox input {
    top: -8px;
}

/* Checkmark */
.material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

.material-checkbox > span.select-all::after {
    top: 10px;
    left: 4px;
    width: 14px;
    height: 6px;
}

/* Checked, Indeterminate */
.material-checkbox > input:checked,
.material-checkbox > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.material-checkbox > input:checked + span::before,
.material-checkbox > input:indeterminate + span::before {
    border-color: var(--primary);
    background-color: var(--primary);
}

.material-checkbox > input:checked + span::after,
.material-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.material-checkbox:hover > input {
    opacity: 0.04;
}

.material-checkbox > input:focus {
    opacity: 0.12;
}

.material-checkbox:hover > input:focus {
    opacity: 0.16;
}

.blattachments .material-checkbox input[disabled]:focus, .blattachments .material-checkbox input[disabled]:hover{
    opacity: 0;
}

/* Active */
.material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.material-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.material-checkbox > input:required + span::before {
    border-bottom-color: #de7b25 !important;
    border-bottom: 1px solid #de7b25;
}

.material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

.material-checkbox > input:disabled + span::before {
    background-color: lightgrey;
}

.material-checkbox > input:checked:disabled + span::before,
.material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: #e9ecef !important;
}

#weekDatesId .calCell {
    font-weight: 100;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}

#calContainerId select {
    /* styling */
    background-color: white;
    border: thin solid #cccccc;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
}

.calendar-icon {
    position: relative;
    margin-right: 5px;
    cursor: pointer;
}

#calContainerId select:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

select:not(.md-select-pagination):-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.label.field .psuedo_select {
    bottom: 10px;
}

label.field.sel .psuedo_select.sel {
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    position: relative;
    color: #666;
    cursor: pointer;
    font-size: 20px;
    height: 25px;
    line-height: 0px;
    margin: 42px 0 0 0;
    min-width: 250px;
    padding-top: 20px;
    outline: 0;
}

label.field.sel {
    border-radius: 2px;
    text-align: right;
    display: block;
    width: 100%;
    padding: 0px 0 0 0;
    opacity: 0;
    position: relative;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    font-size: 16px;
    color: #a2aabd;
    font-weight: 500;
    margin-bottom: 2.9em;
}

label.field .searchclear {
    color: inherit;
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    right: -25px;
    letter-spacing: 0.7px;
    pointer-events: none;
    position: absolute;
    top: 0px;
    transform: scale(1) translateY(0);
    transition-property: color, font-size, top;
}

.searchClear {
    top: 40px;
    position: absolute;
    right: 0px;
}

.blsearch-wrapper {
    text-align: right;
    position: relative;
    display: flex;
    /* margin-bottom: 1em;*/
}

.interaction-modal-content, .md-modal-content .blsearch-wrapper {
    margin-bottom: 1em;
}

.mb-10 {
    margin-bottom: 1em !important;
}

.select_clear {
    top: 22px;
    position: absolute;
    right: 25px;
}

label.field .psuedo_select.search {
    background: rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(0, 0, 0, 0.42) !important;
    position: relative;
    color: #666;
    cursor: pointer;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0px 0 0 0;
    /* min-width: 250px;*/
    padding-top: 20px;
    outline: 0;
}

label.field.search {
    border-radius: 2px;
    display: block;
    /* width: 95%;*/
    padding: 0px 0 0 0;
    opacity: 0;
    position: relative;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    font-size: 16px;
    color: #a2aabd;
    font-weight: 500;
    border-bottom: 0px solid white;
    /*margin-bottom: 0.5em;*/
}

.attach-tb thead tr th {
    font-size: 11px;
    font-weight: bold;
    position: sticky;
    top: 0;
    background-color: #f8f8f8;

}

.attch-tb thead tr th {
    position: sticky;
    top: 0px;
    background-color: rgb(248, 248, 248);
    font-size: 11px;
    font-weight: bold;

}

.attch-tb thead tr {
    position: sticky;
    width: 100%;
}

.attch-tb td {
    padding: 0 10px;
    white-space: normal;
}

.attch-tb thead tr span {
    /* color: red;*/
}

.form-control {
    border-radius: 0em;
}

.pointer {
    cursor: pointer;
    display: block;
}

.icon-clear .clear-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    color: grey;
}

.calender-header h6 {
    font-size: 1rem;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.00938em;
    color: rgba(255, 255, 255, 0.54);
    margin: 0;
}

.calender-header h4 {
    font-size: 2.125rem;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    line-height: 1.235;
    letter-spacing: 0.00735em;
    color: #fff;
    margin: 0;
}

.calender-header {
    background-color: var(--primary);
    min-height: 64px;
    padding: 24px;
}


/*------------checkbox------------------*/
.blcheckboxcontainer {
    padding-bottom: 7px !important;
    display: block;
    position: relative;
    padding: 0px 0 0 0px;
    /*padding-left: 35px;*/
    margin-bottom: -18px;
    cursor: pointer;
    font-size: 22px;
    /*user-select: none;*/
    height: 2.5rem;
    width: 1.3rem;
}

/* Hide the browser's default checkbox */
.blcheckboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.blcheckbox {
    /*text-align: left;*/
    /*position: relative;*/
    height: 0px !important;
    /*margin-bottom: 3%;*/
    margin-top: 3px;
    top: -3 !important;
    left: 4px;
    display: inline-block;
    min-height: 21px;
    min-width: 21px;
    background-color: rgba(240, 240, 240, 0.4);
    border-radius: 2px;
    border: 1px solid rgb(138, 136, 134);
    border-color: rgb(200, 200, 200);
    cursor: pointer;
    accent-color: var(--primary);
}

.blcheckbox:disabled {
    background-color: rgb(243, 242, 241);
    border-color: lightgray;
    text-overflow: ellipsis;
}


.blcheckboxrow {
    margin-bottom: 2%;
    margin-top: 2%;
    margin-left: 0% !important;
}

.blcheckbox-label {
    /* padding-top: 0.7%;*/
    /*font-weight: 600;*/
    /*text-overflow: ellipsis;*/
    vertical-align: middle;
    line-height: 1rem;
    /*padding-left: 1%;*/
    /*font-size: 14px;*/
    /*color: #4e4d4cd1;*/
    cursor: pointer;
    max-width: calc(100% - 40px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    /*z-index: 1;*/
}

.blcheckbox-wrapper {
    display: flex;
    justify-content: left;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 7px;
}

.blcheckbox-wrap::after {
    top: 11px !important;
}

/* On mouse-over, add a grey background color */
.blcheckboxcontainer:hover input ~ .blcheckbox {
    background-color: #ccc;
}

.blcheckboxcontainer input:disabled ~ .blcheckbox {
    background-color: #ccc !important;
}

/*.blcheckboxcontainer input:focus ~ .blcheckbox {*/
/*    background-color: #91b3c7 !important;*/
/*}*/

/* When the checkbox is checked, add a blue background */
.blcheckboxcontainer input:checked ~ .blcheckbox {
    background: var(--primary);
    border: none;
}

/* Create the blcheckbox/indicator (hidden when not checked) */
.blcheckbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the blcheckbox when checked */
.blcheckboxcontainer input:checked ~ .blcheckbox:after {
    display: block;
}

/* Style the blcheckbox/indicator */

.bllist-cols-config-icons-wrapper ~ table .blcheckboxcontainer .blcheckbox:after {
    top: 0.18rem;
}

.blcheckboxcontainer .blcheckbox:after {
    left: 0.5rem;
    top: 0.11rem;
    width: 6px;
    height: 14px;
    /* border-radius: 1px; */
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0px;
    transform: rotate(45deg);
}

.field-for-clear:hover > .action-icons > span {
    /*padding-top: 2px !important;*/
    display: inline;
}

.datepicker:hover > .action-icons > span {
    padding-right: 15px !important;
    display: inline;
}

.field-clear {
    display: none;
    line-height: 1;
}

.selectfield-for-clear:hover > .action-icons > span, .selectfield-for-clear:hover > .action-icons > a {
    display: inline;
}

.dashboard-content .selectfield-for-clear:hover span.icon-clear {
    display: inline;
    position: absolute;
    right: 0;
}

.dashboard-content .selectfield-for-clear:hover input.datepicker ~ span.icon-clear {
    right: 1em;
}

.col_search-td {
    background-color: white;
}

.col_search-td label.field .psuedo_select .selected {
    left: 8px;
}

.col_search-td label.field .psuedo_select.search {
    top: 3px;
}

.col_search-td label.field .psuedo_select ul {
    position: fixed;
}

.bl_table td.col_search-td {
    /*padding: 0px 0 !important;
    min-width: 210px;
    vertical-align: bottom;*/
    padding: 0 !important;
    overflow: visible;
}

.search_floating-label-wrap {
    padding-left: 15px;
}

.blsearch-wrapper .field[disabled= "disabled"] div.psuedo_select {
    border-bottom: none !important;
}

.blsearch-wrapper .field[readonly= "readonly"] {
    background-color: #e9ecef !important;
}

.blsearch-wrapper .field[readonly= "readonly"] span {
    background-color: transparent !important;
}

.blsearch-wrapper .field span {
    left: 7px;
}

.checkbox-wrapper {
    margin-bottom: 1em;
    height: 28px;
}

.checkbox-wrapper.reportparam {
    padding-left: 0;
}

.disabledField {
    background-color: #e9ecef !important;
}

.tbOptdisabled {
    cursor: not-allowed !important;
    opacity: 0.5;
}

#filterdropdown {
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    width: 467px;
}

.required-field {
    overflow-x: visible;
    overflow-y: auto;
    max-height: 200px;
    line-height: 2rem;
    white-space: nowrap;
}

.wftimeline-header {
    display: table-header-group;
    font-size: 13px;
    font-weight: bold;
    position: sticky;
    top: 0;
    background-color: #f8f8f8;
    border-bottom: 2px solid grey;
    height: 30px;
}

.wftimeline-table-content {
    overflow-y: auto;
    max-height: 500px;
}

.prevnxtLink {
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prevnxtLink:hover {
    cursor: pointer;
    border: 1px solid white;
    box-shadow: none;
}

.prevnxtLink i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prevnxtLink i:hover{
    color: white;
}

.wfactivity-refresh-header {
    /*font-family: OpenSans;*/
    color: #FFFFFF;
    border-radius: 5px;
    position: relative;
    top: 0px;
    transition: all ease 0.3s;
    /*left: 14px*/
    left: -4px

}

.blformlookup-header .lookup-header-lable {
    /*font-family: Roboto, sans-serif;*/
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    text-align: left;
    height: 36px;
    color: rgba(82, 81, 81, 0.89);
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.floating-label-wrap label.material-select-all {
    position: relative;
    top: 0;
    left: 0;
}

.lookup-header-title {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    display: block;
}

.lookup-table {
    width: 100%;
    /* width: max-content;*/
    table-layout: auto !important;
}

.lookup-table-pos {
    width: max-content !important;
    min-width: 100% !important;
}

.lookup-table tbody tr:nth-of-type(odd) {
    background-color: #4f78a40d;
}

.bllookuptr td {
    /*padding: 10px !important;*/
    height: 38px !important;
}

.material-table.material-medium .bl_table .bllookuptr td {
    height: 38px !important;
}

.blinput-lookup {
    width: 100%;
}

.lookup-img {
    outline: 2px solid transparent;
}

.lookup-img:focus {
    outline: 2px solid var(--primary);
}

*:focus {
    outline: none;
}

.add_files_btn i {
    vertical-align: middle;
    margin-right: 5px;
}

.add_files_btn {
    margin-right: 15px;
    /*background-color: var(--primary);
    color: white;*/
}

.calenderdiv {
    background-color: var(--primary);
}

.table .themetablethead {
    background-color: var(--primary);
}

.blbutton1.uploadbtn {
    color: white;
    background-color: var(--primary);
}

.count-status {
    padding: 4px;
    padding-right: 11px;
    size: 14px;
    font-size: 14px;
    min-width: max-content;
}

.list-icons {
    display: flex;
    position: sticky;
    top: 70px;
    z-index: 1;
    background-color: white;
}

.bltextareaexp {
    font-size: 15px;
    width: 200%;
    box-shadow: none;
    overflow: auto;
    padding: 0.15rem 0.4rem;
    box-sizing: border-box;
    cursor: text;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    border-image: initial;
    border-radius: 2px;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    outline-color: transparent;
    height: 100px;
    resize: none;
}

.bltextareatempl {
    font-size: 15px;
    width: 300%;
    height: 250px;
    box-shadow: none;

    padding: 0.15rem 0.4rem;
    box-sizing: border-box;
    cursor: text;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    border-width: 1px;
    border-style: solid;
    /* border-color: rgb(138, 136, 134); */
    border-color: rgb(200, 200, 200);
    border-image: initial;
    border-radius: 2px;
    /* background: rgb(255, 255, 255); */
    /* box-shadow: 0px 0px 5px -5px rgba(0,0,0,0.5); */
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow: hidden;
    outline-color: transparent;
}

.lookupnewattachmodal {
    width: 20px;
    position: relative;
    padding: 1px 3px 3px;
    right: 8%;
    top: 8%;

}

.builder-input-lookup-icon {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: rgb(241 241 241);
    border: 1px solid rgba(190, 190, 190, 0.78);;
    margin-right: 20px;
    height: 34px;
}

.builder-input-lookup-icon input {
    padding: 0 0 0 2px;
}

.table-select-form {
    width: 30%;
    min-width: 220px;
}

.templatemodallookup {
    cursor: pointer;
    height: 20px;
    width: 25px;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

.formnavigation-button {
    display: none;
    cursor: pointer;
}

.wrapper:hover .formnavigation-button {
    display: inline-block;
}

.topbar_company_text_overflow {
    margin: 0 0 2em 0;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    max-width: 50em;
    display: inline-flex;
}

.topbar_company_text_overflow:hover {
    overflow: auto;
    white-space: normal;
    height: auto;
}

.profile-dropdown.clickable svg {
    height: 20px;
}

@media screen and (min-width: 1200px) {
    .container.subtablecontainer {
        max-width: 1700px;
    }
}

.blsubtabletr .details-control::after {
    content: 'chevron_right';
    font-family: 'Material Icons Outlined';
    font-size: 20px;
    color: var(--primary);
    cursor: pointer;
    width: 16px;
    height: 0;
    display: block;
    position: relative;
    top: -8px;
}

.blsubtabletr.shown .details-control::after {
    content: 'expand_more';
    font-family: 'Material Icons Outlined';
    font-size: 20px;
    color: var(--primary);
    width: 16px;
    height: 0;
}

.sub-table-select label #img_category {
    position: initial;
}

.blsubtabletr .lookup-sub-field {
    top: -1px;
}

.blsubtabletr:focus {
    border: 1px solid var(--secondary) !important;
    /*transition: all 0.3s ease-in-out;*/
   /* background-color: #f8f8f4 !important;*/
    border-radius: 8px;
}

.blsubtabletr td.subtable-cell .input-wrapper input.floating-label-field:disabled {
    background-color: #e9ecef !important;
}

.blsubtabletr:focus td.subtable-cell .input-wrapper input.floating-label-field {
    background-color: #f8f8f4 !important;
}

.blsubtabletr:focus ~ tr td.subtable-tr-slot {
    border-top: none;
}

.subtable .bl_table.sticky_header_table tbody tr td.details-control, .subtable .bl_table.sticky_header_table tbody tr td.show_child_details, .subtable .bl_table.sticky_header_table thead tr th:nth-of-type(1), .subtable .bl_table.sticky_header_table thead tr th:first-child #td_sequnce {
    width: 50px !important;
}

.show_child_details > .action-icons i {
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
}

.subtable-pagination {
    line-height: 3.7;
    margin-top: 10px;
    float: right
}

.subtable > table > tbody > tr > td {
    background-color: #f0f2f53d;
    height: 37px !important;
}

/*.subtable > table > tbody > tr.odd.blsubtabletr > td  input
{
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}*/

.br-outline {
    outline: 1px rgba(0, 0, 0, .12);
}

.br-left-right-1 {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.br-left-right-1 > div {
    align-items: center;
    justify-content: center;
}

.br-left-right-1-noflex {
    border-left: 1px solid rgba(0, 0, 0, .12);
    border-right: 1px solid rgba(0, 0, 0, .12);
}
/*.br-left-right-1-noflex label.field .psuedo_select .selected{
    top:-8px;
}
.br-left-right-1-noflex label.field .psuedo_select::after{
    top:0px;
}
.br-left-right-1 .lookup-sub-field .input-wrapper input[formlookup]{
    margin-bottom:2px;
}
tr:focus .br-left-right-1 .floating-label-wrap{
    margin-bottom:2px !important;
}*/

.subtable > table > tbody > tr.odd.blsubtabletr > td .field-for-clear > .action-icons {
    top: 2px;
    right: 9px;
}

.subtable > table > tbody > tr.odd.blsubtabletr > td input.form-element-field {
    background-color: #FFF;
    box-shadow: inset 0px 0px 4px 1px #ededed63;
    border-radius: 0px !important;
    height: 35px !important;
    margin-top: -5px;
    border-bottom: 1px solid rgb(251 244 244 / 78%);
}

.subtable > table > tbody > tr.odd.blsubtabletr > td input.lookup-field {
    background-color: #FFF !important;
    margin-bottom: -2px;
}

.subtable > table .odd.blsubtabletr > td .material-checkbox {
    /*margin-left: 10px;*/
}

.subtable > table > tbody > tr.odd.blsubtabletr > td textarea:required {
    border-bottom: 3px solid #f08020 !important;
}

.subtable > table > tbody > tr > td input:not([type='search']):required, .subtable > table > tbody > tr > td textarea:required {
    border-bottom: 1px solid #f08020 !important;
}

.subtable > table > tbody > tr > td input:not([type='search']):focus, .subtable > table > tbody > tr > td textarea:focus {
    border-bottom: 2px solid var(--primary) !important;
}

.input-color {
    padding: 4px !important;
    padding-right: 4px !important;
    max-width: 20%;
    height: 30px !important;
}


.cursor {
    cursor: pointer;
}

.td_sequnce_input {
    border: 0.5px solid grey;
    height: 30px;
    display: inline-block;
}

.nav-pills.nav-home li:hover {
    cursor: pointer;
}

.nav-pills.nav-home .nav-item.active {
    background: var(--primary);
    border: 1px solid #b2b2b2;
    border-radius: 20px;
    color: #fff;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 12px;
    letter-spacing: 0.1px;
    height: 30px;
    margin-top: 5px;
}

.icon-bar {
    color: var(--quaternary);
}

.icon-bar-icon {
    padding: 5px;
    display: flex;
    align-items: center;
}

.audit-table {
    width: 100%;
    border: 1px solid rgb(224, 224, 224);
}

.list-page-sticky {
    position: sticky;
    top: 130px;
    z-index: 4;
    background: white;
    /*border-top: 1px solid #eaeaea;*/
    border-radius: 6px;
}

.br-4 {
    padding: 2px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .12);
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);*/
}

.main-accordion-body .br-4 {
    border: 0px solid rgba(0, 0, 0, .12);
    padding: 0px;
}

.pd-1 {
    padding: 1px !important;
}

.listpage-columns-content .br-4, .listpage-columns-content .dense-table-wrapper table thead tr, dense-table-wrapper table tbody tr {
    border-color: rgba(0, 0, 0, .1);
}

.list-page-th-sticky {
    z-index: 1;
    background: white;
    font-size: 12px;
    color: white !important;
}

.list-page-sticky ~ .br-4.m-2 {
    padding-top: 0px;
    margin-top: 0px !important;
}

.list-page-head {
    position: sticky;
    top: -8px;
    z-index: 3;
}

.list-msg {
    color: red;
    padding: 20px;
    /* padding-left: 50vh; */
    font-size: 15px;
    display: inline-block;
    /*justify-content: center;* if table contains more columns showing this msg inside*/
    align-items: center;
    position: sticky;
    left: 40%;
}

.li-item {
    border: 1px solid #b2b2b2;
    border-radius: 20px;
    color: black;
    height: auto;
    padding: 4px;
    margin-right: 10px;
}

.li-item.active {
    background: var(--primary);
    border: 1px solid #b2b2b2;
    border-radius: 20px;
    color: #fff;
    height: auto;
    padding: 4px;
}

.li-link {
    font-size: 17px;
    padding: 4px;
}

.formtoolbar-img {
    height: 26px;
    width: 26px;
    /*margin-right: 9px;*/
}

.formoption-img {
    height: 28px;
    width: 28px;
}

.theme-color {
    color: var(--primary);
}

.adv-search-modal table tbody tr:hover {
    background-color: white !important;
}

.adv-search-select {
    height: 100%;
    min-width: 120px;
    background: white;
    border-bottom: 0px solid rgba(0, 0, 0, 0.42);
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;
    color: #666;
    line-height: 1.5;
    /*font-weight: 600;*/
}

.modal-save {
    float: right;
    padding-right: 15px;
}

.modal-close {
    float: right;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    display: flex !important;
}

.modal-close:hover {
    cursor: pointer;
}

.modal-save:hover {
    cursor: pointer;
}

.input-wrapper.field-for-clear.input-color-field {
    display: block;
}

.form-control.input-color:focus {
    border: none;
    box-shadow: none;
}

.field-for-clear:hover > .col-md-2 .action-icons > span {
    padding-top: 10px !important;
    display: inline;
}


.dropbox {
    width: 70%;
    outline: 2px dashed rgb(200, 200, 200); /* the dash box */
    outline-offset: -10px;
    color: dimgray;
    padding: 10px 10px;
    min-height: 160px; /* minimum height */
    position: relative;
    cursor: pointer;
}

.dropbox .input-file {
    opacity: 0; /* invisible but it's there! */
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.dropbox p {
    font-size: 14px;
    text-align: center;
    padding: 50px 0;
}

.blimage.disabled .dropbox {
    background-color: #e9ecef !important;
}

.editImage {
    padding-top: 25px;
    padding-left: 10px;
    position: absolute;
    top: 0;
    display: none;
}

.uploadedImage {
}

.uploadedImage:hover .editImage {
    padding-top: 25px;
    padding-right: 25px;
    position: absolute;
    top: 0;
    display: flex;
}

.dashboard_table {
    overflow: scroll;
    max-width: max-content;
}

.dashboard-title {
    text-align: center;
    color: red;
    font-weight: bold;
}

.toolbar-cols {
    margin: 0px;
    padding: 0 5px;
    font-size: 1rem;
    color: var(--primary);
    font-weight: 600;
}

.textarea-disabled {
    background-color: #e9ecef !important;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
    border-bottom: none;
    /*border-radius: 5px !important;*/
}

.bllink .input-wrapper[readonly], .bllink .input-wrapper[disabled] {
    background-color: #e9ecef !important;
}

.contents > li.active div {
    color: white;
    background-color: var(--primary);
    width: 100%;
    padding: 5px;
}

.contents > li.active span a {
    color: white;
}

.child-tree.unchecked font {
    vertical-align: middle !important;
}

.child-tree {
    vertical-align: middle;
    padding: 6px;
    margin-top: 2px;
    letter-spacing: 1px;
}

.child-tree.checked {
    background-color: var(--primary);
    /*display: inline-block;*/
    width: 100%;
    color: white;
    margin-top: -5px;
}

.child-tree.checked font {
    font-size: 12px;
}

.tree .folder .contents li .selected {
    background-color: rgb(1, 152, 255);
    padding: 5px;
    width: 100%;
    display: table;
    color: white;
}

.tree .folder .contents li .selected a {
    color: white;
}

.tree .folder .contents li .child-tree.unchecked.selected {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    width: 100%;
    margin-top: -5px;
}

.tree-header {
    justify-content: space-between;
    display: flex;
}

.search-input.tree-search {
    width: 75%;
    border-bottom: 1px solid lightgray;
    padding: 5px 5px 5px 30px;
    height: 31px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;
    color: #666;
    /* line-height: 1.5; */
    font-weight: 600;

}

.search-input.tree-search:focus {
    box-shadow: 0 0 5px var(--primary);
    border-bottom: 1px solid var(--primary);
}

.tree-search-clear {
    display: none;
}

.tree-search-div {
    display: flex;
    padding: 5px;
    width: 100%;
}

.tree-search-div:hover > .tree-search-clear {
    display: flex;
    left: -15px;
    position: relative;
    top: 5px;
}

.material-icons.tree-clear-icon {
    top: 5px;
    position: relative;
}

.tree-menu {
    min-width: 100%;
    max-width: 330px;
    position: relative;
    overflow-x: auto;
    z-index: 1;
    /*height: 70vh;*/
    overflow-y: auto;
}

.dashboard_input {
    margin-top: 2px;
    height: 30px;
    width: 4vw;
    padding: 4px;
}

.dashboard_input_label {
    padding: 4px;
}

/*

==============================
Web notifications
=============================*/

hr {
    border: 0;
    height: 0;
    margin: 1.5rem 0;
    border-top: 1px solid gray;
}
.dotted-hr {
    border-top: 1px dotted gray;
}

.dropdown__menu-nav {
    list-style: none;
    padding-left: 0;
}

.dropdown__menu-nav .dropdown__menu-item {
    background-color: var(--primary);
    padding: 0.2rem 1rem 0 0;
}

.no_usernotifications_msg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #b5b5c3;
}

.no_usernotifications_msg i {
    padding: 5px;
}

.no_usernotifications_msg span {
    padding: 6px 5px;
}

.header--button {
    right: 24px;
    position: relative;
    margin: 0;
    padding: 0;
    color: gray;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: transparent;
}

.header--button--close {
    position: absolute;
    background: transparent;
    border: 0;
    right: 4px;
    top: 4px;
}

.header--button--close svg {
    border: 1px solid transparent;
}

.header--button--close:hover svg {
    border: 1px solid white;
}

.header--button:focus {
    outline: 0;
}

.header--icon {
    width: 1.65rem;
    height: 1.65rem;
}

.dropdown__menu {
    top: 100%;
    right: 0;
    position: absolute;
    z-index: 1000;
    max-height: 30rem;
    min-width: 500px;
    overflow-y: auto;
    padding: 0;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #e2e2e2;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.dropdown__menu-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    padding: 12px 0 0;
}

.dropdown__menu-link:hover {
    color: #17bf63;
    text-decoration: none;
    /*background-color: rgba(79, 192, 141, 0.1);*/
}

.dropdown__menu-svg {
    width: 1.5rem;
    height: 1.5rem;
}

.dropdown__menu-text {
    font-weight: 300;
    margin-left: 1rem;
    margin-right: 1rem;
    color: white;
    border-bottom: 3px solid #f5f5f5;
}

.slide-fade-enter-active,
.slide-fade-leave-active {
    transition: all 0.6s;
}

.slide-fade-enter,
.slide-fade-leave-active {
    opacity: 0;
}

.slide-fade-enter {
    transform: translateX(31px);
}

.slide-fade-leave-active {
    transform: translateX(-31px);
}

.dropdown-enter-active,
.dropdown-leave-active {
    transition: all 0.5s;
}

.dropdown-enter,
.dropdown-leave-to {
    opacity: 0;
    /*transform: translateY(-300px);*/
}

.wftimeline-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.center_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main {
    margin: 6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*
.main__subtitle {
    color: #4f5959;
    font-weight: 100;
    margin-bottom: 2rem;
}

.main__link {
    margin-right: 1.5rem;
    display: inline-block;
}

.main__link:last-child {
    margin-right: 0;
}

.main__svg {
    width: 2rem;
    height: 2rem;
    opacity: 0.6;
    color: #94a2b0;
}

.main__svg:hover {
    color: #ffad1f;
}*/

.notification_count {
    background: #ce4949;
    color: #fff;
    border-color: #1bc5bd;
    cursor: pointer;
    font-weight: 500 !important;
    outline: none;
    margin-left: .5rem;
    padding: .55rem .75rem;
    border-radius: .42rem;
    font-size: 13px;
}

.notification_table_wrapper table {
    width: 100%;
}

.notification_table_wrapper table tr {
    border-bottom: 1px solid #ebedf3;
}

.notification_table_wrapper table.lookup-table tr:last-child {
    border-bottom: 0px;
}

.notification_table_wrapper {
    padding: 0rem 1rem 0 1rem;
}

.notification_table_wrapper table thead th {
    font-size: 14px;
    padding: 12px;
    color: #b5b5c3;

}

.notification_table_wrapper table tbody td {
    font-size: 14px;
}

.dropdown__menu-item h6 {
    text-align: center;
    color: white;
    font-weight: 600;
    padding: 14px 3px 3px;
    margin: 0px
}

.notification-badge {
    position: absolute;
    z-index: 2;
    color: #FFF;
    background-color: #41b0da;
    font-weight: 400;
    height: 22px;
    width: 22px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    right: -7px;
    top: -1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.dropdown__menu .ul-pagintaion {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.dropdown__menu .li-pagintaion {
    border: 1px solid transparent;
    padding: 0;
}

.dropdown__menu .li-pagination:hover {
    border: none;
}

.dropdown__menu .li-pagintaion a {
    padding: 7px 6px 4px;
}

.dropdown__menu .li-pagintaion a:hover {
    text-decoration: none;

}

.dropdown__menu .li-pagintaion .current1 {
    background-color: var(--primary);
    color: white !important;
    font-weight: bold;
    color: white;
}

.notification_table_wrapper {
    position: relative;
}

#bl-modal .notification-wrapper {
    z-index: 11;
    position: absolute;
    top: 8px;
    left: 8px;
    height: auto;
    border: 1px solid #CECECE;
    border-radius: 5px;
    background-color: white;
    /*box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);*/
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}

.notification-wrapper .blmodal-content {
    min-width: 100%;
}

.notification-wrapper .blmodal-content i {
    padding: 0px 10px 0 5px;
}

.notification-wrapper .modal-header .modal-title {
    font-size: 14px;
}

.body-wrapper {
    text-align: left;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
}

.notification-wrapper h5 {
    font-size: 14px;
}

.notification-overlay {
    width: 100%;
    transition: 0.3s;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
}

.notification-overlay .blmodal-content header {
    padding: 0px;
    margin-bottom: 5px;
    justify-content: space-between;
    box-shadow: none;
}

.notification-overlay .blmodal-content header label {
    padding-top: 10px;
    font-weight: bold;
}

.notification-overlay .blmodal-content header i {
    cursor: pointer;
}

#bl-messagemodal-container.notification-wrapper .body-wrapper {
    /*max-height: 24vh;*/
    overflow: auto;
    margin-right: 15px;
}

#bl-messagemodal-container.notification-wrapper .details-wrapper span {
    color: #1976d2;
    font-weight: bold;
}

.center_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.md_table_wrapper {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    width: 100%;
    overflow-x: auto;
}

.md_table_wrapper table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.md_table_wrapper table thead {
    display: table-header-group;
    border-collapse: collapse;
    border-spacing: 0px;
    color: rgba(0, 0, 0, 0.87);
}

.md_table_wrapper table thead tr {
    display: table-row;
    vertical-align: middle;
}

.md_table_wrapper table thead tr th {
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.01071em;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgb(224, 224, 224);
    text-align: left;
    padding: 6px 16px;
    color: rgba(0, 0, 0, 0.87);

}

.md_table_wrapper table tbody tr td {
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgb(224, 224, 224);
    text-align: left;
    padding: 6px 16px;
    color: rgba(0, 0, 0, 0.87);
}

.dashboard-table-td-tr {
    border-top: 1px solid rgba(0, 0, 0, .12);
}

tbody .dashboard-table-td-tr:hover, .table-striped tbody tr:hover {
    background-color: rgba(0, 0, 0, .04) !important;
}

.table-striped .inside-table tbody tr.bllookuptr:not(.border-0):hover {
    background-color: var(--secondary) !important;
}

.table-striped .inside-table tbody tr.bllookuptr:hover {
    background-color: var(--secondary) !important;
}

.table-striped tbody tr:hover .float-list-cols {
    background-color: #f2f2f2 !important;
}

.table-striped tbody tr.odd.blsubtabletr:hover > td.float-list-cols input.floating-label-field, .table-striped tbody tr.odd.blsubtabletr:hover > td.float-list-cols input.lookup-field {
    background-color: #f2f2f2 !important;
}

.table-striped tbody tr.odd.blsubtabletr:hover > td.subtable-cell input.floating-label-field, .table-striped tbody tr.odd.blsubtabletr:hover > td.subtable-cell input.lookup-field {
    background-color: #f0f2f53d !important;
}

.p-15 {
    padding: 15px;
}

.red-text {
    color: red !important;
    padding-left: 5px !important;
    position: absolute !important;
    right: 0px !important;
    left: auto !important;
    top: 0 !important;
}

.reportparm_astric_symbol {
    color: red !important;
    padding-left: 5px !important;
    position: relative;
    left: auto !important;

}

.sortcol-align {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    cursor: pointer;
}

.sortcol-align span {
    padding-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sortcol-align .material-icons {
    opacity: 0;
    font-size: 18px;
}

.list-page-th-sticky:hover > .sortcol-align .material-icons, .blformlookup-header td:hover > .sortcol-align .material-icons {
    opacity: 1;
    font-size: 18px;
}

th.list-page-th-sticky:hover > .blth-resize {
    display: block;
}

.list-page-th-sticky > .sortcol-align .material-icons.displayBlock, .blformlookup-header td > .sortcol-align .material-icons.displayBlock {
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    transform: rotate(0deg);
    display: block;
    opacity: 1;
}

.list-page-th-sticky > .sortcol-align .material-icons.rotate, .blformlookup-header td > .sortcol-align .material-icons.rotate {
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    opacity: 1;
}

#hours-tooltip, #mins-tooltip, #secs-tooltip {
    display: none;
    position: relative;
}

#hours-container:hover p, #mins-container:hover p, #secs-container:hover p {
    display: block;
    position: fixed;
    margin-bottom: 1rem;
}

.search-field {
    width: min-content;
    min-width: 100px;
}

.search-field .col_search {
    height: 38px;
    margin-right: -24px;
}

.search-field .col_search .calendar-icon {
    margin-right: 10px;
}

#calContainerDiv {
    background-color: var(--primary);
}

/*#adv_search_addrow {
    color: var(--secondary);
}*/

#adv_search_addrow:hover {
    cursor: pointer;
}

.menu ul .dropdown-submenu .dropdown-item span, .menu ul .dropdown-submenu .dropdown-item i {
    color: #212529;
}

/*.menu ul .dropdown-submenu:hover {
    background-color: var(--secondary) !important;
}*/
/*.menu-wrapper ul li:hover > .dropdown-item > span, .menu-wrapper ul li:hover > .dropdown-item > i, .menu ul .dropdown-submenu:hover > .dropdown-item > span,.menu ul .dropdown-submenu:hover > .dropdown-item > i, .parent.dropdown-item:hover > .dropdown-item > span, .parent.dropdown-item:hover > .dropdown-item > i  {
    color: #fff;
}*/
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.2;
    display: none;
}

.mat-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    display: none;
}

.mat-modal.confirmation-mat-modal {
    z-index: 1055;
}

.confirmation-mat-modal + .modal-overlay {
    z-index: 1054;
}

.show-modal-overlay .modal-overlay {
    display: block;
}

.show-modal-overlay .mat-modal {
    display: block;
}

.mat-modal .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: auto;
    pointer-events: none;
    max-width: 500px;
    justify-content: center;
    margin: 0 auto;
}

.modal-dialog-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0.42rem;
    z-index: 1050 !important;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
}

.confirmation-modal .md-modal-content p i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.md-modal-header {
    margin: 0px;
    padding: 15px 15px;
    display: flex;
    flex: 0 0 auto;
}

.md-modal-header span {
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 12px;*/
}

.md-modal-header h5 {
    margin-bottom: 0;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.0075em;
    color: rgba(0, 0, 0, 0.87);
}

.md-modal-header p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
}

.md-modal-close {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: transparent;
    outline: none 0px;
    border: 0px none;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    position: absolute;
    right: 8px;
    top: 8px;
    color: rgb(158, 158, 158);
}

.md-modal-content {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 24px 24px;
    max-height: 600px;
}

.md-modal-content.custom {
    max-height: inherit !important;
}

.blattachments .md-modal-content {
    max-height: inherit;
}

.md-modal-content p {
    margin: 0px;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.6);
}

.md-modal-content p.font-small, .md-modal-content i.font-small {
    font-size: 13px !important;
    color: rgba(102, 102, 102, .9);
}

.md-modal-content.message-modal-body {
    overflow-y: unset;
    overflow-x: auto;
}

.aside-formlookup p.show-tool-tip {
    margin-top: 0;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.8rem;
    cursor: pointer;
}

.error_code_text i {
    opacity: 0;
}

.error_code_text:hover i {
    opacity: 1;
}

.error_code_text {
    cursor: pointer;
}

.md-modal-footer {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 8px;
    -moz-box-pack: end;
    justify-content: flex-end;
    flex: 0 0 auto;
}

/*.md-modal-footer .text-button{
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    outline: currentcolor none 0px;
    border: 0px none;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 8px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(25, 118, 210);
}*/
.md-modal-footer .mr-3 {
    margin-right: 8px !important;
}

.genericFormModal {
    min-width: 900px;
}

.md-list {
    padding: 0;
    margin-bottom: 0;
}

.md-list li {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px;
    height: fit-content;
    margin: 15px 0;
}

.md-list li i {
    font-size: 12px;
    margin-right: 10px;
}

.md-list li a {
    color: rgba(0, 0, 0, 0.87);
}

.md-list li:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.md-list li:hover a {
    color: var(--primary);
}

.space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

/*.blinfo {
    color: rgb(1, 67, 97) !important;
}
.blwarn {
    color: rgb(102, 60, 0) !important;
}
.blerror {
    color: rgb(95, 33, 32) !important;
}
.blsuccess{
    color: rgb(30, 70, 32) !important;
}
.blsuccess-bg{
    display: inline-block;
    background-color: rgb(237, 247, 237) !important;
    color: rgb(30, 70, 32) !important;
}
.blinfo-bg {
    display: inline-block;
    background-color: rgb(229, 246, 253) !important;
    color: rgb(1, 67, 97) !important;
}
.blwarn-bg {
    display: inline-block;
    background-color: rgb(255, 244, 229) !important;
    color: rgb(102, 60, 0) !important;
}
.blerror-bg {
    display: inline-block;
    background-color: rgb(253, 237, 237) !important;
    color: rgb(95, 33, 32) !important;
}

.blsuccess-bg .md-modal-header h3, .blsuccess-bg .md-modal-content p, .blsuccess-bg .md-modal-footer .text-button{
    color: rgb(30, 70, 32) !important;
}
.blinfo-bg .md-modal-header h3, .blinfo-bg .md-modal-content p, .blinfo-bg .md-modal-footer .text-button{
    color: rgb(1, 67, 97) !important;
}
.blwarn-bg .md-modal-header h3,  .blwarn-bg .md-modal-content p, .blwarn-bg .md-modal-footer .text-button{
    color: rgb(102, 60, 0) !important;
}
.blerror-bg .md-modal-header h3, .blerror-bg .md-modal-content p, .blerror-bg .md-modal-footer .text-button{
    color: rgb(95, 33, 32) !important;
}*/
.blerror-bg .md-modal-header span i {
    color: rgb(239, 83, 80) !important;
}

.blsuccess-bg .md-modal-header span i {
    color: rgb(76, 175, 80) !important;
}

.blwarn-bg .md-modal-header span i {
    color: rgb(255, 152, 0) !important;
}

.blinfo-bg .md-modal-header span i {
    color: rgb(3, 169, 244) !important;
}

.p-0 {
    padding: 0 !important;
}

.blstcolsearch-td .p-0-7 {
    padding: 0 7px 0 0 !important;
}

.p-0-7 {
    padding: 0 7px !important;
}

.p-0-16 {
    padding: 0 16px !important;
}

.show_row_details_td {
    height: 52px !important;
    padding: 0 16px !important;
}

.show_row_details_td input[disabled] {
    border: none;
    color: inherit;
}

/*.border-0 .input-wrapper{*/
/*    padding: 4px 7px;*/
/*}*/
.border-0 .input-wrapper input {
    /*border: none;*/
}

.border-0 .input-wrapper input:focus, .psuedo_select:focus {
    /*border-bottom: 2px solid #1976d2 !important;*/
    border-bottom: 2px solid var(--primary) !important;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 15rem;
    border-bottom: 0;
    height: 27px;
    margin-top: 10px;
}

input[type="range"]:focus {
    outline: none;
    border: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    background-color: var(--secondary);
    border-radius: 0.5rem;
    height: 0.5rem;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -5px;
    background-color: var(--primary);
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
}

input[type="range"]::-moz-range-track {
    background-color: var(--secondary);
    border-radius: 0.5rem;
    height: 0.5rem;
}

input[type="range"]::-moz-range-thumb {
    border: none;
    border-radius: 0;
    background-color: var(--primary);
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
}

.material-table.material-compact .bl_table td {
    height: 32px !important;
    padding: 0 16px;
}

.material-table.material-compact .bl_table th {
    height: 36px !important;
    padding: 0 16px !important;
}

.material-table.material-medium .bl_table td {
    height: 38px;
    padding: 0 16px;
}

.material-table.material-medium .bl_table th {
    height: 38px;
    padding: 0 16px;
}

.material-table.material-medium .bl_table td.p-0.subtable-cell, .material-table.material-compact .bl_table td.p-0.subtable-cell{
    max-width: 0px !important;
    text-overflow:ellipsis;
    overflow:hidden;
    min-width: 100px !important;
}

.material-table.material-medium .bl_table td.p-0, .material-table.material-compact .bl_table td.p-0 {
    padding: 0 !important;
}

.material-table.material-medium .bl_table td.p-0 .input-wrapper input.blinput, .material-table.material-compact .bl_table td.p-0 .input-wrapper input.blinput {
    min-width: min-content;
    width: 100%;
    padding: 0 8px;
}

.material-table.material-medium .bl_table td.p-0 .input-wrapper, .material-table.material-compact .bl_table td.p-0 .input-wrapper {
    min-width: min-content;
    width: 100%;
}

.material-table {
    background-color: #fff;
    /*border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.12);
    -webkit-overflow-scrolling: touch;*/
}

.search-icon {
    font-size: 20px !important;
    color: rgba(0, 0, 0, 0.1) !important;
    padding-right: 3px;
}

.bl_table.sticky_header_table thead th {
    position: sticky;
    top: 0px;
    /*z-index: 1;*/
    /*min-width: 140px;*/
}

.bl_table.sticky_header_table .dashboard-table-th-tr {
    z-index: 3;
    position: relative;
}

.dashboard-table-td-tr {
    border-top: 1px solid rgba(0, 0, 0, .12) !important;
}

.dashboard-table-sec .table-striped .bl_table .dashboard-table-td-tr:focus td {
    border-top: 1px solid var(--secondary) !important;
    border-bottom: 1px solid var(--secondary) !important;
    /*transition: all 0.3s ease-in-out;*/
    background-color: #f8f8f4;
}

.dashboard-table-sec .table-striped .bl_table .dashboard-table-td-tr:focus td.float-list-cols {
    background-color: #f8f8f4 !important;;
}

/*.bl_table.sticky_header_table thead tr th:nth-of-type(1) {
}*/
.blstcolsearch-td {
    min-width: 120px;
    overflow: visible !important;
}

.icon-color {
    color: rgba(0, 0, 0, 0.54);
}

.icon:hover
{
    cursor: pointer;
}

.container.containerinsidetble {
    padding-top: 30px;
}

.subtable-tr-slot > .containerinsidetble {
    margin-left: 14px;
}

.material-table.material-compact .bl_table td .floating-label-wrap.nolabel input {
    height: 24px;
    padding: 0.6em 0.6em 0.2em;
}

.col_search-td .floating-label-wrap {
    padding: 0 !important;
}

.strow-popup-container .dense-table-wrapper {
    overflow-x: hidden;
}

.strow-float-menu {
    position: sticky !important;
    right: 1px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    background-color: #f1f0f0 !important;
    align-items: center !important;
    justify-content: left !important;
    /*display: block !important;*/
    padding: 0px !important;
    /*padding-top: 6px !important;*/
    /*z-index: 2;*/
}

.section-inner .float-list-cols.strow-float-menu {
    outline: 1px solid rgba(0, 0, 0, 0.05);
}

.section-inner th.float-list-cols.strow-float-menu {
    outline: 1px solid white;
    outline-offset: 0px;
}

.float-list-cols {
    left: 1px;
    padding: 0 16px !important;
    min-width: 200px;
    max-width: 200px;
}

/*.float-list-cols .bllist-favs
{
    position: fixed;
    top: inherit;
    left: 2rem;
    width: 1.3rem;
}*/
/*.float-list-cols .lookup-header-lable{
    width:190px;
    max-width:200px;
}*/
.float-list-actions {
    z-index: 0;
    right: 0px;
}

.float-list-cols-2 {
    left: 201px;
    justify-content: center !important;
    display: flex;
}

.float-list-cols-3 {
    left: 401px;
    justify-content: center !important;
    display: flex;
}

/*.section-inner .float-list-cols-3
{
    left: 400px;
    justify-content: center !important;
    display: flex;
}*/
/*.float-list-cols > span
{
    width: 135px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
th.float-list-cols {
    color: white;
    background-color: var(--secondary) !important;
    /*z-index: 1;*/
}

thead td.float-list-cols, thead th.float-list-cols {
    z-index: 2;
}

td.float-list-cols {
    background-color: white !important;
    max-width: 100px;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 0;
}

.section-inner tbody td.float-list-cols {
    z-index: 1;
}

.strow-float-menu .dropdown-menu.profile-dropdown-menu.show {
    top: 0px !important;
}

.dense-table-wrapper {
    max-height: 520px;
    overflow: auto;
}

.dense-table-wrapper table {
    min-width: 100%;
    border: 0;
    white-space: nowrap;
    border-collapse: collapse;
    table-layout: fixed;
}

.dense-table-wrapper table thead {
    white-space: nowrap;
    border-collapse: collapse;
}

.dense-table-wrapper table thead th {
    /*font-family: Roboto, sans-serif;*/
    font-size: .875rem;
    line-height: 1.375rem;
    font-weight: 600;
    letter-spacing: .0071428571em;
    box-sizing: border-box;
    text-align: left;
    padding-right: 16px;
    padding-left: 16px;
    height: 36px;
    color: rgba(0, 0, 0, .87) !important;
    white-space: nowrap;
}

.dense-table-wrapper table thead tr {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, .12);
}

/*.dense-table-wrapper table tbody tr {
    border-top: 1px solid #dfdede3d;
}*/

.blattachments .dense-table-wrapper table tbody tr {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, .12);
}

.dense-table-wrapper table tbody tr:hover {
    background-color: rgba(0, 0, 0, .04);
}

.dense-table-wrapper table tbody tr td {
    /*font-family: Roboto, sans-serif;*/
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    box-sizing: border-box;
    padding-right: 16px;
    padding-left: 16px;
    height: 32px;
    color: rgba(0, 0, 0, .87);
    /*min-width: 135px;*/
    max-width: 145px;
    text-overflow:ellipsis;
    overflow-x:hidden;
}

.dense-table-wrapper table thead tr td {
    padding-left: 16px;
    padding-right: 16px;
}

.md-modal-content .dense-table-wrapper {
    overflow-y: hidden;
    max-height: 100%;
}

.listpage-columns-header {
    padding: 14px 24px 7px 24px;
    align-items: center;
}

.listpage-columns-content {
    padding-top: 7px;
    width: 100%;
    padding-bottom: 20px;
    max-height: 35rem;
    overflow: auto;
}

.listpage-columns-content input {
    width: 100%;
    border-color: rgba(0, 0, 0, .25);
    border-width: 1px;
}

.listpage-columns-content .md-input-dense {
    padding: 4px;
}

.listpage-columns-content-search {
    height: 100%;
    width: 100% !important;
}

.listpage-columns-content .dense-table-wrapper table tbody td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listpage-columns-content .dense-table-wrapper table tbody td.colstyles {
    font-weight: bold;
}

.bllookuptr:nth-of-type(odd):hover, .table-striped tbody tr.bllookuptr:nth-of-type(odd):hover {
    background-color: var(--secondary) !important;
    color: white !important;
}

.bllookuptr:nth-of-type(odd):hover td, .table-striped tbody tr.bllookuptr:nth-of-type(odd):hover td {
    color: white !important;
}

.bllookuptr:hover td {
    color: white !important;
}

.filter_unchecked {
    position: relative;
    width: 34px;
}

.md-select-pagination {
    padding: 3px;
    margin-right: 10px;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.19);
    border-radius: 4px !important;
    font-size: 15px;
    background-color: #FFF;
}

.loginpage-bottomLabel{
    display:flex;
    justify-content: space-around;
    margin-top: 10px;
    flex-wrap: wrap;
}

.login-user-h6 {
    color: #292f4b;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.7px;
    font-weight: 600;
    margin-top: 40px;
}

.login-modal-padd {
    padding-bottom: 50px;
}

/*.centerdiv {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     padding: 10px;
     width: 600px;
     height: 350px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/

.modal-body {
    /*position: relative;*/
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.login-h6 {
    font-size: 30px;
    line-height: 16px;
    letter-spacing: 1.5px;
    color: #292f4b;
    line-height: normal;
}

.login-h6-border {
    width: 85px;
    margin-top: 10px;
    height: 6px;
    background-image: linear-gradient(to right, rgba(0, 153, 255, 0.6), rgba(0, 153, 255, 0.47) 22%, #ffffff), linear-gradient(to bottom, #ffffff, #ffffff);
}

.modal-login-a {
    background: #0099ff;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    text-decoration: none;
    border:none;
    margin-top:15px;
    margin-bottom:20px;
}

.modal-login-a:hover {
    text-decoration: none;
    color: #fff;
}

.login-modal-padd input.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-modal-padd input.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-container {
    width: -webkit-fill-available;
}

.iportman-logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

@media screen and (min-width: 768px){
    .iportman-logo2{
        width:40%;
    }
    .form-container{
        width: 60%;
    }
}

@media screen and (max-width: 600px){
    .login-box-layout{
        width: 60%;
    }
    .login100-form-title{
        margin-bottom: 10px;
    }
    .login100-form{
        width: 90%;
    }
    .iportman-logo2{
        padding: 0;
    }
    .wrap-login100 div{
        display:flex;
        justify-content: center;
    }
}

@media screen and (max-width: 450px){
    .login-box-layout{
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .form_title_wrapper .title_wrapper h5 {
        white-space: nowrap;
    }

    .input100{
        height: 40px;
    }

    .login100-form-btn{
        width: 70%;
        height: 40px;
    }

    .toolbar-cols {
        padding: 5px 5px 0 5px;
    }

    .tab-pane {
        padding-top: 15px;
    }

    .form_title_wrapper .col {
        flex-basis: auto;
        padding-right: 0;
    }

    .action_wrapper {
        /*justify-content: flex-start;*/
    }

    .action_wrapper i {
        font-size: 1.2rem;
    }

    .action_wrapper .action-button {
        padding: 5px;
        font-size: 1.2rem;
    }

    .pagination_wrapper {
        flex-wrap: wrap;
    }

    .pagination_wrapper a {
        min-width: 22px;
        padding: 5px;
        font-size: .75rem;
    }

    .title_wrapper h5 .nav-item {
        padding-left: 0 !important;
    }

    .title_wrapper i {
        font-size: 1.2rem;
    }

    .filter-wrapper {
        flex-wrap: wrap;
        padding: 10px;
    }

    .paginate_button {
        padding: 0 !important;
    }

    .paginate_button i {
        font-size: 1.2rem;
    }

    .pagination_wrapper .ul-pagintaion li .first:after {
        margin: -4px;
    }

    .pagination_wrapper .ul-pagintaion li .first {
        margin-right: 20px;
    }

    .pagination_wrap {
        padding-top: 10px;
    }

    .filter-wrapper .pagination_wrapper {
        padding-right: 0;
    }
}

.pagination_wrap {
    display: flex;
}

/*Top and bottom scrollbar*/
#doublescroller {
    max-width: max-content;
    overflow-x: auto;
    overflow-y: auto;
    min-width: 100%;
    padding: 0 6px;
}

#scroller_wrapper {
    max-width: max-content;
    overflow-x: auto;
    overflow-y: auto;
}

#scroller {
    font-size: 10px;
    line-height: 10px;
}

#doublescroller .table-striped {
    overflow: unset;
}

/* Cron Expression */
.input-280 {
    width: 280px !important;
}

.cronGenerateWrapper input[type="radio"], input[type="checkbox"] {
    /*margin-right: 5px;*/
}

.cronGenerateWrapper label {
    margin: 0 5px;
    color: var(--label_color);
}

.cronGenerateWrapper .row {
    margin: 8px 0;
    align-items: center;
}

.cronGenerateWrapper .lookup-content .lookup-table td label {
    position: static;
    max-width: 100%;
    padding: 0;
}

.cronGenerateWrapper .lookup-content .lookup-table td input:focus + label {
    position: static;
    border: none;
    height: auto;
    /*padding: 0 10px 0 0;*/
    color: var(--label_color);
    font-size: 14px;
}

.cronGenerateWrapper .lookup-content .lookup-table td .checkbox-wrapper input[type="checkbox"] {
    width: 18px;
}

.cronGenerateWrapper .lookup-content .lookup-table td .checkbox-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}

.checkbox-wrapper .requiredInput .red-text {
    display: contents;
}

.aside-formlookup.cron-aside-formlookup {
    position: absolute !important;
    left: -30%;
    top: 30px;
    width: auto;
}

.cron-dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}

.cron-dropdown .form-control::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    content: '';
    height: 0;
    width: 0;
    color: rgba(0, 0, 0, 0.54);
    position: absolute;
    bottom: 14px;
    right: 8px;
}

.cron-dropdown span {
    border: 0;
}

.blinput-lookup {
    width: 100%;
}

label.field .psuedo_select.search.subtable-search {
    position: relative;
    height: 36px;
}

.subtable-search .search-icon {
    position: absolute;
    top: 10px;
    left: 0;
}

.subtable-tr-slot {
    background: white !important;
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.subtable-search .col_search {
    width: 83%;
    position: absolute;
    top: -1px;
    left: 20px;
}

label.field .psuedo_select.subtable-search::after {
    top: 16px;
}

.chinput_label {
    margin-left: 32px;
    margin-top: 4px;
    color: var(--label_color) !important;
}

.form-config-box {
    display: -webkit-box;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, .38);
    border-radius: 4px !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.form-config-box-container {
    padding: 10px;
}

.font-config-child {
    font-weight: 600;
    font-size: 1.2rem;
}

.font-config-child-box {
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, .38);
    border-radius: 4px !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.lookup-table tbody tr.border-0:nth-of-type(odd):hover {
    background-color: transparent !important;
}

.lookup-table tbody tr.border-0:hover {
    background-color: transparent !important;
}

.user-settings-content {
    padding: 15px 0;
}

.usersettings-icon {
    display: flex !important;
}

.sidemenubar.sidemenubar-right {
    right: -420px;
    left: auto;
    transition: right 1.5s ease, left 1.5s ease, bottom 1.5s ease, top 1.5s ease;
}

.sidemenubar.sidemenubar-right.sidemenubar-on {
    -webkit-transition: right 0.5s ease, left 1s ease, bottom 1s ease, top 1s ease;
    transition: right 0.5s ease, left 1.5s ease, bottom 1.5s ease, top 1.5s ease;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
    border-left: 1px solid #f2f2f2;
    right: 0;
    left: auto;

}

.sidemenubar {
    background: #fff;
    box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
    z-index: 1001;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -360px;
    width: 420px;
}

.sidemenubar-overlay {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    -webkit-animation: animation-offcanvas-fade-in .6s ease 1;
    animation: animation-offcanvas-fade-in .6s ease 1;
}

.navigation-body {
    overflow-y: auto;
    height: 85%;
    overflow-x: hidden;
}

.navigation-footer {
    padding-top: 5px;
    border-top: 1px solid #f2f2f2;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: white;
}

.footer-content {
    padding-right: 15px;
}

.sidebar-tabs {
    display: inline-flex;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    text-align: center;
    height: 48px;
    padding: 0;
    background: var(--quaternary);
    color: #b3b3b3;
    font-size: 14px;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    margin-bottom: 0;
}

.sidebar-tabs li {
    width: 50%;
    margin: auto;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}

.sidebar-tabs li:hover {
    cursor: pointer;
}

.sidebar-tabs .active {
    color: #fff;
    border-bottom: 2px solid yellow;
}

.expansionmodal {
    height: 48px;
    padding-left: 24px;
    padding-top: 10px;
    padding-right: 24px;
    border-bottom: 1px solid #f2f2f2;
    color: rgba(0, 0, 0, .6);
}

.expansionmodal_button {
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-size: 15px;
}

.expansionmodal_button i {
    float: right;
}

.expand-modal:hover {
    cursor: pointer;
}

.expand-modal.expandmodal-opened .expansionmodal i {
    transform: rotate(-180deg);
    transition-property: transform;
    transition-duration: 0.3s;
}

.expand-modal .expansionmodal i {
    transform: rotate(0deg);
    transition-property: transform;
    transition-duration: 0.8s;
}

.expand-modal .expansionmodal-content {
    display: none;
}

.expand-modal.expandmodal-opened .expansionmodal-content {
    display: block;
    transition-property: display;
    transition-duration: 0.8s;
    border-bottom: 1px solid #f2f2f2;
}

.expansionmodal-content .list ul {
    padding: 8px 16px;
}

.expansionmodal-content .list ul li {
    list-style-type: none;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    height: 35px;
    display: flex;
    position: relative;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    /*font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui,);*/
    font-size: 13px;
}

.expansionmodal-content .list ul li span {
    padding: 7px;
}

.themes {
    display: flex;
    padding: 8px 16px;
    align-items: center;
}

.themes.reset {
    justify-content: space-between;
}

.themes.reset button {
    margin: 0;
}

.themes .themecolorbox input:hover {
    cursor: pointer;
}

.themes .themecolorbox {
    padding-left: 40px;
}

.themes .themecolorbox input[type="color"] {
    border: none;
    padding: 0;
    height: 24px;
    width: 24px;
    margin-left: 10px;
}

.themelabel {
    font-size: 13px;
    color: #696565;
    padding-left: 10px;
}

.material-checkbox .themelabel {
    padding-left: 0px;
}

.expansionmodal-content input[type="radio"] {
    width: 24px;
    height: 24px;
    accent-color: var(--primary);
}

.customtheme {
    padding: 0 0 5px 15px;
    font-size: 12px;
}

.customtheme:hover {
    text-decoration: underline;
}

.labeledinputsel {
    display: flex;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    /*font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui,);*/
    font-size: 13px;
    line-height: 1.5;
}

.labeledinputsel .label {
    display: flex;
    padding: 8px 16px;
}

.labeledinputsel .label span {
    padding-top: 5px;
    padding-left: 3px;
}

.expansionmodal-content .content {
    padding: 8px 30px;
}

/*
.expansionmodal-content .content .material-checkbox > span::after {
    padding-left: 10px;
    left: 0px;
    margin-left: 2px;
}
*/

.expansionmodal-content .list {
    padding-left: 15px;
}

.expansionmodal:focus {
    background: #f2f5f6;
}

.switch-button {
    margin: 10px 0;
}

.switch-button-control {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.switch-button-control .switch-button {
    height: 1.5em;
    width: calc(1.6em * 2);
    border: 2px solid var(--primary);
    box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.33);
    border-radius: 1.6em;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.switch-button-control .switch-button .button {
    height: calc(1.6em - (2 * 2px));
    width: calc(1.6em - (2 * 2px));
    border: 2px solid var(--primary);
    border-radius: calc(1.6em - (2 * 2px));
    background: var(--primary);
    transition: all 0.3s ease-in-out;
}
.switch-button-control .switch-button.enabled.disabled {
    background: #e9ecef;
    border: 1px solid #00000061;
}
.switch-button-control .switch-button.disabled .button{
    background: #aab0b5;
    border: 1px solid #00000061;
}

.switch-button-control .switch-button.enabled {
    background-color: var(--primary);
    box-shadow: none;
}

.switch-button-control .switch-button.enabled .button {
    background: white;
    transform: translateX(calc(calc(1.8em - (2 * 2px)) + (2 * 2px)));
}

.switch-button-control .switch-button.enabled.disabled .button {
    background: #aab0b5;
    border: 1px solid #00000061;
}

.switch-button-control .switch-button-label {
    margin-left: 10px;
    max-width: calc(100% - 40px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    width: auto;
    padding-right: 10px;
    color: var(--label_color);
    font-size: 14px;
    margin-bottom: 0;
}
.switch-button-control label
{
    padding: 0 10px;
}
.switch-button-control .bl-form-field-wrapper
{
    display: flex;
    align-items: center;
}
.switch-button-control .red-text
{
    right: auto !important;
    left: auto !important;
    top: auto !important;
}

.formcode_icon i, .colored-icon {
    fill: var(--quaternary);
    color: var(--quaternary);
}

.formcode_icon {
    padding: 0 5px;
}

/*loader*/
.model-Overlay {
    position: relative;
    height: 100%;
    z-index: 800;
    top: 0;
    left: 0;
    right: 0;
/ / background-color: rgba(0, 0, 0, 0.25);
    overflow-x: hidden;
    user-select: none;
    text-align: center;
}

.model-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid var(--primary);
    border-right: 5px solid var(--primary);
    border-bottom: 5px solid var(--primary);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.spin {
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*.bllist-favs-show
{
    position: relative;
}*/
.bllist-favs-tr td:first-child {
    position: relative;
    /*overflow: unset;*/
}

.bllist-favs {
    color: var(--secondary);
    position: absolute;
    left: -10px;
    top: 10px;
    font-size: 20px;
}

.bllist-cols-config-icons-wrapper {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bllist-cols-config-icons-wrapper > div {
    padding-right: 8px;
}

.bllist-cols-config-icons-wrapper ~ table input:read-only {
    background-color: #e9ecef;
    cursor: default;
}

.dashboard-table-sec .br-4 {
    border: 0;
}

#list_tab {
    border: 1px solid rgba(0, 0, 0, .12);
}

#list_tab:focus {
    border: 1px solid var(--focus_color);
}

#doublescroller #list_tab {
    border-collapse: unset;
    border-radius: 8px;
}

.dashboard-table-sec .table-striped .bl_table th:first-child {
    border-radius: 8px 0 0 0;
}

.dashboard-table-sec .table-striped .bl_table th:last-child {
    border-radius: 0 8px 0 0;
}

.dashboard-table-sec .table-striped .bl_table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    /*min-width: 120px;*/
}

.blquery-icon {
    padding: 5px;
    top: 2px;
    position: relative;
}

.blquery-icon-dropdown {
    top: 0px !important;
    left: 0px !important;
}

.blquery-icon-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 48px;
}

.blquery-icon-dropdown-item-label {
    padding-left: 14px;
}

.divider-solid {
    border-bottom: 1px solid gray;
}

.blquery-icon-dropdown {
    min-width: 280px;
}

.blquery-not-found {
    display: flex;
    align-items: center;
    color: gray !important;
    height: 5vw;
    cursor: not-allowed;
}

.blquery-not-found:hover {
    background-color: white !important;
    color: gray !important;
    cursor: not-allowed;
}

.blquery-edit-icon, .dropdown-item span.blquery-edit-icon {
    width: 48px;
    height: 48px;
    padding: 12px;
    font-size: 24px;
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.5;
}

.blquery-icon-dropdown .dropdown-item:hover .blquery-edit-icon, .blquery-icon-dropdown .dropdown-item:hover .material-icons {
    color: #ffffff;
}

.blquery-edit-icon::before, .blquery-edit-icon::after {
    content: "";
    top: 10px;
    left: 10px;
    width: 28px;
    height: 28px;
}

.blquery-edit-icon::before {
    transform: scale(1.71379);
}

.blquery-query-label {
    word-break: break-all;
    white-space: normal !important;
}

.show-modal-overlay + .pagination_wrapper {
    min-width: fit-content;
}

.blquery-icon-dropdown .dropdown-item.divider-solid {
    justify-content: flex-start;
}

.blquerylist_wrapper span {
    padding-left: 10px;
}

.blquerylist_wrapper .material-icons {
    color: gray;
}

.blquery-icon .button-label .notification-badge {
    right: -14px;
    top: -6px;
    /*top: 4px;
    left: 45px;*/
}

.blquery-icon .button-label {
    display: block;
}

.active-query-badge {
    position: absolute;
    top: 1rem;
    color: black;
    width: max-content;
    max-width: 6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    left: 30px;
}

.floating-label-wrap label.link_label {
    color: var(--label_color);
    font-size: 14px;
    padding-left: 5px;
    position: static;
}

.link-text {
    cursor: pointer;
    display: block;
}

.link-text:hover {
    opacity: 0.8;
}

.blsubtabletr .labeloverinput-container .blsearch-wrapper.mb-10 {
    margin-bottom: 0 !important;
}

.blsubtabletr .labeloverinput-container .blsearch-wrapper label.field {
    padding: 6px 0 0 0;
}

.blsubtabletr .labeloverinput-container .blsearch-wrapper label.field .psuedo_select {
    height: 17px;
    margin: 0;
    padding-top: 0;
}

.blstcolsearch-td label.field .psuedo_select.search, .blstcolsearch-td label.field, .col_search-td label.field {
    border-bottom: none;
}

.summernote_wrapper .col-md-6 {
    flex: 1;
}

.summernote_wrapper .col-md-6 table {
    height: 97%;
    width: 100%;
}

.summernote_wrapper .col-md-6 table thead tr {
    background-color: rgb(241 241 241);
    color: rgb(75 80 81);
    text-align: center;
}

.summernote_wrapper .col-md-6 table thead tr th {
    background-color: rgb(241 241 241);
    color: rgb(75 80 81);
    text-align: left;
    padding: 11px;
    height: 46px;
}

.exp-table-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
    max-height: 550px;
}

.exp-table-wrapper table {
    overflow: auto;
}

.exp-table-wrapper table thead tr, .exp-table-wrapper table thead tr th {
    background-color: lightgrey;
    color: black;
    text-align: center;
}

.position-sticky {
    position: sticky;
}

.columnsList_wrapper {
    cursor: pointer;
    overflow-y: auto;
    padding: 0px;
}


/*document tree menu*/

.tree-menu-container {
    position: relative;
}

.tree-menu-title {
    display: flex;
    align-items: center;
    position: relative;
    max-height: 26px;
    user-select: none;
}

.tree-menu-title-content {
    align-items: center;
    position: relative;
    max-height: 26px;
    user-select: none;
    padding: 1vw;
}

.tree-menu-branch {
    min-width: 25px;
    min-height: 32px;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    position: absolute;
    left: -14px;
    top: -32px;
    margin-top: 14px;
}

.tree-menu-branch-vertical {
    height: 110%; /* @TODO */
    border-left: 1px solid grey;
    position: absolute;
}

.md-modal-content.custom .tree-menu-nodes-container {
    max-height: 30vh !important;
    overflow: auto;
}

.tree-menu-nodes-container {
    margin-top: 10px;
    min-width: 20px;
    position: relative;
}

.not-allowed-new-item {
    filter: blur(1px);
}

.not-allowed-new-item:hover {
    cursor: not-allowed !important;
}

.vl {
    border-left: 4px solid gray;
    height: 100%;
    position: absolute;
    left: 24%;
    margin-left: -3px;
    top: 0;
}

.doc-title-text {
    padding: 5px;
    border: 2px solid #eee;
    border-radius: 10px;
    box-shadow: none;
    width: 100%;
}

.doc-title-text.blapp {
    width: auto;
}

.help_icon {
    padding: 0 20px 0 0;
    margin-top: 6px;
    color: var(--primary);
}

.doc_config_title_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tree-menu-left-container {
    padding-right: 20px;
    font-size: 14px;
}

.menu-list-tree {
    overflow: overlay;
    min-height: 95%;
    max-height: 96%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    scroll-behavior: smooth;
    box-shadow: 0px 12px 10px -15px grey;
}

.left-sidebar {
    position: fixed;
    z-index: 2;
    top: 66px;
    bottom: 0;
    left: 0;
    width: 420px;
    padding-top: 20px;
    overflow: auto;
    box-shadow: 0 0.462rem 1.385rem 0 rgb(0 0 0 / 18%);
    padding-bottom: 7%;
}

.left-sidebar.blapp {
    /*top: 7vw;*/
    top: 7pc;
    width: 50%;
    padding-bottom: 50px;
    background: #fff;
    scroll-behavior: smooth;
}

.tree-menu-branch-title {
    white-space: nowrap;
    padding: 0 5px;
    display: flex;
    align-items: center;
}

.tree-menu-branch-title:hover, .tree-menu-branch-add:hover, .tree-menu-branch-icon:hover, .tree-menu-branch-collapse-icon:hover, .tree-menu-branch-title:hover .tree-menu-branch-icon {
    color: var(--quaternary);
    cursor: pointer;
}

.tree-menu-branch-title.active {
    background-color: yellow;
    /*font-weight: bold;*/
}

.tree-menu-branch-collapse-icon {
    z-index: 1;
    padding: 0 3px;
    color: gray;
}

.text-bold {
    font-weight: bold;
}

.tree-menu-branch-icon {
    font-size: 18px;
    z-index: 1;
    background-color: #FFF;
    color: gray;
    margin-right: 5px;
    margin-top: -5px;
}

.tree-menu-branch-add {
    font-size: 18px;
    z-index: 1;
    /*  background-color: #FFF;*/
    color: gray;
    padding-left: 5px;
    user-select: none;
}

.right-content-wrapper {
    margin-left: 420px;
    width: calc(100% - 420px);
    padding-top: 60px;
}

.right-content-wrapper.blapp {
    position: fixed;
    /*top: 5vw;*/
    margin-left: 50%;
    padding: 35px;
}

.bldoc_config_wrapper {
    display: flex;
    padding: 1vw;
}

.note-editor.note-frame, .note-editor.note-airframe {
    /*border: none !important;*/
    margin-left: 0 !important;
}

.note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group {
    margin-bottom: 5px;
}

.note-popover .popover-content, .note-editor .note-toolbar {
    padding: 0 5px !important;
}

.form-title-wrapper {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 0.5rem 1.15rem;
    border-bottom: 1px solid #eceef3;
    position: fixed;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    height: 62px;
    width: 100%;
}

.form-title-wrapper h5 {
    margin-bottom: 0;
    color: var(--quaternary);
}

.doc-icon-text {
    padding: 5px;
    margin-bottom: 10px;
}

.doc-icon {
    padding: 5px;
    margin: 5px;
    font-size: 17px;
    color: var(--quaternary);
    border: 0.5px solid transparent;
}

.doc-icon:hover {
    border: 0.5px solid var(--quaternary);
}

#right-click-menu {
    background: #FAFAFA;
    border: 1px solid #BDBDBD;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 250px;
    z-index: 999999;
}

#right-click-menu li {
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    display: flex;
    align-items: center;
}

#right-click-menu li span {
    margin-right: 12px;
}

#right-click-menu li label {
    margin-bottom: 0;
}

#right-click-menu li label:hover {
    cursor: pointer;
}

#right-click-menu li:last-child {
    border-bottom: none;
}

#right-click-menu li:hover {
    background: #1E88E5;
    color: #FAFAFA;
    cursor: pointer;
}

.bldoc-icon-wrapper {
    display: flex;
    align-items: center;
    margin-left: 50px;

}

.bldropdown-doc-icon .dropdown-item {
    padding: 0.75rem 0.5rem 0.75rem 0.5rem;
    display: block;
    width: 10%;
}

.bldropdown-doc-icon .dropdown-with-icons .material-icons {
    margin-right: 0;
    width: 24px;
    height: 24px;
}

.bldropdown-doc-icon .nav-link {
    background: var(--primary);
    margin-right: 0 !important;
    padding: 6px 10px 6px 16px;
}

.bldropdown-doc-icon .nav-link span, .bldropdown-doc-icon.bldropdown .nav-link .material-icons {
    color: #fff;
    margin-right: 0;
}

/*.bldropdown-doc-icon .dropdown-with-icons .dropdown-item:hover {*/
/*    background-color: #f9f7f7;*/
/*}*/

.bldropdown-doc-icon .dropdown-with-icons .dropdown-item:hover .material-icons {
    color: black;
}

.bldropdoc-icon-wrapper {
    flex-wrap: wrap;
    width: 100%;
    min-width: 400px;
}

.doc-border {
    border: 1px solid #bbb7b7;
}

.subtable #list_tab {
    border: 1px solid rgba(0, 0, 0, .12);
}

.subtable-border {
    border: 1px solid rgba(0, 0, 0, .12);
}

.subtable-border.subtable #list_tab {
    border: none;
}

.dropdown-wrapper {
    position: relative;
    width: 200px;
    padding: 8px 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
}

.dropdown-wrapper:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #6200ee transparent;
}

.dropdown-wrapper.is-active {
    border-radius: 5px 5px 0 0;
    background: #6300ee;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.dropdown-wrapper.is-active:after {
    border-color: #ffffff transparent;
    transform: rotate(180deg);
}

.dropdown-wrapper.is-active .dropdown-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    max-height: 400px;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
    padding: 0;
}

.dropdown-list li {
    padding: 0 10px;
}

.dropdown-list li:hover a {
    color: #6300ee;
}

.dropdown-list li:last-of-type a {
    border: none;
}

.dropdown-list a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}


i .material-icons-outlined {
    cursor: pointer;
}

.tox-tinymce, .summernote_wrapper .col-md-6 table thead th {
    z-index: 0;
}

.form-control:disabled, .form-control[readonly] {
    cursor: default;
}

.form-control:disabled{
    pointer-events: none;
}

.blapp_module {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.blapp_row {
    width: 100%;
    height: 100%;
    padding: 0.25rem 1.5rem 0.25rem 0rem;
    margin-left: 1px;
}

.blapp_content_title {
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.blapp_row:hover {
    background-color: var(--secondary);
    color: white !important;
    cursor: pointer;
}

.blapp_row.active {
    background-color: var(--secondary);
    color: #FFFFFF;
}

.blapp_row .tree-menu-branch-title:hover {
    color: white;
}

.blapp-menu-item {
    padding-left: 10px;
    padding-right: 10px;
}

.blapp-menu-item-default-icon {
    font-size: 24px !important;
    margin: 0px !important;
}

.blapp_row .tree-menu-branch-title:hover ~ .blapp_action_icons #blapp_module_icon {
    color: white;
}

.blapp_action_icons {
    display: flex;
    justify-content: left;
    align-items: center;
}

.blapp_action_icons:hover #blapp_module_icon {
    color: white;
}

.tree-menu-branch-add.material-icons#blapp_module_icon {
    font-size: 21px;
}

.tree-menu-branch-add.material-icons.disabled#blapp_module_icon {
    cursor: not-allowed;
    -webkit-filter: blur(1px);
}

.blapp_module .action-icons {
    position: absolute;
    right: 28px;
    display: flex;
    align-items: center;
    padding-right: 5px;
}

.blapp_tree_menu_title .tree-menu-branch {
    left: -12px;
    min-height: 37px;
    top: -38px;
    margin-top: 16px;
}

.blapp_emptymodule {
    font-size: 16px;
}

.blapp-content {
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}

.bl-flex-first-div > div {
    display: flex !important;
}

.blsubtabletr td.subtable-cell {
    border-top: 1px solid #ebe3e3;;
}

.blsubtabletr:focus .subtable-cell {
    border-bottom: 1px solid var(--secondary) !important;
    border-top: 1px solid var(--secondary) !important;
    outline: 0px !important;
}

.blsubtabletr:focus tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.blsubtabletr:focus tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

tr.tr-strikeout td.subtable-cell:before {
    content: " ";
    position: absolute;
    top: 49%;
    left: 0;
    border-bottom: 1px solid #e03e2d;
    width: 90%;
    font-style: italic;
    z-index: 1;
}

tr.tr-strikeout td.subtable-cell {
    position: relative;
    font-style: italic;
}

.blform_terms {
    margin-left: 20px;
    color: #53514e;
    display: flex;
    align-items: center;
    white-space: nowrap;
    max-width: 50%;
}

.blform_terms:hover {
    cursor: pointer;
    color: var(--primary);
}


.blform_terms > span {
    padding: 5px;
}

.logical-operators div{
    display: flex;
    justify-content: space-around;
}

.logical-operators button {
    width: 73px;
    height: 40px;
    border-style: none;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid var(--secondary);
}

.logical-operators .now-button {
    height: 30px;
    width: 75px;
    margin: 0;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.operator-buttons label.label_title{
    margin-top: 9px;
    margin-left: 6px;
}

.operator-buttons div.label_title{
    padding-left: 8px;
}

.operator-buttons div.select-date-input-form input.interaction-input{
    width: inherit;
    border-style: none;
}

.operator-buttons input.md-input-dense{
    border: 1px solid rgb(222, 226, 230);
    margin-left: 6px;
    width: 97%;
    border-radius: 10px;
}

.select-date-form{
    margin-top: 10px;
}

.select-date-form div.logical-operators{
    display: flex;
    align-items: center;
}

.select-date-input-form {
    padding: 5px 3px 0px 5px;
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(222, 226, 230);
    margin: 5px;
    border-radius: 10px;
}

.select-date-input-form input:not([type="range"]) {
    width: inherit;
    border-style: none;
    padding: 0px 2px;
}

.exp-table-column-code-label {
    border: 1px solid #dee2e6;
    /*min-height: 250px;*/
    max-height: 420px;
    overflow-y: auto;
    border-radius: 10px;
    margin: 5px;
}

.exp-table-column-code-label table{
    border: none;
    margin: 0;
}

.exp-table-column-code-label table tbody tr td{
    min-width: 200px;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow-x:hidden;
    font-size: 15px;
}

.exp-table-column-code-label table.table-bordered th, .exp-table-column-code-label table.table-bordered td{
    border-bottom: none;
    border-left: none;
}

.exp-table-column-code-label table tbody tr th{
    position: sticky;
    top: 35px;
    background: white;
}

.exp-table-column-code-label table thead{
    position: sticky;
    top: -1px;
}

.exp-table-column-code-label table thead tr{
    background-color: var(--secondary);
    color: white;
    text-align: center;
}

.blselect-option {
    /*border: 1px solid rgb(222, 226, 230);*/
    border: none;
    border-bottom: 1px solid rgba(190, 190, 190, 0.78);
    background: transparent;
    width: 95%;
    height: 40px;
}

/*---form-extension-window*/
.form-ext-win {
    background-color: #f5f5f5;
    min-height: 100vh;
    height: 95vh;
    float: right;
    position: sticky;
    z-index: 1000;
    right: 0;
    top: auto;
    bottom: 0;
    max-width: 90%;
    width: 25%;
    color: #fff;
    overflow: auto;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.form-ext-win .titlebar {
    position: fixed;
    top: 0;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    padding: 6px;
    background-color: #dcdcdc;
    max-height: 33px;
    border-bottom: 1px solid #f5f5f5;
    z-index: 10;
    color: #000000b3;
    display: flex;
}

.form-ext-win .titlebar label {
    padding: 0 5px;
}

.form-ext-win #blattachments-overview-horiz-drag {
    height: 100%;
    top: 33px;
}

.form-ext-win .fe-widgets-cont {
    padding: 5px;
    margin-top: 28px;
    position: relative;
    width: 100%;
    display: grid;
    grid-auto-flow: dense;
    transition: all 1s;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.form-ext-win .wdg-list {
    /*padding: 10px 2px;*/
    position: absolute;
    top: 3.2vh;
    border-radius: 3px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.form-ext-win .wdg-list a:hover {
    color: white;
    background: var(--secondary);
}

.form-ext-win .material-checkbox > span::after {
    left: 7px;
}

.form-ext-win .material-checkbox > input {
    left: -7px;
    top: -7px;
}

.wsize_11 {
    grid-column: span 1;
    grid-row: span 1
}

.wsize_12 {
    grid-row: span 2
}

.wsize_13 {
    grid-row: span 3
}

.wsize_14 {
    grid-row: span 4
}

.wsize_15 {
    grid-row: span 5
}

.wsize_16 {
    grid-row: span 6
}

.wsize_21 {
    grid-column: span 2
}

.wsize_22 {
    grid-column: span 2;
    grid-row: span 2
}

.wsize_23, .wsize_24 {
    grid-column: span 2;
    grid-row: span 3
}

.wsize_25 {
    grid-column: span 2;
    grid-row: span 5
}

.wsize_26 {
    grid-column: span 2;
    grid-row: span 6
}

.wsize_31 {
    grid-column: span 3
}

.wsize_32 {
    grid-column: span 3;
    grid-row: span 2
}

.wsize_33 {
    grid-column: span 3;
    grid-row: span 1;
}

.wsize_34 {
    grid-column: span 3;
    grid-row: span 1;
}

.wsize_35 {
    grid-column: span 3;
    grid-row: span 5
}

.wsize_36 {
    grid-column: span 3;
    grid-row: span 6
}

.wsize_41 {
    grid-column: span 4;
    grid-row: span 1
}

.wsize_42 {
    grid-column: span 4;
    grid-row: span 2
}

.wsize_43 {
    grid-column: span 4;
    grid-row: span 3
}

.wsize_44 {
    grid-column: span 4;
    grid-row: span 4
}

.wsize_45 {
    grid-column: span 4;
    grid-row: span 5
}

.wsize_46 {
    grid-column: span 4;
    grid-row: span 6
}

.wsize_51 {
    grid-column: span 5;
    grid-row: span 1
}

.wsize_52 {
    grid-column: span 5;
    grid-row: span 2
}

.wsize_53 {
    grid-column: span 5;
    grid-row: span 3
}

.wsize_54 {
    grid-column: span 5;
    grid-row: span 4
}

.wsize_55 {
    grid-column: span 5;
    grid-row: span 5
}

.wsize_56 {
    grid-column: span 5;
    grid-row: span 6
}

.wsize_61 {
    grid-column: span 6;
    grid-row: span 1
}

.wsize_62 {
    grid-column: span 6;
    grid-row: span 2
}

.wsize_63 {
    grid-column: span 6;
    grid-row: span 3
}

.wsize_64 {
    grid-column: span 6;
    grid-row: span 4
}

.wsize_65 {
    grid-column: span 6;
    grid-row: span 5
}

.wsize_66 {
    grid-column: span 6;
    grid-row: span 6
}

.wsize_84 {
    grid-column: span 8;
    grid-row: span 4
}

.wsize_88 {
    grid-column: span 8;
    grid-row: span 8
}


.form-ext-win .fe-widgets-cont .widget {
    padding: 0 10px 10px 10px;
    margin: 12px 6px;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 22px 70px 4px;
    /*overflow: auto;*/
}

.form-ext-win .fe-widgets-cont .widget .title {
    padding: 2.5px 5px;
    border-bottom: 1px solid #f5f5f5;
    /*background-color: #d3d3d3;*/
    font-size: 14px;
    color: #00000091;
    display: flex;
    justify-content: space-between;
}

.form-ext-win .content {
    /*height: var(--3eb35cff);*/
    display: flex;
    align-items: flex-start;
    z-index: 2;
    /*max-height: var(--3eb35cff);*/
}

.form-ext-win .fe-widgets-cont .widget .body {
    padding: 5px;
}

.form-ext-win .table-striped {
    max-height: inherit;
}

.form-ext-win .table-striped .title {
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}

.form-ext-win .table-striped .list-page-head {
    top: 27px;
}

.form-ext-win table tbody {
    color: rgba(0, 0, 0, 0.58);
}

.form_ext_counter {
    color: #100d0db0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50.05px;
    font-weight: 600;
    overflow: visible;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px #939090;
}

.form-ext-win .counter-widget-background {
    max-height: 130px;
    background-position: right;
    background-position-x: right;
    background-position-y: center;
    background-size: cover;
    background-image: url('../core_img/corner-1.png');
}

.form_ext_nowidget {
    color: #00000080;
    padding: 10px 0px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.form_ext_nowidget .material-symbols-outlined {
    padding: 0px 5px;
}

.form-ext-win .material-symbols-outlined {
    font-size: 20px;
}

.form-ext-win .table-container {
    max-height: 37vh;
}

.slide-enter-active {
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.slide-leave-active {
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to, .slide-leave {
    max-height: 1000px;
    overflow: hidden;
}

.slide-enter, .slide-leave-to {
    overflow: hidden;
    max-height: 0;
}

.search-autosuggest {
    background-color: white;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}

.list-search-auto-suggest-ul {
    list-style-type: none;
    margin-top: 1px;
    overflow: hidden;
    padding: 0;
    width: max-content;
    position: fixed;
    z-index: 5;
    user-select: none;
    transition: 0.2s ease;
    text-align: left;
    max-height: 55vh;
    overflow-y: auto;
    min-height: 32px;
    min-width: 100px;
}

.list-search-auto-suggest-ul li {
    line-height: 1.5;
    padding: 6px 16px;
    cursor: pointer;
    font-size: 14px;
}

.list-search-auto-suggest-ul li:hover {
    background-color: var(--secondary);
    box-shadow: none;
    color: #ffffff;
}

.bllist-auto-suggest + i.bllookupimgover-search {
    right: 25px;
}

.list-row-actions {
    display: flex;
    padding: 0px;
    align-items: center;
}

.list-row-actions i {
    padding: 5px;
    color: var(--secondary);
}

.list-row-actions:hover i {
    color: white !important;
}

.list-footer-one {
    display: flex;
    justify-content: right;
}

.list-footer {
    display: flex;
    justify-content: space-between;
}

.data-not-avail {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    color: #ff00008a;
    text-align: center !important;
}

.wfactivity-tab-content {
    display: flex;
    align-items: center;
    position: relative;
}

.wfactivity-tab-content .div_col_search {
    display: block;
}

#section_NOTIFY.dashboard-content {
    transition: width 0.8s;
    width: 75%;
}

.dashboard-content {
    width: 100%;
}

.dashboard-notify-content {
    width: 25%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    top: 2.1em;
    position: absolute;
    border-radius: 8px;
    margin: -0.8em;
    min-height: 250px;
    height: 92.5%;
    font-size: 14px;
}

.dashboard-notify-content ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

.dashboard-notify-content ul li {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 2px;
}

.dashboard-notify-content ul li:hover {
    background-color: rgba(0, 0, 0, .04) !important;
}

.notify-context-divider {
    padding: 5px;
}

.notify-row-active {
    background-color: #d5dcdf !important;
}

.dashboard .notify-action {
    color: #656060;
}

.setting-dropdown {
    transform: none !important;
    margin-left: -121px;
    margin-top: -3px;
    position: absolute !important;
    z-index: 1055 !important;
}

.list-ele {
    font-size: 15px;
    padding-right: 20px;
    width: auto;
    font-weight: 400;
    height: 42px;
    display: flex;
    align-items: center;
}

.right-container-ele i{
    color: rgba(0, 0, 0, 0.54);
    width: auto;
}

/*.list-ele:hover{
    background-color: var(--secondary);
    color:white !important;
    cursor:pointer;
}*/

.bl-option-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
}

.bl-option-list-item:hover {
    background-color: var(--secondary);
    cursor: pointer;
}

.bl-option-list-item:hover .list-ele {
    color: white !important;
}

.bl-option-list-item:hover .list-ele span.first-letter-list {
    color: white !important;
}

.active-element {
    background-color: var(--secondary);
    color: white !important;
}

.active-element span {
    color: white !important;
}

.bl-option-list-item .list-ele i {
    color: rgba(0, 0, 0, 0.54);
}

.bl-option-list-item.active-element i {
    color: white;
}

.form-option-image {
    margin-left: 3px;
    height: 25px;
    padding-right: 10px;
}

.bl-list-options {
    background-color: white;
    box-shadow: 0 3px 10px #adadad;
    min-width: 10.5rem;
    padding: 0px;
    border-radius: 5px;
    list-style-type: none;
    opacity: 1;
    text-align: left;
    z-index: 10;
    /*overflow-y: auto;
    overflow-x: hidden;*/
    overflow: auto;
}

.bl-list-options :first-child {
    border-radius: 5px 5px 0px 0px;
}

.bl-list-options :last-child {
    border-radius: 0px 0px 5px 5px;
}

.bl-list-options :only-child {
    border-radius: 5px;
}

.bl-options-menu {
    z-index: 2;
}

/*=============attachments overview=================*/
.attachments-overview {
    background: white;
    min-height: 100vh;
    height: auto;
    float: right;
    position: sticky;
    z-index: 1000;
    right: 0;
    top: auto;
    bottom: 0;
    width: 40vw;
    color: #fff;
}

#blattachments-top {
    height: 50vh;
    transition: height 1s;
}

#blattachments-overview-horiz-drag {
    position: absolute;
    /*left: -4px;*/
    top: 0;
    bottom: 0;
    width: 30px;
    cursor: w-resize;
    z-index: 100;
}

.blattachments-overview-horiz-close:hover {
    background-color: #275073;
    cursor: pointer;
}

#blattachments-overview-vertic-drag {
    cursor: n-resize;
}

#blattachments-overview-vertic-drag button .material-symbols-outlined {
    margin: 5px;
}

#blattachments-overview-vertic-drag button {
    background: #e3dfdf6e;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#blattachments-overview-vertic-drag button.active {
    background-color: #d3caca;
}

#blattachments-overview-vertic-drag button:disabled {
    cursor: not-allowed;
}

#divimg-attachment-object {
    margin-left: 1.5rem;
}

.attachments-overview .blattach-options {
    display: flex;
    color: black;
    size: a5;
    align-items: center;
    justify-content: flex-start;
    z-index: 999999;
}

.attachment-not-found {
    color: red;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.blattachments-overview-horiz-close {
    z-index: 110;
    min-height: 75px;
    height: auto;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 36px;
    border-radius: 4px 0 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1976d235;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 30px;
    position: fixed;
    transition: width 2s, height 2s;
}

.slide-fade-enter-active {
    transition: all .5s ease;
}

.slide-fade-leave-active {
    transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter, .slide-fade-leave-to {
    transform: translateX(100%);
    opacity: 0;
}

.sno-wid {
    width: 15px;
}

.dashboard-select-clear-icon:hover i {
    display: inline;
    margin-top: 0px;
    margin-right: -18px
}

.dashboard-select-clear-icon .blsearch-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.dashboard-clear-select-option {
    display: none;
}

.ec-table-search input {
    border-right: none;
    border-left: none;
    border-top: none;
    border-width: 1px;
    width: 120px;
}

.ec-row-col-description {
    padding-right: 10px;
}

.ec-row-col-description div {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.float-list-cols .blth-resize {
    display: none !important;
}

.blth-resize {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    cursor: col-resize;
    height: 40px;
    background: white;
    display: none;
}

.blcon_color {
    background-color: var(--active_parent) !important;
}

.datatable-search-input-field {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.datatable-search-input-field input {
    padding-right: 12px;
}

.floating-label-wrap:hover .bladvsearchinput:valid ~ .datatable-close-icon {
    display: inline !important;
}

.floating-label-wrap:hover .adv-search-select:valid ~ .datatable-select-close-icon {
    display: inline !important;
}

.datatable-select-close-icon {
    display: none;
    position: absolute;
    right: 0;
}

.subdatatable-search-field:hover .col_search:valid ~ .clear-icon {
    display: inline !important;
}

.subdatatable-select-close-icon:hover .clear-icon {
    display: flex !important;
    position: absolute;
    top: 8px;
    /*right:16px;*/
}

.show-modal-overlay .search-table {
    z-index: 1055;
}

#bl-modal-container .md-modal-content .floating-label-wrap .material-icons-outlined {
    color: rgba(0, 0, 0, 0.54);
}

.dropdown-menu .dropdown-item:hover{
    background-color: var(--secondary);
}

#hourId:focus {
    border: none !important;
}

#minsId:focus {
    border: none !important;
}

.drag_over_element {
    border: 2px dashed gray;
    /* min-width:100%;*/
}

/* Scrollbar styles */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccccccb3;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

#weekDatesId .calCell:active, #weekDatesId .calCell:focus {
    background-color: rgba(0, 0, 0, 0.04);
}

.prevnxtLink:active, .prevnxtLink:focus {
    border: 1px solid white;
}

#hourId:active, #hourId:focus {
    border: 1px dotted var(--secondary) !important;
}

#minsId:active, #minsId:focus {
    border: 1px dotted var(--secondary) !important;
}

#monthId:active, #monthId:focus {
    border: 1px dotted var(--secondary) !important;
}

#yearId:active, #yearId:focus {
    border: 1px dotted var(--secondary) !important;
}

.list_alt_icon {
    position: relative;
    height: 0;
    display: flex;
    justify-content: end;
    z-index: 10;
    padding: 0px;
    margin-left: 5px;
    right: -25px;
}

.list_alt_icon i {
    font-weight: 200;
    height: 40px;
    width: 40px;
    text-align: end;
    opacity: 0.8;
}

.first-letter-list {
    font-size: 14px !important;
    border: 1px solid;
    width: 24px;
    height: 24px;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px !important;
    font-style: initial;
    padding: 10px;
}

#multirow_formlookup .pagination button:focus, #multirow_formlookup .pagination .li-pagintaion a:focus {
    border: 1px dotted var(--secondary);
}

#multirow_formlookup .pagination_wrapper button.md-btn:focus {
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 40%);
}

.aside-formlookup .pagination button:focus, .aside-formlookup .pagination .li-pagintaion a:focus {
    border: 1px dotted var(--secondary);
}

.aside-formlookup .pagination_wrapper a.paginate_button:not(.not-allowed):focus {
    border: 1px dotted var(--secondary);
}

.aside-formlookup .lookup-header span.button-label:focus i.query-status-icon, .aside-formlookup .lookup-header i.material-icons:focus,
.auto-suggest-formlookup .lookup-header i.material-icons:focus {
    border: 1px dotted var(--secondary);
}

.aside-formlookup .pagination_wrapper a.current1:focus {
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 40%);
    border: 0;
}

.cvalidation-message-error {
    display: none;
}

.input-wrapper div.cvalidation-message:hover .cvalidation-message-error {
    display: block;
    position: fixed;
    line-height: 4;
    background: #495057;
    z-index: 1000;
    margin-top: 6px;
    border-radius: 5px;
    color: white;
    padding: 0px 10px;
}

.input-wrapper div.cvalidation-message i.material-icons {
    color: #ff0000a3;
    font-size: 18px;
}

.input-wrapper div.cvalidation-message {
    position: absolute;
}

.input-wrapper div.cvalidation-message + input {
    padding-left: 20px !important;
}

.blcolumn_conditionslist textarea {
    height: 35px;
    margin: 0;
    padding: 5px;
    resize: vertical;
}

.blcolumn_conditionslist input {
    padding: 0;
    margin: 0;
    height: 30px;
}

.blcolumn_conditionslist textarea:focus {
    padding: 5px;
}

.style-col-title {
    text-align: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-row--reverse {
    flex-direction: row-reverse;
}

.flex-last-child {
    margin-left: auto;
}
.reverse{
    transform: rotate(180deg);
}
.flex-row--reverse .flex-last-child {
    margin-right: auto;
    margin-left: 0;
}
.table_footer
{
    background: rgb(16 119 233 / 8%);
    position: sticky;
    bottom: 0px;
}
.icons-container{
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%);
}

.icons-container i.material-icons{
    /*padding: 0.55rem 0.33rem;*/
    opacity: 0.5;
    padding: 0.4rem;
}

.icons-container i.material-icons:hover{
    background: #6666;
    border-radius: 50%;
}

.icons-container input{
    margin: 5px;
    border-radius: 15px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #80808054;
}





/*** custom reports **/
.custom-report-wrapper
{
    display: flex;
    height: 60rem;
}

.custom-report-wrapper > .table-column-selector
{
    background: white;
    min-width: 20%;
    height: 100vh;
    border-right: 1px solid #80808024;
    position: relative;
    max-height: 100%;
    overflow: auto;
}
.custom-report-wrapper > .table-column-selector > .table-search
{
    position: sticky;
    top: 0;
    width: 100%;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 25px 20px -20px;
}
.custom-report-wrapper > .table-column-selector > .table-list
{
    background: white;
    width: 100%;
}
.custom-report-wrapper > .table-column-selector > .table-list > .table-item
{
    width: 100%;
    padding: 0 10px;
    border-top: 1px dotted #d8c8c8;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    min-height: 30px;
}
.custom-report-wrapper > .table-column-selector > .table-list > .table-item.active,
.custom-report-wrapper > .table-column-selector > .table-list > .table-item:hover
{
   background: var(--secondary);
    cursor: pointer;
    color: white;
}
.custom-report-wrapper > .table-column-selector > .table-list > .table-item:first-child:hover .delete-context,
.custom-report-wrapper > .table-column-selector > .table-list > .table-item:last-child:hover .delete-context
{
    display: flex;
}
.custom-report-wrapper > .table-column-selector > .table-list > .table-item .delete-context:hover .material-icons
{
    color: white;
}
.custom-report-wrapper > .table-column-selector > .table-search  .table-search-input
{
    width: 100%;
    height: 35px;
    border: 1px solid #00000045;
    padding: 8px 8px 8px 30px;
    border-radius: 8px;
}
.custom-report-wrapper > .table-column-selector > .table-search  .table-search-wrapper
{
    display: flex;
    align-items: center;
    padding: 10px;
}
.custom-report-wrapper > .table-column-selector > .table-search  .material-symbols-outlined
{
    position: absolute;
    color: #00000073;
}
.custom-report-wrapper > .report-query-wrapper
{
    position: relative;
    width: 100%;
    margin: 10px;
}
.custom-report-wrapper > .report-query-wrapper > .query-columns > span
{
    font-weight: bold;
}
.custom-report-wrapper > .report-query-wrapper > .query-columns
{
    margin: 10px 0;
}
.custom-report-wrapper > .report-query-wrapper > .query-columns .buttons
{
    padding: 5px 0 10px 0;
}
.custom-report-wrapper > .report-query-wrapper > .query-columns .buttons button
{
    background: var(--secondary);
    border: 0;
    margin: 5px;
    opacity: 0.2;
    cursor: not-allowed;
    color: white;
}

.custom-report-wrapper > .report-query-wrapper > .query-columns .buttons.active button, .custom-report-wrapper > .report-query-wrapper > .query-columns .buttons.active hr
{
    opacity: 1;
    transition: opacity 0.5s;
    cursor: pointer;
    border-radius: 5px;
}
.report-query-wrapper > .toolbar
{
    text-align: end;
}
.custom-report-wrapper > .report-query-wrapper textarea.active
{
    border-bottom: 2px solid var(--primary);
}

.delete-context
{
    display: none;
    justify-content: center;
    align-items: center;
}

.script-split-screen .md-modal-content
{
    max-height: 77vh;
}
.script-split-screen .modal-dialog-content
{
    min-height: 45vw;
}

.flex-center
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-left
{
    display: flex;
    justify-content: left;
    align-items: center;
}

.flex-right
{
    display: flex;
    justify-content: right;
    align-items: center;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}

.fade-on-enter-active {
    transition: opacity .5s;
}

.fade-on-enter, .fade-on-leave-to {
    opacity: 0;
}

.blactivetab-line
{
    position: absolute !important;
    height: 3px;
    top: 94%;
    background: white;
    transition: all 0.3s;
}

.activityHistoryNotCompleted
{
    background-color: lightgreen;
}

.activityHistoryCompleted
{
    background-color: lightgrey;
}

.actionNotCompleted
{
    color: lightcoral !important;
}

.hourglass{
    animation:hourglass 0.8s linear infinite;
}

@keyframes hourglass{
    0%{
        transform:rotate(0deg);
    }
    80%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(180deg);
    }
}

.custom-alert-message-model div.updatebtns button
{
    border-radius: 15px;
    font-size: 10px;
    border: 1px solid;
    background: white;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
}

.custom-alert-message-model p:hover
{
    color: #001ffff2;
}

.md-modal-content.message-modal-body .custom-alert-message-model {
    display: flex;
    justify-content: space-between;
}

.md-modal-content.message-modal-body .custom-alert-message-model + hr.dotted-hr {
    margin: 0.4rem 0;
}