﻿
.JsQuestion {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    /*font-size: 12px;*/
}




.jsq-content {
    padding-top: 15%;
    padding-left: 20%;
    padding-right: 20%;
    /*overflow-x: hidden;
    margin: 0 auto;*/
}



.jsq-contenedor {
    margin: 30px auto;
    max-width: 500px;

    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;    
    transition: transform .3s ease-out;
    
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);

    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

    border-radius: 1em;
    background-color: #ffffff;
}


/*.jsq-content {
    margin: 30px auto;
    max-width: 500px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    display: inline-block;

    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);

    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

    border-radius: 1em;
    background-color: #ffffff;
}*/

/*.jsq-message,
.jsq-footer {
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}*/

/*@media (min-width: 768px) {
    .jsq-content {
        width: 500px;
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}*/

/*@media (min-width: 992px) {
    .jsq-content {
        width: 500px;
    }
}*/

.jsq-header {
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    padding: 0.5em;
    padding-left: 2em;
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: normal;
    color: #607D8B;
}

.jsq-message {
    /*margin: auto 30px;*/
    text-align: center;
    padding: 1em 0.5em 1em 0.5em;
}

.jsq-footer {
    /*margin: auto 30px;*/
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    padding: 1em;
    text-align: center;
    /*background-color: #eeeeee;*/
    border-top: 1px solid #e5e5e5;
}

    .jsq-footer > button {
        width: 100px;
        margin-right: 10px;
        margin-left: 10px;
    }


.JsQuestion table {
    height: 100px;
    width: 100%;
}

.JsQuestion .table tr,
.JsQuestion .table td {
    border: 0px;
}