﻿.required-inline {
    color: #a72b2a;
    display: inline;
}
.alert-hidden {
    color: #a72b2a;
    display: none;
}

.hide-content {
    display: none;
}

/* Kendo notification banners */
.k-notification-success {
    background-color: #323130;
    border-color: #323130;
    color: white;
}

.k-notification-success span {
    color: green
}

.k-notification-info {
    background-color: #323130;
    border-color: #323130;
    color: white;
}

    .k-notification-info span {
        color: blue
    }

.k-notification-warning {
    background-color: #323130;
    border-color: #323130;
    color: white;
}

.k-notification-warning span {
    color: orange
}

.k-notification-error {
    background-color: #6f1111;
    border-color: #6f1111;
    color: white;
}

.k-notification-error span {
    color: white
}

/*By default, kendo daterangepicker labels display below the input
This moves the labels above the inputs
*/
.k-daterangepicker label {
    position: absolute;
    top: -2px;
}

