
body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

input::-ms-clear {
    display: none;
}

.shadow {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}


.title {
    text-align: center;
    font-size: 18px;
 
}
.subtitle {
    font-size: 14px;
    font-weight:bold;
}

.summary_validator {
    color: red;
}

.tdValidator {
    text-align: center;
    width: 30px;
    color: red;
}


.tdLabel {
}

.tdControl {
}

.fila1 {
}

.fila2 {
}

/*cortina*/
.modal-backdrop {
    opacity: 0.1 !important;
}
/*placeholder text color*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaa;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}

.courtain {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

#modalCourtain {
    position: absolute;
    z-index: -1;
    background-color: #000000;
    opacity: 0.1 !important;
    width: 100%;
    height: 100%;
}

#modalMessage {
    position: absolute;
    border-radius: 2px;
    background-size: 230px;
    bottom: 0;
    color: #7793ae;
    background-color: #f5f5f5;
    font-size: 26px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
}



.iframePopup {
    -webkit-box-shadow: 0px 14px 15px -10px rgba(237,247,255,1);
    -moz-box-shadow: 0px 14px 15px -10px rgba(237,247,255,1);
    box-shadow: 0px 14px 15px -10px rgba(237,247,255,1);
}

.footer {
    
}

.panel-primary {
    border-color: #009487;
}

    .panel-primary .panel-heading {
        background-color: #009487;
    }

h2 {
    margin-bottom: 5px;
    margin-top: 0;
}

h5 {
    margin-bottom: 5px;
    margin-bottom: 10px;
}

.infohidden {
    display: none;
}

#tblResults{
    display: none; 
    margin-bottom: 10px;
    
}

    #tblResults  thead {
        background-color: #009487; 
        color: #fff;
    }

    .invalidData {
    border: solid 2px #f04124;
    
}
    input[type="checkbox"] {
    margin-left: 10px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 0;
}

    input[type="checkbox"]:focus {
        outline: 0;
    }


@media (max-width: 768px) {


    .title {
        text-align: left;
    }

    .footer {
        display: none;
    }
    #logojurados{display: none;}
}
@media (min-width: 768px) and (max-width: 992px) { 

    .title {
        text-align: left;
    }
}