﻿@font-face {
    font-family: "Roboto";
    src: url('fonts/Roboto/Roboto-Regular.ttf');
}

body, .content-divider > span, .timeline-date {
    background-color: #fafafa;
}

.dt-buttons {
margin-right: 10px;
}

span.elipsis {
    display: none
}

.field-validation-error {
    color: red;
    font-size: 12px;
}

.datasync_buttons_custom {
    border: 1px solid white;
    background: transparent;
}

    .datasync_buttons_custom:hover {
        background: white;
        color: black !important;
    }

.datasync_buttons_custom_size {
    height: 240px;
}

.datasync_buttons_updating_font {
    text-transform: uppercase;
    font-weight: 500;
    font-size: .8125rem;
}

.main_header_wrapper > ul, .main_header_wrapper li, .main_header_wrapper a {
    display: flex;
    align-items: center;
}

.main_header_wrapper .list-inline-dotted .list-inline-item:not(:last-child) {
    margin-right: .825rem;
}

.main_header_wrapper i {
    line-height: 0.9;
}

.system_translations_statistics_circle_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border: 2px solid white;
    border-radius: 50px;
}

.system_translations_add_language {
    background-color: transparent;
}

.system_translations_add_button_enlarge {
    background-color: transparent;
    transform: scale(2);
}

.system_translations_cards {
    height: 350px !important;
}

.select2-container {
    border-bottom: 1px solid #ddd;
}


.bottom_border {
    border-bottom: 1px solid #ddd;
}


.select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee;
    color: #333;
    cursor: default;
    float: left;
    margin-right: 0.625rem;
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
    padding: 0.3rem 1rem;
    white-space: normal;
    word-break: break-all;
    border-radius: 5px;
    transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s;
    font-size: 12px;
}

    .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        cursor: pointer;
        float: right;
        font-size: 0.875rem;
        margin-top: 2px;
        line-height: 1;
        margin-left: 0.625rem;
        opacity: 0.75;
        transition: opacity ease-in-out 0.15s;
    }

.select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #2196f3;
}

.select2-container--open .select2-selection--single {
    border-bottom-color: #2196f3;
    box-shadow: 0 1px 0 #2196f3;
}

.dropdown-item.active {
    color: #fff;
    background-color: #2196f3;
}

.select-sm.select2-selection--single {
    padding: 0.375rem 0;
    padding-bottom: 7px;
    padding-top: 7px;
    font-size: 0.75rem;
    line-height: 1.6667;
}

.select2-selection--single {
    border-bottom: none;
}

._Favourite {
}

    ._Favourite._IsFav {
        background-color: #e91e63 !important;
        color: #fff !important;
    }

}

#iframeEmail {
    width: 100%;
    height: 300px;
    border: none;
}

a.nav-link{
    white-space:nowrap;
}

.dataTables_filter, .dataTables_info {
    padding-left: 20px;
}

.pair_container .dataTables_filter, .pair_container .dataTables_info {
    padding-left: 20px;
    padding-top: 1.875rem !important;
}

.pair_container .dataTables_paginate {
    padding: 1.25rem !important;
}

.dataTables_length {
    padding-right: 20px;
}

.page-item.active .page-link {
    background-color: #2196f3;
    border-color: #2196f3;
}

/*fileCategories styles*/
.tree_container .dropdown-item {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

    .tree_container .dropdown-item i {
        margin: 5px 0 !important;
    }

    /*progress bar*/
.pace-d {
    display: inline-block;
    background-color: transparent;
    vertical-align: middle;
    position: relative;
    line-height: 1;
    border-radius: 0.1875rem;
    width: 200px;
    height: 76px;
}

.pace_activity:before, .pace_activity:after {
    border-top-color: grey !important;
}

.pace_activity {
    border-top-color: grey !important;
}

/*fileCategories styles*/

.counter_input_box {
    position: relative;
    border: 1px dashed rgba(0, 0, 0, 0.125);
    border-radius: 1.1000rem;
    background-color: #fcfcfc;
    border-color: #ddd;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.paginate_button {
    cursor: pointer;
}

.wizard > .steps > ul > li.current .number {
    border-color: #5c6bc0;
    color: #5c6bc0;
}

.wizard > .steps > ul > li.done .number {
    background-color: #5c6bc0;
    border-color: #5c6bc0;
}

.wizard > .steps > ul > li:before, .wizard > .steps > ul > li:after {
    background-color: #5c6bc0;
}

@media (max-width: 767.98px) {
    .wizard > .steps > ul > li.current:after {
        background-color: #5c6bc0;
    }
}

@media (max-width: 991.98px) {
    .wizard > .steps > ul > li:last-child:after {
        background-color: #5c6bc0;
    }
}

.wizard > .steps > ul > li.current .number:after, .wizard > .steps > ul > li.done .number:after {
    content: "";
}

.queue_table input {
    -moz-appearance: textfield;
}

    .queue_table input::-webkit-outer-spin-button,
    .queue_table input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
/* .form-control.is-invalid,.form-control.is-valid, .was-validated .form-control:valid{
    background-image: none;
    display: inline-block;
    position: relative;
}
.form-control.is-invalid+span::after{
    content: "\ed63";
    font-family: 'icomoon';
    position: absolute;
    right: calc(.38462em + .25rem);
    height: calc(.76925em + .5rem);
    width: calc(.76925em + .5rem);
    color:#f44336;
    
}
.form-control.is-valid+span::after, .was-validated .form-control:valid+span::after{
    content: "\ee73";
    font-family: 'icomoon';
    position: absolute;
    right: calc(.38462em + .25rem);
    height: calc(.76925em + .5rem);
    width: calc(.76925em + .5rem);
    color:#4caf50;
} */

.bg-l_blue {
    background-color: #f8fafb;
}

.color-l_blue {
    color: #82929b;
}

.animation_spin_hover {
    transition: 0.5s;
}

    .animation_spin_hover:hover {
        transform: rotate(180deg);
    }

.fixed_circle_btn {
    position: fixed;
    right: 20px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
    z-index: 100000;
}

.ui-spinner .ui-spinner-input {
    min-width: 60px;
}

.border-m_dark {
    border-color: #ddd !important;
}

.mt_s_header {
    min-height: 80px;
}

.mt_container {
    margin-bottom: 30px;
}

.btn-mt_toggle {
    margin-top: -1px !important;
    border-radius: 0;
}

.my_tasks_table tr {
    background-color: #f8f8f8;
    transition: 0.5s;
}

.bg-dropzone {
    background-color: #fcfcfc;
    border-color: #ddd;
    position: relative;
    border: 1px dashed rgba(0, 0, 0, 0.125);
    min-height: 18rem;
    color: #000 !important;
    border-radius: 1.1000rem;
}

.my_tasks_table tr:hover, .my_tasks_table .active_mt_tr {
    background-color: #fff;
    position: relative;
    z-index: 1000;
    transform: translateX(20px);
}

.cs_heade_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}






/*--- header elements adjust [START] ---*/
/*--- || ---*/
/*--- || ---*/

.main_header_wrapper {
    /*--- header position ---*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*--- header bottom border ---*/
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    /*--- header other ---*/
    background-color: rgba(0,0,0,.02);
    text-transform: uppercase;
    padding: .9375rem 1.25rem;
}



    /*--- adjust headers links style [START] ---*/
    .main_header_wrapper > * {
        margin: 0;
    }

    .main_header_wrapper a {
        /* color: black; */
        transition: all ease-in-out .15s;
    }

    .main_header_wrapper .header_buttons_part a {
        color: rgb(61, 85, 116);
    }

    .main_header_wrapper a:hover {
        opacity: 0.75 !important;
    }
/*--- adjust headers links style [END] ---*/



/*--- adjust headers switcher style [START] ---*/
.dedicated_switcher_wrapper > *:not(:last-child) {
    margin-right: .3125rem !important;
}

.dedicated_switcher_wrapper i {
    opacity: 0.25;
}

.dedicated_switcher_wrapper .match_icon {
    transform: scale(0.8);
    vertical-align: middle;
    position: relative;
    top: -0.5px;
}
/*--- adjust headers switcher style [END] ---*/


.nav-tabs-bottom .nav-link.active:before {
    background-color: #9b9b9b;
}
/*--- adjust headers els margins [START] ---*/
.header_map_part li:first-child i {
    margin-right: .625rem;
}

.header_buttons_part > li > *:not(:last-child) {
    margin-right: .625rem;
}


/*--- adjust headers els margins [END] ---*/



/*--- headers rwd [START] ---*/
@media (max-width: 800px) {
    .main_header_wrapper {
        justify-content: center;
    }

    .header_map_part {
        display: none !important;
    }
}
/*--- headers rwd [END] ---*/

/*--- || ---*/
/*--- || ---*/
/*--- header elements adjust [END] ---*/

.approval_actions_btn {
    padding: 8px;
    /*margin-left: 8px;*/
    /*display: inline-flex;
    align-items: center;*/
}

    .approval_actions_btn i {
        margin-right: .625rem;
        vertical-align: sub;
    }

@media only screen and (min-width: 768px) {
    .mt_table {
        display: block !important;
    }
}

.mian_chart_view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    height: 100%;
}

.cont-chart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .cont-chart .c3-line-resCounterGeneral, .cont-chart .c3-line-resGeneralGlobal {
        stroke-dasharray: 2;
    }

    .cont-chart .chart_btns_container {
        padding-left: 1%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap-reverse;
    }

.mian_chart_view .chart_btns_container {
    padding-right: 2.5%;
    padding-left: 2.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap-reverse;
}

    .cont-chart .chart_btns_container .mt-2, .mian_chart_view .chart_btns_container .mt-2 {
        margin-top: 0 !important;
    }

.mian_chart_view .c3 {
    width: 95%;
}

.c3-legend-item-hidden {
    opacity: 0.3;
}

.c3-legend-item-focused {
    opacity: 1;
}

.btn-puprple {
    background-color: #97a1d6;
    color: #fff;
    transition: 0.5s;
}

    .btn-puprple:disabled {
        opacity: 1;
    }

    .btn-puprple:hover {
        background-color: #606fc5;
        color: #fff;
    }

.btn-puprple_active.btn-puprple:disabled {
    background-color: #3f51b5;
    opacity: 1;
}

.arc-foreground {
    transition: 0.5s;
}

g:hover > .arc-foreground {
    opacity: 1 !important;
}

.ui-tooltip, .popover-body {
    white-space: pre-line !important;
}

.popover-body {
    color: #fff;
}

.popover .arrow::after {
    border-top-color: #000;
}

.popover:not(.note-popover) {
    background-color: #000;
}

.note-popover, .note-children-container {
    padding: 0 !important;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active {
    background-color: #2196f3;
}

[data-c_popup=""] > .arc-foreground {
    opacity: 1 !important;
}

.multiselect-container {
    overflow: hidden;
    overflow-y: scroll;
}

.pair_device-container .dataTables_filter {
    display: none;
}

.pair_device-container td {
    min-height: 100px;
}

.pair_device-container .select2-selection__placeholder, .pair_device-container .select2-selection__rendered {
    color: #fff;
}

#sla_chart svg {
    margin: 0 auto;
}

.pair_container {
    overflow: hidden;
    position: relative;
}


.pair_table-info_cell {
    width: 10%;
    color: #999;
}
/*  */
.pair_table-data_cell {
    width: 45%;
}

.pair_table tr:nth-child(odd) .pair_table-info_cell {
}

.pair_table tr:nth-child(even) .pair_table-info_cell {
}

.pair_table tr:last-child .pair_table-info_cell {
    background-color: #fff;
}

.pair_container_cl-table, .pair_container_warr-table {
    position: absolute;
    top: 0;
    transition: 1s;
    z-index: 900;
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
}

    .pair_container_cl-table .card, .pair_container_warr-table .card {
        overflow: hidden;
        height: 95%;
    }

        .pair_container_cl-table .card .table-responsive, .pair_container_warr-table .card .table-responsive {
            overflow: hidden;
            height: 100%;
            overflow-y: scroll;
            overflow-x: auto;
        }

.pair_container_cl-table {
    left: -100%;
}

.pair_container_warr-table {
    right: -100%;
}

.pair_container .dataTables_wrapper .dataTables_filter {
    display: none;
}

.pair_table_btn {
    cursor: pointer;
}

    .pair_table_btn i {
        font-size: 25px !important;
    }

.pair_container .select2-container {
    border-bottom: 1px solid #999 !important;
}

.pair_container .select2-container-disabled {
    border-bottom: none !important;
}

.bg-dark {
    background-color: #37474f;
}


.text-dark {
    color: #37474f;
}

.device-info-jGrowl {
    width: 700px !important;
}

    .device-info-jGrowl ul {
        margin: 0;
    }

.documents_table tr td a:first-child {
    margin-left: 0 !important;
}

.documents_table_shared table {
    border-bottom: 1px solid #ddd
}

.calendar_content, .elSyncTimePassed {
    text-align: center !important;
}

.tree_el_icon_arrow, .tree_el_icon_file, .fileCategory_name, .tree_el_dropdown {
    margin: 0 7px;
}

.note-toolbar-wrapper {
    height: 100% !important;
}

.note-toolbar {
    padding-bottom: 0 !important;
}

.note-placeholder {
    padding: 1.25rem;
}

.dashed_container {
    background-color: #fcfcfc;
    border-color: #ddd;
    border: 1px dashed rgba(0, 0, 0, 0.125);
    border-radius: 1.1000rem;
    padding: 1.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #29b6f6;
}

.select-checkbox_c {
    position: relative
}

    .select-checkbox_c::before {
        display: inline-block;
        color: #455A64;
        position: absolute;
        top: 50%;
        left: 50%;
        cursor: pointer;
        content: '';
        background-color: #fff;
        width: 1.25rem;
        height: 1.25rem;
        margin-top: -0.625rem;
        margin-left: -0.625rem;
        border: 0.125rem solid #455A64;
        border-radius: 0.125rem;
    }

.selected-checkbox_c::after {
    display: inline-block;
    color: #455A64;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    content: "";
    font-family: "icomoon";
    font-size: 1rem;
    line-height: 1;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    -webkit-font-smoothing: antialiased;
}

.action_toolbar_content a {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}

@media (max-width: 768px) {
    .action_toolbar {
        margin-top: .625rem;
    }

    .action_toolbar_content a {
        margin: .3125rem 0;
    }

 /*   .main_header_wrapper {
        display: none;
    }*/
    .statistics_tab {
        display: none;
    }
    .header_buttons_part {
        flex-wrap:wrap;
        justify-content: center;
    }
}

.o_input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

.o_input-group-prepend {
    margin-right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.o_input-group-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: .4375rem .875rem;
    margin-bottom: 0;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    text-align: center;
    white-space: nowrap;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.o_form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    background-clip: border-box;
    display: block;
    height: calc(1.5385em + .875rem + 2px);
    padding: .4375rem .875rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .o_form-control:not(.border-1):not(.border-2):not(.border-3):focus {
        border-color: #ccc;
        z-index: 3;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
    }


.select2-selection {
    display: flex;
    align-items: center;
}

.select2-selection__rendered {
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
    align-items: center;
}

.select2-selection__clear {
    font-weight: bold;
    font-size: 19px;
    cursor: pointer;
    position: absolute;
    right: 0px;
}

.select2-selection.is-valid .select2-selection__clear {
    right: 40px;
}

h5 {
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

.badge-icon i, .font-size-xs i {
    font-size: 0.6875rem;
}

.list-inline-item span.border-info {
    cursor: not-allowed;
}

.list-inline-dotted li a i {
    font-size: 0.6875rem;
}

.list-inline-item .breadcrumb-elements-item {
    padding: 0 0;
}

.select2 .selection .select-sm .select2-selection__rendered .select2-selection__placeholder {
    text-transform: uppercase;
}

.select2 .selection .select-sm .select2-selection__rendered {
    text-transform: uppercase;
}

.text-white .select2 .selection .select2-selection .select2-selection__rendered,
.text-white .select2 .selection .select2-selection--single .select2-selection__arrow:after {
    color: #ffffff;
}

.btn_policy {
    cursor: pointer;
}

header.title {
    text-transform: uppercase;
}
.init-p-bar{
    width: 0%;
    transition: 0.5s;
}

.columnSorting {
    font-size: 0.6875rem;
}
.loader_background{
    background-color: rgba(0,0,0,0.4);
    height:100%;
    width: 100%;
    position:absolute;
}
.blockOverlay {
    z-index:999!important;
}
#warranties-chart svg {
    display: initial!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-property: color, background-color;
    transition-duration: 5000s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.progress_wrapper {
    padding: .3125rem 1.25rem !important
}

.pagination_wrapper {
    padding: .625rem 1.25rem !important
}

@media (max-width: 768px) {
    .pagination_wrapper {
        padding-left: 10!important;
        padding-right: 10!important;
    }
        .pagination_wrapper li:nth-child(2), .pagination_wrapper li:nth-child(3), .pagination_wrapper li:nth-child(4), .pagination_wrapper li:nth-child(5), .pagination_wrapper li:nth-child(6), .pagination_wrapper li:nth-child(7), .pagination_wrapper li:nth-child(8), .pagination_wrapper li:nth-child(9) {
            display: none;
        }
        .pagination_wrapper li:last-child {
            display: flex;
        }
    .shortcut_floating {
        display:none!important;
    }
    .table-responsive td {
        white-space: nowrap !important;
    }
    #list_statistics {
        display:none;
    }
    li.dedicated_switcher_wrapper {
        display: block;
        width: 100%;
        text-align: center;
    }
        li.dedicated_switcher_wrapper:after {
            display: none!important;
        }
}

.tabs_nav .badge {
    
    z-index: 1;
}

.loader_absolute_background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_logo_print_wrapper {
    max-width: 200px;
    max-height: 100px;
}

@media print {
    body {
        background-color: #fff !important;
    }

    .hidden-print {
        display: none !important;
    }
    a{
        text-decoration: none!important;
        color: #000;
    }
    .border-top-1{
        border: none;
    }
}

@media screen {
    .hidden-screen {
        display: none !important;
    }
}

.validation-invalid-label, .validation-valid-label {
    padding-left: 14px;
    font-size: 10px;
    margin-top: 3px;
}

.validation-valid-label:before {
    font-size: 10px;
    margin-top: 1px;
}
.validation-invalid-label:before {
    font-size: 10px;
    margin-top: 1px;
}

.dataTables_filter, .dataTables_info {
    padding-left: 0;
}
.vertical-align-middle {
    vertical-align: middle;
}
.swal2-select {
    border: none;
    display: block;
    width: 100%;
    height: calc(1.5385em + 1rem + 2px);
    padding: .5rem 0;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    border: 0px;
    border-bottom: 1px solid #7F7F7F;
}
    .swal2-select:focus {
        outline: none;
    }

/* STATS */

.infoBox_container
{
    margin: 10px;
    background-color: #fff;
}

/*SURVAY*/
.btn-survay
{
    border:1px solid #fff;
    margin: 5px;
}

.btn-survay.active 
{
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.5) inset !important;
}

.fake_checkbox{
    width: 30px;
    height: 30px;
    border: 1px solid #333;
}

.costEstimation_recipient_header{
    vertical-align:top;
    text-align:left;
    max-width:52%;
    display: inline-block;

}
.costEstimation_payment_header{
    vertical-align:top;
    text-align:right;
    max-width:42%;
    float: right;
    display: inline-block;
}
.panel-group-control .panel-title>a.collapsed:before {
    content: '\e9b8';
}
.panel-group-control .panel-title>a:before {
    content: '\e9b7';
    font-family: icomoon;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.panel-group-control .panel-title a{
    color: rgb(82, 82, 82);
}
.panel-group-control .panel-title>a {
    padding-left: 26px;
    display: inline-block;
}
.panel-heading {
    position: relative;
    padding: 15px 20px;
}
.panel-heading h6{
    margin: 0;
}
@media print{
    .costEstimation_recipient_header{
        text-align:left;
        max-width:52%!important;
        display: inline-block;
        float: left;
    
    }
    .costEstimation_payment_header{
        text-align:right;
        max-width:42%!important;
        float: right;
        display: inline-block;


    }
}
@media screen AND (max-width: 576px) { 
    .costEstimation_payment_header,.costEstimation_recipient_header{
        margin-bottom: 10px;
        text-align:left;
        float: none;
        display: block;
        max-width: 100%;
    }


}
.leaflet-zoom-animated.leaflet-popup {
    bottom: -44px!important;
}
.leaflet-popup-content {
    width: 290px !Important;
}
@media (max-width: 768px) {
    .leaflet-popup-content {
        width: 186px !Important;
    }
}

.order-assign input:checked + label.btn-secondary {
    background-color:    #2ecc71;
}

.order-assign input:disabled + label.btn-secondary {
    background-color: #27ae60;
}
.print-label-preview {
    background-color: #fff;
    height: 90mm;
    width: 50mm;
}
@media (max-width: 1200px) {

    .main_header_wrapper, .action_toolbar {
        display: none;
    }
    
}

.content-wrapper {
    min-height: 65vh;
}