﻿textbox {
    padding: 5px;
    border: 1px solid groove;
}

input.ng-dirty.ng-invalid, select.ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid {
    border: 1px solid red;
    background-color: rgb(255, 244, 244);
}

.error {
    color: red;
}

/* Process Bar*/
.Modal {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 34249320342;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s;
    overflow: auto;
    transition: all 0.3s linear;
}


.ModalOpen {
    overflow: hidden;
}

.is-hidden {
    display: none;
}

.is-visuallyHidden {
    opacity: 0;
}

.processDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background-image: url('../../Content/Admin/images/progress.gif');
    background-size: 100px 100px;
    z-index: 34249322;
}

.fullDiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s;
    overflow: auto;
    transition: all 0.3s linear;
    z-index: 3424565656;
    opacity: 20;
    top: 0;
    left: 0;
}

.mtp10 {
    margin: 10px 0;
}

.angucomplete-holder {
    position: relative;
    font: 15px Verdana;
}

.angucomplete-dropdown {
    font: inherit;
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 300px;
    padding: 6px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    top: 36px;
    left: 0px;
    margin-top: -6px;
    background-color: #fff;
    overflow-y: auto;
    max-height: 150px;
}

.angucomplete-searching {
    font: inherit;
    font-size: 85%;
    color: #999;
    letter-spacing: 1px;
}

.angucomplete-row {
    padding: 5px;
    margin-bottom: 4px;
    color: #000;
    clear: both;
}

.angucomplete-selected-row {
    background-color: #428bca;
    color: #fff;
}
