﻿
.pac-container {
    width: auto !important;
}

.myPadding {
    padding: 5px;
    vertical-align: top;
}

.LblMsgRed {
    font-size: 9pt;
    color: Red;
    height: 25px;
    text-align: center;
    font-weight: bold;
}

.LblMsgGreen {
    font-size: 9pt;
    color: green;
    height: 25px;
    text-align: center;
    font-weight: bold;
}

#divMsgRed {
    clear: both;
    /* margin: 0 auto;  */
    position: relative;
    width: 925px;
    height: 20px;
    border: 1px solid #B94A48;
    background-color: #F2DEDE;
    color: #B94A48;
    padding: 5px;
    margin-left: 2px;
}

#divMsgGreen {
    clear: both;
    /* margin: 0 auto; */
    position: relative;
    width: 925px;
    height: 20px;
    border: 1px solid #006600;
    background-color: #E1FADA;
    color: #006600;
    padding: 5px;
    margin-left: 2px;
}

.BackWhite {
    background-color: white;
}
