﻿.errorInput {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.error {
    color: #a94442 !important;
}

.progress-overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    text-align: center !important;
    z-index: 99;
    margin: 250px auto;
    width: 120px;
    height: 100px;
    background-color: #FFF !important;
}

.overlayContent h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
