﻿
.schemaform-row {
    margin: 5px;
    width: 100%;
}


    .schemaform-row .column2 {
        width: 50%;
        display: inline-block;
        padding: 1px;
        vertical-align: top;
    }


/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .schemaform-row .column2 {
        width: 100%;
        display: block;        
    }
}



.schema-form-checkboxes-buttons {
    display: block;
    cursor: pointer;
}

    .schema-form-checkboxes-buttons input[type='checkbox'] {
        display: none;

    }

.schemaform-display-block {
    display: block;
}

.form-control-feedback.glyphicon-ok:before {
    display: none
}

.form-control-feedback.glyphicon-remove:before {
    display: none
}