﻿
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}

.ModalWindow {
    background: #fff url(img/page.gif) repeat-x;
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}


body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}


.modal-body-custom{
    height: 250px;
    overflow-y: auto;
}

@media (min-height: 500px) {
    .modal-body-custom { height: 450px; }
}

@media (min-height: 700px) {
    .modal-body-custom { height: 450px; }
}

@media (min-height: 800px) {
    .modal-body-custom { height: 600px; }
}

@media (min-height: 1024px) {
    .modal-body-custom { height: 900px; }
}