.quote {
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: #F7F6F2;
    color: #404040
}

#body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: #F7F6F2;
    color: #404040
}

#doc {
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: #F7F6F2;
    color: #404040
}

#bd {
    font-family: Arial, sans-serif;
    font-size: 13px;
    background-color: #F7F6F2;
    background: #F7F6F2;
    color: #404040
}

.heading {
    font-size: 14.0pt;
    height: 40px
}

.normal {
    font-size: 13px;
    height: 30px
}

* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 0px;
}

/* Create two equal columns that floats 70% and 30% next to each other */
.column80 {
    float: left;
    width: 80%;
    padding: 0px;
}

/* Create two equal columns that floats 70% and 30% next to each other */
.column20 {
    float: left;
    width: 20%;
    padding: 0px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

.quoteSingleEntryLabel {
    display: inline-block;
    width: 33px;
    height: 30px;
    text-align: right;
    padding-top: 7px;
}

.quoteSingleEntryValue {
    padding: 5px;
    margin-left: 16px;
    width: 260px;
}

.quoteSingleEntryButton {
    padding: 0px;
    margin-left: 2px;
    width: 45px;
    height: 29px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal_frame {
    width: 320px;
    height: 365px;
    background: #eeeeee;
    border: 2pt solid #e6e6e6;
    border-radius: 15px;
    margin: 15% auto;
    margin-left: 15%;
    padding: 20px;
}

.modal_frame {
    width: 320px;
    height: 365px;
    background: #eeeeee;
    border: 2pt solid #e6e6e6;
    border-radius: 15px;
    margin: 15% auto;
    margin-left: 15%;
    padding: 20px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal_button_container {
    width: 315px;
    text-align: center;
    padding-top: 340px
}

#modal_button {
    width: 100px;
    height: 25px
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;   /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.sh1_container {
    float: left;
    width: 140px;
    height: 1px
}

.sh1 {
    width: 140px;
    height: 30px;
    text-align: right;
    padding-top: 7px
}

.sh1_padding {
    float: left;
    width: 20px;
    height: 1px
}

.sh1_blank {
    width: 180px;
    height: 20px;
}

.sh2_blank {
    width: 180px;
    height: 30px;
}

.sh3_blank {
    width: 180px;
    height: 10px;
}

.sh2 {
    width: 90px;
    height: 30px;
    text-align: right;
    padding-top: 7px
}

.sh2_container {
    float: left;
    width: 88px;
    height: 1px
}

.error1 {
    color: red
}

.input1_notvisible {
    width: 100px;
    height: 30px
}

.input1_bottom_notvisible {
    width: 100px;
    height: 30px
}

.input1_last {
    width: 100px;
    height: 285px
}

.input1_container {
    float: left;
    width: 100px;
    height: 1px;
}

.input1 {
    width: 100px;
    height: 30px;
    text-align: center;
    background: #FFFFFF;
    border-right: 1pt solid #e6e6e6;
    border-top: 1pt solid #e6e6e6;
    border-left: 1pt solid #e6e6e6;
}

.input_div input {
    padding-left: 5px;
    width: 200px;
    height: 28px;
    text-align: left;
    line-height: 28px;
    background: #FFFFFF;
    border: 1px solid #d6d6d6;
    color: #404040;
}

.input_div {
    width: 200px;
    height: 30px;
    background: #FFFFFF
}

.input1_bottom input {
    padding-left: 8px;
    width: 92px;
    height: 28px;
    text-align: center;
    background: #FFFFFF;
    border: 0px;
    color: #404040;
}

.input1_bottom {
    width: 100px;
    height: 30px;
    text-align: center;
    background: #FFFFFF;
    border-right: 1pt solid #e6e6e6;
    border-top: 1pt solid #e6e6e6;
    border-left: 1pt solid #e6e6e6;
    border-bottom: 1pt solid #e6e6e6
}

.input1_blank {
    width: 100px;
    height: 20px;
}

.input1_blank button {
    width: 120px;
    height: 20px;
}

.result1_notvisible {
    width: 100px;
    height: 31px
}

.result1 {
    width: 100px;
    height: 30px;
    text-align: center;
    background: #FFFFFF;
    border-right: 1pt solid #e6e6e6;
    border-top: 1pt solid #e6e6e6;
    border-left: 1pt solid #e6e6e6
}

.result1_bottom {
    width: 100px;
    height: 30px;
    text-align: center;
    background: #FFFFFF;
    border-right: 1pt solid #e6e6e6;
    border-top: 1pt solid #e6e6e6;
    border-left: 1pt solid #e6e6e6;
    border-bottom: 1pt solid #e6e6e6
}

.result1_nettpremium {
    width: 100px;
    height: 30px;
    text-align: center;
    background: #FFFFFF;
    border-right: 1pt solid #e6e6e6;
    border-top: 0pt solid #e6e6e6;
    border-left: 1pt solid #e6e6e6;
    border-bottom: 1pt solid #e6e6e6
}

.result1_cell {
    width: 100px;
    height: 23px;
    font-size: 13px;
    text-align: center;
}

.input1_Tablecontainer {
    width: 1400px;
    height: 310px
}

.results1_Tablecontainer {
    width: 1400px;
    height: 175px;
}

.results2_Tablecontainer {
    width: 1400px;
    height: 110px;
}

.login1_Tablecontainer {
    width: 400px;
    height: 102px;
}

.login1_frame {
    width: 340px;
    background: #eeeeee;
    border: 2pt solid #e6e6e6;
    border-radius: 15px
}

.button_login_container {
    width: 315px;
    text-align: center
}

.Select1 select {
    background: transparent;
    width: 95px;
    padding: 3px;
    border: 0px solid #ccc;
    text-align: center;
    height: 28px;
    color: #404040;
    -webkit-appearance: none;
}

.Select1 {
    width: 100px;
    height: 30px;
    overflow: hidden;
    /*   background: url(http://www.stackoverflow.com/favicon.ico) no-repeat 96% #ddd;*/
}



.button_add {
    width: 60px;
    height: 20px;
}

.button_remove {
    text-align: center;
}

.button_calculate_last {
    width: 100px;
    height: 40px;
}

.button_add_padding {
    float: left;
    width: 10px;
    height: 1px
}

.blank_row {
    height: 30px
}
