﻿@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .printPageBreak {
        page-break-after: always;
    }


    @page {
        size: A4 landscape !important;
    }
}

html, body {
    width: 100%;
    height: 100%;
    background-color: white;
    color: #428bca;
    margin: auto;
    font-family: "Segoe UI";
}

.gridRow {
    color: #428bca;
    border-top: 1px solid #428bca;
    cursor: pointer;
}

    .gridRow:hover {
        background-color: rgba(224, 164, 19, 0.25);
    }

.gridRowHeader {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #428bca;
    color: #FFFFFF;
    padding-top: 7px;
    height: 36px;
}

.grid {
    border: 1px solid #428bca;
    border-top-width: 0px;
    border-radius: 4px;
}

.gridCell {
    padding-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gridCellNoPadding {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lastGridCell {
    padding-top: 7px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.maxWidth {
    max-width: 980px;
}

.max320px {
    max-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lightBackground {
    background-color: #f2f2f2;
}

@font-face {
    font-family: "Segoe UI";
    font-weight: 200;
    src: local("Segoe UI Light");
}

.segoeUILightItalic {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 200;
}

.segoeUILight {
    font-family: "Segoe UI";
    font-weight: 200;
}


@font-face {
    font-family: "Segoe UI";
    font-weight: 300;
    src: local("Segoe UI Semilight");
}

.segoeUISemiLight {
    font-family: "Segoe UI";
    font-weight: 300;
}

@font-face {
    font-family: "Segoe UI";
    font-weight: 400;
    src: local("Segoe UI");
}

.segoeUI {
    font-family: "Segoe UI";
    font-weight: 800;
}

@font-face {
    font-family: "Segoe UI";
    font-weight: 600;
    src: local("Segoe UI Semibold");
}

.segoeUISemiBold {
    font-family: "Segoe UI";
    font-weight: 600;
}

@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 600;
    src: local("Segoe UI Semibold Italic");
}

.segoeUISemiBoldItalic {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 600;
}

.segoeUISemiBold {
    font-family: "Segoe UI";
    font-weight: 600;
}

@font-face {
    font-family: "Segoe UI";
    font-weight: 700;
    src: local("Segoe UI Bold");
}

.segoeUIBold {
    font-family: "Segoe UI";
    font-weight: 700;
}

@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI Italic");
}

.segoeUIItalic {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI Bold Italic");
}


.fontSize12 {
    font-size: 12px;
}

.fontSize14 {
    font-size: 14px;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize18 {
    font-size: 18px;
}

.fontSize22 {
    font-size: 22px;
}

.fontSize24 {
    font-size: 24px;
}

.fontSize27 {
    font-size: 27px;
}

.fontSize36 {
    font-size: 36px;
}


.segoeUIBoldItalic {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 700;
}


a, a:hover, a:visited {
    color: #428bca;
    font-weight: 400;
    text-decoration: none;
}

.table-container {
    display: table;
    height: 100%;
}

    .table-container .table-row {
        height: 100%;
        width: 100%;
        display: table-row;
    }

        .table-container .table-row .table-col {
            display: table-cell;
            float: none;
            vertical-align: top;
        }

.pushGutter {
    padding: 15px;
}

.pushHorizontalGutter {
    padding: 0 15px;
}

.top5px {
    padding-top: 5px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginBotton10 {
    margin-bottom: 10px;
}

.top10px {
    padding-top: 10px;
}

.top25px {
    padding-top: 25px;
}


.loginContainer {
    padding: 10px;
    background-color: #000000;
}

.topMenuContainer {
    /*text-align: right;*/
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
    color: #333333;
}

.buttonMenuContainer {
    font-family: "Segoe UI";
    /*font-style: italic;*/
    font-weight: lighter;
    text-align: right;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
    color: #333333;
}

.topMenuContainer a {
    font-size: 13px;
    color: #333333;
}

.textColorDark {
    color: #333333;
}

.textColorWhite {
    color: white;
}


.contentContainer {
    padding: 0px;
    /*border: 1px solid #333333;*/
    /*border-radius: 5px;
    background-color: #333333;*/
}

.contentContainerColored {
    /*padding: 0px;*/
    /*border: 1px solid #333333;*/
    /*border-radius: 5px;*/
    background-color: #f2f2f2;
}

.contentContainer {
    padding: 0px;
    /*border: 1px solid #333333;*/
    /*border-radius: 5px;
    background-color: #333333;*/
}

.contentContainerLight {
    padding: 0px;
    border: 1px solid #333333;
    /*border-radius: 5px;*/
    background-color: #f2f2f2;
}


.bottomMenuContainer {
    padding: 0px;
    /*border: 1px solid #333333;*/
    /*border-radius: 5px;
    background-color: #1c1c1c;*/
}

    .bottomMenuContainer a {
        /*margin-left: 10px;
        margin-right: 10px;*/
        color: #333333;
    }

h1, h2, h3, h4, h5, h6 {
    color: #428bca;
    /*color: #333333;*/
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.horizontalCenter {
    text-align: center;
}

.divline {
    height: 1px;
    border-top: 1px solid rgb(212,212,212);
}

.marginRight20 {
    margin-right: 20px;
}

.menu {
    text-align: right;
    /*max-width: 980px;*/
    margin-left: auto;
    margin-right: auto;
}

    .menu a {
        font-family: "Segoe UI";
        /*font-style: italic;*/
        /*font-weight: lighter;*/
        /*margin-left: 20px;*/
    }

        .menu a:hover {
            color: #006ea0;
        }

.paddingRight15 {
    padding-right: 15px;
}

.padding0 {
    padding: 0px;
}

.paddingRight0 {
    padding: 0px;
}

.paddingRight5 {
    padding: 5px;
}

.padding5 {
    padding: 5px;
}


.padding10 {
    padding: 10px;
}

.margin20 {
    margin: 20px;
}

.padding20 {
    padding: 20px;
}

.marginTop-8 {
    margin-top: -8px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft15 {
    padding-left: 15px;
}


.ellipsis {
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.ellipsis7Lines {
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


.leesMeer {
    cursor: pointer;
}

#google_translate_element {
    float: right;
}

.goog-te-menu-value span {
    color: #777;
    font-family: "Segoe UI";
    font-size: 13px;
}

.goog-te-gadget-simple {
    width: 180px;
    margin-top: 30px;
}

.goog-te-menu-value span:nth-last-child(3) {
    display: none;
}

.goog-te-menu-value span:nth-last-child(1) {
    display: none;
}

.bannerText {
    position: absolute;
    right: 15px;
    margin-top: -108px;
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}


.bannerText h4 {
    font-size: 17px;
    color: #666666;
    margin-top: -10px;
}

#bannerHolder {
    height: 0px;
}

#bottomMenuContainer {
    text-align: center;
}

@media (max-width: 992px) {
    .bannerText {
        margin-top: -84px;
    }

        .bannerText h2 {
            font-size: 20px;
        }

        .bannerText h4 {
            font-size: 11px;
        }
}


@media (max-width: 700px) {
    .bannerText {
        margin-top: -80px;
    }

        .bannerText h2 {
            font-size: 18px;
        }

        .bannerText h4 {
            font-size: 10px;
        }
}

@media (max-width: 476px) {
    #bannerImage {
        display: none;
    }

    #bannerHolder {
        height: 70px;
    }

    .bannerText {
        position: static;
    }

    #bannerHeaderText {
        text-align: center;
    }

    #googleTranslatePlaceholder {
        width: 100%;
        float: left;
        margin-top: -20px;
    }

    #google_translate_element {
        float: none;
        text-align: center;
    }
}

a.flag {
    margin-left: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px; /* hides the link text */
}

a.englishFlag {
    background: url(Images/gb.png) no-repeat top left;
}

a.belgianFlag {
    background: url(Images/be.png) no-repeat top left;
}

a.dutchFlag {
    background: url(Images/nl.png) no-repeat top left;
}

a.frenchFlag {
    background: url(Images/fr.png) no-repeat top left;
}

a.spanishFlag {
    background: url(Images/es.png) no-repeat top left;
}

a.germanFlag {
    background: url(Images/de.png) no-repeat top left;
}

.teamColorBlue {
    background-color: #64a5dc;
}

.teamColorYellow {
    background-color: #E0A413;
}

.contactImageSize {
    width: 50px;
    height: 50px;
}

.cursorPointer {
    cursor: pointer;
}

.menuTopButtonContainer {
    display: inline-block;
    height: 2.5rem;
    /*border-bottom: .3rem solid #E0A413;*/
    margin-left: 20px;
}

    .menuTopButtonContainer a {
        font-family: "Segoe UI";
        color: #333333;
    }

        .menuTopButtonContainer a:hover {
            color: #006ea0;
        }



.menuTopButtonContainerVisited {
    display: inline-block;
    height: 2.5rem;
    border-bottom: .3rem solid #E0A413;
    margin-left: 20px;
}

.menuBottonButtonContainer {
    color: #333333;
    display: inline-block;
    height: 2.5rem;
    margin-left: 10px;
    margin-right: 10px;
    /*border-bottom: .3rem solid #E0A413;*/
    /*margin-left: 20px;*/
}


.menuBottonButtonContainerVisited {
    display: inline-block;
    height: 2.5rem;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: .3rem solid #E0A413;
    /*margin-left: 20px;*/
}

.flagsContainer {
    float: right;
}

.topMenuFloatContainer {
    color: #333333;
    float: right;
    text-align: right;
}

#map {
    width: 626px;
    height: 400px;
}

.noBorderRadius {
    border-radius: 0;
}


.form-control {
    margin: 4px;
    font-weight: 500;
    font-size: 12px;
    height: 30px;
    color: #428bca;
    border-width: 1px !important;
    border-color: #D0DFFF;
}

hr {
    border-color: #666666;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-72 {
    font-size: 72px;
}

.minimumTile {
    font-size: 16px;
    margin: 1px;
    display: table;
    height: 40px;
    padding: 0;
    cursor: pointer;
}

.mediumTile {
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    display: table;
    cursor: pointer;
    padding: 4px;
}

.tileContent {
    /*background-color: #303030;*/
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-weight: 600;
    padding-left: 16px;
}

    .tileContent:hover {
        /*background-color: #393939;*/
    }

.lightBackground {
    /*background-color: #0069B5;*/
    background-color: #393939;
}

.darkBackground {
    /*background-color: #004475;*/
    /*background-color: #303030;*/
}

.darkerBackground {
    /*background-color: #0069B5;*/
    /*background-color: #363636;*/
}

.noPadding {
    padding: 0;
}

.noMargin {
    margin: 0;
}

.noBootstrapPadding {
    padding-left: 0;
    padding-right: 0;
}

.minPadding {
    padding-left: 1px;
    padding-right: 1px;
}

.dropdown {
    font-weight: 600;
}

@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
}

ul {
    list-style-type: none;
}

.width-100-perc {
    width: 100%;
}

.width-100px {
    width: 100px;
}


.inputLabel {
    padding: 13px;
    text-align: left;
}

.select-control {
    width: 100%;
    color: #666666;
    padding: 8px;
    margin: 4px;
    height: 40px;
    max-width: 320px;
    border-color: #428bca;
    border-radius: 4px;
}

.checkbox-control {
    transform: scale(2.0);
}

.checkbox-control-small {
    padding: 0;
    margin-top: 12px;
    text-align: center;
}


hr {
    margin: 10px;
}

.dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 300;
    border-color: #363636;
    text-align: left;
    height: 40px;
    padding-top: 8px;
    color: #ffffff;
}

    .dropdown-menu > li > a:hover {
        background-color: #393939;
    }

.tileButton {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
}

    .tileButton:hover {
        background-color: #666666;
    }

.placeholder {
    height: 48px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Segoe UI Local", "Segoe UI";
}

h1 {
    font-size: 72px;
}

.menu {
    margin-top: 3em;
    margin-bottom: 5em;
}

.menu-option {
    color: #666;
    background: rgba(0, 0, 0, 0.5);
    padding: 1em 5em;
    font-size: 0.8em;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .menu-option:hover {
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
    }

    .menu-option.active {
        border: none;
        background: rgba(0, 0, 0, 0.4);
        background: #fff;
        padding: 1.5em 5em;
        color: #000;
        font-size: 0.9em;
    }

.login-btn {
    border: none;
    color: #666;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5em 5em;
    font-size: 0.9em;
    text-transform: uppercase;
    cursor: pointer;
}

.message-input {
    display: block;
    margin: 0.5em;
    padding: 0.8em;
    width: 90%;
    border: none;
    font-family: sans-serif;
    font-size: .9em;
}

.message-container {
    margin: 2em auto;
    padding: 0.8em;
    width: 80%;
}

.message-btn {
    padding: .75rem;
    margin: .5em auto 1.5em;
    width: 6em;
    text-align: center;
    cursor: pointer;
}

.message-row {
    padding: .75em;
    margin: .75em;
    box-shadow: 0 0 1px 1px #666;
}

#sidebar {
    margin-left: -2px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -2px;
}

.altBg {
    background-color: #f6f6f6;
}

.overlay {
    top: 0;
    z-index: 10;
    background: #FFFFFF;
    left: 0;
    position: fixed;
    height: 100%;
    text-align: center;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    width: 100%;
    opacity: 0.5;
}

.overlayDialog {
    top: 40%;
    bottom: auto;
    z-index: 15;
    background: #FFFFFF;
    left: 0;
    position: fixed;
    filter: alpha(opacity=50);
    height: 100%;
    text-align: center;
    width: 100%;
    height: 100%;
}


.overlayImage {
    width: 200px;
    height: 200px;
    margin-top: 167px;
}

#centerContent {
    margin-top: 15px;
}

.expanderTitle {
    padding-top: 6px;
    height: 32px;
    color: white;
    cursor: pointer;
}

.expanderContainer {
    border: 1px solid #428bca;
    background-color: #428bca;
    width: 100%;
    border-radius: 5px;
    margin-top: 8px;
}

.expanderContent {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #e0f0ff;
}

.nav-tabs {
    border: 0;
}

    .nav-tabs > li > a:hover {
        border-color: #428bca #428bca #428bca;
    }

    .nav-tabs > li > a {
        color: #428bca;
        border: 1px solid #428bca;
    }

        .nav-tabs > li > a:hover {
            background-color: #e0a413;
            background-color: rgba(224, 164, 19, 0.25);
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: white;
        cursor: default;
        background-color: #428bca;
        border: 0;
    }


.nav-item {
    margin: 0 8px 0 8px;
}

.dropdown-item {
    margin: 0 8px 0 8px;
}


.list-group-item {
    background-color: #e0f0ff;
    border: 0px solid #e0f0ff;
    height: 32px;
    padding: 4px 8px;
}

a.list-group-item {
    color: #428bca;
}

    a.list-group-item:hover {
        background-color: #e0a413;
        background-color: rgba(224, 164, 19, 0.25);
    }


#configurationMenu > a.list-group-item {
    background-color: #effcff;
}

.blueRoundBorder {
    border: 1px solid #428bca;
    border-radius: 4px;
    background-color: #e0f0ff;
    padding: 15px;
}

.red {
    color: red !important;
}

.green {
    color: darkseagreen;
}

.bgrGreen {
    background-color: darkseagreen !important;
}

input[type="radio"], input[type="checkbox"] {
    /*transform: scale(1.5);*/
}

.modal-header, h4, .close {
    background-color: #428bca;
    color: white;
    font-size: 18px;
}

.modal-header {
    border-bottom: 1px solid #428bca;
    border-radius: 4px;
    margin-left: -1px;
    margin-top: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-backdrop fade in {
    opacity: 0;
}

.modal-backdrop {
    position: static;
    z-index: 0;
}


a.btn {
    color: white;
}

.formlabel {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 8px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3a87ad;
}

.dxeButtonEditSys {
    border-color: #8cb8f1 !important;
    height: 33px;
    font-size: 14px !important;
    padding-top: 4px;
    padding-left: 4px;
    color: #3a87ad;
    width: 100% !important;
    margin: 0;
}

.dxeTextBoxDef {
}

.dxeEditAreaSys {
    font-size: 12px !important;
    color: #3a87ad !important;
}


.overlay {
    top: 0;
    z-index: 10;
    background: #FFFFFF;
    left: 0;
    position: absolute;
    display: none;
    height: 100%;
    text-align: center;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    width: 100%;
    opacity: 0.5;
}

.overlayDialog {
    top: 40%;
    bottom: auto;
    z-index: 15;
    background: #FFFFFF;
    left: 0;
    position: fixed;
    filter: alpha(opacity=50);
    height: 100%;
    text-align: center;
    width: 100%;
    height: 100%;
}


.overlayImage {
    width: 200px;
    height: 200px;
    margin-top: 167px;
}

div[data-bind="dxAction: toggleAppMenu"] {
    display: none;
}

#hideMenuButton {
    /*background-color: #3a87ad;*/
}

#showMenuButton {
    /*background-color: #3a87ad;*/
}

.glyphicon {
    padding: 0 8px;
}

.icon-bar {
    background-color: #3a87ad;
}

#contentPlaceholder {
    margin-left: 0;
}

#sideButtons {
    padding: 0;
    margin: 0;
    width: 16px;
    left: 4px;
    top: 77px;
    text-align: center;
}

.sideButton {
    cursor: pointer;
    width: 20px;
    padding: 1px 0 0 0;
    margin: 0;
    height: 20px;
    color: #3a87ad;
}

#hideMenuButton {
    left: 2px;
    position: absolute;
    z-index: 9;
}

#showMenuButton {
    position: fixed;
    margin-left: -16px;
    z-index: 9;
}

.bottomPadding4 {
    padding-bottom: 4px !important;
}

.form-listbox {
    padding: 0px;
    margin: 0px;
    width: 100% !important;
    font-weight: 500;
    height: 40px;
    color: #428bca !important;
    border-color: #D0DFFF !important;
    border-radius: 4px;
}

.employeeStyle:nth-child(1) {
    width: 20px !important;
}

.employeeStyle:nth-child(2).dxeListBoxItemSelected {
    color: #428bca;
    background-color: white;
}

.employeeStyle:nth-child(2).dxeListBoxItemHover {
    color: #428bca;
    background-color: white;
}


.employeeStyle:nth-child(2) {
    margin-top: 2px;
    margin-left: 2px;
    white-space: nowrap;
    overflow: initial;
    text-overflow: ellipsis;
    width: 40px !important;
    display: block;
}

select.form-control {
    height: 30px;
    margin: 0;
    max-width: 320px;
    font-size: 12px;
    padding: 0px 0px 2px 4px;
    border-color: #D0DFFF !important;
    border-width: 1px !important;
}

.dxeButtonEditSys.dxeButtonEdit.form-control {
    height: 30px;
    font-size: 12px;
    padding-top: 4px;
    margin: 2px 0;
    border-color: #D0DFFF !important;
    border-width: 1px !important;
    max-width: 320px;
}

#logsGridView {
    border-radius: 5px 5px 5px 5px;
    border-color: #428bca;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    color: #428bca !important;
}

    #logsGridView td {
        border-color: #effcff;
    }

.dxgvGroupPanel {
    padding: 12px !important;
    color: #428bca !important;
    background-color: #effcff !important;
}

.dxgvHeader {
    padding: 10px !important;
    background-color: #e0f0ff !important;
}

#logsGridView_DXMainTable td {
    color: #428bca;
}

#logsGridView_grouppanel {
    border-color: #428bca;
}

.panel-info {
    background-color: #e0f0ff;
    border-color: #e0f0ff;
    margin-top: 0px;
}

label {
    font-weight: 100;
}

.table > thead > tr > th {
    border-bottom: 1px solid #428bca;
    font-weight: 100;
}


a[data-title="Save and edit plot in cloud"] {
    display: none !important;
}

a[data-title="Produced with Plotly"] {
    display: none !important;
}

a[data-title="Toggle Spike Lines"] {
    display: none !important;
}

.field-validation-error {
    color: darkred;
}

.dxlbd {
    height: 100px !important;
}

#ReportParam_Employee_D.dxlbd {
    height: 260px !important;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.modalHeaderRow {
    margin: -1px;
    height: 36px;
    background-color: #428bca;
    border-radius: 6px 6px 0 0;
    border: 0;
    color: white;
}

.modalHeaderTitle {
    margin-top: 0;
    color: white;
    padding: 9px;
}

.modalContentRow {
    margin: 8px;
    color: #2e6da4 !important;
}

#mappings-inner {
    margin-bottom: 0;
}

    #mappings-inner td {
        border: 0;
    }

.legend-line {
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
}
.colortile {
    margin: 2px;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 1px lightgray;
    position: absolute;
    top: 2px;
    left: 0;
}

.linetile {
    margin: 2px;
    width: 10px;
    height: 0;
    border-bottom: 2px solid #990000;
    position: absolute;
    top: 7px;
    left: 0;
}

.text-danger {
    color: rgb(220, 53, 69);
}

.dxeButtonEditSys.dxeButtonEdit.form-control.border-danger {
    border-color: rgb(220, 53, 69) !important;
}

.checkbox input[type="checkbox"] {
    margin-left: 0px;
}