﻿.radio-toolbar {
    margin: 0 !important;
    width: 100% !important;
}

    .radio-toolbar table {
        width: 100% !important;
        border-collapse: collapse !important;
    }

    .radio-toolbar th {
        width: 100% !important;
        display: block !important;
    }

    .radio-toolbar tr {
        width: 100% !important;
        display: block !important;
        margin-bottom: 10px !important;
    }

    .radio-toolbar td {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 47px !important;
    }

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .radio-toolbar label {
        display: block;
        background-color: #fff;
        padding: 8px 8px;
        border: 1px solid #f5f5f5 !important;
        border-radius: 4px;
        color: #000;
        width: 100%;
        height: 45px;
        margin-bottom: 5px;
    }

@media (max-width: 576px) {
    .radio-toolbar label {
        padding: 5px 5px;
        font-size: 11px;
    }
}

        .radio-toolbar label:hover {
            border-color: #000;
        }

    .radio-toolbar input[type="radio"]:focus + label {
        border: 0px dashed #000;
    }

.radio-toolbar input[type="radio"]:checked + label {
    border-width: 2px !important;
    border-color: #000 !important;
    color: #000 !important;
}
