﻿/* ----------------------- SPLASH DE PROCESSAMENTO ----------------------------*/

#modal-processing-background, #modal-lightbox-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 998;
}

#modal-processing-background-opacity, #modal-lightbox-background-opacity {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: .70;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    z-index: 999;
}

#modal-processing-content {
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222; /*display: none;*/
    display: block;
    height: 210px;
    left: 50%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 320px;
    text-align: center;
    z-index: 1000;
}

#modal-lightbox-content {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222; /*display: none;*/
    display: block;
    height: 75%;
    width: 600px;
    margin: 30px 0 0 -300px;
    left: 50%;
    padding: 25px;
    position: absolute;
    text-align: center;
    z-index: 1000;
}



#modal-processing-background.active {
    display: block;
}

#modal-background.active, #modal-content.active {
    display: block;
}

#alert-sucess, #alert-error, .alert-hide {
    display: none;
}

    #alert-sucess.active {
        display: block;
        opacity: 1;
    }

    #alert-error.active {
        display: block;
        opacity: 1;
    }

/************************* Validation Summary **********************************************/
#validation-summary-errors-ajax {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 998;
    font: 13px Arial, Helvetica, sans-serif;
    display: none;
    color: #2679A5;
}


    #validation-summary-errors-ajax.active {
        display: block;
    }

.validation-summary-errors-ajax-content {
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: block;
    height: 258px;
    left: 50%;
    margin: -120px 0 0 -225px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 450px;
    text-align: center;
    z-index: 1000;
}


@media (max-width: 480px) {
    .validation-summary-errors-ajax-content {
        background-color: white;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        box-shadow: 0 0 20px 0 #222;
        -webkit-box-shadow: 0 0 20px 0 #222;
        -moz-box-shadow: 0 0 20px 0 #222;
        display: block;
        height: 280px;
        left: 50%;
        margin: -120px 0 0 -150px;
        padding: 10px;
        position: absolute;
        top: 50%;
        width: 300px;
        text-align: center;
        z-index: 1000;
    }
}


.field-validation-error {
    color: #a94442;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #a94442;
}

.validation-summary-errors {
    color: #a94442;
}

.validation-summary-valid {
    display: none;
}



.dataTables_wrapper .dataTables_processing {
   z-index:999;
}

.glyphicon:before {
    visibility: visible;
}

.glyphicon.glyphicon-star-empty:checked:before {
    content: "\e006";
}

input[type=checkbox].glyphicon {
    visibility: hidden;
    font-size: 42px;
    margin-left:15px;
    margin-right: 55px;
    color: gold;
    height: 45px;
}

.btn-search-cliente {
    height: 35px;
    margin-top: -5px;
}

@media (max-width: 411px) {
    .btn-search-cliente {
        height: 35px;
        margin-top: -24px;
    }
}