﻿/* 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. */

:root {
    --foreColor: #2b2b2b;
    --borderColor: #d9d9d9;
    --appColor: #16aacf;
    --appColor2: #48d3f6;
}

html {
    position: relative;
    min-height: 100%;
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {

}

    /* #region MAIN SITE STYLES */

button {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

label {
    position: relative;
    float: left;
    margin-bottom: 0.2rem;
    font-size:0.85rem;
}


.bpt_PanelBackgroundnBorder {

}

.bpt_MainTitle {
    position: relative;
    float: left;
    font-size:1.5rem;
    margin-left:0.5rem;
    margin-top:0.2rem;
    font-weight:600;
}

.bpt_MainHeaderRow {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;

}

.bpt_row {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.bpt_homePageTitle {
    margin: auto;
    width: 25%;
    text-align: center;
    font-size: 1.4rem;
    /*    border-top:  0.05rrem solid rgb(18 196 175 / 0.25);*/
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    color: var(--foreColor);
}

.bpt_homePageTitleBTB {
    margin: auto;
    width: 20%;
    height: 0.1rem;
    background-color: var(--appColor);
    margin-top: 0.2rem;
    color: var(--foreColor);
}

.bpt_ReturnToMainMenuAnchor {
    position: relative;
    color: var(--appColor);
    float: left;
    font-weight: 600;
    text-decoration: none;
    margin-right: 1.5rem;
    padding: 0.2rem;
    font-size: .9rem;
}

        .bpt_ReturnToMainMenuAnchor:hover {
            color: var(--appColor2);
            border: none;
            transition: 0.5s;
            cursor: pointer;
            border-bottom: 0.05rem solid var(--appColor);
        }

.bpt_ImageHolder {
    position: relative;
    float: left;
}

    .bpt_ImageHolder:hover{
        cursor:pointer;
        opacity:0.9;
    }

    .bpt_InputHolder {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 0.3rem;
    }

.bpt_InputField {
    position: relative;
    float: left;
    width: 100%;
    height: 1.8rem;
    border: none;
    background-color: rgb(255 255 255 / 0.12);
    border-radius: 0.3rem;
    border: 0.03rem solid rgb(255 255 255 / 0.15);
    color: #ededed;
}

    .bpt_InputField:hover {
        border: 0.05rem solid rgb(255 255 255 / 0.35);
    }

    .bpt_sepa1{
        margin-top:1rem;
    }

.bpt_sepa2 {
    margin-top: 2rem;
}

.bpt_sepa3 {
    margin-top: 3rem;
}

.bpt_col50p{
    position: relative;
    float: left;
    width: 50%;
}

.bpt_col25p {
    position: relative;
    float: left;
    width: 25%;

}
.bpt_col20p {
    position: relative;
    float: left;
    width: 10%;
}
.bpt_dropdownLabel {
    position: relative;
    float: left;
    color: var(--foreColor);
    width: 100%;
    font-size: 0.9rem;
}
.bpt_dropdown {
    position: relative;
    float: left;
    width: 100%;
    border: 0.05rem solid var(--borderColor);
    border-radius: 0.2rem;
    padding: 0.3rem;
    padding-left: 0.3rem;
    padding-bottom: 0.5rem;
    margin-left: 0.3rem;
    margin-top: 0.1rem;
    color: var(--foreColor);
}
.bpt_floatingInputHolder {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 2rem;
    height: 1.2rem;
}

bpt_floatingInputHolder222 {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 2rem;
    height: 1.2rem;
}

.bpt_floatingInput1 {
    position: absolute;
    float: left;
    width: calc(100% - 1.5em);
    border: none;
    border-bottom: 0.05rem solid var(--borderColor);
    border-radius: 0.2rem;
    padding: 0.3rem;
    padding-left: 0.3rem;
    padding-bottom: 0.5rem;
    margin-left: 0.3rem;
    top: 100%;
    background: none;
    color: var(--foreColor);
    /*    background-color:rgb(255 255 255 / 0.07);*/
}


    .bpt_floatingInput1:hover{
        border-bottom: 0.08rem solid var(--appColor);
    }

    .bpt_floatingInput1:read-only {
        border-bottom: 0.05rem solid #e9e9e9;
    }

    .bpt_floatingInput1:-moz-read-only {
        border-bottom: 0.05rem solid #e9e9e9;
    }

.bpt_floatingLabel1 {
    position: absolute;
    float: left;
    margin-left: 0.3rem;
    top: 100%;
    color: var(--foreColor);
}



    .bpt_floatingInput1:focus + .bpt_floatingLabel1 {
        color: var(--appColor);
        bottom: 100%;
        top: 0;
        transition: 0.3s;
        opacity: 1;
        font-size: 0.9rem;
        font-weight: 600;
    }


.bpt_floatingInput1:focus {
    transition: 0.3s;
    border-bottom: 0.13rem solid rgb(16 181 161 / 0.28);
}

    .bpt_floatingInput1::placeholder {
        opacity: 0;
    }

    .bpt_floatingInput1:not(:placeholder-shown) + .bpt_floatingLabel1 {
        top: 0;
        bottom: 100%;
        opacity: 1;
    }

.bpt_Wrapper {
    margin: 0 auto;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    bottom: 0;
}

.bpt_InnerDivWrapper, .bpt_BidBuilderDivWrapper {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #fefefe;
    border-radius: 2rem;
    /*    border-bottom-left-radius: 2rem;
    border-top-right-radius: 2rem;*/
    border: 0.05rem solid var(--borderColor);
    padding: 2rem;
}


.bpt_BidBuilderDivWrapper {
    position: relative;
    float: left;
    width: calc(100% - 4rem);
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    background-color: transparent;
}


.bpt_add_shadow {
    -webkit-box-shadow: 0px .1rem .3rem .1rem #ececec;
    -moz-box-shadow: 0px .1rem .3rem .1rem #ececec;
    box-shadow: 0px .1rem .3rem .1rem #ececec;
}

.bpt_InquiryWrapperDimensions {
    width: 70rem;
    height: 25rem;
}

.bpt_InputField {
    position: relative;
    float: left;
    width: 99%;
    height: 1.8rem;
    border: none;
    background-color: rgb(255 255 255 / 0.12);
    border-radius: 0.3rem;
    border: 0.05rem solid rgb(255 255 255 / 0.15);
    color: #ededed;
}



@media only screen and (min-width: 1em) and (max-width:67em) {
    .bpt_InquiryWrapperDimensions {
        width: calc(100% - 0.6em);
        padding: 0.3rem;
        border-bottom-left-radius: 1rem;
    }

    .bpt_InnerDivWrapper {
        width: calc(100% - 3em);
        padding: 1.5rem;
        border-bottom-left-radius: 1rem;
    }
}

   /*@ @media only screen and (min-width: 1em) and (max-width:35em) {
        .bpt_InnerDivWrapper {
            width: calc(100% - 0.6em);
            padding: 0.3rem;
            border-bottom-left-radius: 1rem;
        }

    }*/

    /* #endregion MAIN SITE STYLES */

    /* #region LOGIN VIEW STYLES */

    .bpt_LoginWrapperDimensions {
        width: 25rem;
        height: 25rem;
    }

    .bpt_LoginTitle {
        position: relative;
        float: left;
        font-size: 1.3rem;
        margin-left: 0.5rem;
        margin-top: 0.6rem;
        font-weight: 600;
        color:var(--foreColor);
    }

    .bpt_LoginInputField {
        position: relative;
        float: left;
        width: 99%;
        height: 2.3rem;
        border: none;
        background-color: rgb(255 255 255 / 0.12);
        border-radius: 0.3rem;
        border: 0.05rem solid rgb(255 255 255 / 0.15);
        color: #ededed;
    }

        .bpt_LoginInputField:hover, .bpt_LoginInputField:focus, .bpt_InputField:hover, .bpt_InputField:focus {
            border: 0.05rem solid rgb(255 255 255 / 0.35);
        }

.bpt_LoginButton {
    position: relative;
    float: left;
    width: 100%;
    height: 3rem;
    background: none;
    border: none;
    background-color: #10b5a1;
    color: white;
    border-radius: .5rem;
    font-size: 1rem;
    /*  background: #11B1B6;*/
    background: var(--appColor);
    background: -webkit-linear-gradient(top left, var(--appColor), var(--appColor2));
    background: -moz-linear-gradient(top left, var(--appColor), var(--appColor2));
    background: linear-gradient(to bottom right, var(--appColor), var(--appColor2));
}

    .bpt_LoginButton:hover {
        background: var(--appColor);
        background: -webkit-linear-gradient(top left, var(--appColor2), var(--appColor));
        background: -moz-linear-gradient(top left, var(--appColor2), var(--appColor));
        background: linear-gradient(to bottom right, var(--appColor2), var(--appColor));
        cursor: pointer;
    }

    @media only screen and (min-width: 1em) and (max-width:35em) {
        .bpt_LoginWrapperDimensions, bpt_LoginInnerDivWrapper {
            width: 100%;
        }

        /*    .bpt_mainAppUserName {
        position: relative;
        float: right;
        margin-top: 2.3rem;
        margin-right: 1rem;
    }*/

    }



    /* #endregion LOGIN VIEW STYLES */

/* #region LIST VIEW STYLES */


.bpt_listViewHolder {
    position: relative;
    float: left;
    width: 100%;
    /*    background-color: white;*/
}

.bpt_listViewBodyHolder_RFG {
    position: relative;
    float: left;
    width: auto;
    border: 0.1rem solid #e1e1e1;
    background-color: white;
    max-height: 14rem;
    /*background-color:yellow;*/
}

.allItemsDiv {
    color: var(--foreColor);
    font-size: 0.9rem;
}



.bpt_listViewHolderD {
    border-top: 0.12rem solid rgb(245 245 245 / 0.15);
    overflow:auto;
}

.bpt_listViewHolderD_1 {
    border-top: 0.12rem solid #e1e1e1;
    overflow: auto;
}

.bpt_listViewHolderH {
    border-bottom: .1rem solid #ededed;
}

.bpt_addMAXHeight20rem {
    max-height: 15rem;
}

.bpt_addMAXHeight35rem {
    max-height: 35rem;
}

.bpt_addMAXHeightUDFrem {
    max-height: 30rem;
}

.bpt_addMAXHeightUDFem1 {
    max-height: 45rem;
}

.bpt_addMAXHeightUDFem45 {
    max-height: 45rem;
}

.bpt_lvMainCol {
    margin-left: 0.3rem;

}

.bpt_lvMainCol {
    position: relative;
    float: left;
/*    width:auto;
*/    min-height: 1.5rem;
}

.bpt_lvSubCol {
    position: relative;
    float: left;
    /*width:auto;*/
    background-color: yellow;
    min-height: 1.5rem;
}



.bpt_visinvInfo {
    display: none;
}

.bpt_lvItem, .bpt_lvItem1 {
    width: 100%;
    position: relative;
    float: left;
    /*padding-top: 0.03rem;
    padding-bottom: 0.03rem;*/
    border-bottom: 0.05rem solid #ededed;
}

.bpt_lvItem1 {
    /*padding-top: 0.17rem;
    padding-bottom: 0.17rem;*/
}

    .bpt_lvItem:hover, .bpt_lvItem1 :hover {
        background-color: #f6f6f6;
    }

.bpt_GridIcon {
    width: auto;
    height: 1.2rem;
}

    .bpt_GridIcon:hover {
        cursor: pointer;
    }


.bpt_lvCol {
    position: relative;
    float: left;
    margin-right:0.3rem;
    margin-left:0.3rem;
    padding: 0.3rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
/*    min-height: 0.3rem;
*/    
/*   background-color:blue*/
   /* background-color: blue;*/
}

    .bpt_lvCol:hover {
        background-color: rgb(245 245 245 / 0.15);
    }

/* https://www.rapidtables.com/web/css/css-color.html */
.bpt_lvColRed {
    position: relative;
    float: left;
    /*margin-right:1rem;
    margin-left:0.3rem;*/
    padding: 0.3rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    min-height: 0.3rem;
    background-color: #F08080; /*lightcoral*/
}

    .bpt_lvColRed:hover {
        background-color: #CD5C5C; /*indianred*/
    }

.bpt_lvColTest {
    /*position: relative;
    float: left;*/
    /*margin-right:1rem;
    margin-left:0.3rem;*/
    /*padding: 0.3rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    min-height: 0.3rem;*/
    min-width: 100%;
    background-color: #F08080; /*lightcoral*/
}

    .bpt_lvColTest:hover {
        background-color: #CD5C5C; /*indianred*/
    }

.bpt_QtySpanInCol {
    float: right;
    width: 99%;
    text-align: right;
    margin-right: 1rem;
    font-size: 1.1rem;
}

.bpt_addHorizontalOverflow {
    overflow-x: auto;
    overflow-y: hidden;
}

.bpt_addColRightBorder {
    border-right: 0.1rem solid #ebebeb;
}

.bpt_addColBottomBorder {
    border-bottom: 0.1rem solid #ebebeb;
}

.bpt_addLightGrayBorder {
    border: 0.1rem solid #e1e1e1;
}


.bpt_addColLightBlueBackgr {
    background-color: #e9f9fc;
}

.bpt_addColLightRedBackgr {
    background-color: #f67d7d;
}

.bpt_addLightRedBottomBorder {
    border-bottom: 0.1rem dashed #f14b4b;
}

.bpt_addColLightRedBottomBorder a {
    /*border-bottom: 0.13rem solid #f36565;*/
    color: #f36565;
    /*font-weight:600;*/
}

.bpt_addColLightRedBackgr a {
    color: white;
}

.bpt_addColLightRedBackgr span {
    color: white;
}

.bpt_addColLightGrayBackgr {
    background-color: #fafafa;
}

.bpt_addColLightGreenBackgr {
    background-color: #28d407;
}

    .bpt_addColLightGreenBackgr a {
        color: white;
    }

    .bpt_addColLightGreenBackgr span {
        color: white;
    }



.bpt_addColLightGreenBottomBorder a {
    color: #28d407;
    /*font-weight: 600;*/
}

.bpt_addColLightOrangeBackgr {
    background-color: #f3d05b;
}

    .bpt_addColLightOrangeBackgr a, .bpt_addColLightOrangeBackgr span {
        color: white;
    }

.bpt_addLightOrangeBottomBorder {
    border-bottom: 0.1rem dashed #f3ab65;
}


.bpt_addTopMargin02 {
    margin-top: 0.2rem;
}

.bpt_addBottomMargin02 {
    margin-bottom: 0.2rem;
}

.bpt_addBottomMargin03 {
    margin-bottom: 0.3rem;
}


.bpt_addTopMargin06 {
    margin-top: 0.6rem;
}

.bpt_addTopMargin2 {
    margin-top: 2rem;
}

.bpt_lvBoldTxt {
    font-weight: 600;
}

.bpt_noWrap {
    white-space: nowrap;
}

.bpt_SumDateCol {
    font-size: 0.8rem;
}



/* #endregion LIST VIEW STYLES */


    /* #region HOME VIEW STYLES */

    .bpt_MainMenuOptionHolder {
        position: relative;
        float: left;
        width: 100%;
        height: 4rem;
        border-radius: 1rem;
        border-bottom-left-radius: 2rem;
        border-top-right-radius: 2rem;
        border-bottom: 0.05rem solid var(--appColor);
        margin-top: 1.5rem;
    }

        .bpt_MainMenuOptionHolder:hover {
            border: 0.05rem solid var(--appColor);
            cursor: pointer;
        }

.bpt_MainMenuOptionLabel {
    position: relative;
    float: left;
    font-size: 1rem;
    margin-top: 1rem;
    margin-left: 1.5rem;
    color: var(--foreColor);
}

    .bpt_MainMenuOptionImage {
        margin-left: 1.5rem;
        margin-top: 0.3rem;
        width: auto;
        height: 2.5rem;
    }
.bpt_dropdownLabel {
    /*width: 50%;*/
}

.bpt_dropdown {
    position: relative;
    float: left;
    width: 100%;
    border: 0.05rem solid var(--borderColor);
    border-radius: 0.2rem;
    padding: 0.3rem;
    padding-left: 0.3rem;
    padding-bottom: 0.5rem;
    margin-left: 0.3rem;
    margin-top: 0.1rem;
    color: var(--foreColor);
}

.bpt_grid_holder_2_7x5 {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 3rem;
}

.bpt_grid_holder_2_6x6 {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 2rem;
}
.bpt_grid_holder_2_8x4 {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 2rem;
    background-color: salmon;
}

.bpt_grid_holder_3_4x4x4 {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    gap: 1rem;

}

.bpt_grid_holder_4_2x2x2x2 {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    background-color:chocolate;
    gap: 1rem;
}


.tab {
  /*  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #10b5a1;
  margin-bottom: 5%;*/
   
    margin-top: 2%;
    margin-bottom: -1%;
    position: relative;
  /*  float: left;*/
    width: 100%;
    height: 3.5rem;
    background: none;
    border: none;
    background-color: #10b5a1;
    color: white;
    border-radius: .5rem;
    /*font-size: 1rem;*/
    /*  background: #11B1B6;*/
    background: var(--appColor) !important;
    background: -webkit-linear-gradient(top left, var(--appColor), var(--appColor2)) !important;
    background: -moz-linear-gradient(top left, var(--appColor), var(--appColor2)) !important;
    background: linear-gradient(to bottom right, var(--appColor), var(--appColor2)) !important;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            /* background-color: #ddd;*/
            background: var(--appColor);
            background: -webkit-linear-gradient(top left, var(--appColor2), var(--appColor)) ;
            background: -moz-linear-gradient(top left, var(--appColor2), var(--appColor));
            background: linear-gradient(to bottom right, var(--appColor2), var(--appColor));
            cursor: pointer;
            height:3.5rem;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: var(--appColor);
            color: black;
            font: bold;
            font-size: x-large;
            height: 4rem;
            border-block: 5px solid var(--appColor);
        }

/* Style the tab content */
.tabcontent {
   /* display: none;*/
    visibility: hidden;
    /*   position:relative;*/
    /* border: 1px solid #ccc;*/
    /*    border-top: none;*/
}

.tabcontent1 {
   /* display:none;*/
    visibility: hidden;
/*    visibility:hidden;*/
  /*  background-color:black;*/
   
}




    /* #endregion HOME VIEW STYLES */




