﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.navbar-brand {
    padding: 5px 10px;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.border-top {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.inline {
    display: inline-block;
}

.margin-top {
    margin-top: 20px;
}

.left {
    position: absolute;
}

.right {
    text-align: right;
}

.editDraftSender_Receiver,
.editDraftShippingInfo {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 25px;
}

.editDraftShippingInfo {
    margin: 0;
}

input.error {
    background-color: #d9534f;
}

.clickable {
    cursor: pointer;
}

.editDraftSender_Receiver > div,
.editDraftShippingInfo > div {
    width: 50%;
    padding: 10px;
    text-align: center;
}

.searchHeader {
    display: flex;
    justify-content: right;
}

/* .searchHeader > form > .searchContainer { 
    width:25%;
 } */
.home_page .searchContainer .glyphicon-search {
    font-size: 25px;
    top: 7px;
}

.home_page .searchContainer .btn-primary {
    height: 50px;
}

.home_page .searchContainer .form-control.draft {
    font-size: 25px;
    height: 50px;
}

.home_page .addimport {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
}

.searchHeader > .addContainer {
    width: 100%;
    text-align: right;
}

.editDraftSender_Receiver > div:nth-child(1),
.editDraftShippingInfo > div:nth-child(1) {
    border-right: 1px solid #ddd;
}

.panel-footer {
    border-top: 1px solid #ddd;
}

.sender > div,
.receiver > div,
.pickup > div {
    margin-bottom: 10px;
}

.panel-footer {
    position: relative;
}

.dfmtotal input {
    padding-left: 10px;
}

.editDraftShippingWeights,
.editDraftShippingServices,
.editDraftCustoms,
.editDraftShippingDfmService {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}

.editDraftShippingServices {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .editDraftShippingServices > label.service {
        border: 1px solid #ddd;
        padding: 10px;
        margin: 5px;
        border-radius: 3px;
    }

.weight-table {
    border: 1px solid #ddd;
}

    .weight-table thead th {
        text-align: center;
    }

.btn-remove {
    left: 25%;
    position: relative;
}

.basketTable tr:nth-child(1) > td {
    border-top: 0px;
}

.basketTable tbody tr > td:nth-child(2) {
    text-align: right;
}

.totalcontainer {
    font-weight: bold;
}

.border-right {
    border-right: 1px solid #ddd;
}

.step4-loading {
    text-align: center;
}

.allusercontent > * {
    padding-left: 0px;
    margin: 5px 0px;
}

    .allusercontent > * > * {
        padding-left: 0px;
    }

.createUserDefinedContent > * {
    padding-left: 0px;
}

    .createUserDefinedContent > * > * {
        padding-left: 0px;
    }

.userDefinedItemText {
    padding: 6px 12px;
}

.searchresults {
    position: absolute;
    z-index: 1000;
}

.searchresult {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    cursor: pointer;
    background-color: white;
    padding: 5px;
}

    .searchresult:nth-of-type(1) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-top: 1px solid #ddd;
    }

    .searchresult:nth-of-type(n+2) {
        border-top: 1px solid #ddd;
    }

    .searchresult:nth-last-of-type(1) {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom: 1px solid #ddd;
    }

    .searchresult.focus {
        background-color: #eee;
    }

.multigroup > div:nth-of-type(1) {
    padding-left: 0px;
}

.multigroup > div:nth-last-of-type(1) {
    padding-right: 0px;
}

.table-striped {
    border: 1px solid #ddd;
}

    .table-striped td:nth-last-of-type(1),
    .table-striped th:nth-last-of-type(1) {
        text-align: right;
    }

.info-btn {
    position: fixed;
    right: 0;
    top: 50%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: white;
    cursor: pointer;
    z-index: 1061;
}

.info {
    display: none;
    position: fixed;
    /*top: 5%;*/
    top: 0;
    right: 0px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: white;
    z-index: 1061;
    overflow: scroll;
    height: 100%;
    width: 650px;
}

.closeinfo {
    cursor: pointer;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 10px;
}

.info-container {
    border-top: 1px solid #ddd;
}

.info-item {
    display: flex;
}

    .info-item.withborder {
        border-bottom: 1px solid #ddd;
        margin-top: 10px;
    }

    .info-item:nth-of-type(4) {
        margin: 10px 0;
    }

.info-img {
    width: 25%;
    margin: auto 0 auto 30px;
}

    .info-img img {
        max-width: 100%;
    }

.info-bp {
    padding-left: 35px;
}

.popover_orderline {
    display: flex;
    justify-content: space-between;
}

.popover {
    width: 350px;
}

#ApiContainer input[type="radio"] {
    display: block;
    border: solid #C1C1C1 1px;
    color: #7F7E7E;
    height: 20px;
    padding: 5px 5px 5px 5px;
    margin: 10px 0px 10px 0px;
    background-color: white;
    width: 100%;
}

#autocapturelabel {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

    #autocapturelabel > div {
        display: flex;
    }

    #autocapturelabel input {
        margin-right: 5px;
    }

#createShipmenbtn {
    display: flex;
    justify-content: flex-end;
}


.hidden {
    display: none;
}

hr {
    border-style: inset;
    border-width: 1px;
    border-top: 1px solid #ccc;
    width: 100%;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .info {
        display: none;
    }

    .carousel-caption {
        display: none;
    }
}

@media screen and (max-height: 840px) {
    .info {
        top: 10%;
    }
}

@media (max-width: 768px) {
    .form-group {
        padding: 0;
    }

    .info {
        max-height: 75%;
        overflow-y: scroll !important;
    }

    .info-btn {
        top: 75%;
        z-index: 999;
    }
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .login-form {
        display: none;
    }

    .navbar-signin {
        float: right;
        margin-right: 10px;
    }

    .navbar-collapse.in {
        overflow-y: scroll !important;
    }


    .divider {
        border-top: 1px solid #ddd;
        margin-left: 15px;
    }
}

.ui-tooltip.warning {
    background-color: #fcf8e3;
}

.completedStatistics .container {
    position: relative;
    top: 20px;
}

.completedStatistics tr.second {
    background-color: transparent !important;
}

.completedStatistics tr.toggle, .completedStatistics td div {
    cursor: pointer;
}

.completedStatistics tr.byCountry, .completedStatistics tr.byWeight {
    background-color: #cfcfcf !important;
}

.completedStatistics .weightInfo {
    top: 5%;
    left: 25%;
    width: 50%;
    background-color: grey;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #000;
    text-align: center;
}

    .completedStatistics .weightInfo .closeToggle {
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        right: 5px;
        top: 0px;
        cursor: pointer;
    }

    .completedStatistics .weightInfo .active, .completedStatistics .weightInfo.hide.active {
        display: block !important;
    }

.editDraftCustoms .customs-table input.deactivated {
    display: none;
}

@media only screen and (max-width: 770px) {
    .completedStatistics .weightInfo {
        width: 100%;
        left: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .estimatedPriceSummary .col-xs-5, .referenceDetails .col-xs-3 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .invoicePriceResults .container {
        width: 1250px;
    }
}

.invoicePriceResults .invoiceCompareContainer {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 991px) {
    .feeMapping .rows {
        display: flex;
        align-items: end;
    }
}

.invoiceCompareContainer:not(.missing) {
    color: green;
}

.invoiceCompareContainer.feeDifference {
    color: red;
}

.invoiceButtonWrapper {
    display: flex;
    justify-content: space-between;
}

