﻿/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/
@import url(https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&subset=latin%2Cvietnamese%2Clatin-ext&ver=1.8.2);
/*scroll sempre visivel*/
#mozscroll {
    position: absolute;
    top: 0px;
    bottom: -1px;
    visibility: hidden;
}
/*.clearfix usado para adicionar um espaço vazio antes e depois dos elementos evitando que os floats se aglomerem.*/
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.some, .oculta {
    display: none;
}

.mostra {
    display: block;
}

html, body {
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

* {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    Font-family: Montserrat, sans-serif;
    color: #3c3c3c;
    padding-top: 0px;
    background-color: #fbfbfb;
}

#atalhotop {
    position: fixed;
    width: 13px;
    display: inline-block;
    right: 5px;
    bottom: 15px;
    background: #fbfbfb;
    opacity: 0.8;
    border: 1px solid #333333;
    padding: 6px 8px 6px 6px;
    color: #ffffff;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover {
        color: #000000;
        /* text-decoration:underline;*/
    }

/*alinhamento do rodape sempre ao fundo - s n quiser retirar position aqui e no footer*/
#geral {
    min-height: 100%;
    position: relative;
}

header {
    clear: both;
    background-color: #FFFFFF;
    width: 100%;
    position: fixed;
    z-index: 3;
    border-bottom: 1px solid #dddbdb;
    box-shadow: 0 1px 5px #ccc;
}
/*
@media only screen and (max-width:1200px), only screen and (max-device-width:1200px) {
    header {
        min-height: auto;
    }
}
@media only screen and (max-width:850px), only screen and (max-device-width:850px) {
    header {
        height: auto;
        position: absolute;
    }
}
*/

/*input.input-validation-error {
    border-color: red;
}*/

@media only screen and (max-width:820px), only screen and (max-device-width:820px) {
    header {
        padding-bottom: 0px;
    }
}

.centerHeader {
    margin: 0 auto;
    padding-left: 2%; /*135px;*/
    padding-right: 2%; /*135px;*/
    text-align: center;
}
/* @media only screen and (max-width:1310px), only screen and (max-device-width:1310px) {*/
@media only screen and (max-width:1755px), only screen and (max-device-width:1755px) {
    .centerHeader {
        margin: 0 auto;
        text-align: center;
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }
}

h1 {
    display: block;
    height: 0px;
    text-indent: -9999px;
}

h2 {
    font-size: 48px;
    color: #333333;
    padding: 15px 0 10px 0;
    Font-family: Montserrat, sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width:820px), only screen and (max-device-width:820px) {
    h2 {
        font-size: 28px;
        color: #333333;
        padding: 15px 0 10px 0;
        Font-family: Montserrat, sans-serif;
        font-weight: bold;
        text-align: center;
        padding-bottom: 30px;
    }
}

h3 {
    font-size: 30px;
    color: #333333;
    padding: 15px 0 10px 0;
    Font-family: Montserrat, sans-serif;
    font-weight: bold;
    text-align: center;
    /*padding-bottom: 30px;*/
    text-transform: uppercase;
}

@media only screen and (max-width:500px), only screen and (max-device-width:500px) {
    h2 {
        font-size: 28px;
        color: #333333;
        padding: 15px 0 10px 0;
        Font-family: Montserrat, sans-serif;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }

    h3 {
        font-size: 18px;
        color: #333333;
        padding: 15px 0 10px 0;
        Font-family: Montserrat, sans-serif;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }
}

#logo {
    float: left;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 6px;
}

.logo1 {
    float: left;
    text-align: left;
}

.logo2 {
    float: right;
    text-align: left;
    padding-top: 12px;
    padding-left: 5px;
}

@media only screen and (max-width:560px), only screen and (max-device-width:560px) {
    .logo1 {
        float: none;
        text-align: left;
    }

    .logo2 {
        float: none;
        text-align: left;
        padding-top: 5px;
        padding-left: 0px;
        font-size: 12px;
    }
}

#menucima {
    float: right;
    text-align: right;
    padding-top: 10px;
}

/*para não ir para baixo do footer*/
#conteudo {
    clear: both;
    padding-bottom: 55px;
    padding-top: 85px;
}

@media only screen and (max-width:800px), only screen and (max-device-width:800px) {
    #conteudo {
        clear: both;
        padding-top: 85px;
        /* padding-bottom: 50px;*/
    }
}

@media only screen and (max-width:720px), only screen and (max-device-width:720px) {
    #conteudo {
        clear: both;
        padding-top: 85px;
        padding-bottom: 100px;
    }
}


.center {
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
}

    .center div table {
        padding-left: 0%;
        padding-right: 0%;
        text-align: left;
        /*margin-left: auto;
    margin-right: auto;*/
        margin-top: 0;
    }

        .center div table td, th {
            /* padding: 2px;*/
        }

@media only screen and (max-width:800px), only screen and (max-device-width:800px) {
    .center {
        margin: 0 auto;
        text-align: center;
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media only screen and (max-width:930px), only screen and (max-device-width:930px) {
    .center {
        padding-top: 0px;
    }
}

.textobolddireita {
    Font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.textobolddireitaRed {
    Font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: red;
}

.texto {
    Font-family: Montserrat, sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
    text-align: left;
}

.textod {
    Font-family: Montserrat, sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
    text-align: right;
}

    .textod table {
        width: auto;
        float: right;
    }

        .textod table.nome {
            width: auto;
            margin-right: 0px;
        }



/**********************/
#login {
    margin: 0 auto;
    padding-left: 40%;
    padding-right: 40%;
    text-align: center;
    color: #333333;
}

@media only screen and (max-width:1575px), only screen and (max-device-width:1575px) {
    #login {
        margin: 0 auto;
        padding-left: 35%;
        padding-right: 35%;
        text-align: center;
    }
}

@media only screen and (max-width:1065px), only screen and (max-device-width:1065px) {
    #login {
        margin: 0 auto;
        padding-left: 30%;
        padding-right: 30%;
        text-align: center;
    }
}

@media only screen and (max-width:815px), only screen and (max-device-width:815px) {
    #login {
        margin: 0 auto;
        /*padding-top: 30px;*/
        padding-left: 20%;
        padding-right: 20%;
        text-align: center;
    }
}

@media only screen and (max-width:550px), only screen and (max-device-width:550px) {
    #login {
        margin: 0 auto;
        /*padding-top: 30px;*/
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }
}

#login h2 {
    font-size: 48px;
    color: #333333;
    padding: 15px 0 10px 0;
    Font-family: Montserrat, sans-serif;
    font-weight: bold;
    text-align: center;
    /*padding-bottom: 30px;*/
}

@media only screen and (max-width:820px), only screen and (max-device-width:820px) {
    #login h2 {
        font-size: 28px;
        color: #333333;
        padding: 15px 0 10px 0;
        Font-family: Montserrat, sans-serif;
        font-weight: bold;
        text-align: center;
        padding-bottom: 30px;
    }
}

#login p {
    margin-bottom: 5px;
}

#login label {
    color: #333333;
    position: relative;
}

#login input:-moz-placeholder, select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #bebcbc;
    font-style: italic;
}

#login input, #login select {
    outline: none;
    /* -webkit-border-radius: 10em !important;
    border-radius: 10em !important;*/
}
    /*estilo dos input,  menos o checkbox */
    #login input:not([type="checkbox"]) {
        width: 94%; /*93%;*/
        margin-top: 4px;
        padding: 10px;
        border: 1px solid #9f9f9f;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

#login select {
    width: 100%; /*93%;*/
    margin-top: 4px;
    padding: 10px;
    border: 1px solid #9f9f9f;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

option {
    font-size: 16px;
}
/**********************************/
/*estilo do botão submit */
#login input[type="submit"] {
    -webkit-appearance: none;
    Font-family: Montserrat, sans-serif;
    -webkit-appearance: none;
    width: 100% !important;
    cursor: pointer;
    background: #00a9e0;
    padding: 8px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #00a9e0;
    margin-bottom: 10px;
    /* -webkit-border-radius: 10em !important;
    border-radius: 10em !important;*/
    text-transform: uppercase;
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    /*background: linear-gradient(left, rgb(203, 45, 62), rgb(239, 71, 58) 100%);*/
    background: linear-gradient(left, rgb(3, 128, 169), rgb(0, 169, 224) 100%);
    background: -o-linear-gradient(left, rgb(3, 128, 169), rgb(0, 169, 224) 100%);
    background: -moz-linear-gradient(left, rgb(3, 128, 169), rgb(0, 169, 224) 100%);
    background: -webkit-linear-gradient(left, rgb(3, 128, 169), rgb(0, 169, 224) 100%);
}
    /*estilo do botão submit no hover */
    #login input[type="submit"]:hover {
        -webkit-appearance: none;
        background: #333333;
        border: 1px solid #333333;
    }
/*
#login .link {
    background: #ebebeb;
    color: #7f7c7c;
    left: 0px;
    height: 20px;
    padding: 17px 10px 16px 15px;
    font-size: 16px;
    text-align: right;
    border-top: 1px solid #ebebeb;
    -webkit-border-radius: 10em !important;
    border-radius: 10em !important;
}
    #login .link a {
        -webkit-appearance: none;
        Font-family: Montserrat, sans-serif;
        -webkit-appearance: none;
        width: 100% !important;
        cursor: pointer;
        background: #333333;
        padding: 8px 15px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #333333;
        margin-bottom: 10px;
        -webkit-border-radius: 10em !important;
        border-radius: 10em !important;
        text-transform: uppercase;
        transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        background: linear-gradient(left, #333333, rgb(239, 71, 58) 100%);
        background: -o-linear-gradient(left, #333333, #000000 100%);
        background: -moz-linear-gradient(left, #333333, #000000 100%);
        background: -webkit-linear-gradient(left, #333333, #000000 100%);
    }
        #login .link a:hover {
            color: #333333;
            background: #f7f7f7;
            border: 1px solid #333333;
        }
    */

/*************************** FOOTER - Rodape com 2 colunas ******************************/
footer {
    Font-family: Montserrat, sans-serif;
    clear: both;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0px;
    color: #ffffff;
    background-color: #ffffff;
}

#rodapefundo {
    clear: both;
    margin: 0 auto;
    width: 96%;
    border-top: solid 1px #eeeeee;
    background-color: #ffffff;
    text-align: center;
    padding: 5px 2% 2px 2%;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 5px;
}

.rodapetexto {
    Font-family: Montserrat, sans-serif;
    font-size: 12px;
    color: #333333;
    text-align: left;
    width: 50%;
    padding-top: 8px;
    float: left;
}

    .rodapetexto a {
        color: #333333;
        text-decoration: underline;
    }

        .rodapetexto a:hover {
            color: #4b9dc1;
            text-decoration: underline;
        }

#rede {
    float: right;
    text-align: right;
    width: 50%;
    padding-top: 0px;
}


@media only screen and (max-width:540px), only screen and (max-device-width:540px) {
    #rodapefundo {
        background-color: #ffffff;
        float: none;
        display: list-item;
        text-align: center;
    }

    .rodapetexto a img {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .rodapetexto, #rede {
        text-align: center;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 15px;
    }
}

/**********************/
.erro {
    color: red;
    font-size: 12px;
    line-height: 1.5em;
    Font-family: Montserrat, sans-serif;
}

.erro1 {
    color: red;
    font-size: 16px;
    line-height: 1.5em;
    Font-family: Montserrat, sans-serif;
}

.correto {
    color: green;
    font-size: 12px;
    line-height: 1.5em;
    Font-family: Montserrat, sans-serif;
    font-weight: bold;
}
/*************************/
.tabeladados1 {
    text-align: left;
}

    .tabeladados1 label {
        color: #333333;
        /*position: relative;*/
    }

    .tabeladados1 span {
        /*margin-top: 4px;
        line-height: 16px;
        padding-right: 2px;*/
        white-space: pre-wrap;
        line-height: 25px;
    }


.tabeladados {
    text-align: left;
}

    .tabeladados label {
        color: #333333;
        /*position: relative;*/
    }

    .tabeladados span {
        /*margin-top: 4px;
        line-height: 16px;
        padding-right: 2px;*/
        white-space: pre-wrap;
        line-height: 35px;
    }

        .tabeladados span.spancheck {
            margin-top: 4px;
            line-height: 16px;
            padding-right: 2px;
            white-space: pre-wrap;
            vertical-align: super;
        }

        .tabeladados span.textopequeno {
            white-space: pre-wrap;
            /*line-height: 35px;*/
            Font-family: Montserrat, sans-serif;
            font-size: 13px;
            padding-bottom: 10px;
            text-align: left;
        }

.colfrente {
    margin-top: 4px;
    line-height: 16px;
    padding-right: 2px;
    padding-left: 2px;
}

.calendar {
    text-align: left;
}

.tabeladados input:-moz-placeholder, select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #bebcbc;
    font-style: italic;
}


.tabeladados input, .tabeladados select {
    outline: none;
}

    .tabeladados input:not([type="checkbox"]) {
        width: 100%; /*93%;*/
        /* margin-top: 5px;
            margin-bottom: 10px;*/
        padding: 10px;
        border: 1px solid #9f9f9f;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .tabeladados input[type="checkbox"] {
        width: 25px; /*93%;*/
        height: 25px;
        margin-top: 5px;
        /*margin-bottom: 10px;*/
        padding: 10px;
        border: 1px solid #9f9f9f;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.tabeladados select {
    width: 100%;
    /* margin-top: 5px;
        margin-bottom: 10px;*/
    padding: 9px;
    border: 1px solid #9f9f9f;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dxeMemoEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys {
    padding: 0px;
    margin-top: 8px;
    margin-bottom: 9px;
    margin-left: 5px;
}

.dxeTrackBar, .dxeIRadioButton, .dxeButtonEdit, .dxeTextBox, .dxeRadioButtonList, .dxeCheckBoxList, .dxeMemo, .dxeListBox, .dxeCalendar, .dxeColorTable {
    margin-top: 5px;
    /* margin-bottom: 10px;*/
    margin-bottom: 0px;
}

.dxflGroup {
    padding: 0px 0px; /* 6px 5px;*/
}

.dxflCLLSys .dxflCaptionCell, *[dir="rtl"].dxflFormLayout .dxflCLRSys .dxflCaptionCell {
    padding-left: 0px;
    padding-right: 0px;
}
/*estilo do botão submit */
.tabeladados input[type="submit"] {
    -webkit-appearance: none;
    Font-family: Montserrat, sans-serif;
    -webkit-appearance: none;
    max-width: 250px !important;
    cursor: pointer;
    background: #ed1b24;
    padding: 8px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ed1b24;
    margin-bottom: 10px;
    /* -webkit-border-radius: 10em !important;
    border-radius: 10em !important;*/
    text-transform: uppercase;
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background: linear-gradient(left, rgb(203, 45, 62), rgb(239, 71, 58) 100%);
    background: -o-linear-gradient(left, rgb(203, 45, 62), rgb(239, 71, 58) 100%);
    background: -moz-linear-gradient(left, rgb(203, 45, 62), rgb(239, 71, 58) 100%);
    background: -webkit-linear-gradient(left, rgb(203, 45, 62), rgb(239, 71, 58) 100%);
}
    /*estilo do botão submit no hover */
    .tabeladados input[type="submit"]:hover {
        -webkit-appearance: none;
        background: #333333;
        border: 1px solid #333333;
    }

/*botao nao acesso*/
.botaopequeno input[type="submit"] {
    -webkit-appearance: none;
    Font-family: Montserrat, sans-serif;
    -webkit-appearance: none;
    max-width: 130px !important;
    cursor: pointer;
    background: #ed1b24;
    padding: 2px 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #333333;
    background-color: #333333;
    margin-bottom: 10px;
    /* -webkit-border-radius: 10em !important;
    border-radius: 10em !important;*/
    text-transform: none;
    /*transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background: linear-gradient(left, rgb(203, 45, 62), rgb(239, 71, 58) 100%);
    background: -o-linear-gradient(left, rgb(203, 45, 62), rgb(239, 71, 58) 100%);
    background: -moz-linear-gradient(left, rgb(203, 45, 62), rgb(239, 71, 58) 100%);
    background: -webkit-linear-gradient(left, rgb(203, 45, 62), rgb(239, 71, 58) 100%);*/
}
    /*estilo do botão submit no hover */
    .botaopequeno input[type="submit"]:hover {
        -webkit-appearance: none;
        background: #333333;
        border: 1px solid #000000;
    }

/*
.tabeladados textarea {
    background: #F4F4F4;
    border: 1px solid #ECECEC;
    width: 100%;
}

.tabeladados input[type="checkbox"] {
    background: transparent; 
    border: 1px solid #ECECEC;
    width: 16px;
}

.tabeladados input[type="radio"] {
    background: #ffffff;
    border: 1px solid #ECECEC;
    width: 16px;
    height: 15px;
    vertical-align: top;
}

.tabeladados input[type="image"] {
    background: #ffffff;
    border: 0px;
    height: 16px;
    width: 16px;
}
    */
.botaoseguido {
    margin: 5px;
}

.dxgvCommandColumn a {
    text-decoration: none;
}
/*************************/
/****************/
/*.buttonsContainer {
    max-width: 300px;
    margin: 0 0 0 auto;
    text-align: right;
    padding-top: 12px;
}

.submitButton,
.cancelButton {
    margin-bottom: 12px;
}

.cancelButton {
    margin-left: 8px;
}

.groupCaption {
    margin-bottom: 4px;
}

.clearPaddings {
    padding-top: 0;
    padding-bottom: 0;
}*/
.labelblack {
    font-weight:bold;
}
