﻿
.boxNot-PopUpServiceDisable {
    width: 90% !important;
    max-width: 450px !important;
    max-height: 310px !important;
    top: 30% !important;
    height: 300px !important;
    padding-bottom: 10px !important;
}

.boxCont-PopUpServiceDisable {
    line-height: 115% !important;
    font-size: 11.0pt !important;
    font-family: "Calibri","sans-serif" !important;
    text-align: center !important;
    max-height: 280px !important;
    display: inline-block;
    max-width: 450px !important;
    width: 100%
}

.boxTitle-PopUpServiceDisable {
    font-size: 16px !important;
    font-family: Verdana !important;
    text-align: center !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.opacityBox {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(256, 256, 256, 0.8);
    color: Black;
    display: none;
}

.boxNot {
    max-width: 1000px;
    width: 90%;
    height: 85%;
    position: fixed;
    top: 50px;
    left: 5%;
    right: 5%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #aaa;
    z-index: 150;
    max-height: 800px;
}

    .boxNot .boxCont {
        font: bold 16px/16px Verdana;
        max-height: 700px;
        height: 80%;
    }

.boxCont img {
    margin-top: 16px;
}

.boxNot .boxContService {
    font: bold 16px/16px Verdana;
    max-height: 700px;
    height: 80%;
    text-align: center;
}

.boxNot .boxNotCont .btnCont {
    margin-left: 35px;
}

p.MsoNormal, li.MsoNormal, div.MsoNormal {
    margin-right: 50px;
    margin-left: 50px;
}

input:disabled {
    -webkit-text-fill-color: #666;
    background: #ccc;
}

input[type="text"]:disabled {
    background: #ccc;
}

.opacity {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(256, 256, 256, 0.8);
    color: rgba(256, 256, 256, 0.8);
    display: none;
}

.popup {
    width: 100%;
    height: 132px;
    border-top: 6px solid #ccc;
    border-bottom: 6px solid #ccc;
    background: #ffe7c1 url(../themes/base/images/ic_popup.png) 20px 30px no-repeat;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 3100;
    margin-top: -66px;
    display: none;
}

    .popup .popupCont {
        width: 600px;
        margin: 0 auto;
        padding: 20px 0 0;
    }

        .popup .popupCont h3 {
            text-align: center;
            font: bold 14px/14px Verdana;
            color: #666;
        }

        .popup .popupCont p {
            text-align: center;
            font: normal 11px/14px Verdana;
            color: #666;
            padding: 8px 0 16px;
        }

        .popup .popupCont .btnPopup {
            text-align: center;
        }

            .popup .popupCont .btnPopup a {
                text-align: center;
                font: bold 12px/12px Verdana;
                color: #fff;
                padding: 8px 15px;
                margin: 0 4px;
                text-decoration: none;
            }

            .popup .popupCont .btnPopup .aceptar {
                background: #ffb400;
            }

            .popup .popupCont .btnPopup .cancelar {
                background: #666;
            }
