/* ---------------------------------------------- IMPORTAÇÃO ---------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(cores-categoria.css);
/*@import url(menu.css);*/

/* ---------------------------------------------- GLOBAIS ---------------------------------------------- */
a {
	text-decoration: none;
}
body {
	margin: 0px;
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	overflow-x: hidden;
}
.alinha-centro {
	margin: 0px auto;
}
.alinha-centro-absolute {
	left: 50%;
	margin-left: -500px;
}
.cor-fundo-conteudo {
	background: #FFF;
	/* box-shadow: 0px 2px 2px #CCC; */
}
.linha-100 {
	position: relative;
	width: 99%;
	padding: 0.5%;
	float: left;
}
.linha-92 {
	position: relative;
	width: 91.5%;
	padding: 0.5%;
	float: left;
}
.linha-90 {
	position: relative;
	width: 89.5%;
	padding: 0.5%;
	float: left;
}
.linha-66 {
	position: relative;
	width: 65.6%;
	padding: 0.5%;
	float: left;
}
.linha-50 {
	position: relative;
	width: 49%;
	padding: 0.5%;
	float: left;
}
.linha-40 
{
    position: relative;
	width: 40%;
	padding: 0.5%;
	float: left;
}
.linha-33 {
	position: relative;
	width: 33%;
	padding: 0.5%;
	float: left;
}
.linha-25 {
	position: relative;
	width: 25%;
	padding: 0.5%;
	float: left;
}
.linha-20 {
	position: relative;
	width: 20%;
	padding: 0.5%;
	float: left;
}
.linha-15 {
	position: relative;
	width: 15%;
	padding: 0.5%;
	float: left;
}
.linha-10 {
	position: relative;
	width: 9.5%;
	padding: 0.5%;
	float: left;
}

.linha-8 {
	position: relative;
	width: 7.5%;
	padding: 0.5%;
	float: left;
}
.linha-5 {
	position: relative;
	width: 5%;
	padding: 0.5%;
	float: left;
}
.titulo-box {
	position: relative;
	height: 28px;
	padding: 0.5%;
	border: solid 1px #ebebeb;
}
	.titulo-box .status {
		position: absolute;
		padding: 2px 4px 2px 4px;
		font-size: 0.7em;
		font-weight: 400;
		text-transform: uppercase;
		cursor: pointer;
		right: 4px;
		top: 4px;
		background-color: #dedede;
		color: #a0a0a0;
	}
	.titulo-box .status:hover {
		background-color: #65c1a1;
		color: #FFF;
	}
	.titulo-box span {
		color: #bababa;
	}
.titulo-categoria {
	position: relative;
	font-weight: bold;
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: left;
	cursor: default;	
}
	.titulo-categoria > .detalhe {
		position: relative;
		float: left;
		width: 4px;
		height: 10px;
		margin-right: 2px;
		top: 1px;
	}
.box-sessao {
	position: relative;
	padding: 0.5%;
	height: auto;
	border: solid 1px #ebebeb;
	border-top: solid 0px;
	font-size: 0.9em;
}
.campo-select {
	width: 99%;
	height: 29px;
	background: #EEE;
	outline: none;
	border: solid 1px #CCC;
	margin-top:2px;
}

    .campo-select:focus {
		background: #CCC;
		border: solid 1px #999;
	}
	
.campo-input, select.campo-input {
	position: relative;
	width: 100%;
	padding: 6px;
	background: #EEE;
	border: solid 1px #CCC;
	font-size: 1em;
	color: #333;
	outline: none;
}
select.campo-input {
	height: 34px;
}
	.campo-input:focus {
		background: #CCC;
		border: solid 1px #999;
	}
	
	.campo-input:disabled {
		color: #bababa;
	}
	
.campo-table {
    font-size: x-small;
    margin: 10px 0 10px 0;
    border-style: none;
}

.header-table {
    font-weight:bold;
    text-align:center;
    background-color: #E8E8E8;
    border-style: none;
    height:25px;
}

.item-table {
    border-style: none;
}
	
.conteudo-box {
	position: relative;
	width: 99%;
	padding: 0.5%;
}
.show {
	overflow: visible;
}
.divisor-horizontal {
	position: relative;
	width: 100%;
	height: 1px;
	background: #cbcbcb;
	border-bottom: solid 1px #FFF;
	margin: 15px 0px 15px 0px;
}
.alinha-texto-esquerda {
	text-align: left;
}
.alinha-texto-direita {
	text-align: right;
}
.alinha-texto-centro {
	text-align: center;
}
.sombra-bottom {
	box-shadow: 0px 2px 2px #CCC;
}
.sombra-top {
	box-shadow: 0px -2px 2px #CCC;
}
.animacao-05s {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.animacao-01s {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.arredonda-4 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    top: 0px;
    left: 0px;
}
.arredonda-top {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
.arredonda-bottom {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer;
}
.box-popup {
	position: fixed;
	width: 50%;
	height: 150px;
	background: #FFF;
	z-index: 99999;
	padding: 10px;
	top: 50%;
	left: 50%;
	margin-left: -25%;
	margin-top: -75px;
	box-shadow: 0px 0px 20px #000;
	/*display: none;*/
}
.close-escurece {
	position: absolute;
	width: 35px;
	height: 35px;
	background: url("../Imagens/icone/fechar.png") no-repeat center center;
	right: -17px;
	top: -17px;
	cursor: pointer;
}
.mais-informacao {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("../Imagens/icone/mais-informacao.png") no-repeat center center;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	cursor: pointer;
	z-index: 1;
}
.padding-zero {
	padding: 0px;
}
.margin-top-20 {
	margin-top: 20px;
}
.padding-5 {
	padding: 5px;
}
.margin-2 {
	margin: 2px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.valign-top {
	vertical-align: top;
}
.sem-borda-left {
	border-left: solid 0px;
}
.sem-borda-right {
	border-right: solid 0px;
}
.sem-borda {
	border: solid 0px;
}
.fonte-1em {
	font-size: 1em;
}
.clear {
	clear: both;
}
.float-none {
	float: none;
}
.uppercase {
	text-transform: uppercase;
}
.titulo-dados {
    border:0;
    position:relative;
    top:0px;
    margin-left:4px;
}
.icone-mapa
{
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../Imagens/icone/icone-mapa.png) no-repeat;
    background-position: center 0px;
    margin: 10px;
}

.icone-mapa:hover
{
    background-position: center -29px;
}

/* NOVOS ICONES */
.icone-editar
{
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../Imagens/icone/icone-editar.png) no-repeat;
    background-position: center 0px;
    margin: 10px;
    cursor: pointer;
}

.icone-editar:hover
{
    background-position: center -29px;
}

.icone-deletar
{
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../Imagens/icone/icone-deletar.png) no-repeat;
    background-position: center 0px;
    margin: 10px;
    cursor: pointer;
}

.icone-deletar:hover
{
    background-position: center -29px;
}

.mensagens
{
    padding: 10px; 
    bottom: -17px;
}

.campo-check label 
{
    margin-left:5px;    
}

/* CALENDARIO */
#ui-datepicker-div {
	font-size: 0.9em;
}

img.ui-datepicker-trigger {
	position: absolute;
	right: 10px;
	bottom: 8px;
	cursor: pointer;
}

/* ---------------------------------------------- ESTRUTURA ---------------------------------------------- */
#topo {
	position: relative;
	width: 100%;
}
#conteudo {
	position: relative;
	width: 99%;
	padding: 0.5%;
	/*margin-top: 100px;*/
	/*z-index: 1;*/
}
#linha-topo {
	position: relative; 
	width: 100%; 
	height: 8px;
}
#barra-topo {
	/*position: relative; */
	width: 100%; 
    height: 34px;
	padding: 6px 0px 6px 0px;
	z-index: 1;
    text-align: right;
}
	#barra-topo #logo-vidalink {
		/*position: absolute;*/
		float: left;
		width: 250px;
		height: 170px;
		background: url(../Imagens/layout/logo-vidalink.png) no-repeat center top;
		top: -13px;
		left: 0px;
		/*cursor: pointer;*/
	}
	#barra-topo #menu-topo {
		position: relative;
		width: 100%;
		display: inline-block;
		right: 30px;
	}
		#barra-topo #menu-topo > ul {
			position: relative;
			display: inline-block;
			padding: 0px;
			margin: 0px;
			list-style: none;
		}
			#barra-topo #menu-topo > ul > li {
				position: relative;
				display: inline-block;
				padding: 4px 5px 4px 5px;
				border: solid 1px transparent;
				text-transform: uppercase;
				text-decoration: none;
				font-size: 0.9em;
				cursor: pointer;
			}
			#barra-topo #menu-topo > ul > li:hover {
				background: #1a81d0;
				border: solid 1px #0b5799;
			}
	#barra-topo .pesquisar-topo {
		position: relative;
		display: inline-block;
		float: right;
		margin-right: 10px;
	}
		#barra-topo .pesquisar-topo > input {
			position: relative;
			padding: 4px 25px 4px 4px;
			font-size: 0.9em;
			background: #1a81d0;
			border: solid 1px #0b5799;
			outline: none;
			color: #FFF;
		}
		#barra-topo .pesquisar-topo > .icone {
			position: absolute;
			width: 16px;
			height: 16px;
			background: url(../Imagens/icone/lupa-azulclaro.png) no-repeat center center;
			cursor: default;
			right: 7px;
			top: 7px;
			z-index: 3;
		}
#menu-lateral {
	position: relative; 
	float: left; 
	width: 20%; 
	margin-right: 0.5%;
}
	#menu-lateral ul.menu-lateral {
		position: relative;
		width: 100%;
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
		#menu-lateral ul.menu-lateral li {
			position: relative;
			color: #666;
			padding: 6px 0px 6px 6px;
			border-bottom: solid 1px #e0e0e0;
			opacity: 0.6;
			cursor: pointer;
		}
		/*#menu-lateral ul.menu-lateral li:last-child {
			border-bottom: solid 0px;
		}*/
		#menu-lateral ul.menu-lateral li:hover {
			opacity: 1;
			border-left: solid 3px #65c1a1;
			background: #f6f6f6;
		}
			#menu-lateral ul.menu-lateral li .icone {
				position: relative;
				display: inline-block;
				width: 20px;
				height: 20px;
				background-repeat: no-repeat;
				background-position: center 0px;
				top: 3px;
			}
			#menu-lateral ul.menu-lateral li:hover .icone {
				background-position: center -31px;
			}
			#menu-lateral ul.menu-lateral li > ul.submenu-lateral {
				position: relative;
				width: 100%;
				padding: 0px;
				margin: 0px;
				list-style: none;
				display: none;
			}
				#menu-lateral ul.menu-lateral li > ul.submenu-lateral li {
					position: relative;
					color: #333;
					padding: 4px 0px 4px 18px;
					border-bottom: solid 1px #ececec;
					opacity: 0.6;
					cursor: pointer;
					text-decoration: none;
				}
				#menu-lateral ul.menu-lateral li > ul.submenu-lateral li:hover {
					text-decoration: underline;
					border-left: solid 0px;
				}
				#menu-lateral ul.menu-lateral li > ul.submenu-lateral li:last-child {
					border-bottom: solid 0px;
				}

#centro {
	position: relative;
	float: left;
	width: 79%;
	/*padding: 0.5%;*/
}

#centro2 {
	position: relative;
	float: left;
	width: 100%;
	/*padding: 0.5%;*/
}

	ul.mensagens {
		position: relative;
		width: 100%;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		ul.mensagens > li {
			position: relative;
			padding: 6px 0px 2px 3px;
			cursor: pointer;
			margin: 0px 0px 4px 0px;
		}
		ul.mensagens > li:last-child {
			margin-bottom: 0px;
		}

	ul.servicos {
		position: relative;
		width: 100%;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		ul.servicos > li {
			position: relative;
			width: 100%;
			height: auto;
			cursor: pointer;
			padding: 4px 0px 4px 0px;
			border-bottom: solid 1px #E0E0E0;
			opacity: 0.5;
			filter: alpha(opacity=50);
		}
			ul.servicos > li:first-child {
				padding-top: 0px;
			}
			ul.servicos > li:last-child {
				padding-bottom: 0px;
				border-bottom: solid 0px;
			}
			ul.servicos > li:hover {
				opacity: 1;
				filter: alpha(opacity=100);
			}
			ul.servicos > li > .imagem {
				position: relative;
				width: 100%;
				height: 70px;
				overflow: hidden;
				background-size: 100% auto;
				background-repeat: no-repeat;
				background-position: center center;
			}
			ul.servicos > li > .titulo {
				position: relative;
				width: 100%;
			}
	ul.minha-conta {
		position: relative;
		width: 100%;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		ul.minha-conta > li {
			position: relative;
			height: auto;
			cursor: default;
			padding: 6px 4px 6px 4px;
			border-bottom: solid 1px #E0E0E0;
		}
			ul.minha-conta > li:last-child {
				border-bottom: solid 0px;
			}
			ul.minha-conta > li > .titulo {
				position: relative;
				width: 100%;
				font-weight: 700;
				font-size: 0.7em;
				text-transform: uppercase;
			}
			ul.minha-conta > li > .texto {
				position: relative;
				width: 100%;
				font-size: 1em;
			}

.estilo-tabela {
	position: relative;
	border-collapse: collapse;
	font-size: 0.9em;
}
	.estilo-tabela tr:first-child {
		background: #e8e8e8;
		text-align: center;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
	}
	.estilo-tabela tr {
		background: #f8f8f8;
	}
	.estilo-tabela tr:hover {
		background: #e8e8e8;
	}
	.estilo-tabela tr td {
		border: solid 1px #CCC;
	}

.estilo-tabela-2 {
	position: relative;
	border-collapse: collapse;
	font-size: 0.9em;
}
	.estilo-tabela-2 tr {
		background: #f8f8f8;
	}
	.estilo-tabela-2 tr td {
		border: solid 1px #CCC;
	}

.campo-gridview {
    position: relative;
	border-collapse: collapse;
	font-size: 0.9em;
	margin: 10px 0px 10px 0px; 
    padding: 10px 0px 10px 0px;
    border: 1px solid #CCC;
    vertical-align:middle;
}

    .campo-gridview tr {
		background: #f8f8f8;
	}

        .campo-gridview tr:hover {
            background: #e8e8e8;
        }

        .campo-gridview tr:first-child {
            background: #e8e8e8;
		    text-align: center;
		    font-size: 0.9em;
		    font-weight: bold;
		    text-transform: uppercase;
		    cursor: default;
            height: 25px;
        }
        
        .campo-gridview tr th {
            background: #e8e8e8;
		    text-align: center;
		    font-size: 0.9em;
		    font-weight: bold;
		    text-transform: uppercase;
		    cursor: default;
            height: 25px;
        }
    
	    .campo-gridview tr:hover {
		    background: #e8e8e8;
	    }
	    
	.campo-gridview tr td {
		cursor: pointer;
	}
	
	.campo-gridview td {
        font-size: x-small;
    }

.documento {
	margin-bottom:3px;
}
/*.campo-gridview {
    border-collapse: collapse;
    background: #f8f8f8;
    margin: 10px 0px 10px 0px; 
    padding: 10px 0px 10px 0px; 
    border-top: solid 1px #EEE; 
    border-bottom: solid 1px #EEE; 
    border-left: solid 1px #EEE; 
    border-right: solid 1px #EEE;
    width:99.5%;
}

    .campo-gridview tr {
        font-size: 0.8em;
    }
    
        .campo-gridview tr:hover {
            background: #e8e8e8;
        }
        
        .campo-gridview tr:first-child {
            border: 1px solid #d9d9d9;
            background: #e8e8e8;
            font-size: 0.8em;
            font-weight: bold;
            text-align:center;
            cursor: default;
            height: 25px;
        }
        
    .campo-gridview tr td {
        border: 1px solid #d9d9d9;
        cursor: pointer;
    }
    
    .campo-gridview td {
        font-size: x-small;
    }*/

/* GOOGLE MAPS */
.escurece-tela
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 999;
    visibility: hidden;
}

.lightbox
{
    position: fixed;
    width: 75%;
    height: auto;
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: 0px 0px 20px #000;
    left: 50%;
    top: 5%;
    margin-left: -490px; /*visibility: hidden;*/
    display: none;
}

    .lightbox > .fechar
    {
        position: absolute;
        padding: 10px 15px 10px 15px;
        background: #F00;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        top: -20px;
        right: -20px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        cursor: pointer;
        z-index: 999999;
    }

.conteudo-interno
{
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    height: auto;
    line-height: 21px;
    box-shadow: 0px 1px 0px #CCC;
    z-index: 0;
}

    .conteudo-interno > .conteudo
    {
        position: relative;
        float: left;
        width: 990px;
        min-height: 100%;
        overflow: hidden;
        background: #FFF;
        box-shadow: 0px 3px 3px #CCC;
        padding: 10px;
        height: auto;
        z-index: 1;
    }

        .conteudo-interno > .conteudo h1
        {
            position: relative;
            width: 100%;
            margin: 0px;
            padding: 0px;
            font-size: 1.3em;
            color: #333;
        }

            .conteudo-interno > .conteudo h1 > .barra
            {
                position: relative;
                display: inline-block;
                width: 5px;
                height: 20px;
                bottom: -2px;
                margin: 0px 4px 0px 0px;
                background: #0b5899;
            }
            
        .conteudo-interno > .conteudo .titulo-endereco
        {
            position: relative;
            width: 100%;
            padding: 6px 0px 6px 0px;
            border-top: solid 1px #CCC;
            border-bottom: solid 1px #CCC;
            text-transform: uppercase;
        }
        
.fonte-farmacia
{
    font-weight: bold;
    color: #0b5899;
}

.fonte-usuario
{
    color: #000;
}

.conteudo-interno > .conteudo .linha-endereco
{
    position: relative;
    width: 100%;
}

.conteudo-interno > .conteudo .linha-endereco-2
{
    position: relative;
    width: 50%;
    float: left;
}

.conteudo-interno > .conteudo .linha-endereco > span:first-child, .conteudo-interno > .conteudo .linha-endereco-2 > span:first-child
{
    position: relative;
    display: inline-block;
    width: 100%;
    color: #999;
    font-size: 0.9em;
}

.conteudo-interno > .conteudo .linha-endereco > span:last-child, .conteudo-interno > .conteudo .linha-endereco-2 > span:last-child
{
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    color: #000;
}

.conteudo-interno > .conteudo .linha-endereco > input
{
    position: relative;
    display: inline-block;
    width: 98%;
    padding: 1%;
    background: #eaeaea;
    border: solid 1px #c7c7c7;
    font-size: 1em;
    outline: none;
}

.conteudo-interno > .conteudo .linha-endereco-2 > input
{
    position: relative;
    display: inline-block;
    width: 94%;
    padding: 2%;
    background: #eaeaea;
    border: solid 1px #c7c7c7;
    font-size: 1em;
    outline: none;
}

.conteudo-interno > .conteudo .alerta
{
    position: relative;
    width: 98%;
    padding: 3px;
    margin: 10px 0px 0px 0px;
    min-height: 100%;
    overflow: hidden;
    height: auto;
}



/* LISTAGEM DE MEDICAMENTOS */
.listagem-medicamentos {
	padding: 0px 0px 3px 0px;
	margin: 3px;
	font-size: 1.1em;
	font-weight: normal;
	cursor: pointer;
}
.listagem-medicamentos:hover {
	text-decoration: underline;
}

/* LOAD GIF */
.load-gif {
	position: fixed;
	width: 108px;
	height: 95px;
	background: url('../Images/loading.gif');
	background-size: 100% 100%;
	z-index: 9991;
	left: 50%;
	top: 50%;
	margin-top: -45px;
	margin-left: -54px;
	display: none;
}

.escurece-tela-2
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.5;
    filter: alpha(opacity=80);
    z-index: 999;
    visibility: hidden;
    top: 0;
}

.icone-excel {
    background: url('../Images/icon/excel_footer.png');
	position: relative;
	display: inline-block;
	width: 50px !important;;
	height: 50px !important;;
	background-repeat: no-repeat;
	background-position: center 0px !important;
    border: none;
	/*top: 3px !important;*/
}
.icone-excel:hover {
	background-position: center -50px !important;
}
