.checkbox { font-size: 100% !important;}

.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea { background-color: white !important;}
em.invalid {color: red !important;}

.character-counter {font-size: x-small; opacity: .6;margin-top: -26px;float: right !important; margin-right: -29px; display:block}
.state-error .character-counter { display: none; margin-right: 0; ;margin-top: -26px;}

label {
    margin-bottom: 0 !important;
}

.show-length {
    width:100%;   background-color: lightcoral;
}

.sky-form .label {
    color: #666666 !important;
}

.sky-form .select i {
    box-shadow: 0px 0 0 8px #fff  !important;
    top: 11px !important;
}

.bold {
    font-weight: bold;
    color:black;
}

.modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-dialog {
    margin: 0;
}

em.error {
    color: red;
    font-style: italic;
    font-size: 120%;
}

@media (min-width: 980px) {
    .show_invoice {
        padding-left: 10px !important;
    }
    .show_shipping {
        padding-right: 10px !important;
    }
}

.wizard > .content {
    min-height: 15em !important;
}