/* 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 '-'
(4886,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 {
    cursor: pointer;
}

#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;
}

#ToolbarButtons ul {
    display: inline-flex;
}

#ToolbarButtons .HeaderNavMenu[data-status="false"] {
    background-image: url('../Images/HeaderBar/navmenubutton_off.svg');
}



#ToolbarButtons .HeaderNavOpenInNewTab {
    background-image: url('../Images/HeaderBar/topbar_openinnewtab.svg');
    margin-left: calc(1% + 28px);
    position: absolute;
}



#wrapper {
    padding-left: 0;
    height: 100%;
}


#Logo img {
    height: 30px;
    margin-top: -10px;
}


#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: 100%;
        }

        .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/menu_navigation/expandicon.svg');
            background-repeat: no-repeat;
        }

            .MenuArrow.Opened {
                background: url('../Images/menu_navigation/expandiconopen.svg');
                background-repeat:no-repeat !important;
            }

        .MenuItemMainContainer_ImageContainer {
            width: 44px;
            margin: 8px 0 8px 16px;
            display: inline-block;
            height: 40px;
        }

        .MenuItemMainContainer_textContainer {
            width: 70%;
            padding-left: 4%;
        }

        .MenuItemMainContainer_ArrowContainer {
            width: 20%;
            display: flex;
            align-items: center;
        }

        #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/menu_navigation/navmenu_masterdata.svg');
        }

        #menuUlContainer .HomeImport_image {
            background-image: url('../Images/menu_navigation/navmenu_import.svg');
        }

        #menuUlContainer .HomeExport_image {
            background-image: url('../Images/menu_navigation/navmenu_export.svg');
        }

        #menuUlContainer .HomeForecast_image {
            background-image: url('../Images/menu_navigation/navmenu_forecast.svg');
        }

        #menuUlContainer .HomeDashboard_image {
            background-image: url('../Images/menu_navigation/navmenu_cockpit.svg');
        }
        #menuUlContainer .HomeCockpit_image {
            background-image: url('../Images/menu_navigation/navmenu_cockpit.svg');
        }

        #menuUlContainer .HomeAdmin_image {
            background-image: url('../Images/menu_navigation/navmenu_admin.svg');
        }

        #menuUlContainer .HomeAuxData_image {
            background-image: url('../Images/menu_navigation/navmenu_auxiliary.svg');
        }

        #menuUlContainer .HomeUser_image {
            background-image: url('../Images/menu_navigation/navmenu_users.svg');
        }

        #menuUlContainer .submenuIcon {
            background-image: url('../Images/menu_navigation/navmenu_submenuicon.svg');
            background-repeat: no-repeat;
        }

        .submenuContainer:hover .submenuIcon {
            background-image: url('../Images/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;
}

.MenuItemMainContainer {
    font-size: 15px;
}

#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 {
        width: 15% !important;
        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;
}

.HomeMasterData:hover .HomeMasterData_image,
.nav-item:hover .HomeMasterData_image {
    background-image: url('../Images/menu_navigation/navmenu_masterdata-hover.svg') !important;
}

.HomeImpor:hover .HomeImport_image,
.nav-item:hover .HomeImport_image {
    background-image: url('../Images/menu_navigation/navmenu_import-hover.svg') !important;
}

.HomeExport:hover .HomeExport_image,
.nav-item:hover .HomeExport_image {
    background-image: url('../Images/menu_navigation/navmenu_export-hover.svg') !important;
}

.HomeForecast:hover .HomeForecast_image,
.nav-item:hover .HomeForecast_image {
    background-image: url('../Images/menu_navigation/navmenu_forecast-hover.svg') !important;
}

.HomeCockpit:hover .HomeCockpit_image,
.nav-item:hover .HomeCockpit_image {
    background-image: url('../Images/menu_navigation/navmenu_cockpit-hover.svg') !important;
}

.HomeAdmin:hover .HomeAdmin_image,
.nav-item:hover .HomeAdmin_image {
    background-image: url('../Images/menu_navigation/navmenu_admin-hover.svg') !important;
}

.HomeAuxData:hover .HomeAuxData_image,
.nav-item:hover .HomeAuxData_image {
    background-image: url('../Images/menu_navigation/navmenu_auxiliary-hover.svg') !important;
}

.HomeUser:hover .HomeUser_image,
.nav-item:hover .HomeUser_image {
    background-image: url('../Images/menu_navigation/navmenu_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/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;
    background: rgba(255, 0, 0, 0.85);
    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;
}

#selectionControl {
    color: white;
    display: flex;  
}

.SelectionControlCommandList {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}


.commandButton {
    padding: 10px;
    padding-right: 0px;
    padding-left: 10px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.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;
}

.selectionControl {
    width: 100%;
    position: relative;
    float: left;
}


/*Selection Control*/
#forecastSelectionControl {
    position: relative;
    background-color: white;
    width: 100%;
}

#commandList {
    width: 100%;
}

#productMarketContainer {
    /*flex-grow: 1;*/
}

#imagesContainer {
    float: right
}

#optionsContainer {
    float: right
}


/*Selection Control command list*/
.SelectionControlCommandList {
    background-color: white;
    color: #006599;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.commandButtonImage {
    float: left;
    padding-left: 10px;
}

.commandButtonText {
    float: left;
}

.commandButtonSeparator {
    background-color: #f1f1f1;
    width: 2px;
    height: 40px;
    padding-left: 0px;
    margin-left: 0px;
}
.commandButtonImage {
    display: none
}

/*selection control container*/
.selectionControlMainSection, .forecastSelectionControl {
    display: inline-table;
    flex-direction: row;
    flex-wrap: wrap;
}

.forecastSelectionControlSections {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 2px solid #f1f1f1;
}

/* selection control productmarket*/
#selectionControlProductMarket.selectionControl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    float: left;
}

.selectionControlRow {
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.selectionControlColumn {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 10px;
    margin-bottom: 5px;
}

.selectionControlColumnLabel {
    color: #007CF7;
    float: left;
    font-weight: bold;
    font-size: 12px;
}

.selectionControlColumnControl {
    display: flex;
    flex-direction: row;
}

.selectionControlColumnImage {
    cursor: pointer;
}

.selectionControlColumnImageContainer {
    display: flex;
    justify-content: flex-start
}

.selectionControlColumnControlContainer {
    display: flex;
}

.selectionControlForm {
    background-color: white;
    border-top: 2px solid #f1f1f1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.selectionControlColumnTwoColumns {
    flex-direction: row-reverse;
    align-items: center;
}

.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;
}

.selectionVisible {
    bottom: 5px;
    background-color: #0072C6;
    color: White;
    height: 45px;
    position: fixed;
    padding: 3px;
    border: 1px solid white;
}

.dashboardSelectionVisible {
    background-color: #0072C6;
    color: White;
    height: inherit;
    padding: 3px;
    border: 1px solid white;
    margin-left:auto;
    margin-top: 7px;
}

.cell-selected {
    background-color: lightgreen !important;
}

td {
    word-break: break-all !important;
    white-space: initial !important;
}

.dx-submenu > .dx-menu-items-container {
    background: #fff;
}


.HeightAuto
{
    height:auto !important;
}

.dxtc-content
{
       height:auto !important;
}

.ForecastGridsTabs
{
width: 100%; 
overflow: visible;
}

#NoVisibleElementsWarning{
    height: 100px;
    margin-top: 5%;
    text-align: center;
    font-size:larger;
}

.selectedCell
{
    background-color: grey !important;
}

#DivAuditForecastEdit
{
        padding-top: 10px;
}

.dx-popup-content {
    overflow-y: auto !important;
}

#popReportDetail {
    height: auto !important;
}

.PopUpFormFieldLabel {
    margin-left: 10px;
}

.myBt.dxbButtonSys {
    background-image: none !important;
}

#RefreshChartForm {
    margin-top: 20px !important;
}

#MinVariationOutOfRWarn, #MaxVariationOutOfRWarn {
    display: none;
    max-width: 0px;
}

.productImage {
    margin: 5px;
    padding: 5px;
    border: none;
    object-fit: contain;
    width: 100%;
    height: 80%;
}

#mainForecastGrid {
    user-select: none;
    -webkit-user-select: none;
}
.block
{
    background-color: #C6E2FF;
    padding: 5px 5px 20px 5px;
}

.row
{
    padding: inherit;
    clear: both;

}

.label, .combobox, .checkbox, .textbox, .upload, .button, .text
{
    float: left;
}

.label
{
    width: 110px;
    font-size: 11px;
}

.combobox
{
    width: 200px;
}


.HeightAuto
{
    height:auto !important;
}



.PopUpFormFieldContainer, .FormFieldContainer {
    display: flex;
    margin-top: 4px;
    margin-right: 16px;
    padding: 5px;
}

.PopUpFormFieldContainer {
    padding: 1px;
    margin-bottom: 4px;
}

.PopUpForm, .Form {
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
}

.PopUpFormHeader, .FormHeader, .FormPromoHeader {
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px !important;
    margin-bottom: 10px;
}

.PopUpFormFieldContainer, .FormFieldContainer {
    display: flex;
    margin-top: 4px;
    margin-right: 16px;
    padding: 5px;
}

.PopUpFormFieldContainer {
    padding: 1px;
    margin-bottom: 4px;
}

.PopUpFormFieldLabel, .FormFieldLabel {
    font-weight: normal;
    font-size: 12px;
}

.PopUpFormFieldLabel {
    margin-right: 4px;
}

.PopUpFormFieldControl, .FormFieldControl {
}

.PopUpFormButtonContainer, .FormButtonContainer {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
    white-space: nowrap;
}

.PopUpHorizontalSeparator {
    width: 100%;
    background-color: #f1f1f1;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.PopUpFormButton {
    background-color: #669acc;
    border: 1px solid #b2cce5;
    color: white;
    font-weight: bold;
    font-size: 10px;
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    float: right !important;
    margin-right: 14px;
    margin-top: 24px;
}

.PopUpFormButton {
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

#popForecastReset_PW-1 {
    z-index: 0 !important;
    top: 20% !important;
}

#popMPE_PW-1 {
    z-index: 999 !important;
}


#MpeValueVariation {
    width: 75% !important;
    float: left;
}

#MpeQty {
    width: 25% !important;
    float: left;
}


.popupbutton img {
    width: 28px;
    cursor: pointer;
}

.popupbutton {
    position: relative;
    display: inline-block
}

    .popupbutton .popupSection {
        display: none;
        position: absolute;
        text-align: left;
        left: 0;
        top: 100%;
        color: #222;
        width: 350px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 15px;
        box-shadow: 0 0 5px rgba(0,0,0,.2);
    }

.popupDeathDate {
    width: 1000px !important;
}
.SourceRows, .TargetRows {
    height: auto;
    position: relative;
    float: left;
    clear: both;
    width: 300px;
}

.row {
    width: 100%;
}

.dual_list_button {
    clear: both;
    margin-top: 10px;
    width: 35px;
}

.BottomUp {
    width: 50px;
    font-size: 13px;
}


.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;*/
}

@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 {
    width: 25px;
    height: 25px;
    font-size: 25px !important;
    margin-left: 10px;
    background-image: url('../../Images/HeaderBar/sign-out-alt-solid.svg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 20px;
}

.icon-clearuser {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    background-image: url('../../Images/HeaderBar/user-solid.svg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 20px;
}

.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-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;
}
.buttons
{
	position:relative;
	float:left;
}

.gridButtons
{
	position:relative;
	float:left;
    margin-bottom:12px;
    padding-left:8px;
}

.userList
{
	position:relative;
	float:left;
	clear:both;
	width:100%;
}

.OverflowVisible
{
    overflow:visible !important;
}


.portrait {
	height: 50px;
	width: 50px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
}

.dx-icon-edit {
	color: #0078FF;
	font-size: 20px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.dx-icon-clock {
	color: #0078FF;
	font-size: 20px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.dx-icon-remove {
	color: #0078FF;
	font-size: 20px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.dx-icon-check {
	color: #0078FF;
	font-size: 20px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.dx-icon-warning {
	color: #0078FF;
	font-size: 20px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.block
{
    background-color: #C6E2FF;    
}

.formGroupTitle {
    color:#666;
    font-weight:bold;
    padding-left:12px;
}

.formGroupField {
    width:130px;
}

#tdActualStatus {
    color:#333;
}

.overflowvisible {
    overflow:visible;
}


#splSelectionControl_1_CC {
    overflow:visible;
}

.attrListField {
    padding-left:12px;
    padding-right:18px;
}

#PromotionROI {
    padding:10px;
    font-size:17px;
    padding-left:24px;
    width:400px;
    height:55px;
}
#PromotionROILabel {
    font-weight:bold;
    width:250px;
    float:left;
}
#PromotionROIValue {
    float: right;
    margin-left: 20px;
}
#PromotionROIPercentageLabel {
    font-weight:bold;
    width:250px;
    float:left;
    clear:both;
}
#PromotionROIPercentageValue {
    margin-left:20px;
    float:right;
}


#btnEditPromotion{
    cursor:pointer;
}

.dx-datagrid {
    clear: both;
}

#Promotions_CC {
    overflow: unset !important;
}

/*#MainForm {
        overflow: unset !important;
    }*/

.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
    display: unset !important;
}

.useridcolumn1 {
    width: 90px;
    margin-left: 10px;
}

.TabButtonDivBody {
    border: 1px solid #f05b41;
    background-color: white;
    padding: 10px !important;
}

.Form {
    margin-top: 12px;
}

.commandButton {
    padding: unset !important;
}

.commandButtonBorder {
    border-top: 1px solid #f05b41;
    border-right: 1px solid #f05b41;
    border-left: 1px solid #f05b41;
}

    .commandButtonBorder > .commandButtonSeparator {
        background-color: unset;
    }

.BodyContentFlexBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.CustomCol-50 {
    width: 50%;
    padding: 0 15px;
}

.CustomCol-100 {
    width: 100%;
    padding: 0 15px;
}

.CustomCol-70 {
    width: 70%;
    padding: 0 15px;
}

.CustomCol-30 {
    width: 30%;
    padding: 0 15px;
}

.CustomInput {
    width: 100%;
    /*padding: 6px;*/
    padding-top: 2px;
    padding-bottom: 6px !important;
}

#AttributeTable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #AttributeTable td, #AttributeTable th {
        border: 1px solid #ddd;
        padding: 4px;
    }

    #AttributeTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #AttributeTable tr:hover {
        background-color: #ddd;
    }

    #AttributeTable th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #054c92;
        color: white;
    }

#SellInDateStart, #SellInDateEnd, #SellOutDateStart, #SellOutDateEnd {
    width: 200px !important
}
.BodyContentFlexBox {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .CustomCol-50 {
        width: 50%;
        padding: 0 15px;
    }

    .CustomCol-100 {
        width: 100%;
        padding: 0 15px;
    }

    .CustomCol-70 {
        width: 70%;
        padding: 0 15px;
    }

    .CustomCol-30 {
        width: 30%;
        padding: 0 15px;
    }

    .CustomInput {
        width: 100%;
        /*padding: 6px;*/
        padding-top: 2px;
        padding-bottom: 6px !important;
    }

    #AttributeTable {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }

        #AttributeTable td, #AttributeTable th {
            border: 1px solid #ddd;
            padding: 4px;
        }

        #AttributeTable tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        #AttributeTable tr:hover {
            background-color: #ddd;
        }

        #AttributeTable th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #054c92;
            color: white;
        }

    #SellInDateStart, #SellInDateEnd, #SellOutDateStart, #SellOutDateEnd {
        width: 200px !important
    }

.myBt.dxbButtonSys {
    background-image: none !important;
} 
.block
{
    background-color: #C6E2FF;
    padding: 5px 5px 20px 5px;
}

.row
{
    padding: inherit;
    clear: both;

}

.label, .combobox, .checkbox, .textbox, .upload, .button, .text
{
    float: left;
}

.label
{
    width: 110px;
    font-size: 11px;
}

.combobox
{
    width: 200px;
}




.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__relax.noty_bar .noty_body {
    padding: 10px; }
  .noty_theme__relax.noty_bar .noty_buttons {
    border-top: 1px solid #e7e7e7;
    padding: 5px 10px; }

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444; }

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200; }
  .noty_theme__relax.noty_type__warning .noty_buttons {
    border-color: #dfaa30; }

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF; }
  .noty_theme__relax.noty_type__error .noty_buttons {
    border-color: darkred; }

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF; }
  .noty_theme__relax.noty_type__info .noty_buttons,
  .noty_theme__relax.noty_type__information .noty_buttons {
    border-color: #0B90C4; }

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen; }
  .noty_theme__relax.noty_type__success .noty_buttons {
    border-color: #50C24E; }

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
  .noty_theme__metroui.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .noty_theme__metroui.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 14px; }
  .noty_theme__metroui.noty_bar .noty_buttons {
    padding: 0 10px .5em 10px; }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d; }

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff; }

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF; }

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF; }

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff; }

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F; }

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__sunset.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__sunset.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__sunset.noty_type__alert .noty_progressbar,
  .noty_theme__sunset.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__sunset.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__sunset.noty_type__info .noty_progressbar,
  .noty_theme__sunset.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_body {
    padding: 15px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: transparent; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_body {
    padding: .75rem 1.25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    background: transparent; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75; }

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; }
  .noty_theme__semanticui.noty_bar .noty_body {
    padding: 1em 1.5em;
    line-height: 1.4285em; }
  .noty_theme__semanticui.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87); }

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent; }

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0; }
  .noty_theme__nest.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__nest.noty_bar .noty_buttons {
    padding: 10px; }

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px; }

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__nest.noty_type__alert .noty_progressbar,
  .noty_theme__nest.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__nest.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__nest.noty_type__info .noty_progressbar,
  .noty_theme__nest.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

/*# sourceMappingURL=noty.css.map*/
