﻿
/************** Branding Calculator ****************/
#bcDialog {
    position: fixed;
    width: 720px;
    height: 520px;
    z-index: 99999;
    background-color: transparent;
    top: 9% !important;
    left: 29% !important;
    background-color: #e1e1e1;
     font-size: 12px;
     color: #3f3c3e;
}


.bcDialog {
    width: 720px;
    height: 520px;
}

/*.bcDialog {
    width: 650px;
    height: 500px;
    position: fixed;
    background-color: #e1e1e1;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #3f3c3e;
}*/
    /*background-image:url(../images/stockcheck/boxBg2_1.png); background-repeat:no-repeat;*/
    /*.bcDialog .closeButton, .osDialog .closeButton {
        cursor: pointer;
        width: 32px;
        height: 34px;
        position: absolute;
        right: 8px;
        top: 0px;
    }*/


    /*display: none;
position: fixed;
left: 29%;
top: 10%;
width: 690px;
height: 480px;
text-align: center;
z-index: 1000;
background-color: #F1F1F1;
border: 1px solid #000;
/* padding: 15px; 
text-align: center;
}*/


 #blDialog {
    position: fixed;
    width: 735px;
    height: 500px;
    top: 1% !important;
    left: 25%;
    z-index: 9999999;
    cursor: pointer;
   
}

 .blframe {
    width: 735px;
    height: 750px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    clear: both;
}


 .blClose {
    background-color: #fe8900;
    width: 50px;
    height: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    clear: both;
    float: right;
}

.bcContent2 {
    width: 650px;
    margin: 27px 0px 0px 30px;
    float: left;
}

.bcHeds {
    color:#000;
}

.btHeds div {
    width: 149px;
    float: left;
    color: #000;
    font-weight: bold;
}

.bcValues div {
    width: 150px;
    float: left;
   
}

    .bcValues div span {
        margin-left: 3px;
    }

.bcTotals {
    margin: 15px 38px 0px 0px;
    line-height: 22px;
    float: right;
    width: 460px;
}

    .bcTotals span.l {
        float: left;
        width: 342px;
        font-weight: bold;
        text-align: right;
    }

    .bcTotals span.v {
        float: right;
        width: 90px;
        text-align: right;
    }

    .bcTotals img {
        float: right;
        cursor: pointer;
        margin: 3px 0px 0px 10px;
    }

.bcLine {
    background-color: #c4c4c4;
    width: 530px;
    height: 1px;
    clear: both;
    float: left;
    margin: 15px 0px 10px 0px;
}