﻿
.page-loading {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 30001;
    opacity: 0.8;
}

.loading {
    position: absolute;
    color: White;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 999;
}

.loading img {
    max-width: 320px;
    text-align: center;
    margin: auto;
}

.invalid {
    background-color: #F1948A !important;
}
/*input.ng-valid, select.ng-valid {
            background-color: #ABEBC6;
        }*/
.valid {
    background-color: #ABEBC6 !important;
}

.invalidMsg {
    color: #F1948A !important;
    font-style: italic;
}

.validMsg {
    color: green !important;
    font-style: italic;
}

.disabled {
    /*background-color: #CCD1D1 !important;*/
    cursor: not-allowed !important;
}
