/*================================================================================
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.max-with-100-percent{
    max-width:100%;
}

.map-search-content-home {
    position: absolute;
    background-color: #ffffff;
    width: 300px;
    padding: 15px;
    top: 35px;
    right: 50px;
    -webkit-box-shadow: 0 2px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 2px 1px rgb(0 0 0 / 5%);
}

.map-progress-home {
    text-align: center;
}

    .map-progress-home .progressbar-content {
        width: 84%;
        background-color: #f1f1f1;
        height: 10px;
        margin: auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .map-progress-home .progressbar-percent-stick {
        background-color: #00CC00;
        height: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .map-progress-home .progressbar-percent {
        font-size: 18px;
        font-style: italic;
        font-weight: bold;
    }

    .map-progress-home span.map_loading_start_stop {
        color: #0097A7;
        font-weight: bold;
        cursor: pointer;
    }

.map-progress-customers {
    text-align: center;
}

.map-progress-customers .progressbar-content {
    width: 84%;
    background-color: #f1f1f1;
    height: 10px;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.map-progress-customers .progressbar-percent-stick {
    background-color: #00CC00;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.map-progress-customers .progressbar-percent {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

.map-progress-customers span.map_loading_start_stop {
    color: #0097A7;
    font-weight: bold;
    cursor: pointer;
}

.progressbar-percent-stick {
    background-color: #fd587d;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.progressbar-percent {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}

.progressbar-content {
    width: 84%;
    background-color: #f1f1f1;
    height: 20px;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#customer_map{
    position:relative;
}

.map-search-content {
    position: absolute;
    background-color: #ffffff;
    width: 300px;
    padding:15px;
    top: 35px;
    right: 35px;
    -webkit-box-shadow: 0 2px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 2px 1px rgb(0 0 0 / 5%);
}

.autocomplete-quickly-search {
    padding: 20px !important;
    line-height: 1.5 !important;
}
.ui-autocomplete {
    z-index: 1060 !important;
}

.loading-gif {
    margin: auto;
    width: 90px;
    height: 90px;
    /*background-image: url(/trackingV2/assets/img/truck_motion_icon.gif);*/
    background-image: url(/images/icons/preloader.svg );
    background-position-x: -15px;
    background-position-y: 0px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    background-size: 120px 90px;
}

.PasswordRecoveryCodeConfirmCard, .PasswordRecoveryNewPassword {
    min-width: 300px;
    width: 33.33%;
    left: 33.33%;
    position: absolute;
    -webkit-transition: left 500ms ease-out;
    -moz-transition: left 500ms ease-out;
    -ms-transition: left 500ms ease-out;
    -o-transition: left 500ms ease-out;
    transition: left 500ms ease-out;
}

.PasswordRecoveryNewPassword {
    left: -40%;
}

.code-confirmed .PasswordRecoveryCodeConfirmCard {
    left: 120%;
}

.code-confirmed .PasswordRecoveryNewPassword {
    left: 33.33%;
}

@media (max-width: 1000px) {
    .PasswordRecoveryCodeConfirmCard, .PasswordRecoveryNewPassword {
        width: 300px;
        left: unset;
    }
}

.password-strength__bar-block {
    width: 100%;
    margin: 4px 15px;
}

table.dataTable td, table.dataTable th {
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_filter input {
    
}
div.dataTables_wrapper div.dataTables_length label {
    margin-top: 1rem;
}
.dt-buttons {
    margin-top: 1rem;
    float: right;
}
div.dataTables_wrapper div.dataTables_filter {
    display: inline-block;
    float: right;
    width: 33%;
}
.dataTables_length {
    display: inline-block;
}
.table-bordered th, .table-bordered td {
    border: 0px solid #e3ebf3 !important;
    border-bottom: 1px solid #e3ebf3 !important;
}
.clickable{
    cursor:pointer;
}

.select2-container {
    width: 100% !important;
}

.sender-customerArea .select2-container {
    width: calc(100% - 88px) !important;
}

.repeater-default .order-addpackage {
    right: 15px;
    top: 80px;
    position: absolute;
}

.txt-searchbox-onmap {
    border: 0px solid #ccc;
    font-size: 11px;
    padding: 5px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 65%);
    border-radius: 4px;
    width: calc(100% - 75px);
    position: absolute;
    top: 10px;
    left: 55px;
}

.button_orderCreate{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
}

/*
table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}*/

.dataTables_scrollBody th.select-checkbox:before {
    display: none !important;
}

#grd_OrderTrackReport .th:first-child{
    cursor: pointer;
}

#grd_OrderTrackReport_wrapper .th:first-child, #grd_OrderTrackReport_wrapper td:first-child {
    cursor: pointer;
}

.passenger-photo {
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    overflow: hidden;
}

.passenger-operations-photo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: transparent;
    text-align: center;
    display: none;
    width: 100%;
    height: 20%;
    font-size: 85%;
}

.image-radius-75 {
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
}

.passenger-photo:hover .passenger-operations-photo, .passenger-operations-photo:hover {
    background-color: rgba(55, 99,99, 0.33);
    display: block;
    color:white;
}
.dx-maxHeight {
    max-height: 750px !important;
}