@charset "utf-8";
/* CSS Document */
td
{
   display: table-cell; 
   padding:0px;
}

.slider-container { position:absolute; }
.slider-container table
{
    /*border: 1px solid #999;*/
    border-collapse: collapse;
    table-layout: fixed;
}
.slider-container td
{
    display: table-cell;
    padding:0px;
}

.slider-container .row {height:72px;}
.slider-container .title-col
{
    text-align:right;
    color: rgb(102, 102, 102);
    padding-right: 15px;
    font-size: 13px;
    font-weight: normal;
    width: 80px;
    font-weight: 700;
    /*border: 1px solid red;*/
    /*width:180px;*/
    position: relative;
    left: 0px; /*IPR - was 7, overlapped with the slider handle */
}

.slider { /*position:absolute;*/ }
#ebit-slider {top: 13px;left: 210px;}
#ebitSlider{ width: 220px; }
#debt-slider {top: 13px;left: 540px;} /*IPR - was 528, moved it away so the label between the sliders belongs clearly*/
#debtSlider{ width: 250px; margin-left: 2px; }



#debt-slider-selection {top: 16px;left: 598px;}
#debt-slider-selection td{ /* border: 1px solid red;*/ }
#debt-slider-selection .row{height: 20px;position: relative;/*border: 1px solid red;*/}
#debt-slider-selection .debt-label-col{width: 50px;font-weight: normal;font-size: 8pt;color: rgb(136, 136, 136);text-align: center;position: relative;top: 6px;}
#debt-slider-selection .debt-label-col.selected{
    /*color: #FFFFFF;
    font-weight: normal;
    background: rgb(102, 102, 102);
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    top: 2px;*/
    background: rgb(102, 102, 102);
    top: -1px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    width: 50px;
    margin-left: -25px;
    color:#fff;
    }

#debt-slider-selection .row-dash{ height: 6px; /*border: 1px solid red;*/}
#debt-slider-selection .dash-col{ width: 50px; text-align: center; }
#debt-slider-selection .dash{width: 3px;height: 3px;background-color: #68685F;margin-left: 25px;margin-top: 7px;border-radius: 3px;}
/*#debt-slider-selection .line{ height: 4px; width:300px; background-color: #5a5a4b; }*/



#instruction
{
    position: absolute;
    top: 9px;
    left: 21px;
    height: 50px;
    width: 230px;
    /*background-color: #5a5a4b;*/
    /* padding: 5px 10px 10px 10px; */
    font-size: 11px;
    line-height: 15px;
}
#instruction p
{
    font-size: 8pt;
    color: #FFFFFF;
    font-weight: normal;
    font-style: italic;
    line-height: 1.4em;
    padding: 0px;
    margin: 0px;
}
.graph-container { position: absolute; }

.graph1
{
    top: 122px;
    left: 20px;
    width: 420px;
    height: 160px;
}

.graph2
{
    top: 377px;
    left: 20px;
    width: 420px;
    height: 160px;
}

.graph3
{
    top: 265px;
    left: 440px;
    width: 460px;
    height: 140px;
}

.graph4
{
    top: 270px;
    left: 430px;
    width: 470px;
    height: 140px;
}

.graph-title { position: absolute; text-align: center; width: 360px; height: 18px; /*border: 1px solid green;*/ }
.graph-title1 {font-size: 12pt;font-weight: 700;color: rgb(102, 102, 102);top: 97px;left:80px;}
.graph-title2 {font-size: 12pt;font-weight: normal;color: rgb(102, 102, 102);font-weight: 700;top: 352px;left:80px;}
.graph-title3 {font-size: 12pt;font-weight: bold;color: rgb(102, 102, 102);top: 245px;left: 533px;}
.graph-title4 { font-size: 10pt; font-weight: bold; color: #ffffff; top:250px; left:530px;  }

.graph3 .xaxisLabel{ color: #FFFFFF; }
.graph4 .xaxisLabel{ color: #FFFFFF; }
.unlevered-label{  color: rgb(102,102,102); }
.levered-label{  color:rgb(102,102,102); }

.value-label
{
    position: absolute;
    width: 70px; /*IPR - was 60, big numbers did not fit*/
    /* margin-top: 0.5px; */
    height: 20px;
    text-align: center;
    color: #292921;
    font-size: 12pt;
    font-weight: 700;
    line-height: 1.4em;
}
.value-label:first-of-type {
    background:red !important;
}
.share-cnt
{
    position: absolute;
    width: 43px;
    height: 38px;
    /*
    width: 60px;
    height: 43px;
    */
    text-align: center;
    font-size: 14pt;
    margin-top: -18px;
    font-weight: bold;
    color: #69695F;
    padding-top: 5px;
}

.share-unlevered-label /* For a label "Share" or "Shares" of the unlevered number of shares.*/
{
    position: absolute;
    width: 43px;
    height: 38px;
    left:389px;
    top:231px;
    /*
    width: 60px;
    height: 43px;
    */
    text-align: left;
    font-size: 10pt;
    margin-top: 0px;
    font-weight: normal;
    color: #69695F;
    padding-top: 5px;
}

.share-levered-label /* For a label "Share" or "Shares" of the levered number of shares.*/
{
    position: absolute;
    width: 43px;
    height: 38px;
    left:389px;
    top:486px;
    /*
    width: 60px;
    height: 43px;
    */
    text-align: left;
    font-size: 10pt;
    margin-top: 0px;
    font-weight: normal;
    color: #69695F;
    padding-top: 5px;
}

.mag-glass
{
    position: absolute;
    top: 117px;
    width: 98px;
    margin-left: 13px;
    height: 72px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
#mag-glass-unlevered{ left: 200px }
#mag-glass-levered{ left: 800px }
.mag-glass.positive{background: url(../assets/blue-mag.png);}
.mag-glass.negative{background: url('../assets/red-mag.png');}
.mag-glass.zero{background: url('../assets/empty-mag.png');}

.mag-glass-value
{
    margin-top: 30px;
    width: 72px;
    font-size: 15px;
    color: rgb(49, 54, 58);
    text-align: center;
    font-weight: bold;
}
.mag-glass-label
{
    margin-right: 10px;
    width: 74px;
    font-size: 12px;
    color: rgb(49, 54, 58);
    text-align: center;
    line-height: 1.8em;
}

.radio-btn-table
{
    position: absolute;
    top: 454px;
    left: 630px;
}
.radio-btn-table table
{
    border-collapse: separate;
    border-spacing: 6px;
}
.radio-btn-table .col0{text-align: center; font-weight: bold; font-size: 12pt;}

.radio-label
{ position: relative; top:-22px; cursor: pointer; }

.toggle
{
    position: relative;
    height: 20px;
    cursor: pointer;
}
.toggle-label
{
    width: 40px;
    float: left;
    color: #68685F;
    font-size: 11pt;
    font-weight: 400;
    line-height: 20px;
    font-size: 17px;
    /*border: 1px solid red;*/
}
.toggle-label.active{color: rgb(102, 102, 102);}
.toggle-label.left{ text-align: right; padding-right: 15px;}
.toggle-label.right{ text-align: left; padding-left: 15px;}

.toggle-inner
{
    position: relative;
    width: 55px;
    height: 30px;
    float: left;
    background-color: rgb(239, 240, 240);
    top: 50%;
    transform: translateY(-50%);
    -moz-border-radius: 2px;
    border-radius: 12px;
    /*cursor: pointer;*/
}
.toggle-button
{
    /* position: absolute; */
    /* width: 29px; */
    /* height: 29px; */
    /* background-image: url(../assets/toggle-btn.png); */
    /* margin-top: -8px; */
    /* margin-left: -15px; */
    /*margin-left: 25px;*/
    background: rgb(253, 253, 253);
    width: 26px;
    height: 26px;
    background-image: none;
    margin-left: -13px;
    box-shadow: 0 0 10px rgb(205, 205, 205);
    border: 1px solid rgb(205, 205, 205);
    border-radius: 14px;
    margin-top: 1px;
    left: 17px;
    position: relative;
}


/* //IPR
#debt-slider a.ui-slider-handle.ui-state-default {
    background-size: contain !important;
    margin-top: -3px;
    height: 38px !important;
    width: 34px !important;
    top: 2px !important;
    margin-left: -17px !important;
    cursor: pointer;
}
*/
a.ui-slider-handle.ui-state-default.ui-corner-all {
    background: rgb(253, 253, 253);
    width: 26px;
    height: 26px;
    background-image: none;
    margin-left: -13px;
    box-shadow: 0 0 10px rgb(205, 205, 205);
    border: 1px solid rgb(205, 205, 205);
    border-radius: 14px;
    margin-top: 2px;
    cursor: pointer;
}

.slider_text.slider_callout_black50 {
    background: rgb(102, 102, 102);
    top: -40px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    width: 50px;
    margin-left: -25px;
}

/*Removed the ::after part - these labels are now done as separate elements, because one of them needs to change dynamically*/
/*
.share-cnt::after {content: "Shares";position: absolute;bottom: 2px;left: 0px;text-align: center;font-size: 12px;font-weight: 400;width: 100%;}
*/
.graph-title2::before {
    content: "";
    background: rgb(178, 210, 53);
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: -20px;
}

.blue-background {
    background: rgb(73, 195, 253);
}

.red-background {
    background: rgb(241, 63, 51); /*rgb(200, 37, 2);*/
}

.value-background {
    position: absolute;
    width: 60px;
    height: 20px;
    margin-top: -0.5px;
    text-align: center;
    color: #292921;
    font-size: 12pt;
    font-weight: bold;
    line-height: 1.4em;
}

#instruction > .left {
    display: inline-block;
    width: calc(26% - 4px);
    text-align: right;
    padding-right: 4px;
    box-sizing: border-box;
    font-weight: 700;
}

#instruction > .right {
    display: inline-block;
    display: inline-block;
    width: calc(70% - -1px);
}