﻿.select-wrapper {
    position: relative;
}

    .select-wrapper .select-clear {
        display: block;
        position: absolute;
        right: 15px;
        top: 5px;
        padding: 5px 10px;
        font-size: 16px;
        font-weight: 300;
        line-height: 16px;
        vertical-align: text-bottom;
        cursor: pointer;
        z-index: 101;
        color: #bbbbbb;
    }

.content {
    display: flex;
    flex-direction: column;
}
.hidden {
    display:none;
}

.input-none {
    background-color:transparent;
    border:none;
    font-size:inherit;
    font-family:inherit;
}
.input-none:focus {
    background-color: transparent;
    border: none;
}

.table-header-nowrap th {
    white-space: nowrap;
}

.table-padding-5 th, .table-padding-5 td {
    padding-right: 5px;
    padding-bottom: 5px;
}

.table-row-padding-5 th:not(:last-child), .table-row-padding-5 td:not(:last-child) {
    padding-bottom: 5px;
}
.table-column-padding-5 th:not(:last-child), .table-column-padding-5 td:not(:last-child) {
    padding-right: 5px;
}

.table-padding-10 th, .table-padding-10 td {
    padding-right: 10px;
    padding-bottom: 10px;
}

.table-row-padding-10 th:not(:last-child), .table-row-padding-10 td:not(:last-child) {
    padding-bottom: 10px;
}
.table-column-padding-10 th:not(:last-child), .table-column-padding-10 td:not(:last-child) {
    padding-right: 10px;
}

.table-cell-padding-5 > thead > tr > th, .table-cell-padding-5 > tbody > tr > td {
    padding: 5px;
}

.table-cell-padding-10 > thead > tr > th, .table-cell-padding-10 > tbody > tr > td {
    padding: 10px;
}

.dropshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.padding-10 {
    padding:10px;
}

.margin-10 {
    margin: 10px;
}

.corner-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.autocomplete {
    position: relative;
    display: inline-block;
}
    .autocomplete .autocomplete-selection {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 50;
        background-color: white;
        white-space:nowrap;
    }
    .autocomplete:hover .autocomplete-selection, autocomplete:focus-within .autocomplete-selection {
        display: inline-block;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 50;
}

.dropdown:hover .dropdown-content {
    display: inline-block;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.dropdown-content-right {
    display: none;
    position: absolute;
    right:0;
    z-index: 50;
}

.dropdown:hover .dropdown-content-right {
    display: inline-block;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip-content {
    display: none;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltip-content {
    display: block;
}

.width-100 {
    width:100%;
}

.minwidth-100 {
    min-width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.container {
    margin-right:auto;
    margin-left:auto;
}

.box-shadow {
    /*box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);*/
    box-shadow: 0 2px 10px 1px rgba(202, 202, 202, 0.5);
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.site-collapse.inactive {
    transition: all linear 0.25s;
    overflow:hidden;
    max-height:0px;
}

.site-collapse {
    max-height: 500px;
}

.shipto-radio {

}
    .shipto-radio:checked + .shipto-card {
        border: 4px solid #0b0;
        margin: 0px;
        box-shadow: 0 2px 10px 1px rgba(202, 202, 202, 0.5);
    }
        .shipto-radio:checked + .shipto-card:after {
            position: absolute;
            bottom: 2px;
            right: 2px;
            background-color: #0b0;
            color:white;
            padding: 0px 6px;
            border-radius:50%;
            content: "\2713 ";
            font-weight:bold;
        }


.shipto-card {
    position: relative;
    border: 2px solid #bbbbbb;
    border-radius: 2px;
    display: inline-block;
    /*width: 100%;
    height: 100%;
    max-width:200px;
    min-width:150px;*/
    width:200px;
    margin: 2px;
    transition: all linear 0.15s;
    background-color: white;
}
.shipto-card:hover {
    cursor:pointer;
}

    .shipto-card > h5 {
        border-bottom: 1px solid #bbbbbb;
        padding: 5px 5px 0px 5px;
    }


.card {
    position: relative;
}



    .card .card-band {
        background-color: rgba(0,0,0, 0.7);
        color: white;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        /*height: 20%;*/
        text-align: center;
        vertical-align:central;
        padding: 5px 0px;
        font-size: 20px;
        transition: all linear 0.2s;
    }
    .card:hover .card-band {
        color: #ccc;
    }
    /*.card .card-band .card-band-text {
        height:100%;
        font-size: calc(20%);
    }*/

    .logintype-card .body {
        min-height:51px;
        padding: 10px;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .logintype-card .foot {
        padding: 10px;
        border: 1px solid #ccc;
        border: 1px solid #ccc;
        padding: 10px;
        text-align: right;
    }

.logintype-card:hover {
    background-color: #eeeeee;
    cursor:pointer;
}

    .message {
        max-height: 0px;
        opacity: 0;
        transition: all linear 0.3s;
    }

.message.active {
    opacity:1;
    max-height:500px;
}

.year.inactive {
    color:rgba(0,0,0, 0.5);
    cursor:pointer;
}
.year {
    color:black;
    font-weight: bold;
}

.location.inactive {
    color: rgba(0,0,0, 0.5);
    cursor:pointer;
}

    .location {
        color: black;
        font-weight: bold;
    }

.period.inactive {
    color: rgba(0,0,0, 0.5);
    cursor: pointer;
}

.period {
    color: black;
    font-weight: bold;
}

.toggleable {

}
.toggleable.inactive {
    display: none;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.my-form {
    margin-bottom: 10px;
}

#fileElem {
    display: none;
}


.loader,
.loader:before,
.loader:after {
    background: #000000;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #000000;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 1.5em;
    }

.notif_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .notif_container a {
        width: 100%
    }

.notif-x {
    padding: .5em;
    font-weight: bold;
    font-size: 18px;
    transition: linear 0.3s;
}

    .notif-x:hover {
        cursor: pointer;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}


select[data-multi-select-plugin] {
    display: none !important;
}

.multi-select-component {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.multi-select-component .btn-group {
    display: none !important;
}

.multiselect-native-select .multiselect-container {
    width: 100%;
}

select[data-single-select-plugin] {
    display: none !important;
}

.single-select-component {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .single-select-component .btn-group {
        display: none !important;
    }

.singleselect-native-select .singleselect-container {
    width: 100%;
}

.selected-wrapper {
    box-sizing: border-box;
    display: inline-block;
    cursor: default;
}

    .selected-wrapper .selected-label {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .selected-wrapper .selected-close {
        display: inline-block;
        text-decoration: none;
    }

.search-container {
    display: flex;
    flex-direction: row;
}

    .search-container .selected-input {
        background: none;
        border: 0;
        padding: 0;
        margin-bottom: 6px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .search-container .selected-input:focus {
            outline: none;
        }

    .search-container .dropdown-icon {
        display: inline-block;
        padding: 8px 13px 3px 13px;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 10px;
        height: 10px;
        border: 0 !important;
    }

.search-container ul {
    position: absolute;
    list-style: none;
    z-index: 3;
}

    .search-container ul :focus {
        outline: none;
    }

    .search-container ul li {
        display: block;
    }

        .search-container ul li:first-child {
        }

        .search-container ul li:last-child {
        }


        .search-container ul li:hover.not-cursor {
            cursor: default;
        }

        .search-container ul li:hover {
            cursor: pointer;
        }

/* Adding scrool to select options */
.autocomplete-list {
    max-height: 130px;
    overflow-y: auto;
}

    .autocomplete-list > li {
        white-space: nowrap;
        overflow-x: auto;
    }
.autocomplete-options {

}
.search-container .autocomplete-options {
    position: absolute;
    list-style: none;
    z-index: 3;
    padding: 0;
    z-index: 3;
    margin-top: 26px;
    width: calc( 100% + 4px);
    right: -2px;
}

.print_row {
    font-size: 20px;
    padding: 20px;
    border: 1px dotted darkgray;
}
.variety_prime_row td{
    padding: 10px 0px;
}

.ErrorIconContainer {
    color:orange;
}

.overflow-x-container {

    overflow-x: scroll;
}

.basic-table {
    table-layout: fixed;
    border: 1px solid;
    border-collapse: collapse;
}

    .basic-table th {
        width: 100px;
        max-width: 100px;
        border: 1px solid;
        overflow: hidden;
        white-space: nowrap;
    }
    .basic-table td {
        min-width: 100px;
        min-height: 20px;
        height: 20px;
        width: 100px;
        max-width: 100px;
        border: 1px solid;
        overflow: hidden;
        white-space: nowrap;
    }

.draggable {
    white-space: nowrap;
    overflow: hidden;
}
.draggable:hover {
    cursor:grab;
}


.file-icon {
    padding: 10px;
    position: relative;
}
    .file-icon .file-document {
        width: 40px;
        height: 60px;
        border-radius: 2px;
        background-color: lightgray;
        overflow: auto;
        position: relative;
    }
    .file-icon .file-document-corner {
        height: 0;
        width: 0;
        margin-left: auto;
        margin-right: 0;
        border-style: solid;
        border-width: 7px;
        border-color: #fff #fff rgba(255,255,255,.35) rgba(255,255,255,.35);
    }
    .file-icon .file-document-line {
        margin: 5px;
        background-color: gray;
        height: 2px;
    }

.file-icon .file-label {
    text-align:center;
    position: absolute;
    color: white;
    bottom: 20px;
    height: 20px;
    width: 46px;
    border-radius: 2px;
    left: 6px;
}

.file-icon-small {
    padding: 5px;
    position: relative;
}

    .file-icon-small .file-document {
        width: 20px;
        height: 30px;
        border-radius: 1px;
        background-color: lightgray;
        overflow: auto;
        position: relative;
    }

    .file-icon-small .file-document-corner {
        height: 0;
        width: 0;
        margin-left: auto;
        margin-right: 0;
        border-style: solid;
        border-width: 3px;
        border-color: #fff #fff rgba(255,255,255,.35) rgba(255,255,255,.35);
    }

    .file-icon-small .file-document-line {
        margin: 2px;
        background-color: gray;
        height: 1px;
    }

    .file-icon-small .file-label {
        text-align: center;
        position: absolute;
        color: white;
        top: 22px;
        height: 10px;
        width: 20px;
        border-radius: 1px;
        left: 4px;
        font-size:0.5em;
    }

/* Print Document */
@media print {
    .header_deliverydocument span,
    .header_contractdocument span {
        font-size: 12px;
    }

    .logo_contractdocument,
    .logo_deliverydocument {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .logo_contractdocument img,
        .logo_deliverydocument img {
            width: 200px;
            height: 70px;
        }

    #table_produit_contractdocument,
    #table_pricing_contractdocument,
    #table_produit_deliverydocument,
    #footer_contractdocument table {
        width: 100%;
        -webkit-print-color-adjust: exact;
    }

        #table_produit_contractdocument thead {
            background-color: lightgray;
            border-bottom: 2px solid black;
        }

            #table_produit_contractdocument thead tr td {
                padding: 10px 0px;
            }

    #notes_contractdocument p {
        font-size: 14px;
    }

    #terms_contractdocument {
        page-break-inside: avoid;
    }

        #terms_contractdocument p {
            font-size: 11px;
        }

    .header_space_deliverydocument,
    .header_space_contractdocument {
        height: 25px;
    }

    .footer_space_contractdocument,
    .footer_contractdocument {
        height: 180px;
    }

    .footer_contractdocument {
        position: fixed;
        bottom: 0;
    }

        .footer_contractdocument,
        .footer_contractdocument table {
            width: 100%;
        }

    .footer_deliverydocument {
        page-break-inside: avoid;
    }
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 199;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }