﻿#clickSupplierNumber {
    position: fixed;
    top: 60px;
    right: 1em;
    border-radius: 5em;
    box-shadow: 0 0 3px 3px rgba(86, 86, 86, 0.05);
    z-index: 899;
}

#BuyerTab {
    width: 370px;
    position: fixed;
    top: 60px;
    right: -400px;
    background-color: #f9f9f9;
    border-radius: 0;
    border: 1px solid #808080;
    transition: .4s;
    z-index: 900;
    padding: .7em;
    padding-left: 1em;
    box-shadow: 0 0 3px 3px rgba(51, 51, 51, 0.10);
}

    #BuyerTab.show {
        right: 1em;
        transition: .4s;
    }

.pat3 {
    position: relative;
    top: 5px;
}

#Blanket.show {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.chosen-single {
    border-radius: 0 !important;
    box-shadow: none !important;
    background: none !important;
    background-color: white !important;
}

#changeSupplierNumber {
    height: 17px !important;
}

.custom-link-box {
    border: 1px solid #ccc;
    border-radius: .5em;
    margin-bottom: 1em;
    height: auto;
    width: 130px;
    background-color: #4682b4;
    padding: 2px;
    text-align: center;
    color: white;
    cursor: pointer;
}

    .custom-link-box:hover {
        background-color: #4099e2;
    }

    .custom-link-box > img {
        border-bottom-left-radius: .3em;
        border-bottom-right-radius: .3em;
        margin-bottom: 1px;
    }

.feedback {
    position: fixed;
    right: 0;
    bottom: 5%;
    /*height: 65%;*/
    margin-right: -3px;
    margin-bottom: -3px;
}

.feedback-form {
    z-index: 999;
    width: 225px;
    position: fixed;
    clear: both;
    right: 1%;
    bottom: 40%;
    margin-right: -3px;
    margin-bottom: -3px;
    padding-left: 15px;
    padding-right: 15px;
    /*padding-bottom: 10px;*/
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-color: white;
    /*transition-duration:3s;*/
    /*transform-style:preserve-3d;*/
}

.feedback-tab {
    position: fixed;
    right: 1%;
    bottom: 28%;
    clear: both;
    margin-right: -3px;
    margin-bottom: -3px;
    float: left;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    width: 111px;
    height: 26px;
    background-color: #427cbb;
    margin-top: 42px;
    margin-right: -40px;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-box-shadow: 0px 0px 3px 1px grey;
    -moz-box-shadow: 0px 0px 3px 1px grey;
    box-shadow: 0px 0px 3px 1px grey;
}

.release-tab {
    /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
    /*margin-right: -3px;
    margin-bottom: -3px;
    z-index:100 !important;
    color: #fff;
    cursor: pointer;
    text-align: center;*/
    background-color: #CC8400;
    height: 16px;
    /*margin-top: 42px;
    margin-right: -40px;
     border-radius:5px !important;
   border-radius:5px !important;
   border-radius:5px !important;*/
}

    .release-tab:hover > #showReleasenoteSpan {
        display: normal;
    }


#feedback-form textarea {
    resize: none;
    height: 150px;
}

.table td, table.dataTable td.dt-center, td.dt-centerN, table th, table thead th, table.dataTable thead th.dt-center, table.dataTable th.dt-center, th.dt-centerN, dt-centerN {
    text-align: center;
    vertical-align: middle;
}

.divDTScrollable {
    overflow: auto;
    float: left;
    min-height: 1px;
    margin-left: 30px;
    width: 1170px;
    height: 870px;
    clear: both;
}

.thSticky {
    /*background: white;*/
    position: sticky;
    top: 50px; /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.customFieldPOR {
    display: block;
    flex: 1 1 230px;
    max-width: 300px;
    min-width: 230px;
    width: 100%;
    padding: .5em;
    padding-right: 2em;
}

    .customFieldPOR > label {
        display: block;
    }

    .customFieldPOR > input {
        width: 100% !important;
    }


.w-100 {
    width: 100% !important;
}

.mx-auto{
    margin-left:auto !important;
    margin-right:auto !important;
}

.p-1{
    padding:.2em;
}
.p-2{
    padding:1em;
}


.d-flex{
    display:flex;
}
