#asp-light-wrap {
    font-size: 18px;
    width: 100%;
}

#asp-options,
#asp-material,
#asp-pressure,
#asp-temperature,
#asp-capacity,
#asp-change-of-state,
#asp-charging,
#asp-variables,
#asp-numblock,
#asp-numblock div,
#asp-result-left-wrap,
#asp-variables-temperature,
#asp-result-right-wrap {
    float: left;
}

#asp-options {
    width: 298px;
    height: 275px;
}

#asp-units {
    width: 298px;
}

#asp-material {
    width: 70px;
}

#asp-pressure,
#asp-temperature,
#asp-capacity {
    width: 70px;
    margin-left: 6px;
}

[id^=asp-material-],
[id^=asp-pressure-],
[id^=asp-temperature-],
[id^=asp-capacity-] {
    text-align: center;
    height: 52px;
    padding-top: 13px;
    cursor: pointer;
    margin-bottom: 5px;
    background: url(../Images/01_btn_grey.png) no-repeat left top;
}

#asp-change-of-state {
    width: 146px;
}

#asp-charging {
    width: 146px;
    margin-left: 6px;
}

[id^=asp-change-of-state-],
[id^=asp-charging-] {
    text-align: center;
    height: 52px;
    padding-top: 13px;
    cursor: pointer;
    margin-bottom: 5px;
    background: url(../Images/02_btn_grey.png) no-repeat left top;
}

#asp-material-nitrogen,
#asp-temperature-celsius,
#asp-pressure-bar,
#asp-capacity-liter,
#asp-change-of-state-adiabat,
#asp-charging-discharge,
#asp-variables-p2 {
    background-position: left -68px;
}

#asp-variables {
    width: 180px;
    height: 275px;
    margin-left: 11px;
}

#asp-variables div {
    height: 52px;
    padding-top: 13px;
    cursor: pointer;
    margin-bottom: 5px;
    padding-left: 10px;
    background: url(../Images/03_btn_red.png) no-repeat left top;
}

#asp-variables span {
    display: inline-block;
    width: 30px;
}

#asp-variables input {
    width: 100px;
    font-size: 18px;
    border: none;
    text-align: right;
    cursor: pointer;
    background: transparent;
}

#asp-numblock {
    width: 242px;
    height: 275px;
    margin-left: 11px;
}

#asp-numblock-7,
#asp-numblock-4,
#asp-numblock-1,
#asp-numblock-sign,
#asp-numblock-cancel {
    width: 70px;
}

#asp-numblock-8,
#asp-numblock-9,
#asp-numblock-5,
#asp-numblock-6,
#asp-numblock-2,
#asp-numblock-3,
#asp-numblock-0,
#asp-numblock-point {
    width: 70px;
    margin-left: 6px;
}

#asp-numblock-0,
#asp-numblock-1,
#asp-numblock-2,
#asp-numblock-3,
#asp-numblock-4,
#asp-numblock-5,
#asp-numblock-6,
#asp-numblock-7,
#asp-numblock-8,
#asp-numblock-9,
#asp-numblock-sign,
#asp-numblock-point,
#asp-numblock-cancel {
    text-align: center;
    height: 52px;
    padding-top: 13px;
    cursor: pointer;
    margin-bottom: 5px;
    background: url(../Images/01_btn_grey.png) no-repeat;
}

#asp-numblock-result {
    text-align: center;
    width: 146px;
    height: 52px;
    margin-left: 6px;
    padding-top: 13px;
    cursor: pointer;
    margin-bottom: 5px;
    background: url(../Images/02_btn_red.png) no-repeat;
}

#asp-numblock .clear {
    height: 0;
    padding-top: 0;
}

#asp-result-quotient {
    height: 52px;
    width: 288px;
    padding: 13px 0 0 10px;
}

#asp-variables-temperature {
    width: 180px;
    margin-left: 11px;
    margin-top: 10px;
}

#asp-variables-temperature div {
    height: 52px;
    padding-top: 13px;
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    background: url(../Images/03_btn_grey.png) no-repeat left top;
}

#asp-variables-temperature span {
    display: inline-block;
    width: 30px;
}

#asp-variables-temperature input {
    width: 100px;
    font-size: 18px;
    border: none;
    text-align: right;
    background: transparent;
    cursor: pointer;
}

#asp-result-right-wrap {
    padding-left: 11px;
    width: 220px;
}

#asp-result-right {
    /*background-color:#F9CBCB;*/
    background: url(../Images/result_box_red.png) no-repeat;
    width: 220px;
    height: 105px;
}

#asp-result-left {
    background: url(../Images/result_box_white.png) no-repeat;
    width: 298px;
    height: 105px;
}

#asp-result-left,
#asp-result-right {
    margin-top: 18px;
}

sub {
    font-size: 10px;
}

.result-error {
    height: 52px;
    padding-left: 10px;
    padding-top: 13px;
}

.result-tmin {
    height: 36px;
    padding-left: 10px;
    padding-top: 13px;
}

.result-tmax {
    height: 36px;
    padding-left: 10px;
    padding-top: 13px;
    margin-top: 5px;
}

.result-quotient {
    height: 35px;
}

.result-tmax-msg {
    height: 36px;
}

#p0-automatic,
#p0-user-input {
    display: none;
    position: absolute;
    width: 120px;
    top: 140px;
    left: 480px;
    font-size: 12px;
    padding: 3px;
    border: 1px solid #000;
    background-color: #ffffe1;
    text-align: center;
}

#tab-stop-input {
    height: 0;
}

.invalid {
    display: none;
    position: absolute;
    left: 165px;
    top: 12px;
    width: 24px;
    height: 24px !important;
    padding: 0 !important;
    background: url(../Images/asp_icon_2.png) no-repeat left top !important;
    cursor: default !important;
    z-index: 10;
}

.info {
    display: none;
    position: absolute;
    top: 40px;
    left: 190px;
    padding: 3px !important;
    font-size: 12px;
    background-image: none !important;
    background-color: #ffffe1 !important;
    border: 1px solid #000;
    z-index: 10;
    width: 140px;
    height: auto !important;
    text-align: center;
}

.result-warning-img,
.result-quotient-warning-img {
    background: url(../Images/asp_icon_1.png) no-repeat top left;
    width: 35px;
    height: 24px;
    display: none;
    float: left;
}

.result-tmin-error-img,
.result-tmax-error-img {
    background: url(../Images/asp_icon_2.png) no-repeat top left;
    width: 35px;
    height: 24px;
    display: none;
    float: left;
}

.result-error-msg {
    float: left;
}

.p0setting-attention {
    background: url(../Images/asp_icon_1.png) no-repeat top left;
    height: 30px;
    padding-top: 5px;
    font-weight: bold;
}

#air-explosion-warning {
    display: none;
    position: absolute;
    width: 160px;
    top: 140px;
    left: 50px;
    font-size: 12px;
    padding: 3px;
    border: 1px solid #000;
    background-color: #ffffe1;
    text-align: center;
}

.air-explosion-sign {
    background: url(../Images/explosion_sign.png) no-repeat top left;
    height: 32px;
    padding-top: 14px;
    font-weight: bold;
    padding-left: 50px;
}

.result-warning-msg {
    color: #cc1800;
}
