/* BASIC */

/*
* Colors:
* _verde -> #006752
*/


html {
  background-color: #fff;
}

body {
  font-family: "Poppins", sans-serif;
  height: 100vh;
}

a {
  color: #0067526e;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 8px 10px 8px;
  color: #cccccc;
}

#lg-mdy {
  padding-top: 30px;
}

/* STRUCTURE */

.wrapper, .teste {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

.teste {
  width: 900px;
  margin: 5% auto;
}

#formContent, #formContents {
  position: absolute;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 0px;
  width: 100%;
  max-width: 450px;
  position: relative;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  align-items: center;
  transition: 2s;
}

#formOptions, #formChanges {
  position: absolute;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 0px;
  width: 90%;
  max-width: 450px;
  position: relative;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

#formChanges, #formContents {
  position: absolute;
  height: 460px;
  width: 450px;
}

#formChanges {
  margin-left: -450px;
  width: 400px;
}
.organizacao #formContents{
  max-width: none;
  margin-left: -50px;
  width: 500px;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.wp {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

#fContent {
  display: inline-block;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  position: relative;
  padding: 30px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

/*.organizacao{
  display: inline-table;
}*/

.organizacao #fContent{
  position: absolute;
  margin-left: 400px;
  height: 400px;
  width: 500px;
}

.organiza #fContent{
  position: absolute;
  height: 400px;
  width: 400px;
}

/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}

/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset] {
  background-color: #c21834;
  border: none;
  color: white;
  cursor: pointer;
  height: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 250px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  background-color: #8b1134;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

input[type=text], input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder, input[type=password]:placeholder {
  color: #cccccc;
}


/* NOTE(pac): Alterar baseado na identidade visual do laboratorio */
.v-pulse.v-pulse1,
.v-pulse.v-pulse2,
.v-pulse.v-pulse3 {
  background-color: #c21834 !important;
}

.v-calendar .input-field svg.datepicker {
  fill: #c21834 !important;
}

li:before {
  content: "·";
  font-size: 120px;
  vertical-align: middle;
  line-height: 20px;
}

li {
  list-style-type: none;
  font-size: 20px;
}

.v-calendar .calendar .days .day.selectedDate .number {
  background: #c21834 !important;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInList {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInList {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn, .tipoUsuario {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.fadeIn.first, .tipoUsuario {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.fadeIn.fifth {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/* Simple CSS3 Fade-in Animation */

.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after {
  width: 100%;
}

/* OTHERS */

label {
  margin-bottom: 0px !important;
}

*:focus {
  outline: none;
}

#icon {
  width: 300px;
  margin-top: 15px;
}

.botaoMenu {
  position: fixed;
  display: none;
  cursor: pointer;
  right: 0;
  top: 0;
  float: right;
  height: 50px;
  margin-right: 15px;
  margin-top: 15px;
}

#menuMobile {
  position: fixed;
  display: none;
  background-color: white;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  float: right;
  height: 100%;
  margin-right: -100%;
  right: 0;
  top: 0;
  transition: 1.5s;
  text-align: center;
  overflow-y: auto;
}

#menuMobile a {
  cursor: pointer;
  float: right;
  text-align: right;
  margin-top: 20px;
  right: 0;
}

#menuMobile h1 {
  color: black;
  margin-top: 50px;
}

#formPaciente, #formSolicitacao {
  position: absolute;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 0px;
  width: 100%;
  max-width: 450px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 300px;
  height: 325px;
  margin-left: -225px;
  transition: 2s;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%);
  width: 450px;
  height: 460px;
  opacity: 0;
  display: none;
}

#testando {
  display: none;
}

#fContent {
  width: 450px;
}

.wp {
  width: 930px;
  margin: auto;
}

.tipoUsuario, option {
  background-color: #f6f6f6;
  border: none;
  color: #808080;
  cursor: pointer;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin-top: 25px;
}

#validacao {
  display: none;
  margin: 0 auto;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder, input[type=password]:placeholder {
  color: #cccccc;
}

input[type="checkbox"]:checked {
  background: black;
}

#menuValidacao {
  height: 1px;
  transition: 2s;
}

/* Animação para Página de Filtros */

.fadeInFilter {
  -webkit-animation-name: fadeInFilter;
  animation-name: fadeInFilter;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInFilter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500%, 0);
    transform: translate3d(0, -1500%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.consultaLaudo {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.calendario {
  display: flex;
  margin: 0 auto;
  align-items: center;
  width: 390px;
}

.v-calendar .input-field input {
  position: relative;
  width: 185px;
}

.v-calendar {
  display: flex;
}

#to {
  z-index: 1;
}

#from {
  z-index: 2;
}

.status {
  text-align: center;
}

.status span {
  color: gray;
}

.status label {
  margin-left: 10px;
}

.laudo table {
  font-size: 15px;
  width: 100%;
}

.laudo tr {
  border-bottom-style: solid;
  border-color: gray;
  border-width: 1px;
  font-size: 15px;
}

.statusPaciente {
  background-color: gray;
  border-radius: 50%;
  height: 15px;
  margin: 0 auto;
  width: 15px;
}

.laudo p {
  color: gray;
}

.back {
  position: fixed;
  height: 35px;
  width: 35px;
  float: left;
  left: 0;
  top: 0;
  margin-left: 25px;
  margin-top: 25px;
  cursor: pointer;
}

.logout {
  position: fixed;
  height: 35px;
  width: 35px;
  float: right;
  right: 0;
  top: 0;
  margin-right: 25px;
  margin-top: 25px;
  cursor: pointer;
}

.logoutMobile {
  position: absolute;
  height: 35px;
  right: 0;
  bottom: 0;
  margin-right: 10px;
  margin-bottom: 25px;
}

.barraPesquisa {
  height: 25px;
  top: 0;
  margin-top: 0px;
  text-align: left;
}

#myTable tr:hover {
  background: #f6f6f6;
}

.logoMenu {
  position: relative;
  left: 50%;
  margin-right: -50%;
  margin-top: 100px;
  transform: translate(-50%);
  width: 100%;
}

.fecharMenu {
  position: relative;
  top: 0;
}

/*#menuMobile #button{
  border: none;
  background: none;
  color: #006752;
  box-shadow: none;
  border-bottom-style: solid;
  border-color: gray;
  border-radius: 0px;
  transition: 0.5s;
  font-size: 15px;
}
#menuMobile #button:hover{
  border-color: #006752;
  color: gray;
}*/

.regSolicitacao {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.regSolicitacao select {
  background-color: #f6f6f6;
  border: none;
  color: #808080;
  cursor: pointer;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.regSolicitacao .v-calendar .input-field input {
  width: 380px;
}

.cadastrarPaciente {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.cadastrarPaciente select {
  background-color: #f6f6f6;
  border: none;
  color: #808080;
  cursor: pointer;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.cadastrarPaciente .v-calendar .input-field input {
  width: 380px;
}

.sel-patient {
  width: 93%;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-top: 16px;
}

.input-group-append {
    margin-top: 15px;
}


/* DESIGN RESPONSIVO */

@media screen and (min-width: 0px) and (max-width: 599px) {
  #formChanges {
    display: none;
  }
  .wrapper, .teste {
    display: block;
    margin: 10% auto;
    width: 300px;
  }
  #formContent, #formContents {
    position: absolute;
    width: 300px;
    height: 425px;
    transition: 2s;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
  }
  .organizacao #formContents{
    margin-left: 0px;
    width: 300px;
  }
  #formPaciente, #formSolicitacao {
    margin-left: 0px;
    width: 300px;
    /*height: 325px;*/
  }
  .botaoMenu {
    display: block;
    right: 0;
    top: 0;
  }
  #menuMobile {
    display: block;
    width: 300px;
  }
  #menuMobile a {
    font-size: 50px;
    margin-right: 10px;
  }
  #menuMobile h1 {
    font-size: 30px;
    margin-top: 100px;
  }
  #testando {
    display: block;
  }
  #provisorio {
    display: none;
  }
  #fContent {
    width: 300px;
    height: 350px;
    position: absolute;
  }
  .wp {
    width: 340px;
  }
  .laudo {
    margin-top: 350px;
  }
  #formFooter {
    margin-top: 0px;
  }
  #formContent {
    height: auto;
  }
  
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -1500%, 0);
      transform: translate3d(0, -1500%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .calendario {
    display: block;
    margin: 0 auto;
    align-items: center;
    width: 255px;
  }
  .v-calendar .input-field input {
    position: relative;
    margin-left: 0;
    width: 255px;
  }
  .laudo table {
    font-size: 10px;
  }
  .laudo tr {
    font-size: 12px;
  }
  .statusPaciente {
    height: 10px;
    width: 10px;
  }
  .laudo p {
    color: gray;
  }
  .statusList {
    font-size: 12px;
  }
  .statusList {
    display: flex !important;
    width: 100%;
  }
  .statusList div {
    text-align: left;
    width: 50%;
  }
  .logout {
    display: none;
  }
  #icon {
    width: 200px;
  }
  .list {
    display: block;
  }
  .cadastrarPaciente .v-calendar .input-field input {
    width: 255px;
  }
  .regSolicitacao .v-calendar .input-field input {
    width: 255px;
  }
  #formPaciente {
    height: 450px;
  }
  .organizacao #fContent{
    left: 0;
    margin-left: 10%;
    width: 80%;
  }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
  #formChanges {
    display: none;
  }
  .wrapper, .teste {
    display: block;
    margin: 5% auto;
    width: 450px;
  }
  #formContent, #formContents {
    position: absolute;
    width: 450px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
  }
  .organizacao #formContents{
    margin-left: 0px;
    width: 450px;
  }
  .botaoMenu {
    display: block;
  }
  #menuMobile {
    display: block;
    width: 300px;
  }
  #menuMobile a {
    font-size: 50px;
    margin-right: 10px;
  }
  #menuMobile h1 {
    font-size: 30px;
    margin-top: 100px;
  }
  #formPaciente, #formSolicitacao {
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    margin: 0 auto;
    width: 450px;
  }
  #testando {
    display: block;
  }
  #provisorio {
    display: none;
  }
  #fContent {
    width: 360px;
    height: 350px;
    position: absolute;
  }
  .wp {
    width: 400px;
  }
  .laudo {
    margin-top: 350px;
  }
  .organizacao #fContent{
    left: 0;
    margin-left: 15%;
    width: 70%;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -1500%, 0);
      transform: translate3d(0, -1500%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInList {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -1500%, 0);
      transform: translate3d(0, -1500%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .logout {
    display: none;
  }
  #icon {
    width: 250px;
  }
  .statusList {
    display: flex !important;
    width: 100%;
  }
  .statusList div {
    text-align: left;
    width: 50%;
  }
}

@media screen and (min-width: 800px) and (max-width: 999px) {
  .teste {
    display: block;
    margin: 5% auto;
    width: 700px;
  }
  #formChanges {
    position: absolute;
    align-items: center;
    height: 460px;
    margin-left: -20px;
    width: 325px;
  }
  .organizacao #formContents {
    position: absolute;
    margin-left: 350px;
    height: 460px;
    margin-left: 305px;
    width: 375px;
  }
  #formPaciente, #formSolicitacao {
    position: absolute;
    margin-left: -350px;
    height: 460px;
    width: 350px;
    transform: none;
  }
  #testando {
    display: block;
    width: 60%;
    margin-left: 20%;
  }
  #provisorio {
    display: none;
  }
  #fContent {
    width: 350px;
    height: 350px;
    position: absolute;
  }
  .wp {
    width: 740px;
  }
  .laudo {
    margin-left: 350px;
  }
  .calendario {
    width: 297px;
  }
  .v-calendar .input-field input {
    position: relative;
    margin-left: 0;
    width: 146px;
  }
  #icon {
    width: 250px;
  }
  .status {
    font-size: 15px;
  }
  .cadastrarPaciente .v-calendar .input-field input {
    width: 296px;
  }
  .regSolicitacao .v-calendar .input-field input {
    width: 296px;
  }
  .organiza #fContent{
    width: 325px;
  }
  .organizacao #fContent{
    margin-left: 325px;
    width: 375px;
  }
}
