﻿/* INÍCIO POPUP MODAL */
/***************************************************/
/*                   Títulos	                   */
/***************************************************/
body {
    background: #F6F6F6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;    
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0 0 10px 0;
    font-weight: bold;
}

h1 {
    font-size: 22px;
    border-bottom: 5px solid #dadada;
    margin-bottom: 22px;
    color: #40398A;
}

h2 {
    font-size: 16px;
    color: #40398A;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    color: #40398A;
}

.PopupInterna {
    background-color: #EAEAEA;
}

.lblRed {
    background-color: Red;
    font-weight: bold;
    color: inherit;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}

.white_content {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 100px;
    margin-left: -150px;
    margin-top: -50px;
    z-index: 1002;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    overflow: hidden;
    text-align: center;
    background-color: #CCCCCC;
    padding: 5px;
}

.msg_box {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}


/* --------------------- */
/* -INICIO DA PAGINACAO- */
/* --------------------- */

/* ---------- */
/* --Passo1-- */
/* ---------- */

ul.passo1 {
    width: 730px;
    height: 87px;
    margin: 0;
    padding: 0;
}

    ul.passo1 li {
        text-indent: -9999px;
        float: left;
        display: inline;
    }

        ul.passo1 li a {
            display: block;
            float: left;
            width: 160px;
            height: 47px;
            margin: 20px 10px 0 0;
            text-indent: -9999px;
            background-image: url(../../util/img/Passos/sprite-passos.gif);
            background-repeat: no-repeat;
        }

        ul.passo1 li.cotacao a {
            background-position: 0 -6px;
        }

        ul.passo1 li.interesse a {
            background-position: -161px -57px;
        }

        ul.passo1 li.contratacao a {
            background-position: -324px -57px;
        }

        ul.passo1 li.certificado a {
            background-position: -487px -57px;
        }
/* ---FIM---- */
/* --Passo1-- */


/* ---------- */
/* --Passo2-- */
/* ---------- */
ul.passo2 {
    width: 730px;
    height: 87px;
    margin: 0;
    padding: 0;
}

    ul.passo2 li {
        text-indent: -9999px;
        float: left;
        display: inline;
    }

        ul.passo2 li a {
            display: block;
            float: left;
            width: 160px;
            height: 47px;
            margin: 20px 10px 0 0;
            text-indent: -9999px;
            background-image: url(../../util/img/Passos/sprite-passos.gif);
            background-repeat: no-repeat;
        }

        ul.passo2 li.cotacao a {
            background-position: 0 -57px;
        }

        ul.passo2 li.interesse a {
            background-position: -161px -6px;
        }

        ul.passo2 li.contratacao a {
            background-position: -324px -57px;
        }

        ul.passo2 li.certificado a {
            background-position: -487px -57px;
        }
/* ---FIM---- */
/* --Passo2-- */


/* ---------- */
/* --Passo3-- */
/* ---------- */
ul.passo3 {
    width: 730px;
    height: 87px;
    margin: 0;
    padding: 0;
}

    ul.passo3 li {
        text-indent: -9999px;
        float: left;
        display: inline;
    }

        ul.passo3 li a {
            display: block;
            float: left;
            width: 160px;
            height: 47px;
            margin: 20px 10px 0 0;
            background-image: url(../../util/img/Passos/sprite-passos.gif);
            background-repeat: no-repeat;
        }

        ul.passo3 li.cotacao a {
            background-position: 0 -57px;
        }

        ul.passo3 li.interesse a {
            background-position: -161px -57px;
        }

        ul.passo3 li.contratacao a {
            background-position: -324px -6px;
        }

        ul.passo3 li.certificado a {
            background-position: -487px -57px;
        }
/* ---FIM---- */
/* --Passo3-- */


/* ---------- */
/* --Passo4-- */
/* ---------- */
ul.passo4 {
    width: 730px;
    height: 87px;
    margin: 0;
    padding: 0;
}

    ul.passo4 li {
        text-indent: -9999px;
        float: left;
        display: inline;
    }

        ul.passo4 li a {
            display: block;
            float: left;
            width: 160px;
            height: 47px;
            margin: 20px 10px 0 0;
            background-image: url(../../util/img/Passos/sprite-passos.gif);
            background-repeat: no-repeat;
        }

        ul.passo4 li.cotacao a {
            background-position: 0 -57px;
        }

        ul.passo4 li.interesse a {
            background-position: -161px -57px;
        }

        ul.passo4 li.contratacao a {
            background-position: -324px -57px;
        }

        ul.passo4 li.certificado a {
            background-position: -490px -4px;
        }
/* ---FIM---- */
/* --Passo4-- */


/* --------------------- */
/* ---------FIM--------- */
/* --------------------- */


/* FIM POPUP MODAL */

.cinzaC {
    color: #7D7D7D;
}

.modalBackground {
    background-color: #FFFFFF;
    filter: alpha(opacity=85);
    opacity: 0.5;
}

.modalAmarelo {
    background-color: #FFFFCC;
    font-weight: bold;
    text-transform: uppercase;
}

.modalGeral {
    background-color: Gray;
    font-weight: bold;
    text-transform: uppercase;
}

.modalCinza {
    background-color: #CCCCCC;
    font-weight: bold;
    text-transform: uppercase;
}

.modalCinzaClaro {
    background-color: #D3D3D3;
    font-weight: bold;
    text-transform: uppercase;
}

.modalBranco {
    background-color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}

.modalPopup {
    background-color: #FFF;
    border-width: 3px;
    border-style: solid;
    border-color: #FFF;
    padding: 3px;
    width: 850px;
    height: 550px;
}

.modalPopupMenor {
    background-color: #FFF;
    border-width: 3px;
    border-style: solid;
    border-color: #FFF;
    padding: 3px;
    width: 300px;
    height: 60px;
}

.tituloPagina {
    color: #cf0033;
    font-size: 14px;
    font-weight: bold;
}

.flUpload {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #E3E9EF;
    border-left: solid 1px #E3E9EF;
    border-right: solid 1px #E3E9EF;
}
/*----------GRIDVIEW-----------*/

.GridView {
    color: #5a5a5a;
    margin: 10px auto;
    border: 0 none !important;
}

.HeaderStyle th {
    background: #ececec;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    padding: 8px 10px 9px;
    border: 1px solid #dadada;
}

.GridView {
    margin-bottom: 5px;
}

GridView tr:hover td {
    background: #E1E1E1;
}

GridView tr:hover:last-child td, .GridView tr:hover td {
    background: #ECECEC;
}

.RowStyle {
    background: #f7f7f7;
}
.EditRowStyle {
    background: #d4f4f6;
}
.AlternatingRowStyle {
    background: #fff;
}

    .RowStyle td, .AlternatingRowStyle td, .EditRowStyle td{
        border: 1px solid #dadada;
        font-size: 12px;
        padding: 4px 14px;
    }

.PagerStyle td {
    background: #ECECEC;
    border: 1px solid #DADADA;
    vertical-align: baseline;
    padding-left: 5px;
    text-align: left;
}

    .PagerStyle td table tr td .DropDown {
        vertical-align: middle;
        width: 215px;
    }

    .PagerStyle td table tr td {
        border: 0 none;
        padding: 4px 0 0;
    }

        .PagerStyle td table tr td span, .PagerStyle td table tr td a {
            color: #777;
        }

        .PagerStyle td table tr td span {
            font-size: 12px;
        }

        .PagerStyle td table tr td a {
            font-size: 11px;
            display: inline-block;
            padding: 2px 3px 3px;
            margin: 2px 5px 0;
        }

    .PagerStyle td table {
        margin: auto;
    }

.PagerStyle .FieldValidator {
    text-align: center;
    font-size: 12px;
}

.a {
    color: #000;
    text-decoration: none;
}

/* Classe para setar as propriedades da linha selecionada "SelectedRowStyle" */

.GridView .SelectedRowStyle td {
    font-family: Arial;
    font-size: 12px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 13px;
    padding-top: 2px;
    background: #666666 !important;
    color: #fff;
    border: 1px solid #dadada;
}

/*-------------------------------*/

#header {
    height: 110px;
    min-height: 110px;
    margin-right: 6px;
    font-family: Arial;
    background-color: #fff;
}

    #header #Logo {
        margin: 15px 0 0 15px;
        color: #e40b0b;
        font-family: Arial;
        font-size: 45px;
        font-weight: bold;
    }

    #header #Logado {
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        text-align: inherit;
        margin: 10px 0 0 800px;
    }

.Geral {
    background-color: #fff;
    padding: 0 20px;
    height: 100%;
}

.main {
    background-color: #fff;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0;
    height: 100%;
}

img {
    padding: 0px;
    margin: 0px;
}

.rightbar {
    height: 100%;
    float: left;
    width: 79%;
    _width: 30%;
    margin-left: 15px;
    min-height: 600px;
    _min-height: none;
    clear: right;
}

.leftbar {
    float: left;
    width: 150px;
    vertical-align: top;
    height: 100%;
}


.footer {
    clear: both;
    color: #79797a;
    text-align: center;
    background-color: #f1f2f2;
    border: 1px solid #eaeaea;
    height: 20px;
    font-family: Arial;
    font-size: 11px;
}


.footer_totalizador {
    clear: both;
    color: #79797a;
    text-align: center;
    background-color: #CCCCCC;
    border: 1px solid #eaeaea;
    height: 20px;
    font-family: Arial;
    font-size: 11px;
}

.footer_totalizador_vendedores {
    clear: both;
    color: #F5F5F5;
    text-align: center;
    background-color: #F5F5F5;
    border: 1px solid #eaeaea;
    height: 20px;
    font-family: Arial;
    font-size: 11px;
}

.footer_totalizador_agrupado {
    clear: both;
    color: #BEBEBE;
    text-align: center;
    background-color: #BEBEBE;
    border: 1px solid #eaeaea;
    height: 20px;
    font-family: Arial;
    font-size: 11px;
}

.footer_totalizador_geral, .footer_totalizador_geral .Label {
    color: #ffffff;
    background-color: #666666;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
}

.AcessoRapido {
    background-color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    height: 35px;
}

    .AcessoRapido a {
        color: #ffffff;
    }


.buttonAction {
    text-align: right;
}

/* PROGRESS */
#progressBg {
    position: absolute;
    z-index: 10001;
    background: #FFFFFF;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#progressImg {
    position: absolute;
    z-index: 10002;
    width: 220px;
    height: 19px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -110px;
}

.bgTrava {
    position: absolute;
    z-index: 100;
    background: #FFFFFF;
    overflow: hidden;
    filter: alpha(opacity=85);
    opacity: 8.0;
    height: 500px;
    width: 833px;
}

.bgTravaMensagem {
    border: solid 1px #666666;
    width: 400px;
    height: 40px;
    background-color: #f1f1f1;
    position: absolute;
    z-index: 901;
    overflow: hidden;
    color: #000000;
    text-align: center;
    padding-top: 25px;
    top: 40%;
    left: 312px;
}

/* BOTÕES */

.FLRight {
    text-align: right;
}

/* CONTEUDO CSS */

.Conteudo {
    margin: 0 0 0 25px;
    width: 770px;
}

.boxValidacao {
    width: 745px;
    height: auto;
    background-color: #f9f9f9;
    padding: 10px 0 10px 25px;
    font-weight: bold;
    border: solid 1px #d11010;
    color: #d11010;
    text-align: left;
}

    .boxValidacao p {
        margin-top: 5px;
    }


/* Padrões para todas as páginas */

td {
    font-family: Arial;
    font-size: 11px;
    padding: 2px;
}

/*			Fim padrões			 */

/* Personalizados */

/*optgroup selection */
#optGroup {
    background-color: #999999;
    color: #FFFFFF;
    font-size: 10px;
}

#opt {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 10px;
}

select {
    font-size: 10px;
    height: 20px;
    text-transform: uppercase;
}

/* Fim Personalizados */

.FooterStyle {
    background-color: #ECECEC;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    border: 1px solid #DADADA;
}

    .FooterStyle td {
        border-right: 1px solid #DADADA;
    }

.FooterStyleGeral {
    background-color: #DDDDDD;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

.MeioTabelaDivisao {
    background-color: #BBBBBB;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

/*CSS catálogo da telatabelasopreços*/
.texteiralaranja {
    background-color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.preco {
    /*, a.preco:link, a.preco:visited, a.preco:hover, a.preco:active*/
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    color: #CC0000;
    font-weight: bold;
    text-decoration: none;
}

.nome {
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    color: #003366;
    font-weight: bold;
    text-decoration: none;
}

.des_res {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

/*FIM*/

/* formatar paginação */
.pagerAlign td {
    background: #ECECEC;
    border: 1px solid #DADADA;
}

.pagerAlign table {
    float: right !important;
    margin: 0 6px 10px 0;
    background: transparent;
}

    .pagerAlign table td {
        background: none !important;
    }

.pagerAlign a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #003399;
    display: block;
    text-align: center;
    padding: 2px 4px 2px 4px;
    float: left;
    height: 10px;
    background: transparent;
}

    .pagerAlign a:hover {
        color: #fff;
        background: #99add6;
        text-decoration: none;
    }

.pagerAlign span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background: #99add6;
    display: block;
    text-align: center;
    padding: 2px 4px 2px 4px;
    float: left;
    height: 10px;
}

.GridView .texteira2 {
    background-color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.GridView .texteira3 {
    background-color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.pagerAlign a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #003399;
    display: block;
    text-align: center;
    padding: 2px 4px 2px 4px;
    float: left;
    height: 10px;
    background: transparent;
}

    .pagerAlign a:hover {
        color: #fff;
        background: #99add6;
        text-decoration: none;
    }

.pagerAlign span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background: #99add6;
    display: block;
    text-align: center;
    padding: 2px 4px 2px 4px;
    float: left;
    height: 10px;
}

.GridView .SemBorda {
    background-color: #FF00ff;
    border-left: 0px solid;
    border-top: 0px solid;
}


.formataLbl01 {
    font-size: 10px !important;
}

a:link {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    text-decoration: none;
}

a:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    text-decoration: underline;
}

a:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    text-decoration: none;
}

/*css para cep*/

.formCEP fieldset {
    border: 0;
}

.formCEP legend {
    display: none;
}

.formCEP input.BuscaBT {
    font-weight: bolder;
    font-size: 11px;
    padding: 2px 9px 2px 9px;
}

.clear {
    clear: both;
}

br {
    display: block !important;
    display: none;
}

.formCEP label.fieldBuscaLabelNome {
    display: block;
    margin-bottom: 3px;
}

.formCEP fieldset.fieldBusca {
    margin: 0px;
    padding: 0px;
}

.formCEP .fieldBusca span {
    padding: 0px 0px 5px 0px;
    margin: 0px;
    display: block;
    font-weight: bold;
}

.formCEP .fieldResultado span {
    display: block;
    padding: 0px 0px 5px 0px;
}

.formCEP fieldset.fieldResultado {
    margin: 0px;
    background: #F7F7F7;
    padding: 10px 13px 10px 10px;
}

.formCEP .fieldResultado label {
    display: block;
}

    .formCEP .fieldResultado label.fieldResultadoLabelRua {
        float: left;
        margin-bottom: 0px;
        padding-right: 7px;
        border: none;
    }

        .formCEP .fieldResultado label.fieldResultadoLabelRua input {
            float: left;
            width: 470px;
        }

    .formCEP .fieldResultado label.fieldResultadoLabelNumero {
        float: left;
        margin-bottom: 7px;
    }

        .formCEP .fieldResultado label.fieldResultadoLabelNumero input {
            float: left;
            width: 48px;
        }

    .formCEP .fieldResultado label.fieldResultadoLabelComplemento {
        clear: both;
        margin-bottom: 7px;
    }

        .formCEP .fieldResultado label.fieldResultadoLabelComplemento input {
            width: 532px;
        }

    .formCEP .fieldResultado label.fieldResultadoLabelBairro {
        clear: both;
        margin-bottom: 7px;
    }

        .formCEP .fieldResultado label.fieldResultadoLabelBairro input {
            width: 532px;
        }

    .formCEP .fieldResultado label.fieldResultadoLabelCidade {
        float: left;
        padding-right: 7px;
    }

        .formCEP .fieldResultado label.fieldResultadoLabelCidade input {
            float: left;
            width: 470px;
        }

    .formCEP .fieldResultado label.fieldResultadoLabelEstado {
        float: left;
    }

.formCEP .fieldResultado .fieldResultadoLabelEstado select {
    float: left;
    width: 55px;
}

/*<><><><><><><><><><><><><><><><>*/

.CadastrosClientesRadioButton input {
    float: left;
}

.CadastrosClientesRadioButton label {
    float: left;
    display: block;
    margin-top: 3px;
}

/*css traking*/
.aba_botao {
    border: 1px solid #000;
    background-color: none;
    color: #F07E2E;
    display: inline;
    font-weight: bold;
    margin-right: 6px;
    padding: 3px;
}

.aba_botao_h {
    border: 1px solid #660000;
    background-color: #FFE8E8;
    color: #F07E2E;
    cursor: pointer;
    display: inline;
    font-weight: bold;
    margin-right: 6px;
    padding: 3px;
}

.aba_ativa {
    border: 1px solid #FFF;
    background-color: #F07E2E;
    color: #FFF;
    display: inline;
    font-weight: bold;
    margin-right: 6px;
    padding: 3px;
}

.headerTracking td {
    background-color: #555555; /*font-size: 12px;*/
    font-weight: bold;
    color: #FFFFFF; /*padding-left: 5px;*/
    color: #fff; /*height: 30px !important;*/
}

.ItemTracking td {
    /*padding-left: 5px;*/
}
/*link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}*/

-- > .menuGeral {
    width: 215px;
    background: url(../../Util/img/Menu/bg_menu.jpg) repeat-y;
}

.menuTopo {
    width: 215px;
    height: 32px;
    background: url(../../Util/img/Menu/topo_menu.jpg) no-repeat;
}

    .menuTopo span {
        display: block;
        font-size: 12px;
        padding: 14px 0 0 12px;
        font-weight: bold;
    }

.menuRodape {
    width: 215px;
    height: 23px;
    background: url(../../Util/img/Menu/base_menu.jpg) no-repeat;
}

.menuInterno {
    padding: 0 0 0 8px;
    width: 180px;
    font-weight: bold;
}

    .menuInterno div table td {
        background: url(../../Util/img/Menu/fundo_menu.gif) repeat-x;
    }

    .menuInterno div div table td {
        background: #f6f6f6;
        font-weight: normal;
        padding-left: 0px;
    }

        .menuInterno div div table td img {
            width: 1px;
        }

.tamanhoMenu table a {
    color: #6a6a6a;
    width: 19px;
}

.red {
    width: 174px;
}

.gray {
    border: 1px solid red;
}

.alinhar {
    margin-top: -4px;
    margin-top: 0px;
}

/* ---------------------------------- */

.style1 {
    font-family: Arial, Helvetica, sans-serif;
}

.style5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.style6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.style8 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.divisor_starcorp tr td {
    background: url(/intranet/Util/img/Menu/divisor_vertical.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 10px 0 0;
}

.ajax__tab_xp .ajax__tab_body table {
    font-size: 9px;
}

    .ajax__tab_xp .ajax__tab_body table tr td {
        border: none;
        background-color: #FFFFFF !important;
    }

.hr_tracking {
    color: #999999;
    height: 1px;
    border: 0;
    background-color: #999999;
}

#TABLE1 td {
    padding: 0;
}

legend {
    color: #40398a;
    font-weight: bold;
}

fieldset {
    display: block !important;
}

.divRelRepre {
    border: 1px solid #666666;
    margin: 10px 3px 0 2px;
    height: 20px;
    background-color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 0 0 2px;
}

.divRelVend {
    border: 1px solid #999999;
    margin: 0 1px 2px 0;
    height: 20px;
    background-color: #999999;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 0 0 2px;
}

.sem_quebra td {
    white-space: nowrap;
}


/*Accordion*/

.acc-selected {
    background-color: #fffa86;
}

    .acc-selected .GridView .RowStyle td {
        background-color: Transparent;
    }

/*DataList*/

.DatalistItem {
    border: 1px solid #c6c6c6;
    padding: 1px 0 0 1px;
}

    .DatalistItem td {
        white-space: nowrap;
    }

.DatalistHeader {
    border-left: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    background-color: #555555;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0px 0 0 1px;
}

    .DatalistHeader td {
        border-right: 1px solid #c6c6c6;
        white-space: nowrap;
    }

.centerCell td {
    text-align: center;
}

.panelDatalist {
    padding: 6px;
}

/* CSS MensagemAviso */

.Aviso {
    background: #FFFABF;
    padding: 10px;
    width: 50%;
    text-align: center;
}

/* CSS BordaBaixo - ListaTra */
.GridView {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .GridView .Borda {
        border-bottom: 1px solid #000;
    }

/* Vendas - Azul */

.Azul {
    background-color: #CFE5F3;
    padding: 10px;
}

    .Azul .GridView th {
        border: 1px solid #d7d7d7;
        padding: 5px;
        background-color: #002D62;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    .Azul .GridView a {
        color: #000;
        text-decoration: none;
    }

        .Azul .GridView a:hover {
            text-decoration: underline;
        }

    .Azul .GridView .AlternatingRowStyle:hover td {
        background-color: #ECECEC;
    }

    .Azul .GridView .RowStyle:hover td {
        background-color: #ECECEC;
    }

    .Azul .GridView .HeaderStyle {
        background-color: #002D62;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

        .Azul .GridView .HeaderStyle span {
            font-size: 20px;
        }

    .Azul .GridView .FooterStyle {
        background-color: #002D62;
        font-family: Arial;
        font-size: 12px; /*font-weight: bold;*/
        color: #ffffff;
    }

    .Azul .GridView .RowStyle td {
        background-color: #E7F4FB;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Azul .GridView .AlternatingRowStyle td {
        background-color: #DCEDF7;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Azul .GridView .SelectedRowStyle td {
        background-color: #3C81CB;
        color: #f7f7f7;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Azul .GridView tr:hover.SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .Azul .GridView tr:hover.SelectedRowStyle .Label {
        color: #f7f7f7;
    }

    .Azul .GridView .SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .Azul .GridView .SelectedRowStyle .Label {
        color: #f7f7f7;
    }

/* Vendas - Gol */

.Gol {
    background-color: #F1F1F3;
    margin-top: 15px;
    padding: 10px;
}

    .Gol .GridView th {
        border: 1px solid #d7d7d7;
        padding: 5px;
        background-color: #FFA500;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    .Gol .GridView a {
        color: #000;
        text-decoration: none;
    }

        .Gol .GridView a:hover {
            text-decoration: underline;
        }

    .Gol .GridView .AlternatingRowStyle:hover td {
        background-color: #ECECEC;
    }

    .Gol .GridView .RowStyle:hover td {
        background-color: #ECECEC;
    }

    .Gol .GridView .HeaderStyle {
        background-color: #C1061B;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

        .Gol .GridView .HeaderStyle span {
            font-size: 20px;
        }

    .Gol .GridView .FooterStyle {
        background-color: #575757;
        font-family: Arial;
        font-size: 12px; /*font-weight: bold;*/
        color: #ffffff;
    }

    .Gol .GridView .RowStyle td {
        background-color: #f7f7f7;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Gol .GridView .AlternatingRowStyle td {
        background-color: #F4F4F4;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Gol .GridView .SelectedRowStyle td {
        background-color: #CC0000;
        color: #f7f7f7;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Gol .GridView tr:hover.SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .Gol .GridView tr:hover.SelectedRowStyle .Label {
        color: #f7f7f7;
    }

    .Gol .GridView .SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .Gol .GridView .SelectedRowStyle .Label {
        color: #f7f7f7;
    }

/* Vendas - Passaredo */

.Passaredo {
    background-color: #F1F1F3;
    margin-top: 15px;
    padding: 10px;
}

    .Passaredo .GridView th {
        border: 1px solid #d7d7d7;
        padding: 5px;
        background-color: #FCDB40;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    .Passaredo .GridView a {
        color: #000;
        text-decoration: none;
    }

        .Passaredo .GridView a:hover {
            text-decoration: underline;
        }

    .Passaredo .GridView .AlternatingRowStyle:hover td {
        background-color: #ECECEC;
    }

    .Passaredo .GridView .RowStyle:hover td {
        background-color: #ECECEC;
    }

    .Passaredo .GridView .HeaderStyle {
        background-color: #C1061B;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

        .Passaredo .GridView .HeaderStyle span {
            font-size: 20px;
        }

    .Passaredo .GridView .FooterStyle {
        background-color: #575757;
        font-family: Arial;
        font-size: 12px; /*font-weight: bold;*/
        color: #ffffff;
    }

    .Passaredo .GridView .RowStyle td {
        background-color: #f7f7f7;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Passaredo .GridView .AlternatingRowStyle td {
        background-color: #F4F4F4;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Passaredo .GridView .SelectedRowStyle td {
        background-color: #CC0000;
        color: #f7f7f7;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Passaredo .GridView tr:hover.SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .Passaredo .GridView tr:hover.SelectedRowStyle .Label {
        color: #f7f7f7;
    }

    .Passaredo .GridView .SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .Passaredo .GridView .SelectedRowStyle .Label {
        color: #f7f7f7;
    }

/* Vendas - Avianca */

.Avianca {
    background-color: #F1F1F3;
    margin-top: 15px;
    padding: 10px;
}

    .Avianca .GridView th {
        border: 1px solid #d7d7d7;
        padding: 5px;
        background-color: #404F8D;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    .Avianca .GridView a {
        color: #000;
        text-decoration: none;
    }

        .Avianca .GridView a:hover {
            text-decoration: underline;
        }

    .Avianca .GridView .AlternatingRowStyle:hover td {
        background-color: #ECECEC;
    }

    .Avianca .GridView .RowStyle:hover td {
        background-color: #ECECEC;
    }

    .Avianca .GridView .HeaderStyle {
        background-color: #C1061B;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

        .Avianca .GridView .HeaderStyle span {
            font-size: 20px;
        }

    .Avianca .GridView .FooterStyle {
        background-color: #575757;
        font-family: Arial;
        font-size: 12px; /*font-weight: bold;*/
        color: #ffffff;
    }

    .Avianca .GridView .RowStyle td {
        background-color: #f7f7f7;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Avianca .GridView .AlternatingRowStyle td {
        background-color: #F4F4F4;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Avianca .GridView .SelectedRowStyle td {
        background-color: #CC0000;
        color: #f7f7f7;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Avianca .GridView tr:hover.SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .Avianca .GridView tr:hover.SelectedRowStyle .Label {
        color: #f7f7f7;
    }

    .Avianca .GridView .SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .Avianca .GridView .SelectedRowStyle .Label {
        color: #f7f7f7;
    }

/* Vendas - TRIP */

.TRIP {
    background-color: #F1F1F3;
    margin-top: 15px;
    padding: 10px;
}

    .TRIP .GridView th {
        border: 1px solid #d7d7d7;
        padding: 5px;
        background-color: #404F8D;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    .TRIP .GridView a {
        color: #000;
        text-decoration: none;
    }

        .TRIP .GridView a:hover {
            text-decoration: underline;
        }

    .TRIP .GridView .AlternatingRowStyle:hover td {
        background-color: #ECECEC;
    }

    .TRIP .GridView .RowStyle:hover td {
        background-color: #ECECEC;
    }

    .TRIP .GridView .HeaderStyle {
        background-color: #C1061B;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

        .TRIP .GridView .HeaderStyle span {
            font-size: 20px;
        }

    .TRIP .GridView .FooterStyle {
        background-color: #575757;
        font-family: Arial;
        font-size: 12px; /*font-weight: bold;*/
        color: #ffffff;
    }

    .TRIP .GridView .RowStyle td {
        background-color: #f7f7f7;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .TRIP .GridView .AlternatingRowStyle td {
        background-color: #F4F4F4;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .TRIP .GridView .SelectedRowStyle td {
        background-color: #CC0000;
        color: #f7f7f7;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .TRIP .GridView tr:hover.SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .TRIP .GridView tr:hover.SelectedRowStyle .Label {
        color: #f7f7f7;
    }

    .TRIP .GridView .SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .TRIP .GridView .SelectedRowStyle .Label {
        color: #f7f7f7;
    }

/* Vendas - WebJet */

.WebJet {
    background-color: #CBEF73;
    margin-top: 15px;
    padding: 10px;
}

    .WebJet .GridView th {
        border: 1px solid #d7d7d7;
        padding: 5px;
        background-color: #AAD93F;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    .WebJet .GridView a {
        color: #000;
        text-decoration: none;
    }

        .WebJet .GridView a:hover {
            text-decoration: underline;
        }

    .WebJet .GridView .AlternatingRowStyle:hover td {
        background-color: #ECECEC;
    }

    .WebJet .GridView .RowStyle:hover td {
        background-color: #ECECEC;
    }

    .WebJet .GridView .HeaderStyle {
        background-color: #AAD93F;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

        .WebJet .GridView .HeaderStyle span {
            font-size: 20px;
        }

    .WebJet .GridView .FooterStyle {
        background-color: #AAD93F;
        font-family: Arial;
        font-size: 12px; /*font-weight: bold;*/
        color: #ffffff;
    }

    .WebJet .GridView .RowStyle td {
        background-color: #E0F1BA;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .WebJet .GridView .AlternatingRowStyle td {
        background-color: #EAF6CF;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .WebJet .GridView .SelectedRowStyle td {
        background-color: #326F0C;
        color: #f7f7f7;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .WebJet .GridView tr:hover.SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .WebJet .GridView tr:hover.SelectedRowStyle .Label {
        color: #f7f7f7;
    }

    .WebJet .GridView .SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .WebJet .GridView .SelectedRowStyle .Label {
        color: #f7f7f7;
    }

/* Vendas - TAM */

.Tam {
    background-color: #F1F1F3;
    margin-top: 15px;
    padding: 10px;
}

    .Tam .GridView th {
        border: 1px solid #d7d7d7;
        padding: 5px;
        background-color: #C1061B;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    .Tam .GridView a {
        color: #000;
        text-decoration: none;
    }

        .Tam .GridView a:hover {
            text-decoration: underline;
        }

    .Tam .GridView .AlternatingRowStyle:hover td {
        background-color: #ECECEC;
    }

    .Tam .GridView .RowStyle:hover td {
        background-color: #ECECEC;
    }

    .Tam .GridView .HeaderStyle {
        background-color: #C1061B;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

        .Tam .GridView .HeaderStyle span {
            font-size: 20px;
        }

    .Tam .GridView .FooterStyle {
        background-color: #575757;
        font-family: Arial;
        font-size: 12px; /*font-weight: bold;*/
        color: #ffffff;
    }

    .Tam .GridView .RowStyle td {
        background-color: #f7f7f7;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Tam .GridView .AlternatingRowStyle td {
        background-color: #F4F4F4;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Tam .GridView .SelectedRowStyle td {
        background-color: #CC0000;
        color: #f7f7f7;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .Tam .GridView tr:hover.SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .Tam .GridView tr:hover.SelectedRowStyle .Label {
        color: #f7f7f7;
    }

    .Tam .GridView .SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .Tam .GridView .SelectedRowStyle .Label {
        color: #f7f7f7;
    }

/* ORIGEM DESTINO */
.OrigemDestino {
    padding: 60px 10px 5px;
    margin: 5px 2px;
    background: #F1F1F3;
}

    .OrigemDestino table.GridView {
        border: 1px dotted #000;
    }

    .OrigemDestino .GridView .HeaderStyle th {
        font-size: 20px;
        background: #000;
        color: #fff;
    }


/* Cias Aereas */

.CiasAereas {
    background-color: #CCCCCC;
    padding: 10px;
}

    .CiasAereas .GridView th {
        border: 1px solid #d7d7d7;
        padding: 5px;
        background-color: #999999;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    .CiasAereas .GridView a {
        color: #000;
        text-decoration: none;
    }

        .CiasAereas .GridView a:hover {
            text-decoration: underline;
        }

    .CiasAereas .GridView .AlternatingRowStyle:hover td {
        background-color: #ECECEC;
    }

    .CiasAereas .GridView .RowStyle:hover td {
        background-color: #ECECEC;
    }

    .CiasAereas .GridView .HeaderStyle {
        background-color: #666666;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

        .CiasAereas .GridView .HeaderStyle span {
            font-size: 20px;
        }

    .CiasAereas .GridView .FooterStyle {
        background-color: #808080;
        font-family: Arial;
        font-size: 12px; /*font-weight: bold;*/
        color: #ffffff;
    }

    .CiasAereas .GridView .RowStyle td {
        background-color: #CCCCCC;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .CiasAereas .GridView .AlternatingRowStyle td {
        background-color: #DCEDF7;
        color: #000;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .CiasAereas .GridView .SelectedRowStyle td {
        background-color: #CCCCCC;
        color: #f7f7f7;
        font-family: Arial;
        font-size: 11px;
        padding: 5px;
    }

    .CiasAereas .GridView tr:hover.SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .CiasAereas .GridView tr:hover.SelectedRowStyle .Label {
        color: #f7f7f7;
    }

    .CiasAereas .GridView .SelectedRowStyle td a {
        color: #f7f7f7;
    }

    .CiasAereas .GridView .SelectedRowStyle .Label {
        color: #f7f7f7;
    }

/* */
.Borda {
    padding: 0px;
}

/* Menu */
.menuGeral {
    width: 215px;
    background: url(../../Util/img/Menu/bg_menu.jpg) repeat-y;
}

.menuTopo {
    width: 215px;
    height: 32px;
    background: url(../../Util/img/Menu/topo_menu.jpg) no-repeat;
}

    .menuTopo span {
        display: block;
        font-size: 12px;
        padding: 14px 0 0 12px;
        font-weight: bold;
    }

.menuRodape {
    width: 215px;
    height: 23px;
    background: url(../../Util/img/Menu/base_menu.jpg) no-repeat;
}

.menuInterno {
    padding: 0 0 0 8px;
    width: 176px;
    font-weight: bold;
}

    .menuInterno div table td {
        background: url(../../Util/img/Menu/fundo_menu.gif) repeat-x;
    }

    .menuInterno div div table td {
        background: #f6f6f6;
        font-weight: normal;
    }

        .menuInterno div div table td img {
            width: 1px;
        }

.tamanhoMenu table a {
    color: #6a6a6a;
    width: 19px;
}

.red {
    width: 174px;
}

.gray {
    border: 1px solid red;
}

.alinhar {
    margin-top: -4px;
    margin-top: 0px;
}

/*Box Formulario*/

.Formulario {
    background: #efefef;
    border: 1px solid #bababa;
    clear: both;
    padding: 10px 5px;
    margin: 0 auto 5px;
    width: 98%;
}

    .Formulario td.bordaVerm {
        border: 1px solid #FF3300;
        background: #FFFFCC;
        padding: 0 3px;
    }

.FormularioInicio {
    font-size: 14px;
    background: #efefef;
    border: 1px solid #bababa;
    clear: both;
    padding: 10px 5px;
    margin: 0 auto 5px;
    width: 98%;
}

    .FormularioInicio td.bordaVerm {
        border: 1px solid #FF3300;
        background: #FFFFCC;
        padding: 0 3px;
    }


/*Box Validação*/
.ValidationSummary {
    font-size: 11px;
    margin: 0px auto 10px;
    width: 98%;
    min-height: 50px;
    border: 1px dotted red;
    padding: 5px 5px;
    background: #FFE5E6 url(../../util/img/icones/validador-erro.gif) no-repeat 5px 5px scroll;
}

    .ValidationSummary ul {
        padding-left: 60px;
        display: block;
    }

        .ValidationSummary ul li {
            padding: 0 0 3px;
            list-style: none;
        }
/*Botao*/

.Botao {
    background: url(../../Util/img/thema/btnNormal.gif);
    color: #FFF;
    width: 95px;
    height: 22px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.BotaoRevendedor {
    background: url(../../Util/img/thema/btnNormal.gif);
    color: #FFF;
    width: 95px;
    height: 22px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: none;
    margin-right: 196px;
}

.BotaoCancelamento {
    background: url(../../Util/img/thema/btnNormal.gif);
    color: #FFF;
    width: 95px;
    height: 22px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    border: none;
    margin-right: 394px;
}

.BotaoPequeno {
    background: url(../../Util/img/thema/btnPequeno.gif);
    color: #fff;
    width: 18px;
    height: 22px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.BotaoPequeno2 {
    background: url(../../Util/img/thema/btnPequeno2.gif);
    color: #fff;
    width: 36px;
    height: 22px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.BotaoMedio {
    background: url(../../Util/img/thema/btMedio.gif);
    color: #fff;
    width: 105px;
    height: 22px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.BotaoGrande {
    background: url(../../Util/img/thema/btGrande.gif);
    color: #fff;
    width: 115px;
    height: 22px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.BotaoSGrd {
    background: url(../../Util/img/thema/btSGrande.gif);
    color: #fff;
    width: 135px;
    height: 22px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: none;
}


.BotaoSegundaVia {
    background: url(../../Util/img/thema/btGrande.gif);
    color: #fff;
    width: 115px;
    height: 22px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.BotaoGridProximo {
    background: url(../../Util/img/thema/btnProx.gif);
    color: #fff;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: none;
}

.BotaoGridAnterior {
    background: url(../../Util/img/thema/btnAnt.gif);
    color: #fff;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: none;
    vertical-align: middle;
}

.BotaoGridIR {
    background: url(../../Util/img/thema/btnIr.gif);
    color: #fff;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: none;
    vertical-align: middle;
}

/*Todos os Labels*/

.Label {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

/*TexBox*/

.TextBox {
    font-family: Arial;
    font-size: 11px;
    color: #000;
    border: 1px solid #b7b7b7;
    width: 370px;
    height: 18px;
    padding-left: 3px;
    vertical-align: middle;
}

.TextBoxPequeno {
    font-family: Arial;
    font-size: 11px;
    color: #000;
    border: 1px solid #b7b7b7;
    width: 80px;
    height: 16px;
    padding-left: 3px;
    vertical-align: bottom;
}

.TextBoxMedio {
    font-family: Arial;
    font-size: 11px;
    color: #000;
    border: 1px solid #b7b7b7;
    width: 200px;
    height: 16px;
    padding-left: 3px;
    vertical-align: bottom;
}

.TextBoxGrande {
    font-family: Arial;
    font-size: 11px;
    color: #000;
    border: 1px solid #b7b7b7;
    width: 300px;
    height: 16px;
    padding-left: 3px;
    vertical-align: bottom;
}

.TextBoxLogin {
    font-family: Arial;
    font-size: 11px;
    color: #000;
    border: 1px solid #b7b7b7;
    width: 189px;
    height: 16px;
    padding-left: 3px;
    vertical-align: middle;
}

.TextBoxData {
    font-family: Arial;
    font-size: 11px;
    color: #000;
    border: 1px solid #b7b7b7;
    width: 100px;
    height: 16px;
    padding-left: 3px;
    vertical-align: middle;
}

.TextMultLine {
    font-family: Arial;
    color: #000;
    border: 1px solid #b7b7b7;
    padding: 2px;
    min-height: 16px;
}

/*DropDown padrão*/

.DropDown {
    color: #5a5a5a;
    font-size: 12px;
    border: 1px solid #b7b7b7;
    max-width: 300px;
    min-width: 150px;
}
DropDownAutoSize {
    color: #5a5a5a;
    font-size: 12px;
    border: 1px solid #b7b7b7;
}
.DropDownList {
    width: 150px;
}

.Form {
    border: 1px solid #b9b9b9;
    background: #f9f9f9;
    width: 100%;
}

    .Form tr {
        vertical-align: middle;
    }

    .Form td {
        vertical-align: middle;
    }

.GridView .Blank {
    padding: 15px !important;
    text-align: center !important;
    border: dashed 1px #a1a1a1;
    background-color: #ffffff;
    color: #a2a2a2;
    font-weight: bold;
}
/*Header do relatorioPagamento*/
.RelatorioPag .GridView .HeaderStyle th {
    background: #ececec;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    padding: 0 !important;
    border: 1px solid #dadada;
    width: 100px;
}

.RelatorioPag .GridView .HeaderStyle span {
    font-size: 20px;
}

.RelatorioPag .GridView .RowStyle td {
    padding: 2px !important;
}

.RelatorioPag .GridView .AlternatingRowStyle td {
    padding: 2px !important;
}

/*DetalhesRelatorio PDV - Plataforma*/

.DetalhesRelatorioPDV table td {
    padding: 10px;
}
/*TRANSFERENCIA MONEY*/
.TransBancaria {
    margin-top: 70px;
    margin-top: 65px\9;
}

.Transferencia {
   float: left; 
    background: #F7F5F4;
    border: 1px solid #8C9C6B;
    clear: none;
    display: block;
    margin: 5px;
    padding: 10px;
    width: 388px;
}

    .Transferencia ul {
        float: left;
        margin: 5px 0 0 0;
        padding: 0;
    }

        .Transferencia ul li {
            float: left;
            margin-right: 10px;
            list-style: none;
            padding: 10px 5px;
        }

    .Transferencia span.BancoBrasil {
        background: url("https://www.pagamentodigital.com.br/webroot/img/sprite.png") no-repeat -2px -564px;
        width: 47px;
        padding: 10px 23px;
        padding-right: 22px\9;
        padding-left: 21px\9;
        padding-top: 5px\9;
        padding-bottom: 15px\9;
    }

    .Transferencia span.Bradesco {
        background: url("https://www.pagamentodigital.com.br/webroot/img/sprite.png") no-repeat -2px -523px;
        width: 40px;
        padding: 10px 23px;
        padding-right: 21px\9;
        padding-left: 21px\9;
        padding-top: 5px\9;
        padding-bottom: 15px\9;
    }

    .Transferencia span.BancoItau {
        background: url("https://www.pagamentodigital.com.br/webroot/img/sprite.png") no-repeat -2px -605px;
        width: 45px;
        padding: 10px 23px;
        padding-right: 21px\9;
        padding-left: 21px\9;
        padding-top: 5px\9;
        padding-bottom: 15px\9;
    }

    .Transferencia .PrecoVista {
        font-size: 12px;
        font-weight: bold;
        clear: both;
        display: block;
        padding-top: 15px;
    }

/*POP-UP AMARELA*/
.PopUp {
    border: 3px solid #FF0000;
    background: #ffff00;
    color: #ff0000;
    padding: 20px;
    width: 580px;
    font-size: 16px;
    margin: 0 auto;
}

/* SELEÇÃOLUGARES NO ONIBUS */

.Onibus {
    background: url("../../Util/img/images/bus.png") no-repeat scroll 0 0 transparent;
    height: 155px;
    margin: 10px 70px 15px;
    padding: 15px 15px 15px 93px;
    *padding: 15px 15px 15px 53px;
    width: 565px;
    float: left;
}

    .Onibus ul {
        float: left;
        width: 100%;
        padding-left: 10px;
        margin-bottom: 5px;
        margin-top: 0;
    }

        .Onibus ul li {
            list-style: none;
            float: left;
            margin-left: 8px;
        }

            .Onibus ul li a:hover {
                text-decoration: none;
                color: #000;
            }

    .Onibus .LugarVerde, .OnibusLegenda .LugarVerde {
        background: url("../../Util/img/images/chair.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 20px;
        padding: 4px 12px 1px 0;
        text-align: center;
        float: left;
        width: 20px;
    }

    .Onibus .LugarVermelho, .OnibusLegenda .LugarVermelho {
        background: url("../../Util/img/images/chair.png") no-repeat scroll 0px -28px transparent;
        display: block;
        height: 20px;
        padding: 4px 12px 1px 0;
        text-align: center;
        float: left;
        width: 20px;
    }

    .Onibus .LugarAmarelo, .OnibusLegenda .LugarAmarelo {
        background: url("../../Util/img/images/chair.png") no-repeat scroll 0px -56px transparent;
        display: block;
        height: 20px;
        padding: 4px 12px 1px 0;
        text-align: center;
        float: left;
        width: 20px;
    }

    .Onibus .OnibusFila1 {
        margin-top: 10px;
    }

    .Onibus .OnibusFila2 {
    }

    .Onibus .OnibusFila3 {
        margin-top: 17px;
    }

    .Onibus .OnibusFila4 {
    }

.OnibusMensagem {
    float: left;
    margin: 15px 132px 0px;
    font-size: 16px;
    color: #40398A;
    font-weight: bold;
}

.OnibusLegenda {
    float: left;
    margin-left: 135px;
    padding-left: 0;
}

    .OnibusLegenda li {
        float: left;
        list-style: none outside none;
        margin-left: 15px;
    }

        .OnibusLegenda li .LabelOnibus {
            float: left;
            margin: 4px 30px 0 4px;
        }

.Passageiro td {
    text-align: center;
}


/* Layout PINPAD */


.CumpomPinpadCliente {
    background: none repeat scroll 0 0 #FDFDCB;
    border: 1px solid #000000;
    line-height: 20px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 260px;
    border-bottom: 1px dotted #000000;
}

.CumpomPinpadEstab {
    background: none repeat scroll 0 0 #FDFDCB;
    border: 1px solid #000000;
    line-height: 20px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 260px;
    border-top: 1px dotted #000000;
}

/* MÁSCARA UTILIZADA NO LOADING DOS BOTÕES */

.MascaraLoad {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

    .MascaraLoad img {
        left: 50%;
        margin-left: -128px;
        margin-top: -16px;
        position: absolute;
        top: 50%;
    }

.tooltip {
    position: absolute;
}
/*Medelo*/
.Conteudo {
    width: 950px;
    margin: 0 auto;
}

.divGrupoTarifario {
    background-color: #FFFFFF;
    border: 2px solid #ADD8E6;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
}

.header {
    display: block;
    background: #c0daf6;
    border-bottom: 1px solid #2b67b0;
    height: 36px;
    line-height: 36px;
    padding: 0 40px;
    color: #0c5ac1;
    font-size: 15px;
    font-weight: bold;
}

.DatalhesVoos {
    float: left;
    padding-left: 5px;
    width: 70%;
}

.DatalhesVoosIda {
    margin-bottom: 5px;
}

.DatalhesVoosVolta {
}

.DatalhesVoo {
    display: block;
    padding: 10px 0;
    margin: 0 0 0 45px;
    border-top: 1px dotted #acc1df;
    color: #868686;
}

    .DatalhesVoo a {
        color: #868686;
    }

.DatalhesPreco {
    width: 25%;
    float: left;
    text-align: center;
}

.DatalhesVoos .titulo-ida, .DatalhesVoos .titulo-volta {
    font-size: 14px;
    text-transform: uppercase;
    color: #0c5ac1;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 0 45px;
}

    .DatalhesVoos .titulo-ida span, .DatalhesVoos .titulo-volta span {
        background: url(../util/img/images/icones-aviao.png) no-repeat;
        height: 26px;
        width: 26px;
        display: block;
        float: left;
        margin-left: -36px;
    }

    .DatalhesVoos .titulo-ida span {
        background-position: 0 0;
    }

    .DatalhesVoos .titulo-volta span {
        background-position: 0 -35px;
    }

.DatalhesPreco h3 {
    font-size: 27px;
    color: #a7dd4f;
    text-shadow: -1px -1px #91ba3d;
}

    .DatalhesPreco h3 label {
        font-size: 13px;
        color: #929292;
        text-transform: lowercase;
        font-style: normal;
        text-shadow: none;
    }

.button {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    background: #2062B0;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #17467D;
    border-left: 1px solid #17467D;
    border-right: 1px solid #729CCD;
    border-bottom: 1px solid #729CCD;
    cursor: pointer;
}

/* Paginação da Intranet */
.containerPaginacao {
    background-color: #FFFFFF;
    position: relative;
    text-align: center;
    padding-top: 30px;
    margin-top: 45px;
    border: 2px solid #ADD8E6;
}

ul.ulPaginacao {
    display: inline-block;
    list-style: none;
    height: 50px;
    overflow: hidden;
    font-size: 0;
}

    ul.ulPaginacao li {
        float: left;
        font-size: 12px;
        margin: 0 5px;
        padding: 10px 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #bababa;
        background: #dedede;
        background: -moz-linear-gradient(top, #ffffff 10%, #dedede 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#dedede));
        background: -webkit-linear-gradient(top, #ffffff 10%,#dedede 100%);
        background: -o-linear-gradient(top, #ffffff 10%,#dedede 100%);
        background: -ms-linear-gradient(top, #ffffff 10%,#dedede 100%);
        background: linear-gradient(to bottom, #ffffff 10%,#dedede 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
    }

        ul.ulPaginacao li.ativo {
            background: #dedede;
            background: -moz-linear-gradient(top, #dedede 0%, #ffffff 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#ffffff));
            background: -webkit-linear-gradient(top, #dedede 0%,#ffffff 100%);
            background: -o-linear-gradient(top, #dedede 0%,#ffffff 100%);
            background: -ms-linear-gradient(top, #dedede 0%,#ffffff 100%);
            background: linear-gradient(to bottom, #dedede 0%,#ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 );
        }

            ul.ulPaginacao li.ativo a {
                color: #F07E2E;
            }

        ul.ulPaginacao li a:hover {
            text-decoration: none;
            color: none;
        }

        ul.ulPaginacao li:first-child {
            position: absolute;
            top: 30px;
            left: 0;
            margin-right: 85px;
        }

        ul.ulPaginacao li:last-child {
            position: absolute;
            top: 30px;
            right: 0;
            margin-left: 85px;
        }

/*ALTERAÇÕES PETERSON / PIN PAD */
.ConteudoPinpad h1 {
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.ConteudoPinpad .left {
    float: left;
    width: 400px;
    text-align: left;
}

    .ConteudoPinpad .left h3 {
        color: black;
        font-weight: bold;
        font-size: 18px;
        text-align: left;
    }

.ConteudoPinpad .right {
    float: left;
    width: 720px;
    text-align: left;
}

    .ConteudoPinpad .right h3 {
        color: black;
        font-weight: bold;
        font-size: 18px;
        text-align: left;
    }

.pmaior p {
    font-size: 14px;
    text-align: center;
}

.pmaior {
    font-size: 16px;
    text-align: center;
    width: 410px;
}

.pmenor {
    font-size: 14px;
    text-align: center;
}

.rightcancelar {
    float: right;
}
.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
    border: 1px solid #bababa;
    clear: both;
    padding: 10px 5px;
    margin: 0 auto 5px;
    width: 98%;
}
details {
    margin: 0 auto;
    background: ##efefef;
    margin-bottom: .5rem;
    box-shadow: 0 .1rem 1rem -.5rem rgba(0,0,0,.4);
    border-radius: 5px;
    overflow: hidden;
}

    details .Formulario {
        margin-top: 5px;
    }

summary {
    padding: 0.75rem;
    display: block;
    background: #5c9ccc;
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
	min-width: 80vh;
}