.subheding {
    padding: 20px 0 45px 0;
}
#subheding {
    padding: 15px 0 5px 0;
}
.hp_tool p {
    font-size: 16px;
}

/*Table style*/
.hp_tool .table {
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    border-radius: 5px;    
}
.hp_tool .table thead {
    background-color: #79C8D1;
    color: white;
}
.hp_tool .table thead th {
    border: none !important;
}
.hp_tool .table tbody {
    color: #7F7F7F;
}
.hp_tool .table td {
    border: none !important;
}
.hp_tool .table .row-dark {
    background-color: #F6F6F6;
}
.hp_tool .table tbody tr:hover {
    color: #2B2B2B;
    cursor: pointer;
}
.hp_tool .table th,table td {
    width:25%;
}


/* Tool design */
#tool_container {
    text-align: center;
}
#tool_container h3 {
    color: #515151;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
}
#tool_container button {
    background-color: #79C8D1;
    border: none;
    font-size: 16px;
    color: white;
    width: 140px;
    border-radius: 12px;
    padding: 5px 0;
}
#tool_container button:hover {
    background-color: #3DA6AF;
}
#center_button {
    margin: 20px 25px 0 25px;
}
#right_button {    
    margin: 20px 25px 0 25px;
}
#answers_container {
    margin-top: 20px;
}
#right_butn {
    margin-top: 20px;
}
#conclusion {
    display: none;
    padding-top: 20px;
    margin-bottom: 16px;
}
#conclusion p{
    font-size: 18px; 
    margin-bottom: 10px;   
}
#conclusion_string {
    font-weight: 500;
    text-decoration: underline;
    font-size: 20px !important;
}

/*Weight form*/
.hp_tool .submit {
    font-size: 1.11em !important;
    width: 120px !important;
    padding: 5px 0 !important;
    margin: 0;
    bottom: 0;
}
@media only screen and (max-width: 575px) {
    .hp_tool .submit {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 576px) {
    .hp_tool .submit {
        left: 50%;
        transform: translate(-50%, 0);
        position: absolute;
    }
}
.hp_tool .submit:hover {
    background-color: #3DA6AF !important;
}
.hp_tool .submit:focus {
    box-shadow: none;
}
.hp_tool label {
    padding-top: 15px;
    padding-left: 0;
    color: #999999;
}

.hp_tool .outer-weight {
    text-align: left;
    width: fit-content !important;
    margin: 0 auto !important;
}
.hp_tool .form-weight {
    max-width: 130px;
    text-align: center;
}
.hp_tool .form-weight:focus {
    box-shadow: none !important;
    border-bottom: 2px solid #79C8D1;
}
#weight_form {
    display: none;
}
#calculated_table {
    display: none;
}
/* Floating info */
.floating-info p{
    font-size: 15px !important;
    font-weight: 400 !important;
}
.info-conclusion {
    max-width: 400px !important;
    left: 50%;
    transform: translate(-50%, 0);
}
@media only screen and (max-width: 500px) {
    .info-conclusion {
        max-width: 400px !important;
        left: 10px;
        right: 10px;
        transform: translate(0, 0);
    }
}
#rescu1, #rescu2, #rescu3, #rescu4 {
    right: 25px;
}

/* Tabs */
#tabs {
    border: none !important; 
    justify-content: center;   
}
#tabs .nav-item {    
    text-transform: uppercase !important;
    padding: 0.5px !important;
    box-shadow: none !important;
    text-align: center;
}
#tabs .nav-item .active {
    border: 1px solid white !important;
    background-color: #79C8D1 !important;
    color: white !important;
}
#tabs .nav-item .nav-link:hover {
    border: 1px solid !important;
    border-color: rgb(221, 221, 221) !important;    
    background-color: rgb(245, 245, 245) !important;
}
#tabs .nav-item .active:hover {
    border: 1px solid white !important;
    background-color: #79C8D1 !important;
    color: white !important;
}
#tabs .nav-link {
    padding: 14px 15px !important;
    background-color: #F4F1F4;
    color: #5D5A5C;
    border-radius: 0;
    border: 1px solid white;
}
#tabs .tab_size {
    min-height: 79px !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
}
/* Reset button */
#back_icon_tool {
    opacity: 0;
    font-size: 26px;
}
#back_icon_tool:hover {
    color: grey;
    cursor: pointer;
}
#back_icon_tool:active {
    color: red;    
}
#reset_button {
    margin: 20px 0 0 0;
}

hr {
    margin-top: 22px;
}

/* Tabs content */
#standard {
    padding: 0 10px;
    width: 100%;    
    overflow-x: auto;
}
#rescue {
    padding: 0 10px;
    width: 100%;    
    overflow-x: auto;
}

@media only screen and (max-width: 1515px) {
    #tabs .nav-item {
        width: 50%;
    }
}
@media only screen and (max-width: 700px) {
    #tabs .nav-item {
        width: 100%;
    }
}
#synop p {
    padding: 0 20px 15px 20px;
}
