header .navbar {
    font-family: 'Abel', sans-serif;
}

/* .select2-container {
    width: 100% !important;
} */

.cmt-bg-dark {
    background-color: #121313 !important;
}

.cmt-bg-dark a, .cmt-bg-dark a:hover {
    color: #ffffff;
}

body.cmt {
    background-color: #e3e7ed;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

html,
body {
    height: 100%;
}

.container__gui {
    max-width: calc(100% - 40px);
    margin-top: 20px;
    padding: 12px 15px;
    min-height: 88vh;
}

@media (min-width:1920px) {
    .container__gui {
        max-width: calc(85vw);
    }
}

.cmt-logout {
    color: #737474;
}

#navbarConregToogleBtn {
    outline: none;
}

#chartContainer {
    height: 400px;
    width: 100%;
}

.chart__first-timepoint {
    color: #000000;
    font-size: 0.75rem;
}

@media (min-width: 992px) {
    #chartContainer {
        height: calc(100vh - 390px);
    }

    .chart__first-timepoint {
        position: relative;
        top: -50px;
        left: 2.5rem;
        width: auto;
        max-width: 100%;
        display: inline-block;
    }
}

.navbar__flag {
    height: 15px;
    width: 25px;
    object-fit: cover;
    border: 1px solid #000;
}

.bg-black {
    background-color: #000000;
}

.navbar__language [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.language-set {
    margin: 0.25rem 0.5rem;
}

.language-set__wrapper {
    z-index: 99;
}

.badge-size-small {
    padding: 0.2rem;
    font-size: 0;
}

.font-size-150 {
    font-size: 150%;
}

.opacity-0 {
    opacity: 0;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-70 {
    opacity: 0.7;
}

.w-15 {
    width: 15%;
}

@media (min-width:992px) {
    .pr-md-2 {
        padding-right: 15px !important;
    }
}

.filter-grayscale-100 {
    filter: grayscale(100%);
}

.devices-list-btns {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}

.devices-list-btns .btn {
    border-radius: 5px;
    font-size: .85rem;
    margin-right: 0.15rem;
}

@media (min-width: 576px) {
    .devices-list-btns {
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
    }

    .devices-list-btns .btn {
        margin-right: 0.25rem;
    }
}


.devices-list-content {
    border: 1px solid transparent;
    display: block;
}

.devices-list-content:hover {
    border-bottom: 1px solid #ccc;
}

.devices-pill {
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: bold;
    color: #4c5367;
    transition: all 0.15s;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 0.75rem;
}

.devices-pill:hover, .devices-pill.active {
    border-bottom: 1px solid #ccc;
    background-color: #4c5367;
    color: #fff !important;
}


    .collapseFiltersMeasurementBtn {
        margin-right: 0.25rem;
    }
    .collapseFiltersMeasurementBtn  span {
            font-size: 0.85rem;
    }

@media (min-width:768px) {
    .collapseFiltersMeasurementBtn {
        position: absolute;
        z-index: 10;
        top: -45px;
        right: 15px;
            margin-right: 0;
    }
}

.nav-pills .nav-link.nav-link-list-pill {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #000;
    text-transform: uppercase;
    margin: 0.25rem;
}

#resultsToScroll, #chanelResultsToScroll {
    overflow: auto;
    width: 100%;
    position: relative;
}

#resultsTooScroll {
    height: calc(100vh - 350px);

}
@media (max-height: 500px) {
    #resultsTooScroll {
        height: 350px;
    }
}
@media (max-height: 700px) {
    #resultsTooScroll {
        margin-top: 10px;
    }
}
#collapseChannelsInfoBox {
    overflow: visible;
    z-index: 9999;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    margin: -1px;
    border-top: 1px solid white;
    background-color: white;
}
#collapseChannelsInfoBox {
    position: absolute;
    margin-top: 35px;
    width: 265px;
}

#chanelResultsToScroll {
    height: calc(100vh - 370px);
}

.nav-pills .nav-link.nav-link-list-pill.active, .nav-pills .nav-link.nav-link-list-pill:hover {
    background: #6c757d;
    color: #fff;
}

.nav-tabs .nav-link.nav-link-chanel {
    color: #6c757d;
    background: #fff;
    border-color: transparent;
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 0.75rem;
    line-height:1.2;
}

.nav-tabs .nav-link.nav-link-chanel.active, .nav-tabs .nav-link.nav-link-chanel:hover {
    color: #5c70d6;
    border-bottom-color: #5c70d6;
    background: #fff;
    font-size: 0.75rem;
    line-height:1.2;
}

@media (min-width: 768px) {
    .nav-tabs .nav-link.nav-link-chanel {
        padding-left: 0;
        padding-right: 0;
    }
}

#standard_recipe_form label, #channel_setting label {
    flex-basis: 100%;
    text-align: left;
    margin-bottom: 0.5rem;
}

#standard_recipe_form .form-group {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 575.98px) {
    .channel__button {
        transform: rotate(-90deg);
    }
}

@media (min-width: 768px) {
    .channel__details {
        min-height: 100px;
    }
}

.navbar-brand {
    font-weight: 600;
    margin-top: 2px;
    margin-left: 4px;
    margin-bottom: -2px;
}

#navbarConreg>.content-top.navbar-custom-menu {
    float: right;
    right: 20px;
    position: absolute;
}

#navbarConreg>.content-top.navbar-custom-menu {
    float: right;
    right: 20px;
    position: absolute;
}

.navbar__language [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.navbar__language [type=radio]+img {
    cursor: pointer;
}

.navbar__language [type=radio]:checked+img {
    outline: 2px solid #f00;
}

.cmt-bg-dark #navbarConreg>.content-top.navbar-custom-menu a, .cmt-bg-dark #navbarConreg>.content-top.navbar-custom-menu a:hover {
    color: #5c70d6;
    text-decoration: none;
    background-color: transparent;
}

.password-resetting-forms .form-control {
    width: auto;
    flex: 69%;
}

.cmt-bg-dark a, .cmt-bg-dark a:hover {
    color: #4c5367;
}

#reset_password .form-group label, .form-group legend.col-form-label, .password-resetting-forms .form-group label, .form-group legend.col-form-label {
    flex: 100%;
    text-align: left;
}
#select-wizard-modal .form-group label, .form-group legend.col-form-label{
    margin-top: 0;
    flex: 90% 0 0;
    text-align: left;
}

#reset_password_submit, #trigger_password_reset_submit {
    color: #fff;
    background-color: #6c757d;
}

#reset_password_submit:hover, #reset_password_submit:focus, #trigger_password_reset_submit:hover, #trigger_password_reset_submit:focus {
    color: #fff;
    background-color: #6c757d;
}

.tab-pane[id^="v-pills-channel-"]:not(.show) {
    height: 1px;
}

#measurement_project_information .field-collection-item-row {
    padding: 10px;
}

@media (min-width: 992px) {
    .measurement__wrapper {
        width: 50%;
    }
}

#easyadmin-add-collection-item-channel_setting_channelSettingCoefficients {
    margin-left: 15px;
}

#measurement_project_information .field-collection-item-action {
    right: 50px;
    margin-top: -15px;
    top: auto;
    position: absolute;
    z-index: 10;
}

#measurement_project_information fieldset.form-group {
    background-color: #fff;
}

.new-channel-box {
    cursor: pointer !important;
}

.mass-operation, .mass-operation input, .mass-operation label {
    cursor: pointer;
}

.mass-update-action-loader {
    position: absolute;
    top: -5px;
    left: 0;
    cursor: default;
    padding: 3px 28px;
    background-color: rgba(255, 255, 255, 0.5);
}

.probes-list-default .custom-control-label {
    font-size: 0.75rem;
}

.custom-control-input:checked~.custom-control-label:before, .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    color: #fff;
    border-color: #6c757d;
    background-color: #6c757d;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    outline: #ced4da;
    border: 1px solid #ced4da;
}

.select2-container--default:focus .select2-selection--single .select2-selection__rendered:focus {
    box-shadow: 0 0 0 0.2rem rgba(97, 116, 209, .25);
}

.select2-container .select2-selection--single {
    height: 30px;
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ced4da;
}

.select2-container .selection {
    outline: #ced4da;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border: 1px solid rgb(206, 212, 218);
    box-shadow: 0 0 0 0.2rem rgba(97, 116, 209, .25);
    outline: #ced4da;
}

.select2-search--dropdown .select2-search__field {
    outline: #ced4da;
    border: 1px solid #ced4da;
}

.select-measurement-archive {
    width: 100%;
    justify-content: space-between;
}

@media (min-width: 576px) {
    .select-measurement-archive {
        width: auto;
        max-width: 100%;
    }
}

#device_name .form-group, #measurement_name .form-group {
    padding: 0;
}

#share-link-box, #share-link-loader {
    position: absolute;
    right: 0;
    float: right;
    padding: 0;
    margin-top: 1px;
    z-index: 99999;
    top: -10px;
    background: white;
}

.max-text-length-200px {
    max-width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--default  > .selection > .select2-selection.select2-selection--single > .select2-selection__rendered {
    line-height: 24px;
    border: none;
}

#share-link-loader {
    padding-right: 15px;
    padding-top: 15px;
    width: 500px;
    background: white;
    text-align: center;
}

.device-name-form > .form-group > input[type="text"] {
    max-width: 100px;
}

button[state="menu"][type="button"] {
    margin-top: 20px !important;
}

.measurement-name-form #measurement_name_name {
    max-width: 100px !important;
}

#measurement_name input, #device-name__form input, #instrument-name__form input  {
    height: calc(1.25em + .5rem + 2px);
    padding: 0.25rem;
    font-size: .75rem;
    line-height: 1;
    border-radius: .2rem;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    margin-right: 0.25rem;
}

#device-name__toggle i {
    font-size: var(--font-size-lg);
}

#device-name, #measurment-name__block {
    display: flex;
    word-break: break-word;
}

.device-name__manage-btn {
    display: flex;
    justify-content: flex-end;
}

.device-name__manage-btn {
    display: flex;
    justify-content: flex-end;
}

.btn-gray {
    color: #ffffff;
    background-color: #5A6268;
    border-color: #5A6268;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
    color: #ffffff;
    background-color: #545B62;
    border-color: #5A6268;
}

.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
    background-image: none;
}

.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
    background-color: #5A6268;
    border-color: #5A6268;
}

.btn-gray .badge {
    color: #5A6268;
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .device-name__manage-btn {
        position: absolute;
        bottom: -30px;
        right: 0;
    }
}

.text-underline {
    text-decoration: underline;
}

.channel__legend, .measurment__header {
    font-size: 0.75rem;
}

.instrument-name {
    display: flex;
}

.instrument-name__box {
    word-break: normal;
    overflow-wrap: break-word
}

.collapseChannelsInfoBox .fa-angle-double-down:before {
    font-size: 0.75rem;
}

.instrument-name__toggle i {
    font-size: 0.75rem!important;
}

.channel__legend {
    background-color: #fff;
    display: flex;
    width: 100%;
    min-height: auto;
}

.channel__collapsing.collapsing {
    -webkit-transition: none !important;
    transition: none !important;
    display: none !important;
}

.channel__box-shadow {
    position: relative;
}

.channel-info__box {
    font-size: 0.75rem
}

.channel-info__btn {
    font-size: 0.75rem
}

.channel__box-shadow:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    width: 100%;
    opacity: 0.5;
    -webkit-box-shadow: -21px 10px -10px #FFFFFF;
    box-shadow: inset 0px -21px 10px -10px #FFFFFF;
}

.measurment__border {
    border-bottom: 1px solid #ccc;
}

.select-xs-width {
    width: 100%;
}

@media (min-width: 576px) {
    .measurment__border {
        border-bottom: none;
        border-right: 1px solid #ccc;
    }
}

@media (min-width: 1200px) {
    .select-xs-width {
        min-width: 130px;
    }
}

@media (max-width: 576px) {
    .pagination__box {
        position: relative;
        top: -2.25rem;
        right: -60%;
        width: 40%
    }
}

@media (max-width: 768px) {
    #rowToScroll {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-wrap: nowrap;
    }
    .devices-list-wrapper .row .measurment__container > .flex-row .measurement-header:first-child {
        height: 100px !important;
    }
    .measurment__container .measurement-header {
        max-width: 300px;
        overflow: hidden;
        margin-top: 5px !important;
    }

    .strength-points-form-button {
        display: block;
        overflow: hidden;
    }

    .measurment__container > .flex-row > .align-items-center.d-flex.pt-2 {
        display: block !important;
    }
}

.channel-traceability-style {
    position: absolute;
    right: 10px;
    top: 10px;
}

.treeview .list-group-item {
    padding-right: 1.75rem;
}

.line-type-change-form .custom-select {
    background: var(--white);
}

.line-type-change-form .input-group-append a.btn {
    box-shadow: none !important;
}

.breadcrumb-item {
    text-transform: capitalize;
    font-size: 1rem;
}

.title, .breadcrumb-item+.breadcrumb-item {
    word-break: normal;
    overflow-wrap: break-word;
}

h3.title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-size: var(--font-size-lg);
}

.h2, h2 {
    font-size: var(--font-size-lg)
}

.bigger__title {
    font-size: 1.25rem !important;
}

.channelsSliderMv {
    display: flex;
    flex-direction: column;
    padding-top: 0;
}


@media (max-width: 768px) {
    #channelsSliderMv-mw {
        line-height: 0;
        padding-top: 0;
    }
}

#channelsSliderMv-item2 {
    line-height: 1.25;
}

@media (min-width: 768px) {
    .list-tabs-mob__container {
        width: calc(100% - 60px);
    }
}

@media (min-width: 992px) {
    .list-tabs-mob__container {
        width: 89vw;
    }
}

.probes-list-table>.row {
    border-top: 1px solid #dee2e6;
    padding: 0.5rem 0.85rem;
}

.probes-list-table>.row label {
    margin-left: -25px;
    font-size: 0.75rem;
}

.probes-list-table>.row:nth-child(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.probes-list-table>.row input, .probes-list-table>.row label:before, .probes-list-table>.row label:after {
    display: none;
}

a.probes-list-print, .probes-list-lock-toggle {
    color: #4c5367 !important;
}

.probe-rows>div {
    margin-right: -15px;
    margin-left: -15px;
}

.probes-list-table h5, .probes-list-default h5 {
    font-size: .875rem;
}

.new-strength-point {
    position: absolute;
    top: 0;
    cursor: pointer;
    right: -3px;
    display: none;
}

.remove-strength-point {
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
    display: none;
}

.col-md-2:hover .remove-strength-point {
    display: block;
}

.new-strength-point-input.form-control-sm {
    height: 21px;
    line-height: 1.2;
}

.custom-tab-content>div {
    display: none;
}

.custom-tab-content>div.active {
    display: block;
}

.measurement-strength-points-values, .channel-strength-points-values {
    display: none;
}

.measurement-strength-points-values.active, .channel-strength-points-values.active {
    display: block;
}

.custom-file-label, .custom-file-label:after {
    overflow: hidden;
}
.loader__courtain {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}

.action-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: default;
    padding: 3px 28px;
    transform: translate(-50%, -50%);
    text-align: center;

}

.z-index-view{
    z-index: 10;
}

@media (min-width: 576px) {
    .canvasjs-chart-toolbar{
        margin-top: -25px;
    }
}

@media (max-width: 890px) {
    .flex-wrap-mobile{
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    select[name="lineTypeGroupId"]{
        padding: 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex, .d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 445px) {
    #select-wizard-btn {
            white-space: normal;
            font-size: 0.75rem;
            max-width: 65%;
            margin-bottom: 0.25rem;
    }
}

.btn-breadcrumb {
    max-width: 100%;

    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.btn-breadcrumb .btn {
    font-size: 0.75rem;
}

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -15px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn-light {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid transparent;
    border-top-color: rgb(173, 173, 173);
    border-right-color: rgb(173, 173, 173);
    border-bottom-color: rgb(173, 173, 173);
    border-left-color: rgb(173, 173, 173);
    box-shadow: none;
}

.btn-breadcrumb .btn-light:hover {
    box-shadow: none !important;
    background-color: #ebebeb;
}

.btn-breadcrumb .btn {

    padding: 4px 12px 4px 16px;
}

.btn-breadcrumb .btn:first-child {
        padding: 4px 10px;
}

.btn-breadcrumb .btn:last-child {
    padding: 4px 12px 4px 16px;
}

.btn-breadcrumb .btn.btn-light:not(:last-child):after {
    border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-light:not(:last-child):before {
    border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-light:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-light:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}

@media (min-width: 768px) {
    .btn-breadcrumb .btn {
        font-size: 0.85rem;
    }
}

.channel-box .alert {
    margin-bottom: 0;
}

@media (min-width: 1400px){
    .d-xxl-block {
        display: block!important;
    }
    .d-xxl-none {
        display: none!important;
    }
}
@media (min-width: 1800px){
    .d-xxxl-block {
        display: block!important;
    }
    .d-xxxl-none {
        display: none!important;
    }
}
.devices__link {
    display: block;
}
.item-disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

.channelLegendItem {
    color: #4c5367 !important;
}

.color-danger {
    color: #cd3c63;
}

.measurement-header {
    column-gap: 10px;
    float: left;
    height: 50px !important;
}

.column-separator {
    border-right: 1px solid #DEE2E6;
}