﻿.modal_background {
    background-color: black;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
}

.modal-popup {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
}


    .modal-popup .heading {
        background-color: Black;
        border-color: #ddd;
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        font-size: 12pt;
        font-weight: bold;
        margin: -15px -15px 15px -15px;
        color: white;
    }

        .modal-popup .heading input {
            float: right;
            margin-top: 3px;
        }



    .modal-popup .content {
        padding: 15px;
        text-align: left;
        overflow: scroll;
        height: 400px;
    }


        .modal-popup .content .payment {
        }

            .modal-popup .content .payment .field {
                text-align: left;
                width: 150px;
                padding: 8px 0px 8px 0px;
                border-bottom: 1px dotted #ccc;
                font-weight: bold;
            }

            .modal-popup .content .payment .caption {
                text-align: left;
                padding: 8px 0px 8px 0px;
                vertical-align: top;
                border-bottom: 1px dotted #ccc;
            }


.modal-separator {
    clear: both;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

.modal-no-border {
    border: none;
}

.modal-form {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

    .modal-form h2 {
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        font-size: 16px;
        margin-top: 0;
    }


    .modal-form .row {
        margin: 1px 0px;
        overflow: hidden;
    }

    .modal-form .field {
        float: left;
        margin: 14px 10px 0px 0px;
        width: 150px;
        text-align: right;
        font-weight: bold;
    }

    .modal-form .no-float {
        float: none;
        width: auto;
        text-align: left;
    }

    .modal-form .field-multi-line {
        margin: 4px 10px 0px 0px;
    }

    .modal-form .field .info {
        font-weight: normal;
        font-style: italic;
    }

    .modal-form .required {
        color: #ff4a4a;
        font-weight: normal;
    }

    .modal-form .caption {
        float: left;
        margin: 6px 0px 0px 0px;
        text-align: left;
    }


    .modal-form .validation {
        float: left;
        margin: 10px 0px 0px 8px;
        color: Red;
    }

.modal-text_input {
    font-family: Arial;
    border: solid 1px #d6d6d6;
    font-size: 9pt;
    padding: 4px 4px 4px 4px;
    width: 200px;
    height: 20px;
    margin: 2px 0px 2px 0px;
}

.modal-text_input_multiline {
    font-family: Arial;
    border: solid 1px #d6d6d6;
    font-size: 9pt;
    padding: 3px 3px 3px 3px;
    width: 200px;
}

.modal-ch_input input[type="checkbox"] {
}

.modal-ddl_input {
    font-family: Arial;
    border: solid 1px #d6d6d6;
    font-size: 9pt;
    padding: 2px 2px 2px 2px;
    width: 210px;
    height: 30px;
}
/*p{
    color:black;
}*/
table.preloadoptions td {
    padding-right:10px;
}