﻿.col-md-1 > label,
.col-md-2 > label,
.col-md-3 > label,
.col-md-4 > label,
.col-md-5 > label,
.col-md-6 > label,
.col-md-7 > label,
.col-md-8 > label,
.col-md-9 > label,
.col-md-10 > label,
.col-md-11 > label,
.col-md-12 > label {
    padding-top: 8pt;
    margin-bottom: 0;
}

.form-row{
    margin-bottom: 5pt;
}


.fancy-checkbox input[type="checkbox"] {
    display: none;
}

    .fancy-checkbox input[type="checkbox"] + .btn-group > label span {
        width: 20px;
    }

        .fancy-checkbox input[type="checkbox"] + .btn-group > label span:first-child {
            display: none;
        }

        .fancy-checkbox input[type="checkbox"] + .btn-group > label span:last-child {
            display: inline-block;
        }

    .fancy-checkbox input[type="checkbox"]:checked + .btn-group > label span:first-child {
        display: inline-block;
    }

    .fancy-checkbox input[type="checkbox"]:checked + .btn-group > label span:last-child {
        display: none;
    }
