﻿.loading-background {
    background-color: rgb(127,127,131);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    opacity: .9;
    width: 100%;
    z-index: 1050;
}
.loading-content {
    position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9050;
}

    .loading-content div {
        background-color: #EBF2F2;
        margin: 0 auto;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 10%;
        min-width: 140px;
    }

.loading {
    display: none;
}

.field-validation-error {
    color: red;
}

@media screen and (min-width: 600px) {

    .Acoes > div {
        width: 60px;
    }

        .Acoes > div > i {
            width: 68px;
        }

    .form-horizontal .form-group {
        margin-left: auto;
    }

    #modal-novoemail .modal-dialog, #modal-assinatura .modal-dialog {
        width: 100%;
    }
}

@media screen and (min-width: 1000px) {
    .Acoes > div {
        width: 99px;
    }

        .Acoes > div > i {
            width: auto;
        }
}

.Acoes {
    height: 60px;
    background-color: rgb(59, 63, 64);
    text-align: center;
    padding-left: 30px;
}

    .Acoes > div {
        float: left;
        height: 48px;
        margin-top: 12px;
    }

        .Acoes > div > i {
            cursor: pointer;
            padding-left: 15px;
            padding-right: 15px;
            color: rgb(255, 255, 255);
        }

    .Acoes > .Selecionada {
        background-color: #FFF;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .Acoes > .Selecionada > i {
            color: rgb(59, 63, 64);
        }

#divFid {
    background-color: rgb(59, 63, 64);
    height: 48px;
    color: #FFF;
    font-weight: 700;
    font-size: 21px;
    padding-left: 20px;
    padding-top: 8px;
    padding-right: 20px;
}

.chart {
    height: 360px;
    position: relative;
}

#divExtratoUAU {
    margin-top: 5%;
    background-color: white;
    /*height: 250px;*/
    padding-left: 21px;
    padding-right: 21px;
}

.custom-text-area-safi {
    min-height: 700px;
    text-align: left;
    background-color: #eaedf1;
    border-color: #eaedf1;
}

.table thead > tr > th {
    font-size: 14px;
}

.required::after {
    color: red;
    content: ' *';
}

/* Formatação de validação do bootstrap para o componente Chosen */
.has-error div[class~=chosen-container] a[class~=chosen-single] {
    border-color: #e74c3c;
    background-color: #ffffff;
}

.enable-events {
    pointer-events: all;
    opacity: 1 !important;
    cursor: auto;
}
