/*::-webkit-scrollbar {*/
/*width: 13px;*/
/*height: 13px;*/
/*}*/

body {
    font-size: 0.9rem;
    /*zoom: 90%;*/
}

.app_bg {
    background-color: #f0f3f6;
}

/*@media (max-width: 610px) {*/
/*    body {*/
/*        zoom: 90% !important;*/
/*    }*/
/*}*/

/*.table-responsive {*/
/*    zoom: 90%;*/
/*}*/


/** small **/
.sidebar .nav {
    font-size: 13px;
}

.btn {

}

/*.app {*/
/*    padding-left: 215px;*/
/*}*/

/*.sidebar {*/
/*    width: 215px;*/
/*}*/
/*#customize-menu {*/
/*    width: 215px;*/
/*}*/

/*.header {*/
/*    left: 215px;*/
/*}*/

/*.btn {*/
/*    zoom: 90%;*/
/*}*/

.table {
    font-size: 13px;
}

.title {
    font-size: 18px;
}

.tooltip {
    font-size: 13px;
}

.title-block {
    margin-bottom: 8px !important;
}

select.form-control:not([size]):not([multiple]) {
    height: 34px;
}

.card .title {
    font-size: 15px;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 16px;
}

.btn {
    font-size: 14px;
}

.btn-panel {
    font-size: 15px;
}


@media (min-width: 1200px) {
    .card-block {
        padding: 20px 20px 10px 20px;
    }
}


/** / small **/

.app .content {
    min-height: 100%;
}

.form-control {
    /*font-size: 0.9rem;*/
    font-size: 13px;
}

.btn-list-remove {
    margin-left: 5px;
}

.btn-list-edit {
    margin-left: 5px;
}

.page-link {
    text-decoration: none !important;
}

.page-disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.page-disabled a {
    color: #d6d4d4 !important;
}

.btn-search-mold {
    height: 35px;
}

.brand {
    color: #949597 !important;
    cursor: default;
}

.logoimg {
    height: 52px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .header {
        height: 55px !important;
    }
}

@media (max-width: 533px) {
    .card .title {
        font-size: 15px;
    }

    .panel_title {
        font-size: 15px !important;
    }
}

.register-container {
    max-width: 600px;
    margin: 20px auto;
}

.register-header {
    text-align: center;
    border-bottom: 1px solid #949599;
}

.register-content {
    padding: 5px 0 !important;
}

.register-title {
    color: #97A4B1;
    padding: 20px;
    line-height: 30px;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.p-register-top {
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
}

.i-register-top {
    margin-right: 20px;
    margin-top: 8px;
    position: absolute;
    right: 0;
}

.txt-small {
    font-size: 12px;
}

.txt-center {
    text-align: center;
    margin-bottom: 2px;
}

.col-orange {
    color: #FFB04F;
}

.col-red {
    color: red;
}

.txt-required-fields {
    font-size: 12px;
    margin-right: 18px;
    float: right;
    color: #fd8f89;
}

#macAddress {
    text-transform: uppercase;
}

.auth-content {

}

.txt_remind_pass {
    font-size: 12px;
    float: right;
}

.items-search {
    float: right;
    max-height: 55px;
    margin-left: 10px;
}

.input-search-info {
    font-size: 14px;
}

.input-group-info {
    padding-top: 10px;
}

.name {
    font-size: 13px;
    height: 35px;
}

.name-small {
    font-size: 12px;
}

.title_info {
    float: right;
}

.company-description {
    margin: 25px;
    font-size: 13px;
}

.company-description-small {
    font-size: 13px;
}

.txt-no-data {
    text-align: center;
    color: #c83100;
}

.txt-other-dates {
    font-size: 11px;
}

.input-required-fields .form-control {
    border-color: #fd8f89;
}

.input-required-fields .form-control.boxed:focus {
    border-color: #fd5b5c;
}

.btn-icon-right {
    float: right;
    padding-top: 2px;
}

.btn-panel {
    height: 40px;
    padding-top: 9px;
}

.bg-orange {
    background-color: #FFB04F !important;
    border-color: #FFB04F !important;
}

.btn.btn-orange {
    background-color: #FFB04F;
    border-color: #FFB04F;
}

.btn-outline-orange {
    background-color: #ffffff !important;
    border-color: #FFB04F !important;
    color: #FFB04F !important;
}

.btn.btn-orange:hover {
    background-color: #FFC57D;
    border-color: #FFC57D;
}

.btn.btn-orange:focus, .btn.btn-orange.focus {
    background-color: #E88A17;
    border-color: #E88A17;
}

.btn.btn-orange:active, .btn.btn-orange.active, .open > .btn.btn-orange.dropdown-toggle {
    background-color: #E88A17;
    border-color: #E88A17;
}

.btn.btn-orange:active:hover, .btn.btn-orange:active:focus, .btn.btn-orange:active.focus, .btn.btn-orange.active:hover, .btn.btn-orange.active:focus, .btn.btn-orange.active.focus, .open > .btn.btn-orange.dropdown-toggle:hover, .open > .btn.btn-orange.dropdown-toggle:focus, .open > .btn.btn-orange.dropdown-toggle.focus {
    background-color: #E88A17;
    border-color: #E88A17;
}

.btn.btn-orange2 {
    background-color: #FF8A63;
    border-color: #FF8A63;
}

.btn-outline-orange2 {
    background-color: #ffffff !important;
    border-color: #FF8A63 !important;
    color: #FF8A63 !important;
}

.btn.btn-orange2:hover {
    background-color: #FFA78A;
    border-color: #FFA78A;
}

.btn.btn-orange2:focus, .btn.btn-orange2.focus {
    background-color: #CC4A1E;
    border-color: #CC4A1E;
}

.btn.btn-orange2:active, .btn.btn-orange2.active, .open > .btn.btn-orange2.dropdown-toggle {
    background-color: #CC4A1E;
    border-color: #CC4A1E;
}

.btn.btn-orange2:active:hover, .btn.btn-orange2:active:focus, .btn.btn-orange2:active.focus, .btn.btn-orange2.active:hover, .btn.btn-orange2.active:focus, .btn.btn-orange2.active.focus, .open > .btn.btn-orange2.dropdown-toggle:hover, .open > .btn.btn-orange2.dropdown-toggle:focus, .open > .btn.btn-orange2.dropdown-toggle.focus {
    background-color: #CC4A1E;
    border-color: #CC4A1E;
}

#btn_stats_year:focus {
    outline: none;
}

#btn_stats_month:focus {
    outline: none;
}

#btn_stats_day:focus {
    outline: none;
}

#stats_date {
    min-height: 40px;
    clear: both;
    float: left;
}

.title-block-form {
    padding-bottom: 0;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .header .header-block-collapse {
        width: 55px;
    }

    .company-description {
        font-size: 9px;
        margin: 0;
    }

    .company-description-small {
        font-size: 9px;
        display: none;
    }

    .header .header-block-nav .profile .name {
        display: inline-block;
    }

    .name {
        font-size: 12px;
    }

    .name-small {
        font-size: 10px;
    }
}

a:not(.btn):hover {
    text-decoration: none;
    color: #3a4651;
}

.txt_tab_title {
    margin-bottom: 20px;
}

/** NAV **/
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

a:not(.btn) {
    text-decoration: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.tab-content > .active {
    margin-top: 10px;
}

.chart {
    width: 100%;
    min-height: 450px;
}

.calendars {
    margin-top: 10px;
}

.txt-info-stats {
    clear: both;
    margin-bottom: 2px !important;
}

.panel_time {
    float: left;
    clear: both;
    margin-top: 10px;
}

.panel_time p {
    float: left;
    padding-top: 6px;
}

.time {
    width: 58px;
    margin: 0 5px 0 5px;
}

.ui-datepicker {
    left: 0 !important;
    top: 116px !important;
}

@media (max-width: 767px) {
    .content {
        padding: 70px 5px 70px 5px !important;
    }

    .title {
        font-size: 15px;
        margin-bottom: 0.5rem;
    }

    .title-block-form {
        margin-bottom: 5px;
    }

    .section-stats .btn {
        font-size: 11px;
    }

    .btn-success {
        font-size: 10px !important;
    }

    .btn-primary_resp {
        font-size: 10px !important;
    }

    .btn_adm_powroc {
        margin-right: 5px !important;
    }

    .btn_resp {
        font-size: 10px !important;
        margin-top: 5px;
    }

    #panel_year, #panel_month, #panel_day, #panel_period, .search_wydajnosc, .slider.slider-horizontal {
        font-size: 12px;
        position: relative;
    }

    .search_wydajnosc {
        margin-top: 3px !important;
        clear: both;
    }

    .ui-datepicker {
        top: 24px !important;
    }

    .txt-info-stats {
        font-size: 12px;
    }

    .input-date {
        width: 75px !important;
    }

    .time {
        width: 40px;
    }

    #stats_date {
        min-height: 20px;
    }

    .header .header-block-nav .profile .name {
        font-size: 10px;
    }

    .items-search {
        height: 58px;
    }

    .items-search2 {
        margin-bottom: 10px;
        margin-top: 3px;
    }

    .input-group-info {
        padding-top: 2px;
    }

    .btn-sm_resp {
        margin-bottom: 4px !important;
        font-size: 11px !important;
        padding: 0.25rem 0.5rem;
    }
}

@media (min-width: 1200px) {
    .app .content {
        padding: 85px 15px 85px 15px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .app .content {
        padding: 85px 15px 85px 15px;
    }
}

.header .header-block-nav > ul > li > a {
    padding: 0;
}

#txt_select_date {
    float: left;
}

.input-date {
    width: 95px;
}

.ui-timepicker-wrapper {
    max-height: 240px !important;
}

.input-arrow {
    position: relative;
    display: inline-block;
}

.input-arrow::before {
    position: absolute;
    content: " \25BE";
    top: 0px;
    right: -8px;
    height: 20px;
    width: 24px;
}

.form-stats {
    width: 495px;
    height: 121px;
    position: relative;
}

#btn_show_stats {
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn-sm {
    font-size: 13px !important;
    margin-bottom: 9px;
}

.btn-sm2 {
    margin-bottom: 2px;
}

div.google-visualization-tooltip {
    margin-top: 10px;
    width: 190px;
    padding: 5px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
}

div.google-visualization-tooltip > ul > li > span {
    color: #000 !important;
}

.row_chart {
    position: relative;
    border: solid 1px #bfbebe;
    border-radius: 3px;
    background-color: white;
}

#chart_div {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 450px;
}

#chart-line {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 500px;
    height: 450px;
}

#control-date {
    overflow-x: scroll;
    overflow-y: hidden;
}

#msg_chart_div {
    position: absolute;
    z-index: 1;
    margin: 8px 0 0 70px;
    color: #888888;
}

.btn-confirm-ok {
    color: #ffffff !important;
}

.modal-pdf-body {
    text-align: center;
}

.name_card {
    color: #9e00b7;
    text-decoration: underline;
}

.status_card {
    color: #969696;
    cursor: default;
}

@media (min-width: 576px) {
    .input-group-info {
        width: 245px !important;
    }
}

.top-search {
    float: right;
    font-size: 14px;
    display: inline-block;
    margin: 11px 5px 0 5px;
}

.top-input-search-form {
    clear: both;
    display: block;
    float: right;
    margin-bottom: 5px;
}

.top-input-search-right {
    float: left;
    position: relative;
}

@media (max-width: 767px) {
    .items-search {
        height: 33px;
        width: 315px;
    }

    .input-group-info {
        width: 245px;
        float: right;
    }

    .input-search-info {
        float: left;
        margin: 10px 0;
    }

    .input-search-info-sm {
        margin: 2px 2px;
    }

    .items-search-one {
        width: auto;
        margin-bottom: 10px;
    }

    .input-search-info2 {
        margin: 8px 0 0 0 !important;
    }

    .input-filtr {
        clear: both;
    }

    .div_filtr {
        float: left;
        margin-top: -12px;
    }
}

.title {
    margin-bottom: 5px;
}

select {
    border-radius: 0.25rem !important;
}

/** Wyszukiwarka po lokalizacjach **/
#search_location {
    width: 160px;
    padding: 0;
    font-size: 13px;
}

#search_location_shared {
    width: 200px;
    padding: 0;
    font-size: 14px;
}

.search_location {
    float: left;
}

#select_options {
    max-width: 250px;
    padding: 0;
    font-size: 14px;
}

.content-panel {
    padding: 85px 15px 15px 15px !important;
}

@media (max-width: 576px) {
    .search_location {
        margin: 0 0 5px 10px;
        padding-right: 10px;
        float: inherit;
        clear: both;
    }

    .count_position_block {
        float: right !important;
        margin-top: -80px;
    }
}

@media (max-width: 450px) {
    .count_position_block {
        float: right !important;
        margin-top: -80px;
    }

    .search_location {
        clear: both;
    }
}

.search_wydajnosc {
    float: left;
    margin-top: -18px;
}

.search_usrednianie {
    float: left;
    clear: both;
    margin-top: 10px;
    margin-bottom: 15px;
}

.group-macAddress {
    max-width: 200px;
}

.group-search_few {
    max-width: 200px;
}

.btn-add-top {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.count_position_block {
    display: inline-block;
    float: left;
    padding-top: 6px;
    margin-left: 5px;
}

.count_position_txt {
    font-weight: bold;
}

.col-md-12 {
    float: left;
    width: 100%;
}

.loading {
    width: 18px;
}

.txt-info-name {
    font-weight: bold;
}

.txt_no_data {

}

label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#date_share {
    width: 90px !important;
    color: #506070;
    font-weight: normal;
}

.date_share {
    width: 90px !important;
    color: #506070;
    font-weight: normal;
}

@media (max-width: 533px) {
    #date_share {
        width: 70px !important;
    }

    .date_share {
        width: 70px !important;
    }

    .top-input-search-right {
        font-size: 11px;
    }

    .btn-search-mold {
        margin: -2px 0 0 3px !important;
        height: 28px !important;
        font-size: 12px;
        max-width: 35px;
        padding: 8px;
    }

    .btn-search-mold2 {
        margin: -2px 0 0 3px !important;
        height: 28px !important;
        font-size: 12px;
        max-width: 35px;
        padding: 8px;
    }
}

.form-group-border {
    border: 1px solid #e5e5e5;
    padding: 5px 5px 5px 10px;
    float: left;
    width: 100%;
}

#form-group-date {
    display: none;
    clear: both;

    max-width: 230px;
    float: left;
}

#form-group-list-requests {
    float: left;
    clear: both;
    margin-top: 10px;
    font-size: 13px;
    padding: 0 15px 5px 15px;
}

.txt-bold {
    font-weight: bold;
}

.txt-italic {
    font-style: italic;
}

.item_form_info_edit {
    float: right;
    font-size: 11px;
    margin-top: -22px;
}

.card_me {
    margin-right: -8px;
    margin-left: -5px;
}

.form_edit {
    clear: both;
    margin-bottom: 0;
}

.tr_share_noaccess {
    background-color: #a2a2a2 !important;
}

.tr_share_access {
    background-color: #cbe4cc !important;
}

.tr_share_access_other {
    background-color: #bfe7eb !important;
}

.checkbox_label {
    float: left;
}

.checkbox_add {
    float: left;
    margin-top: -3px;
    font-size: 10px;
    font-weight: normal;
    margin-left: 20px;
}

#okres_udostpenienia {
    width: 95px;
    height: 30px;
    font-weight: normal;
    padding: 0;
}

.tooltip-inner {
    max-width: 300px;
}

.form-control {
    padding: 0.4rem 0.75rem;
}

.title-block-small {
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.form-group-date-left {
    float: left;
    min-width: 110px;
}

.btn-form-group {
    margin: 0 6px;
}

.form-group-border-height {
    min-height: 55px;
}

.div-no-top-btn {
    float: left;
    height: 45px;
}

.col-icon-red {
    color: red !important;
}

.txt_info_edit {
    font-size: 12px;
    margin-bottom: 0;
}

select > .placeholder {
    display: none;
}

.txt_concentrator {
    float: left;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    background-color: #97d5ed;
}

.mini-title-block {
    font-size: 12px;
}

.fa-concentrator {
    background-image: url("../img/koncentrator.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.hr-small {
    width: 20px;
    background-color: #4f5f6f;
}

.hr-small2 {
    margin: 8px auto;
}

.btn-nocrs {
    cursor: default;
}

.txt-right-btn {
    float: left;
    padding-top: 7px;
    padding-left: 20px;
}

.txt-right-btn2 {
    padding-top: 9px;
}

.btn-left {
    float: left;
}

.form-group-scrool {
    max-height: 222px;
    overflow-y: scroll;
    font-size: 12px !important;
}

.form-group-small-bottom {
    margin-bottom: 0;
}

.txt-edit-mold-cardpdf {
    color: #7119ff !important;
    text-decoration: underline !important;
}

.txt-pad-left {
    padding-left: 10px;
}

.btn-edit-right {
    margin-left: 9px;
}

.form-group-left {
    float: left;
    clear: both;
}

.form-group-left2 {
    float: left;
}

.form-control-input-left {
    float: left;
    margin-left: 13px;
}

.form-control-input-left2 {
    float: left;
    margin-left: 10px;
}

.form-control-input-bottom {
    margin-left: 20px;
    clear: both;
}

.btn-edit-left {
    margin-left: 5px;
}

.input-alarm {
    float: left;
}

.txt-green {
    float: left;
    color: green;
    font-weight: bold;
    margin-top: -10px;
    padding-right: 6px;
    font-size: 28px;
}

.txt-green_nfl {
    color: green;
    font-weight: bold;
    padding-right: 6px;
}

.txt-green-table {
    color: green !important;
    font-size: 14px;
}

.margin-edit-block {
    margin-bottom: 2px;
}

.loading-edit {
    float: left;
    margin: 2px 5px 0 5px;
    width: 22px;
}

.txt_link_edit {
    color: #4f5f6f !important;
}

.td_txt_alarm {
    font-size: 12px;
}

.fa-btn-table {
    margin-right: 4px;
}

.span_mini {
    font-size: 10px;
    font-weight: normal;
}

.txt_mini_descr_opis {
    font-size: 10px;
    padding-left: 3px;
}

.count-settings {
    margin-top: 30px;
}

.row-right {
    float: right;
    margin-right: 15px;
    clear: both;
    margin-bottom: 0;
}

.row-params {
    padding-left: 15px;
}

.div_name_card_service_show {
    font-size: 19px;
    font-weight: bold;
    margin-left: 30px;
    clear: both;
}

.float-left {
    float: left;
}

.card_desc_left {
    margin-left: 25px;
}

.form-group-left {
    padding-left: 10px;
    min-width: 500px;
}

.form-group-left-nowdth {
    padding-left: 12px;
}

.form-group-right {
    float: left;
}

.mini-title-block-wykres {
    font-size: 12px;
}

.form-box-left {
    min-width: 295px;
    float: left;
}

.form-box-left-min {
    min-width: 200px;
}

.detektor_status {
    font-weight: normal;
}

.powiadamiaj_status {
    font-weight: normal;
}

.row-mac-right {
    float: right;
    font-size: 13px;
}

.no-form-control {
    border-color: white !important;
}

.box_reminders {
    clear: both;
}

.box_reminders_bottom {
    font-size: 20px;
    margin-left: 5px;
    position: absolute;
    bottom: 3px;
    right: 0;
}

.box_reminder_all {
    width: 118px;
    float: left;
    margin-right: 6px;
    padding-top: 5px;
    position: relative;
}

.box_reminder {
    width: 100%;
    height: 162px;
    border: 2px solid #bbbbbb;
    position: relative;
}

.btn_remind_bottom {
    width: 118px;
    height: 30px;
    margin: 32px 0 0 -2px;
    float: left;
    font-size: 13px;

    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
}

.reminder_name {
    font-size: 11px;
    float: left;
    width: 100%;
    height: 25px;
    text-align: center;
}

.reminder_name_span {
    float: left;
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    /*word-wrap: break-word;*/
}

.fa-reminder {
    font-size: 50px !important;
    width: 100%;
}

.fa2-reminder {
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}

.box_reminders_notification_top {
    margin-top: 7px !important;
}

.box_reminders_notification_bottom {
    margin-top: 9px !important;
}

.box_reminders_notification {
    font-size: 11px;
    height: 15px;
    margin: 1px 0 0 4px;
    float: left;
    width: 100%;
}

.box_reminders_ion {
    position: absolute;
    left: 4px;
    bottom: 0;
    font-size: 18px;
}

.box_reminder_old {
    /*color: #d6d6d6 !important;*/
    /*opacity: 0.5;*/
    border: 2px solid #d6d6d6 !important
}

.box_reminder_old_2 {
    opacity: 0.3;
}

.box_reminder_active {
    border-color: #ff7575;
    background-color: #ffc4c4;
}

.box_reminder_active_2 {
    color: #ef7878 !important;
}

.box_list_rem {
    display: inline-block;
}

/** spinner **/
.spinner {
    width: 140px;
}

.spinner input {
    text-align: right;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
    background-color: #eceeef;
}

.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
    margin-top: -5px;
    border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}

.icon-fa-right {
    float: right;
    border-color: #a2a2a2;
    border-style: solid;
    border-width: 1px;
    width: 19px;
    height: 19px;
    text-align: center;
    font-size: 16px !important;
    cursor: pointer;
}

/** /spinner **/

.hidenumber::-webkit-inner-spin-button,
.hidenumber::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.input_remind {
    /*width: 260px;*/
}

.ui-datepicker {
    z-index: 9999 !important;
}

.icon_alarm_clock {
    background-image: url("../img/alarm_clock.png");
    width: 45px;
    height: 45px;
    margin-top: 5px;
    background-size: cover;
}

.icon_alarm_clock_list {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.reminder_center {
    float: left;
    height: 50px;
    margin-top: -2px;
}

.reminder_center_left {
    float: left;
    width: 48px;
    margin: 2px 2px 0 3px;
}

.box_reminders_nfc {
    float: left;
    color: #ff7f6e;
    margin-right: 14px;
    display: block;
    cursor: default;
    font-weight: bold;
    margin-top: 3px;
    background-image: url("../img/icon-nfc.png");
    background-size: cover;
    width: 25px;
    height: 23px;
}

.box_reminders_nfc_edit {
    float: left;
    font-size: 10px;
    color: #ff7f6e;
    margin: -6px 0 0 30px;
}

.box_reminders_nfc_edit_txt {
    float: right;
}

.box_remind_nfc_value {
    margin: -6px 0 12px 28px;
    float: left;
    clear: both;
    font-size: 13px;
}

.reminder_center_right {
    color: #2580d4;
    font-size: 9px;
    margin-top: 8px;
    text-align: right;
    float: right;
    width: 59px;
}

a:not(.btn) {
    color: #949599;
}

.table.dataTable.no-footer {
    border-bottom: 1px solid #f9f9f9;
}

#i_load {
    font-size: 100px !important;
    width: 100% !important;
    margin-top: 15px;
}

.span_stan_licznika {
    float: right;
}

.loading-right {
    float: right;
}

.list_mold_icon_remind {
    margin-right: 1px;
    margin-top: 6px;
    font-size: 13px;
}

.loading-lm {
    width: 18px;
}

#table_wrapper > .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.dataTables_length {
    padding-top: 5px;
}

.dataTables_filter {
    margin-top: -40px;
}

@media (max-width: 1320px) {
    .dataTables_filter {
        margin-top: -15px !important;
        float: left !important;
    }
}

@media (max-width: 585px) {
    .dataTables_filter {
        margin-top: 0px !important;
    }
}

.btn.btn-info:active, .btn.btn-info.active, .open > .btn.btn-info.dropdown-toggle {
    background-color: #0086b5;
    border-color: #006386;
}

.btn.btn-info:active:hover, .btn.btn-info:active:focus, .btn.btn-info:active.focus, .btn.btn-info.active:hover, .btn.btn-info.active:focus, .btn.btn-info.active.focus, .open > .btn.btn-info.dropdown-toggle:hover, .open > .btn.btn-info.dropdown-toggle:focus, .open > .btn.btn-info.dropdown-toggle.focus {
    background-color: #0086b5;
    border-color: #006386;
}

.tbl_toolbar {
    float: left;
    margin-left: 10px;
}

.tbl_toolbar_block {
    width: 45px;
    display: inline-block;
    height: 22px;
    margin: 12px 5px;
    float: left;
}

.tbl_toolbar_txt {
    float: left;
    margin-top: 11px;
}

.div_select_loc {
    float: left;
}

.div_select_btns_serwis {
    float: left;
    padding-left: 10px;
}

.tbl_btns {
    float: left;
    margin-left: 5px;
    min-height: 47px;
    width: 260px;
    position: relative;
}

.share_wygaslo {
    font-size: 14px;
    color: red;
    text-decoration: underline;
    padding-left: 5px;
}

.title-two-hid {
    position: absolute;
    right: 20px;
}

@media (max-width: 1200px) {
    .title-two-hid {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .title-two-hid {
        right: 10px;
    }
}

.search_buttons {
    margin-bottom: 20px;
}

.btn-form-dots {
    float: right;
    cursor: pointer;
}

.drodown-left {
    left: -122px;
}

.drodown-left2 {
    left: -135px;
}

#transmission_name {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .modal-large {
        max-width: 800px;
    }
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #f9f9f9 !important;
    padding: 5px 14px 5px 5px !important;
    text-align: center;
}

@media (max-width: 665px) {
    .input_remind {
        /*width: 220px;*/
    }

    .label-remind {
        font-size: 13px;
    }

    .replay_value_data_remind {
        width: 60px !important;
    }
}

@media (max-width: 1370px) {
    .form-group-share {
        margin-left: 20px;
        width: auto;
        width: 96%;
    }

    /*.col-input-left {*/
    /*    padding-left: 35px;*/
    /*}*/
}

@media (max-width: 533px) {
    .btn {
        float: left;
        margin-right: 2px;
    }

    .form-box-left {
        width: 350px;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    body {
        width: 992px;
    }

    * {
        overflow: visible !important;
    }
}

.search_top {
    text-align: center;
    border: 1px solid #949599;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ececec;
    font-weight: bold;
}

.search_select {
    width: 100%;
}

.search-input {
    height: 35px;
}

@media (min-width: 1200px) {
    .card-block-search {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .btn_search {
        margin-top: 5px;
    }
}

.col-search-checkbox {
    position: relative;
    padding-right: 85px;
}

.search-checkbox {
    float: right;
    position: absolute;
    right: 18px;
    top: 2px;
}

.search_top_checkbox_info {
    float: right;
    margin-right: 25px;
    font-size: 10px;
    font-weight: bold;
}

.dropdown {
    position: relative;
    display: block;
}

.dropdown::before {
    position: absolute;
    content: " \25bc";
    top: 5px;
    right: 2px;
    height: 20px;
    width: 20px;
    pointer-events: none;
}

.btn_stats_list_counters {
    right: 0;
    position: absolute;
    bottom: -40px;
}

@media (max-width: 767px) {
    .btn_stats_list_counters {
        bottom: -28px;
    }

    #btn_show_stats {
        margin-bottom: -2px;
    }

    .btn_stats_list_counters {
        margin-bottom: -7px;
    }

    .btn_stats_params_tool {
        bottom: -74px !important;
    }

    .form-stats {
        width: 430px !important;
        height: 75px !important;
    }
}

.highlight2 {
    background-color: #FFFF88;
}

.global_image {
    height: 60px;
}

.btn_search_clear {
    margin: 10px 0 0 0;
}

.central_val {
    font-weight: bold;
}

.space_central {
    margin-bottom: 12px;
}

/** badges **/
.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    /**float: right;**/
    position: absolute;
    right: 12px;
    top: 15px;
    cursor: default;
}

.badge:hover {
    color: #ffffff;
    text-decoration: none;
}

.badge-error {
    background-color: #b94a48;
}

.badge-error:hover {
    background-color: #953b39;
}

.badge-warning {
    background-color: #f89406;
}

.badge-warning:hover {
    /**background-color: #c67605;**/
}

.badge-success {
    background-color: #468847;
}

.badge-success:hover {
    background-color: #356635;
}

.badge-info {
    background-color: #3a87ad;
}

.badge-info:hover {
    background-color: #2d6987;
}

.badge-inverse {
    background-color: #333333;
}

.badge-inverse:hover {
    background-color: #1a1a1a;
}

/** **/
.fade.show {
    opacity: 1;
}

.tab_central_right {
    /*border: 1px solid #dddddd !important;*/
    border-radius: 4px;
    padding: 0 !important;
}

.table_central {
    max-height: 468px;
    overflow-y: scroll;
    clear: both;
    /*border: 1px solid #dddddd;*/

    border: 1px solid #dddddd;
}

.fixed {
    position: fixed;
    top: 0;
    right: 66px;
    z-index: 99999;
}

.title_table_central_right {
    font-weight: bold;
    float: left;
    padding-bottom: 10px;
}

.list-group-no-top {
    border-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.list-group-no-top .badge {
    top: 3px;
}

.borderless td .borderless th {
    border: none;
}

.borderless {
    border: none;
    /*border-bottom: 1px solid #dddddd !important;*/
}

.borderless th {
    border-top: none;
}

.borderless td {
    border-top: none;
    padding: 0 4px !important;
}

.tab_central_right > .active {
    margin-top: 0;
}

.central_select_company {
    margin-bottom: 10px;
}

.menu-left {
    padding-left: 40px;
    display: none;
    height: 30px;
    padding-top: 2px;
}

.menu-left .badge {
    top: 3px;
}

.central-right {
    float: right;
    margin: 4px 30px;
}

.sameheight-item {
    height: auto;
}

.central_list_group_top {
    color: #444446 !important;
    cursor: pointer;
}

.central_list_group_top.active {
    color: #fff !important;
}

.badge_company {
    background-color: #009B2C;
}

.badge-zero {
    float: right;
    font-weight: bold;
}

.central_load {
    float: right;
    font-size: 20px !important;
}

.central_addstats_loading {
    cursor: not-allowed;
}

.table_lp {
    width: 25px;
}

.table_status {
    width: 45px;
}

.mm_loading {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.demo_box {
    background-color: red;
    height: 35px;
    padding: 5px;
    overflow: hidden;
    color: white;
    text-align: center;
    position: fixed;
    top: 0;
    display: block;
    z-index: 999999;
    width: 100%;
}

.txt_bold {
    font-weight: bold;
}

.slider.slider-horizontal {
    width: 110px !important;
    margin-bottom: 0 !important;
    margin-left: 8px;
    margin-top: -40px;
}

.slider-disabled .slider-selection {
    background-image: linear-gradient(to bottom, #aaaaaa 0, #d8d8d8 100%) !important;
}

.slider-disabled .slider-tick.in-selection {
    background-image: linear-gradient(to bottom, #aaaaaa 0, #d8d8d8 100%) !important;
}

.txt_select_stats {
    float: left;
    padding-top: 2px;
}

.txt_select_stats_width {
    float: left;
    min-width: 95px;
}

#stats_show_month {
    float: left;
}

.txt_select_stats_mr {
    margin-right: 3px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;

    float: left;
    margin: 0 5px;
}

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

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

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

.slider2disabled {
    background: #bfbfbf !important;
    cursor: no-drop;
}

input:checked + .slider2 {
    background-color: #4bcf99;
}

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

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

.txt_sub {
    font-size: 13px;
    float: left;
    padding-top: 4px;
}

.card {
    border: solid 1px #bfbebe;
    border-radius: 3px;
}

.loading_sub {
    float: left;
    margin: 4px 0 0 10px;
}

.switch_disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

.bange-txt {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 5px;
}

.box_radio {
    margin-top: 15px;
    clear: both;
}

.input_radio {
    float: left;
    padding-left: 6px;
}

.subscription_select {
    float: left;
    margin-top: -5px;
}

.sub_lbl_left {
    float: left;
    clear: both;
}

.sub_input_radio {
    margin-right: 10px;
    width: 80px;
}

.sub_summary {
    font-size: 18px;
    font-weight: bold;
}

.bange-big {
    font-size: 18px;
}

#payment_date {
    font-weight: 100;
    font-size: 15px;
    width: 190px;
    padding: 4px;
}

#btn_pay {
    margin-top: 10px;
    float: right;
    clear: both;
}

.box_reg_info {
    font-size: 10px;
    color: red;
    margin-left: 200px;
}

.pay_title {
    font-size: 18px;
    clear: both;
    margin: 10px 0 10px 0;
    font-weight: bold;
    float: left;
}

.clleft {
    float: left;
    clear: both;
    margin-bottom: 20px;
}

.box_radio {
    margin-top: 10px;
}

#pay_txt_pay {
    color: red;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.btn-mrgntop {
    margin-top: 30px;
}

.bold {
    font-weight: bold;
}

.adm_payments_title {
    float: left;
    text-align: center;
    margin-bottom: 25px;
    clear: both;
    width: 100%;
    font-size: 16px;
    color: #338c05;
}

.adm_txt_table {
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px 0 5px 0;
}

.table-subscription {
    font-size: 11px;
}

.table-subscription td {
    height: 15px;
    padding: 0 0 0 10px !important;
}

.tbl-center {
    text-align: center;
}

.box_stawki {
    color: #b3bac1;
    font-size: 14px;
    float: left;
    margin: 10px 0 15px 0;
    width: 100%;
}

.flt_right {
    float: right;
}

#box_payment_date_count_days {
    font-size: 14px;
    color: #b3bac1;
}

.form-group-main {
    float: left;
    clear: both;
    width: 500px;
    margin-bottom: 2px;
}

.disable_row {
    color: #bdbdbd;
}

.btn-gray {
    background-color: #bfbfbf !important;
    border-color: white !important;
    cursor: not-allowed;
}

.btn_kasuj_alarm {
    margin-left: 10px;
    float: left;
    clear: both;
}

#sredniczascyklu_dateform {
    margin-top: -17px;
    float: left;
    clear: both;
    margin-left: 10px;
    font-size: 11px;
}

@media (max-width: 533px) {
    #sredniczascyklu_dateform {
        margin-top: 0;
        margin-left: 15px;
    }
}

#sredniczascyklu_iloscykli {
    margin-top: -12px;
    float: left;
    clear: both;
    margin-left: 10px;
    font-size: 11px;
}

@media (max-width: 533px) {
    #sredniczascyklu_iloscykli {
        margin-top: 0;
        margin-left: 15px;
    }
}

@media (max-width: 533px) {
    .box_remind_nfc_value {
        font-size: 12px;
    }

    .checkbox_label_harmonogramy {
        font-size: 12px;
        margin-left: 0;
        max-width: 280px;
    }
}

.serwis_count {
    position: absolute;
    padding-left: 7px;
    margin-top: -3px;
}

.count_osoby_powiadomienia {
    font-size: 14px;
    margin-left: 14px;
    float: left;
    margin-top: 8px;
}

#sredniczascyklu_valform {
    padding-right: 2px;
}

@media (max-width: 533px) {
    .btn_powiadomienia {
        float: left;
        clear: both;
    }
}

.btn_clear {
    clear: both;
}

.modal_sr_czas_cyklu {
    float: left;
    clear: both;
    font-size: 11px;
    margin: -15px 0 12px;
}

@media (max-width: 533px) {
    .sredni_czas_cyklu_od {
        float: left;
    }

    .sredni_czas_cyklu_do {
        float: left;
    }

    #licz_sredniczascyklu {
        float: left;
        clear: both;
        margin-top: 5px;
    }
}

.strefa_czasowa {
    font-weight: bold;
}

.btn-success {
    border: #44b788 solid 1px !important;
    border-radius: 0.2rem;
}

.btn-outline-success:hover {
    background-color: #4bcf99;
    border-color: #44b788;
}

.btn-outline-success {
    border-radius: 0.2rem;
}

.btn-primary {
    border-radius: 0.2rem;
}

.btn-outline-primary {
    color: #808184;
    border: #808184 solid 1px !important;
    border-radius: 0.2rem;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #b0b1b5;
    border: #b0b1b5 solid 1px !important;
}

.btn-outline-primary:focus {
    color: #ffffff;
    background-color: #b0b1b5;
    border: #b0b1b5 solid 1px !important;
}

.btn-outline-primary:active {
    color: #ffffff !important;
    background-color: #808184 !important;
    border: #808184 solid 1px !important;
}

.btn-orange {
    border: #d29243 solid 1px !important;
    border-radius: 0.2rem;
}

.btn-yellow {
    color: #000000;
    background-color: #FFDD5A;
    border-radius: 0.2rem;
    border-color: #cec569;
}

.btn-yellow:hover {
    background-color: #d9b852;
}

.btn-grey {
    color: #000000;
    background-color: #ffffff;
    border-radius: 0.2rem;
    border-color: #d4d4d4;
}

.btn-grey:hover {
    background-color: #f1f1f1;
}

.btn-beige {
    color: #000000;
    background-color: #FCE2B7;
    border-radius: 0.2rem;
    border-color: #b7ab30;
}

.btn-beige:hover {
    background-color: #d1b78f;
}

.btn-orange2 {
    border: #d27353 solid 1px !important;
    border-radius: 0.2rem;
}

.btn-info {
    border: #69bad6 solid 1px !important;
    border-radius: 0.2rem;
}

.btn-outline-info {
    border-radius: 0.2rem;
}

.btn-info-outline {
    border: #69bad6 solid 1px !important;
    border-radius: 0.2rem;
}

.btn-danger {
    border: #d20505 solid 1px !important;
    border-radius: 0.2rem;
}

.btn-light {
    border: #e0e0e0 solid 1px !important;
    border-radius: 0.2rem;
    background-color: white;
}

.btn.btn-danger2 {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #FF4444;
}

.btn.btn-danger2:hover {
    color: #ffffff;
    background-color: #ff1111;
    border-color: #ff0707;
}

.btn.btn-danger2:focus, .btn.btn-danger2.focus {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #ff0707;
}

.btn.btn-danger2:active, .btn.btn-danger2.active,
.open > .btn.btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #ff1111;
    border-color: #ff0707;
    background-image: none;
}

.btn.btn-danger:active:hover, .btn.btn-danger:active:focus, .btn.btn-danger:active.focus, .btn.btn-danger.active:hover, .btn.btn-danger.active:focus, .btn.btn-danger.active.focus,
.open > .btn.btn-danger.dropdown-toggle:hover,
.open > .btn.btn-danger.dropdown-toggle:focus,
.open > .btn.btn-danger.dropdown-toggle.focus {
    color: #ffffff;
    background-color: #ec0000;
    border-color: #c40000;
}

.btn.btn-danger.disabled:focus, .btn.btn-danger.disabled.focus, .btn.btn-danger:disabled:focus, .btn.btn-danger:disabled.focus {
    background-color: #FF4444;
    border-color: #FF4444;
}

.btn.btn-danger.disabled:hover, .btn.btn-danger:disabled:hover {
    background-color: #FF4444;
    border-color: #FF4444;
}

.btn-danger2 {
    border: #d20505 solid 1px !important;
    border-radius: 0.2rem;
}

.btn-outline-danger {
    border-radius: 0.2rem;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline-offset: 0 !important;
    outline-color: white !important;
}

.radio + span:before, .checkbox + span:before {
    letter-spacing: 5px;
}

#div_permisions {
    display: none;
    font-size: 10px;
    margin-left: 7px;
    float: left;
}

.hide_ifmenushow {
    display: none;
}

@media (max-width: 991px) {
    .hide_ifmenushow {
        display: inline-block;
    }
}

.header .header-block-nav > ul {
    float: right;
}

.btn_helpdesk {
    float: left;
    margin: 1px 25px;
    position: relative;
}

.helpdesk_attachment_txt {
    font-size: 12px;
    font-style: italic;
}

.helpdesk_img_div {
    float: left;
}

.helpdesk_img_div img {
    max-height: 100px;
    margin-right: 10px;
}

.helpdesk_filesize {
    font-size: 10px;
}

.card-mt {
    background-color: #a6ffad45;
    margin: 10px 120px 10px 50px !important;
}

.card-helpdesk {
    padding: 8px 8px 0 8px;
    font-size: 13px;
}

.card-helpdesk .card-title-block h3 {
    font-size: 15px;
}

.btn_helpdesk_badge {
    width: 18px;
    display: inline-block;
    position: relative;
}

.helpdesk_badge {
    position: initial;
}

.input-group-addon {
    padding: 0 8px;
}

.admin_temp_nfc {
    margin-right: 0;
    float: right;
    font-size: 10px;
}

.search_person {
    display: block;
    float: left;
}

.search_typkarty {
    margin-left: 10px;
    display: block;
    float: left;
}

.search_okres {
    margin-left: 10px;
    display: block;
    float: left;
}

.get_checklist {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.get_spareparts {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.get_checklist_content {
    background-color: #fff;
    padding: 5px;
    display: none;
}

.get_spareparts_content {
    background-color: #fff;
    padding: 5px;
    display: none;
}

.table-nomargin {
    margin-bottom: 0 !important;
}

#search_serwis_person {
    font-size: 14px;
    max-width: 200px;
}

#search_serwis_typkarty {
    font-size: 14px;
    max-width: 200px;
}

#search_serwis_okres {
    font-size: 14px;
    max-width: 160px;
}

#loc_options {
    font-size: 13px;
    font-weight: normal;
    margin-top: -2px;
    color: #8f5f9a;
    text-decoration: underline;
    cursor: pointer;
    top: 22px;
    right: 17px;
    position: absolute;
}

@media (max-width: 576px) {
    #loc_options {
        float: right;
        margin: 1px 10px;
        position: initial;
    }
}

.loc_options2 {
    font-size: 13px;
    font-weight: normal;
    margin-top: -2px;
    color: #8f5f9a;
    text-decoration: underline;
    cursor: pointer;
    float: right;
}

#loc_options_div {
    display: block;
    background-color: #fff;
    padding: 10px;
    height: 300px;
    width: 310px;
    top: 50px;
    left: 55px;
    position: absolute;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.loc_options_div2 {
    left: initial !important;
    top: 92px !important;
    height: 150px !important;
    width: 300px !important;
}

#mac_options {
    font-size: 13px;
    font-weight: normal;
    color: #8f5f9a;
    text-decoration: underline;
    cursor: pointer;

    position: absolute;
    top: 18px;
    right: 16px;
}

@media (max-width: 576px) {
    #mac_options {
        padding-left: 26px;
        padding-top: 5px;
        margin-top: -22px;
        position: relative;
        float: right;
    }

    #mac_options_div {
        top: 28px !important;
    }

    .lbl_mac_options {
        min-height: 20px !important;
    }
}

#mac_options_div {
    display: block;
    background-color: #fff;
    padding: 10px;
    min-height: 240px;
    width: 315px;
    top: 48px;
    left: 55px;
    position: absolute;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.lbl_static_height {
    height: 25px;
    padding-left: 0;
}

.btn-orange-noborder {
    color: #FFB04F !important;
    background-color: inherit !important;
    border: inherit !important;
    font-weight: bold;
}

.btn-orange2-noborder {
    color: #FF8A63 !important;
    background-color: inherit !important;
    border: inherit !important;
    font-weight: bold;
}

.font-all {
    font-size: 15px !important;
}

.txt_right_input {
    font-size: 12px;
    margin-top: 8px;
    float: left;
}

.panel_right {
    position: absolute;
    right: 0;
    text-align: right;
    max-width: 400px;
}

.copy_clipboard {
    cursor: copy;
}

.modal-header-green {
    background-color: #ccb08f !important;
}

.icon-user {
    font-size: 100px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.popover {
    max-width: 500px;
}

.right {
    margin-left: 15px;
}

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

/** POPOVER ARROWS **/
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

/** / POPOVER ARROWS **/

.label_txt {
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin-left: 25px;
}

.div_panel_form {
    border: 3px solid #596776;
    padding: 10px 20px 5px;
    margin-left: 45px;
    float: initial;
}

@media (max-width: 576px) {
    .div_panel_form {
        width: 100%;
    }

    .panel_right {
        font-size: 9px;
    }

    .panel_right .label-remind {
        font-size: 9px;
    }
}

.col-input-date {
    max-width: 208px;
}

.txt_input_info {
    font-size: 10px;
    float: right;
}

.sredniczas_left {
    float: left;
    width: 200px;
}

.sredniczas_left_bottom {
    width: 110px;
}

.sredniczas_left2 {
    float: left;
    width: 110px;
    text-align: right;
}

.sredniczas_left2_bottom {
    width: 200px;
}

.sredniczas_left3 {
    width: 200px;
    margin-left: 137px;
    text-align: right;
}

.sredniczas_left3_bottom {
    margin-left: 0;
}

#sredniczascyklu_counter {
    font-weight: bold;
}

.sredniczascyklu_p {
    height: 18px;
    clear: both;
    margin-bottom: 0;
}

.checkbox_normal {
    font-size: 12px;
    font-weight: normal;
}

.div_panel_form_txt {
    padding-left: 15px;
}

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

.active_btn {
    border: 2px solid #525252 !important;
}

.main_icon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #f5f5f6;
    text-align: center;
    float: left;
    margin-right: 6px;
}

.main_icon_i {
    padding-top: 9px;
}

.main_icon_txt {
    padding-top: 12px;
    float: left;
    font-size: 12px;
}

.bg-green {
    background-color: #50d38a !important;
    color: #fff;
}

.bg-red {
    background-color: #ff1e46 !important;
    color: #fff;
}

.bg-orange {
    background-color: #ffc323 !important;
    color: #fff;
}

.bg-info {
    background-color: #2CA8FF !important;
}

.bg-pink {
    background-color: #f56aff !important;
    color: #fff;
}

.bg-yellow {
    background-color: #d5da18 !important;
    color: #fff;
}

.bg-gray {
    background-color: #cdcdcd !important;
    color: #c5794d !important;
}

.bg-white {
    background-color: #ffffff !important;
    color: #46a4da !important;
}

.select_status_1 {
    color: #ffffff;
    background-color: #d9534f;
}

.select_status_2 {
    color: #ffffff;
    background-color: #4bcf99;
}

.select_status_3 {
    color: #ffffff;
    background-color: #FFB04F;
}

.select_status_4 {
    background-color: #b0b1b5;
}

.spare_select_status_1 {
    color: #000000;
    background-color: #FFDD5A;
}

.spare_select_status_2 {
    color: #000000;
    background-color: #FCE2B7;
}

.spare_select_status_3 {
    color: #ffffff;
    background-color: #4bcf99;
}

.spare_select_status_4 {
    color: #ffffff;
    background-color: #D0D0D0;
}

.spare_select_status_5 {
    color: #ffffff;
    background-color: #949599;
}

.main_icon_1_a {
    background-color: #d9534f !important;
}

.main_icon_1_b {
    background-color: #c38d8b !important;
}

.main_icon_2_a {
    background-color: #50d38a !important;
}

.main_icon_2_b {
    background-color: #8fb59f !important;
}

.main_icon_3_a {
    background-color: #ffc323 !important;
}

.main_icon_3_b {
    background-color: #d4bf87 !important;
}

.main_icon_4_a {
    background-color: #f56aff !important;
}

.main_icon_4_b {
    background-color: #ae8cb1 !important;
}

.main_icon_5_a {

    color: #46a4da !important;
}

.main_icon_5_b {

    color: #85abc1 !important;
}

.main_icon_6_a {
    background-color: #2ca8ff !important;
}

.main_icon_6_b {
    background-color: #8cabc1 !important;
}

.tour-backdrop {
    opacity: 0.4 !important;
}

.modal-backdrop.in {
    opacity: 0.4 !important;
}

.popover-content {
    font-size: 15px;
}

.divoee {
    padding-left: 10px;
    font-weight: bold;
}

#sredniczascyklu_oeeform {
    font-weight: normal;
}

/** Fix respons **/
.div_temp {
    margin-top: -10px;
    margin-bottom: -10px;
}

.btn_edit_wykresy_in_temp {
    margin-top: -6px;
}

.div_harmonogramy_ed {
    padding-left: 30px;
    padding-bottom: 18px;
}

.div_czynnosci {
    margin-bottom: 10px;
}

.btn_serwis_param_formy {
    float: right;
}

.div_czujnik_demontazu {
    margin-bottom: 0;
}

.div_forma_na_stanie {
    float: left;
    max-width: 280px;
}

.btn_add_new_harmonogram {
    margin: 0 10px;
}

.txt_sredniczascyklu {
    float: left;
    margin-left: 10px;
}

.txt_edit_monitorowanie {
    float: left;
    text-align: left;
}

.div_harmono_top {
    clear: both;
    margin-top: 8px;
    font-size: 13px;
}

.icon_srednia_wydaj {
    float: left;
    margin-left: -30px;
}

@media (max-width: 533px) {
    .div_temp {
        margin-top: 0;
        margin-bottom: -10px;
    }

    .btn_remind_bottom {
        margin: 30px 0 0 -2px;
    }

    .divoee {
        float: left;
        margin-top: 7px;
    }

    .div_card_pdf {
        padding-left: 5px;
        margin-bottom: 5px;
        padding-top: 1px;
    }

    .btn_serwis_param_formy {
        float: left;
        margin-top: -5px;
    }

    .search_typkarty {
        margin-left: 0;
    }

    .search_okres {
        margin-left: 0;
    }

    .div_list_serwis_d {
        padding: 0;
        margin-top: 2px;
    }

    .div_list_serwis_d2 {
        margin-right: 10px;
    }

    .div_forma_na_stanie {
        float: left;
        max-width: 280px;
        margin-left: -66px;
        margin-bottom: 8px;
    }

    .div_select_loc {
        margin-left: -10px;
        margin-bottom: 8px;
        clear: both;
    }

    #search_location {
        margin-bottom: 10px;
        margin-left: 8px;
    }

    .dataTables_filter label {
        text-align: left;
        margin-left: 3px;
    }

    #table_filter label {
        font-size: 14px;
    }

    .div_czujnik_demontazu {
        padding-left: 4px;
    }

    .form-group-share {
        margin-left: 0;
    }

    .col-input-left {
        padding-left: 15px;
    }

    .tbl_toolbar > .tr_share_access {
        clear: both;
    }

    .div_kartaformykartyserwis {
        padding-left: 10px;
    }

    .form-control-input-left {
        margin-left: 5px !important;
    }

    .btn_editmold_anuluj {
        margin-left: 5px;
    }

    .btn_add_new_harmonogram {
        margin: 0 10px 0 0;
    }

    .form-group-left {
        padding-left: 0;
        min-width: auto;
    }

    .div_czynnosci {
        padding-bottom: 7px;
    }

    #btn_licz_sredni_czas_cyklu {
        margin-left: 15px;
    }

    .txt_sredniczascyklu {
        float: left;
        margin-left: 15px;
    }

    .title {
        padding-left: 15px;
    }

    .item_form_info_edit {
        float: left;
        padding-left: 16px;
        margin-top: 0;
    }

    .txt_pracujacych {
        margin-top: -7px;
        font-size: 11px !important;
    }

    .div_panel_wtymzew {
        margin-top: 0;
        font-size: 11px !important;
    }

    .btn_ed_mar2 {
        margin-left: 15px !important;
    }

    .btn_wycofanie_ze_stanu {
        margin-left: 0;
    }

    .section_resp {
        margin-left: 12px;
    }

    .div_select_loc_resp {
        margin-left: 0;
        width: 100%;
    }

    .search_person {
        width: 100%;
    }

    .search_typkarty_resp {
        margin-left: 10px;
    }

    .search_okres_resp {
        margin-left: 10px;
    }

    .tbl_serwis_resp {
        padding-left: 0;
        margin-top: 15px;
    }

    .add_new_rm_resp_card {
        padding: 0;
    }

    .input_remind {
        /*width: 100%;*/
    }

    .btn_first_btn_resp {
        margin-left: 15px;
        margin-right: 5px;
    }

    .btn_list_counter_hist_wykres_resp {
        clear: both;
        margin-left: 15px;
        margin-top: 2px !important;
    }

    .btn_dodajosob_powiad_resp {
        margin-left: 15px;
    }

    .chck_powiadam_resp {
        margin-left: 16px;
    }

    .tbl_row_resp {
        padding: 5px;
    }

    .btn_nastepny_resp {
        margin-left: 0;
        margin-top: -1px;
        clear: both;
    }

    .btn_pokaz_resp {
        margin-left: -11px;
        margin-right: 5px;
    }

    .loading_resp {
        width: 15px !important;
        margin-right: 2px !important;
    }

    .form-group-share {
        width: 100%;
    }

    .div_czynnosci_resp {
        padding-right: 6px;
    }

    .div_select_btns_serwis {
        padding-left: 0;
        margin-left: -10px;
    }

    #btn_zgloszenie {
        font-size: 13px !important;
    }

    #btn_otwarte {
        font-size: 13px !important;
    }

    #btn_zamkniete {
        font-size: 13px !important;
    }

    .dataTables_info {
        font-size: 12px;
    }

    #table_length {
        font-size: 12px;
    }

    #table_length select {
        font-size: 12px;
        height: 25px;
        padding: 1px;
    }

    .tbl_toolbar_txt {
        font-size: 12px;
        margin-top: 4px;
    }

    .tbl_toolbar_block {
        margin: 2px 5px;
    }

    .mini-title-block {
        float: left;
        margin-left: 15px;
    }

    .div_edit_conentra_retro {
        padding-left: 25px;
    }

    .div_control_concentr_retro {
        margin-left: 0;
    }

    .txt_no_data {
        font-size: 13px;
    }

    .section_settings_resp {
        margin-left: 12px;
    }

    .section_settings_resp2 {
        margin-left: 15px;
    }

    #table_next {
        margin-left: 1px;
        margin-top: -1px;
        float: left;
    }

    .btn_resp_small {
        font-size: 13px !important;
        padding: 0.25rem 0.5rem;
        margin-top: 0;
    }

    #mac_options_div {
        left: 0;
    }

    #btn_export_list_counters {
        margin-bottom: 0;
        margin-left: 3px;
        margin-top: 1px !important;
    }

    .btn_ls_i {
        margin-right: 2px !important;
    }

    #loc_options_div {
        left: 3px;
    }

    .loc_options_div2 {
        right: 0;
    }

    .btn_wpis_reczny {
        margin-top: 2px !important;
        margin-left: 4px;
    }

    .btn_karty_serwisowe {
        margin-top: 3px;
    }

    .btn_zlecenia_serwisowe {
        margin-top: 3px;
    }

    .btn_left_mobil {
        margin-left: 5px;
    }

    .div_harmono_top {
        margin-top: 0;
    }

    .label_monitorowanie_top {
        margin-left: 15px !important;
    }

    .div_panel_wtymzew {
        margin-top: -4px;
    }

    .div_btn_left_ln {
        padding-left: 15px !important;
    }

    .select-klient-class {
        width: 240px;
        float: left;
    }

    .btn_dop_adn {
        float: right;
        height: 32px;
        margin-right: 10px;
    }

    .margin-edit-block {
        width: 100%;
    }

    .icon_srednia_wydaj {
        margin-right: 5px;
        margin-left: 0;
    }

    #sredniczascyklu-modal {
        padding: 5px;
    }
}

.div_btn_left_ln {
    padding-left: 0;
}

@media (max-width: 575px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .div_harmonogramy_ed {
        padding-left: 5px;
        padding-top: 13px;
        padding-bottom: 18px;
    }
}

.btn_helpdesk_icon {
    margin-right: 10px;
}

@media (max-width: 800px) {
    .btn_helpdesk {
        font-size: 20px !important;
        padding: 5px 8px;
        margin: 0px 4px;
    }

    .btn_helpdesk_txt {
        display: none;
    }

    .btn_helpdesk_icon {
        margin-right: 0;
    }

    .header .header-block-nav {
        padding-right: 5px !important;
    }

    .hide_mobile {
        display: none;
    }
}

@media (max-width: 560px) {
    .company-description {
        max-width: 125px;
    }
}

.czas_cyklu_info {
    font-size: 12px;
    color: #949599;
    margin-top: 5px;
    float: left;
}

.czas_cyklu_info_nm {
    margin-top: 0 !important;
}

.czas_cyklu_info_nm2 {
    margin-top: -5px !important;
}

.sredniczas_cyklu_tab1 {
    clear: both;
    float: left;
    width: 50px;
    min-height: 1px;
}

.sredniczas_cyklu_tab2 {
    float: left;
    width: 220px;
    text-align: right;
    margin-right: 6px;
}

.sredniczas_cyklu_tab3 {
    float: left;
    text-align: left;
}

.sredniczas_cyklu_tab4 {
    float: right;
    font-weight: bold;
    margin-right: 5px;
}

.txt_dosts_analiz {
    font-weight: normal;
    padding-left: 5px;
}

.txt_proc_analiz {
    width: 70px;
    float: right;
    text-align: right;
}

.sp_bold {
    font-weight: bold;
}

.sp_bold_2 {
    margin-left: 5px;
}

.sp_bold3 {
    font-weight: bold;
    font-size: 18px;
}

.sredniczascyklu_col1 {
    min-height: 180px;
}

.sredniczas_cyklu_tab11 {
    clear: both;
    float: left;
    width: 180px;
    min-height: 1px;
}

.sredniczas_cyklu_tab12 {
    float: left;
    width: 250px;
    text-align: center;
    margin-right: 6px;
}

.sredniczas_cyklu_tab13 {
    float: left;
    text-align: center;
    width: 210px;
}

.sredniczas_cyklu_tab21 {
    width: 50%;
    float: left;
}

.sredniczas_cyklu_tab22 {
    float: left;
    padding-top: 25px;
    padding-left: 105px;
    position: relative;
}

.sredniczas_cyklu_tab211 {
    width: 80px;
    clear: both;
    min-height: 1px;
    float: left;
}

.sredniczas_cyklu_tab212 {
    width: 100px;
    float: left;
    text-align: right;
    margin-right: 5px;
}

.sredniczas_cyklu_tab213 {
    float: left;
}

.sredniczascyklu_col3 {
    clear: both;
    padding-top: 4px;
    padding-left: 8px;
    min-height: 35px;
}

.sr_small {
    font-size: 11px !important;
}

#sc_select_jakosc {
    width: 70px;
}

#usun_sredniczascyklu {
    position: absolute;
    top: 15px;
    right: 15px;
}

.czas_cyklu_info2 {
    margin-right: 10px;
}

.sredniczas_cyklu_tab213 > .selectize-control .selectize-input {
    padding: 2px;
    width: 82px;
    text-align: left;
}

.sredniczas_cyklu_tab213 .selectize-dropdown, .selectize-dropdown.form-control {
    height: 80px !important;
}

.sredniczas_cyklu_tab213 .selectize-dropdown-content {
    max-height: 100% !important;
    height: 100% !important;
}

.ob_txt_tit1 {
    margin-bottom: 2px;
    margin-top: -10px;
}

.ob_txt_tit2 {
    margin-bottom: 8px;
}

#sredniczascyklu_checkbox_iloscdetali_label {
    margin-top: -37px;
}

.hr_scc_2 {
    margin-bottom: 8px;
}

.src_t1 {
    clear: both;
    width: 50%;
    float: left;
}

.src_t2 {
    width: 18%;
    float: left;
}

#srednia_od {
    width: 180px;
}

#srednia_do {
    width: 180px;
}

.src_t12 {
    margin-top: -5px;
}

#sredniczascyklu_final {
    clear: both;
    margin-top: -20px;
}

.sr_cz_rig_bottom {
    float: right !important;
}

#licz_sredniczascyklu {
    margin-bottom: 0;
}

.os_icon_arrow {
    position: absolute;
    left: 45px;
    top: 20px;
    font-size: 40px;
}

#btn_analizuj {
    margin: 5px 0 15px;
}

.row_serwis_order_new {
    margin-left: 5px;
}

.row_serwis_order_not_now {
    float: left;
    width: 300px;
    margin-top: -60px;
}

.div_obliczenia_statyczne {
    padding: 20px 35px 30px;
}

.stats_bottom1 {
    margin-left: 35px;
}

.stats_bottom_p {
    text-transform: uppercase;
    margin-left: 26px;
    font-weight: bold;
}

.btn_analizuj2 {
    margin-left: 34px !important;
}

.btn_stats_params_tool {
    position: absolute;
    right: 0;
    bottom: -80px;
}

#btn_zoom_out {
    float: left;
    margin: 0 0 10px 34px;
}

#btn_zoom_in {
    float: left;
    margin: 0 5px;
}

.txt_zakres {
    float: left;
    font-size: 14px;
    margin: 8px 30px;
    font-weight: bold;
}

.ks_top_wid {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

#div_cesja_i {
    position: absolute;
    left: 265px;
    top: -5px;
    display: none;
}

.btn_kasuj_alarm {
    margin-left: 10px;
    float: left;
    clear: both;
}

.col_xl_msg {
    padding-left: 0;
    padding-right: 0;
}

.list_mh_form {
    padding: 16px;
    margin-bottom: 25px;
    width: 100%;
}

.txt_czesci_zamienne2 {
    margin-top: 3px;
}

@media (max-width: 1180px) {
    .row_serwis_order_not_now {
        margin-top: 0;
    }
}

@media (max-width: 610px) {
    .ob_sr_div1 {
        min-height: 85px;
    }

    #usun_sredniczascyklu {
        top: 5px;
        right: 5px;
    }

    #sredniczascyklu_final {
        font-size: 11px;
    }

    .sredniczas_left {
        width: 145px;
    }

    .sredniczas_left2 {
        width: 60px;
    }

    .sredniczas_cyklu_tab1 {
        width: 28px;
    }

    .sredniczas_cyklu_tab2 {
        width: 120px;
    }

    #sredniczascyklu_checkbox_iloscdetali_label {
        font-size: 8px;
        margin-top: -55px;
    }

    #sredniczascyklu_checkbox_zuzyciesurowca_label {
        font-size: 8px;
        margin-top: -18px !important;
        left: 73px;
    }

    .sredniczascyklu_checkbox_iloscdetali_label_stats {
        margin-left: 95px !important;
        margin-top: -5px;
    }

    .sredniczascyklu_checkbox_zuzyciesurowca_label_stats {
        font-size: 8px;
        margin-top: 20px !important;
        left: 18px;
    }

    .sredniczascyklu_col1 {
        min-height: 135px;
    }

    .sredniczas_cyklu_tab11 {
        width: 75px;
    }

    .sredniczas_cyklu_tab12 {
        width: 120px;
    }

    .sredniczas_cyklu_tab13 {
        width: 120px;
    }

    .sredniczas_cyklu_tab211 {
        width: 45px;
    }

    .sredniczas_cyklu_tab212 {
        width: 85px;
    }

    .sredniczas_cyklu_tab21 {
        width: 205px;
    }

    .sredniczascyklu_col3 {
        padding-left: 0;
    }

    .czas_cyklu_info2 {
        margin-right: 5px;
    }

    .sredniczas_cyklu_tab22 {
        padding-top: 15px;
        padding-left: 30px;
    }

    .modal-dialog-srcz {
        margin: 5px auto;
        max-width: 360px;
    }

    .sredniczascyklu_p {
        height: 5px;
    }

    .sredniczascyklu_final {
        margin-bottom: 5px;
    }

    .sr_hr1 {
        margin-top: 15px;
    }

    .ob_txt_tit1 {
        font-size: 11px;
    }

    .ob_txt_tit2 {
        font-size: 11px;
    }

    #srednia_od {
        font-size: 12px;
        padding: 6px;
        width: 128px;
    }

    #srednia_do {
        font-size: 12px;
        padding: 6px;
        width: 128px;
    }

    .modal-body-scc {
        padding: 15px 5px 45px 5px;
    }

    .sredniczas_cyklu_tab2 {
        margin-right: 2px;
    }

    .sp_bold_2 {
        margin-left: 2px;
    }

    .hr_scc_2 {
        margin-bottom: 4px;
        margin-top: 4px;
    }

    .sp_bold3 {
        font-size: 14px;
    }

    .src_t1 {
        width: 57%;
    }

    .modal-footer-cc {
        padding: 15px 5px;
    }

    #btn_sredniczascyklu_save {
        float: right;
    }

    .sredniczas_iloscycklispan {
        margin-left: -73px;
        width: 128px;
    }

    .czas_cyklu_info {
        font-size: 9px;
        margin-top: 2px;
    }

    .sredniczascyklu_col3 {
        min-height: 25px;
    }

    .btn_os {
        font-size: 12px;
        padding: 0.5rem 0.7rem;
        margin-left: 0;
    }

    .sredniczas_left3 {
        width: 120px;
        margin-left: 71px;
    }

    .sredniczas_left3_bottom {
        margin-left: 0;
        width: 116px !important;
    }

    .sredniczas_left2_bottom {
        margin-left: -68px !important;
    }

    .os_icon_arrow {
        left: 10px;
        top: 11px;
        font-size: 30px;
    }

    #btn_analizuj {
        margin: 10px 0 15px;
    }

    #loader_analiza {
        padding-top: 17px;
    }

    .txt_select_stats_width {
        font-size: 12px;
    }

    .div_obliczenia_statyczne {
        padding: 5px 0 30px;
    }

    .stats_bottom1 {
        margin-left: 5px;
    }

    .hr_mobile {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .stats_bottom_p {
        font-size: 13px;
        margin-left: 5px;
        margin-bottom: 0;
    }

    .btn_analizuj2 {
        margin-left: 5px !important;
    }

    #sredniczascyklu_final {
        margin-left: -2px;
    }

    .txt_proc_analiz {
        width: 40px;
    }

    .search_usrednianie {
        margin-top: 1px;
    }

    #btn_zoom_out {
        float: left;
        margin: 0 0 6px 5px;
    }

    .txt_zakres {
        margin: 5px 8px;
    }

    .form-group-mobil {
        margin-bottom: 8px;
    }

    .txt-edit-mold-cardpdf {
        margin-left: 12px;
    }

    .btn_ed_mar2 {
        margin-bottom: 8px;
    }

    .btn_karta_techn_narzedzia {
        margin-top: 5px;
    }

    .btn_wycofanie_ze_stanu {
        margin-top: 8px;
    }

    .btn-add-top {
        margin-bottom: 6px !important;
    }

    .div_box_status {
        padding-top: 10px;
        padding-bottom: 2px;
        padding-left: 12px;
    }

    #temp_options_div {
        width: 320px !important;
    }

    #mnoznik {
        width: 60px !important;
    }

    #przesuniecie {
        width: 60px !important;
    }

    #temp_rzeczywista {
        width: 60px !important;
    }

    #div_select-temp-montaz {
        margin-left: 15px !important;
        width: 250px !important;
    }

    .txt_podaj_aktualna_temp {
        max-width: 160px !important;
    }

    .div_label_wtrysk_info {
        height: 0;
    }

    .div_title_wtryskarka_top {
        margin-top: 10px;
    }

    .btn-sm-nmb {
        margin-bottom: 5px;
    }

    .ks_top_wid {
        margin-bottom: 0;
    }

    .txt_left_mobile {
        text-align: left !important;
    }

    #div_cesja_i {
        left: 245px;
        font-size: 9px;
    }

    .remind_mobile {
        margin-left: -13px;
        margin-top: 10px;
    }

    .logoimg {
        padding: 5px 0;
    }

    .remind_div_kolor {
        margin-bottom: 0;
    }

    #form_replay {
        margin-bottom: 0;
    }

    .remind-mt15 {
        margin-top: 5px !important;
    }

    .btn_add_new_harmonogram2 {
        font-size: 1rem !important;
    }

    #btn_potwierdz_harmonogram {
        font-size: 1rem !important;
    }

    #msg_remind_ks {
        clear: both;
    }

    .options_anr {
        left: -9px !important;
        top: -50px !important;
    }

    #div_pasekpostepu_wizualizacja {
        margin-left: 0 !important;
    }

    .div_filtr_lo {
        margin: 1px 7px 0 15px !important;
    }

    .title-block {
        margin-bottom: 5px !important;
        padding-bottom: 0 !important;
    }

    .replay-method-title {
        min-height: auto !important;
    }

    #btn-fast-period1 {
        clear: both;
    }

    #btn-fast-day1 {
        clear: both;
    }

    #btn-fast-month1 {
        clear: both;
    }

    #btn-fast-year1 {
        clear: both;
    }

    .div_buttons_anr {
        margin-left: 0 !important;
    }

    .card_right_anr {
        padding-left: 25px;
    }

    .ws_anr {
        padding-left: 0 !important;
    }

    .col-input-left {
        padding-left: 0;
        padding-right: 0;
    }

    .form-group-share {
        margin-left: -15px;
        width: 100%;
    }

    .col-sm-udostepn {
        margin-right: -15px;
        margin-left: 15px;
    }

    .card-block-first {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-btn-em {
        margin-left: -5px;
    }

    .txt_options_anr {
        margin-left: 0 !important;
    }

    .form_box_left_tw {
        margin-left: 0 !important;
    }

    .btn_kasuj_alarm {
        margin-left: 15px;
    }

    .set-icons-buttons {
        margin-top: 3px !important;
        margin-bottom: 1px;
    }

    .card-helpdesk .card-title-block h3 {
        font-size: 10px;
    }

    .title_tel {
        top: 30px !important;
        font-size: 8px !important;
    }

    .helpdesk_photo {
        width: 60px !important;
        height: 60px !important;
    }

    .helpdesk_manager {
        right: -78px !important;
        width: 100px !important;
    }

    .card-mt {
        margin: 10px 60px 10px 0 !important;
    }

    .content-panel {
        padding: 85px 0 15px 0 !important;
    }

    .txt_top_adm_vh {
        height: 0 !important;
    }

    .txt_msg_adm_vh {
        padding: 0 !important;
    }

    .btn_adm_zamknij {
        margin-right: 5px !important;
    }

    .btn_zaloguj_adm_vh {
        float: left !important;
        margin-left: 5px;
        height: 30px;
    }

    #time_share2 {
        margin-top: 2px;
    }

    .list_mh_form {
        margin-bottom: 5px;
    }

    #select_options {
        max-width: 190px;
    }

    #btn_select_options_choose, #btn_select_options_choose_disabled {
        clear: right !important;
        float: right !important;
        margin-bottom: 0 !important;
        margin-top: -1px;
    }

    .txt_edit_monitorowanie {
        margin-left: 1px;
    }

    .txt_edit_monitorowanie2 {
        margin-left: 10px !important;
    }

    .list_counters_history_do {
        float: left;
        margin-bottom: 5px;
    }

    .list_counters_history_btns {
        float: right;
        margin-top: -25px;
        margin-bottom: 5px;
    }

    .list_counters_history_top {
        margin-left: 10px;
    }

    #btn_widocznosc {
        float: left;
        margin-top: 6px;
    }

    .txt_czesci_zamienne2 {
        float: left;
        width: 170px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .tree_atc {
        padding-top: 35px;
    }

    .modal-content-czmb {
        margin-right: 7px;
    }

    .div_cs_buttons {
        margin-left: 0 !important;
    }

    .txt_stats_mob_sm {
        margin-top: -8px;
        float: left;
    }

    .set_modal_pl_biginput {
        width: 300px !important;
    }

    .set_modal_pl_body {
        float: left;
        clear: both;
    }

    .table-responsive-custom {
        display: block;
        width: 100%;
        min-height: 0%;
        overflow-x: auto;
    }
}

@media (max-width: 500px) {
    .btn-replay-method {
        font-size: 16px !important;
    }

    .btn-replay-method_1, .btn-replay-method_ks_1 {
        margin-left: 0 !important;
        float: none;
        clear: both;
    }

    .btn-replay-method {
        font-size: 16px !important;
        /*width: 145px !important;*/
        width: 100% !important;
    }

    .btn-replay-method_2, .btn-replay-method_ks_2 {
        float: left;
        margin-left: 0 !important;
        /*margin-left: 10px;*/
    }

    #piechart1, #piechart2, #piechart3 {
        width: 280px !important;
    }

    .overlay {
        left: 65px !important;
    }

    .tbl_btns {
        width: 320px;
        min-height: 38px;
    }

    .btn_karta_techn_narzedzia {
        margin-left: 5px !important;
    }

    .btn_karty_serwisowe {
        margin-left: 5px !important;
    }

    .btn_zlecenia_serwisowe {
        margin-left: 5px !important;
    }

    .btn_powiadomienia_zgloszenia {
        margin: 2px 0 4px 5px !important;
    }
}

.btn_karta_techn_narzedzia {
    margin-left: 10px;
}

.btn_karty_serwisowe {
    margin-left: 10px;
}

.btn_zlecenia_serwisowe {
    margin-left: 10px;
}

.confirm-remind-info-buttons {
    float: left;
    width: 100%;
}

#form_type_nfc {
    margin-left: 15px;
}

.div_buttons_anr {
    margin-left: 15px;
}

.ws_anr {
    clear: both;
    padding-left: 24px;
}

@media (min-width: 500px ) and (max-width: 900px) {
    .btn-replay-method_1, .btn-replay-method_ks_1 {
        clear: both;
        float: left;
        font-size: 16px !important;
        margin-left: 0 !important;
    }

    .btn-replay-method_2, .btn-replay-method_ks_2 {
        float: left;
        margin-left: 15px;
        font-size: 16px !important;
    }
}

.remind-mt15 {
    margin-top: 15px;
}

.remind_div_kolor {
    margin-bottom: 5px;
}

.cur_pointer {
    cursor: pointer;
    display: block;
    float: left;
}

.div_analiza {
    clear: both;
    background-color: white;
    padding: 10px;
    border: 1px solid #bfbebe;
    /*min-width: 1052px;*/
    overflow-x: scroll;
    overflow-y: hidden;
}

.row_chart {
    overflow-x: scroll;
    overflow-y: hidden;
}

.btn_wskaz {
    font-size: 14px;
}

#div_analiza_content {
    padding: 20px 0 0;
    /*max-width: 600px;*/
}

.sredniczascyklu_col1, .sredniczascyklu_col2, .sredniczascyklu_col3 {
    max-width: 650px;
}

.sredniczascyklu_final_stats {
    margin-top: -10px;
    border: 1px solid #d9d9d9;
    padding: 5px 10px 20px 10px;
}

.sredniczascyklu_final_stats_padding {
    padding: 5px 10px 45px 10px;
}

.stats_bottom {
    display: inline-block;
}

@media (max-width: 1100px) {
    .sredni_czas_cyklu_od {
        float: left;
        margin-bottom: 2px;
    }

    .sredni_czas_cyklu_do {
        float: left;
        clear: both;
    }

    .btn_wskaz {
        float: left;
        margin-left: 5px;
    }
}

@media (min-width: 576px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

.select_adm {
    font-size: 12px;
}

.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.icon_center_tbl_molds {
    padding-top: 2px;
}

.title_stats {
    font-size: 18px;
}

#type_tool {
    background-color: #f0f3f6;
}

.url_panel_tut {
    position: absolute;
    bottom: 22px;
    margin-left: 10px;
    text-decoration: underline !important;
    color: #867adc !important;
}

.url_link {
    text-decoration: underline !important;
    color: #867adc !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
    }
}

.div_card_name_pdf {
    max-width: 275px;
    height: 38px;
    display: flex;
    align-items: center;
    padding-top: 0;
    margin-bottom: 5px;
}

.chart_div {
    min-width: 1052px;
    width: 100%;
}

.btn_karty_serwisowe {
    clear: both;
}

.btn_zlecenia_serwisowe {
    clear: both;
    margin-top: 2px;
}

.font_normal {
    font-style: normal !important;
}

@media (max-width: 533px) {
    .hide_mobile {
        display: none;
    }
}

.textarea-nooverflow {
    overflow: hidden;
}

.spare_parts_list_price {
    font-size: 12px;
    margin-left: 10px;
    color: black !important;
}

.spare_parts_list_price_space {
    width: 15px;
    display: inline-block;
}

#sredniczascyklu_detali_from {
    display: none;
}

#sredniczascyklu_detali_to {
    display: none;
}

.sredniczascyklu_label_checkbox {
    width: 280px;
}

.tbl_center {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

.tbl_center_left {
    float: left;
    clear: both;
    width: 100%;
}

.txt_lw {
    font-size: 11px;
    padding-left: 0;
    margin-top: 10px;
}

.txt_em_info_wtryskarka {
    font-size: 10px;
}

#macAddressWtryskarka {
    height: 36px;
}

.lm_icon_powiad {
    margin-top: 6px;
}

.txt_bold {
    font-weight: bold;
}

.selectize-input {
    font-size: 1rem !important;
    padding: 0.4rem 0.75rem !important;
    color: #55595c !important;
}

.selectize-dropdown {
    font-size: 1rem !important;
    color: #55595c !important;
}

.txt_wtryskarka_cancel {
    color: red;
    font-size: 10px;
    width: 120px;
    margin-right: 15px;
    float: right;
}

.icon-wifi {
    margin: 3px 4px 0 0;
}

.fa-right-em {
    margin-right: 10px;
    margin-left: 10px;
}

.div_temp {
    position: relative;
}

#temp_options {
    font-size: 13px;
    font-weight: normal;
    color: #8f5f9a;
    text-decoration: underline;
    cursor: pointer;
    float: left;
    margin: 3px 0 0 12px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#temp_options_div {
    display: block;
    background-color: #fff;
    padding: 10px;
    width: 408px;
    top: 30px;
    left: 0;
    position: absolute;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

#div_select-temp-montaz .selectize-input {
    font-size: 12px !important;
    line-height: 15px;
}

#div_select-temp-montaz .selectize-dropdown {
    font-size: 12px !important;
    line-height: 10px;
}

#cesja_i, #div_cesja_i {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tr_summary {
    background-color: #a0a0a0 !important;
    color: white !important;
}

.hr-summary {
    width: 20px;
    background-color: white !important;
}

.td_rel {
    position: relative;
}

.list_molds_temp_bt {
    color: #4f5f6f;
    float: right;
}

.fa-listmolds-bottom {
    margin-bottom: 5px;
}

.dt-checkboxes {
    height: 15px;
    width: 15px;
    margin-top: 2px;
}

.dt-checkboxes-select-all input {
    height: 15px;
    width: 15px;
}

.brand_url {
    cursor: pointer;
}

.div_tv {
    display: block;
    position: relative;
    background-image: url("../img/tv_frame.png");
    height: 539px;
    width: 830px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 30px;
}

.div_tv_iframe {
    padding: 19px;
    height: 493px;
    width: 830px;
}

.div_tv_small {
    display: block;
    position: relative;
    background-image: url("../img/tv_frame.png");
    height: 293px;
    width: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 30px;
}

.div_tv_iframe_small {
    padding: 10px;
    height: 273px;
    width: 450px;
}

.div_tv_name {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #ececec;
    margin-top: 1px;
}

.div_tv_name2 {
    position: absolute;
    color: #060606;
    font-size: 15px;
    top: -22px;
    left: 0;
}

.div_tv_name2_small {
    position: absolute;
    color: #5d5d5d;
    right: 0px;
    font-size: 15px;
    bottom: -20px;
}

.sp-container {
    background-color: #FFFFFF !important;
}

.sp-replacer {
    background-color: #FFFFFF !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
}

.sp-palette .sp-thumb-el {
    width: 25px !important;
    height: 25px !important;
}

.sp-preview {
    width: 70px !important;
    height: 25px !important;
}

.sp-replacer {
    padding: 11px !important;
}

.sp-dd {
    padding: 0 0 0 7px !important;
}

.box_color {
    position: absolute;
    left: 43px;
    top: 5px;
    font-size: 18px;
}

.box_color2 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: -83px;
}

.box_color2_clock {
    left: 7px;
    top: -79px;
}

.box_color_noactive {
    opacity: 0.5;
}

.btn_disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.reminder_center2 {
    margin: 55px 35px;
}

.btn_add_new_harmonogram2 {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 13px;
    opacity: 0.6;
    font-size: 16px !important;
}

.btn_add_new_harmonogram2:hover {
    opacity: 1;
}

#div_export_csv {
    float: left;
    margin-left: 4px;
    margin-top: 4px;
    display: none;
}

.div_export_csv1 {
    float: left;
}

.div_export_csv2 {
    float: left;
    margin-left: 4px;
}

#date_export_from {
    float: left;
    margin-left: 4px;
    padding: 0 8px;
    width: 105px !important;
    height: 38px;
    margin-top: -5px;
    border: 1px solid #d9d9d9;
}

#date_export_to {
    float: left;
    margin-left: 4px;
    padding: 0 8px;
    width: 105px !important;
    height: 38px;
    margin-top: -5px;
    border: 1px solid #d9d9d9;
}

.btn_select_options_choose {
    float: left;
    margin-left: 10px;
    height: 38px;
    margin-top: -3px;
}

.btn_select_options_choose_disabled:focus {
    background-color: #FFB04F !important;
    outline: none !important;
}

.btn_select_options_choose_disabled:hover {
    background-color: #FFB04F !important;
    outline: none !important;
}

.div_export_csv2_od {
    float: left;
    margin-top: 2px;
}

.div_tv_info {
    position: absolute;
    bottom: 15px;
    font-size: 12px;
    color: red;
}

.div_tv_info_small {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: red;
}

#select_options {
    margin-bottom: 5px;
}

@media (max-width: 610px) {
    .div_export_csv2 {
        clear: both;
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: 0;
    }

    #btn_select_options_choose {
        margin-left: 0;
        float: left;
        clear: both;
    }
}

.btn-replay-method {
    min-height: 85px;
    width: 180px;
    white-space: normal;
    text-align: center;
    padding-left: 30px;
    line-height: 22px;
    position: relative;
}

.confirm-remind_info {
    margin-bottom: 0;
}

.btn_confirm-remind-info-param {
    font-size: 13px;
    clear: both;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 5px;

    position: absolute;
    left: 0;
    bottom: 2px;
}

.txt_btn_replay_method {
    float: left;
    margin-top: -15px;
    width: 100%;
}

.fa-check-method {
    position: absolute;
    left: 6px;
    top: 6px;
}

.replay-method-title {
    float: left;
    min-height: 50px;
    margin-right: 5px;
}

.replay-method-desc {
    font-size: 16px !important;
}

.sp-preview {
    border: none !important;
}

.txt_options_link {
    font-size: 13px;
    font-weight: normal;
    color: #8f5f9a;
    text-decoration: underline;
    cursor: pointer;
}

#ustaw_najblizszy {
    display: none;
    position: absolute;
    margin-left: 4px;
    min-width: 65px;
}

#ustaw_najblizszy_data {
    display: none;
    position: absolute;
    margin-left: 4px;
    margin-top: -3px;
    width: 65px;
}

#rodzaj_data {
    float: left;
}

.reminder_checkbox_disabled_label {
    cursor: not-allowed;
}

.cr_left_d {
    float: left;
    width: 320px;
}

.cr_left_d2 {
    margin-bottom: 4px;
    float: left;
}

.btn-replay-method-ks {
    min-height: 50px;
    padding-top: 20px;
    font-size: 16px !important;
}

.modal-body-confirm-remind {
    float: left;
    width: 100%;
    background-color: white;
}

.icon_harm_big {
    animation: blinkingText 2s step-start infinite; /** step-start = linear **/
}

@keyframes blinkingText {
    50% {
        opacity: 0; /** 0.2 **/
    }
}

.btn_wkrotce {
    cursor: default;
}

.activate_script {
    font-size: 11px;
}

.icon-brn_pws {
    clear: both;
    font-size: 17px;
    float: left;
}

.icon-brn_pws_s {
    float: left;
    margin: 4px 0 0 3px;
    width: 86px;
}

.reminder_checkbox:hover + span:before {
    color: #3a4651;
    cursor: pointer;
}

.div_aktywnosc {
    float: left;
    padding: 3px;
    min-width: 75px;
    min-height: 50px;
    margin: 0 2px;
    font-size: 13px;
}

.div_aktywnosc_left {
    border-right: 1px solid #b9b9b9;
}

.icon_aktywnosc {
    width: 100%;
    text-align: center;
}

/** ProgressBar **/
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 11px;
    line-height: 16px;
    color: #526171;
    text-align: center;
    background-color: #337ab7;
    /*-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);*/
    /*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);*/
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;

    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

/** / ProgressBar **/

.checkbox_disabled_tb:checked:disabled + span:before {
    color: #949599 !important;
}

.icon_list_reminders {
    margin-right: 10px;
}

.td_left {
    float: left;
    text-align: left;
    margin-left: 8px;
    margin-top: 4px;
    clear: both;
}

.td_right {
    float: right;
    text-align: right;
}

.td_center {
    float: left;
    width: 100%;
    text-align: center;
}

.td_center2 {
    text-align: center;
}

.td_color_red {
    color: #cb3636;
    font-weight: 700;
}

.td_color_green {
    color: #016801;
    font-weight: 600;
}

.hr-mbn {
    margin-bottom: 0;
}

#div_panel_chart {
    position: relative;
}

.overlay {
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 100px;
    width: 48px;
    left: 78px;
    text-align: center;
    z-index: 0;
    font-size: 30px;
}

.overlay-label {
    display: block;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 135px;
    left: 57px;
    width: 90px;
    font-size: 10px;
}

.a_h_b {
    color: #3a4651 !important;
}

.a_h_b:hover {
    color: #949599 !important;
}

.col-md-margin {
    padding-left: 15px;
    padding-right: 15px;
}

.col-char-panel {
    position: relative;
}

@media (min-width: 992px) {
    .col-char-panel {
        float: left !important;
        width: 48% !important;
        padding-left: 2px;
    }

    .col-char-panel3 {
        width: 100% !important;
    }
}

@media (min-width: 1278px) {
    .col-char-panel {
        float: left !important;
        width: 33.333333% !important;
    }
}

.txt_piechart_title {
    width: 220px;
    text-align: center;
}

.div_chart_pie {
    margin: 0 auto;
}

div.google-visualization-tooltip {
    z-index: 9999;
}

.div_box_chart {
    width: 380px;
    margin: 0 auto;
    position: relative;
}

.icon_btn {
    cursor: pointer;
    margin-right: 4px;
    width: 22px;
    height: 22px;
    text-align: center;
}

.icon_btn:hover {
    opacity: 0.7;
}

#close_div_filters {
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
}

#close_div_filters:hover {
    opacity: 0.7;
}

.bootstrap-select.form-control {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0.2rem !important;
}

.bootstrap-select.form-control button {
    border-radius: 0.2rem !important;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    line-height: 20px;
}

.txt_options_anr {
    display: none;
    margin-left: 40px;
    font-size: 13px;
    font-weight: normal;
    color: #8f5f9a;
    text-decoration: underline;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.options_anr {
    display: block;
    background-color: #fff;
    padding: 10px 10px 10px 15px;
    min-height: 240px;
    width: 335px;
    top: 60px;
    left: 33px;
    position: absolute;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.options_anr_zm {
    /*top: 95px;*/
    top: 25px;
    left: 20px;
}

.mar-anr_val {
    margin-right: 4px;
}

.icon_lock {
    color: #ef7777 !important;
}

.icon_signal_100 {
    color: #0fe10f !important;
}

.icon_signal_50 {
    color: #ff991e !important;
}

.icon_signal_30 {
    color: #ff0000 !important;
}

.icon_signal_0 {
    color: #c9bbae !important;
}

.fip-box i {
    margin-top: 10px;
}

.selector-button {
    padding-top: 8px !important;
    height: 22px !important;
}

.icons-selector .fip-icon-block:before {
    margin-top: 7px;
}

.icons-selector {
    float: left;
    margin-left: 10px;
}

.icons-selector .selector {
    height: 30px !important;
}

.icons-selector .selected-icon .fa-circle-custom {
    line-height: 11px !important;
}

.icons-selector .selected-icon i {
    line-height: 30px !important;
}

.icons-selector .selector-button i {
    line-height: 30px !important;
}

.progress_lr {
    height: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0.5px solid #dbdede;
    box-shadow: none;
    border-radius: unset;
    font-weight: bold;
    width: 55px;
    float: right;
}

.btn_table2 {
    min-width: 60px;
    /*height: 38px;*/
    margin-top: 2px;
}

.set-icons-buttons {
    height: 9px;
    font-size: 13px;
    margin-top: -1px;
}

.btn_pokaz_resp {
    margin-top: -2px;
}

.form_pds {
    height: 9px;
    font-size: 13px;
    margin-top: -1px;
}

#btn_export_list_counters {
    margin-top: 10px;
}

.fip-icons-container {
    font-size: 20px !important;
}

.fa-circle-custom {
    font-size: 21px !important;
    margin-top: 10px !important;
    color: green !important;
}

.fa-check-custom {
    color: green !important;
}

.lrc_postep {
    float: left;
    clear: both;
}

.selector, .selected-icon {
    border-radius: 0.2rem;
}

.input-search-info2 {
    float: left;
    margin: 5px 0 0 8px;
}

.fa-cog-niepracujace {
    color: #c7cbce !important;
}

.icons-selector.fip-grey .selector-button {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.icons-selector.fip-grey .selector {
    border: 1px solid #d9d9d9 !important;
}

.icons-selector.fip-grey .selector-button i {
    color: #55595c !important;
}

.dataTables_filter input {
    height: 32px;
}

.reminder_postep_div {
    padding: 0 1px;
    font-size: 11px;
    margin-top: -9px;
    height: 18px;
    width: 100%;
    float: left;
}

.reminder_postep_content {
    float: right;
}

.lrc_postep_em {
    padding: 1px 2px;
}

.dataTables_filter input {
    width: 160px !important;
}

.progress_preview {
    float: left;
    height: 20px;
    width: 80px;
    margin-top: 2px;
}

#div_pasekpostepu_wizualizacja {
    float: left;
    margin-top: 6px;
    margin-left: 48px;
}

#pasek_postepu_wizualizacja_value {
    float: left;
    margin-right: 5px;
}

.progress_lr_body_active {
    border: 2px solid #fec4c3 !important;
}

.div_filtr_lo {
    display: none;
    float: left;
    margin: 7px 7px 0 0;
}

.selector-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.title-block {
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.icon-lr {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    color: #fd6e1e;
}

@media (max-width: 1200px) {
    .margin-edit-block {
        width: 100%;
    }
}

.fa-battery-mg {
    margin-top: 5px;
}

.ta_lbl {
    clear: both;
    float: left;
}

.ta_lbl2 {
    margin-left: 20px;
}

#share_url_copy {
    color: #7119ff !important;
    text-decoration: underline !important;
    font-size: 0.9rem;
}

/*.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {*/
/*    background-color: white !important;*/
/*    color: #212529 !important;*/
/*}*/

.piechartall {
    height: 200px;
    width: 330px;
}

.form_box_left_tw {
    margin-left: 6px;
}

.btn_test_ping {
    float: left;
}

.div_time_ping {
    display: none;
    float: left;
    margin-left: 10px;
    border: 1px solid #949599;
    padding: 6px 5px;
    width: 100px;
    height: 35px;
    text-align: center;
}

.col-xl-12 {
    padding: 0;
}

.txt_count_premissions {
    padding-left: 5px;
}

.table_manager {
    max-height: 150px;
    max-width: 400px;
}

.helpdesk_manager {
    position: absolute;
    right: -120px;
    width: 130px;
    top: 0;
}

.helpdesk_photo {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    float: left;
    margin-left: 25px;
    object-fit: cover;
}

.title_right {
    float: right;
}

.title_tel {
    position: absolute;
    right: 8px;
    top: 23px;
    font-size: 11px;
}

.div_options_helpdesk {
    position: absolute;
    right: 5px;
    bottom: 2px;
}

#btn_external_stats {
    position: absolute;
    right: 0;
    z-index: 9999;
}

.div_bottom_time {
    position: fixed;
    right: 5px;
    bottom: 5px;
    padding: 5px 30px;
    font-size: 40px;
    color: #f9b835;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.select_przeznaczenie {
    float: left;
}

.select_wypozyczenie {
    float: left;
    clear: both;
    margin-top: 2px;
}

.dt-checkboxes-cell {
    text-align: center;
}

#time_share {
    width: 66px;
    color: #506070;
    font-weight: normal;
}

#time_share2 {
    width: 66px;
    color: #506070;
    font-weight: normal;
}

.txt_top_adm_vh {
    position: relative;
    height: 135px;
}

.btn_adm_zamknij {
    margin-right: 30px;
}

.btn_zaloguj_adm_vh {
    height: 35px;
    margin-right: 30px;
}

.btn_wyslij_adm_vh {
    margin-right: 90px;
}

#txt_nodata_chart {
    position: absolute;
    left: 0;
    top: 218px;
    right: 0;
    z-index: 999;
    background-color: white;
    margin: 0 auto;
    width: max-content;
}

#frame {
    border: solid 1px #bfbebe;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 10px;
}

.time_wtr {
    color: #0a0a0a !important;
    text-align: center;
}

.form-stats-wtryskarki {
    position: relative;
}

.icon_uszkodzony {
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.list_adm_date {
    font-size: 10px;
}

.icon_so {
    color: #f51f47 !important;
}

.icon_so_all {
    color: #4f5e6f !important;
}

.icon_so_open {
    color: #4bcf99 !important;
}

.div_so {
    margin-left: -20px;
}

.btn_anr_p:focus {
    outline-color: #eceeef !important;
    outline: unset !important;
}

.btn_anr_p:active:focus {
    outline-color: #eceeef !important;
    outline: unset !important;
}

#czesci_zamienne-modal-brakdedykowanych {
    max-width: 540px;
    margin: 113px auto;
}

.btn_settings_list {
    margin-left: 10px;
    cursor: pointer;
}

.modal-header-move {
    cursor: move;
}

#form_select_columns .table th, #form_select_columns .table td {
    padding: 0.25rem;
}

#form_select_columns > .table {
    margin-bottom: 0;
}

.icon_wk_minus {
    margin-left: 4px;
}

.table-molds {
    width: 100% !important;
}

.btn_powiadomienia_zgloszenia {
    float: left;
    margin: 3px 0 5px 10px;
}

.icon_add_notification_service {
    cursor: pointer;
    margin-left: 8px;
    color: #949599;
}

.icon_add_notification_service:hover {
    color: #3a4651;
}

#name_person {
    font-weight: bold;
}

#select_tool_notification {
    height: 300px;
    width: 100%;
}

.ms-options-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search-highlight {
    background-color: #FFFF88;
    border-radius: 0.28571429rem;
    padding: 0;
}

.ms-options {
    max-height: 400px !important;
    max-width: 530px;
    margin-left: 15px;
}

.ms-selectall {
    text-decoration: underline !important;
    color: black !important;
}

.btn_ls_i {
    font-size: 16px !important;
    margin-right: 1px;
}

.btn_ch_i {
    font-size: 22px !important;
    margin-top: 7px !important;
}

.section-stats {
    clear: both;
}

.panel_btn_options {
    float: left;
    display: block;
}

.stats_hch {

}

.row_lds_top {
    min-width: 250px;
}

.ld_count_production {
    font-size: 28px;
    color: #1bc7a6;
    font-weight: bold;
}

.ld_title_stats {
    float: left;
    color: #dfae52;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
}

.ld_title_stats2 {
    margin-top: 15px;
}

.ld_subtitle_stats {
    font-size: 18px;
}

.left_line {
    padding-right: 2px;
    border-left: 2px solid #ADB2B5;
    padding-left: 10px;
    padding-top: 3px;
}

.btn_zoom_stats {
    position: absolute;
    right: 20px;
    color: #4f5e6f;
    top: 10px;
    cursor: pointer;
    font-size: 18px;
}


@media (max-width: 767px) {
    .btn_zoom_stats {
        display: none !important;
    }
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #bfbebe !important;
}

.dataTables_scrollBody thead tr[role="row"] {
    visibility: collapse !important;
}


.btn_stats_lcs {
    font-size: 35px;
}


/** **/
.highcharts-figure .chart-container {
    width: 300px;
    height: 200px;
    float: left;
}

.highcharts-figure, .highcharts-data-table table {
    width: 900px;
    margin: 0 auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

@media (max-width: 600px) {
    .highcharts-figure, .highcharts-data-table table {
        width: 100%;
    }

    .highcharts-figure .chart-container {
        width: 300px;
        float: none;
        margin: 0 auto;
    }

}

/** **/
.highcharts-figure {
    display: flex;
    margin-bottom: 20px;
}

#chart_stats {
    max-height: 400px;
}

#section_stats_days {
    position: relative;
    margin-top: 20px;
    height: 400px;
    background-color: #FFFFFF;
}

#section_stats_day {
    position: relative;
    margin-top: 20px;
    height: 400px;
    background-color: #FFFFFF;
}

.td_right2 {
    text-align: right;
}

.btn_close_stats {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 99;
}

.stats_no_reading {
    text-align: center;
    padding-top: 80px;
}

.chart_tooltop {
    background-color: white;
    border: 1px solid black;
    opacity: 1;
    z-index: 9999 !important;
    padding: 5px;
}

@media (max-width: 610px) {
    .mobile_hide {
        visibility: hidden !important;
        display: none;
    }

    .mobile_show {
        visibility: visible !important;
        display: block;
    }
}

.sub_title {
    font-size: 15px;
    font-weight: bold;
}

.sub_active {
    color: #4bcf99;
}

.sub_details {
    margin-left: 50px;
}

.sub_check {
    color: #4bcf99;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.sub_nocheck {
    color: #f51f47;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.sub_details2 {
    margin-left: 50px;
}

.contract_count_days {
    color: #f51f47;
    font-weight: bold;
}

.table-response-main {
    min-width: auto !important;
}

.icon_i {
    font-size: 20px;
    float: right;
    cursor: pointer;
}

.p_tooltip {
    font-size: 10px;
    width: 100%;
    position: absolute;
    margin-bottom: 2px;
}

@media (max-width: 610px) {
    .p_tooltip {
        position: relative;
    }
}

.td_gray {
    background-color: #f0f3f6;
    color: #a6adb5;
}

.lch_edit {
    cursor: pointer;
    float: right;
}

.lch_edit_div {
    float: right;
}

.lch_edit_input {
    float: left;
}

.lch_edit_loader {
    margin-top: 4px;
}

.lch_edit_btn {
    margin: 0 5px;
    font-size: 13px !important;
    padding: 3px;
    float: left;
}

.lbl_nomarg {
    margin-bottom: 0;
}

.set_modal_pl_biginput {
    width: 400px;
}

.slider_disabled {
    cursor: not-allowed;
    background-color: #c1c1c1 !important;
}

.modal-dialog-sub {
    width: 580px;
}

.sub_toptitle {
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 25px;
    text-align: center;
}

.sub_form {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.sub_input {
    float: left;
    margin-top: 13px;
}

.sub_label {
    float: left;
}

.btn-subscription {
    background-color: white !important;
    color: #c38d31 !important;
    border-color: #c38d31 !important;
    font-weight: bold;
    text-transform: uppercase;
    width: 170px;
    white-space: pre-wrap;
    margin-left: 10px;
    border-width: 2px;
    border-radius: initial;
}

.btn-subscription:focus, .btn-subscription:active, .btn-subscription:active:focus {
    outline-color: #c38d31 !important;
}

.sub_desc {
    float: left;
    font-size: 12px;
    max-width: 330px;
    margin-left: 20px;
}

.btn-subscription-active {
    background-color: #c38d31 !important;
    color: white !important;
}

.form-check-inline2 {
    margin-left: 75px !important;
}

.modal_plan_title {
    text-align: center;
    font-weight: bold;
}

.subscription_stext {
    font-size: 11px;
}

.btn_contract {
    font-size: 11px !important;
    width: 90px;
    white-space: initial;
}

.sub_txt_spr {
    text-decoration: underline !important;
    color: #8f5f9a !important;
    position: absolute;
    right: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.sub_txt_spr2 {
    text-decoration: underline !important;
    color: #8f5f9a !important;
    cursor: pointer;
}

.div_list_sub_con_box {
    margin-bottom: 15px;
    background-color: #f4f4f4;
    width: fit-content;
    color: #353535;
    padding: 8px;
    border: 1px solid #bfbebe;
}

.sub_con_txt_b {
    font-weight: bold;
}

.sub_subtitle {
    font-size: 12px;
}

.sub_subtitle2 {
    font-size: 12px;
    margin-bottom: 10px;
}

.td_box_1 {
    width: 35%;
    display: inline;
    float: left;
    text-transform: uppercase;
    text-align: right;
    padding-right: 20px;
}

.td_box_2 {
    width: 65%;
    display: inline;
    float: left;
    text-align: left;
}

#btn_subscription {
    margin-top: 15px;
}

.badge {
    cursor: pointer;
}

.badge:hover {
    background-color: #828282 !important;
}

.ld_count_production2 {
    font-size: 0.9rem;
}

.div_stats_box_left_production {
    margin-left: 3px;
}

#stats_cykli_options_div {
    display: block;
    background-color: #fff;
    padding: 10px;
    height: 300px;
    width: 310px;
    top: 50px;
    left: 55px;
    position: absolute;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.loc_options_div3 {
    top: 48px !important;
    left: 40px !important;
    height: 165px !important;
    width: 300px !important;
}

.txt_edit_bd {
    font-size: 11px;
}

.btn_settings_list_em {
    font-size: 14px;
    color: #4f5f6f;
}

#table_ed_m tr {
    cursor: default;
}

.btn_change_counter {
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.btn_change_counter2 {
    font-size: 18px;
}

.btn_change_counter_loader {
    display: none;
    position: absolute;
}

.tooltip {
    pointer-events: none;
}

.td_mac {
    position: relative;
}

.btn_history_change_counter {
    font-size: 16px;
    position: absolute;
    right: 4px;
    bottom: 8px;
}