fieldset {
   border: 1px groove #24496C !important;
    /*padding: 0 1.4em 1.4em 1.4em !important;*/
    padding: 0 1em 1.4em 1em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

.m-legend-border {
    color: #24496C;
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}
/*fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}*/

.label-margin-top {
    margin-top: 2em;
    /*float: right;*/
}

.m-help-block {
    font-size: 0.75em;
    color: red;
    font-weight: 700
}

.m-required:before {
    content: "*";
    color: red;
}
a {
    color: #0065a5;
    font-weight: 700;
}

.d-m-required {
    color: purple;
}

.form-inline .form-group {
            padding: 5px;
        }

input[name="ceProject"] {
    margin: 10px 5px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
