/*
    VETERINARIAXX
    DESENVOLVIDO POR DIALWEB.COM.BR
*/

@import url(//fonts.googleapis.com/css?family=Poppins:400,600);

html, body {
    height: 100%;
}

body {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #666;
    background: #E5E5E5;
}

body.open {
	overflow: hidden;
}



/* FORMULARIO */
form label, form .label {
    display: block;
    margin-top: 10px;
}

form .label > label {
	margin-top: 0;
}

form label > span, form .label > span {
    font-weight: bold;
}

form input, form select, form textarea {
    display: block;
    height: 45px;
    border: 1px solid #CCC;
    padding: 0 10px;
    width: 100%;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form textarea {
    height: auto;
    padding: 10px;
    resize: none;
}

form input[type=checkbox], form input[type=radio] {
    display: inline;
    padding: 0;
    width: auto;
    height: auto;
}

form button {
    display: block;
    width: 100%;
    height: 45px;
    margin: 20px auto 0 auto;
    padding: 0 35px;
    border: 0;
    background: #DDD;
	border-radius: 3px;
}

form button:hover {
    background: #CCC;
}

form button.green {
    color: #FFF;
    background: #FD9EC5;
}

form button.green:hover {
    background: #59BD60;
}

form label.col, form .label.col {
    float: left;
    width: 50%;
    margin-left: 2%;
}

form label.rel {
	position: relative;
}

form label.rel > .abs {
	position: absolute;
	bottom: 1px;
	right: 1px;
	background: #DDD;
	line-height: 43px;
	padding: 0 10px;
	font-size: 13px;
	border-radius: 0 3px 3px 0;
}

form label.col.f, form .label.col.f {
    margin-left: 0;
}

form label.col.small, form .label.col.small {
    width: 18%;
}

form label.col.medium, form .label.col.medium {
    width: 49%;
}

form label.col.large, form .label.col.large {
    width: 80%;
}

form label.col.three, form label.col.smallThree {
    width: 32%;
}

form label.col.four, form label.col.smallFour {
    width: 23.5%;
}

form label.col.largeFour {
    width: 74.5%;
}

form label.col.mediumFour {
    width: 49%;
}

form label.col.largeThree {
    width: 66%;
}


form label.col.five {
    width: 18.4%;
}

form label.col.six {
    width: 15%;
}

form .btnCenter {
    text-align: center;
}

form .btnCenter > button {
    display: inline-block;
    width: auto;
    margin: 20px 1% 0 1%;
}

#frmBuscar {
	margin-bottom: 30px;
}

.buscaInput > .result > a, .buscaInputAdicionar > .result > a {
	display: block;
	padding: 10px;
}

.buscaInput > .result > a:hover, .buscaInputAdicionar > .result > a:hover {
	background: #EEE;
	text-decoration: none;
}

.buscaInput > .selecionado {
	display: none;
	position: relative;
	padding: 10px;
	background: #EEE;
}



/* ALINHAMENTOS */
.alCenter {
    text-align: center;
}

.alRight {
	text-align: right;
}



/* ALERTA */
.alerta {
    color: #1B1E21;
    background-color: #D6D8D9;
    border: 1px solid #C6C8CA;
    margin-bottom: 10px;
    padding: 10px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alerta.erro {
    color: #721C24;
    background-color: #F8D7DA;
    border-color: #F5C6CB;
}

.alerta.erro > .badge {
    color: #FFF;
    background: #DC3545;
}

.alerta.sucesso {
    color: #155724;
    background: #D4EDDA;
    border-color: #C3E6CB;
}

.alerta.sucesso > .badge {
    color: #FFF;
    background: #28A745;
}

.alerta.atencao {
    color: #856404;
    background: #FFF3CD;
    border-color: #FFEEBA;
}

.alerta.atencao > .badge {
    color: #212529;
    background: #FFC107;
}

.alerta > .badge {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: baseline;
    text-transform: capitalize;
    margin-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



/* ESTRUTURA */
#carregando {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../imagens/ico_carregando.gif) center center no-repeat rgba(255, 255, 255, .9);
	z-index: 998;
}

h1 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
}

h2 > span {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
}

strong {
    font-weight: bold;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content {
    padding: 100px 35px 100px 335px;
}

#content.w100p {
	width: 100%;
	margin: 0;
	padding: 3%;
}

#content.w100p.max {
	max-width: 1100px;
	margin: 0 auto;
}

#content > .boxTitulo {
    line-height: 45px;
    margin-bottom: 20px;
}

#content > .boxTitulo > h1 {
    float: left;
}

#content > .boxTitulo > a {
    float: right;
    background: #CCC;
    padding: 0 35px;
    text-decoration: none;
    text-transform: uppercase;
	margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#content > .boxTitulo > a:hover {
    background: #BBB;
}

#content > .boxTitulo > a.blue {
    background: #A349A3;
    color: #FFF;
}

#content > .boxTitulo > a.blue:hover {
    background: #873D87;
}

#content > .boxTitulo > a > span {
    font-size: 12px;
    margin-right: 5px;
}

#content > .boxBotoes {
	margin-bottom: 30px;
}

#content > .boxBotoes > a {
	float: left;
	line-height: 30px;
	padding: 0 15px;
	margin-right: 20px;
	background: #CCC;
}

#content > .boxBotoes > select {
	width: 100%;
	height: 45px;
	text-align: center;
	padding: 0 20px;
}

#content > .boxBotoes > a:hover, #content > .boxBotoes > a.atual {
	background: #4272D7;
	color: #FFF;
	text-decoration: none;
}

.bgBox {
    background: #FFF;
    padding: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#assinatura {
	display: block;
	border: 1px solid #666;
}



/* RESULTADOS */
.bgBox.resultados {
    background: transparent;
    padding: 0;
}

.bgBox.resultados > header {
    color: #666;
    background: #FEAEC9;
    line-height: 60px;
    text-transform: uppercase;
}

.bgBox.resultados > footer {
    background: #F5F5F5;
    line-height: 60px;
    border-top: 1px solid #E5E5E5;
    padding: 0 35px;
    text-align: center;
    font-size: 14px;
}

.bgBox.resultados > .resultado {
    background: #FFF;
    padding: 10px 0;
}

.bgBox.resultados > .resultado:hover {
    background: #F5F5F5;
}

.bgBox.resultados > .resultado span {
    font-size: 14px;
}

.bgBox.resultados > .noResult {
    padding: 10px 35px;
    text-align: center;
    background: #FFF;
}

.bgBox.resultados > .resultado > .acoes {
    float: right;
    padding-right: 35px;
}

.bgBox.resultados > .resultado > .acoes > a {
    margin-left: 10px;
    text-decoration: none;
}

.bgBox.resultados > .noResult > a {
    font-weight: bold;
}

.bgBox.resultados .col {
    float: left;
    padding-left: 35px;
}

.bgBox.resultados .col.w65 {
    width: 65px;
}

.bgBox.resultados .col.w100 {
    width: 100px;
}

.bgBox.resultados .col.w100p {
	float: none;
    width: 100%;
	padding: 0 35px;
}

.bgBox.resultados .col.w150 {
    width: 150px;
}

.bgBox.resultados .col.w200 {
    width: 200px;
}

.bgBox.resultados .col.w300 {
    width: 300px;
}

.bgBox.resultados .col.w400 {
    width: 400px;
}

.bgBox.resultados .col.w500 {
    width: 500px;
}



/* DIALOG */
#dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
	z-index: 998;
}

#dialog > .box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 600px;
	background: #FFF;
	overflow: hidden;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 0 0 3px #CCC;
	transform: translate(-50%, -50%);
}

#dialog > .box > header {
	padding: 0 5%;
	line-height: 60px;
	font-weight: bold;
	background: #DDD;
}

#dialog > .box > .ctt {
	padding: 5%;
}

#dialog > .box .btnGreen {
	float: left;
	width: 49%;
	height: 60px;
	background: #FD9EC5;
	color: #FFF;
	line-height: 60px;
	margin: 20px 0 0 2%;
	text-decoration: none;
	text-align: center;
}

#dialog > .box .btnGreen:hover {
    background: #59BD60;
	text-decoration: none;
}

#dialog > .box .btnCancelar {
	float: left;
	width: 49%;
	height: 60px;
	background: #CCC;
	line-height: 60px;
	margin-top: 20px;
	text-decoration: none;
	text-align: center;
}

#dialog > .box .btnCancelar:hover {
	background: #BBB;
	text-decoration: none;
}



/* LOGIN.PHP */
body.login {
	background: url(../imagens/bgLogin.jpg) center center no-repeat;
}

#login {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    background: #FFF;
    padding: 30px;
    border-radius: 5px;
	transform: translate(-50%, -50%);
}

#login > .logo {
    margin: 0 auto 10px auto;
    width: 220px;
    height: 60px;
    background: url(../imagens/logo.png);
    text-indent: -999px;
    overflow: hidden;
}

#login > h1 {
    text-align: center;
}



/* HEADER */
#header {
    position: fixed;
    width: 100%;
    background: url(../imagens/bgHeader.jpg) center center no-repeat #FEAEC9;
    padding: 10px 35px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 998;
}

#header > .logo {
    float: left;
    width: 165px;
    height: 45px;
    background: url(../imagens/logo.png);
    background-size: cover;
    text-indent: -999px;
    overflow: hidden;
}

#header > .usuario {
    float: right;
    display: table;
}

#header > .usuario > .foto {
    display: table-cell;
    width: 45px;
    height: 45px;
}

#header > .usuario > .foto > img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#header > .usuario > .nome {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    font-weight: bold;
}

#header > .usuario > .nome > span {
    font-size: 8px;
    vertical-align: middle;
}



/* MENU */
#menu {
    position: fixed;
    width: 300px;
    height: calc(100% - 65px);
    top: 65px;
    left: 0;
    background: #FFF;
    padding: 50px 35px;
	overflow-y: auto;
}

#menu > a {
    display: block;
    line-height: 50px;
    text-decoration: none;
}

#menu > a:hover {
    color: #4272D7;
}

#menu > a > span {
    min-width: 20px;
    text-align: center;
    margin-right: 10px;
}

#icoMobMenu {
	display: none;
	position: fixed;
	top: 12px;
	right: 35px;
	width: 40px;
	height: 40px;
	background: url(../imagens/ico_mobMenu.png);
	text-indent: -999px;
	overflow: hidden;
	z-index: 999;
}

#icoMobMenu.open {
	background-position: 0 -40px;
}



/* INDEX.PHP */
#pgIndex .colA {
	float: left;
	width: 49%;
}

#pgIndex .colB {
	float: left;
	width: 49%;
	margin-left: 2%;
}



/* AGENDA.PHP */
#agenda > .desc {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

#agenda > .desc > .mes {
	display: inline-block;
	margin: 0 50px;
	font-size: 24px;
	font-weight: bold;
}

#agenda > .dia {
	float: left;
	position: relative;
	width: 14%;
	border: 1px solid #CCC;
	margin: 0.14%;
	text-align: center;
}

#agenda > .dia.noBorder {
	border: 0;
}

#agenda > a.dia:hover {
	background: #EEE;
	text-decoration: none;
}

#agenda > .dia > .ext {
	background: #CCC;
	font-size: 13px;
	letter-spacing: 5px;
	line-height: 20px;
}

#agenda > .dia > .infos {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

#agenda > .dia > .infos > .dia {
	font-size: 24px;
	font-weight: bold;
}

#agenda .cor {
	background: #FEC5D8 !important;
}

#agenda .cor:hover {
	background: #FEAEC9 !important;
}

.resultados .cor {
	background: #FEC5D8 !important;
}

.resultados .cor:hover {
	background: #FEAEC9 !important;
}



/* CONFIGURACOES.PHP */
#pgConfiguracoes #campos > div > label.small {
	width: 11%;
}

#pgConfiguracoes #campos > div > a {
	float: left;
	margin-top: 35px;
	margin-left: 2%;
	width: 5%;
	background: #C1392B;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
}

#pgConfiguracoes #campos > div > a:hover {
	background: #A23124;
	text-decoration: none;
}

#pgConfiguracoes #campos > div > a.noRemove {
	background: #CCC;
}



/* EXAMES.PHP */
#pgExames #anexos > div > label.large {
	width: 93%;
}

#pgExames #anexos > div > a {
	float: left;
	margin-top: 10px;
	margin-left: 2%;
	width: 5%;
	background: #C1392B;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
}

#pgExames #anexos > div > a:hover {
	background: #A23124;
	text-decoration: none;
}

#pgExames #anexos > div > a.noRemove {
	background: #CCC;
}



/* PACIENTES.PHP */
#pgPacientes .fotosProd {
	float: left;
	width: 10%;
	margin-top: 10px;
}

#pgPacientes .camposProd {
	float: left;
	width: 88%;
	margin-left: 2%;
}

#boxFoto {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 999;
}

#boxFoto > a {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 48px;
	color: #FFF;
	text-decoration: none;
	opacity: .8;
}

#boxFoto > a:hover {
	text-decoration: none;
	opacity: 1;
}

#boxFoto > .foto {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 900px;
	max-height: 90%;
	padding: 50px;
	background: #FFF;
	transform: translate(-50%, -50%);
	border-radius: 10px;
}

#boxFoto > .foto > img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#pgPacientes .visualizarPaciente {
	position: relative;
}

#pgPacientes .visualizarPaciente > .foto {
	position: absolute;
	right: 35px;
	top: 35px;
	width: 267px;
	height: 150px;
	overflow: hidden;
}

#pgPacientes .visualizarPaciente > .foto > a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

#pgPacientes .visualizarPaciente > .foto > a > img {
	display: block;
	width: 100%;
}



/* IFRAME */
#boxIframe {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 1000;
}

#boxIframe > a {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 48px;
	color: #FFF;
	text-decoration: none;
	opacity: .8;
}

#boxIframe > a:hover {
	text-decoration: none;
	opacity: 1;
}

#boxIframe > .iframe {
	position: absolute;
	top: 5%;
	left: 50%;
	width: 900px;
	height: 90%;
	background: #FFF;
	transform: translateX(-50%);
	border-radius: 10px;
}

#boxIframe > .iframe > iframe {
	width: 100%;
	height: 100%;
}

body.iframe {
	background: transparent;
}

body.iframe > #header, body.iframe > #menu, body.iframe #icoMobMenu {
	display: none;
}

body.iframe > #content {
	padding: 50px;
}

body.iframe > #content > .boxTitulo > a {
	display: none;
}

body.iframe .bgBox {
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}

body.iframe .bgBox.resultados {
	display: none;
}



/* CLIENTE */
body.cliente > #header, body.cliente > #menu {
	display: none;
}

body.cliente > #content {
	padding: 50px;
	max-width: 1200px;
	margin: 0 auto;
}



/* FOOTER */
#footer {
    position: fixed;
	bottom: 0;
	left: 0;
    width: 100%;
	height: 30px;
    background: url(../imagens/bgFooter.jpg) center center no-repeat #FEAEC9;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 998;
}










.mobHide {
	display: block !important;
}

.mobShow {
	display: none !important;
}










@media screen and (max-width: 1200px) {
	.mobHide {
		display: none  !important;
	}
	
	.mobShow {
		display: block !important;
	}
	
	#icoMobMenu {
		display: block;
	}
	
	form label.col, form .label.col {
		float: none;
		width: 100% !important;
		margin-left: 0 !important;
	}
	
	form .btnCenter > button {
		display: block;
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.bgBox.resultados > header, .bgBox.resultados > footer {
		display: none;
	}
	
	.bgBox.resultados > .resultado {
		border-bottom: 1px solid #CCC;
	}
	
	#header > .usuario {
		display: none;
	}
	
	#menu {
		display: none;
		width: 100%;
		overflow-y: scroll;
		padding: 35px;
		z-index: 998;
	}
	
	#content {
		padding: 100px 3% 35px 3%;
	}
	
	#content > .boxTitulo > h1 {
		float: none;
		text-align: center;
	}
	
	#content > .boxTitulo > a {
		float: none;
		display: block;
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}
	
	#login {
		width: 94%;
	}
	
	#pgIndex .colA, #pgIndex .colB {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	#pgIndex .colB {
		margin-top: 30px;
	}
	
	#pgExames #anexos > div > a {
		float: none;
		display: block;
		width: 100%;
	}
	
	#boxIframe > .iframe {
		width: 94%;
	}
	
	#boxIframe > a {
		top: 6%;
		right: 15px;
		padding: 5px;
		background: #FFF;
		z-index: 1;
		color: #666;
		opacity: 1;
	}
	#agenda > .desc {
		font-size: 16px;
	}
	
	#agenda > .desc > .mes {
		display: block;
		margin: 0;
	}
	
	#agenda > .dia {
		float: none;
		display: block;
		margin: 0 0 10px 0;
		width: 100%;
	}
	
	#agenda > .dia > .infos {
		position: static;
		padding: 10px 0;
		transform: none;
	}
	
}