﻿#body_ext {
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; /*margin: 0px;     padding: 0px;*/ /*background: #CCC; */
    background-color: #fff;
}

.body {
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; /*margin: 0px;     padding: 0px;*/ /*background: #CCC; */
    background: url(../images/body_bg.gif) repeat left top;
    min-width: 1000px;
}

.body_rel {
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; /*margin: 0px;     padding: 0px;*/ /*background: #CCC; */
    background: #FFF;
    min-width: 1000px;
}

.body_edicao {
    font-size: .90em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.header {
    background: url(../images/preto_header.png);
    background-repeat: repeat-x;
    width: 100%;
    color: #FFFFFF;
    height: 110px;
    margin: 0 auto;
}

.main {
    width: 100%;
    margin: 0 auto;
    min-height: 415px;
    background: #F5F5F5;
}

.main_login {
    margin-top: -5px;
    width: 100%;
    background: #F5F5F5;
    overflow:auto;
}

form {
    min-height: 100%;
}

.footer {
    width: 100%;
    background-image: url('../images/botao.png');
    height: 30px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    clear:both;
}

.main_edicao {
    width: 100%;
    margin: 0 auto;
}

.area_caixa_texto {
    text-align: left;
    vertical-align: bottom;
}

.caixa_texto {
    border: 1px;
    border-color: #CCC;
    border-style: solid;
    padding-left: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.caixa_texto_promocional {
    border: 1px;
    border-color: #CCC;
    border-style: solid;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: antiquewhite;
}

.campo_obrigatorio {
    /*background-color: #E8E8E8 !important;*/
    border-color: #FF0000;
}

.titulo_caixa_texto {
    font-weight: bold;
    color: #696969;
}

.area_titulo_caixa_texto {
    text-align: right;
    vertical-align: middle;
    width: 30%;
}

.area_titulo_caixa_texto_filtro {
    text-align: left;
    vertical-align: middle;
    width: 25%;
}
/* estilo superbox*/
#superbox-overlay {
    /*background: #999999;*/
    background: #000;
}

#superbox .close a {
    float: right;
    padding: 0;
    line-height: 20px; /*background: #333;*/
    background: #696969;
    cursor: pointer;
}

    #superbox .close a span {
        color: #000;
    }

#superbox .nextprev a {
    float: left;
    margin-right: 5px;
    padding: 0 5px;
    line-height: 20px;
    background: #333;
    cursor: pointer;
    color: #fff;
}

#superbox .nextprev .disabled {
    background: #ccc;
    cursor: default;
}

.area_grid_lista {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.area_filtro_lista {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.titulo_tela_lista {
    color: #696969;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    margin-left: 5px;
}

.faixa_lista {
    background: #696969;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center; /*-moz-border-radius: 5px;     -webkit-border-radius: 5px;     border-radius: 5px;*/
}

.tit_tela_edicao {
    /*background: #696969;*/
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-image: url("../images/grid/grd_hdr.png");
    background-repeat: repeat-y repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.area_tab {
    overflow: auto;
    width: 98%;
}

.campos_tela_edicao {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: white;
}

    .campos_tela_edicao #Table {
        width: 100%;
    }

    .campos_tela_edicao .lista {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    .campos_tela_edicao .botoes {
        width: 100%;
        text-align: center;
    }

.botao {
    min-width: 100px;
    padding: 0.5em 2em 0.55em;
    border-radius: 0.5em;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    font-size-adjust: none;
    font-stretch: normal;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background-image: url('../images/botao.png');
    background-repeat: repeat-x;
    border: 0px solid rgb(0, 0, 0);
    color: #FFF /*rgb(217, 238, 247)*/;
    font-weight: bold;
    font-size: 0.8em;
    font-style: normal;
    font-variant: normal;
    line-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .botao:hover {
        text-decoration: none;
        background: #C0C0C0;
    }

    .botao:active {
        top: 1px;
        position: relative;
        color: #000000;
    }

.botoes_lista {
    text-align: right;
}

.tab {
    color: #fff;
    background-image: url("../images/grid/grd_hdr.png");
    background-repeat: repeat-y repeat-x;
}

.modulo {
    font: 11px/100% Arial, Helvetica, sans-serif;
    margin: 0px 2px;
    padding: 0.5em 2em 0.55em;
    border-radius: 1.0em;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    font-size-adjust: none;
    font-stretch: normal;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: 1.0em;
    -moz-border-radius: 1.0em;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    background: url(../images/preto_header.png);
    background-repeat: repeat-x;
    /* background: #F8F8F8;*/
    border: 0px solid rgb(0, 0, 0);
    color: rgb(217, 238, 247);
    font-weight: bold;
    font-size: 0.8em;
}

    .modulo:hover {
        text-decoration: none;
        background: #000;
    }

    .modulo:active {
        top: 1px;
        position: relative;
        color: #000000;
    }

.modalBackground {
    /*background: #F5F5F5;*/
    background-color: #000;
    opacity: .4;
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    z-index: 1 !important;
}

.modalPopup {
    background-color: #F5F5F5;
    padding: 3px;
    z-index: 10001;
}

.calendar {
    min-width: 100px;
    font: 11px/100% Arial, Helvetica, sans-serif;
    margin: 0px 2px;
    padding: 0.5em 2em 0.55em;
    border-radius: 0.5em;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    font-size-adjust: none;
    font-stretch: normal;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #FFFFFF;
    border: thin solid rgb(0, 0, 0);
    color: #000000;
    font-weight: bold;
    font-size: 0.8em;
    background-repeat: inherit;
}

.AjaxLoader {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    z-index: 4000;
    text-align: center;
    position: absolute;
}

.invalido {
    border:2px solid red;
}

.fancy-text{
    border-radius:5px;
    padding:2px;
    border:1px solid #bce8f1;
    background-color:#d9edf7;
    color:#31708f;
    display:inline-block;
}

.fancy-text-hover{
    border-radius:5px !important;
    padding:2px !important;
    border:1px solid #bce8f1 !important;
    background-color:#d9edf7 !important;
    color:#31708f !important;
    display:inline-block !important;
    cursor:pointer !important;
}

.fancy-text-hover:hover{
    border:1px solid #d9edf7 !important;
    background-color:#31708f !important;
    color:#d9edf7!important;
}

.td-empresas-portal .select2-selection {
    height: 19px !important;
}

    .td-empresas-portal .select2-selection .select2-selection__rendered {
        line-height: 18px !important;
        font-weight: 500;
    }

    .td-empresas-portal .select2-selection .select2-selection__arrow {
        height: 18px !important;
    }

.select2-selection__rendered {
    font-size: 13.3333px !important;
}

.select2-results ul li {
    font-size: 13.3333px !important;
}

.area_rodape_tabela {
    overflow: auto;
    width: 100%;
}

input[type=text], input[type=password], input[type=number] {
    height: 20px;
}

.select2-choice {
    height: 22px !important;
    line-height: 22px !important;
}

.select2-container .select2-choice .select2-arrow b {
    margin-top: -2px !important;
}