@media only screen and (min-width : 1200px) {
}

@media only screen and (max-width : 1200px) {
}

@media only screen and (max-width : 979px) {
}

@media only screen and (max-width : 767px) {
}

@media only screen and (max-width : 480px) {
}

@media only screen and (max-width : 320px) {
}

.container {
    max-width: 1600px !important;
    /*min-width: 1600px !important;*/
}

.title_icon {
    height: 30px;
}

.main_container {
    padding-bottom: 60px;
}

.main_logo {
    margin-top: 0px;
    max-height: 40px;
}

span.panel-title {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
}

.panel-heading {
    padding: 10px;
}

.panel-heading {
    color: black !important;
    border-top: 3px solid #223d79 !important;
}

.panel-body {
    background-color: rgba(245,245,245,0.3);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: inherit;
    color: black !important;
}

label.list-group-item-text {
    font-weight: inherit;
    color: #696969;
}

.col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    padding: 5px;
}

.no_content {
	margin: auto;
	margin-right: 0;
	margin-top: 20px;
	margin-left: 25px;

}

.outer_container {
    margin-bottom: 3px;
    float: left;
    width: 100%;
    min-width: 50px;
    height: 100%;
    display: table-row;
    border-spacing: 0px;
    font-size: 0.9em;
    background-color: white;
}

.key_container {
    display: table-cell;
    padding: 5px;
    background-color: #E6E6E6;
    height: 100%;
}

.value_container {
    display: table-cell;
    padding: 5px;
}

.td_border {
    border: solid 1px black;
}

.label_fill {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.editable_can_config_panel_component:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.slidecontainer {
    margin-left: 20px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

/***********/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: 50px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider2 */
.slider2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider2:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider2 {
  background-color: #84c686;
}

input:focus + .slider2 {
  box-shadow: 0 0 1px #84c686;
}

input:checked + .slider2:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider2.round {
  border-radius: 34px;
}

.slider2.round:before {
  border-radius: 50%;
}


.input_state_class_on {
    width: 30px;
    height: 30px;
    background-color: blue;
    border-radius: 50%;
}


.input_state_class_off {
    width: 30px;
    height: 30px;
    background-color: grey;
    border-radius: 50%;
}



/* The checkbox_container */
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    margin-left: 60px;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
    background-color: black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.current_device {
    margin-left: 20px;
}

#no_data_alert {
    text-align: center;
    margin-top: 80px;
    display: none;
}

.main_content {
    margin-top: 40px;
}

.file_info_div {
    border: solid 1px;
    height: 50px;
    margin-bottom: 5px;
}

.file_title_div {
    padding-top: 10px;
}

.graph_bg {
    display: contents;
}

#live_graph_bg {
    display: contents;
}

.graph_bg_class {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.graph_content {
    background-color: #fefefe;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    /*min-height: 800px;*/
    width: 100%;
}

.graph_verical_divider {
    border-left: 1px solid #dfdfdf;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.close_class {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close_class:hover,
.close_class:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#chartdiv_1, #live_chartdiv_1 {
}

#chartdiv_2, #live_chartdiv_2 {
}

#live_chartdiv {
    height: 750px;
    width: 100%;
}

.loading_info {
    min-height: 500px;
    margin-top: 40px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.loading_info_text {
    text-align: center;
    font-size: 35px;
    padding-top: 50px;
}

.loading_status {
    height: 50px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.empty_ball {
    background: rgba(0,0,0,0.2);
    height: 30px;
    width: 30px;
    margin-right: 10px;
    float: left;
    border-radius: 50%;
}

.no_data_found {
    min-height: 500px;
    margin-top: 40px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 35px;
    padding-top: 50px;
}

.graph_index_title {
    width: 100%;
    font-weight: bold;
    font-style: italic;
}

.graph_signal_select_class {
    float: left;
    height: 30px;
    margin: auto;
    max-width: 240px;
}

.range_select {
    display: flex;
}

.graph_signal_title {
    width: 80px;
    margin: auto;
    margin-left: 20px;
    float: left;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
}

.graph_select_area {
    display: flex;
    height: 50px;
    margin: auto;
    margin-right: 10px;
    padding-top: 5px;
    margin-left: 10px;
    background: white;
    z-index: 100;
}

.selected {
    background: #6c757d;
    color: white;
    padding: 5px;
}


#button-signal-edit {
    margin: auto;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #dfdfdf;
}

#button-signal-export {
    margin: auto;
    margin-right: 0;
    margin-left: 10px;
    border: 1px solid #dfdfdf;
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    margin-right: 0;
    margin-left: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background: #f8f9fa;
}

#button-debug-signal-export {
    margin: auto;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #dfdfdf;
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    margin-right: 0;
    margin-left: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background: #f8f9fa;
}

#button-signal-export:hover:enabled {
    background-color: #e2e6ea;
}

.download-icon {
    background: url("../images/download_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 15px;
    width: 20px;
}

.firmware-expander {
    background: url("../images/webclient_icon_arrow_down.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 15px;
    width: 20px;
}

.firmware-holder {
    max-height: 120px;
    transition: all 0.2s;
    overflow-y: hidden;
}

.firmware-holder.collapsed {
    max-height: 55px;
}

.firmware-disable {
    display: flex;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: #f7f7f7;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.firmware-version {
    margin-left: 15px;
}

.firmware-expander-btn {
    margin-left: 15px;
}

.live-chardiv-notifications {
    position: relative;
    z-index: 100;
    top: 5px;
    right: 5px;
    text-align: center;
    transition: 0.2s all;
    display: flex;
    flex-direction: column;
}

.reset_zoom_class {
    color: #aaa;
    float: right;
    font-weight: bold;
    margin-right: 40px;
    cursor: pointer;
}

.refresh-button {
    float: left;
    padding: 10px;
    cursor: pointer;
}

#w_ver {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-weight: bold;
}

.date_select_div {
    width: 800px;
}


.datetime_select_div {
    width: 240px;
    float:left;
}

.date_picker {
    width: 200px;
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
}


.duration_select_div {
    width: 240px;
    float:left;
}


.date_select_duration {
    width: 230px;
}

#load_can_data_button {
    margin: auto;
    min-width: 120px;
    border: 0;
    background-color: #337ab7;
}

#load_debugdata {
    margin: auto;
    min-width: 150px;
    border: 0;
    background-color: #337ab7;
}

#dropdownMenuButton {
    display: none;
}

#debug-mode-list {
    min-width: 180px;
    overflow-y: auto;
    max-height: 600px;
    margin-right: 0;
    flex-direction: column;
    border: 1px solid #dfdfdf;
    padding: 5px;
    flex: 1;
}

#debug-mode-title {
    background: #f8f9fa;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /*margin: 10px;*/
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 240px;
}

.debug-date {
    padding: 5px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
    display: flex;
}

#fdm-debug-date-picker {
    max-width: 250px;
    margin: auto;
    margin-right: 0;
}

.debug-date.selected {
    background: #6c757d;
    color: white;
}

#debug-mode-hint {
    margin-top: 10px;
}

.loading_data_info {
    display: none;
    text-align: center;
    margin-top: 80px;
    font-size: 25px;
}

.graph_style_select {
    float: left;
    margin-left: 20px;
}

.xdsoft_highlighted_default {
  background-color: #29f274 !important;
  color: black!important;
}

.graph_stream_control_on {
    color: #01b701;
    background-color: #f8f9fa;
    cursor:pointer;
    margin: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 9px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
}

.graph_stream_control_off {
    color: red;
    background-color: #f8f9fa;
    cursor:pointer;
    margin: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 9px;
    border-radius: 5px;
    border: 2px solid #dfdfdf;
}

#data_live_tab {
    border: none;
}

#data_history_tab {
    border: none;
}

#data-tab-content {
}

.graph_stream_live_title {
    margin-left: 40px;
    float: right;
    font-weight: bold;
    padding-top: 4px;
}

.graph_stream_live_title_checkbox {
    margin-left: 20px;
    transform: scale(2.0);
    margin-top: 10px;
    float: right;
    margin-right: 100px;
}

.graph_stream_live_info {
    display: none;
    background-color: red;
    font-size: 30px;
    float: right;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

#stream_can_data_button {
    float: left;
    margin-left: 20px;
    margin-top: 23px;
}

.graph_x_length {
    float: left;
    margin: auto;
    margin-left: 20px;
}

.graph_x_length_class {
    float: left;
    width: 60px;
    margin-left: 15px;
}

.info_btn {
    display: none;
    cursor: pointer;
}

.dialog_cancel {
    margin: 10px;
}

#settingsModalLabel {
    margin: 10px;
}

#info_dialog {
    min-width: 400px;
    max-width: 500px;
    height: 200px;
    border: solid red;
    display: none;
}

.info_line {

}

.alias_title {
    width: 20%;
    float: left;
    margin-right: 5%;
}

.alias_input {
    width: 50%;
}

.alias_save {
    margin-left: 5px;
}

.header_bg {
   background-color: #f8f9fa !important;
}

.graph_select_area_s1 {
    margin: auto;
    margin-left: auto;
    margin-right: 0;
}

.graph_divider {
    background-color: #dfdfdf;
    height: 1px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.connection-info {
    height: 10px;
    float: left;
    width: 10px;
    margin-right: 10px;
    margin-top: 7px;
    border-radius: 50%;
}

.connection-info-not-connected {
    background-color: #dc3545 !important;
}

.connection-info-connected {
    background-color: green !important;
}

.connected_infodiv {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50px;
    margin-top: 6px;
    margin-right: 10px;
}

.navbar li a {
    cursor:pointer;
}

.nav-tab-active {
    border-top: 3px solid #f26e24 !important;
}

.nav-item.active a {
    background-color: transparent;
}

/** UploadFwFile-module */
.file-list-block {
    position: relative;
    padding: 15px;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex: 1;
}

.fupload-icon {
    background: url("../images/webclient_icon_arrow_down.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
    height: 20px;
    width: 20px;
    transform: rotate(0deg);
    margin-right: 10px;
}

/** UploadFwFile-module */
.file-list-button-delete {
    margin-top: 5px;
    position: absolute;
    top: 0px;
    right: 10px;
}

/** UploadFwFile-module */
.file-list-title {
    padding-top: 4px;
    padding-left: 10px;
    font-weight: bold;
}

/** UploadFwFile-module */
.file-select-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

/** UploadFwFile-module */
.file-select-button {
    width: 100%;
}

/** UploadFwFile-module */
.divider-area {
    height: 4px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: lightgray;
    border-radius: 10px;
}

/** UploadFwFile-module */
.file-list-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

/** UploadFwFile-module */
.button {
    margin: 10px 10px 10px 10px;
}


/** ViewAdmin-module */
.row-controls {
    margin-bottom: 40px;
}

.block-item-control {

}

.admin-edit-account {
    cursor: pointer;
}

.admin-delete-account {
    cursor: pointer;
}

.admin-edit-account-title, .admin-delete-account-title {
    width: 20px;
}

.table-icon {
    width: 20px;
    height: 20px;
}

.add-account-div {
}

.account-type-select-div {
    margin: 15px;
    display: flex;
    flex-direction: column;
}

.account-type-select-title {
    margin: auto;
    margin-left: 0;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.account-type-select {
    margin: auto;
    margin-right: 0;
    width: 100%;
}

.account-info-block {
    margin: 10px;
    text-align: center;
}

.fdm-navitem-admin, .fdm-navitem-flash, .fdm-navitem-diagnostic {
    display: none;
}

/** ViewSettings-module */
.setting-connection-lost {
    float: right;
    color:#FF0000;
}

/** ViewSettings-module */
.setting-connection-seen {
    float: right;
    color:#66C466;
}

/** ViewSettings-module*/
.setting-block {
    margin-top: 10px;
}

.setting-item {
    border-radius: 3px;
}

/** ViewSettings-module*/
.setting-item-editable:hover {
    cursor:pointer;
    background-color: #f5f5f5;
  }

/** ViewSettings-module*/
.setting-item-header {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/** ViewSettings-module*/
.setting-item-text {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/** ViewSettings-module*/
.setting-item-right {
    flex:1;
    min-width:25px;
}

/** elemUtil.js */
.block-item-editable:hover {
    cursor:pointer;
    background-color: #f5f5f5;
  }

/** elemUtil.js */
.block-item-header {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/** elemUtil.js */
.block-item-text {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/** elemUtil.js */
.block-item-right {
    flex:1;
    min-width:25px;
}

/** UpdateBmsFw-module */
.checkbox-table-header {
    width: 50px;
    transform: scale(1.2);
}

/** UpdateBmsFw-module */
.checkbox-table-row {
    width: 50px;
}

/** UpdateBmsFw-module */
.upload-table-row:hover {
    background-color: #f5f5f5;
}

/** UpdateBmsFw-module */
.upload-dialog-title {
    margin-bottom: 10px;
}

/** UpdateBmsFw-module */
.upload-dialog-element {
    margin: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  height: 35px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #337ab7;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.fdm-popup-bg {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10001;
    transition: 0.5s all;
    opacity: 0;
    pointer-events: none;
}

.fdm-popup-bg.moved-in {
    opacity: 1;
    pointer-events: all;
}

.fdm-popup {
    width: 600px;
    margin: auto;
    background-color: white;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    border-radius: 3px;
    transition: 0.5s all;
    transform: translate(0, -5000px);
}

.fdm-popup.moved-in {
    transform: translate(0, 0);
}

.fdm-accept-btn {
    min-width: 70px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    margin-left: auto;
    margin-right: 5px
}

.fdm-accept-btn:disabled {
    background-color: grey;
}

.fdm-cancel-btn {
    min-width: 70px;
    border: 1px solid #dee2e6;
    margin-left: 0;
    margin-right: 0;
}

.fdm-cancel-btn:disabled {
    background-color: grey;
}

.fdm-popup-title {
    display: flex;
    margin: 5px;
}

.fdm-popup-title-text {
    margin: auto;
    margin-left: 5px;
}

.fdm-popup-hr {
    border-bottom: 1px solid #dee2e6;
}

.fdm-switcharea {
    margin: 15px;
    flex: auto;
}

.fdm-switcharea-titlebar {
    display: flex;
}

.fdm-switcharea-label {
    margin: auto;
    margin-left: 0;
    font-weight: bold;
    font-size: 14px;
}

.fdm-switcharea-selection {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.fdm-switcharea-selection-label {
    margin: auto;
    margin-left: 0;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.fdm-switcharea-select {
    margin: auto;
    margin-right: 0;
    width: 100%;
}

.fdm-container {
    padding: 0;
    margin: auto;
}

.fdm-navbar {
	margin-bottom: 15px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
    z-index: 10;
}

.fdm-navitem.active {
    border-bottom: 3px solid #00529e;
}

.fdm-navitem.disabled {
    opacity: 0.5;
    pointer-events: none;
}


.viewstatus-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.viewstatus-graph {
    margin: auto;
	margin-left: 40px;
    margin-right: 40px;
}

.fdm-vehicle-divider {
    margin: auto;
}

.fdm-container-status {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    max-height: 100%;
    overflow-y: hidden;
    margin: 0;
    width: 100%;
}

.fdm-container-status.moved-out {

}

.status-content {
    display: flex;
}

.fdm-view {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    visibility: visible;
    min-height: 800px;
    width: 1570px;
    overflow: hidden;
    opacity: 1;
    transition: all 0.2s linear;
    display: flex;
    flex-direction: column;
    margin: auto;
    right: 0;
    left: 0;
}

.fdm-view.moved-out {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    /*max-height: 0;
    min-height: 0;*/
}

.fdm-view.no-height {

}

.fdm-vehicle-info {
    margin: 15px;
    margin-left: 15px;
    border: 1px solid #dfdfdf;
    padding: 5px;
}

.fdm-battery-info {
    margin: auto;
}

.fdm-no-device {
    transform: translate(0, 0);
    transition: all 0.3s linear;
    width: 100%;
}

.fdm-no-device.moved-out {
    z-index: -10;
    transform: translate(0, -300px);
    pointer-events: none;
    opacity: 0;
}

.fdm-vehicle-info-item {
    margin-left: 10px;
}

.fdm-infoitem {
    margin: auto;
    max-width: 200px;
}

.fdm-infoitem-title {
    font-weight: bold;
    min-height: 25px;
}

.fdm-infoitem-value {
    min-height: 25px;
}

.fdm-infoitem-connection {
    background: url("../images/webclient_icon_signal_strong.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 80px;
    margin: auto;
    margin-top: 5px;
    margin-left: 0px;
}

.fdm-infoitem-connection.moderate {
    background-image: url("../images/webclient_icon_signal_moderate.png");
}

.fdm-infoitem-connection.weak {
    background-image: url("../images/webclient_icon_signal_weak.png");
}

.fdm-infoitem-connection.disconnected {
    background-image: url("../images/signal_no_connection.png");
}

.fdm-multiinfoitem {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 0;
    margin-right: 15px;
    font-size: 15px;
}

.fdm-infoitem-bg {
    display: flex;
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
    min-width: 245px;
}

.fdm-infoitem-arrow {
    background: url("../images/webclient_icon_arrow_down.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
    height: 20px;
    width: 20px;
    transform: rotate(0deg);
}

.fdm-infoitem-arrow.selected {
    transform: rotate(180deg);
}

.fdm-no-device-selected {
    margin: auto;
	margin: 15px;
	text-align: center;
}

.fdm-infopanel {
    background-color: white;
    display: flex;
    flex-direction: column;
    max-height: 70px;
    transition: all 0.3s linear;
    transform: translate(0, 0);
    z-index: 1;
}

.fdm-infopanel.top-layer {
    z-index: 2;
}

.fdm-infopanel.moved-out {
    /*max-height: 0;*/
    z-index: 0;
    transform: translate(0, -300px);
}

.fdm-infoitems {
    display: flex;
    flex-direction: column;
    /*margin-top: 10px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
}

.fdm-input {
    margin: 15px;
    flex: auto;
}

.live_view_link {
    color: #959494;
    cursor: pointer;
}

.history_view_link {
    color: #959494;
}

.live_view_link.active {
    color: #00529e
}

.history_view_link.active {
    color: #00529e
}

a:hover {
    cursor: pointer;
}

.statusarea-infopanel {
    display: flex;
    flex-direction: column;
}

.view-uds-top-bar, .view-bwld-top-bar {
    display: flex;
    min-height: 50px;
    /*margin: 10px;*/
}

.view-uds-top-bar.moved-out, .view-bwld-top-bar.moved-out {
    transform: translate(0, -1000px);
    height: 0;
}

.view-uds-dtc-list, .view-uds-bwld-list {
    height: 600px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex: auto;
}

.ecu-info-holder {
    margin-left: 10px;
    /*margin-top: 15px;*/
}

.ecu-info-area {
    margin: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
}

.ecu-info-buttons {
    display: flex;
    margin: auto;
    margin-right: 0;
    margin-top: 10px;
}

.ecu-info-buttons-holder {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-right: 0;
    margin-top: 0;
}

.ecu-info-title {
    margin: 15px;
    margin-top: 15px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    margin-left: 0;
    font-weight: bold;
    width: 290px;
}

.ecu-info-reset-soft, .ecu-info-reset-hard {
    margin: 5px;
}

.ecu-info-firmware {
    margin-left: 5px;
    margin-bottom: 5px;
}

.ecu-info-hardware {
    margin-left: 5px;
}

.did-view {
    display: flex;
    flex: auto;
    margin: 10px;
    margin-top: 20px;
}

.dtcsnapshot-view {
    display: flex;
    flex: auto;
    margin: 20px;
    margin-top: 10px;
}

.did-signal-select, .dtcsnapshot-select {
    border: 1px solid #dfdfdf;
    border-top: none;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 300px;
    height: 100ch;
    margin: 10px;
    margin-left: 0;
    margin-bottom: 0;
    max-height: 500px;
    margin-top: 0;
    padding: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.did-signal-select-holder {
}

.did-signal-element, .dtcsnapshot-element {
    overflow-x: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
}

.did-signal-select-title, .dtcsnapshot-select-title {
    background: #f8f9fa;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 10px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.did-signal-name {
    background: #f8f9fa;
    border: 1px solid #dfdfdf;
    padding: 5px;
    border-radius: 3px;
    padding-left: 10px;
}

.did-signal-info {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.did-response-btn {
    display: flex;
    margin: auto;
    margin-bottom: 5px;
    margin-right: 0;
}

.did-response-area {
    margin: 0;
    min-height: 250px;
    max-height: 300px;
    overflow-y: auto;
}

.did-response-control {
    display: flex;
    margin: auto;
    margin-top: auto;
    margin-right: 0px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 150px;
}

.did-response-a-name {
    border-right: 1px solid #dfdfdf;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 40%;
    flex: auto;
    margin-right: 5px;
    margin-left: 10px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.did-response-a-unit {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 10%;
    flex: auto;
    margin-right: 10px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.did-response-a-value {
    border-right: 1px solid #dfdfdf;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 40%;
    margin-right: 5px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.did-raw-data {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    flex: auto;
    margin: 5px;
    margin-right: 20px;
    margin-left: 20px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    display: flex;
    word-wrap: anywhere;
    display: flex;
}

.did-data-top {

}

.did-response-area-title {
    /* margin: 10px; */
    background: #f8f9fa;
    padding: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding-left: 10px;
    overflow-y: scroll;
    max-height: 500px;
}

.did-category-title {
    border-right: 1px solid #dfdfdf;
    padding: 5px;
    padding-left: 10px;
    margin-right: 5px;
    width: 170px;
}

.dtc-category-title {
    border-right: 1px solid #dfdfdf;
    padding: 5px;
    padding-left: 10px;
    margin-right: 5px;
    width: 170px;
}

.did-category-value {
    border-radius: 3px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 170px;
    margin-right: 5px;
}

.dtc-category-value {
    border-radius: 3px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
}

.did-utype-value {
    background: #f8f9fa;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 170px;
    margin-right: 5px;
    width: 170px;
}

.did-utype-title {
    background: #f8f9fa;
    padding: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding-left: 10px;
    margin-right: 5px;
    width: 170px;
}

.did-response-spinner {
    margin: auto;
    margin-left: 10px;
}

.did-response-title {
    margin: auto;
    margin-left: 5px;
    margin-right: 15px;
    color: currentColor;
}

.did-response-holder {
    display: flex;
    background: #d8f6ff;
    border-radius: 3px;
    border: 1px solid #a1e3f7;
    margin: 5px;
    margin-left: 0;
    padding-left: 10px;
    color: #1380a2;
}


.did-response-holder.error {
    background: #f59898;
    border: 1px solid #cc7f7f;
    color: #754949;
}

.did-response-holder.hidden {
    opacity: 0;
}

.did-info-reset-holder {
    display: flex;
    background: #d8f6ff;
    border-radius: 3px;
    border: 1px solid #a1e3f7;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-left: 10px;
    color: #1380a2;
}

.did-info-reset-holder.hidden {
    opacity: 0;
}

.did-info-reset-text {
    margin: 10px;
}

.did-signal-area {
    border-radius: 3px;
    border: none;
    display: flex;
    flex-direction: column;
    /*height: 200px;*/
    margin: 10px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    /*width: 100%;
    height: 100%;*/
    flex: auto;
}

.dtc-tr {
    border-bottom: 1px solid #dfdfdf;
    border-top: none;
}

.dtc-controls {
    display: flex;
    margin-right: 0;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 0;
}

.uds-area {
    margin: 15px;
    margin-top: 0;
}

.control-area {
    display: flex;
    flex-direction: column;
}

.view-uds-dtc-list.moved-out, .view-uds-bwld-list.moved_out {
    transform: translate(0, -1000px);
    height: 0;
}

.view-uds-top-bar-tabs {
    margin: auto;
    margin-left: 5px;
}

.view-uds-top-bar-options {

}

.dtc-switch {
    margin:auto;
    margin-right: 15px;
}

.dtc-title, .bwld-title {
    margin:auto;
    margin-left: 15px;
}

.dtc-read-btn, .dtc-erase-btn {
    margin: 5px;
}

.dtc-read-history-btn {
    margin: 5px;
}

.dtc-read-history-j1939-btn {
    margin: auto;
    margin-right: 10px;
    margin-left: auto;
    margin-bottom: 10px;
}

.table-title-div {
    font-weight: bold;
    margin-right: 20px;
}

.bwld-read-btn {
    margin: auto;
    margin-right: 0;
    margin-left: auto;
}

.view-bwld-top-bar-ecu-selection {
    border: solid;
}

.dtc-enable-xcp {
    margin: auto;
    margin-right: 10px;
}

.fdm-message {
    text-align: center;
    Margin: 15px;
}

.fdm-message.moved-out {
    display: none;
}

.uds-messages-title, .bwld-messages-title {
    width: 100px;
    padding-left: 10px;
    border-right: 1px solid #0707072e;
}

.view-uds-bwld-titles {
    background: #dbdad9;
    border-bottom: 1px solid #0707072e;
    padding: 5px;
}


.bwld-ecu-select-title {
    border: solid 1px blue;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
}

.bwld-read-history-btn {
    margin-right: 20px;
}

.bwld-read-buttons {
    display: flex;
    margin: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0;
}

.bwld-table {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}

thead {
    background: #f8f9fa;
}

table {
    border: 1px solid #dfdfdf
}

.bwld-ecu-select {
    float: left;
    margin-right: 20px;
}

.ecu-select-div {
    width: 200px;
    float: left;
}

.bwld-download {
    cursor: pointer;
    color: blue;
}

.view-uds-dtc-titles {
    width: 100%;
    display: block;
    background: #dbdad9;
    border-bottom: 1px solid #0707072e;
    padding: 5px;
}

.uds-messages-rows {
    width: 100%;
    display: block;
    max-height: 500px;
    overflow-y: auto;
}

.dtc-messages-row {
    display: block;
    margin: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dtc-messages-bottom {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cccdce;
}

.dtc-messages-cell {
    width: 100px;
    padding-left: 10px;
}

.dtc-messages-cell.border-right {
    border-right: 1px solid #0707072e;
}

.fdm-panel.moved-out {
    height: 0;
    opacity: 0;
    pointer-events: none;
}
.fdm-data-graph {
    margin: 0;
    margin-left: 0;
    margin-right: 0;
}

.fdm-no-signals {
    z-index: 100;
    /*position: absolute;
    z-index: 100;
    top: 80px;
    bottom: 0;
    right: 15px;*/
    max-width: 300px;
    max-height: 50px;
    margin-bottom: 5px;
    text-align: center;
    transition: 0.2s all;
}

.fdm-no-signals.moved-out {
    opacity: 0;
    pointer-events: none;
}

.fdm-loading-signals {
    margin: auto;
    position: absolute;
    z-index: 101;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 300px;
    top: 0;
    bottom: 0;
    max-height: 50px;
    text-align: center;
    opacity: 1;
    transition: all 0.1s linear;
    background-color: #ececec;
    border-color: #b0b2b3;
    color: #6b6e6f;
    opacity: 1;
    transition: all 0.1s linear;
}

.fdm-loading-signals.moved-out {
    opacity: 0;
    pointer-events: none;
}

.fdm-no-data {
    margin: auto;
    z-index: 100;
    margin: auto;
    max-width: 300px;
    max-height: 50px;
    text-align: center;
    opacity: 1;
    transition: all 0.1s linear;
}

.fdm-no-data.moved-out {
    opacity: 0;
    pointer-events: none;
}

.status-bottom {
    display: flex;
    margin: auto;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
}

.status-bottom-border {
    border-right: 1px solid #dfdfdf;
    margin: 0px;
}

.bottom-border {
    z-index: 2;
}
.status-bottom-item {
    display: flex;
    flex-direction: column;
    margin: auto;
    min-width: 100px;
    text-align: center;
}

.status-bottom-item-title {
    font-weight: bold;
}

.setting-item-text {
    transition: all 0.2s;
}

.xcp-signal-area {
	background-color: #e9ecef;
	width: 400px;
	height: 500px;
	overflow-y: auto;
	margin: auto;
	margin-left: 25px;
	margin-right: 25px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
}

.xcp-battery-selection {
    display: flex;
}

.xcp-battery-item {
    display: flex;
    margin: auto;
}

.xcp-batteryarea {
    transform: translate(0, 0);
    transition: 0.2s all linear;
}

.xcp-batteryarea.moved-out {
    max-height: 0;
    z-index: 0;
    transform: translate(0, -100px);
    opacity: 0;
}

.fdm-control-panel  {
	display: flex;
	height: 50px;
	margin: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	background: white;
	z-index: 1;
}

.fdm-control-controls  {
    margin: auto;
    margin-left: auto;
    margin-right: 5px;
    display: flex;
    height: 50px;
    overflow-y: hidden;
}

.fdm-control-tabs  {
    display: flex;
    margin: auto;
    margin-left: 15px;
    margin-right: 5px;
}

.panel-heading {
    margin: 10px;
    border: 1px solid #dfdfdf !important;
    border-radius: 3px !important;
}

.setting-block {
    border: none !important;
    margin-top: 0 !important;
}

.live-view-controls {
    display: flex;
    opacity: 1;
    transition: opacity 0.2s linear;
    transform: translate(0, -32px);
    align-self: end;
}

.live-view-controls.hidden {
    opacity: 0;
    transform: translate(0, -200px);

}

#data-stream-control {
    display: flex;
    padding: 0;
}

.live-view-text {
    color: black;
    margin: 6px;
    margin-right: 10px;
    margin-left: 10px;
}

.live-view-btn {
    margin: auto;
    margin-right: 10px;
    color: #02bb02;
}

.graph-history-area {
    display: flex;
    opacity: 1;
    transition: opacity 0.2s linear;
    transform: translate(0, 5px);
}

.graph-history-area.hidden {
    opacity: 0;
    transform: translate(0, 200px);
}

.graph-debug-area {
     transform: translate(0, -70px);
}

.graph-debug-area.hidden {
     transform: translate(0, 200px);
}

.graph-blocker {
	background-color: rgba(0, 0, 0, 0.80);
	width: 100%;
	position: absolute;
	flex-direction: column;
	/* display: none; */
	/* top: 67px; */
	/* bottom: 0px; */
	z-index: 10;
	display: inline-block;
	height: 600px;
	vertical-align: top;
	overflow: hidden;
	/* transform: translate(0, -1000px); */
	z-index: 100;
	max-block-size: inherit;
	max-width: 1500px;
    margin-top: 30px;
    margin-left: 30px;
    display: flex;
    transition: opacity 0.2s linear;
}

.graph-blocker.hidden {
    opacity: 0;
    pointer-events: none;
}

.graph-blocker-text {
    color: white;
    margin: auto;
}

.time-dates {
    display: flex;
}

.time_select_input_start {
    margin: 0;
    margin-left: 0px;
    margin-right: 2px;
    min-width: 80px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 5px;
}

.time_select_input_end {
    margin: 0;
    margin-left: 2px;
    margin-right: 10px;
    min-width: 80px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 5px;
}

.time-select-divider {
    margin: auto;
    margin-left: 5px;
    margin-right: 5px;
}

#datetimepicker {
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.panel-separator {
    border: 1px solid #dfdfdf;
    margin: 0;
    margin-top: 20px;
    padding: 15px;
    background: rgba(0,0,0,.03);
    border-radius: 3px;
    font-weight: bold;
}

.device-select-info {
    width: 250px;
    height: 50px;
    display: flex;
    background: #e7e7e78c;
    margin-right: 5px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.device-select-info:hover {
    background: #e7e7e7;
    cursor: pointer;
}

.device-select-connected {
    margin: auto;
    width: 10px;
    height: 10px;
    background: blue;
    border-radius: 50%;
    float: left;
    opacity: 0;
}

.device-select-details {
    width: 170px;
    float: left;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}

.device-details-loading {
    margin-top: 15px;
    text-align: right;
    width: 100%;
}

.device-details-alias {
    float: left;
    font-weight: bold;
    text-align: left;
    margin: auto;
    margin-left: 0;
}

.device-details-id {
    float: left;
    margin-left: 0;
    text-align: left;
}

.device-select-button {
    text-align: center;
    cursor: pointer;
    display: flex;
    margin: auto;
    margin-right: 10px;
}

.device-select-icon {
    height: 20px;
    width: 20px;
    background-image: url('../images/webclient_icon_open.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}

#selectDeviceMenuButtonLoading {
    width: 250px;
    height: 50px;
    padding-top: 15px;
    text-align: center;
}

.device-list-body {
    max-height: 600px;
    overflow-y: auto;
}

.devices-list-header {
    margin-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#search_device {
    background-image: url('../images/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#device_list_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#device_list_ul li {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 6px 6px 6px 20px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
    cursor: pointer;
    height: 40px;
}

#device_list_ul li:hover:not(.header) {
    background-color: #eee;
}

.devices-list {
    overflow-y: auto;
    max-height: 520px;
    min-height: 520px;
}

.devices-list-row {

}

.devices-list-item {
    float: left;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}


.devices-list-item-connect-info {
    height: 10px;
    width: 10px;
    float: left;
    border-radius: 50%;
    margin-top: 7px;
    margin-right: 10px;
}

.devices-list-item-id {
    width: 180px;
}

.devices-list-item-sn {
    width: 150px;
}

.devices-list-item-vin {
    width: 250px;
}

.devices-list-item-alias {
    width: 250px;
}

.devices-list-item-dc {
    width: 170px;
}

.devices-list-item-dt {
    width: 120px;
}

.devices-list-header-item {
    font-weight: bold;
    float: left;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.devices-list-header-connected {
    width: 20px;
    float: left;
}

.devices-list-sort-div {
    float: right;
    margin-right: 60px;
    color: lightgray;
}

.spinner-holder {
    display: flex;
    margin: auto;
    transition: opacity 0.2s linear;
}

.fdm-spinner {
    display: inline-block;
    margin: 5px;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: fdm-spinner-grow .9s linear infinite;
    animation: fdm-spinner-grow .9s linear infinite;
}

.fdm-spinner.hidden {
    max-width: 0;
    margin: 0;
}

.fdm-spinner.large {
    width: 2rem;
    height: 2rem;
}

.fdm-spinners {
    display: flex;
}

.fdm-mqtt-info  {
    color: #2d592d;
    background-color: #89d089;
    border-color: #50a050;
    display: flex;
    width: auto;
    min-width: 80px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 5px;
    transition: all 0.2s linear;
}

.fdm-mqtt-danger  {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    display: flex;
    width: auto;
    min-width: 300px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 5px;
    transition: all 0.2s linear;
}

.fdm-signal-spinners {
    display: flex;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: 10px;
    z-index: 100;
}

@keyframes fdm-spinner-grow {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.row-data {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.response-title {
    margin: auto;
}

.signal-area {
    overflow-y: hidden;
    background: grey;
    background: #dee2e678;
    padding: 5px;
    /*margin: 5px;*/
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #dee2e6;
    transition: max-height 0.2s linear;
    max-height: auto;
}

.table-row {
    padding-top: 0;
    padding-bottom: 0;
}

.signal-area.collapsed {
/*    max-height: 0;
    /*opacity: 0;*/
}

.collapse-btn {
    background: url("../images/webclient_icon_arrow_down.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
    height: 15px;
    width: 15px;
    transform: rotate(0deg);
    margin-right: 10px;
}
.close-btn {
    background: url("../images/close.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
    height: 25px;
    width: 25px;
    opacity: 0.7;
    cursor: pointer;
    margin-top: -3px;
    margin-right: -10px;
}
.fdm-popup-body {
    overflow-y: hidden;
    display: flex;
    flex: auto;
}

.fdm-debugindicator {
    background: #337ab7;
    border-radius: 100px;
    width: 12px;
    height: 12px;
    margin: auto;
    margin-right: 0;
    margin-left: 10px;
}

.fdm-signalpopup-body {
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    max-height: 100%;
    width: 100%;
    margin: 10px;
    margin-bottom: 15px;
}

.fdm-signalpopup-search {
    display: flex;
    margin: 10px;
    margin-bottom: 15px;
}

.fdm-signalpopup-search-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.fdm-signalpopup-rows {
    border-top: 1px solid #dee2e6;
    max-height: 97%;
    overflow-y: auto;
}

.fdm-debuglabel {
    display: flex;
    overflow-y: auto;
    margin: auto;
    margin-right: 10px;
}

.signal-frame-row {
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 40px;
    margin: 5px;
    margin-right: 0;
    margin-left: 0;
}

.signal-frame-row-checkbox .checkbox-frame-row {
    display: flex;
    margin: auto;
}

.search-icon {
    background: url("../images/search-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-top-right-radius: 3px;
    height: 25px;
    width: 25px;
    margin: auto;
}

.search-btn {
    background: #919eaa;
    width: 40px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
}

.search-input {
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #dee2e6;
    min-height: 35px;
    padding-left: 10px;
}

.search-input:focus {
    outline: none;
}

.debug-load-area {
    display: flex;
    margin-bottom: 5px;
}

.debug-load-text {
    margin: auto;
    margin-left: 0;
}

.can-info-holder {
    display: flex;
    margin: 10px;
    margin-right: 30px;
    margin-left: 30px;
}

.can-info-text {
    margin-left: 5px;
}

.ecu-fw-warning {
    margin-left: 20px;
    font-weight: bold;
    color: red;
}

.can-info-border {
    border-bottom: 1px solid #dfdfdf;
    margin-left: 25px;
    margin-right: 25px;
}

#ViewAdmin-wrapper {
    display: flex;
    flex: auto;
    margin-left: 15px;
    margin-right: 15px;
}

#ViewAdmin-block-setting {
    flex: auto;
}

.vic-upload-holder, .bms-upload-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.vic-select-inputs, .bms-select-inputs {
    margin: 15px;
    margin-bottom: 10px;
    position: relative;
}

#upload-file-button {
    float: right;
    margin: auto;
    margin-right: 15px;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.upload-file-list {
    overflow-y: auto;
    max-height: 400px;
}

.flash-ecu-info {
    display: flex;
    flex-direction: column;
    /*width: 30%;*/
    flex: 1;
    margin-right: 5px;
    margin-left: 15px;
}

.battery-info-area {
    flex: 1;
}

.ecu-selection-area {
    flex: 1;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

.flash-fw-selection {
    /*width: 60%;*/
    flex: 1;
    margin-right: 15px;
    margin-left: 5px;
}

.flash-setup-selection {
    display: flex;
    flex: auto;
}

.configuration {
    flex: 1;
    margin: 15px;
    display: flex;
    flex-direction: column;
    min-height: 350px;
}

.ecu-checkbox {
    margin: auto;
    margin-left: 0;
    margin-right: 10px;
}

.bms-checkbox {
    margin: auto;
    margin-left: 0;
    margin-right: 10px;
}

.configuration-update-queue {
    margin-top: 15px;
    overflow-y: auto;
    max-height: 150px;
    flex: 1;
}

.configuration-msg-area {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #d1ecf1;
    color: #396268;
    border-radius: 3px;
    border: 1px solid #bee5eb;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ecu-selection-list {
    margin-top: 5px;
    margin-bottom: 0;
}

.bms-selection-list {
    margin-left: 8px;
}

.bms-selection-title {
    margin: 10px;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
}

.bms-select-row {
    display: flex;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.flash-divider {
    border-right: 1px solid #dfdfdf;
    flex: 0;
    margin: 15px;
}

.upload-bottom-border {
    border-bottom: 1px solid #dfdfdf;
}

.control-area-blocker {
    background: #0f0f0fd1;
    width: 99%;
    height: 90%;
    position: absolute;
    margin: auto;
    flex: 1;
    border-radius: 3px;
    z-index: 100;
    top: 73px;
    display: flex;
    left: 5px;
    right: 5px;
    display: none;
}

.control-area-blocker.visible {
    display: flex;
}

.flashing-start-btn {
    margin: auto;
    margin-right: 15px;
    margin-left: auto;
    margin-bottom: 15px;
    margin-top: 10px;
}

.fw-list {
    max-height: 300px;
    overflow-y: auto;
}

.updater-controls {
    display: flex;
    margin: auto;
    margin-right: 0;
    margin-bottom: 0;
}

.updater-status-label {
    margin: auto;
    margin-right: 0;
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.updater-status-spinner {
    margin: auto;
    margin-left: 10px;
}

.updater-programminstate {
    margin: auto;
    margin-left: 15px;
}

.progress-text {
    margin: auto;
    z-index: 100;
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    margin-left: 5px;
    margin-right: 0;
}

.fdm-label-item-box {
    margin-bottom: 10px;
}

.alias-disclaimer {
    padding: 10px;
    background: #f8d7da;
    color: #721c24;
    border-radius: 3px;
    border: 1px solid #f5c6cb;
    margin-bottom: 10px;
}

.fdm-reset-info {
    padding: 10px;
    background: #f8d7da;
    color: #721c24;
    border-radius: 3px;
    border: 1px solid #f5c6cb;
    margin: 10px;
    flex: 1;
}

.dtc-table {
    display: flex;
    background: #f8f9fa;
    margin: 20px;
    max-height: 50px;
}

.dtc-tr {
    margin: 15px;
    margin-right: auto;
    font-weight: bold;
}

.dtc-contents, .dtc-contents-j1939 {
    overflow-y: auto;
    max-height: 400px;
    margin: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}


.trigger-slidecontainer {
  width: 100%; /* Width of the outside container */
}

.footer-divider {
    border-top: grey;
    margin: 3px;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.footer-content > a {
    margin-left: 5px;
    margin-right: 5px;
}

.no-pointer {
    pointer-events: none;
}

.plotly {
    height: 0px;
}

.offline-time {
    display: flex;
    position: relative;
    top: 700px;
    left: -3px;
}

.dtc-export-body {
    margin: 5px;
}

.dtc-export-btn {
    margin: 5px;
}

.datetimepicker-label {
    width: 65px;
    margin-right: 4px;
}

.date-selector {
    padding: 5px;
}

.pwd-req {
    text-align: left;
    color: red;
    font-size: smaller;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.nopadding {
    padding: 0px !important;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
