﻿/*CUSOMIZAÇÃO DE INPUTS*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input[type=text], input[type=password], input[type=date], select, textarea {
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 2px #E8E8E8 inset;
    color: #666666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

    input:focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, select:focus, textarea:focus, .AutoComplete:focus {
        box-shadow: 0 0 4px #F7F7F7;
        background-color: #fef7e6 !important;
        outline: none;
    }

    input:hover, input[type=text]:hover, input[type=password]:hover, input[type=date]:hover, select:hover, textarea:hover {
        box-shadow: 0 0 4px #CCCCCC;
    }

.inputDesabilitado, [desabilitadoSeConcluido=true] {
    background-color: #EBEBEB !important;
}

table:not(.gridJs) td input[type=radio] {
    margin-top: 17px;
}

/*CUSOMIZAÇÃO DE INPUTS*/

.alert-novidade {
    position: absolute;
    float: left;
    left: -15px;
    margin-top: -28px;
}

.alert {
}


/*CUSTOMIZAÇAO DE LINKS PARA BOTOES*/
/*a.btn, .menuSuperior a
    {
        display: table-cell;
        color: #6e6e6e;
        font: bold 12px Segoe UI, Arial;
        text-decoration: none;
        padding: 9px 10px 7px 30px;
        text-shadow: 0 1px 0 #fff;
        background: #f3f3f3;
        background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
        background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
        border: solid 1px #d0d0d0;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        margin-right: 5px;
        background: url('/utils/img/icons/Ico.png') 5px center no-repeat #f3f3f3;
    }*/

a.btn:hover {
    color: #333;
    border-color: #ccc;
    -moz-box-shadow: 0 2px 0 #999 -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px #999;
}

a.btn:active {
    color: #000;
    border-color: #444;
}
/*CUSTOMIZAÇAO DE LINKS PARA BOTOES*/





/*MÁSCARAS*/
.mskMoeda {
    text-align: right;
}

.mskPorcentagem {
    text-align: right;
}
/*MÁSCARAS*/






/*FORMATA XML*/
.divXml {
    margin-left: 25px;
    font-family: Courier New;
    font-size: 15px;
}

    .divXml > a {
        cursor: pointer;
        background-image: url('/img/lerXml/setinhaXmlAberto.png');
        background-repeat: no-repeat;
        background-position-y: 4px;
        width: 11px;
        height: 15px;
        float: left;
        margin-right: 3px;
    }

.spnFechaTag {
    color: #9663b3;
}

.divXmlRetraido {
    background-color: #efefef;
}

.linkXmlRetraido {
    background-position-y: 2px !important;
    background-image: url('/img/lerXml/setinhaXmlFechado.png') !important;
}

/*FORMATA XML*/




