﻿body
{
}

/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    text-align: center;
}
.hidden
{
    display: none;
}

.modalBg
        {
            background-color: Gray;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
.centerContent {
    display:table-cell;
    vertical-align:middle;
    height:200px;
    width:600px;
}
#_vit #address-view .footer #plus-icon, #_vit button, #_vit #map-view #submit-address-button {
    background: #0d204a !important;
    border-color: #0d204a !important;
}