a:not(.fx2simulator) {
    cursor: default !important;
}

.fx2simulatorNotClickable {
    cursor: default !important;
}

.summaryContainer {
    color: #FFFFFF;
    padding: 0 100px;
}

.summaryTitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 23px 0;
}

table.summaryTable {
    width: 100%;
    border-color: #999999;
    border-style: solid;
    border-width: 0px 0px 0px 0;
    border-spacing: 0;
    table-layout: fixed;
}

.summaryTable td {
    color: #FFFFFF;
    border: 0px;
    padding: 10px;
    font-size: 16px;
    border-color: #999999 #999999 #999999 #999999;
    border-collapse: collapse;
    white-space: nowrap;
}

.summaryTable td.summaryTableHead {
    font-weight: bold;
    font-size: 20px;
}

.summaryTable .minor {
    font-weight: normal;
    color: #999999;
    font-size: 16px;
}

/* row setting */

.summaryTable tr:nth-child(1) td {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.summaryTable tr:nth-child(9) td {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

/* column setting */

.summaryTable tr td:nth-child(1) {
    width: 40%;
    border-left: 1px solid #999999;
}

.summaryTable tr td:nth-child(2) {
    width: 30%;
    text-align: right;
    padding-right: 36px;
}

.summaryTable tr td:nth-child(3) {
    width: 30%;
    background-color: rgba(0, 0, 0, 0.4);
    padding-left: 15px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    text-align: right;
}

.whatIfUnitSelect {
    height: 35px;
    line-height: 35px;
    border: 1px solid #2d903b;
    text-align: center;
    background-color: #3c3c3c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    width: 54px;
    white-space: nowrap;
    font-size: 16px;
    display:inline-block;
}

.squareWhatIfSelect {
    width: 40%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #2d903b;
    text-align: center;
    background-color: #3c3c3c;
    padding: 3px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.whatIfMultiple {
    width: 30%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #2d903b;
    text-align: center;
    background-color: #3c3c3c;
    padding: 3px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.whatIfUnitSelectOptionList {
    background-color: #3c3c3c;
    width: 51px;
    border: 1px solid #2d903b;
    position: absolute;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.summaryWhatIfTipsContinueButton {
    /*background-color: #346634;*/
    /*padding: 10px;*/
    cursor: pointer;
/*    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
}

.summaryTable td .formulaPresentation {
    width: 150px;
    float: left;
    word-wrap: break-word;
    white-space: normal;
    font-size: 16px;
    color: #999999;
    font-weight: normal;
}

@keyframes sparklingTipsFrameOne {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sparklingTipsFrameTwo {
    0% {
        opacity: 1;
    }
    1% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.sparklingBulb1 {
    position: absolute;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    animation: sparklingTipsFrameOne 1s;
    animation-iteration-count: infinite;
}

.sparklingBulb2 {
    position: absolute;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    animation: sparklingTipsFrameTwo 1s;
    animation-iteration-count: infinite;
}

/*.summaryInfo:hover {
    width: 26px;
    height: 40px;
    background-image: url(../images/summary/info_on.png);
    background-repeat: no-repeat;
}

.summaryInfoOn {
    display: none;
}

.summaryInfoOn:hover {
    display: block;
}

.summaryInfoOff {
    display: block;
}

.summaryInfoOff:hover {
    display: none;
}*/

.greenBox {
    position: relative;
    background-color: #2d903b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    color: white;
    font-size: 16px;
    text-align: center;
}

.summaryInfoContent {
    display: none;
    margin-left: -181px;
}

.tips {
    position: absolute;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    color: #39b54a;
    font-size: 14px;
    z-index: 11000;
}
