﻿#divHideSim{
    width:100%;
    height:100%;
    background-color: white;
    color:black;
    font-size:x-large;
    display:none;
    padding-top:100px;
    height:600px;
}
#divMaster {
    /*background-color: #f2f2f2;*/
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 0;
    max-width: 100%;
    margin-top:50px;
   
}
#divCalcBanner {
    margin-top:0;
    width: 100%;
    height: 150px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-bottom: 1px solid gray;
    font-size: x-large;
    color: white;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#tblSimulator{
    display: table;
    width:100%;
    height:100%;
    border-collapse:collapse;
    text-align:center;
   
}
    #tblSimulator td{
        text-align:center;
    }

    #divLeft {
        width: 320px;
        /*float: left;*/
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        margin: 0;
        font-size: medium;
        color: #171717;
        /*background-color: #f2f2f2;*/
        background-color: white;
        height: 100%;
    }
    #divLeft table tr td{
        height:25px;
    }

    #divTopRight {
        padding: 20px;
        font-size: large;
        color: #171717;
        width: 320px;
        float: right;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
        #divTopRight table {
            width: 100%;
            display: table;
            margin-bottom: 20px;
          
        }
    #tbl1{
        border-collapse:collapse;
        height:auto;
        width:100%;
        max-width:100vw;
        display:table;  
        -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            table-layout:fixed;
    }
    #tbl1 td{
        text-align:left;
        padding:0;
    }

#divSimContainer {
    font-size: 0;
    margin: 0;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    background-color: white;
    padding: 10px;
    width: 100%;
    min-height: 100%;
    /*height: auto;*/
    /*float: right;*/
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    overflow: scroll;
  
}

#divSimulator {
    height: auto;
    width: auto;
    border: 3px solid silver;
    padding: 0;
    text-align: center;
    background-color: black;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*transform: scale(1);
   transform-origin: 0% 0%;*/
    zoom: 0.5;
    position:relative;

}
#divTopBars{
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height:auto;
    z-index:400;
}
#divBottomBars {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 401;
}
#divLeftBars {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    z-index: 402;
}
#divRightBars {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: 403;
}
.divColumn {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: top;
    position: relative;
    border: none;
}

.divRow {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 601;
}

.divGroupDetails {
   /*min-width: 200px;*/
    position: absolute;
    width: 70%;
    top: 33px;
    padding: 10px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: medium;
    color: white;
    background-color: rgba(50,100,255,0.9);
    z-index: 750;
    border: 1px solid gray;
}

#divBreakDown { 
    border-top: 1px solid gray;
    font-size:medium;
    width: 100%;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display:inline-block;
}

#divTableData {
   
    margin-top :20px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
#divTableData table td{
    padding:10px;
}
    #tblResults td:nth-child(even) {
        color:darkblue;
    }


.divSectionInfo {
    min-width: 200px;
    position: absolute;
    width: 80%;
    top: 33px;
    padding: 10px;
    left: 50%;
    top: 120px;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: x-large;
    color: black;
    background-color: rgba(255,255,255,0.9);
    z-index: 740;
    border: 1px solid gray;
}

@media only screen and (max-width: 800px) {
    #divHideSim {
        display: block;
    }
    #divMaster{
        display:none;

    }
    #divBreakDown{
        display:none;
    }
}