﻿
#Rbl_TypeSimulatie tr {
    display: flex;
    flex-direction: row;
    height: auto;
    width: 260px;
    align-items: start;
    justify-content: space-between;
    border-radius: 5px;
}




/*@media (min-width: 765px) {
    #Rbl_TypeSimulatie tr {
        display: flex;
        flex-direction: row;
        height: 30px;
        width: 260px;
        align-items: center;
        justify-content: space-between;
        border-radius: 5px;
    }
}*/

#Rbl_TypeSimulatie label {
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 3px 20px;
    border-radius: 2px;
    border: 2px solid #bfbfbf;
    transition: all 0.3s ease;
}

#Rbl_TypeSimulatie input[type="radio"] {
    display: none;
}

/*#Rbl_TypeSimulatie input[value='brutonetto']:checked:checked ~ label,
#Rbl_TypeSimulatie input[value='nettobruto']:checked:checked ~ label {
    border-color: #528EC7;
}*/

#Rbl_TypeSimulatie label {
    font-size: 12px;
    color: #808080;
}

/*#Rbl_TypeSimulatie input[value='brutonetto']:checked:checked ~ label,
#Rbl_TypeSimulatie input[value='nettobruto']:checked:checked ~ label {
    color: #77A2CB;
}*/

@media (max-width: 360px) {
    #Rbl_TypeSimulatie tr {
        flex-direction: column;
    }
}

@media (max-width: 390px) {
    #Rbl_TypeSimulatie tr {
        width: 241px;
    }

    #Rbl_TypeSimulatie label {
        padding: 3px 15px;
    }
}

@media (max-width: 480px) {
    #Rbl_TypeSimulatie {
        margin-top: 8px;
    }
}

@media (max-width:580px) and (min-width:480px) {
    #Rbl_TypeSimulatie tr {
        flex-direction: column;
    }
}