﻿.overlay-no-display {
    height: 0;
    width: 0;
    display: none;
}

.overlay-show, .overlay-show-form {
    background: rgba(0, 0, 0, 0.45);
    position: fixed;
    z-index: 10005;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.overlay-show-form {
    z-index: 9995;
}

.overlay-show #divMensaje, .overlay-show dialog {
    position: fixed;
    z-index: 10005;
    top: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 370px;
    text-decoration: none;
    padding: 20px 15px;
    border-radius: 3px;
    box-shadow: 1px 5px 15px #3c3c3c;
    font-size: 14px;
    text-align: center;
}

.overlay-show .panel-control-dynamic {
    position: fixed;
    z-index: 9999;
    top: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 1px 5px 15px #3c3c3c;
    font-size: 14px;
    text-align: center;
    background-color: #ccc;
    border-radius: 5px 5px 0px 0px;
}


.msj-hidden, .msj-hidden span .msj-hidden .content-grid, msj-hidden .small-grid {
    width: 0;
    height: 0;
    opacity: 0;
    background-color: transparent;
}

.overlay-show span {
    display: block;
}

.overlay-show .button-dialog {
    display: inline-block;
    border: none;
    padding: 12px 10px;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 3px;
    color: #f8f8f8;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 12px;
    margin-top: 20px;
    width: 26% !important;
    height: 39px !important;
}

.button-dialog-hidden {
    display: none;
}

.overlay-show input[type=button]:last-child, .overlay-show input[type=submit]:last-child {
    margin-right: 0;
}

.overlay-show input[type=button]:hover, .overlay-show input[type=submit]:hover {
    background-color: rgba(0, 0, 0, 0.60);
}

.msj-warning {
    background-color: #fffee9;
    color: #383708;
    border: 1px solid #fff548;
}

.msj-error {
    background-color: #ffdede;
    color: #220101;
    border: 1px solid #d04d4d;
}

.msj-info {
    background-color: #f7f7f9;
    color: #292b2c;
    border: 4px solid #ccc;
    border-radius: 3px;
    width: 32%;
    height: 120px;
    position: relative;
    top: 30%;
    left: 34%;
    padding: 1%;
    -webkit-box-shadow: 0 70px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 40px 70px 0 rgba(0,0,0,0.3);
}

.overlay-show .panel-modal {
    position: fixed;
    z-index: 9999;
    top: 27%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 390px;
    background-color: #eee;
    display: block;
    height: 350px;
    border: 1px solid #ddd;
    padding: 20px 15px;
    border-radius: 3px;
    box-shadow: 1px 5px 15px #3c3c3c;
    font-size: 14px;
    text-align: center;
}
