﻿

button.ui-datepicker-trigger {
    background-image: url(images/date-picker.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}

div.ui-datepicker {
    z-index: 3 !important;
}

input.required {
    background: rgb(247, 247, 193);
}

.popupSuccess {
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -125px; /* Half the width of the DIV tag which is 50 pixels */
    margin-top: -50px; /* Half the height of the DIV tag which is also 50 pixels */
    z-index: 4001;
    width: 250px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    background-color: #4f780a;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(63, 94, 8)), color-stop(0.6, rgb(80, 120, 10)));
    background-image: -moz-linear-gradient(center bottom, rgb(63, 94, 8) 20%, rgb(80, 120, 10) 60%);
    color: #fff;
    border: 2px solid #000;
    padding: 15px;
    border-radius: 10px;
    opacity: 0.9;
    display: none;
}

.popupError {
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -125px; /* Half the width of the DIV tag which is 50 pixels */
    margin-top: -50px; /* Half the height of the DIV tag which is also 50 pixels */
    z-index: 4001;
    width: 250px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    background-color: #900;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(102, 0, 0)), color-stop(0.6, rgb(153, 0, 0)));
    background-image: -moz-linear-gradient(center bottom, rgb(102, 0, 0) 20%, rgb(153, 0, 0) 60%);
    color: #fff;
    border: 2px solid #000;
    padding: 15px;
    border-radius: 10px;
    opacity: 0.9;
    background-image: -moz-linear-gradient(center bottom, rgb(40, 60, 5) 0%, rgb(80, 120, 10) 100%);
    display: none;
}

.modalPopup {
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -125px;
    margin-top: -50px;
    z-index: 4001;
    width: 350px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    background-color: #E9E9E9;
    color: #363636;
    border: 2px solid #000;
    padding: 20px;
    border-radius: 2px;
    opacity: 0.9;
    display: none;
}

    .modalPopup input {
        color: #363636;
        border: 1px solid #808080;
        padding: 5px;
        width: 140px;
        margin: 10px;
        
    }

    .modalPopup strong {
        color: #992525;
    }

    .modalPopup input:hover {
        background-color: #D9D9D9;
    }

    .modalPopup input:active {
        background-color: #C9C9C9;
    }

.modalOverlay {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 4000;
}
