

/*button {*/
    /*border-radius: 15px;*/
    /*border: solid 1px;*/
/*}*/


#selectAllOrders {
    margin-right: 1em;
}
#pleaseWaitModal .modal-dialog.animated.bounceInDown {
    margin: 25em auto;
}
#pleaseWaitModal .fa-3x {
    font-size: 5em;
}
#pleaseWaitModal .ora-processing {
    margin: auto 9em;
}

.form-update-required {
    background-color: #FFC107;
}

button[disabled] {
    cursor : not-allowed;
}

input[type=checkbox] {
    transform: scale(3.0);
    vertical-align: middle;
}