#person-structure h4 {
    background-color: #ccc;
    border: 1px solid #000;
    cursor: pointer;
}

.p-1{
    padding: 2px;
}

.p-2{
    padding: 4px;
}

.p-3{
    padding:8px;
}

.p-4{
    padding: 16px;
}

#person-structure li {
    display: none;
}

#person-structure label {
    cursor: pointer;
}

.dragable-icon {
    display: inline-block;
    width: 20px;
    margin: 3px;

    cursor: pointer;
}

.number.badge {
    margin-right: 8px;
}

.sortable_questions-options .fas, .sortable_questions-options .far, #answer-order-switch {
    text-align: center;
    font-size: 14px;
    line-heigt: 18px;

    cursor: pointer;

    display: inline-block;
    min-width: 18px;

    border: 1px solid #efefef;
    border-radius: 2px;
    padding: 4px;

    margin-bottom: 4px;
    margin-left: 2px;
}

.sortable_questions-options .fas:hover, .sortable_questions-options .far:hover {
    background: #333;
    color: #fff;
}

.fas.light {
    color: #ccc;
}

#sortable_questions span.question {
    cursor: pointer;
}

.toggle-next {
    cursor: pointer;
    padding-bottom: 4px;
}

.answer-type-choice {
    margin-bottom: 8px;
}

.radio-group-title {
    font-size: 10px;
}

.radio-group-selected {
    display: inline-block;
    font-size: 10px;
    width: 90px;
}

.answer-type-choice .btn {
    line-height: 20px;
}

.answer-type-choice .btn.selected {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;

    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.debug {

    min-height: 400px;
    background: #000;
    color: #efefef;

    font-family: 'Courier New', Courier, monospace;
}

option:disabled {
    color: #4FD663;
}

.list-group-item{
    padding-left: 8px !important;
    padding-right: 8px !important;
}

@media only screen and (min-width: 1200px) {
    #question-types .btn {
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
        border-top: 0px !important;
    }
    #question-type-details-view{
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 8px;
        margin: 8px;
    }

    #question-types{
        margin-right: 7px;
    }

}

@media only screen and (max-width: 1200px) {
    #question-type-label{
        display: none;
    }
    #question-types .btn{
        font-size: 11px !important;
    }
}