.conference-registration-readonly{
    background: transparent !important;
    border:none !important;
    box-shadow: none;
    }
/*Define orange buttons to match colour theme*/
.btn-orange {
    color: #fff;
    background-color: #f05000;
    border-color: #e64900;
    margin-right: 10px;
}

.btn-orange.focus, .btn-orange:focus {
    color: #fff;
    background-color: #be4000;
    border-color: #953200
}

.btn-orange.active, .btn-orange:active, .btn-orange:hover, .open > .dropdown-toggle.btn-orange {
    color: #fff !important;
    background-color: #be4000;
    border-color: #a63400
}

.btn-orange.active.focus, .btn-orange.active:focus, .btn-orange.active:hover, .btn-orange:active.focus, .btn-orange:active:focus, .btn-orange:active:hover, .open > .dropdown-toggle.btn-orange.focus, .open > .dropdown-toggle.btn-orange:focus, .open > .dropdown-toggle.btn-orange:hover {
    color: #fff;
    background-color: #a63400;
    border-color: #953200
}

.btn-orange.active, .btn-orange:active, .open > .dropdown-toggle.btn-orange {
    background-image: none
}

.btn-orange.disabled.focus, .btn-orange.disabled:focus, .btn-orange.disabled:hover, .btn-orange[disabled].focus, .btn-orange[disabled]:focus, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange.focus, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:hover {
    background-color: #f05000;
    border-color: #e64900
}

.btn-orange .badge {
    color: #f05000;
    background-color: #fff
}
#workshop-details {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: scale(0.8);
    transition: 0.5s;
}