@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: 1300px !important;*/
    min-width: 1600px !important;
}

.title_icon {
    height: 30px;
}

.main_container {
    padding-bottom: 60px;
}

.cur_device_view {
    color:#223d79;
    font-size:18px;
    cursor:pointer;
}

.navbar li {
    cursor:pointer;
}

.navbar {
    z-index:600;
    width: 80%;
}

.navbar-title {
    margin-left: 0 !important;
    width: 120px;
}

#check_id {
    width: 85px;
    float: left;
}

#device_id {
    width: 200px;
    float: left;
}

.webasto_logo {
    margin-top: 6px;
    max-height: 30px;
}

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

.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;
}

.equal_rows {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}

.notes_msg_header {
    border-bottom: solid 1px grey;
    font-weight: bold;
}

.notes_mgs {
    padding: 10px;
    white-space: pre;
}

#device_graph {
    position: relative;
    left: 0;
    right: 0;
    top: 25px;
    bottom: 0;
    background: white;
    height: 800px;
}

#device_graph.loading {
    overflow: hidden;
}

#device_graph_container {
    width: 100%;
    height: 100%;
}

#overlay_refresh_button,
#overlay_log_index_select,
#overlay_regex_input,
#overlay_search_button,
#overlay_device_only_button,
#overlay_special_only_button
{
    margin-top: 0px;
    margin-bottom: 0px;
}

#device_log_search_options {
    padding: 5px;
    background: #eee;
}

#overlay_regex_input {
    font-size: 16px;
    padding: 6px;
    min-width: 300px;
}

#overlay_log_index_container {
}

#log_container {
    background: white;
    overflow: auto;
    height: 250px;
    border: 1px solid gray;
}

.device_log_search_options_buttons {
    float: left;
}

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

#fetch_wb_errors {
    margin-bottom: 15px;
    margin-left: 10px;
}

#clear_wb_errors {
    margin-bottom: 15px;
    margin-left: 15px;
}

#webasto_error_ul {
    max-height: 500px;
    overflow: auto;
    max-width: 50%;
}

.custom_divider {
    border-top: solid 1px #223d79;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#add_user_button {
    float: left;
}

#remove_clients {
    margin-bottom: 15px;
}

#main_alert {
    width: 1600px;
    position: absolute;
    z-index: 9999;
    left: 0;
    text-align: center;
}

.out_in_td {
    padding-right: 20px;
}

.no_content {
    text-align: center;
    font-size: 50px;
    opacity: 0.2;
    padding-top: 100px
}

.no_server_connection {
    text-align: center;
    font-size: 50px;
    opacity: 0.8;
    padding-top: 100px
}

.error_dash {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}

.error_date_span {
    font-weight: bold;
    font-style: italic;
}

.error_date_header {
    margin-right: 10px;
}

.issue_description_title {
    font-weight: bold;
}

.issue_checkbox {

}

.issue_label {
    margin-left: 10px;
}

.other_issue_input {
    margin-left: 10px;
    width: 95%;
}

.hotline_issue_desc {
    max-width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mc_table_title {
    min-width: 150px;
}

.fault_history_title {
    margin-bottom: 5px;
    margin-left: 5px;
    font-style: italic;
}

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

.extra_space {
    margin-left: 20px;
}

.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;
}

.refresh_btn {
    float: left;
    height: 34px;
    padding-left: 10px;
    cursor: pointer;
}

#more_info_text_area {
    max-width: 100%;
}

#disable_wbus_debug_btn {
    margin-left: 15px;
}

.wb_debug_info {
    width: 400px;
}

.admin_account_field {
    width: 300px;
    padding-right: 4px;
    padding-left: 4px;
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 0px;
}

#delete:hover {
    cursor: pointer;
}

#delete {
    line-height: 1.42857143;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.editable_users_accounts_panel_component {
    align-items: center;
    padding: 2px 15px
}

.rssi_info_field {
    width: 110px;
    padding-right: 4px;
    padding-left: 4px;
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 0px;
}

#rssi_graph_container {
    width: 1200px;
    height: 400px;
    margin-left: 20px;
}

.sim_suspension {
    color: #a94442;
    text-align: end;
}

.suspension_info {
    font-size: 24px;
    margin: auto;
    margin-right: 0px;
}

.ticket_comment_button:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    cursor: pointer;
}

.hotline_comment_block {
    margin: 5px;
    margin-bottom: 25px;
}

.hotline_comment_text {
    margin: 2px;
    margin-left: 15px;
    white-space: pre-wrap;
}

.navbar-default {
    z-index: 600;
    height: 62px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    padding-top: 0px;
    padding-bottom: 0px;
}

.custom-nav {
    width: 100%;
    border-top: 0;
    display: flex;
    height: 100% !important;
    padding-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-header {
    display: flex;
}

#cur_device_search {
    display: flex;
}

.form-control {
    font-size: 14px;
}

.navbar-nav > li {
    height: 100%;
    width: max-content;
}
.navbar-nav > li > a {
    display: flex;
    flex-direction: row;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-nav > li > a > img{
    margin: auto;
}
.navbar-nav > li > a > span{
    margin: auto;
}
.navbar-nav > .active > a {
    color: #555;
    background-color: #e7e7e7;
}

.nav-tabs > li > a {
    display: block;
}

.nav > li > a {
    margin-top: auto;
    margin-bottom: auto;
}

.container-fluid {
    height: 100%;
}

.navbar-right {
    margin-right: 0px;
    margin-left: auto;
}

.navbar-title {
  margin-left: 0 !important;
  width: 120px;
}

.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-top-color: rgb(221, 221, 221);
    color: black !important;
    border-top: 3px solid #223d79 !important;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default {
    border-color: #ddd !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
    display: flex;
    padding: 10px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.editable_user_info_panel_component {
    cursor: pointer;
}

#add_user_button {
    width: max-content;
}

.row-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.btn-primary {
    width: max-content;
}

.modal-dialog {
    max-width: 700px;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

h5, .h5 {
    font-size: 14px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.row {
    display: flex;
    flex-direction: row;
}

#all_active_ticket_panel, #my_ticket_panel, #my_resolved_ticket_panel {
    display: flex;
    flex-direction: column;
}

h4, .h4 {
    font-size: 18px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

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