﻿* {
    outline: none;
}

html {
    background-color: White;
}

body {
    width: 980px;
    margin: 5px auto;
    -webkit-box-shadow: 0px 10px 15px #888888;
    -moz-box-shadow: 0px 10px 15px #888888;
    box-shadow: 0px 10px 15px #888888;
    min-height: 570px;
    margin-bottom: 20px;
}

h1, h2, h3, h3, h4, h5, h6 {
    margin: 0px;
}

fieldset {
    padding: 2px;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

.headerMain {
    background-image: url('../Imagens/Logo.jpg');
    margin-bottom: 2px;
    height: 70px;
}

nav {
    border: 1px dashed #C0C0C0;
    min-height: 166px;
    width: 150px;
    margin-left: 1px;
    padding-top: 33px;
    padding-bottom: 33px;
}

section {
    width: 100%;
    margin: 0 4px;
}

h2, h3 {
    color: Gray;
    font-family: Calibri, Arial, Verdana;
}

input, textarea, label {
    resize: none;
    font-size: 13px;
    color: #333333;
    font-family: Verdana, Arial;
}

legend {
    font-weight: bold;
    font-family: Century Gothic, Arial, Verdana;
}

footer {
    text-align: right;
    color: #999;
    font-family: Verdana, Arial;
    font-size: 10px;
}

.text-box {
    border: solid 1px #999999;
    width: 220px;
}

.textBoxDescricao {
    width: 200px;
}

table {
    width: 100%;
    border: 0px none;
}

select {
    border: solid 1px #999999;
    font-size: 13px;
    color: #333333;
    font-family: Verdana, Arial, Verdana;
    width: 220px;
}

.validation-summary-errors {
    font-size: 13px;
    color: #F00;
    font-family: Verdana, Arial;
}

.inputReadOnly {
    border: solid 1px #999999;
    background-color: #CCCCCC;
    font-size: 13px;
    color: #333333;
    font-family: Verdana, Arial;
    width: 100px;
}

.textBoxData {
    border: solid 1px #999999;
    width: 78px;
}

.MensagemErro {
    color: #F00;
    font-family: Verdana, Arial;
    font-size: 13px;
}

#imgFoto {
    height: 118px;
    width: 110px;
    border: 1px solid #999;
}

#uploadImagem {
    width: 200px;
}

table.grid {
    border-collapse: collapse;
}

    table.grid th {
        border: 1px solid #999;
    }

    table.grid tr td {
        border: 1px solid #999;
    }

.grid {
    grid-template-columns: none;
    display: block;
    font-size: 13px;
    color: #333333;
    font-family: Verdana, Arial;
}

.div-container-main {
    display: flex;
}

.div-container-listagem {
    padding: 4px;
}

#divTransparente {
    z-index: 900;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    background-color: Black;
    text-align: center;
}

#divContainerPopUp {
    z-index: 901;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    overflow: auto;
    /*overflow-y: scroll;*/
}

.divContentPopUp /*Estilo padrão para as popups (dentro de divPopUp e divContainerPopUp)*/ {
    z-index: 902;
    /*height: 600px;*/
    width: 880px;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 20px 20px 20px;
    text-align: left;
    border-radius: 6px; /*Arredondamento das bordas*/
}

#divPopUp h2 {
    margin-bottom: 15px;
}

#divRelatorio /*Não alterar esta popup*/ {
    z-index: 902;
    height: 455px;
    width: 1222px;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding: 1px 10px 10px 10px;
}

#divPreLoader {
    z-index: 902;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    margin-top: 350px;
    width: 132px;
    height: 19px;
    padding: 10px 5px 5px 10px;
}

.divLimitaAlturaTabela {
    overflow: scroll;
    overflow-x: hidden;
}

.divContainerPainel {
    overflow: scroll;
    height: 321px;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

#divContainerGridBusca {
    overflow: scroll;
    overflow-x: hidden;
    width: 780px;
    height: 259px;
}

#divContainerGridBuscaMedicamento {
    overflow: scroll;
    overflow-x: hidden;
    height: 259px;
}

#divContainerGridBuscaFornecedor {
    overflow: scroll;
    overflow-x: hidden;
    height: 259px;
}

#divContainerGridCotacao {
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    width: 761px;
    height: 84px;
}

#divContainerGridHistoricoCotacao
{
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	height: 123px;
    margin: 0 5px;
}

#divContainerGridHistoricoPedido {
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    width: 761px;
    height: 112px;
}

.divBoasVindas {
    text-align: right;
    color: #1D286E;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-top: 55px;
}

div.checkbox {
    float: left;
    width: 23%;
    margin-right: 1%;
}

.treeViewRegras {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}

.footerLink :hover {
    text-decoration: underline;
}

.linkAbrirArquivo {
    text-decoration: underline;
    color: Blue;
}

.tooltip {
    display: none;
    position: absolute;
}

.tooltiptable {
    background-color: White;
}

    .tooltiptable td {
        padding: 5px;
    }

    .boxCinza{
        border-radius: 6px;
        background-color: #f2f2f2;
        padding: 7px;
        border: solid 1px #b3b3b3;
        margin-top: 5px;
    }