/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 mar 2021, 15:46:25
    Author     : jmusialek
*/

body {
    font-family: 'Lato', 'HelveticaNeue','Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer {
    padding: 45px 0px 65px !important;
    text-align: left !important;
    background: #36383E !important;
    font-size: 14px !important;
    min-height: 160px;
}

feooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0px 32px;
    gap: 23px;

    min-height: 225.78px;
    background: #000000;
}

footer a {
    color: black !important;
}

.footer-icon-text {
    color: white;
    font-size: 18px;
}

.footer-icon {
    background-color: white;
    color: black;
    font-size: 19.36px;
    line-height: 49px;
    height: 38.72px;
    width: 38.72px;
    border-width: 0px;
    border-radius: 50% 50% 50% 50%;
    margin-right: 11px;
    padding: 6px;
}


#formFooter {
    background-color: #0a0101 !important;
}

.form-control {
    border-radius: 0px !important;
}

.form-control:focus, select2-dropdown:focus {
    border: 1px solid #1c1c1c;
    box-shadow: #1c1c1c 0px 0px 2px
}

.select2-container--bootstrap .select2-selection {
    border-radius: 0px !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #D30B2D;
    color: #fff;
}
    
.footer-content {
    max-width: 1250px !important;
    margin: auto;
    color: white;
}

#formTransportOrder {
    padding-bottom: 30px;
}

#submit_btn {
    margin-right: 0px !important;
}

#mainSectionContainer {
    background: url("/portal/assets/images/courier.png") bottom right no-repeat;
    margin-top: 65px;
    min-height: calc(100vh - 225px) !important;
}

#mainContent {
    border: none !important;
    background: transparent;
    border-radius: 0px;
    padding-top: 50px;
    padding-bottom: 20px;
}

#mainContent > .card-body {
    padding: 0px !important;
}



#navbarSupportedContent {
    max-width: 1400px;
    margin: auto;
}

.mainSection > .navbar {
    background: linear-gradient(45deg, #D30B2D 0%, #D30B2D 51%, #D30B2D 100%) !important;
    margin-top: -2px !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 56px;
}

.navbar-nav > .nav-item {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.navbar-nav > .nav-item > .nav-link {
    color: white !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
}

.navbar-nav > .nav-item:hover {
    background-color: #dddddd !important;
    border-radius: 0px 0px 2px 2px !important;
    margin-top: -8px !important;
    padding-top: 8px !important;
    box-shadow: #0000008f 0px 4px 4px !important;
}

.navbar-nav > .nav-item:hover > .nav-link {
    color: black !important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show> .nav-link {
    background-color: #ffffff !important;
    border-radius: 0px 0px 2px 2px !important;
    margin-top: -8px !important;
    padding-top: 16px !important;
    box-shadow: #0000008f 0px 4px 4px !important;
    color: black !important;
}

.current-balance-container {
    background-color: #ffffff !important;
    border-radius: 0px 0px 2px 2px !important;
    margin-top: -8px !important;
    padding-top: 16px !important;
    box-shadow: #0000008f 0px 4px 4px !important;
    padding: 8px 12px;
}

.fa-checkbox + label:before {
    border-radius: 0px !important;
}

.fa-checkbox:checked + label:before {
    background: #ff4156 !important;
}

.styled-header, .card-title, .form-capture-header {
    background: linear-gradient(90deg, #D30B2D, #D30B2D, transparent 98%) no-repeat !important;
    background-size: 100% 1px !important;
    background-position: bottom left !important;
    color: #1c1c1c !important;
}

.card-title-icon {
    background-color: #D30B2D !important;
}

.btn {
    border-radius: 0px;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, 
.btn-outline-secondary:not(:disabled):not(.disabled):active, 
.show > .btn-outline-secondary.dropdown-toggle {
    background-color: #1c1c1c !important;
    border-color: #1c1c1c !important;
}

.text-primary {
    color: #1c1c1c !important;
}


.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show > .btn-outline-primary.dropdown-toggle {
    color: #000 !important;
    background-color: #0a0101 !important;
    border-color: #0a0101 !important;
}

.btn-outline-primary {
    color: #0a0101 !important;
    border-color: #0a0101 !important;
}

.btn-outline-primary:hover {
    background-color: #0a0101 !important;
    border-color: #0a0101 !important;
    color: white !important;
}

.btn-primary {
    color: white !important;
    background-color: #1c1c1c !important;
    border-color: #1c1c1c !important;
}

.btn-primary:hover {
    color: white !important;
    background-color: #D30B2D !important;
    border-color: #D30B2D !important;
}

input[type=submit], input[type=reset] {
    background-color: #1c1c1c !important;
    border-radius: 0px;
}

input[type=submit]:hover, input[type=reset]:hover {
    background-color: #D30B2D !important;
}

input[type=button], input[type=submit], input[type=reset], .input-btn {
    box-shadow: none !important;
}

a {
    color: #1c1c1c !important;
}

a:hover {
    color: #D30B2D !important;
}

thead {
    background: linear-gradient(to bottom, #1c1c1c 0%, #1c1c1c 100%) !important;
    color: white !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: white !important;
    background-color: #D30B2D;
    border-color: #D30B2D;
}

.btn-outline-danger {
    color: white !important;
    border-color: #0a0101;
    background-color: #0a0101 !important;
}

.btn-outline-danger:hover {
    background-color: #D30B2D !important;
    color: white !important;
}

.package-nr {
    background-color: #D30B2D !important;
}

/*

.btn-danger, .badge-danger {
    color: #fff;
    background-color: #a90010;
    border-color: #7b000c;
}

.current-balance-container {
    background-color: #ffffff !important;
    border-radius: 0px 0px 2px 2px !important;
    margin-top: -8px !important;
    padding-top: 16px !important;
    box-shadow: #0000008f 0px 4px 4px !important;
    padding: 8px 12px;
}

.bg-light {
    background-color: #3a3a3a !important;
}

.text-danger {
    color: #a90010;
}

*/

.spinner-border {
    width: 4rem;
    height: 4rem;
    vertical-align: -0.125em;
    color: #d71c00;
}

.spinner-border-btn {
    width: 1rem;
    height: 1rem;
    vertical-align: -0.125em;
    color: #d71c00;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
}


.shipping-method-div {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.shipping-method-option {
    cursor: pointer;
    display: flex;
    height: 80px;
    padding: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 2px solid #6c757d;
    background-color: #fff;
    color: #6c757d;
    text-align: center;
    font-size: 16px;
}

.shipping-method-option > img {
    height: 40px;
}

.shipping-method-option:hover {
    border: 2px solid #6c757d;
    background: #6c757d;
    color: white !important;
}

.shipping-method-option.active {
    border: 2px solid #1c1c1c;
    background: #1c1c1c;
    color: white;
}

.fa-question-circle {
    font-size: 13px;
    color: #367bff82;
}

.fa-checkbox {
    display: none;
}
.fa-checkbox:checked + label:before {
    content: "\f14a";
    background: #0070cc;
}
.fa-checkbox + label:before {
    content: "\f0c8";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: inline-block;
    background: #ced4da;
    border-radius: 3px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    font-size: 19px;
}
.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none !important;
    padding-right: 0.75rem !important;
    border-color: #ced4da;
}
.form-control.is-valid, .was-validated .form-control:invalid {
    background-image: none !important;
    padding-right: 0.75rem !important;
}
.service-label {
    border-width: 1px;
    min-width: 140px;
    position: relative;
}
.service-label-price, .service-label-loader {
    background-color: white;
    color: grey;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
    border-top: 1px solid #ced4da;
    font-size: 22px;
}
.service-label-price-type {
    font-size: 12px;
    line-height: 12px;
    margin-top: -3px;
}
.service-label-loader {
    color: #c7c7c7;
}
.service-label-loader-cover {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    padding-top: 8px;
    background-color: #a9a9a98c;
    z-index: 1000;
}

.service-label-image-container {
    height: 65px;
    padding-top: 5px;
}

.service-label {
    transition: all .2s ease-in-out;
}

.service-label:not(:disabled):not(.disabled).active, .service-label:not(:disabled):not(.disabled):active {
    background-color: #ffffff !important;
    box-shadow: #000000 0px 0px 6px;
    color: #6c757d !important;
    transform: scale(1.05);
    font-weight: bold;
}

.service-label:hover {
    color: #6c757d !important;
    background-color: #ffffff !important;
    border-color: #6c757d;
    box-shadow: #6c757d 0px 0px 6px;
    transform: scale(1.05);
}

.service-label-show-details {
    font-size: 19px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: white;
    border-radius: 50%;
}

.service-label-image {
    height: auto;
    max-height: 60px;
    max-width: 110px;
}

.service-label-own-contract {
    position: absolute;
    top: 0px;
    background-color: #006c85bf;
    width: 100%;
    left: 0px;
    padding: 3px;
    color: white;
    font-weight: bold;
    opacity: .9;
}

.price-summary-position {
    display: inline-block;
    width: 20px;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.form-capture-header {
    padding-bottom: 4px;
    background: linear-gradient(90deg, #2196f3, #367bff, transparent 95%) no-repeat;
    background-size: 380px 4px;
    background-position: bottom left;
}
.package-nr {
    position: absolute;
    left: 13px;
    font-size: 18px;
    background-color: #367bff82;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 36px;
    text-align: center;
    border-radius: 3px;
}
.btn-item-detail {
    padding: 2px !important;
    width: 30px;
    margin-left: 4px;
}

.package-label, .package-label-main {
    max-width: 160px;
    min-height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
}
#noServiceMessage {
    margin-left: 25%;
}

.form-group {
    position: relative;
}

.leaflet-popup-pickup-point {

}

label.col-form-label{
    width: auto;
}

.bootstrap-autocomplete {
    max-height: 300px;
    overflow: auto;
}

.iti--separate-dial-code{
    width: 100%;
}

.custom-sections {
    padding: 10px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #ffffffb0;
    box-shadow: #e1e1e1 0px 0px 5px;
}

.tooltip {
    opacity: .95 !important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #367bff82;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #367bff82;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #367bff82;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #367bff82;
}

.tooltip-inner {
    /* padding: 20px !important; */
    background-color: white;
    border: 1px solid #367bff82;
    color: #007bff;
    opacity: 1 !important;
    text-align: left;
    max-width: 600px;
}

.daterangepicker .ranges li.active {
    background-color: #D30B2D !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #D30B2D !important;
}

.daterangepicker {
    transform: translateY(-66px);
}

@media only screen and (max-width: 1400px) {

    .shipping-method-option > img {
        height: 40px;
        margin-top: 0px;
        position: relative;
    }

    .shipping-method-option {
        /* width: 165px; */
        height: 80px;
        padding: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .shipping-method-option {
        font-size: 14px;
        padding-top: 12px !important;
    }

    .shipping-method-option > img {
        height: 40px;
        position: absolute;
        top: -20px;
    }
}