@charset "utf-8";
/* CSS Document */
#container{background-color: #fff;}
td
{
    display: table-cell;
    padding-left:10px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
    vertical-align: middle;
}
#legend
{
    position:absolute;
    left: 610px;
    top:25px;
    font-family: Arial, sans-serif;
    font-weight:normal;
    font-size:10pt;
    text-align:left;
    color:#292920;
    padding: 0px;
    line-height: 1.2em;
}
#legend table{ vertical-align: middle; }
#legend table .col1{ width:80px; padding-right: 20px; padding-left: 5px;}
#legend table .col2{ width:12px; }

.chip_container
{
    position:absolute;
    width: 840px;
    height: 260px;
    top:60px;
    left:40px;
}
.chip_item
{
    position: absolute;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background-image: url(../assets/chip2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    -ms-background-position-y: 0px;
    background-position-y: 0px;
}
.cash_container
{
    position:absolute;
    top:330px;
    left:40px;
    width: 840px;
}
.cash_item
{
    position: absolute;
    width: 68px;
    height: 138px;
    margin-left: -34px;
    background-image: url(../assets/money-stack.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    -ms-background-position-y: 0px;
    background-position-y: 0px;
}
.cash_item.debt
{
    background-position: -68px 0px;
    -ms-background-position-x: -68px;
    background-position-x: -68px;
}
#cash_item1{ left: 84px }
#cash_item2{ left: 252px }
#cash_item3{ left: 420px }
#cash_item4{ left: 588px }
#cash_item5{ left: 756px }


.selector_container
{
    position:absolute;
    width: 528px;
    height: 68px;
    top:440px;
    left:110px;
}

.label
{
    font-family: Arial, sans-serif;
    font-weight:bold;
    font-size:16pt;
    text-align:center;
    color:#FFFFFF;
    cursor: default;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.sublabel
{
    font-family: Arial, sans-serif;
    font-weight:bold;
    font-size:10pt;
    text-align:center;
    color:#FFFFFF;
    cursor: default;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.label.unselected{ cursor:pointer;/*color:#666;*/ }

.label_holder_outer{ position: absolute; }

#label_holder_outer0{ left: 0px }
#label_holder_outer1{ left: 125px }
#label_holder_outer2{ left: 250px }
#label_holder_outer3{ left: 375px }
#label_holder_outer4{ left: 500px }

.label_holder
{
    position: absolute;
    left:0px;
    width: 130px;
    top:15px;
    height: 0px;
    text-align: center;
}

.checker
{
    width: 140px;
    height: 64px;
    overflow: hidden;
    background-image: url(../assets/tab-btn-back.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    -ms-background-position-y: 0px;
    background-position-y: 0px;
    cursor: pointer;
}
.checker.checked
{
    background-position: 0px -64px;
    -ms-background-position-y: -64px;
    background-position-y: -64px;

}

.title
{
    position: absolute;
    width: 80px;
    left: 10px;
    font-family: Arial, sans-serif;
    font-weight:normal;
    font-size:12pt;
    text-align:right;
    color:#292921;
    line-height: 1.2em;
}
.selector_title{top: 460px;}
.cash_title{top: 400px;}

.slider_container {position:absolute; }
#slider_container_rate {left: 40px; top: 495px; }

.slider
{
    position:absolute;
    top:0px;
    left:0px;
    width: 840px;
}
#rateSlider{}
#slider_container_overlay {left: 40px; top: 495px; width: 840px; }
#slider_container_overlay table{width: 100%; }
.slider-value
{
    padding: 0px;
    font-family: Arial, sans-serif;
    font-weight:normal;
    font-size:12pt;
    text-align:center;
    color:#ffffff;
    line-height: 2.4em;
    /*border: 1px solid red;*/
}
#debt-value{width:20%;}
#credit-value{width:80%;}

.slider2-value-rect
{
    position:absolute;
    background-color: #b00021;
    height: 35px;
}

.inner_container
{
    position: absolute;
    width: 840px;
    height: 420px;
    left: 40px;
    top: 60px;
    border: 1px solid rgb(167, 167, 157);
    background-color: #FFFFFF;
}

.i-btn
{
    position: absolute;
    top: -22px;
    left: 360px;
    cursor:pointer;
    width: 16px;
    height: 16px;
    background-image: url(../assets/i-btn.png);
    background-position: 0px 0px;
    background-position-y: 0px;
    display: none;
}

.i-btn.selected
{
    background-position: 0px -16px;
    background-position-y: -16px;
}
.i-cover {position:absolute;top:0px;left:0px;z-index: 2;width:100%;height:100%;border-radius: 5px;background-color:rgba(50, 50, 50, 0.5);/*display: table-cell; vertical-align: middle;*//*background-image: url(../assets/i-cover.png); background-repeat: repeat;*/}

.i-popup
{
    position: absolute;
    display: inline-block;
    width: 320px;
    height: 250px;
    background-color: #FFFFFF;
    z-index:51;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    padding: 20px;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
}

.i-popup .i-title
{
    color: #292920;
    width: 100%;
    height: 25px;
    font-size: 13pt;
    font-weight: normal;
    line-height: 1.5em;
    border-bottom: 1px solid #292920;
    font-family: Helvetica, Arial, sans-serif;
}
.i-popup .i-content
{
    color: #292920;
    font-size: 10.5pt;
    margin-top: 10px;
    line-height: 1.5em;
    font-family: Helvetica, Arial, sans-serif;
}

.i-popup .i-close-btn
{
    cursor:pointer;
    position: absolute;
    width: 8px;
    height: 8px;
    background: url("../assets/i-close-button.png");
    top: 5px;
    right: 5px;
}

