@charset "utf-8";

/* CSS Document */
/* Global Override Styles */
body, html, div, ul {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3f3f3f;
}

body {
    background-repeat: repeat;
}

input[type="text"] {
    height: 32px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #cccccc;
    color: #3f3f3f;
}

#calculatorWindow {
    width: 700px;
    background-color: white;
    border: 1px solid #CCCCCC;
    margin: 8vh auto 0;
    box-shadow: 3px 3px 5px #BBBBBB;
}

#index_return {
    float: right;
    padding-top: 64px;
    text-align: left;
    width: 200px;
}

.avgPeople {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
}

#pop {
    width: 62px;
    font-size: 14px;
}

#titlebar {
    font-size: 20px;
    font-weight: bold;
    padding: 12px 19px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
}

#calculatorTitle {
    display: inline-block;
    vertical-align: middle;
}

#titlebar_print {
    background-image: url('/images/calculators/print.gif');
    display: block;
    width: 75px;
    height: 25px;
    float: left;
    cursor: pointer;
}

#titlebar_text {
    display: block;
    float: left;
    width: 440px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 13px;
}

#titlebar_close {
    display: inline-block;
    vertical-align: middle;
    color: black;
    float: right;
    cursor: pointer;
}

.steps {
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.registered {
    font-size: 9px;
}

.field {
    padding-top: 5px;
}

.note {
    margin-left: 10px;
    padding-top: 5px;
    text-indent: -10px;
}

.field label {
    display: inline-block;
    text-align: left;
    font-weight: bold;
}

.scale {
    height: 50px;
    border: 1px solid black;
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    clear: right;
}

.scale label {
    display: inline-block;
    float: left;
    font-weight: bold;
    width: 72px;
}

.scale_description {
    float: left;
    font-weight: bold;
    color: #2D5E96;
}

.scale_field {
    clear: both;
    margin: auto;
    width: 450px;
    height: 20px;
}

.scale_tooltip {
    clear: left;
    position: relative;
    top: 10px;
    left: 30px;
    float: left;
    display: inline;
}

.scale_small {
    width: 390px;
}

#construct_suggest {
    color: #009900;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 2px solid #666666;
}

input.line {
    border: none;
    border-bottom: 1px solid black;
    width: 75px;
    font-weight: bold;
}

input.button {
    width: 80px;
    margin-left: 15px;
    cursor: pointer;
}

#consume_table td {
    padding-bottom: 8px;
}

#action_go {
    width: 66px;
    height: 41px;
    margin: auto;
    display: block;
    border: none;
    cursor: pointer;
    background-image: url('/images/calculators/go.gif');
}

#action_go:hover {
    background-image: url('/images/calculators/go_over.gif');
}

#action_go:active {
    background-image: url('/images/calculators/go_down.gif');
}

.imagelink {
    text-decoration: none;
}

#consume_index {
    width: 224px;
    height: 138px;
    float: left;
    background-color: #C5ECC5;
    cursor: pointer;
    background-image: url('/images/calculators/consume.gif');
}

#consume_index:hover {
    background-image: url('/images/calculators/consume_over.jpg');
}

#consume_index:active {
    background-image: url('/images/calculators/consume_down.gif');
}

#floor_index {
    width: 224px;
    height: 138px;
    float: left;
    background-color: #C5ECC5;
    cursor: pointer;
    background-image: url('/images/calculators/floor.gif');
}

#floor_index:hover {
    background-image: url('/images/calculators/floor_over.jpg');
}

#floor_index:active {
    background-image: url('/images/calculators/floor_down.gif');
}

#construct_index {
    width: 238px;
    height: 138px;
    float: left;
    background-color: #C5ECC5;
    cursor: pointer;
    background-image: url('/images/calculators/construct.gif');
}

.results span {
    display: inline-block;
    width: 123px;
    text-align: center;
}

#construct_index:hover {
    background-image: url('/images/calculators/construct_over.jpg');
}

#construct_index:active {
    background-image: url('/images/calculators/construct_down.gif');
}

#index_left {
    width: 39px;
    height: 269px;
    float: left;
    background-image: url('/images/calculators/index_left.gif');
}

#calc_loader {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

#calc_loader_img {
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 134px;
    background-image: url('/images/calculators/loader.gif');
}

#index_right {
    width: 41px;
    height: 269px;
    float: left;
    position: relative;
    top: -138px;
    background-image: url('/images/calculators/index_right.gif');
}

#index_top {
    width: 766px;
    height: 129px;
    background-image: url('/images/calculators/index_top.gif');
}

#index_bottom {
    width: 686px;
    height: 131px;
    float: left;
    background-image: url('/images/calculators/index_bottom.gif');
}

#window_center {
    float: left;
    width: 766px;
}

#index_window {
    margin: auto;
    width: 770px;
}

#consume_table {
    padding: 0px;
    border-spacing: 0px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 0 9px;
}

th.consume_header {
    width: 145px;
    font-size: 13px;
    padding-bottom: 15px;
}

th.consume_header_list {
    width: 217px;
    font-size: 13px;
    padding-bottom: 15px;
}

td {
    font-size: 14px;
}

td.consume_footer {
    border-top: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 15px 0 15px 8px;
}

.consume_buttons {
    height: 35px;
}

#mcpce_cell {
    border-top: 1px solid #CCCCCC;
    padding: 15px 0;
}

.center {
    margin: auto;
    text-align: center;
}

.tooltip {
    background-image: url('/images/calculators/info.jpg');
    cursor: help;
    width: 27px;
    height: 17px;
}

input {
    text-align: center;
    height: 26px;
    width: 94px;
    margin-left: 6px;
}

input[type="checkbox"] {
    height: 16px;
    width: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

.center {
    text-align: center;
}

.nopub {
    color: #2D5E96;
    font-weight: bold;
    padding-bottom: 5px;
}

.warn {
    color: red;
    font-weight: bold;
    padding-bottom: 5px;
}

#tooltip_window {
    position: absolute;
    display: block;
    border: 2px solid black;
    background-color: white;
    padding: 5px;
    top: 0px;
    left: 0px;
    text-align: left;
    font-size: 14px;
}

#disclaimer_est {
    text-align: right;
    margin: 10px 20px 20px 0;
    font-size: 13px;
}

#logo {
    float: left;
    margin-left: 85px;
    margin-top: 2px;
}

#logo.default {
    background: url(/images/login/logo_default.png) no-repeat;
    width: 118px;
    margin-top: 8px;
    height: 31px;
}

html {
    overflow-y: scroll;
}

.blue {
    color: #2D5E96;
}

#buttonsFooter {
    margin-top: 13px;
    padding: 15px 20px;
    border-top: 1px solid #CCCCCC;
    text-align: left;
}

#addButton {
    display: inline-block;
    width: 84px;
    padding: 6px 0;
    border: 1px solid #009900;
    text-align: center;
}

#cancelButton {
    display: inline-block;
    width: 84px;
    padding: 6px 0;
    margin-left: 15px;
    text-align: center;
}

#printButton {
    width: 70px;
    float: right;
}
