.top_common_menu {
}

.top_common_menu a {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    border: 1px solid #ccc;
    background: #EAEAEA;
    color: black;
    padding: 5px 30px;
    font-family: Arial;
    font-weight: normal;
}

.view_types:not(.v-item-group) {
    display: inline-block;
    vertical-align: middle;
}

.view_types a {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #DFE3E9;
    box-sizing: border-box;
    line-height: 19px;
    font-size: 14px;
    color: #9DADBC;
    text-align: center;
    padding: 5px 14px;
    text-decoration: none;
}

.view_types a:hover {
    background: #f4f4f4;
}

.view_type_left {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    float: left;
}

.view_type_middle {
    float: left;
}

.view_type_right {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    float: right;
}

.view_types a.current {
    background: #2C9CDB;
    color: #fff;
    border: 1px solid #1585D8;
    box-sizing: border-box;
}

.file-dropdown-menu-item, .open_other_file, .save_data, .download_file, .upload_changed_file, .view_ols_info, .view_maps, .tuning, .enable-page-scroll, .disable-page-scroll, .file-right-side-dropdown-menu a {
    line-height: normal;
    font-size: 16px;
    text-decoration: none;
    color: #3A4856;
}

body {
    overflow-y: scroll;
}

.toolbar {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}

.signed_numbers_toggle, .tool_btn:not(.v-item-group) {
    display: inline-block;
    border: 1px solid #DFE3E9;
    border-radius: 100%;
    background: #fff;
    padding: 5px 10px;
    cursor: pointer;
}

.tool_btn:hover {
    background: #f4f4f4;
}

.tool_btn.hilo:not(.v-item-group), .tool_btn.data_type_mode {
    border: none;
    border-radius: 100%;
    background: transparent;
    padding: 5px 10px;
    cursor: pointer;
}

.signed_numbers_toggle {
    padding-left: 5px;
    padding-right: 5px;
}

.show_percent {
    padding-left: 9px;
    padding-right: 9px;
}

.data_type_mode {
    display: flex;
    float: left;
}

.tool_btn.show_original {
    width: 32px;
    padding: 0px;
    height: 31px;
    vertical-align: middle;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
}

.hilo_btn, .data_type_mode .sub {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #DFE3E9;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.data_type_mode .sub:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.info_item.software i {
    font-size: 12px;
}

.lohi_btn {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #DFE3E9;
    border-top-left-radius: 30px;
    float: left;
    border-bottom-left-radius: 30px;
}

.signed_numbers_toggle.active, .tool_btn.active {
    background: #2C9CDB;
    color: #fff;
}

.tool_btn .sub {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

.tool_btn .sub:hover {
    background: #f4f4f4;
}

.tool_btn .sub.active {
    color: #fff;
    background: #2C9CDB;
    border: 1px solid #1585D8;
}

.upload_compare h4 {
    margin: 0px;
    display: inline-block;
    margin-bottom: 10px;
}

.clutch_header {
    height: 40px;
}

.clutch_button {
    float: left;
    width: 33.2%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #CED0DA;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.clutch_content {
    float: left;
    width: 33.2%;
}

.clutch_content label {
    height: 30px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.clutch_content select {
    margin: 0px auto;
    height: 30px;
    background: #eaeaea;
    border: 1px solid #ccc;
    min-width: 100px;
}

.clutch_content input[type="text"] {
    height: 30px;
    border: 1px solid #ccc;
    background: #fffcfc;
    width: 100px;
}

.clutch_content input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
    top: 4px;
}

.clutch_content input[type="submit"] {
    display: block;
    width: 90%;
    /*margin: 0px auto;*/
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    /*height: 30px;*/
    /*background: #eaeaea;*/
    /*border: 1px solid #ccc;*/
    cursor: pointer;
}

.tuning_wrapper {

}

.tuning_wrapper .popup_container {
    width: 900px;
    margin-left: -450px;
}

.tuning_wrapper .popup_container .labels_block {
    float: left;
    width: 285px;
}

.tuning_wrapper .popup_container label {
    display: block;
    padding: 5px 10px;
    /*border-bottom: 1px solid #eaeaea;*/
    min-height: 18px;
}

.tuning_wrapper .popup_container label input {
    position: relative;
    top: -2px;
}

.tuning_wrapper .popup_container label.dtcoption {
    width: 33%;
    float: left;
    font-size: 14px;
    line-height: 18px;
}

.dtc_options_container {
    margin-top: 20px;
}

.tuning_wrapper .popup_container .apply_tuning {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 115px;
    cursor: pointer;
    margin-top: 15px;

    /*display: block;*/
    /*width: 90%;*/
    /*margin: 0px auto;*/
    /*height: 30px;*/
    /*background: #eaeaea;*/
    /*border: 1px solid #ccc;*/
    /*cursor: pointer;*/
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
}

.tuning_loading_container {
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.dtc_codes_to_clear {

}

.dtc_codes_to_clear .code_item {
    float: left;
    background: rgba(163, 163, 249, 0.52);
    margin-left: 5px;
    margin-top: 5px;
    padding: 2px 5px;
    border-radius: 5px;
}

.dtc_codes_to_clear .code_item .text {
}

.dtc_codes_to_clear .code_item .remove {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/remove.png);
    background-size: 100% 100%;
    position: relative;
    top: 1px;
    margin-left: 5px;
    cursor: pointer;
}

.add_dtc_code {
    margin-top: 10px;
    border: 1px solid rgba(234, 234, 234, 0.75);
    padding: 5px 5px;
    width: 165px;
    font-size: 14px;
    height: 27px;
}

.add_dtc_code_btn {
    width: 80px;
    margin-left: 15px;
    float: left;
    margin-top: 10px;
    height: 27px;
    border: 0px;
    background: rgba(234, 234, 234, 0.75);
    cursor: pointer;
    font-size: 14px;
}

.tuning_loading_container img {
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.popup_container .labels_block > label > b {
    width: 100%;
    display: block;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.osl_info_wrapper, .popup_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    z-index: 9;
}

.ols_info_container, .popup_container {
    width: 1020px;
    background: #FFFFFF;
    padding: 20px;
    border: 1px solid #DFE3E9;
    box-sizing: border-box;
    box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px;
    overflow: auto;
}

.ols_info_container.width-unset, .popup_container.width-unset {
    margin-left: 0;
    width: auto;
    transform:translateX(-50%);
}

.popup_container {
    top: 75px !important;
}

@media screen and (max-width: 1680px) {
    .osl_section .ols_info_container {
        width: 1000px;
        padding: 5px;
        padding-top: 10px;
        overflow-y: scroll;
        height: 450px;
    }

    .ols_info_column input {
        min-height: 23px !important;
    }

    .ols_info_container {
        top: 85px;
    }

    .ols_bottom_buttons {
        margin-top: 10px !important;
    }
}

.ols_info_column {
    width: 33.33%;
    float: left;
}

.ols_info_column table {
    margin: 5px;
    border-spacing: 0px;
    border-collapse: separate;
    border-bottom: 0px;
    width: 95%;
}

.ols_info_column th {
    padding: 5px 4px;
    font-size: 14px;
    text-align: left;
}

.ols_info_column td {
    padding: 5px 5px;
}

.ols_info_column td.label {
    font-size: 14px;
    color: #7F8FA4;
}

.ols_info_column td.input {

}

.ols_info_column input {
    padding: 5px 10px;
    width: 100%;
    min-height: 36px;
    background: #F9F9F9;
    border: 1px solid #DFE3E9;
    box-sizing: border-box;
    border-radius: 4px;
}

.ols_bottom_buttons {
    border-top: 1px solid #DFE3E9;
    padding-top: 25px;
    width: 100%;
    margin-top: 25px;
}

.ols_bottom_buttons .button {
    display: inline-block;
    background: #eaeaea;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    min-width: 135px;
    min-height: 36px;
}

.ols_bottom_buttons .button.save {
    background: linear-gradient(0deg, #2C9CDB 2.22%, #42B5F6 98.44%);
    border: 1px solid #1585D8;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}

.ols_bottom_buttons .button.save:hover {
    background: linear-gradient(0deg, #2C9CDB 2.22%, #3b98d2 98.44%);
    transition: all 0.3s ease;
}

.ols_bottom_buttons .button.cancel {
    background: linear-gradient(0deg, #F2F4F7 0%, #FFFFFF 100%);
    border: 1px solid #DFE3E9;
    box-sizing: border-box;
    border-radius: 4px;
    color: #354052;
    font-size: 16px;
}

.ols_bottom_buttons .button.cancel:hover {
    background: linear-gradient(0deg, #F2F4F7 0%, #dadada 100%);
    transition: all 0.3s ease;
}

.fix_messages .popup_container {
    overflow: auto;
    padding: 10px;
    width: 528px;
    margin-left: -275px;
}

.similar_version_maps_pack_wrapper .back_to_packs_btn {
    float: right;
    position: relative;
    top: -19px;
}

.main_info {
    display: inline-block;
    position: relative;
    top: 1px;
}

.main_info .info_item {
    display: inline-block;
    background: #E8E8F1;
    border: 1px solid #DFE3E9;
    box-sizing: border-box;
    border-radius: 4px;;
    padding: 8px 10px;
    position: relative;
}

.main_info .info_item label {
    font-weight: bold;
    font-size: 12px;
}

.main_info .info_item span {
    font-size: 12px;
}

.main_info .info_item .all_subvalues {
    position: absolute;
    top: 28px;
    border: 1px solid #eaeaea;
    background: #f5f5f5;
    padding: 5px 0px;
    width: 100%;
    left: -1px;
    text-align: center;
    z-index: 9;
    display: none;
}

.main_info .info_item .all_subvalues span {
    display: block;
}

.info_item_loader {
    display: inline-block;
    background: #2C9CDB;
    border-radius: 3px;
    color: #fff;
    margin-top: -3px;
    padding: 6px 10px;
    vertical-align: middle;
}

.info_item_loader img {
    height: 24px;
    vertical-align: middle;
}

.map_detail_graph {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    display: none;
    z-index: 2;
}

.map_detail_graph_container {
    overflow: hidden;
    width: 700px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -300px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 25px -4px rgba(0, 0, 0, 0.75);
    background: white;
}

.map_detail_graph_container.show3d {
    width: 700px;
    height: 600px;
}

.map_detail_graph_container.showText {
    width: 700px;
    height: 600px;
    overflow-y: scroll;
    margin-left: -350px;
    top: 360px;
}

.map_detail_graph_container.show3d.showText {
    width: 1400px;
    height: 600px;
    top: 360px;
    margin-left: -700px;
}

.map_detail_graph_container .grap_info {
    height: 47px;
    border-bottom: 1px solid #ccc;
    line-height: 27px;
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    box-sizing: border-box;
}

.map_detail_graph_container .graph_name {
    font-size: 18px;
    white-space: nowrap;
    max-width: 260px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.map_detail_graph_container .next_graph, .map_detail_graph_container .prev_graph {
    float: right;
    color: rgb(206, 208, 218);
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #CED0DA;
    border-radius: 3px;
    width: 60px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    margin-left: 15px;
    font-weight: bold;
    font-size: 24px;
}

.map_detail_graph_container .graph_image {
    z-index: 8;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    display: none;
}

.graph_image > div {
    height: 100% !important;
    width: 100% !important;
}

.map-popup-container .graph_text {
    /*width: 700px;
    height: 550px;
    z-index: 9;
    position: absolute;
    top: 50px;
    left: 0px;
    overflow: auto;
    display: none;*/

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.map-popup-container .graph_text .buttons_toolbar {
    margin-top: 25px;
    display: flex;
    min-height: 37px;
}

.map-popup-container .graph_text .buttons_toolbar .primary-button {
    text-align: center;
    margin-right: 10px;
    min-width: 45px;
}

.map-popup-container .graph_text .buttons_toolbar .img-btn {
    width: 37px;
    background: #2C9CDB;
    border-radius: 5px;
    margin-right: 10px;
}

.map-popup-container .graph_text .buttons_toolbar .image-btn {
    height: 37px;
    cursor: pointer;
}

.map-popup-container .graph_text .buttons_toolbar .map-size-input {
    width: 50px;
    text-align: center;
    margin-left: 5px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

.map-popup-container .graph_text .buttons_toolbar .map-size-input.mr {
    margin-right: 10px;
}

.map_detail_graph_container.show3d .graph_text {
    left: 700px;
}

.map_detail_graph_container.show3d .graph_image {
    display: block;
}

.map_detail_graph_container.showText .graph_text {
    display: block;
    /*background: #fff;*/
}

.map_detail_graph_container.show3d .graph_image canvas {
    touch-action: none;
}

.map-popup-container .graph_text table {
    border: 1px solid #ccc;
    text-align: center;
    border-spacing: 0px;
    border-right: 0px;
    border-top: 0px;
}

.map-popup-container .graph_text table th {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.map-popup-container .graph_text table td {
    border: 1px solid #ccc;
    border-left: 0px;
    border-bottom: 0px;
    padding: 4px 5px;
}

.map-popup-container .graph_text table td.selected {
    background: #BBDCFF;
}

.map_detail_graph_container .switch_button {
    display: block;
    float: right;
    color: black;
    border-radius: 3px;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #CED0DA;
    box-sizing: border-box;
    margin-left: 10px;
    padding: 0px 15px;
    cursor: pointer;
}

.map_detail_graph_container .switch_button.active {
    background: #BDBDBD;
}

.map_detail_graph_container.show3d .switch_button.show3dbtn {
    display: none;
}

.map_detail_graph_container.show3d .switch_button.showtextbtn {
    display: block;
}

.map_detail_graph_container.showText .switch_button.showtextbtn {
    display: none;
}

.map_detail_graph_container.showText .switch_button.show3dbtn {
    display: none;
    /**/
}

.map_detail_graph_container.show3d.showText .switch_button.show3dbtn, .map_detail_graph_container.show3d.showText .switch_button.showtextbtn {
    display: none;
}

.show_current_map_3d {
    float: right;
    background: #FFFFFF;
    border: 1px solid #CED0DA;
    box-sizing: border-box;
    border-radius: 4px;
    color: black;
    height: 36px;
    line-height: normal;
    padding: 5px 15px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .show_current_map_3d {
        width: 100px;
        text-align: center;
    }
}

.show_current_map_3d:hover svg > path {
    fill: #2C9CDB;
}

.show_current_map_3d:hover {
    background: #f4f4f4;
}

.goto_changes {
    float: right;
    margin-right: 20px;
    margin-left: 10px;
}

.goto_changes div {
    float: left;
    background: #FFFFFF;
    border: 1px solid #CED0DA;
    box-sizing: border-box;
    height: 36px;
    line-height: 32px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
}

.goto_changes .prev {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: transparent;
}

.goto_changes .next {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.goto_changes .prev:hover svg > path {
    fill: #2C9CDB;
}

.goto_changes .next:hover svg > path {
    fill: #2C9CDB;
}

.goto_changes .prev:hover {
    background: #f4f4f4;
}

.goto_changes .next:hover {
    background: #f4f4f4;
}

.zoom_info {
    display: inline-block;
    margin-left: 20px;
}

.zoom_info, .plot_window {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.graph_top_right_buttons {
    float: right;
}

@media screen and (max-width: 768px) {
    .zoom_info {
        width: 115px;
    }

    .zoom_number.x_zoom {
        margin-bottom: 10px;
    }

    .graph_top_right_buttons {
        width: 155px;
    }

    .goto_changes {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .main_info .info_item {
        margin-bottom: 10px;
        padding: 2px 10px;
    }

}

.zoom_info .zoom_number {
    line-height: 34px;
    height: 36px;
    display: inline-block;
    min-width: 100px;
    text-align: right;
    background: #FFFFFF;
    border: 1px solid #CED0DA;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 1px;
}

.zoom_info .arrows {
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.zoom_info .arrows span {
    display: block;
    height: 17px;
    width: 27px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.zoom_info .arrows span.up {
    background-image: url('img/Polygon.png');
    background-color: #FFFFFF;
    border: 1px solid #CED0DA;
    border-top: transparent;
    border-right: transparent;
    box-sizing: border-box;
}

.zoom_info .arrows span.up:hover {
    background-color: #f4f4f4;
    background-position: center;
    background-repeat: no-repeat;
}

.zoom_info .arrows span.down:hover {
    background-color: #f4f4f4;
    background-position: center;
    background-repeat: no-repeat;
}

.zoom_info .arrows span.down {
    background-image: url(img/Polygondown.png);
    background-color: #FFFFFF;
    border: 1px solid #CED0DA;
    border-top: transparent;
    border-right: transparent;
    border-bottom: transparent;
    box-sizing: border-box;
}

.plot_window {
    padding-right: 30px;
    position: relative;
}

.plot_scrollbar {
    border: 1px solid #ccc;
    height: 20px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.plot_vertical_scrollbar {
    border: 1px solid #ccc;
    width: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    overflow: hidden;
}

.plot_scrollbar .scroller {
    height: 20px;
    width: 30%;
    background: #5f5f5f;
    position: absolute;
    top: 0px;
    left: 20%;
    cursor: pointer;
    min-width: 2px;
    z-index: 1;
}

.plot_scrollbar .datalevel {
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2px;
    background: rgb(0, 0, 255);
    opacity: 0.2;
    display: inline-block;
}

.plot_vertical_scrollbar .scroller {
    width: 20px;
    height: 30%;
    background: #eaeaea;
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
}

.table_view {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    position: relative;
}

.table_view .heading .data_col {
    width: 10px !important;
    border: none;
    float: left;
    padding: 19px 4px;
    font-size: 14px;
    color: #7F8FA4;
    text-transform: initial;
}

.table_view .heading .adress_col {
    float: left;
    width: 109px;
    border-right: 1px solid #DFE3E9;
    padding: 19px 14px;
    font-size: 14px;
    color: #7F8FA4;
    text-transform: initial;
}

.table_view .heading {
    background: #F4F4F6;
}

.table_view .table_content_wrapper {
    overflow: hidden;
    text-align: left;
}

.table_view .table_content .data_col {
    float: left;
}

.table_view .table_content .block {
    float: left;
}

.bytes:hover {
    cursor: pointer;
    background: #f4f4f4;
}

.table_view .table_content .bytes {
    float: left;
    border-left: 1px solid #DFE2E5;
    border-top: 1px solid #DFE2E5;
}

.table_view .table_content .bytes.selected {
    background: #BBDCFF;
}

.table_view .table_content .bytes.focused {
    background: #EEE8A9;
}

/*.table_view .table_content .bytes.reduced_value, .map-popup-container .graph_text table .reduced_value {
    background: #2C9CDB;
}*/

/*.table_view .table_content .bytes.increased_value, .map-popup-container .graph_text table .increased_value {
    background: #F46377;
}*/

.table_view.regim_8 .table_content .bytes {
    width: 30px;
}

.table_view.regim_16 .table_content .bytes {
    width: 45px;
}

.table_view.regim_32 .table_content .bytes, .table_view.regim_F1 .table_content .bytes {
    width: 72.5px;
    font-size: 12px;
}

.table_view.regim_8 .row {
    width: 584px;
}

.table_view.regim_16 .row {
    width: 845px;
}

.table_view.regim_32 .row, .table_view.regim_F1 .row {
    width: 1405px;
}

.table_view .clr {
    height: 0px;
    clear: both;
}

.table_view .edit_col {
    margin: 0px;
    border: 0px;
    height: 30px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    position: relative;
    top: 1px;
}

.table_scroll {
    position: absolute;
    top: 30px;
    right: -23px;
    width: 20px;
    height: 512px;
    border: 1px solid #ccc;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.table_scroller {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 1px;
    background: #eaeaea;
    cursor: pointer;
}

.table_scroll .datalevel {
    opacity: 0.2;
    position: absolute;
    left: 0px;
    width: 100%;
}

.table_view {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    position: relative;
}

.table_view.regim_16 {
    width: 831px;
}

.table_view .table_content_wrapper {
    overflow: hidden;
}

.table_view .table_content {
    border-right: 1px solid #DFE2E5;
    border-bottom: 1px solid #DFE2E5;
    text-align: center;
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
}

.table_view .table_content .adress_col {
    float: left;
    width: 124px;
    padding-right: 23px;
    border-top: 1px solid #DFE2E5;
    border-right: 1px solid #DFE2E5;
    border-left: 1px solid #DFE2E5;
    color: #7F8FA4;
}

.table_view .table_content .data_col {
    float: left;
}

.table_view .table_content .bytes.map_range_selection {
    background: #efef0026;
}

.table_view .table_content .bytes.selected {
    background: #BBDCFF;
}

.table_view .table_content .bytes.focused {
    background: rgba(214, 214, 0, 0.33);
}

.table_view .table_content .bytes.reduced_value, .map-popup-container .graph_text table .reduced_value {
    color: blue;
}

.table_view .table_content .bytes.increased_value, .map-popup-container .graph_text table .increased_value {
    color: #A70000;
}

.table_view.regim_8 .table_content .bytes {
    width: 30px;
}

.table_view.regim_16 .table_content .bytes {
    width: 45px;
}

.table_view.regim_32 .table_content .bytes, .table_view.regim_F1 .table_content .bytes {
    width: 72.5px;
    font-size: 12px;
}

.table_view.regim_8 .row {
    width: 584px;
}

.table_view.regim_16 .row {
    width: 845px;
}

.table_view.regim_32 .row, .table_view.regim_F1 .row {
    width: 1405px;
}

.table_view .clr {
    height: 0px;
    clear: both;
}

.table_scroll {
    position: absolute;
    display: none; /* Hidden scroll */
    top: 30px;
    right: -23px;
    width: 20px;
    height: 512px;
    border: 1px solid #ccc;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.table_view.table_v2 {
    width: auto;
    border-top: 0px;
}

.table_view.table_v2 .row {
    display: flex;
    width: auto;
    margin: 0px;
    flex-wrap: nowrap;
}

.table_view.table_v2 .row .adress_col, .table_view.table_v2 .row .data_col {
    float: none;
}

.table_view.table_v2 .row .adress_col {
    width: 75px;
    padding: 0px 10px;
}

.table_view.table_v2 .row .data_col {
    display: flex;
}

.table_view.table_v2 .row .data_col .bytes {
    float: none;
}

.table_view .data_level_col {
    display: flex;
    border-top: 1px solid #DFE2E5;
    border-left: 2px solid #DFE2E5;
    padding-left: 1px;
}

.table_view .data_level_bar {
    width: 5px;
    height: 100%;
    background: #a5a5a5;
    margin-right: 1px;
    align-self: flex-end;
}

.table_view .data_level_bar.increased_value {
    background: #A65A5A;
}

.table_view .data_level_bar.reduced_value {
    background: #6969C6;
}

.bottom_table_info {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    text-transform: none;
    padding: 0px 5px;
}

.table_scroller {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 1px;
    background: #eaeaea;
    cursor: pointer;
}

.table_scroll .datalevel {
    opacity: 0.2;
    position: absolute;
    left: 0px;
    width: 100%;
}

.view_blocks_container {
    position: relative;
    min-height: 600px;
}

.view_blocks_container .view_blocks {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    opacity: 0;
    min-height: 600px;
}

.view_blocks_container .view_blocks.current {
    opacity: 1;
    z-index: 2;
}

#tooltip {
    z-index: 2;
}

.vizualization-menu {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    width: 100%;
}

.dropdown-menu {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    margin-left: -190px;
    z-index: 8;
}

.dropdown-menu > ul {
    margin: 0;
    padding: 0;
}

.dropdown-menu > ul > li {
    list-style: none;
    /*padding: 9px 10px;*/
    border-top: 1px solid #DFE3E9;
}

.dropdown-menu > ul > li:hover {
    background: #DFE3E9;
    cursor: pointer;
    box-shadow: inset 0px -1px 0px #DFE3E9;
}

.dropdown-menu > ul > li a {
    display: block;
    padding: 9px 10px;
}

.hidden {
    display: none;
}

.text_icon {
    background: #fff;
    border: 1px solid #DFE3E9;
    box-sizing: border-box;
    border-radius: 100%;
    padding: 5px 6px !important;
}

.compare_file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.compare_file + label {
    font-size: 16px;
    font-weight: 700;
    padding: 7px 10px;
    color: white;
    margin-top: -1px;
    border-radius: 5px;
    background-color: #2C9CDB;
    display: inline-block;
    cursor: pointer; /* "hand" cursor */
}

label[for=compare_file] svg {
    vertical-align: middle;
}

.compare_file:focus + label,
.compare_file + label:hover {
    background-color: #2d7fac;
}

.open_dropdown {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    background: transparent;
    border: transparent;
    position: relative;
    top: 10px;
}

@media screen and (min-width: 968px) {

    .open_dropdown:hover .colored {
        fill: #2C9CDB !important;
    }

}

.view_types.modes_links a {
    padding: 5px 7px;
}

.twod_icon {
    border-radius: 90%;
}

.text_icon.current svg > * {
    stroke: #fff !important;
}

.twod_icon.current svg > * {
    stroke: #fff !important;
}

.upload_compare {
    vertical-align: middle;
    display: inline-block;
}

#vizualization-section {
    min-height: 87px;
    display: block;
    width: 100%;
    background: #F4F4F6;
    border-bottom: 1px solid #DFE3E9;
    border-top: 1px solid #DFE3E9;
    position: relative;
    z-index: 8;
}

.twod_svg {
    vertical-align: middle;
}

.text_svg {
    vertical-align: middle;
}

.first_line {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.dropdown-menu > ul > li > a > i {
    margin-right: 10px;
    color: #7F8FA4;
}

.dropdown-menu svg, .dropdown-menu img {
    margin-right: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 1180px) {
    .first_line {
        display: block;
        text-align: center;
    }

    .main_info {
        display: block;
        text-align: center;
    }

    .upload_compare {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .view_types {
        margin-left: 20px;
    }

    .view_type_right {
        margin-right: 10px;
    }
}

.table_template {
    border: 1px solid #DFE3E9;
    margin-bottom: 30px;
    width: 100%;
}

.table_templates thead {
    background: #F4F4F6;
    border: 1px solid #DFE3E9;
}

.table_template tr td {
    border: 1px solid #DFE3E9;
    padding: 9px;
    font-size: 14px;
    color: #354052;
}

.table_template tr td.break {
    word-break: break-word;
}

.table_template tr td.oneline {
    white-space: nowrap;
}

.table_template th {
    border: 1px solid #DFE3E9;
    padding: 9px;
    font-size: 14px;
    color: #7F8FA4;
}

.layout_section {
    background: #F4F4F6;
    display: block;
    margin-bottom: 45px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.primary-button {
    background: #2C9CDB;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 37px;
    min-width: 85px;
    color: #fff !important;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.primary-button:hover {
    background: #1987C5;
}

.secondary-button {
    background: linear-gradient(0deg, #F2F4F7 0%, #FFFFFF 100%);
    border: 1px solid #DFE3E9;
    box-sizing: border-box;
    border-radius: 4px;
    color: #000000;
    cursor: pointer;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    cursor: pointer;
}

.secondary-button:hover {
    background: linear-gradient(0deg, #F2F4F7 0%, #f7f7f7 100%);
}

.space {
    height: 40px;
    display: block;
}

.delete-button {
    background: #2c76ae;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    border: none;
    text-decoration: none;
}

.template_input {
    padding: 5px 25px;
    min-height: 36px;
    background: #F9F9F9;
    border: 1px solid #DFE3E9;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
}

.template_selector {
    padding: 5px 10px;
    min-height: 36px;
    border: 1px solid #DFE3E9;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.file_input_template {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file_input_template + label {
    font-size: 16px;
    font-weight: 700;
    padding: 7px 10px;
    color: white;
    width: 115px;
    margin-top: -1px;
    border-radius: 5px;
    background-color: #2C9CDB;
    display: inline-block;
    cursor: pointer; /* "hand" cursor */
}

.file_input_template:focus + label,
.file_input_template + label:hover {
    background-color: #2d7fac;
}

.upload-script-menu .tuning_script_add.table_template {
    border: none;
    display: inline-block;
    width: initial;
}

#hardware_input {
    margin-right: 10px;
}

input[type=checkbox] {
    vertical-align: middle;
}

label[for=upload_file] {
    margin-right: 15px;
    background: #9DADBC;
    min-width: 140px;
    font-weight: 400;
    vertical-align: middle;
    margin-top: 1px;
}

label[for=upload_file] i {
    margin-right: 7px;
}

label[for=upload_file]:hover {
    margin-right: 15px;
    background: #8a9bab;
}

.download_icon {
    text-align: center;
    font-size: 22px;
    display: block;
    margin: auto;
}

.download_icon i {
    color: #2C9CDB;
}

.delete_icon {
    width: 22px;
    margin: auto;
    display: block;
}

.delete_icon svg > path {
    margin: auto;
    width: 22px;
    height: 22px;
    fill: #F56277;
}

.edit_icon {
    width: 22px;
    margin: auto;
}

.edit_icon svg > path {
    fill: #9DADBC;
}

.file_input_template.upload_script + label {
    width: 140px;
    background: #9DADBC;
    font-weight: 400;
}

.file_input_template.upload_script + label:hover {
    background: #8a9bab;
}

.file_input_template.upload_script + label i {
    margin-right: 10px;
}

.button-right {
    float: right;
}

.active-page {
    background-color: #ddd;
    border-bottom: 2px solid #000000;
}

.labels_list {
    margin-bottom: 10px;
}

.table_template .labels_list {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.labels_list .label_item, .rowcol_item {
    float: left;
    background: #2C9CDB;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 5px;
    border-radius: 3px;
    color: white;
}

.labels_list .label_item span.remove, .rowcol_item span.remove {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/remove.png);
    background-size: 100% 100%;
    position: relative;
    top: 1px;
    margin-left: 5px;
    cursor: pointer;
}

.rowcol_item {
    float: none;
    margin-bottom: 5px;
}

.rowcol_item span.remove {
    float: right;
}

@media screen and (max-width: 1260px) {

    .row {
        margin: 0 0 !important;
    }

}

@media (max-width: 900px) {
    .tuning_wrapper .popup_container {
        margin-left: 0px;
        width: 90%;
        left: 5%;
        top: 5% !important;
        height: 90%;
        overflow-y: scroll;
    }

    .tuning_wrapper .popup_container .labels_block {
        width: 33.333%;
    }
}

.tool_btn.show_delta {
    padding-top: 5px;
    padding-left: 9px;
}

@media screen and (max-width: 1180px) {
    .table_view .table_content .adress_col {
        width: 108px;
        border-right: 0;
    }

}

.table_template select {
    width: 115px;
    height: 36px;
}

@media screen and (max-width: 825px) {
    .vizualization-menu {
        padding-left: 0;
        padding-right: 0;
    }

    .compare_file + label {
        font-size: 14px;
    }

    .tuning_wrapper .popup_container .labels_block {
        width: 100%;
    }

    .add_dtc_code_btn {
        float: left;
    }
}

@media screen and (max-width: 560px) {
    .dtc_options_container {
        margin-top: 65px;
    }

    .add_dtc_code_btn {
        width: 70px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 825px) {
    .osl_info_wrapper, .popup_wrapper {
        position: fixed;
        z-index: 150;
        height: 100%;
        overflow-x: scroll;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .osl_section .ols_info_container {
        height: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch !important;
    }

    .ols_info_container, .popup_container {
        position: absolute;
        top: 0 !important;
        left: 0;
        width: 100%;
        z-index: 149;
        margin-left: 0;
    }

    .popup_container.width-unset {
        transform: initial;
        width: 100%;
    }

    .map_detail_graph_container.show3d {
        width: 100% !important;
        position: fixed;
        top: 100px !important;
        left: 0 !important;
        margin: 0 !important;
    }

    .graph_image {
        width: 100% !important;
    }

    .map_detail_graph_container .graph_name {
        display: block;
        width: 100%;
        margin-bottom: 3px;
    }

    .map_detail_graph_container .grap_info {
        height: 75px !important;
        background: #fff;
        z-index: 15;
    }

    .add_dtc_code {
        min-width: 125px;
    }

    .map_detail_graph_container .next_graph, .map_detail_graph_container .prev_graph {
        width: 45px;
        line-height: 24px;
    }

    .template_selector {
        max-width: 79px !important;
    }

    .map_detail_graph_container.showText {
        height: 75% !important;
        width: 100% !important;
        left: 0 !important;
        top: 15%;
        bottom: 0;
        margin: 0 !important;
        overflow: scroll;
    }

    .table_view.table_v2 {
        width: 100%;
    }

    .table_view .table_content {
        overflow-x: scroll;
        width: 100%;
        display: inline-block;
    }

    .table_view .table_content::-webkit-scrollbar {
        display: block;
        height: 20px;
        border-top: 1px solid #DFE2E5;
    }

    .table_view .table_content::-webkit-scrollbar-track {
        background: transparent;
    }

    .table_view .table_content::-webkit-scrollbar-thumb {
        background-color: #f9f9f9;
        border-right: none;
        border-left: none;
        border-radius: 0px;
        border-top: 1px solid #DFE2E5;
    }

    .table_view .table_content::-webkit-scrollbar-track-piece:end {
        background: transparent;
        margin-bottom: 10px;
    }

    .table_view .table_content::-webkit-scrollbar-track-piece:start {
        background: transparent;
        margin-top: 10px;
    }

    .table_content_wrapper {
        /*overflow-x: scroll;*/
        /*-webkit-overflow-scrolling: touch !important;*/
    }

    .clutch_content label {
        width: initial;
    }

    .clutch_content input[type="text"] {
        margin-top: 5px;
    }

    .clutch_content input[type="submit"] {
        display: inline-block;
    }
}

@media screen and (max-height: 400px) {
    .dtc_options_container {
        margin-top: 75px;
    }

    .map_detail_graph {
        top: 0 !important;
    }
}

@media screen and (max-width: 340px) {
    .map_detail_graph_container.show3d .switch_button.showtextbtn {
        margin-top: 5px;
    }
}

/*@media (min-width: 850px) and (max-width: 1240px) {*/

    /*.ols_info_container {*/
        /*top: 17% !important;*/
        /*overflow-x: hidden !important;*/
        /*height: 70% !important;*/
    /*}*/

    /*.map_detail_graph_container.show3d {*/
        /*height: 85% !important;*/
    /*}*/

    /*.graph_image > div {*/
        /*height: 100% !important;*/
    /*}*/

    /*.graph_image {*/
        /*height: 100% !important;*/
    /*}*/

    /*.map_detail_graph_container.show3d {*/
        /*height: 65% !important;*/
        /*width: 80% !important;*/
        /*left: 55% !important;*/
        /*top: 35% !important;*/
    /*}*/

    /*.map_detail_graph_container.showText {*/
        /*height: 65% !important;*/
        /*width: 80% !important;*/
        /*left: 55% !important;*/
        /*top: 35% !important;*/
        /*overflow: scroll;*/
        /*-webkit-overflow-scrolling: touch !important;*/
    /*}*/

    /*.graph_text {*/
        /*width: initial !important;*/
        /*height: initial !important;*/
    /*}*/

    /*.graph_image {*/
        /*width: 100% !important;*/
    /*}*/

/*}*/

@media screen and (max-width: 835px) {

    .map_detail_graph_container.show3d.showText {
        top: 150px !important;
    }

    /* 3D */
    .map_detail_graph_container.show3d {
        height: 450px !important;
        top: 0 !important;
    }

    .graph_image {
        height: 400px !important;
    }

    /* Text */
    .map_detail_graph_container.showText {
        /*overflow: hidden;*/
        height: 450px !important;
        top: 0 !important;
    }

    .mobile-line {
        background: #CED0DA;
        height: 1px;
        display: block;
        clear: both;
    }

    .clutch_button {
        border: none;
        padding-bottom: 40px;
    }

    .clutch_content {
        margin-top: 15px;
    }

    .clutch_content label {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .clutch_content select {
        margin-bottom: 10px;
    }
}


/* Ipad */

@media (min-width: 850px) and (max-width: 1319px) {
    .map_detail_graph_container.showText .switch_button.show3dbtn {
        display: block;
    }

    .map_detail_graph_container.show3d.showText {
        top: 150px !important;
    }

    /* 3D */
    .map_detail_graph_container.show3d {
        /*height: 450px !important;
        top: 200px !important;*/
    }

    .graph_image {
        height: 450px !important;
    }

    /* Text */
    .map_detail_graph_container.showText {
        overflow: hidden;
        height: 450px !important;
        top: 50%;
        margin-top: -225px;
    }

}

/* Laptop Small & Ipad Pro */

@media (min-width: 1320px) and (max-width: 1460px) {

    /* 3D */
    .map_detail_graph_container.show3d {
        height: 450px !important;
        top: 200px !important;
    }

    .graph_image {
        height: 450px !important;
    }

    /* Text */
    .map_detail_graph_container.showText {
        overflow: hidden;
        height: 450px !important;
        top: 200px !important;
    }


}

@media (min-width: 1461px) and (max-width: 1600px) {

    .map_detail_graph_container.show3d.showText {
        top: 400px !important;
    }

    /* 3D */
    .map_detail_graph_container.show3d {
        height: 450px !important;
        top: 200px !important;
    }

    .graph_image {
        height: 450px !important;
    }

    /* Text */
    .map_detail_graph_container.showText {
        overflow: hidden;
        height: 450px !important;
        top: 200px !important;
    }

}

@media screen and (min-width: 835px) {
    .mobile-line {
        display: none;
    }
}

.notification-message {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid black;
    border-radius: 5px;
}

.notification-message.type-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.notification-message.type-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.notification-message.type-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

td.center {
    text-align: center;
}

ul.primary-menu > li {
    font-size: 14px !important;
}

.simple_notification_box_wrapper {
    z-index: 99999;
    font-size: 12px;
    line-height: 18px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
    text-align: center;
    color: #ddd;
}

.simple_notification_box {
    background: #2C9CDB;
    padding: 10px;
    font-family: "Roboto-Bold", sans-serif;
    margin-bottom: 10px;
    border: 1px solid #0279bc;
    color: white;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(44,156,219,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44,156,219,1);
    box-shadow: 0px 0px 5px 0px rgba(44,156,219,1);
}

.simple_notification_box.clickable {
    cursor: pointer;
}

.edit_ecu_icon_button {
    vertical-align: middle;
    width: 16px;
    margin-right: 5px;
    margin-top: -1px;
    cursor: pointer;
}

.additional_tuning_settings {
    display: none;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.additional_tuning_settings .settings_form {

}

.additional_tuning_settings .settings_form th {
    text-align: left;
    font-size: 12px;
}

.additional_tuning_settings .settings_form input[type="text"] {
    border: 1px solid rgba(234, 234, 234, 0.75);
    padding: 5px 5px;
    width: 70px;
}

.additional_tuning_settings .settings_form select {
    border: 1px solid rgba(234, 234, 234, 0.75);
    padding: 5px 5px;
    width: 165px;
}

.additional_tuning_settings .single_value_table {
    margin-top: 5px;
    border-color: rgba(234, 234, 234, 0.25);
    margin-left: 3px;
    width: 220px;
}

.additional_tuning_settings .single_value_table th {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.additional_tuning_settings .single_value_table td {
    font-size: 14px;
    text-align: center;
}

.additional_tuning_settings .single_value_table .new_tuning_value {
    padding: 0px;
}

.additional_tuning_settings .single_value_table .new_tuning_value input, .additional_tuning_settings select {
    width: 75px;
    border: 1px solid rgba(234, 234, 234, 0.75);
    padding: 5px;
    margin: 5px;
}

.jump-through-maps {
    float: right;
    margin-right: 0px !important;
    margin-left: 20px;
}

.make-original-box {
    display: inline-flex;
    float: right;
}

.graph_top_right_buttons .primary-button {
    min-width: 37px;
}

/*.make-original-box input[type="text"] {
    height: 36px;
    border: 1px solid #CED0DA;
    border-radius: 4px;
    font-size: 16px;
    width: 70px;
    text-align: center;
    margin-right: 10px;
}*/

.make-original-box input[type="checkbox"], .jump-through-maps input[type="checkbox"] {
    width: 17px;
    margin: 0;
    height: 17px;
    position: relative;
    top: -1px;
}

.graph_top_right_buttons .primary-button {
    margin-right: 10px;
    text-align: center;
}

.primary-button-group {
    margin-right: 10px;
}

.primary-button-group .primary-button {
    margin: 0px;
    display: inline-block;
    float: left;
    border-radius: 0px;
    width: auto;
    min-width: 0px;
    border-right: 1px solid white;
}

.primary-button-group .primary-button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.primary-button-group .primary-button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 0px;
}

@media only screen and (max-height: 500px) {
    #placeholder {
        height: 200px !important;
    }
}

@media only screen and (max-width: 500px) {
    .graph_top_right_buttons .primary-button {
        margin-right: 0;
        margin-top: 10px;
    }

    .make-original-box .primary-button-group {
        margin-right: 0;
        margin-top: 10px;
    }
}

.table_view_action_bar {
    display: flex;
    padding: 5px;
    min-height: 47px;
}

.table_view_action_bar .primary-button {
    line-height: 40px;
    padding: 0px 10px;
    margin-right: 5px;
}

.table_view_action_bar .primary-button.icon-btn img {
    height: 37px;
}

.table_view_action_bar .primary-button input[type="checkbox"] {
    position: relative;
    top: -2px;
}

.text-transform-none {
    text-transform: none;
}

.ml-10 {
    margin-left: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.hex-table-settings-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 280px;
    height: 100%;
    background: white;
    text-transform: none;
    text-align: left;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
}

.hex-table-settings-popup .hex-table-settings-popup-content {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
}

.hex-table-settings-popup .hex-table-settings-popup-content input[type="checkbox"] {
    position:  relative;
    top: -2px;
}

.hex-table-settings-popup .row-item {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}


.hex-table-settings-popup .row-item.align-content-center {
    text-align: center;
}

.hex-table-settings-popup .row-item.justify-content-center {
    justify-content: center;
}

.hex-table-settings-popup .row-item.size_picker {
    padding: 10px 20px;
}

.hex-table-settings-popup .row-item.size_picker .arrow {
    background: #2C9CDB;
    border-radius: 5px;
    display: flex;
    padding: 5px;
}

.hex-table-settings-popup .row-item.size_picker .arrow img {
    width: 40px;
}

.hex-table-settings-popup .row-item.size_picker .value {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}

.hex-table-settings-popup .row-item.goto_address {
    padding: 10px 20px;
}

.hex-table-settings-popup .row-item input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 10px;
    text-transform: uppercase;
}

.hex-table-settings-popup .row-item.goto_address .primary-button {
    line-height: 18px;
    text-align: center;
    margin-left: 10px;
}

.open-new-map-settings-button {
    position: absolute;
    bottom: 0px;
    background: white;
    border: 1px solid #2C9CDB;
    padding: 0px 5px;
    border-radius: 55px;
    box-shadow: 0px 3px 10px 0px rgba(44, 156, 219, 0.57);
    right: 0px;
    cursor: pointer;
}

.open-new-map-settings-button img {
    margin: 15px;
}

.is-touch-device .logo {
    width: 105px;
    padding: 5px 0px;
}

.is-touch-device .navbar ul.primary-menu {

}

.is-touch-device ul.primary-menu > li {
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px !important;
}

.map-popup-container .graph_text table .sticky-row th {
    position: sticky;
    top: 0;
    background: white;
    border-bottom: 1px solid #ccc;
    z-index: 1;
}

.map-popup-container .graph_text table .sticky-row th.y-unit {
    top: 23px;
}

.map-popup-container .graph_text table .no-border-top th, .map-popup-container .graph_text table .no-border-top td {
    border-top: 0px;
}

.map-popup-container .graph_text table .sticky-row-left th {
    position: sticky;
    left: 0px;
    background: white;
}

.modifications-manager-dropdown-li {
    display: flex;
    width: 100%;
}

.modifications-manager-dropdown-li select {
    flex-grow: 1;
    padding: 10px;
    margin: 10px;
    border: 1px solid black;
    -webkit-appearance: auto;
    height: 39px;
}

.table_block {
    width: 100%;
}