#th_hartziv_rechner {

}

#th_hartziv_rechner label {
    color: #3c3c3d;
}

#th_hartziv_rechner .box {
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ededed;
    padding: 24px;
    color: #000;
    margin-bottom: 24px;
}

#th_hartziv_rechner h3 {
    margin: 15px 0 3px 0;
    font-weight: bold;
    font-size: 22px;
}

#th_hartziv_rechner .th_hartziv_rechner_form_group label {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

#th_hartziv_rechner .th_hartziv_rechner_form_group label {
    margin-top: 12px;
}

#th_hartziv_rechner .select_button {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #999797;
    padding: 4px 14px;
    margin: 3px;
}

#th_hartziv_rechner .select_button.active {
    border-color: green;
    color: green;
}

#th_hartziv_rechner .select_button.active i {
    color: green;
}

#th_hartziv_rechner input[type="submit"] {
    margin-top: 24px;
}

#th_hartziv_rechner_result table {
    border-collapse: collapse;
    margin-top: 24px;
    width: 100%;
}

#th_hartziv_rechner_result table tfoot td {
    font-weight: bold;
}

#th_hartziv_rechner_result table td {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 20px;
}

#th_hartziv_rechner_result table tr td {
    text-align: left;
}

#th_hartziv_rechner_result table tr td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}

#th_hartziv_rechner_result table tr tfoot td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}

#th_hartziv_rechner_result tr.bold {
    font-weight: bold;
}


#th_hartziv_rechner_result tr.dark_bg td {
    background-color: #efefef;
}

#th_hartziv_rechner_overlay {
    display: none;
    position: fixed;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#th_hartziv_rechner_overlay_content {
    display: none;
    position: fixed;
    z-index: 110;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    display: none;
    max-width: 800px;
    width: 350px;
}

#th_hartziv_rechner_overlay_content_box {
    background-color: #fff;
    padding: 24px;
    padding-right: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#th_hartziv_rechner_kind_hinzufuegen h3 {
    margin: 0 0 10px 0;
}

#th_hartziv_rechner_kind_hinzufuegen label {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    margin-top: 12px;
}

#th_hartziv_rechner_kind_hinzufuegen select {
    display: inline-block;
    width: 238px;
}

#th_hartziv_rechner_kind_hinzufuegen input[type="submit"] {
    margin-top: 24px;
}

i.fa-question-circle {
    color: #cc5555;
}

i.fa-question-circle:hover {
    cursor: pointer;
}

p.infotext {
    padding: 5px 0;
    margin: 0;
    color: #cc5555;
    font-size: 0.8em;
}

.error_messages {
    color: red;
}

button.action_button {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    height: auto;
    padding: 14px 22px;
    font-weight: bold;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 0;
    margin-top: 4px;
    position: relative;
    overflow: hidden;
    outline: none;
    text-shadow: none;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    background-color: #ddd;
}

button.action_button:hover {
    background-color: #5b7e8e;
    color: #fff;
}
