.clx-calendar-error-msg {
    color: rgba(255,255,255,1) !important;
    border: 1px solid rgba(223, 7, 18);
    padding: 10px 15px;
    background-color: rgba(223, 7, 18,1);
    margin-bottom: 30px;
    border-radius: 0 !important;
}

.clx-calendar-success-msg {
    color: rgba(255,255,255,1) !important;
    border: 1px solid rgb(21, 87, 36);
    padding: 10px 15px;
    background-color: rgb(21, 87, 36);
    margin-bottom: 30px;
    border-radius: 0 !important;
}

.clx-calendar-form-fieldset {
    border: 1px solid rgb(61, 130, 167);
    padding: 15px;
    margin-bottom: 30px;
}

.clx-calendar-form-field > .row {
    margin-left: 0;
    margin-right: 0;
}

.clx-calendar-form-field {
    padding-bottom: 30px;
}


.clx-calendar-form-label,
.clx-calendar-form-fieldset label{
    color: rgb(61, 130, 167);
    margin-bottom: 10px;
    display: block;
    font-size: 0.9em;
}

.clx-calendar-form-fieldset legend {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(61, 130, 167);
    font-size: 1.1em;
}

.clx-calendar-form-field.clx-buttons{
    text-align: right;
}

.clx-calendar-form-field input[type="text"],
.clx-calendar-form-field textarea,
.clx-calendar-form-field select {
    border: 1px solid rgb(14, 69, 99);
    width: 100%;
    padding: 0 10px;
    line-height: 38px;
    height: 40px;
}

.clx-calendar-form-field textarea {
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.clx-calendar-form-submit {
    border: 1px solid rgb(14, 69, 99);
    width: 100%;
    padding: 0 10px;
}

.clx-calendar-form-submit {
    display: inline-block;
    padding: 10px 15px;
    background-color: rgb(61, 130, 167);
    color: #ffffff !important;
    text-align: center;
    border: 0;
}

.clx-calendar-form-submit:hover {
    background-color: rgb(14, 69, 99);
    cursor: pointer !important;
    text-decoration: none;
}

@media (min-width: 576px) {
    .clx-calendar-form-submit{
        max-width: 180px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1900px) {
}