.hidden {
    display: none !important;
}

.tracking {
    position: relative;
    width: 100%;
    height: 500px;
}

#mapSector {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

#panel {
    position: absolute;
    display: flex;
    z-index: 999;
    width: auto;
    background: #ffffff;
    padding: 0px;
    top: 15px;
    left: 15px;
    border-radius: 4px;
    align-items: stretch;
    justify-content: center;
    font-size: 13px;
}

.tracking-wrapper #panel{
    position: relative;
    top: 0;
    left: 0;
    margin: 16px 10px 0 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

#panel .panel-sector {
    border-right: 1px solid #dadada;
    min-height: 40px;
}

#panel .panel-sector:first-child input {
    font-size: 13px;
    margin: 5px;
    padding: 0px 15px 0px 15px;
    height: 40px;
    border: 0;
    background-color: #fff;
    outline: none;
}

#panel .panel-sector-btn {
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
    padding: 0px 30px 0px 30px;
}

#panel .panel-sector-no-border {
    border: none !important;
    cursor: pointer !important;
}

#panel #searchBtn {
    color: #fff ;
    background: #2196f3 ;
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    font-weight: 300;
}




/*CUSTOM SWAL STYLES*/
.swal2-popup .swal2-close
{
    outline: none;
}

.swal2-popup #swal2-content {
    text-align: justify;
}

.tariff-plan-popup {
    width: 38em;
    padding: 0em;
}

.tariff-plan-popup .swal2-title {
    color: #21a6f3;
    font-size: 38px;
    font-weight: bold;
    padding: 1em 1.25em 0.5em 1em;
    margin-bottom: 0;
    text-align: left;
    display: block !important;
}

.tariff-plan-popup .swal2-title span{
    color: #000;
    display: block;
}

.swal2-popup .swal2-close{
    font-size: 2em;
}

.swal2-popup .swal2-header{
    align-items: unset;
}
.tariff-plan-popup .message-inner {
    color: #000000;

    text-align: left;
    justify-content: left;;
}
.tariff-plan-popup .message-inner .upper-text
{
    padding-left: 2.25em;
    padding-right: 2.25em;
    padding-bottom: 1em;
}

.tariff-plan-popup .message-inner .lower-text
{
    padding-left: 2.25em;
    padding-right: 2.25em;

    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    margin: 10px 0 20px 0;
}

.tariff-plan-popup .message-inner .lower-text .pop-footer{
    display: flex;
    align-items: flex-end;
}

.tariff-plan-popup .message-inner .lower-text .pop-footer a{
    color: #5bbdf5;
    font-size: 16px;
}
.tariff-plan-popup .message-inner .lower-text .pop-footer a:last-child{
    border-right: none;
}
.tariff-plan-popup .message-inner .lower-text .col{
    flex-grow: 1;
    font-size: 16px;
}

.tariff-plan-popup .message-inner .lower-text .col:last-right{
    text-align: right;
}

.tariff-plan-popup .message-inner .lower-text .price{
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.tariff-plan-popup .message-inner .lower-text .price span{
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.swal2-popup{
    z-index: 26000;
}

.swal2-popup.tariff-plan-popup{
    background: url(/images/multitracking-popup-bg.png) no-repeat #fff right top;
    background-size: 90%;
}

.tariff-plan-popup .message-inner .lower-text a.btn {
    padding: 12px 25px;
    margin-right: 10px;
    border: none;
    border-width: 0;
    color: #fff;
    background: #2196f3;
    font-size: 18px;
    min-width: 90px;
    border-bottom: 3px solid #2975b5;
}

.tariff-plan-popup .message-inner .lower-text a.btn.btn-border{
    background-color: #fff;
    border: 1px solid #bebebe;
    border-bottom: 3px solid #bebebe;
    color: #bebebe;
}

/*CUSTOM SWAL STYLES*/




.leaflet-tooltip {
    border-radius: 4px !important;
    box-shadow: 0px 2px 20px -9px rgba(0, 0, 0, 0.75) !important;
    font-size: 13px !important;
}

#events-panel {
    position: absolute;
    top: 52px;
    left: 0;
    width: 74%;
    min-width: 308px;
    overflow: hidden;
    border-radius: 4px;
    background: #f7f7f7;
    padding-bottom: 30px;
    z-index: 10001;
    -webkit-box-shadow: 0px 0px 49px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 49px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 49px -6px rgba(0, 0, 0, 0.75);
}

.events-panel-wraper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-height: 60vh;
    height: auto;
    overflow: auto;
    box-shadow: 0px 0px 49px -6px rgba(0, 0, 0, 0.75);
}

.events-wraper:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 6.6%;
    border: 1px solid #b3c9f8;
    border-width: 0 1px;
}

.grayscaled:before {
    border: 1px solid #d0d0d0 !important;
}

.grayscaled-point {
    color: #d0d0d0 !important;
}

.events-panel-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    z-index: 100;
}

.events-panel-btn .close {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    opacity: 0.7;
}

.close-text {
    margin-left: 10px;
    font-size: 12px;
    color: #c7c7c7;
    text-shadow: none;
}

.close i {
    margin-right: 10px;
    font-size: 14px;
    color: #c7c7c7;
}

.transform {
    transform: rotate(180deg);
    transition: all .3s ease;
}

.events-wraper {
    width: 100%;
    position: relative;
}

.active-ship {
    left: calc(6.6% - 14px) !important;
    margin-top: 10px !important;
    background: #346ded;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.active-ship img {
    width: 50%;
}

.path {
    position: absolute;
    width: 2%;
    height: 100%;
    background-color: #e1e6ed;
    left: 6%;
}

.tets {
    display: none;
}

.point {
    position: absolute;
    left: calc(6.6% - 7px);
    margin-top: 10px;
    font-size: 15px;
    color: #346ded;
    z-index: 10;
}

.now {
    color: #ea4941 !important;
}

.point-action {
    color: #ea4941 !important;
}

.events-list, .point-to-point {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 13%;
    width: 83%;
}

.point-to-point:before {
    display: none !important;
}

#history + span span.select2-selection__rendered {
    color: #ff5d00 !important;
}

.point-to-point {
    border: 1px solid transparent !important;
}

.point-name {
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 12px;
}

.events {
    margin-top: 2px;
    margin-left: 13px;
    margin-bottom: 2px;
    height: auto;
    padding: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

.events:hover {
    white-space: pre-wrap;
}


.date .icon {
    margin-right: 4px;
}


.transit {
    float: right;
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
    color: #4383b4;
}

.events-wraper:first-child:before
{
    height: 100%;
    width: 2px;
    border: none !important;
    background: linear-gradient(to bottom, #ffffff00 20px, #b3c9f8 21px)
}

.events-wraper:last-child:before
{
    height: 100%;
    width: 2px;
    border: none !important;
    background: linear-gradient(to bottom, #d0d0d0 20px, #ffffff00 21px)
}


.events-wraper.grayscaled-active:before
{
    height: 100%;
    width: 2px;
    border: none !important;
    background: linear-gradient(to bottom, #b3c9f8 15px, #d0d0d0 16px) !important;
}

.events-wraper:first-child.grayscaled-active:before
{
    height: 100%;
    width: 2px;
    border: none !important;
    background: linear-gradient(to bottom, #ffffff00 15px, #d0d0d0 16px) !important;
}

.events-wraper:last-child.grayscaled-active:before
{
    height: 100%;
    width: 2px;
    border: none !important;
    background: linear-gradient(to bottom, #b3c9f8 15px, #ffffff00 16px) !important;
}

.events-wraper:last-child:first-child:before,
.events-wraper:last-child:first-child.grayscaled-active:before
{
    border: none !important;
    background: none !important;
}

select[name=sealine] + .select2 {
    min-width: 186px !important;
    max-width: 186px !important;
    width: 100% !important;
}

.select2 > span.selection,
.select2 > span.selection > span.select2-selection {
    width: 100% !important;
}

.loader {
    overflow: hidden;
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: #273e56;
    background: linear-gradient(to right, #273e56 10%, rgba(255, 255, 255, 0) 42%);
    position: absolute;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999;
    left: calc(50% - 2.5em);
    top: calc(50% - 2.5em);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #273e56;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #273e56;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}

.leaflet-bottom.leaflet-right
{
    z-index: 10000;
}

.select2-dropdown
{
    z-index: 12000;
}

.swal2-container
{
    z-index: 26000;
}


@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media (max-width: 767px) {

    #events-panel {
        width: 100%;
        top: 100px;
    }

    #panel {
        width: 100%;
        left: 0;
        top: 0;
        flex-direction: column;
    }

    #panel .panel-sector:first-child input {
        width: calc(100% - 40px);
    }

    #panel .panel-sector .select2.select2-container
    {
        padding: 0px 10px 0px 10px;
    }
    #panel .panel-sector .select2:before
    {
        top: 2px;
        left: 19px;
    }
    #panel .panel-sector .select2:after
    {
        position: relative;
        bottom: inherit;
        right: inherit;
    }

    #panel #searchBtn {
        height: 100%;
        min-height: 40px;
        border-radius: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .leaflet-gesture-handling-touch-warning:after
    {
        padding: 170px 50px 15px 20px;
    }
}



/* -------------------------------
            TRACKING NEW
----------------------------------*/

.tracking-wrapper{
    display: block;
    /*overflow: hidden;*/
    background: #fff;
    height: 100%;
    z-index: 975;
    position: relative;
    width: 450px;
    overflow-y: auto;
    transition: all .3s ease;
}

.add-new{
    display: flex;
    padding: 10px;
    align-items: center;
}

.add-new .col{
    width: 200px;
    flex-grow: 1;
    margin-right: 20px;
    max-width: 150px;
}

.add-new .col2{
    flex-grow: 2;
}

.add-new .col2 p{
    margin: 0;
}

.add-new .btn{
    padding: 12px 25px;
    font-size: 14px;
    color: #fff;
    background: #ff7414;
    border: none;
    border-bottom: 3px solid #d05f11;
    text-shadow: none;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
}

.add-new .btn:active{
    border-bottom: none;
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    padding-bottom: 15px;
}

.container-item{
    margin: 5px 10px;
    border-radius: 5px;
    display: flex;
    background-color: #fff;
    padding: 15px 50px 15px 30px;
    align-items: end;
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    min-height: 102px;
    box-sizing: border-box;
    overflow: hidden;
}

.container-item p{
    margin: 5px 0;
    font-size: 12px;
    font-weight: 300;
}

.container-item .image{
    flex-grow: 1;
}

.container-item .image img{
    height: 40px;
}

.container-item .desc{
    flex-grow: 1;
    text-align: right;
}

.container-item .container-name{
    position: relative;
}

.container-item .container-name i{
    position: absolute;
    top: 2px;
    right: -10px;
}

.container-item .remark{
    font-size: 11px;
    font-style: italic;
    color: #888;
    max-width: 160px;
    float: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.container-item .notfound{
    margin-top: 10px;
    color: #ff0000;
}


.container-item p.container-id{
    font-size: 20px;
    color: #2c2b54;
    font-weight: bold;
    display: none;
}

.container-item p.container-id:first-child{
    display: block;
    margin-top: 0;
}


.container-item .name-drop p.container-id{
    display: block;
}

.container-item .name-drop{
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    right: 0;
    top: 100%;
    padding: 0 15px;
    display: none;
}

.container-item .name-drop  p.container-id{
    font-size: 16px;
}

.container-item.info-item{
    position: relative;
}

.container-item.info-item .mob-events-toggle{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}


.container-item .fa-angle-right{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: all .2s ease;
}

.container-item .remove-btn{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
    padding: 5px;
}

.container-item .remove-btn:hover{
    color: #ff4444;
}

.container-item:hover .fa-angle-right{
    right: 15px;
}

.tracking-wrapper #panel .panel-sector-btn{
    padding: 0 37px;
}

.tracking-panel,
.add-container-panel,
.info-panel{
    height: 100%;
    min-height: 100%;
    position: absolute;
    width: 450px;
    background: #fff;
    top: 0;
    left: 50px;
    opacity: 0;
    z-index: 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
    box-sizing: border-box;
}

.tracking-panel.info-active,
.add-container-panel.info-active,
.info-panel.info-active{
    opacity: 1;
    left: 100px;
}

.add-container-panel.zindex,
.info-panel.zindex{
    z-index: 990;
}

.add-container-panel{
    padding: 30px;
    background: #f9f9fc;
    overflow-y: auto;
    overflow-x: hidden;
}

.add-container-panel p.title{
    font-size: 20px;
    color: #6a6a6c;
    margin: 0 0 30px 0;
}

.add-container-panel p.title i{
    margin-right: 10px;
    cursor: pointer;
}

.add-container-panel p{
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.add-container-panel input[type=text],
.add-container-panel select,
.add-container-panel textarea{
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin: 5px 0 15px 0;
    font-size: 14px;
    outline: none;
}

.add-container-panel .containers-control p{
    display: inline-block;
}

.containers-control .add-field{
    padding: 12px 25px;
    font-size: 14px;
    color: #fff;
    background: #2196f3;
    border: none;
    border-bottom: 3px solid #2975b5;
    text-shadow: none;
    font-weight: 300;
    min-width: 160px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.add-container-panel textarea{
    height: 140px;
    resize: none;
}

.add-container-panel .btn{
    padding: 12px 25px;
    font-size: 14px;
    color: #fff;
    background: #2196f3;
    border: none;
    border-bottom: 3px solid #2975b5;
    text-shadow: none;
    font-weight: 300;
    width: 100%;
    min-width: 160px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
}

.add-container-panel .flex-wrapper{
    display: flex;
    position: relative;
}

.add-container-panel .flex-wrapper .remove{
    position: absolute;
    right: -18px;
    top: 30px;
    color: #d46262;
}

.add-container-panel .container-form .flex-wrapper .remove{
    display: none;
}

.add-container-panel form .col{
    flex-grow: 1;
}

.add-container-panel form .col:first-child{
    margin-right: 15px;
}


.add-container-panel .select2{
    height: auto;
    width: 100% !important;
    margin: 5px 0 15px 0;

}

.select2-container{
    z-index: 25000 !important;
}

.add-container-panel .select2 .select2-selection{
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

.add-container-panel .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.5em;
}

.add-container-panel .select2:before{
    display: none;
}

.add-container-panel .select2:after{
    color: #a4a4a4;
    bottom: 10px;
    right: 10px;
}

.info-panel #events-panel{
    position: relative;
    top: 0;
    padding-bottom: 0;
    box-shadow: none;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    max-height: 2000px;
}

.info-panel #events-panel .close{
    display: none;
}

.container-item.info-item{
    margin: 0;
    border-radius: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    padding: 32px 30px 32px 50px;
    cursor: default;
}

.container-item.info-item .fa-angle-left{
    position: absolute;
    left: 20px;
    top: 44px;
    cursor: pointer;
    font-size: 20px;
    transition: all .2s ease;
}

.container-item.info-item:hover .fa-angle-left{
    left: 15px;
}

.info-panel .events-panel-btn{
    display: none;
}

.container-item.not-found{
    justify-content: center;
    cursor: default;
}

.container-item.not-found p {
    font-size: 15px;
    text-align: center;
}

.tracking-wrapper .tip{
    margin: 15px 10px;
    text-align: center;
}

.tracking-wrapper .tip p{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;
}

.tracking-wrapper .tip .btn{
    padding: 12px 45px;
    font-size: 14px;
    color: #fff;
    background: #ff7414;
    border: none;
    border-bottom: 3px solid #d05f11;
    text-shadow: none;
    font-weight: 300;
    margin: 0 auto;
    box-sizing: border-box;
}

.tracking-wrapper .tip .btn:active{
    border-bottom: 0;
    padding-bottom: 15px;
}

.tracking-overlay{
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 450px;
    height: 100%;
    background-color: #000;
    z-index: 11;
    opacity: 0.6;
    display: none;
}

.multitracking-map{
    width: auto !important;
    left: 450px;
    right: 0;
}

.info-panel .tracking-timeline{
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    padding-right: 20px;
}

.info-panel .tracking-timeline .events-panel-wraper{
    box-shadow: none;
    max-height: 100%;
}

.info-panel .note-full{
    padding: 5px 30px 5px 50px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.info-panel .note-full p{
    color: #5b5b5b;
    font-weight: 300;
    line-height: 1.5em;
}

.info-panel .note-full textarea{
    color: #5b5b5b;
    font-weight: 300;
    line-height: 1.5em;
    width: 96%;
    border: 1px solid #ccc;
    resize: none;
    font-size: 13px;
    padding: 5px;
    border-radius: 3px;
    margin: 10px 0;
    min-height: 70px;
}

.info-panel .note-full textarea{
    outline: none !important;
}

.info-panel .note-full textarea:focus{
    border-color: #21a6f3;
}

.info-panel .note-full .edit{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.container-item .cont-status{
    position: absolute;
    padding: 3px 4px;
    top: 0;
    left: 0;
    color: #fff;
    border-radius: 5px 0 0 0;
    font-size: 16px;
}

.container-item .cont-status i{
    position: relative;
}

.container-item .cont-status span{
    position: absolute;
    font-size: 12px;
    left: 25px;
    opacity: 0;
    top: 5px;
    padding: 1px 5px;
    font-weight: 300;
    white-space: nowrap;
    border-radius: 3px;
    transition: all .3s ease;
    background: #828282;
    color: #fff;
}

.container-item .cont-status:hover span{
    opacity: 1;
}

.container-item .cont-status.delivered i{
    color: #32aa3a;
}

.container-item .cont-status.on-the-way i{
   color: #2094f1;
}

.container-item .cont-status.loading i{
    color: #f38019;
}

.container-item .cont-status.not-found-cont i{
   color: #ff4444;
}



.holder {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
}

.preloader {
    position: absolute;
    width: 10%;
    height: 0%;
    padding-bottom: 10%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    animation: animatePreloader 1s infinite linear;
    transform-origin: 50% 100%;
}
.preloader div:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    border: 3px solid #2094f2;
    border-radius: 50%;
    box-sizing: border-box;
}
.preloader div:nth-child(2) {
    width: 60%;
    height: 60%;
    top: 20%;
    animation: animatePreloader 0.5s infinite linear;
}


.tracking-panel,
.add-container-panel,
.info-panel {
    display: none;
    z-index: 20000 !important;
}

.loader-drop {
    background-color: #000000;
    position: fixed;
    opacity: 0.6;
    z-index: 30000;
    width: 450px;
    height: 100%;
    cursor: progress;
    overflow: hidden;
}

@keyframes animatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(360deg);
    }
}


/*  MOBILE TRACKING  */

.mobile-toggle{
    position: absolute;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    top: 10px;
    z-index: 9999;
    display: block;
    color: #000;
    cursor: pointer;
    left: 0;
    font-size: 16px;
    width: 100%;
    display: none;
    border-bottom: 1px solid #ccc;
}

.mobile-toggle i{
    font-size: 24px;
    margin-right: 15px;
    font-weight: 300;
}

@media all and (max-width: 768px) {
    .mobile-toggle{
        display: block;
    }

    .tracking-wrapper {
        position: absolute;
        left: -100%;
        width: 100%;
        padding-top: 55px;
    }

    .tracking-panel.info-active, .add-container-panel.info-active, .info-panel.info-active{
        width: 100%;
        left: 0;
        overflow: hidden;
    }

    .add-new .btn{
        width: 100%;
    }

    .add-new .col{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    #panel #searchBtn{
        border-radius: 0 0 3px 3px;
        min-height: 48px;
    }

    #panel .panel-sector{
        border-right: none;
    }

    .tracking-wrapper #panel{
        width: auto;
    }

    .tracking-wrapper.active{
        left: 0;
    }

    .tracking-wrapper.active .container-item{
        padding-right: 30px;
    }

    .tracking-wrapper.active .container-item .image img{
        height: 30px !important;
    }

    #mapSector {
        left: 0 !important;
    }
}
