﻿.error-messages.ng-active {
    background: maroon;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin-top: 15px;
    position: relative;
}

    .error-messages.ng-active:after {
        position: absolute;
        top: -10px;
        content: "";
        left: 20px;
        border-style: solid;
        border-color: transparent transparent maroon;
        border-width: 5px;
    }

.form-control.ng-pristine.ng-valid.ng-empty.ng-touched {
    color: #999999;
}

.form-control.ng-pristine.ng-valid.ng-empty.ng-untouched {
    color: #999999;
}

.form-control.ng-pristine.ng-valid.ng-empty.ng-touched option {
    color: #333;
}

.form-control.ng-pristine.ng-valid.ng-empty.ng-untouched option {
    color: #333;
}

.disabled {
    cursor: not-allowed;
}

.zindex {
    z-index: 99000 !important;
}

