﻿body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    min-width:1000px;
}

.mh-75 {
    max-height: 75% !important;
    max-height: 56px !important;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.form-check{
    padding-left: 0px !important;
}
.form-check-input {
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.form-check-label{
    vertical-align:middle;
    line-height: 20px !important;
}

.position-relative-login {    
    width: 100%;    
}
.position-relative-login div {    
    
}
.top-0 {
    top: 0 !important;
}
.end-0 {
    right: 0 !important;
}

.mainContainer {
    /*background-color: rgb(229, 229, 229);*/
    background-color: white;
    /*background-image: url('../img/LoginPage_BackgroundPattern.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    flex: 1;
}

.mainContainerBorder {
    border: 1px solid #226095;
    padding: 80px 20px 30px 20px;
    background-color:white;
}

.packingImage {
    opacity: 40%;
    max-width: 100%;
    max-height: 300px;
}

.nfmlcomp{
    margin-left:-30px;
}
.nfLogoSmall {
    height: 60px;
}
.nfLogoLarge{
    height:120px;
}

.navContainer {
    background-color: #0032a0;
}

.loginDialog {
    background-color: white;
}

.btn-primary {
    /*background-color: #4fc100;*/
    /*border-color: #4fc100;*/
    /*Oranje*/
   /* background-color: rgba(251,151,54,1);
    border-color: rgba(251,151,54,0.9);*/
    /*Blauw*/
    background-color: rgba(77,130,184,1);
    border-color: rgba(77,130,184,0.9);
    color: white;
    font-weight: bold;
}

    .btn-primary:hover {
        /*Oranje*/
        /*background-color: rgba(251,151,54,0.9);
        border-color: rgba(251,151,54,1);*/
        /*blauw*/
        background-color: rgba(77,130,184,0.9);
        border-color: rgba(77,130,184,1);
    }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #55d000;
    border-color: #55d000;
}

.confirmation-color {
    color: #4fc100;
}

.border-secondary {
    border-color: #D3E1F6 !important;
}

.btn-light {
    background-color: #EBEBEB;
    color: black;
}

.btnDeliveryDetails {
    color: #0032A0;
    font-weight: bold;
    background-color: white;
    border-color: white;
}
    .btnDeliveryDetails:hover,
    .btnDeliveryDetails:focus,
    .btnDeliveryDetails:active,
    .btnDeliveryDetails:visited,
    .btnDeliveryDetails:not(:disabled):not(.disabled).active, .btnDeliveryDetails:not(:disabled):not(.disabled):active, .show > .btnDeliveryDetails.dropdown-toggle {
        color: #0032A0;
        font-weight: bold;
        background-color: white;
        border-color: white;
        text-decoration: underline;
        box-shadow: unset;
    }

.backButton {
    background-color: rgba(77,130,184,0.9);
    /*border-radius: 12px;*/
    min-width: 240px;
    padding: 16px 0px;
}
.backbuttonContainer {
    padding: 28px 6% 24px 2%;
}
a.backButton {
    color: white;
}

.mainContent {
    background-color:white;
}

/*.rowOk {
    background-color: green;
}

.rowNok {
    background-color: red;
}
*/
.nfTableDescription {
    margin: 20px 10px 0px 10px;
}
.nfTableHeader {
    border: 1px solid #ced4da;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    margin: 0px 10px;
}

.nfTableRow {
    border: 1px solid #ced4da;
    border-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    margin: 0px 10px;
}


.searchPage {
    /*background-image: url('../img/SearchPage_BackgroundPattern.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
.searchDialog {
    background-color: #EBF8FC;
    /*border: 1px solid #FFAD32;*/
    /*margin-top: 6%;*/
}

.containerBackground {
    background-color: #EBF8FC;
} 

.form-control:disabled, .readonlyInput[readonly] {
    background-color: #EBF8FC;
    opacity: 1;
    border: 0;
    box-shadow: none;
}

.rowSeparator:not(.d-none):last-of-type {
    display:none;
}

.footerRow {
    color: #B4B4B4;
}

a{
    color:#0032A0;
    font-weight:bold;
}

.actionLinkActive {
    background-color: #F4F7FD;
    border: 1px solid #D2DEF7 !important;
    border-radius: .5rem !important;
    padding: 6px;
}

.actionLinkInactive {
    border: 1px solid #D2DEF7 !important;
    border-radius: .5rem !important;
    padding: 6px;
}

.navArrow {
    padding-right: 20px !important;
}

input::placeholder {
    /*padding-left: 10px;*/
}

.cointainerPadding {
    padding:6px 3px;
}

.orderrow-details {
    color:grey;
}
.customerData {

}
.orderData {

}
.orderRowData {
}

.resendOrderDataRow {
    font-size:80%;
    margin:1em;
    padding:1em;

}

.material-icons.obelink {
    color: #4fc10060;
}

.combiInputButtonLeft {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
.combiInputButtonRight{ 
    border-top-left-radius:unset; 
    border-bottom-left-radius:unset; 
}

.material-icons.material-icons-tiny {
    font-size: 1rem !important;
}
.material-icon.material-icons-small {
    font-size: 2rem !important;
}
.material-icons.material-icons-medium {
    font-size: 4rem !important;
}
.material-icons.material-icons-large {
    font-size: 6rem !important;
}
/*fix for aligning icons vertical in bootstrap buttons */
.btn .material-icons, a .material-icons {
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -1px;
}
.copyright{
    color: lightgray;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index:1990
}

.nfSpinner {
    background-color:white;
    position: absolute;
    padding: 20px 0px 40px 0px;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -140px;
    width: 280px;
    height: 140px;
    text-align: center;
    font-size: 40px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    border: 2px solid #4fc100;
    border-radius: 5px;
}
body.busy .loading {
    display: block !important;
}
    .nfSpinner > div {
        z-index: 1999;
        background-color: #4fc10090;
        height: 80%;
        width: 12px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;

    }

    .nfSpinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .nfSpinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .nfSpinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .nfSpinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }
.loadingBanner{
    text-align:center;
    width:100%;
    margin-left:3px;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

label {
    margin-bottom: 0rem !important;
}

small,
.small {
    font-size: 90% !important;
    font-weight: 400;
}

/*container*/

@media (min-width: 576px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
/*container-lg*/
@media (min-width: 576px) {
    .container.container-lg {
        max-width: 1800px;
    }
}

@media (min-width: 768px) {
    .container.container-lg {
        max-width: 1800px;
    }
}

@media (min-width: 992px) {
    .container.container-lg {
        max-width: 1800px;
    }
}

@media (min-width: 1200px) {
    .container.container-lg {
        max-width: 1800px;
    }
}

.reservationRows .show {
    display: block !important;
}
.reservationRows .hide {
    display: none !important;
}
.collapseToggle:hover {
    cursor:pointer;
}
.searchCarrierDialog {
    background-color: #EBF8FC;
}

.collected-carriers .carrierData {
    /*override border-secondary color for collected carriers*/
    border-color: #28a745 !important;
}

.searchProductDialog {
    background-color: #EBF8FC;
}

/*override disabled btn style*/

.retailvista-packing-ui .btn-primary.disabled,
.retailvista-packing-ui .btn-primary:disabled {
    color: #fff;
    background-color: #ccc;
    border-color: #bbb;
}


/*override pills styles*/
.retailvista-packing-ui .btn-outline-primary:not(:disabled):not(.disabled).active
{
    background-color: rgba(77,130,184,1);
    border-color: rgba(77,130,184,0.9);
    color: white;
    font-weight: bold;
}
.retailvista-packing-ui .btn-outline-primary {
    color: #007bff;
    border-color: rgba(77,130,184,0.9);
}
.retailvista-packing-ui .btn-outline-primary:hover {
    border-color: rgba(77,130,184,1);
    color: #fff;
    background-color: #EBF8FC;
}
    .retailvista-packing-ui .btn-outline-primary .tab-parcelnumber {
        color: rgba(77,130,184,1);
    }

    .retailvista-packing-ui .btn-outline-primary:not(:disabled):not(.disabled).active .tab-parcelnumber {
        color: white;
    }
.tab-parcelnumber {
    font-size: 150%;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}




.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    /*background-color: currentColor;*/
    background-color: rgba(0, 0, 0, 0.1);   
}


/*.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}*/

.reservation-row-parcels .reservation-row-parcel {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 2px;
    /*background-color: rgba(0, 0, 0, 0.03)*/
}
.reservation-row-parcels {
    color: rgb(33, 37, 41);
}
.reservation-row-parcel-col {
    text-align:center;
    padding-left:0px;
}

.giftcardnumbers {

}
    .giftcardnumbers .giftcardnumber {
        background-color: #CCC;
        border: 1px solid #CCC;
        border-radius: 3px;
        padding: 1px 3px;
        margin: 2px 0px;
        display: inline-block;
    }
.product {
    margin: 2px;
    padding: 5px;
}

.custom-select-sm {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}