/*================================================*/
/*//////////////////Imports///////////////////////*/
/*================================================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800,900');
/*================================================*/
/*//////////////////Body//////////////////////////*/
/*================================================*/

.pac-container {
    background-color: #FFF;
    z-index: 20 !important;
    position: absolute!important;
    float: left;
}
.swal2-container{
    z-index: 21 !important;
}
.modal{
    z-index: 20 !important;
}
.modal-backdrop{
    z-index: 10 !important;
}

.modal-open .modal {
    z-index: 1000 !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
}

/*Dashboard*/

/* Marker nome do entregador*/
.map-fleet-marker-name {
    background-color:#fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    left: 50%;
    padding: 5px 6px;
    position: absolute;
    top: -332%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 250;
}

/* Marker nome do entregador no dashboard novo*/
/* .map-fleet-marker-name-content .map-fleet-marker-name {
    padding: 5px;
    bottom: 26px;
    right: -6px;
} */

/* Marker ícone do modal */
.map-fleet-marker-modal-icon {
    background-color: #2fd39c;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    left: -190%;
    padding: 1.5px 3px;
    position: absolute;
    top: -430%;
}

/* Marker ícone da filiação */
.map-fleet-marker-association-icon {
    background-color: #2fd39c;
    border-radius: 50%;
    color: #fff;
    padding: 1.5px 3px;
    position: absolute;
    font-size: 10px;
    text-align: center;
    top: -20px;
    left: -20px;
}
.map-fleet-marker-association-icon i {
    width: 13px;
}

/*Cards*/
.todo-list > li{
    font-size: 10px;
}

/*Barra lateral esquerda*/
.fleets_title{
    background-color: #15171D;
    display: block;
    padding: 10px 10px 10px 20px;
    color: #C1C6D4;
    font-weight: 400;
}
.btn-return{
    background-color: #750d89;
    color: #fff;
}

.task_open_pin{
    display:block;
    padding-left: 10px;
    padding-right: 10px;
    width: 50px;
    border: 1px solid #fff;
    background-color: #D02A33;
    color: #f5f5f5;
    font-weight: 400;
}
.task_start_pin{
    display:block;
    padding-left: 10px;
    padding-right: 10px;
    width: 50px;
    border: 1px solid #fff;
    background-color: #FBA600;
    color: #f5f5f5;
    font-weight: 400;
}
.task_pickup_pin{
    display:block;
    padding-left: 10px;
    padding-right: 10px;
    width: 50px;
    border: 1px solid #fff;
    background-color: #FAD839;
    color: #f5f5f5;
    font-weight: 400;
}
.task_delivery_pin{
    display:block;
    padding-left: 10px;
    padding-right: 10px;
    width: 50px;
    border: 1px solid #fff;
    background-color: #34ABC9;
    color: #f5f5f5;
    font-weight: 400;
}
.task_client_pin{
    display:block;
    padding-left: 10px;
    padding-right: 10px;
    width: 50px;
    border: 1px solid #fff;
    background-color: #41A447;
    color: #f5f5f5;
    font-weight: 400;
}
.task_return_pin{
    display:block;
    padding-left: 10px;
    padding-right: 10px;
    width: 50px;
    border: 1px solid #fff;
    background-color: #4076bb;
    color: #f5f5f5;
    font-weight: 400;
}
.labels_map{
    display:block;
    width: 140px;
    background-color: #4B4B4B !important;
    max-width: 98px;
    padding-left: 10px;
    border: 1px solid #f5f5f5;
    height: 15px;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
}
.gm-style-iw{
    background-color: #fff !important;
    padding:0px !important;
    font-size:10px !important;
}
.container {
    width: 100% !important;
}

.sweet-alert, .sweet-overlay {
    z-index: 9999999999999999999999999 !important;
}

.pac-logo:after{
    display: none !important;
}
.rodape{
    text-align: center;
}
.dropdown-menu > li > a{
    color: #000 !important;
}

/*Form Switch*/
.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.form-switch i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 46px;
    height: 26px;
    background-color: #000000;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #000;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #4BD763; }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }

.input_filters{
    border: 2px solid #ebebeb !important;
    background: #fff !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-background-clip: padding-box !important;
    -moz-background-clip: padding !important;
    background-clip: padding-box !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    height: 42px !important;
    line-height: 41px !important;
    outline: none !important;
    padding-left: 15px !important;
}

.dropdown_actions{
    margin: 2px 0px 0px -144px !important;
}
.dropdown_actions_span{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
}

.totalCol{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.totalRow{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#preparation_time {
    width: 60px;
    height: 30px !important;
    margin-left: 5px;
}

.fleet_time_config {
    width: 60px;
    height: 30px !important;
    margin-left: 5px;
}

/* CUSTOM INPUTS**/

.page-body .select2-container .select2-choice .select2-arrow {
    background-color: #d8d5d5 !important;
    border-left: 1px solid #635f5f !important;
}

.input-group-addon {
    background-color: #d8d5d5;
    border: 1px solid #635f5f;
}
.page-body .select2-drop .select2-search .select2-result-selectable:hover, .page-body .select2-drop .select2-results .select2-result-selectable:hover,
.page-body .select2-drop .select2-search .select2-result-selectable.select2-highlighted, .page-body .select2-drop .select2-results .select2-result-selectable.select2-highlighted {
    background-color: #c5c5c5 !important;
}

.page-body .select2-drop .select2-search input, .page-body .select2-drop .select2-search input {
    border: 1px solid #a5a5a5cc !important;
}

.form-control, .form-group .form-control, .bootstrap-tagsinput, div#s2id_cost-centers, .easy-autocomplete input {
    border: 1px solid #635f5f !important;
    border-radius:4px;
}
#form_login .form-control {
    border-color: #00000000 !important;
}

select#tableRowSelect {
    border: 1px solid #ebebeb !important;
}

.bootstrap-tagsinput {
    padding: 3px 3px !important;
    cursor:pointer;
    height: 30px;
}
.bootstrap-tagsinput .label {
    padding: 3px 11px !important;
}

.bootstrap-tagsinput .label+.label {
    margin-left: 0px !important;
}

.bootstrap-tagsinput::-webkit-scrollbar {
    width: 10px;
}

.bootstrap-tagsinput::-webkit-scrollbar-track {
    background: #d8d5d5;
}

.bootstrap-tagsinput::-webkit-scrollbar-thumb {
    background-color: #97979d;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #d8d5d5;
    /* creates padding around scroll thumb */
}

.bootstrap-tagsinput input::-webkit-input-placeholder, { /* Edge */
    padding-left:5px;
    background:#fff;
    font-size:12px;
    color:#bcb0b7;
}

.bootstrap-tagsinput input::placeholder {
    padding-left:5px;
    background:#fff;
    font-size:12px;
    color:#bcb0b7;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    font-size: 14px;
}

.table-selected-blue .selected.odd,
.table-selected-blue .selected.odd td {
    background-color: #006fbb !important;
    color: #fff !important;
}

.table-selected-blue .selected.even,
.table-selected-blue .selected.even td {
    background-color: #005791 !important;
    color: #fff !important;
}