/* Minification failed. Returning unminified contents.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4915,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */

*:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box;
}

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: transparent
}



article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: BaseFont, Fallback, sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #e4e7eb;
    font-size: 12px;
    font-weight: bold;
}


p {
    margin-top: 0;
    margin-bottom: 1rem
}


dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}



    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top: 1px solid rgba(0,0,0,.1);
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}


ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}


dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

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:hover {
    color: #0056b3;
    text-decoration: underline
}


a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}


svg {
    overflow: hidden;
    vertical-align: middle
}



button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

/*Form Control*/

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }
/*End*/



.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

/* Row Colum */

.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
    }
}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -10px*/
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

/*End*/

.collapse:not(.show) {
    display: none
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}


.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}


.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}


.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}


.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}



.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}



/*end*/



body {
    margin: 0;
    padding: 0;
}




/*Main Containers Styles*/
body {
    background-color: #e4e7eb;
    color: #333333;
    font-size: 12px;
    /*height: 100vh;*/
    width: 100vw;
    max-width: 100%;
    /*overflow: hidden;*/
}

p {
    margin: 0 0 5px;
}


*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #555;
}

*::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

/*Loading Panel Styles*/
#LoadingPanel {
    display: table;
    background-color: black;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

    #LoadingPanel > div:first-child {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }


#HeaderBar #Logo {
}

#HeaderBar #TitleContainer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    padding: 0px !important;
}

    #HeaderBar #TitleContainer .HeaderNavColorSecondary {
        color: #A7A7A7;
    }

    #HeaderBar #TitleContainer .HeaderNavColorPrimary {
        color: #FFFFFF;
    }


#HeaderBar #UserMenuContainer {
    height: inherit;
}

    #HeaderBar #UserMenuContainer #UserDropDownTrigger {
        display: inline-flex;
        vertical-align: middle;
        padding: 0 20px 0 0 !important;
        height: inherit;
    }

    #HeaderBar #UserMenuContainer .cd-dropdown {
        margin-top: 2px !important;
    }

    #HeaderBar #UserMenuContainer input {
        font-size: 14px;
    }


#HeaderBar {
    /*    background-image: linear-gradient(to right, #043f6d 50%, #00b6e1);*/
    background: #043f6d;
    padding: 0px !important;
    z-index: 9999999;
}



    #HeaderBar #UserMenuContainer.user-menu-dropdown {
        /*width: 180px;*/
    }

    #HeaderBar #UserMenuName.user-menu-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 12px;
        /*line-height: 40px;*/
        font-size: 14px;
        opacity: 0.9;
        color: #E9EFF0;
    }



.ToolbarNavItem {
    width: 28px;
    height: 44px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    display: inline-flex;
    cursor: pointer;
}

#ToolbarMenu{
    padding-left:38px !important;
}
#ToolbarButtons ul {
    display: inline-flex;
}

#ToolbarButtons .HeaderNavMenu[data-status="false"] {
    background-image: url('../Images/toolsgroup/HeaderBar/navmenubutton_off.svg');
}



#ToolbarButtons .HeaderNavOpenInNewTab {
    background-image: url('../Images/toolsgroup/HeaderBar/topbar_openinnewtab.svg');
    margin-left: calc(1% + 28px);
}



#wrapper {
    padding-left: 0;
    height: 100%;
}


#Logo img {
    height: 30px;
}


#HeaderNavbar {
    margin-top: 0;
    margin-bottom: 0;
    width: 15%;
    min-width: 284px;
    text-align: center;
}


#MainLayout #wrapper #SidebarContainer {
    display: block;
    height: 100%;
    width: 0px;
    min-width: 0px;
    position: fixed;
    z-index: 999;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background: linear-gradient(to bottom, #043f6d 50%, #00b6e1);
    padding: 0;
    top: 44px;
}

a,
ul,
li,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


*,
*::after,
*::before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

a {
    text-decoration: none;
}



img {
    max-width: 100%;
}

input {
    font-family: sans-serif;
    font-size: 1.6rem;
}

.cd-dropdown-trigger a:hover {
    text-decoration: none;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    /*padding: 0 36px 0 20px;*/
    /*line-height: 2.2em;*/
    color: #000000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}



    .cd-dropdown-trigger::before,
    .cd-dropdown-trigger::after {
        /* this is the arrow inside the dropdown trigger*/
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 9px;
        background: #E9EFF0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: width 0.3s, -webkit-transform 0.3s;
        -moz-transition: width 0.3s, -moz-transform 0.3s;
        transition: width 0.3s, transform 0.3s;
    }

    .cd-dropdown-trigger::before {
        right: 22px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-dropdown-trigger::after {
        right: 17px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }



.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 50px;
        line-height: 50px;
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px;
}

.cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}



    .cd-dropdown .cd-close {
        /* 'X' close icon - mobile version only */
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        height: 50px;
        width: 50px;
        /* image replacement */
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        color: transparent;
    }

        .cd-dropdown .cd-close::after,
        .cd-dropdown .cd-close::before {
            /* this is the 'X' icon */
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            height: 20px;
            width: 2px;
            background-color: #000000;
        }

        .cd-dropdown .cd-close::after {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
        }

        .cd-dropdown .cd-close::before {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        }


    .cd-dropdown h2 {
        /* dropdown title - mobile version only */
        position: relative;
        z-index: 1;
        color: #585a70;
        background-color: #111433;
        border-bottom: 1px solid #242643;
    }

    .cd-dropdown.dropdown-is-active {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
        -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
        transition: transform 0.5s 0s, visibility 0s 0s;
    }


    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
        /*border-right: 2px solid @UserMenuSecondColor;
        border-bottom: 2px solid @UserMenuSecondColor;
        border-top: 2px solid @UserMenuSecondColor;*/
        height: 300px;
        margin-top: 10px;
    }


.cd-dropdown-content li:last-of-type > a,
.cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 0px;
}

.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
}

    .cd-dropdown-content .cd-divider + li > a,
    .cd-dropdown-content ul .cd-divider + li > a {
        border-top-width: 0;
    }


.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

    .cd-dropdown-content.is-hidden > li > a,
    .cd-dropdown-content.is-hidden > li > .cd-search,
    .cd-dropdown-content.is-hidden > .cd-divider,
    .cd-dropdown-content.move-out > li > a,
    .cd-dropdown-content.move-out > li > .cd-search,
    .cd-dropdown-content.move-out > .cd-divider,
    .cd-dropdown-content ul.is-hidden > li > a,
    .cd-dropdown-content ul.is-hidden > li > .cd-search,
    .cd-dropdown-content ul.is-hidden > .cd-divider,
    .cd-dropdown-content ul.move-out > li > a,
    .cd-dropdown-content ul.move-out > li > .cd-search,
    .cd-dropdown-content ul.move-out > .cd-divider {
        /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
        opacity: 0;
    }

@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        /* reset style*/
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: white;
        color: #000000;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }

    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }

    .cd-dropdown h2,
    .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }
}

.cd-dropdown-content,
.cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
    padding-left: 2px;
}

    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        display: block;
        color: #000000;
        /* truncate text with ellipsis if too long */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-top-width: 1px;
        border-color: #f1f1f1;
        border-style: solid;
    }

    .cd-dropdown-content li:first-of-type > a,
    .cd-dropdown-content ul li:first-of-type > a {
        border-top-width: 0;
    }


    .cd-dropdown-content a,
    .cd-dropdown-content .cd-search,
    .cd-dropdown-content .cd-divider,
    .cd-dropdown-content ul a,
    .cd-dropdown-content ul .cd-search,
    .cd-dropdown-content ul .cd-divider {
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
    }

.cd-dropdown > ul > li {
    list-style-type: none;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown-content,
    .cd-dropdown-content ul {
        padding-top: 60px;
    }

        .cd-dropdown-content a,
        .cd-dropdown-content ul a {
            font-size: 1.8rem;
        }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content,
    .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }

        .cd-dropdown-content a,
        .cd-dropdown-content ul a {
            color: #000000;
            height: 50px;
            line-height: 50px;
            font-size: 1.5rem;
            border-color: #f1f1f1;
        }


    @media only screen and (min-width: 1024px) {
        .cd-dropdown-content {
            /* reset mobile style */
            position: static;
            height: auto;
            width: 280px;
            padding-top: 5px;
        }



        #Sidebar {
            width: 100%;
            border: 0;
            height: 100%;
            z-index: 40;
            /*padding-top:3px;*/
            transition: margin-left 1s;
        }

        .cd-dropdown-trigger a:hover {
            text-decoration: none;
        }

        .cd-dropdown-trigger img {
            /*max-height: 30px !important;
    border: 2px;
    border-style: solid;
    border-color: #e9eff0;*/
            /*margin: 10px 10px 10px 10px;
    width: 35px;
    height: 35px;*/
        }

        .no-touch .cd-dropdown-trigger:hover {
            background-color: transparent;
            text-decoration: none;
        }

        .menu-option-bar {
            height: 100%;
            left: 60px;
            /*margin-top: 3px;*/
            /*width: 25px;
    z-index: 40;*/
        }

        /*#MenuOptionBar div:first-child {
    border-style: solid;
    border-width: 10px;
    height: 0;
    left: 25px;
    position: relative;
    top: 80px;
    width: 0;
    z-index: 40;
}
*/
        .MenuItemMainContainer {
            align-items: center;
            color: #7EAEC7 !important;
            display: flex;
            height: 52px;
            width: 252px;
        }

        .nav-item:hover .MenuItemMainContainer {
            color: white !important;
        }

        .submenuContainer {
            color: #7EAEC7 !important;
        }

            .submenuContainer:hover {
                color: white !important;
            }

        .flexedContainer {
            display: flex;
            height: 2.667em;
            align-items: center;
        }

        .submenuIcon,
        .MenuArrow {
            height: 20px;
            width: 30px;
        }

        .MenuArrow {
            margin-left: 30%;
            background: url('../Images/toolsgroup/menu_navigation/expandicon.svg');
            background-repeat: no-repeat;
        }

            .MenuArrow.Opened {
                background: url('../Images/toolsgroup/menu_navigation/expandiconopen.svg');
                background-repeat: no-repeat !important;
            }

        .MenuItemMainContainer_ImageContainer {
            width: 48px;
            margin: 8px 0 8px 16px;
            display: inline-block;
            height: 48px;
        }

        .MenuItemMainContainer_textContainer {
            width: 70%;
            padding-left: 4%;
            padding-top: 4px;
            color:#E0EDFD; 
        }

        .MenuItemMainContainer_text {
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: #E0EDFD;
        }

        .MenuItemMainContainer_ArrowContainer {
            width: 20%;
            display: flex;
            align-items: center;
            padding-top: 9px;
        }

        .ShortcutItemMainContainer_ImageContainer {
            width: 48px;
            margin: 8px 16px 8px 16px;
            display: inline;
            height: 48px;
        }

        #SidebarContainer {
            height: 100%;
        }

        .white-text {
            color: white;
        }

        .searchBar-container {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }

        .searchBar-icon {
            height: 30px;
            position: relative;
            width: 46px;
            left: 28.5%;
            top: 0.1em;
        }

        .hoverElement {
            background-color: rgba(0, 0, 0, 0.15);
            /* For IE 5.5 - 7*/
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
            /* For IE 8*/
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
        }

        .searchBar-input {
            margin-right: 10%;
            padding: 25px;
            font-size: 15px !important;
            font-family: Lato;
            font-weight: bold;
            color: #FFFFFF;
            border: none;
            border-color: transparent;
            background-color: inherit;
            width: 95%;
            height: 50px;
            font-size: 3em;
            text-align: center;
            border-bottom: 1px solid #77A6D0;
        }

        #inputClearButton {
            position: relative;
            right: 69px;
            color: #919CA1;
            border: 1px solid #919CA1;
            border-radius: 50%;
            width: 25px;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            display: none;
            cursor: pointer;
        }

        #menuUlContainer:hover,
        .suggestedElement:hover,
        .findedElement:hover {
            cursor: pointer !important;
        }

        .searchBar-input:focus {
            outline: none;
        }

        @keyframes example {
            from {
                text-align: center;
            }

            to {
                text-align: left;
            }
        }

        .searchBar-input::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            font-size: 15px;
            color: #7EAEC7;
            opacity: 1;
            /* Firefox */
        }

        .searchBar-input:-ms-input-placeholder {
            font: Lato bold 15px #7EAEC7;
        }

        .searchBar-input::-ms-input-placeholder {
            font: Lato bold 15px #7EAEC7;
        }

        .searchContent {
            display: none;
            height: fit-content;
            padding-left: 34px;
            padding-bottom: 200px;
        }

            .searchContent .findedTitle {
                height: 28px;
                font: 12px bold Lato;
                color: #919CA1;
                align-items: center;
                display: flex;
            }

            .searchContent .findedElement {
                display: flex;
                height: 36px;
                align-items: center;
            }

                .searchContent .findedElement .suggestedElementImage {
                    background-image: url('Images/svgsprites/sprites.svg#navmenu_searchlittle');
                    width: 23px;
                    height: 23px;
                }

                .searchContent .findedElement .findedElementText {
                    height: 100%;
                    display: flex;
                    align-items: center;
                }

                    .searchContent .findedElement .findedElementText p {
                        font: 15px normal Lato;
                        margin: 0;
                        color: #7EAEC7;
                    }

                .searchContent .findedElement:hover .suggestedElementImage {
                    background-image: url('Images/svgsprites/sprites.svg#navmenu_searchlittle-hover');
                }

                .searchContent .findedElement:hover .findedElementText p {
                    color: #FFFFFF;
                }

        .backContainer {
            height: 36px;
            padding-left: 12px;
            align-items: center;
        }

            .backContainer .backArrow {
                height: 35px;
                width: 35px;
                margin: 26px 0 0 8px;
                background-image: url('Images/svgsprites/sprites.svg#navmenu_backbutton');
            }

                .backContainer .backArrow:hover {
                    background-image: url('Images/svgsprites/sprites.svg#navmenu_backbutton-hover');
                }

        .searchBar-icon {
            background: url('Images/svgsprites/sprites.svg#navmenu_searchicon');
        }

        .suggestedContainer {
            padding-left: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            margin-bottom: 48px;
        }

            .suggestedContainer .suggestedTitle {
                height: 28px;
                font: 12px bold Lato;
                color: #919CA1;
                align-items: center;
                display: flex;
            }

            .suggestedContainer .suggestedElement p {
                font: 15px normal Lato;
                color: #7EAEC7;
            }

            .suggestedContainer .suggestedElement:hover p {
                color: #FFFFFF;
            }

            .suggestedContainer div,
            .suggestedContainer p {
                width: 100%;
            }

        #menuUlContainer .MenuItemMainContainer_ImageContainer {
            background-repeat: no-repeat;
        }

        #menuUlContainer .HomeMasterData_image {
            background-image: url('../Images/toolsgroup/menu_navigation/Material/MasterData.svg');
        }

        #menuUlContainer .HomeImport_image {
            background-image: url('../Images/toolsgroup/menu_navigation/Material/Import.svg');
        }

        #menuUlContainer .HomeExport_image {
            background-image: url('../Images/toolsgroup/menu_navigation/Material/Export.svg');
        }

        #menuUlContainer .HomeForecast_image {
            background-image: url('../Images/toolsgroup/menu_navigation/Material/Forecast.svg');
        }

        #menuUlContainer .HomeDashboard_image {
            background-image: url('../Images/toolsgroup/menu_navigation/Material/Dashboard.svg');
        }

        #menuUlContainer .HomeCockpit_image {
            background-image: url('../Images/toolsgroup/menu_navigation/Material/Cockpit.svg');
        }

        #menuUlContainer .HomeAdmin_image {
            background-image: url('../Images/toolsgroup/menu_navigation/Material/SystemSettings.svg');
        }

        #menuUlContainer .HomeAuxData_image {
            background-image: url('../Images/toolsgroup/menu_navigation/Material/AuxiliaryData.svg');
        }

        #menuUlContainer .HomeUser_image {
            background-image: url('../Images/toolsgroup/menu_navigation/Material/Users.svg');
        }

        #menuUlContainer .submenuIcon {
            background-image: url('../Images/toolsgroup/menu_navigation/navmenu_submenuicon.svg');
            background-repeat: no-repeat;
        }

        .submenuContainer:hover .submenuIcon {
            background-image: url('../Images/toolsgroup/menu_navigation/submenuicon-hover.svg') !important;
        }



        input[type=search]::-webkit-search-cancel-button {
            -webkit-appearance: searchfield-cancel-button;
        }

        #bluredPage {
            display: none;
            /* Hidden by default */
            position: fixed;
            /* Stay in place */
            z-index: 3;
            /* Sit on top */
            padding-top: 100px;
            /* Location of the box */
            left: 0;
            top: 0;
            width: 100%;
            /* Full width */
            height: 100%;
            /* Full height */
            overflow: auto;
            /* Enable scroll if needed */
            background-color: #000000;
            /* Fallback color */
            background-color: rgba(0, 0, 0, 0.4);
            /* Black w/ opacity */
        }

        @media (max-width: 767px) {
            #userMenu {
                background-color: #ffffff;
                color: #333333;
                min-width: 320px;
                font-size: 12px;
                padding: 0;
                border-radius: 0;
                min-height: 250px;
            }
        }

        @media (min-width: 768px) and (max-width: 991px) {
            #userMenu {
                background-color: #ffffff;
                color: #333333;
                min-height: 250px;
                min-width: 522px;
                font-size: 12px;
                padding: 0;
                border-radius: 0;
            }
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            #userMenu {
                background-color: #ffffff;
                color: #333333;
                min-height: 250px;
                min-width: 522px;
                font-size: 12px;
                padding: 0;
                border-radius: 0;
            }
        }

        @media (min-width: 1200px) {
            #userMenu {
                background-color: #ffffff;
                color: #333333;
                min-height: 250px;
                min-width: 522px;
                padding: 0;
                font-size: 12px;
                border-radius: 0;
            }
        }

        #userProfile .settings-section .profileImage,
        #userProfile .settings-section .profileInformation {
            padding: 0px;
            margin-bottom: 1em;
        }

        #userMenu #userSettingsContainer {
            padding: 1em;
        }

        #userMenu .img-responsive {
            min-height: 100px;
            margin: auto;
            padding-left: 10px;
            padding-right: 10px;
        }

        #userMenu #userIdField,
        #userMenu #userNameField,
        #userMenu #userTypeField {
            padding-left: 5px;
        }

        #userMenu .lisenceSwitch {
            float: right;
        }

        #userMenu li.log-off {
            text-align: center;
            margin-top: 10px;
        }

        #userMenu #buttonLogoff {
            width: 80%;
            margin: auto;
            /*align-items: center;*/
        }

        #userMenu .btn {
            font-size: 12px;
        }

        #userMenu ul.nav-tabs li a {
            border-radius: 0;
        }

        #userMenu ul.nav-tabs {
            border-bottom: 0;
        }

        #userMenu [class*="col-"] {
            padding-left: 0;
            padding-right: 0;
        }

        #userMenu #cboLanguageId,
        #userMenu #cboThemeList {
            font-size: 12px;
            height: auto;
        }
        /*#userMenu .list-group .list-group-item li{
    background-color: @DefaultBackgroundColor;
    color: @DefaultForegroundColor;
    border-radius:0;
    padding-right:0;
              
          }*/
        #userMenu .list-group .list-group-item li:hover {
            cursor: pointer;
        }

        .title-Settings {
            font-size: 13px;
            padding-bottom: 16px;
        }

        .settings-section {
            padding-left: 0;
        }

        #userMenu span.km-switch.km-widget,
        #userMenu span.k-widget.k-dropdown,
        #userMenu #CloseUserSettingsButton,
        #userMenu #ApplyChangePasswordButton,
        #userMenu #ApplyUserSettingsButton,
        #userMenu #ApplyApplyLicensesButton {
            float: right;
        }

        #userMenu .k-dropzone {
            text-align: center;
            padding: 2px;
        }

        #userMenu .k-upload-button {
            margin: 0;
            padding: 5px;
            width: 100%;
        }

        #userMenu strong.k-upload-status.k-upload-status-total {
            display: none;
        }

        #ProfileDropDown {
            cursor: pointer;
        }

        #profileContainer span.km-switch-label-on {
            background-color: #337ab7 !important;
        }

        #profileContainer span.km-switch-handle {
            color: #337ab7 !important;
        }

        #OldPassword,
        #NewPassword,
        #NewPassword2 {
            width: 100%;
        }

        .currentSelectionSeparator {
            margin: 8px 0;
        }

        .currentSectionItem {
            text-align: center;
            font-size: 1.3em;
            margin: 8px 0;
        }

        .currentSelectionOptionTitle {
            font-weight: bold;
            text-align: left;
        }

        .currentSelectionOptionValue,
        .currentSelectionOptionTitle {
            margin-bottom: 0;
        }

        #showSelectionModalBody {
            margin-top: 8px;
        }

        .editAggregateParametersButton.k-grid-btnUpdate {
            margin-right: 60px;
        }

        #editParametersTable {
            border: none;
        }

        #editParametersTable_header {
            background-color: transparent !important;
            color: #596672;
            font-size: 2em;
            text-align: right;
            font-weight: bold;
        }

            #editParametersTable_header th {
                border-top: none;
            }

        .editAggregateParametersButton_container {
            text-align: center !important;
            border-top: 0px !important;
        }

        #currentSelectionTable p {
            font-size: 1.3em;
        }
        /*headerTemplate WrapWords CSS code*/
        .wrapHeader {
            overflow: visible !important;
            white-space: normal !important;
        }

        #btnRemoveAllFilters {
            margin-left: 16px;
            margin-right: 16px;
        }

        .ShowSeletcionTitle span {
            font-weight: bold;
        }

        .noborder {
            border: none !important;
        }

        .little-row {
            width: 20% !important;
        }

        .showSelection-element {
            font-size: 1.5em;
            font-weight: bolder;
        }

        .elements-centered {
            padding-top: 15px !important;
        }

        .noBottomMargin {
            margin-bottom: 0 !important;
        }
        /*.modal-title {
    color: white !important;
}*/
        #graphColorPickerlbl {
            font-size: 1.5em;
            margin-right: 16px;
        }

        #graphColorPickerForm {
            text-align: center;
            padding: 16px 0 16px 0;
        }

        .bottomBorders tr {
            border-bottom: 1px solid #adada6;
        }

        #parametersSelectionlbl {
            margin-bottom: 8px;
            text-align: right;
            margin-right: 25px;
        }

        #parametersSelection_taglist li {
            margin: 6px 0px 6px 8px;
        }

        .filterMenuHubDropdown {
            display: inline-block;
            padding: 10px;
        }

        .addColumnFilterModal {
            z-index: 1051;
        }

        #headerUnitLabellbl,
        #headerDescriptionlbl {
            font-size: 1.5em;
        }

        #headerUnitLabellbl {
            margin-top: 18px;
        }

        .filterMenuSeparator {
            height: 2px;
            margin: 2px;
        }

        .Batch-Diagram-EditMode {
            background-color: #999999;
        }

        .toggle-button-enabled {
            font-family: sans-serif;
            font-size: 14px;
            font-weight: bold;
            color: #30C7FF;
            cursor: pointer;
        }

            .toggle-button-enabled:hover {
                color: #55D1FF;
            }

        .toggle-button-disabled {
            font-family: sans-serif;
            font-size: 14px;
            font-weight: bold;
            color: #30C7FF;
        }

            .toggle-button-disabled:hover {
                color: #55D1FF;
            }

        .toggle-button-mobile {
            height: 50px;
            line-height: 50px;
        }

        #btnEditModeTextContainer {
            font-family: sans-serif;
            font-size: 14px;
            font-weight: bold;
            color: #FFFFFF;
            text-align: center;
        }

        #btnEditModeTextMobile {
            width: 70%;
            float: right;
        }

        input::-webkit-input-placeholder {
            color: #919191;
            font-weight: bold;
        }

        input::-moz-placeholder {
            color: #919191;
            font-weight: bold;
        }

        input:-ms-input-placeholder {
            color: #919191;
            font-weight: bold;
        }

        input:-o-input-placeholder {
            color: #919191;
            font-weight: bold;
        }

        .buttonFilter {
            height: 25px;
        }

        #DropDownListExtendedWrapper span {
            background-color: transparent;
            border: none;
        }

            #DropDownListExtendedWrapper span.k-dropdown-wrap {
                border: 0px;
                background-color: transparent;
            }

            #DropDownListExtendedWrapper span.k-input {
                display: flex;
                justify-content: center;
            }

        #DropDownListExtendedWrapper .DropDownListExtHeader,
        .toolbarWhiteText {
            color: white;
            font-weight: bold;
        }

        #DropDownListExtendedWrapper hr {
            border: 1px solid white;
            margin: 1px;
        }

        #DropDownListExtendedWrapper .DropDownListExtContent {
            font-weight: bold;
            color: black;
        }

        #alertsJob .dropdown-toggle::after {
            display: none;
        }

        .dashboardOptions .dropdown-toggle::after {
            display: none;
        }

        .modalHeader {
            background-color: #043f6d;
        }

        .card.main-panel-accordion {
            margin: 10px 20px 10px 0;
            border-radius: 15px;
        }

            .card.main-panel-accordion .card-header {
                background: none;
                border-bottom: none;
            }

            .card.main-panel-accordion .card-body {
                padding-top: 0px !important;
            }

        .currentSectionContainer {
            border-style: solid;
            border-radius: 2px;
            border-width: 1px;
            background-color: white;
            border-color: #C3CAD1;
            margin-right: 13px;
            height: 38px;
            padding: 1px;
        }

            .currentSectionContainer.scrolled {
                border-style: solid;
                border-radius: 2px;
                border-width: 1px;
                background-color: white;
                border-color: transparent;
                margin-right: 13px;
                height: 38px;
                padding: 1px;
            }

        input[type=search]::-webkit-search-cancel-button {
            -webkit-appearance: searchfield-cancel-button;
        }

        .modal-dialog {
            min-height: calc(100vh - 60px);
            display: flex;
            flex-direction: column;
            justify-content: center;
            overflow: hidden;
        }

            .modal-dialog.modal-lg {
                max-width: 80%;
            }

                .modal-dialog.modal-lg .modal-content {
                    height: 80vh;
                    border-radius: 10px;
                    width: 100%;
                }

                .modal-dialog.modal-lg .modal-footer {
                    height: 80px;
                }

                .modal-dialog.modal-lg .modal-header {
                    margin-bottom: 35px;
                    min-height: 55px;
                }

            .modal-dialog .modal-content {
                border-radius: 10px;
                width: 100%;
            }

        @media (max-width: 768px) {
            .modal-dialog {
                min-height: calc(100vh - 60px);
                display: flex;
                flex-direction: column;
                justify-content: center;
                overflow: hidden;
            }
        }

        .modal-dialog .modal-header {
            padding-bottom: 0px;
            padding-top: 10px;
            border-bottom: 1px solid #d8d8d8;
        }

        .modal-dialog .modal-footer button {
            font-size: 14px;
            color: #007bff;
            background-color: transparent;
            border-color: transparent;
        }

            .modal-dialog .modal-footer button p {
                margin-bottom: 0px !important;
                margin-left: 10px !important;
            }

        .modal-dialog .modal-body {
            overflow-y: auto;
        }

            .modal-dialog .modal-body button {
                font-size: 14px;
                color: #007bff;
                background-color: transparent;
                border-color: transparent;
            }

                .modal-dialog .modal-body button p {
                    margin-bottom: 0px !important;
                    margin-left: 10px !important;
                }

        .modal-dialog .modal-title {
            height: 45px;
            padding-left: 15px;
            padding-right: 70px;
            line-height: 45px;
            font-size: 26px;
            font-weight: bold;
            margin-left: auto;
        }

        .nav-link {
            color: #AEB0B1;
            height: 100%;
            line-height: 25px;
        }

        .nav-tabs {
            border: 0;
        }

            .nav-tabs .nav-item {
                margin-left: 32px;
            }

            .nav-tabs .nav-link.active {
                border: 0;
                border-bottom-width: 3px;
                border-bottom-color: #007AFF;
                border-bottom-style: solid;
                color: #0C86FF;
            }

                .nav-tabs .nav-link.active:hover {
                    color: #0C86FF;
                    border-top: 0;
                    border-left: 0;
                    border-right: 0;
                }

        .modal-nav-header {
            text-transform: uppercase;
            font-size: 12px;
            font-family: Arial, Helvetica, sans-serif;
            height: 45px;
            padding-top: 12px;
        }

            .modal-nav-header .nav-item {
                color: #AEB0B1;
                font-size: 14px;
            }

                .modal-nav-header .nav-item :hover {
                    color: #67A9F2;
                    border-top-color: #fff;
                    border-left-color: #fff;
                    border-right-color: #fff;
                }

        @media (min-width: 768px) {
            .modal-body .tab-content {
                width: 100% !important;
            }
        }

        @media (min-width: 1024px) {
            .modal-body .tab-content {
                width: 80% !important;
            }
        }

        @media (min-width: 1300px) {
            .modal-body .tab-content {
                width: 60% !important;
            }
        }

        .modal-footer-buttons {
            width: 100px;
            font-size: 12px;
            text-transform: uppercase;
            font-family: Arial, Helvetica, sans-serif;
            text-decoration: none !important;
        }

        .modal-footer-ok-button {
            color: #007AFF;
        }

            .modal-footer-ok-button:hover {
                color: #459EFF;
            }

        .modal-footer-close-button {
            color: #B2B4B5 !important;
        }

            .modal-footer-close-button:hover {
                color: #1F1F1F !important;
            }

        .modal-item {
            margin: 5px;
            font-size: 15px;
            line-height: 38px;
        }

            .modal-item .k-widget {
                padding: 0;
            }

        .modal-item-container {
            height: 40px;
            font-size: 15px;
        }

            .modal-item-container .km-switch {
                border: 0;
            }

        .modal-item-label-container {
            min-width: 240px;
            float: left;
        }

        .modal-item-label {
            color: #262626;
            min-width: 240px;
            float: left;
            width: max-content;
        }

            .modal-item-label[for=reportNameModal] {
                min-width: 180px;
            }

        .modal-label-control .label-prefix {
            text-align: right;
            line-height: 40px;
        }

        .modal-label-control .label-maintext {
            line-height: 35px;
            font-size: 13px;
        }

        .modal-item-control-container {
            float: right;
        }

        .trafficlight-item-container {
            margin-bottom: 5px;
            font-size: 15px;
            line-height: 43px;
            height: 43px;
        }

        .trafficlight-header-row {
            margin-bottom: 5px;
            font-size: 15px;
            line-height: 38px;
        }

        div.modal[id="reportContainer"] .justify-content-center {
            width: 100%;
            margin-right: 0px;
            margin-left: 0px;
        }

        div.modal[id="reportContainer"] #cmbFolderContainer {
            display: flex;
        }

            div.modal[id="reportContainer"] #cmbFolderContainer .DropDownListExtHeader {
                min-width: 240px;
                align-content: flex-start;
            }

            div.modal[id="reportContainer"] #cmbFolderContainer #cmbFolderlbl {
                color: #596672;
                text-align: left;
            }

            div.modal[id="reportContainer"] #cmbFolderContainer .k-input {
                font-weight: normal;
            }

        div.modal[id="reportContainer"] .card {
            border: none;
        }

            div.modal[id="reportContainer"] .card .card-body {
                padding: 0;
            }

            div.modal[id="reportContainer"] .card .k-command-cell a {
                display: none;
            }

            div.modal[id="reportContainer"] .card .k-dropdown-wrap {
                width: 34%;
            }

        .modal-item-control {
            float: right;
        }

            .modal-item-control .k-i-arrow-60-down {
                margin-left: 15px;
            }

            .modal-item-control .k-dropdown .k-dropdown-wrap {
                border-color: white;
                background-color: white;
                min-width: 150px;
            }

                .modal-item-control.k-dropdown.k-dropdown-wrap > .k-input {
                    text-align: right;
                    display: block;
                    padding-right: 25px;
                }

        .k-dropdown-wrap > .k-input {
            text-align: center;
        }

        .modal-item-control input,
        .modal-item-control span {
            font-size: 15px;
        }

        .modal-tab-content {
            margin-left: 15px;
        }

        .toolbarItem span,
        .toolbarItem p {
            font-size: 14px;
            font-weight: bold;
        }

        .toolbarItem .buttonContainer {
            margin-top: 10px;
        }

        .toolbarItem .statusContainer {
            line-height: 40px;
        }

        .toolbarItem .text-button {
            color: #007CF7;
        }

        .toolbarItem .button-icon {
            margin-left: 5px;
            color: black;
            font-size: 10px;
        }

        #ctlSelPeriodDateWrapper input {
            background-color: #e2e4e9;
            font-size: 13px !important;
            color: #A3A6AB;
        }

        .DropDownListExtContent span {
            color: #596672 !important;
            font-size: 13px !important;
        }

        [data-toggle="collapse"] .accordion-icon:before {
            content: "\f077";
        }

        [data-toggle="collapse"].collapsed .accordion-icon:before {
            content: "\f078";
        }

        .grid-header-card .card-title {
            font-size: 1.3em;
        }

        .export-button {
            width: 22px;
            height: 29px;
            background-image: url('Images/svgsprites/sprites.svg#generic-_exportbutton');
        }

            .export-button:hover {
                background-image: url('Images/svgsprites/sprites.svg#generic-_exportbutton-hover');
            }

        #ctlSelContainer.ctlSelDesktop {
            /* for the animation */
            transition: margin 0.3s ease;
            min-width: 284px;
            width: 15%;
            height: 100%;
            float: left;
            position: fixed;
            z-index: 1;
            left: 0;
        }

        .hidectlSel {
            display: none;
        }

        #mainFormContainer {
            /* for the animation */
            transition: width 0.3s ease;
            width: 100%;
            min-width: 800px;
        }

        .k-i-calendar:before {
            content: "\e006";
        }

        .k-datepicker .k-picker-wrap {
            border: 0;
        }

        .km-switch {
            line-height: 0 !important;
            width: 52px;
            height: 28px;
            font-size: 15px;
        }

            .km-switch .km-switch-handle {
                border-radius: 12px;
            }

        .km-switch-on .km-switch-handle {
            width: 26px;
            color: #007CF7;
            background-color: white;
        }

        .modal-dialog k-switch-container {
            color: #2a11ef;
        }

        .km-switch-container,
        .km-switch-wrapper {
            border: 0;
            font-size: 16px !important;
        }

        .k-multiselect-wrap .k-button {
            background-color: transparent;
            border: solid 1px #4488CA;
            border-radius: 4px;
            height: 24px;
            padding: 5px;
        }

            .k-multiselect-wrap .k-button span {
                color: #4488CA;
                font-size: 14px;
            }

            .k-multiselect-wrap .k-button [aria-label="delete"] {
                position: relative;
                margin-left: 0px;
            }

        #smoChartNonEdit div {
            width: inherit !important;
        }

        .parametersByItemWharehouse_selectionControl,
        .TunnelDisplay_selectionControl,
        .PlanningBookS_selectionControl,
        .stockMixOptimization_selectionControl,
        .forecastAndDemandManager_selectionControl,
        .proposalEditing_selectionControl {
            height: calc(100vh - 50px);
        }

        #parametersByItemWharehouse_container,
        #TunnelDisplay_Container,
        #PlanningBookS_container,
        #forecastAndDemandManager_container,
        #stockMixOptimization_Container,
        #proposalEditing_container {
            display: flex;
        }

        #openSelectionControl {
            position: fixed;
            top: 50px;
        }

        #closeSelectionControl {
            position: absolute;
            top: 5px;
        }

        #closeSelectionControl,
        #openSelectionControl {
            background-color: #C3CAD1;
            border-radius: 2px;
            border: 0;
            padding: 0;
        }

            #closeSelectionControl .closeSelectionControl_icon,
            #openSelectionControl .closeSelectionControl_icon {
                height: 41px;
                width: 26px;
                background-image: url('Images/SelControl_closebutton.svg');
            }

        #closeSelectionControl {
            right: 7px;
        }

        #openSelectionControl {
            left: 0;
        }

        #closeSelectionControl:hover .closeSelectionControl_icon {
            background-image: url('Images/SelControl_closebutton-hover.svg') !important;
        }

        #btnAddNewPreset,
        #btnAddNewFilter,
        #btnRemoveAllFilters,
        #btnConsiderStockMixOptRecords,
        #btnShowSelection {
            background-color: white;
            border: none;
            color: #007CF7;
        }

        .black_cmbWorkTableContainer div,
        .black_cmbFolderContainer div,
        .black_cmbGroupByContainer div,
        .black_cmbDivisionContainer div,
        .black_cmbViewRecordsContainer div {
            color: #596672 !important;
        }

        .black_cmbWorkTableContainer hr,
        .black_cmbFolderContainer hr,
        .black_cmbGroupByContainer hr,
        .black_cmbDivisionContainer hr,
        .black_cmbViewRecordsContainer hr {
            border-color: #596672 !important;
        }

        .aggregateParametersWizardButtons,
        #aggregateParametersTable a.k-button,
        .editAggregateParametersButton,
        #btnCleanProductImagesFolder,
        #btnCleanAllUsersCache,
        #btnCleanthisUserCache {
            border: none;
            background-color: transparent !important;
            color: #0C86FF !important;
            font-weight: bold;
        }

        #labelPresetStep1,
        #labelPresetStep1prefixlbl,
        #labelPresetStep2prefixlbl,
        #labelPresetStep3prefixlbl {
            font-weight: bold !important;
        }

        #labelPresetStep1Container,
        #labelPresetStep2Container,
        #labelPresetStep3Container {
            text-align: center;
            padding-right: 68px;
        }

        .parametersWizard_presetDetails {
            align-items: center;
            display: flex;
        }

        .margedAPMToolbat {
            margin-bottom: 18px;
        }

        .bordlessCard {
            border: none;
        }

        #parametersSelectionContainer {
            width: 42%;
        }

        #parameterWizard-ChooseParametersTitle {
            align-self: center;
            margin-right: 20px;
            margin-left: 9px;
        }

        .rightControls {
            position: relative;
            padding-left: 15.5%;
            padding-bottom: 100px;
            width: 100%;
        }

        @media only screen and (max-width: 1900px) {
            .rightControls {
                padding-left: 290px;
            }
        }

        .rightControlsMobile {
            position: relative;
        }

        .visible {
            display: block !important;
        }

        #openSelectionControl {
            display: none;
        }

            #openSelectionControl .openSelectionControl_icon {
                height: 41px;
                width: 26px;
                background-image: url('Images/SelControl_openbutton.svg');
            }

            #openSelectionControl:hover .openSelectionControl_icon {
                background-image: url('Images/SelControl_openbutton-hover.svg') !important;
            }
        /*TODO: quitar esto cuando se arregle batch*/
        #DemandModelingSplitter {
            border: 0 none;
            height: 100%;
            width: 100%;
            background-color: transparent !important;
        }

        #ReportDesigner_MainContainer {
            padding-left: 16px;
        }

        #ReportDesigner_MainContainer {
            padding-left: 16px;
        }

            #ReportDesigner_MainContainer #accordion #collapse2 .card-body {
                padding-top: 16px !important;
            }

        #parameterWizardViewRecordsDropdown input {
            text-align: center;
        }

            #parameterWizardViewRecordsDropdown input span {
                background-color: transparent;
                border: none;
            }

        #ToolbarSection.reportDesigner_ToolbarContainer {
            padding-top: 8px;
        }

        #ToolbarSection.userJobs_ToolbarContainer {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        #menuColumnsToDisplay-container #menuColumnsToDisplay {
            width: 168px !important;
        }

            #menuColumnsToDisplay-container #menuColumnsToDisplay li.k-item.k-state-default.k-first.k-last {
                width: 160px;
            }

                #menuColumnsToDisplay-container #menuColumnsToDisplay li.k-item.k-state-default.k-first.k-last span.k-icon {
                    margin-left: 6px;
                }

        #selectGraphSeries-container ul {
            min-width: 260px;
        }

        #ReportList span.k-widget.k-dropdown.k-header.k-dropdown-operator {
            width: 85px;
        }

            #ReportList span.k-widget.k-dropdown.k-header.k-dropdown-operator span.k-dropdown-wrap.k-state-default {
                height: 23px;
            }

        .k-tabstrip-items {
            font-size: 14px;
        }

            .k-tabstrip-items .k-item.k-state-default.k-state-active {
                background-color: transparent;
                border-color: transparent;
                border-bottom-width: 3px;
                border-bottom-color: #007AFF !important;
                border-bottom-style: solid;
                color: #0C86FF !important;
            }

            .k-tabstrip-items .k-item.k-state-default {
                color: #AEB0B1;
                border-color: transparent;
                border-bottom-color: transparent;
            }

                .k-tabstrip-items .k-item.k-state-default.k-state-hover {
                    border-color: transparent;
                    color: #0C86FF !important;
                }

        .APM_ToolbarSection button {
            font-size: 12px;
            font-weight: bold;
        }

        #notesTextEditor {
            height: 100px;
        }

        .genericActionButtonStyle {
            background-color: transparent;
            border: none;
            color: #007CF7;
            font-size: 14px;
            font-weight: bold;
        }

            .genericActionButtonStyle:hover {
                color: #459EFF;
                background-color: transparent;
            }

        .tooltip-inner {
            font-size: 14px;
            font-weight: bolder;
        }

        #FilterModalBodyContainer .filterModalEntry {
            display: flex;
            width: 95%;
        }

            #FilterModalBodyContainer .filterModalEntry div.k-menu-scroll-wrapper.horizontal {
                width: 200px;
            }

        #FilterModalBodyContainer .newFilterContainer {
            display: flex;
        }

        #ColumnFilteraddFilterEntry {
            margin-left: 95%;
        }

        .buttonToolbar.k-sate-focused.k-state-border-down {
            background-color: white;
            color: #333;
            box-shadow: none;
            background-image: none;
        }

        .k-grid tr td {
            border: none;
        }

        .km-switch-handle {
            background-color: #f8f8f8;
        }

        .k-state-active.k-button.k-button-icon,
        .k-button.k-button-icontext {
            color: #333;
            border-color: #ccc;
            background-color: #fff;
        }

        .k-menu .k-popup {
            background-color: #ffffff;
        }

        .k-button.k-button-icon:hover,
        .k-button.k-button-icontext:hover {
            color: #333;
            border-color: #ccc;
            background-color: #ebebeb;
        }

        .k-button.k-state-disabled:focus,
        .k-button.k-state-disabled.k-state-active {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .k-state-border-down span.k-sprite {
            color: #333;
        }

        .k-button.k-button-icon.k-state-disabled:hover {
            color: #333;
            border-color: #ccc;
            background-color: #fff;
        }

        #KpiDashboard.panel-default > .card-header {
            /*background-color: #808080 !important;*/
        }

        .gm-style-iw .card-header {
            color: white;
        }

        #KpiDashboard.dashboard i.fa.fa-filter,
        #KpiDashboard.dashboard i.fa.fa-cog,
        #MapDashboardDragToolbar i.fa.fa-arrows {
            color: #333333;
        }

        .well {
            border-color: #b1a5a5;
        }

        .list-group-item {
            border-color: #b1a5a5;
        }

        #RightSidebar {
            background-color: #ece5e5;
        }

        .gm-style {
            font-size: 14px;
        }
        /*WIZARD COLORS STYLES START*/
        /***** Top content *****/
        .top-content .text {
            color: #fff;
        }

            .top-content .text h1 {
                color: #fff;
            }

        .top-content .description a {
            color: #fff;
        }

            .top-content .description a:hover,
            .top-content .description a:focus {
                border-bottom: 1px dotted #fff;
            }

        .f1-progress {
            background: #DDD;
        }

        .f1-progress-line {
            background: #0C86FF;
        }

        .f1-step-icon {
            background: #ddd;
            color: #7E9BAC;
            font-weight: 800;
            font-size: 15px;
        }

        .f1-step.activated .f1-step-icon {
            background: #DEE1E2;
        }

        .f1-step.activated .f1-step-icon-color {
            background: #0C86FF;
            color: #fff;
            font-size: 15px;
        }

        .f1-step.active .f1-step-icon {
            background: #DEE1E2;
        }

        .f1-step.active .f1-step-icon-color {
            background: #0C86FF;
            color: #fff;
            font-size: 15px;
        }

        .f1-step p {
            color: #A3BAC8;
            font-size: 13px;
        }

        .f1-step.activated p {
            color: #474747;
            font-weight: 300;
            font-size: 13px;
        }

        .f1-step.active p {
            color: #153957;
            font-weight: 800;
            font-size: 13px;
        }

        .f1-buttons .btn {
            background-color: #ffffff;
            color: #333333;
        }

        .f1 .input-error {
            border-color: #333333;
        }
        /*WIZARD COLORS STYLES END*/
        .unboxed-card-header {
            /*volver*/
            background-color: white;
            color: #333333;
        }
        /* Filter icon in list grids */
        .k-grid-filter {
            color: black;
        }

            .k-grid-filter.k-state-active {
                color: #337ab7;
            }




        /*--------------------------------------------------------------------------------------------*/

        .block {
            background-color: #9ec5ce;
            padding: 0px;
            display: block;
            position: relative;
            float: left;
            width: 100%;
        }

        .row {
            padding: inherit;
            clear: both;
            position: relative;
            float: left;
            width: 100%;
        }

        .selectionFilterRow {
            clear: both;
            position: relative;
            float: left;
            width: 100%;
        }

        .label, .combobox, .checkbox, .textbox, .upload, .button, .text, .dateedit, .listbox {
            float: left;
            position: relative;
            margin-left: 12px;
            margin-top: 8px;
        }

        .label {
            width: auto;
        }




        #frcEditingTitle h2, h2 {
            color: #334b65;
        }

        .smallField {
            max-width: 50px;
        }

        .mediumField {
            max-width: 120px;
            min-width: 100px;
        }


        .optionsContainer, #optionsContainer {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            float: initial;
            flex: 2;
            justify-content: flex-end;
        }

        #itemIconDiv {
            cursor: pointer;
            border: 1px solid #f1f1f1;
        }

        #ProductImagePopup {
            width: 60%;
            height: 60%;
            display: flex;
            align-content: center;
            justify-content: center;
        }

        #productImage {
            width: 100px;
        }


        .content {
            margin-top: 15px;
        }



        .custom-info-box {
            border: 2px solid lightgrey;
            padding: 10px;
            margin: 10px 0;
        }



        @media screen and (max-width: 600px) {
            .custom-col-30, .custom-col-10, .custom-col-4, .custom-col-25, .custom-col-75 {
                width: 100% !important;
                margin-top: 0;
            }
        }

        .btn {
            background: white;
            font-size: 14px;
            color: #007CF7;
            font-weight: bold;
            /*float: right;*/
        }

        .dx-link {
            background: white;
            font-size: 14px;
            color: #007CF7 !important;
            font-weight: bold;
            text-decoration: none !important;
        }

            .dx-link:focus, .dx-link:hover {
                text-decoration: none
            }

            .dx-link.focus, .dx-link:focus {
                outline: 0;
                box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
            }

            .dx-link.disabled, .dx-link:disabled {
                opacity: .65
            }

            .dx-link:not(:disabled):not(.disabled) {
                cursor: pointer
            }

        .commandButtonImage {
            display: none
        }

        .Form {
            margin-top: 50px;
        }

        #partialBody {
            background: white;
            padding-left: 15px;
        }


        .FormPromoHeader {
            margin-top: 0 !important;
        }


        .FormButtonNegative, .loginButton, .FormButton {
            padding: 10px;
            padding-left: 18px;
            padding-right: 18px;
            cursor: pointer;
            margin-left: 10px;
            margin-bottom: 10px;
            white-space: nowrap;
        }

        .smallButton {
            margin-bottom: 0;
            padding-top: 4px;
            padding-bottom: 4px;
        }

        .FormButtonNegative, .loginButton, .PopUpFormButton:hover, .FormButton:hover {
        }

        .TableField {
            width: 150px;
            padding: 10px;
        }

        .TableFieldCenter {
            text-align: center;
        }




        .dxnbLite_DCHTheme, .dxsplControl_DCHTheme, .dx-widget {
            font-family: BaseFont !important;
        }

            .dxsplControl_DCHTheme .dxsplLCC {
                padding: 0;
            }


        .dx-multiview-wrapper {
            background-color: white;
        }

        .FormFieldcontrol {
            margin-right: 10px;
        }

        .btn-update-form {
            float: left;
        }

        .display-none {
            display: none;
        }
@font-face {
    font-family: 'BaseFont';
    src: url('fonts/regular.eot');
    src: url('fonts/regular.eot?#iefix') format('embedded-opentype'), url('fonts/regular.woff2') format('woff2'), url('fonts/regular.woff') format('woff'), url('fonts/regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'BaseFont';
    src: url('fonts/bold.eot');
    src: url('fonts/bold.eot?#iefix') format('embedded-opentype'), url('fonts/bold.woff2') format('woff2'), url('fonts/bold.woff') format('woff'), url('fonts/bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Gilroy;
    src: url("fonts/Gilroy-Light.otf") format("opentype");
}


#MainForm.dashboardBackground {
    background-color: #fff;
    padding: 10px !important
}

.cd-dropdown.dropdown-is-active {
    opacity: unset;
    height: auto !important;
}

.MenuItemMainContainer {
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    width: 221px;
    height: 40px;
}

#HeaderBar #UserMenuName.user-menu-name {
    margin-right: 16px;
}

#MainForm {
    height: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
    background-color: #e4e7eb;
    /*background-color: #fff;*/
}

    #MainForm.overflow {
        height: 100%;
        overflow-y: visible;
    }

    #MainForm.dashboardBackground {
        background-color: #fff;
        padding: 10px !important
    }

#MainLayout {
    height: 90%;
    overflow: visible;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
}

    #MainLayout > #wrapper > .col-1 {
        min-width: 100px;
        margin-top: 4px;
    }

    #MainLayout #wrapper #SidebarContainer #Sidebar {
        float: left;
    }

    #MainLayout #wrapper #SidebarContainer.ShowSideBar {
        min-width: 246px !important;
    }

#UserMenuContainer {
    height: 44px;
}

body {
    font-family: BaseFont, Fallback, sans-serif !important;
    font-size: 12px;
    font-weight: bold;
}

#HeaderBar {
    z-index: 1500;
}

.cd-dropdown.dropdown-is-active {
    opacity: unset;
}

.header_content {
    margin-bottom: 10px;
    padding: 10px 5px;
    text-align: left !important;
}

.footer_content {
    margin-bottom: 10px;
    padding: 10px 5px;
    text-align: left !important;
}

.body_content {
    padding: 0 10px !important;
    margin-bottom: 10px !important;
}

.ParentContainer input[type=text], select, textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.custom-col-4 {
    float: left;
    width: 4% !important;
}

.custom-col-8 {
    float: left;
    width: 8% !important;
}

.custom-col-5 {
    float: left;
    width: 4% !important;
}

.custom-col-10 {
    float: left;
    width: 10% !important;
}

.custom-col-15 {
    float: left;
    width: 15% !important;
}

.custom-col-20 {
    float: left;
    width: 20% !important;
}

.custom-col-25 {
    float: left;
    width: 25% !important;
}

.custom-col-30 {
    float: left;
    width: 30% !important;
}

.custom-col-35 {
    float: left;
    width: 35% !important;
}

.custom-col-40 {
    float: left;
    width: 40% !important;
}

.custom-col-45 {
    float: left;
    width: 45% !important;
}

.custom-col-50 {
    float: left;
    width: 50% !important;
}

.custom-col-65 {
    float: left;
    width: 65% !important;
}

.custom-col-75 {
    float: left;
    width: 75% !important;
}

.custom-col-90 {
    float: left;
    width: 90% !important;
}

.custom_label {
    margin-top: 10px !important;
    color: #3e586f !important;
}

/* Clear floats after the columns */
.ParentContainer:after {
    content: "";
    display: table;
    clear: both;
}

.dx-datagrid {
    /*    width: 100% !important;*/
}

.dx-dropdowneditor-overlay > .dx-overlay-content {
    max-height: 500px !important;
}

    .dx-dropdowneditor-overlay > .dx-overlay-content > .dx-popup-content {
        max-height: 450px !important;
    }

.MenuArrow.Op

#LoadingPanel {
    z-index: 99999999;
}

.btnDashboard .btnDashboard_image,
.nav-item:hover .btnDashboard_image {
    background-image: url('../Images/toolsgroup/ShortcutIcon/Material/Dashboard_hover.svg') !important;
}

.HomeMasterData:hover .HomeMasterData_image,
.nav-item:hover .HomeMasterData_image {
    background-image: url('../Images/toolsgroup/menu_navigation/Material/MasterData_hover.svg') !important;
}

.HomeImpor:hover .HomeImport_image,
.nav-item:hover .HomeImport_image {
    background-image: url('../Images/toolsgroup/menu_navigation/Material/Import_hover.svg') !important;
}

.HomeExport:hover .HomeExport_image,
.nav-item:hover .HomeExport_image {
    background-image: url('../Images/toolsgroup/menu_navigation/Material/Export_hover.svg') !important;
}

.HomeForecast:hover .HomeForecast_image,
.nav-item:hover .HomeForecast_image {
    background-image: url('../Images/toolsgroup/menu_navigation/Material/Forecast_hover.svg') !important;
}

.HomeCockpit:hover .HomeCockpit_image,
.nav-item:hover .HomeCockpit_image {
    background-image: url('../Images/toolsgroup/menu_navigation/Material/Cockpit_hover.svg') !important;
}

.HomeAdmin:hover .HomeAdmin_image,
.nav-item:hover .HomeAdmin_image {
    background-image: url('../Images/toolsgroup/menu_navigation/Material/SystemSettings_hover.svg') !important;
}

.HomeAuxData:hover .HomeAuxData_image,
.nav-item:hover .HomeAuxData_image {
    background-image: url('../Images/toolsgroup/menu_navigation/Material/AuxiliaryData_hover.svg') !important;
}

.HomeUser:hover .HomeUser_image,
.nav-item:hover .HomeUser_image {
    background-image: url('../Images/toolsgroup/menu_navigation/Material/Users_hover.svg') !important;
}

.submenuContainer:hover .submenuIcon {
    background-image: url('Images/svgsprites/sprites.svg#navmenu_submenuicon-hover') !important;
}

.dashboardMenu:hover .dashboard_image,
.selectedMenuItemMainContainer .dashboard_image {
    background-image: url('Images/svgsprites/sprites.svg#navmenu_dashboard-hover') !important;
}

@media only screen and (max-width: 600px) {
    .inner_section {
        width: 100% !important;
    }

    .custom_inner_div {
        width: 70%
    }
}

@media only screen and (min-width: 600px) {
    .inner_section {
        width: 100% !important;
    }

    .custom_inner_div {
        width: 70%
    }
}

@media only screen and (min-width: 768px) {
    .inner_section {
        width: 100% !important;
    }

    .custom_inner_div {
        width: 70%
    }
}

@media only screen and (min-width: 992px) {
    .inner_section {
        width: 40% !important;
    }
}

@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #HeaderBar #TitleContainer {
        position: absolute;
        left: 60%;
        transform: translateX(-50%);
        font-size: 13px;
        padding: 0px !important;
        top: 10%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #HeaderBar #TitleContainer {
        position: absolute;=[]
        left: 50%;
        transform: translateX(-50%);
        font-size: 13px;
        padding: 0px !important;
        top: 65%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #HeaderBar #TitleContainer {
        position: absolute;
        left: 75%;
        transform: translateX(-50%);
        font-size: 13px;
        padding: 0px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #HeaderBar #TitleContainer {
        position: absolute;
        left: 65%;
        transform: translateX(-50%);
        font-size: 13px;
        padding: 0px !important;
        top: 30%;
    }
}

a.notificationIcon {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent url('../Images/toolsgroup/ShortcutIcon/notifications.svg') 0% 0% no-repeat;
    background-size: contain;
    text-decoration: none;
    margin: 1px 25px 0 0;
}

.numberNotification {
    position: absolute;
    margin: -5px 0 0 22px;
    color: #fff;
    padding: .4em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.SelectionControlRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    clear: both;
}

.filterPanel {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #256eb85c;
    border-radius: 6px;
    opacity: 1;
}

.centerSelectionControl {
    margin-left: auto;
    margin-right: auto;
}

.SelectionControlColumn {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 5px 5px 2px 5px;
}

.SelectionControlTitle {
    text-align: right;
    font: normal normal bold 14px/17px Gilroy;
    letter-spacing: 0px;
    color: #0051A8;
    opacity: 1;
    border-bottom: 1px solid #068EF7;
    margin-top: auto;
    margin-bottom: auto;
}


.SelectionControlRow .dx-texteditor.dx-editor-outlined {
    background: transparent;
    border: 1px solid transparent;
}

.SelectionControlRow .dx-selectbox .dx-texteditor-input:read-only {
    color: #0078FF;
    font-weight: bold;
    font-family: Gilroy;
    font-size: 13px;
}

.SelectionControlRow .dx-checkbox-container {
    margin-bottom: 10px !important;

}

.SelectionControlRow .dx-placeholder {
    color: #0078FF;
    font-family: Gilroy;
    font-size: 13px;
}

#PromotionSelectionControlPanel1{
    margin-bottom:5px;
}

.PromotionPanel2Panel3{
    display:flex;
}

#FRImportSelectionControlPanel{
    display:flex;
}

#PromoParticipantSelectionControls{
    display:flex;
    margin-top:10px;
}

.panel {
    background: #FCFCFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #003E8029;
    border-radius: 8px; /*TODO: Why 8px if in the  ock appears 6px*/
    opacity: 1;
}

.commandButtons {
    width: 100% !important;
}

.dx-datagrid-header-panel .dx-toolbar {
    margin: 0;
    padding-right: 10px;
    background-color: transparent;
}

.dx-datagrid-header-panel .dx-toolbar-items-container {
    height: 40px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn {
    background: white;
    font-size: 14px;
    color: #007CF7;
    font-weight: bold;
    /*float: right;*/
}
.btn-help {
    background: white;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    border: 1px solid transparent;
    /*float: right;*/
}
@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px
}


.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }



.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

    .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
        margin-left: -1px
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn .badge {
    position: relative;
    top: -1px
}

#buttonSignOff {
    display: inline-flex;
    vertical-align: middle;
    padding: 0 20px 0 0 !important;
    height: inherit;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    opacity: 0.9;
    color: #E9EFF0;
    text-align: center;
}


#btnSignOff:hover {
    cursor: pointer;
}


.dx-button-mode-contained .dx-icon {
    color: #007CF7 !important;
}

.dx-icon-filter {
    color: #0078FF;
    font-size: 22px !important;
}
.dx-icon-preferences {
    color: #0078FF;
    font-size: 25px !important;
}
.dx-icon-event {
    color: #0078FF;
    font-size: 25px !important;
    
}

.dx-icon-refresh {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
}


.commandButton .dx-icon-save {
    color: #0078FF;
    font-size: 25px !important;
    width: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.commandButtonConfig {
    color: #0078FF;
    font-size: 25px !important;
    width: 25px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.dx-icon-export {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
}
.dx-icon-clearformat {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.icon-exit {
    color: blue;
    width: 25px;
    height: 25px;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url('../Images/toolsgroup/HeaderBar/logout.svg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: left;
}

.icon-clearuser {
    color: blue;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url('../Images/toolsgroup/HeaderBar/person.svg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: left;
}

.dx-icon-showpanel {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.dx-icon-export {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.commandButton .dx-icon-chart {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
}


.commandButton .dx-icon-detailslayout {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.dx-icon-hidepanel  {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.dx-icon-plus {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.dx-icon-back {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.dx-icon-close {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
}
.commandButton .dx-icon-trash {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.dx-icon-exportxlsx {
    color: #0078FF;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;

}
.icon-help {
    color: blue;
    width: 25px;
    height: 25px;
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url('../Images/toolsgroup/HeaderBar/help.svg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: left;
}



.black {
    color: #000000;
}

.downloadBtn {
    padding: 0 !important;
    height: auto !important;
}

.downloadBtn:hover {
    text-decoration: none !important;
}

body {
    background-color: #ffffff;
}

.mail-box {
    /*margin: auto;*/
    /*height: 800px;*/
}

/* Style the header */
/*.mail-header {
    background: #FCFCFC 0% 0% no-repeat padding-box;
    padding: 2px;
    text-align: center;
    border-bottom: 0.5px solid #ECF0F5;
    font: normal normal bold 25px/30px Gilroy;
}*/

.mail-header-2 {
    /*background: #FCFCFC 0% 0% no-repeat padding-box;*/
    padding: 5px;
    width: 100%;
    height: 5%;
    overflow: auto;
    white-space: nowrap;
    /*margin: 0px auto;*/
    border-bottom: 0.5px solid #ECF0F5
}

.mail-header-2-left {
    float: left;
    margin-top: 2px;
    width: 50%;
}

.mail-header-2-right {
    float: right;
    position: relative;
}

/*Search Bar*/
.searchbar {
    /*font-size: 2.4rem;*/
    width: 25rem;
    height: 25px;
    border: none;
    outline: none;
    border-radius: 10rem;
    padding: 5px;
    transition: all .1s;
    transition-delay: .1s;
    border: 1px solid #ECF0F5;
}

.button {
    height: 2rem;
    position: absolute;
    top: -5px;
    right: 1rem;
}

.searchbar::placeholder {
    opacity: .3;
}

.mail-button-2 {
    text-align: left;
    font: normal normal bold 13px/15px Gilroy;
    letter-spacing: 0px;
    opacity: 1;
    float: left;
    text-align: center;
    text-decoration: none;
    clear: both;
    margin-bottom: 10px !important
    /*    margin: 5px 0 5px 5px;*/
}

.inner-mail-box {
    height: 715px; /* We need to calculate correctly depending of the header*/
}

.column-box-1 {
    float: left;
    width: 10%;
    padding: 10px;
    height: inherit;
    /*border-right: 1px solid #ECF0F5;*/
    margin-top: 40px;
}

.column-box-2 {
    float: left;
    width: 30%;
    padding: 2px 10px;
    height: inherit;
    border-right: 1px solid #ECF0F5;
    border-left: 1px solid #ECF0F5;
    overflow: hidden;
    padding-bottom: 50px;
}

.column-box-3 {
    float: left;
    width: 60%;
    padding: 0px 10px 5px 10px;
    height: inherit;
    overflow-y: scroll;
}

/* Clear floats after the columns */
.inner-mail-box:after {
    content: "";
    display: table;
    clear: both;
}

.list .list-mail {
    width: 70%;
    float: left;
}

.list .date-container {
    width: 20%;
    float: left;
}

.left-box-head {
    display: flex;
    margin-bottom: 5px;
}

    .left-box-head button {
        width: 130px;
        padding: 5px 20px;
        text-align: center;
        border: 0px;
        background: transparent;
        outline: 0px !important;
        box-shadow: none !important;
    }

.btn-active {
    /*background: #ccc !important;*/
    text-align: left;
    font: normal normal bold 13px/15px Gilroy;
    letter-spacing: 0px;
    color: #074EFF;
    opacity: 1;
    border-bottom: 4px solid !important;
}

.inner-list-1 {
    display: flex;
    align-items: flex-start;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #ccc;
}

    .inner-list-1 input {
        margin-top: 40px
    }

    .inner-list-1 svg {
        margin: 0 10px;
        margin-top: 40px
    }

    .inner-list-1 .list-mail {
        width: 85%
    }

    .inner-list-1 .list-sender-name {
        display: flex;
        font-size: 15px;
        justify-content: space-between;
        align-items: center;
        /*margin-bottom: 10px*/
    }

    .inner-list-1 .list-recipients-name {
        display: flex;
        font-size: 15px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

.outbox-column-2 .inner-list-1 .list-mail {
    width: 100%
}

.messageArea {
    height: inherit;
}

.subject {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inner-list-1 p b {
    font-size: 15px;
    font-weight: 600
}

.mail-button-select {
    text-align: left;
    font: normal normal bold 13px/15px Gilroy;
    letter-spacing: 0px;
    color: #747578;
    opacity: 1;
}

.mail-button-deselect {
    text-align: left;
    font: normal normal bold 13px/15px Gilroy;
    letter-spacing: 0px;
    color: #B7B7B7;
    opacity: 1;
}

.dx-icon-mail {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.dx-icon-mail-reload {
    background-image: url('../Images/toolsgroup/Messages/icon_mail_reload.svg');
}

.dx-icon-mail-new {
    background-image: url('../Images/toolsgroup/Messages/icon_mail_new.svg');
}

.dx-icon-mail-read {
    background-image: url('../Images/toolsgroup/Messages/icon_mail_read.svg');
}

.dx-icon-mail-unread {
    background-image: url('../Images/toolsgroup/Messages/icon_mail_unread.svg');
}

.dx-icon-mail-inbox {
    top: -7px;
    float: left;
}

.dx-icon-mail-outbox {
    top: -7px;
    float: left;
}

    .dx-icon-mail-read .svg {
        margin: 0 10px;
        margin-top: 40px;
    }

.inner-list-1 .dx-icon-mail-read {
    margin-top: 35px;
    margin-left: 10px;
}

.inner-list-1 .dx-icon-mail-unread {
    margin-top: 35px;
    margin-left: 10px;
}

.dx-list-item-content {
    padding: 0;
}

.inner-list-1 .dx-icon-mail-unread {
    margin-top: 32px;
}

.message-left-body {
    float: left;
    margin-bottom: 10px !important;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #FCFCFC;
    padding-top: 5px;
}

    .message-left-body .sender-box {
        float: left;
        margin: 5px 10px;
        font-weight:normal;
    }

.sender-box .sent-to {
    float: left;
}

.sender-box .list-recipients-name {
    margin-left: 5px;
    float: left;
    margin-left:4px !important;
}

.message-left-body .list-date {
    font-weight:normal;
}

.message-left-body .list-subject {
    clear: both;
    font-weight:normal;
}

.inner-left-body {
    float: left;
}

.inner-right-body {
    float: right;
}

.inner-left-body img {
    height: auto;
    width: 50px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    float: left;
    object-fit: cover;
}

.column-box-3 .message-body .list-body {
    font-weight: normal;
    clear: both;
}


#email-body-editor .dx-selectbox .dx-texteditor-input:read-only {
    color: unset !important;
    font-weight: unset !important;
    font-family: unset !important;
    font-size: unset !important;
}

#email-body-editor .dx-texteditor-input-container .dx-placeholder {
    color: #999 !important;
    font-weight: unset !important;
    font-family: unset !important;
    font-size: unset !important;
}

.check-all-checkbox{
    margin-left:10px !important;
}

#mail-inbox-btn{
    display:flex;
}

#mail-outbox-btn {
    display: flex;
}

.mail-command-btn-text{
    margin-top:5%;
}

.sendMailButton{
    margin-top:unset !important;
}


