﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, select {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.texto {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #666;
}

.texto10px {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #666;
}

.texto11px {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #666;
}

button {
    outline: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

p, ol, ul {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #666;
    outline: none;
    text-align: left;
    list-style: none;
}

p, a {
    color: #777;
}

    p strong {
        font-weight: 900;
    }

.noMargin {
    margin: 0 !important;
}

.left {
    float: left;
    overflow: hidden;
}

.right {
    float: right;
    overflow: hidden;
}

.justify {
    text-align: justify;
}

.centralizar {
    text-align: center;
}

.overflow {
    overflow: hidden;
}

.centro {
    width: 944px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

a i, button i {
    margin: 0 5px 0 0;
}

h1 {
    font-size: 14px;
    color: #666;
}

.fonteLabelAuxiliar {
    font-size: 11px;
}

.iconeEmCimaDoText {
    position: absolute;
    right: 10px;
    top: 27px;
    /*color:#568399;*/
    color: #CCCCCC;
    cursor: help;
}

.iconeEmCimaDoTextArea {
    /*position: absolute;*/
    right: 10px;
    top: 27px;
    /*color:#568399;*/
    color: #CCCCCC;
    cursor: help;
}

.iconeEmCimaDoTextAutoCompletar {
    position: absolute;
    right: 10px;
    top: 10px;
    /*color:#568399;*/
    color: #CCCCCC;
    cursor: help;
    /*z-index: 9999;*/
    z-index:999;
}

.iconeEmCimaDoTextComAcoes {
    position: absolute;
    right: 63px;
    top: 27px;
    /*color:#568399;*/
    color: #CCCCCC;
    cursor: help;
}

.iconeEmCimaDoTextComBotao {
    position: absolute;
    right: 53px;
    top: 27px;
    /*color:#568399;*/
    color: #CCCCCC;
    cursor: help;
}

.wizard .iconeEmCimaDoText {
    top: 34px !important;
}

.iconeEmCimaDoTextReceita {
    position: absolute;
    right: 10px;
    top: 35px;
    /*color:#568399;*/
    color: #CCCCCC;
    cursor: help;
}

.iconeEmCimaDoTextSistema {
    position: absolute;
    right: 10px;
    top: 11px;
    /*color:#568399;*/
    color: #CCCCCC;
    cursor: help;
}

.filetype-text {
    vertical-align: 16%;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Tahoma';
}


.gridIconeInformacaoImportante{
    color:#d41616;
}

.gridIconeInformacaoAlerta{
    color:#cfb50c;
}


.gridIconeInformacaoNormal{
    color:#1ab35b;
}