﻿.index-page .page-header {
height: 40vh;
overflow: hidden;
}
.form-control, .is-focused .form-control {
background-image: linear-gradient(to top, rgb(0,149,93) 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
/* Alteração da cor de fundo da página */
.purple-filter:after {
/* background: rgb(0,149,93); */
/* background: linear-gradient(45deg, rgb(0,149,93) 0%, rgb(0,149,93) 100%); */
background: -moz-linear-gradient(135deg, rgb(0,149,93) 0%, rgb(0,149,93) 100%);
background: -webkit-linear-gradient(135deg, rgb(0,149,93) 0%, rgb(0,149,93) 100%);
}
.navbar.bg-primary {
color: #fff;
background-color: rgb(0,149,93)  !important;
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgb(0,149,93);
}
.nav-pills .nav-item .nav-link.active {
color: #fff;
background-color: rgb(0,149,93);
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgb(0,149,93);
}
/* Botões */
.btn.btn-primary {
color: #fff;
background-color: rgb(0,149,93);
border-color: rgb(0,149,93);
box-shadow:rgb(0,149,93);
}

.card-header.card-header-info.text-center {
    background: rgb(0,149,93); ;
}

/* Botão que mostra os exames  */
i.material-icons {
    color: #00995d;
}
/* Botão fechar */
i#botao_fechar {
	color: #ED1651;
}
/* Img logo */
img {
    margin: -9px;
}
/* Alteração da tabela */
.table-responsive {
    padding-left: 15px;
    padding-right: 15px;
}
/* Alteração da sessão datatime */	
.section {
    padding: 20px 10px;
}
/* Corpo do Sistema */
body.index-page {
    background: white;
}
/* Cor do Thead da tabela */
th.th1 {
	background: #C4CBCF;	
}
th.th2 {
	background: #C4CBCF;	
}
th.th3 {
	background: #C4CBCF;	
}
th.th4 {
	background: #C4CBCF;	
}
th.th5 {
	background: #C4CBCF;	
}
th.th6 {
	background: #C4CBCF;	
}

/* Sistema de Login */
.card-header.card-header-success.text-center {
	background: #00995d;
}
/* Fim Sistema de Login */
