[data-ni-base-style] .jqx-rc-all {
    border-radius: 0px;
    webkit-border-radius: 0px;
}

ni-color-scale {
    font-family: "Open Sans", verdana, arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #C7CCD0;
}

ni-cursor-legend {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #C7CCD0;
    background-color: white;
}

ni-cursor-legend .ni-command-button {
    width: 25px;
    height: 25px;
    margin: 2px;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid #efefef;
}

ni-cursor-legend .ni-master-row {
    border: 0;
    background-color: white;
}

ni-cursor-legend .ni-expand-box {
    width: 1%;
    white-space: nowrap;
    border-right: 0;
    border-left: 0;
}

ni-cursor-legend .ni-expand-button {
    width: 20px;
    height: 20px;
    margin: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}

ni-cursor-legend .ni-cursor-box {
    width: 100%;
    border-collapse: collapse;
    border-right: 0;
    border-left: 0;
    white-space: nowrap;
}

ni-cursor-legend .ni-cursor-display {
    border: 0px solid black;
    background-color: white;
    margin: auto;
    vertical-align: middle;
}

ni-cursor-legend .ni-cursor-title {
    margin-left: 4px;
    white-space: nowrap;
    vertical-align: middle;
}

ni-cursor-legend .ni-x-box {
    width: 15%;
    border-right: 0;
    border-left: 0;
    padding-left: 5px;
}

ni-cursor-legend .ni-y-box {
    width: 15%;
    border-right: 0;
    border-left: 0;
    padding-left: 5px;
}

ni-cursor-legend .ni-actions-box {
    width: 120px;
    min-width: 120px;
    border-right: 0;
    border-left: 0;
}

ni-cursor-legend .ni-action-button {
    width: 25px;
    height: 25px;
    margin: 2px;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
}

ni-cursor-legend .ni-cursor-legend-master-control {
    width: 1%;
    white-space: nowrap;
}

ni-cursor-legend .ni-details-box {
    display: table-row;
    border: 3px solid white;
}

ni-cursor-legend .ni-details {
    width: 100%;
    height: 100%;
    background-color: white;
    table-layout: fixed;
}

ni-cursor-legend .ni-details-row {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: white;
}

ni-cursor-legend .ni-details-row-title-box {
    width: 0%;
    visibility: hidden;
}

ni-cursor-legend .ni-details-row-title {
    margin-left: 2px;
}

ni-cursor-legend .ni-details-row-control-box {
    padding: 1px;
}

ni-cursor-legend .ni-colorbox-content {
    text-shadow: none;
    height: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}

ni-cursor-legend .ni-selector-title {
    white-space: nowrap;
}

ni-cursor-legend .ni-selector {
    box-sizing: border-box;
}

ni-cursor-legend .ni-selector-icon {
    width: 80px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
}

ni-graph-tools {
    display: inline-block;
    overflow: auto;
    border: 0px solid #C7CCD0;
}

ni-graph-tools .ni-graph-tools-box {
    width: 100%;
    height: 100%;
}

ni-graph-tools .ni-button-box {
    width: 25%;
    text-align: center;
}

ni-graph-tools .ni-button.jqx-fill-state-disabled {
    border-bottom: 4px solid #77baff;
    opacity: 1;
}

ni-graph-tools .ni-button {
    width: 25px;
    height: 27px;
    margin-left: 2px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid #aaaaaa;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
}

ni-plot-legend {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #C7CCD0;
    background-color: white;
    font-family: "Open Sans", verdana, arial, sans-serif;
    font-size: 12px;
}

ni-plot-legend .ni-plot-legend-box {
    width: 100%;
    height: 100%;
}

ni-plot-legend .ni-master-row {
    padding-top: 1px;
    padding-bottom: 0;
    border-color: white;
    background-color: white;
}

ni-plot-legend .ni-plot-display {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    background-color: white;
    border: 0px solid #aaaaaa;
    margin-bottom: 1px;
}

ni-plot-legend .ni-plot-display svg {
    vertical-align: middle;
}

ni-plot-legend .ni-plot-title {
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 5px;
    font-family: "Open Sans", verdana, arial, sans-serif;
    font-size: 12px;
}

ni-plot-legend .ni-details-box {
    width: 100%;
    overflow-y: auto;
}

ni-plot-legend .ni-details {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

ni-plot-legend .ni-details-row {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
}

ni-plot-legend .ni-detail-row-title-box {
    width: 0%;
    visibility: hidden;
}

ni-plot-legend .hover .ni-detail-row-title {
    width: 0%;
    visibility: visible;
    margin-left: 25px;
    white-space: nowrap;
}

ni-plot-legend .ni-button {
    width: 25px;
    height: 27px;
    background-size: contain;
    display: inline-block;
    margin-right: 4px;
    border: 0px solid rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    opacity: 1;
}

ni-plot-legend .ni-button.jqx-fill-state-pressed {
    border-bottom: 4px solid #77baff;
    opacity: 1;
}

ni-plot-legend .ni-selector {
    box-sizing: border-box;
}

ni-plot-legend .line_width .ni-details-row-operations-box,
ni-plot-legend .line_style .ni-details-row-operations-box {
    padding-left: 2px;
    padding-right: 2px;
}

ni-plot-legend .ni-selector-title {
    white-space: nowrap;
}

ni-plot-legend .ni-selector-icon {
    width: 80px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
}

ni-plot-legend .ni-colorbox-content {
    text-shadow: none;
    height: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}

ni-plot-legend .ni-colorbox-selector {
    vertical-align: middle;
    width: auto;
    height: 26px;
    margin: 2px;
}

ni-scale-legend {
    display: inline-block;
    overflow: auto;
    border: 1px solid #C7CCD0;
    font-family: "Open Sans", verdana, arial, sans-serif;
    font-size: 12px;
}

ni-scale-legend .ni-row-title {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

ni-scale-legend .ni-scale-legend-box {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

ni-scale-legend .ni-row-title-box {
    width: auto;
}

ni-scale-legend .ni-lock-box {
    width: 25px;
    margin: 2px;
}

ni-scale-legend .ni-scale-once-box {
    width: 25px;
    margin: 2px;
}

ni-scale-legend .ni-button {
    width: 25px;
    height: 25px;
    margin: 2px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
}
