﻿/*======================================*/
/*          CSS PRINCIPAL               */
/*======================================*/
* {
    font-family: Arial;
    font-size: 9pt;
}

.body_home {
    padding: 0px;
    margin: 0px;
    background-color: #5C5859;
}

.div_header {
    height: 80px;
    background-color: #353535;
}

/**** TOPO ****/
.divTopo {
    height: 80px;
    width: 960px;
    margin: 0 auto;
}

.topoEsquerdo {
    margin-top: 15px;
    width: 320px;
    float: left;
}

.topoCentro {
    margin-top: 22px;
    width: 320px;
    float: left;
    text-align: center;
}

    .topoCentro ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .topoCentro ul li {
            display: inline;
            padding: 0px 5px 0px 0px;
        }

            .topoCentro ul li a {
                padding: 2px 10px;
                display: inline-block;
                /* visual do link */
                color: #333;
                text-decoration: none;
                border-bottom: 3px solid #EDEDED;
            }

.topoDireito {
    margin-top: 1px;
    width: 320px;
    float: right;
    text-align: right;
}


/**** MENU ****/
.divMenu {
    width: 100%;
    background-image: linear-gradient(to bottom, #ff3e00, #FF6600);
    -moz-box-shadow: 3px 3px 10px #1B0100;
    -webkit-box-shadow: 3px 3px 10px #1B0100;
    box-shadow: 2px 3px 10px #1B0100;
    z-index: 9999 !important;
}

.adjustedZIndex {
    z-index: 9999;
    background-color: black;
}

.menu {
    /*background-color: #FF6600;*/
    background-image: linear-gradient(to bottom, #ff3e00, #FF6600);
    font-size: 13px;
    z-index: 800;
}

    .menu td {
        font-size: 13px;
        color: white;
        padding: 2px 2px 2px 3px !important;
        background: none !important;
        /*z-index: 9999!important;*/
        z-index: 700;
    }

    .menu a {
        font-size: 13px;
        color: white;
        /*z-index: 9999!important;*/
        z-index: 700;
        padding: 4px !important;
        padding-right: 10px !important;
    }

        .menu a:hover {
            background: transparent url(../app_images/PatternMenuHover.png) repeat left top !important;
            /*z-index: 9999!important;*/
            z-index: 600;
        }

    .menu div {
        background-color: inherit;
    }
/*.menu a:hover
		{
			background-color: #CDCDCD!important;
			color: #FF6600;
		}*/


/**** CONTEUDO ****/
.divConteudoSite {
    background-color: #FFFFFF;
    /*sombra de texto*/
    /*text-shadow: #999 0 2px 5px;*/
    /*sombra de container*/
    -moz-box-shadow: 3px 3px 10px #1B0100;
    -webkit-box-shadow: 3px 3px 10px #1B0100;
    box-shadow: 2px 3px 10px #1B0100;
    z-index: 500;
}


/**** ALINHAMENTO GERAL DAS DIVs ****/
.divPrincipal {
    margin: 0;
    padding: 3px;
    text-align: center;
    z-index: 9999 !important;
}

.divConteudo {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    z-index: 400;
}


.divConteudo_login {
    margin: 0 auto;
    text-align: left;
    height: 580px;
    width: 960px;
    background-image: url('../app_images/logon/Untitled-5.png');
    background-color: white;
    background-repeat: no-repeat;
    top: 10px;
}

.divConteudo_login_cliente {
    margin: 0 auto;
    text-align: left;
    height: 580px;
    width: 960px;
    background-color: white;
    background-repeat: no-repeat;
    top: 10px;
}

.txt_login {
    border-style: none;
    position: absolute;
    top: 229px;
    left: 792px;
}


.msgbox_pdf {
    border: 20px solid black;
    padding: 10px;
    background-repeat: repeat;
    height: 500px;
    left: 50%;
    margin: -250px 0 0 -475px;
    position: absolute;
    top: 50%;
    width: 880px;
    vertical-align: middle;
    background-color: white;
}

.iframe_pdf {
    padding: 0px;
    margin: 0px;
    border-style: none;
    width: 100%;
    height: 600px;
    z-index: 200;
}

.p_pdf {
    text-align: right;
}


.radioButton {
    font-weight: lighter;
    margin-left: 10px;
}

.label-msg-alerta {
    color: red;
}

.grd-grade-modelos {
}

    .grd-grade-modelos th {
        text-align: center;
        padding: 5px;
        font-size: 8pt;
    }

    .grd-grade-modelos td {
        padding: 1px;
        font-size: 8pt;
        padding: 5px;
    }

.grd-grade-ped {
    width: 100%;
}

.grd-grade-ped input[type=text] {
    background-color: white !important;
    border: solid 1px;
}

    .grd-grade-ped th {
        text-align: center;
        padding: 5px;
        font-size: 8pt;
    }

    .grd-grade-ped td {
        padding: 1px;
        font-size: 8pt;
    }

    .grd-grade-ped tr:nth-child(2n+2) {
        background-color: white;
    }

.td-grade-ped {
    text-align: right;
    width: 15px;
}

    .td-grade-ped input[type=text] {
        width: 30px;
        border-color: black;
        text-align: right;
        font-size: 8pt;
    }

        .td-grade-ped input[type=text]:focus {
            width: 30px;
            border-color: blue;
            text-align: right;
            font-size: 8pt;
        }

    .td-grade-ped span {
        font-size: 8pt;
    }

.tb-form-pedido-incluir {
}

    .tb-form-pedido-incluir td {
        padding: 2px;
    }

    .tb-form-pedido-incluir input {
        border-color: gray;
    }

    .tb-form-pedido-incluir a {
        top: -1px;
        width: 30px;
        border-color: gray;
    }

.tb-separador-tracejado {
    border-top: dashed 1px;
}

.tbl-area-itens-ped {
}

    .tbl-area-itens-ped td {
    }


.panel-pedpe-finalizado {
    position: absolute;
    top: 40%;
    left: 36%;
    margin-top: -200px;
    margin-left: -250px;
    border: solid 2px;
    background-color: lightgray;
    text-align: center;
    color: black;
    font-size: 14pt;
    padding: 4px;
}


.pnlMsgTransmitir {
    position: absolute;
    z-index: 9999 !important;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -200px;
    margin-left: -250px;
    border: solid 2px;
    background-color: lightgray;
    text-align: center;
    color: black;
    font-size: 14pt;
    padding: 4px;
}

    .pnlMsgTransmitir span {
        font-weight: bold;
        font-size: 10pt;
    }

.pnlCapacidade {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -250px;
    margin-left: -250px;
    border: solid 2px;
    background-color: lightgray;
    text-align: center;
    color: black;
    font-size: 14pt;
    padding: 4px;
}

    .pnlCapacidade span {
        font-weight: bold;
        font-size: 10pt;
    }

.pnlEstoque {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 650px;
    margin-top: -250px;
    margin-left: -325px;
    border: solid 2px;
    background-color: lightgray;
    text-align: center;
    color: black;
    font-size: 14pt;
    padding: 4px;
}

    .pnlEstoque span {
        font-weight: bold;
        font-size: 10pt;
    }
