﻿@charset "utf-8";

/* INICIO - PADRAO */
* {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.container {
    border: 1px solid #008ada;
    border-radius: 4px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    width: 1000px;
    margin: 10px auto;
    position: relative;
    padding: 5px;
}
h2 {
    text-align: center;
    padding: 10px;
    margin: 2px 0;
    color: #008ada;
}
p {
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}
form {
    margin: 15px 0px;
    padding: 20px;
    width: auto;
    position: relative;
}
fieldset,
#tblBaseInt {
    border: 1px dotted #E0E0E0;
    background-color:  #F9F9F9;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    width: auto;
}
legend {
    font-weight: bold;
}
label {
    margin: 5px;
}
input[type=text],
input[type=password],
select {
    height: 35px;
}
*.error + label.error {
    margin-bottom: 15px;
}
select option:first-child {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
fieldset label > input[type=text],
fieldset label > input[type=password],
fieldset label > select,
fieldset label textarea {
    border: 2px solid #E0E0E0;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 15px;
    padding: 5px;
    color: #777777;
}
fieldset label > input:hover,
fieldset label > select:hover,
fieldset label textarea:hover,
fieldset label > input:focus,
fieldset label > select:focus,
fieldset label textarea:focus {
    border-color: #80C4EC;
    box-shadow: 1px 1px 2px #80C4EC;
}
fieldset p,
form > p,
table p {
    text-align: left;
    padding: 2px;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 12px;
}
fieldset p + p,
#modalFarmacia form p {
    text-align: left;
    padding: 2px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
}
label > span, div > span {
    display: block;
    text-align: left;
}
*[disabled=disabled]{
    background-color: rgba(0,0,0,.2);
}

/* FIM - PADRAO */

/* INÍCIO - CONJUNTO DE CLASSES PARA OS FORMULÁRIOS */

.float-l {
    float: left;
}
.float-r {
    float: right;
}
.clear {    
    display: block;
    clear: both;
}
.clearL {
    clear: left;
}
clearR {
    float:right;
}
.obrigatorio {
    color: #f00;
    font-weight: bold;
    font-size: 16px;
}
.botao {
    display: block;
    border: 2px solid #0097ee;
    border-radius: 4px;
    background-color: #0097ee;
    background-image: linear-gradient(to bottom, #0097ee, #07b);
    box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2);
    padding: 3px 5px;
    margin: 2px 15px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: .1em;
    cursor: pointer;
}
.botao:active {
    -webkit-transform: scale(0.95, 0.95);
       -moz-transform: scale(0.95, 0.95);
        -ms-transform: scale(0.95, 0.95);
         -o-transform: scale(0.95, 0.95);
}
.printable {
    border: 1px dotted #CCCCCC ;
	padding: 10px 10px 10px 10px ;
}
a {
    color               :#6699CC;
    font-weight         :bold;
    text-decoration     :none;
}
.overflow {
      height: 200px;
}
.pointer-right {
	float: right; 
	cursor: pointer;
}

/** Controlando tamanho dos campos com base no conteúdo a ser recebido **/

.max5 {
    width: 50px;
}
.max10 {
    width: 80px;
}
.max15 {
    width: 125px;
}
.max20 {
    width: 160px;
}
.max100 {
    width: 200px;
}
.max150 {
    width: 250px;
}
.max200 {
    width: 300px;
}
.max300 {
    width: 400px;
}
.max400 {
    width: 500px;
}
.max500 {
    width: 600px;
}
.maxMiddle {
    width: 40%;
}
.maxFull {
    width:100%
}
.line {
    display: inline;
}

/* FIM - CONJUNTO DE CLASSES PARA OS FORMULÁRIOS */


/* INÍCIO - ESPECÍFICO TELA PRINCIPAL */

p + p {
    text-align: left;
    padding: 20px;
}
#form_acompanhamento {
    color: #fff;
    cursor: pointer;
}
#form_acompanhamento:hover,
#tira-duvida:hover {
    text-decoration: underline;
}
/* FIM - ESPECÍFICO TELA PRINCIPAL */

/* INÍCIO - ESPECÍFICO FORMULÁRIOS */

h3 {
    border: 1px dotted #E0E0E0;
    background-color: #F9F9F9;
    margin: 5px auto;
    padding: 5px;
    text-align: center;    
}
.qtd, .qtd:hover {
	text-align		: right; 
	border			: 0em solid #F9F9F9;
    box-shadow: none;
}
div + div {
    margin-left: 20px;
}
#agruparBtn {
    padding: 5px;
    position: absolute;
    left: 300px;

}
#modalFarmacia,
hr + div {
    width: auto;
    margin: 5px auto;
}
hr {
    border: 2px solid #E0E0E0;
    margin: 10px auto;
}
.alinhaBotaoCampo {
    margin: 22px 15px;
}
form + p {
    margin: 30px auto;
}
form fieldset label.error,
div.error span,
div.error p,
form label.error,
form fieldset label.error,
div.error span,
.obrigatorio {
	color			: red;
	font-weight		: bold;
	margin-bottom	: 5px;
}
label.error,
*.valid {
    display: inline-block;
    margin-bottom: 40px;
}
label.error,
#mensagens,
#mensagemfarm,
.informacao {
    display: block;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		    border-radius: 4px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}
p.informacao {
    margin-bottom: 20px;
}
div#mensagens,
div#mensagemfarm {
    text-align : left;
    width: 500px;
    max-height: 150px;
    overflow: auto;
}
label.error {
    padding: 1px;
    font-weight: normal;
    font-size: 12px;
}
input.error,
textarea.error,
select.error {
    border: 1px solid #FFD4D4;
    box-shadow: 2px 2px 3px #FF9494;
    background: #FFE5E5;
}
table.container {
    text-align: center;
    padding: 50px;    
}
td > p {
    text-align: center;
    font-size: 14px;
    margin: 5px;
    padding: 10px;
}
td > span + p {
    color: #f00;
}
td > p:last-child {
    font-weight: bold;
}
table h2 {
    font-size: 22px;
    text-shadow: 1px 1px 1px #008ada;
}
table span {
    display: block;
    font-size: 14px;
    padding: 5px 0;
}
td > span {
    margin-left: 15px;
}
table div.botao {    
    margin-left: 15px;
    width: auto;
    height: auto;
    position: relative;
    left: 290px;
}
table div.botao > span {
    font-size: 14px;
}
#tblBaseInt,
.pesquisa {
    margin: 15px auto;
    margin-bottom: 50px;
}
input[type=radio] {
    vertical-align: middle;
    margin-right: 5px;
}
.sp-radio {
    height: 16px;
}
/* FIM - ESPECÍFICO FORMULÁRIOS */

#acompanhamento,
#acompanhamento table,
.pesquisa {
    width: 100%;
}
#acompanhamento th,
#acompanhamento td,
.pesquisa {
    text-align: left;
}
#acompanhamento td > table tr td {
    text-align: center;
}
#infoHoraAtendimento {
    width: 400px;
    padding: 1px;
    background-color: #FFF;
    border-color: rgba(0,0,0,.2);
}
#infoHoraAtendimento a {
    width: 100px;
    display: inline-block;
}

/*** Modal de Dúvidas ****/

#modalDuvidas {
    padding: 0;
}

#duvidasFechar {
    padding: 0;
    float: right;
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: 5px;
    opacity: 0.7;
}

#modalDuvidas div:last-child {
    clear: both;
    text-align: center;
    padding: 2px 10px;
    border-color: rgba(0,0,0, 0.1);
}

#painelPesquisa {
    padding: 0;
    margin-bottom: 0px;
}

#painelPesquisa form {
    padding: 0;
}

#pesquisaSistema fieldset {
    padding: 10px;
    display: inline-block;
    margin-right: 10px;
    text-align: left;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#pesquisaSistema fieldset:last-child {
    opacity: .3;
}

label[for=buscaDuvida] img {
    opacity: 0.2;
}

#painelDuvidas h3 {
    font-weight: bold;
}

#painelDuvidas div p {
    font-weight: normal;
    text-align: justify;
}

div.faq h4 {
    text-align: left;
    margin-bottom: 20px;
}

div.faq ul {
    text-align: left;
}

div.faq ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #008ada;
}