body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.8;
  color: #818181;
}

.agenda-suporte input {
  padding: 0;
  width: auto;
  text-align: center;
}

.ok {
  border: 0px;
  color: #ffffff;
  font-weight: 500;
  border: 2px solid #ffffff;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}

.agenda-suporte button {
  color: #ffffff;
  font-weight: 500;
  border: 2px solid #ffffff;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}

button {
  border: none;
  color: white;
  padding: 14px 28px;
  cursor: pointer;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  border-radius: 25px;
}

/*----MENU-CONFIG--*/

.nav-left {
  margin-left: 10px;
}

.nav-right {
  margin-right: 10px;
}

.topnav {
  position: fixed;
  background-color: #4B6DA7;
  top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 10;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
}

.sidenav {
  top: 56px;
  padding-top: 0px;
  font-family: 'Roboto', sans-serif;
  height: 100%;
  font-size: 17px;
  width: 250px;
  left: 0%;
  right: inherit;
  position: fixed;
  z-index: 9;
  background-color: #f1f3f4;
  overflow-x: hidden;
  transition: 0.3s;
}

.sidenav .fa {
  font-size: 20px;
  margin-right: 10px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  color: #5f6368;
}

.sidenav a:hover {
  color: #818181;
}

@media screen and (max-width: 991px) {
  .sidenav {
    height: 100%;
    width: 290px;
    left: inherit;
    right: -100%;
    position: fixed;
    z-index: 9;
    background-color: #f1f3f4;
    overflow-x: hidden;
    transition: 0.3s;
  }
}

@media screen and (max-height: 450px) {
  .sidenav a {
    font-size: 18px;
  }

  .open {
    font-size: 18px;
  }
}

.open-main {
  margin-left: 251px;
  width: auto;
}

.open {
  top: 56px;
  padding-top: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  height: 100%;
  width: 310px;
  left: -100%;
  right: inherit;
  position: fixed;
  z-index: 9;
  background-color: #f1f3f4;
  overflow-x: hidden;
  transition: 0.3s;
}

.open .fa {
  font-size: 20px !important;
}

.open a {
  padding: 8px 8px 8px 25px;
  text-decoration: none;
  font-size: 17px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.open a:hover {
  color: #312f2f;
}

@media screen and (max-width: 991px) {
  .open {
    height: 100%;
    width: 290px;
    left: inherit;
    right: 0%;
    position: fixed;
    z-index: 9;
    overflow-x: hidden;
    transition: 0.5s;
  }

  .open .fa {
    font-size: 20px !important;
    margin-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .open-main {
    margin-left: 0px;
  }
}

.dropdown-container {
  display: none;
  margin-left: 34px;
}

.dropdown-div {
  display: block;
}

.dropdown-none {
  display: none;
}

.dropdown-off-active {
  background: #dadce0;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.dropdown-btn {
  background: inherit;
  color: #5f6368;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  border: none;
  cursor: pointer;
}

.dropdown-btn:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.display-name {
  background-color: azure;
  display: flex;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  border: solid 3px #f1f3f4;
}

.display-name span {
  margin-top: 5px;
  font-size: 17px;
  color: #818181;
  line-height: initial;
}

.tj-avatar {
  border-radius: 35px;
  background: #8a2be2;
  margin-top: -2px;
  margin-right: 10px;
  padding: 3px;
}

.tj-avatar img {
  width: 100%;
  max-width: 50px;
}

.icon-bar-name {
  float: left;
}

.icon-bar-name span {
  padding: 0px;
  color: #fff;
  font-size: 20px;
}

.icon-bar-nav {
  float: left;
  cursor: pointer;
  margin-top: 7px;
  margin-right: 10px;
}

.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 2.5px;
  background-color: rgb(255, 255, 255);
  margin: 5px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 4px);
  transform: rotate(-45deg) translate(-9px, 4px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -3px);
  transform: rotate(45deg) translate(-6px, -3px);
}

@media screen and (max-width: 991px) {
  .icon-bar-name {
    margin-left: 10px !important;
  }

  .icon-bar-nav {
    float: right;
    margin-right: 1px;
  }
}

.active_navbar {
  background: #dadce0;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  box-shadow: inset 4px 0 0 0 #5f6368;
}

.active-off {
  box-shadow: inset 4px 0 0 0 #b0b8c4;
}

.active a {
  color: #185abc;
}

#navbar_dow {
  font-size: 21px;
  padding-left: 20px;
  margin-left: -15px;
  background-color: #f1f3f4;
  position: fixed;
  top: 57px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 7;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
}

#navbar_dow a:hover {
  background-color: #ddd;
  color: black;
}

/*-----CONTAINER BODY------*/
.fluid_doc_body {
  margin-top: 84px;
}

/*--TABELA--*/
.container-tabela {
  margin-bottom: 5px;
}

/*--calculadora--*/
.container-calculadora {
  position: sticky;
  width: 100%;
  z-index: 0;
  bottom: 0;
  font-size: 12px;
  color: white;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
}

.container-calculadora tr {
  background-color: #4B6DA7;
}

/*--TABELA--*/

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th,
td {
  text-align: center;
  padding: 16px;
  font-size: 15px;
  min-width: 166px;
}

.table_entrega table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.table_entrega th,
td {
  text-align: center;
  padding: 16px;
  font-size: 15px;
  min-width: 0px;
}

.table_separacao table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.table_separacao th,
td {
  text-align: center;
  padding: 16px;
  font-size: 15px;
  min-width: 0px;
}

@media only screen and (max-width: 760px) {

  th,
  td {
    text-align: center;
    padding: 5px;
    font-size: 14px;
  }

  .btn {
    border: none;
    color: white;
    padding: 14px 28px;
    cursor: pointer;
  }
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.btn-agenda {
  border: none;
  cursor: pointer;
}

.btn-agenda-nav {
  border-radius: 27px;
  margin-top: 25px;
  color: #818181;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #81888e;
  padding: 10px 20px;
  font-size: 17px;
}

.active-nav {
  border-bottom-width: thick;
}

@media screen and (max-width: 1219px) {
  .btn-agenda-nav {
    padding: 10px 17px;
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .btn-agenda-nav {
    margin-left: 10px;
    padding: 2px 30px;
    font-size: 16px;
  }
}

@media screen and (max-width: 490px) {
  .btn-agenda-nav {
    margin-left: 0px;
    padding: 2px 17px;
    font-size: 15px;
  }
}

.btn-input {
  border-radius: 0px 15px 15px 0px;
}

.btn-add-congre {
  border: none;
  color: white;
  padding: 5px 28px;
  font-size: 15px;
  cursor: pointer;
  background-color: #727772;
}

.info {
  background-color: #1a73e8;
  border-radius: 15px;
  border: solid 2px #ffffff;
}

.info:hover {
  border: solid 2px #fff !important;
  color: #fff;
}

.container-banner-inicio {
  margin: 5px;
}

.container-banner-separacao {
  margin: 75px;
  margin-top: 20px;
  z-index: 0;
}

.container-banner-entrega {
  margin: 5px;
}

#myInput {
  background-image: url('/css/searchicon.png');
  /* Add a search icon to input */
  background-position: 10px 12px;
  /* Position the search icon */
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  width: 100%;
  /* Full-width */
  font-size: 16px;
  /* Increase font-size */
  padding: 12px 20px 12px 40px;
  /* Add some padding */
  border: 1px solid #ddd;
  /* Add a grey border */
  margin-bottom: 12px;
  /* Add some space below the input */
}

/* --Modal Radio-- */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.form-group {
  margin-left: 20px;
  margin-right: 20px;
}

/*----------------alimação menu agenda------------------------------*/
.input_dias_agenda input[type=radio]:checked+span {
  background-color: #1a73e8;
  border-color: #1a73e8;
  color: #fff;
}

.input_dias_agenda input[type=radio] {
  width: 0%;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  /* Sim, tive que ver como é no Bootstrap :p */
}

.input_dias_agenda {
  width: 50%;
  padding: 0 4px;
  margin-bottom: 8px;
  float: left;
  text-align: center;
  cursor: pointer;
}

.input_dias_agenda span {
  display: block;
  background-color: #fff;
  color: #818181;
  padding: 8px;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: 2px solid #818181;
}

.input_horas_agenda input[type=radio]:checked+span {
  background-color: #1a73e8;
  border-color: #1a73e8;
  color: #fff;
}

.input_horas_agenda input[type=radio] {
  width: 0%;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  /* Sim, tive que ver como é no Bootstrap :p */
}

.input_horas_agenda {
  width: auto;
  padding: 0 4px;
  margin-bottom: 8px;
  float: left;
  text-align: center;
  cursor: pointer;
}

.input_horas_agenda span {
  display: block;
  font-size: 20px;
  padding: 16px 5px;
  background-color: #fff;
  color: #818181;
  font-size: 20px;
  border: 0px solid #1b4486;
  border-radius: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.input_dias_livre input[type=radio]:checked+span {
  background-color: #1a73e8;
  border-color: #1a73e8;
  color: #fff;
}

.input_dias_livre input[type=radio] {
  width: 0%;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  /* Sim, tive que ver como é no Bootstrap :p */
}

.input_dias_livre {
  width: 80%;
  padding: 0 4px;
  margin-bottom: 8px;
  float: initial;
  text-align: center;
  cursor: pointer;
}

.input_dias_livre span {
  display: block;
  background-color: #fff;
  color: #818181;
  padding: 8px;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: 2px solid #818181;
}


#Home {
  background-color: white;
}

#News {
  background-color: white;
}

#Contact {
  background-color: white;
}

#About {
  background-color: white;
}

/*---------------formulário agenda-------------------------------*/

#regForm {
  background-color: #ffffff;
  margin: 20px auto;
  padding: 0px;
  width: 70%;
  min-width: 300px;
}

@media screen and (max-width: 600px) {
  #regForm {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 0px;
    width: 100%;
    min-width: 300px;
  }

}

h1 {
  text-align: center;
}


input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}


button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

.img-pg-obrigado {
  vertical-align: middle;
  border-style: none;
  width: 100%;
}

.img-pg-erro {
  vertical-align: middle;
  border-style: none;
  width: 50%;
}

.img-pg-erro-banner {
  vertical-align: middle;
  border-style: none;
  width: 15%;
}

@media screen and (max-width: 600px) {
  .img-pg-erro-banner {
    width: 50%;
  }

  .img-pg-erro {
    vertical-align: middle;
    border-style: none;
    width: 50%;
  }

}

/*----agenda sucesso----*/

#example2 {
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
}

/*---chat---*/

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* Add some hover effects to buttons */
.open-button:hover {
  opacity: 1;
}

/*--------------------------------------*/

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*----POPUP------*/
#snackbar_ok {
  visibility: hidden;
  background-color: rgb(0, 128, 0);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 8;
  top: 50px;
  font-size: 17px;
  margin-left: -15px;

}

#snackbar_ok.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 50px;
    ;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 50px;
    ;
    opacity: 1;
  }
}


#snackbar_erro {
  visibility: hidden;
  background-color: rgb(238, 12, 12);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 8;
  top: 50px;
  font-size: 17px;
  margin-left: -15px;
}

#snackbar_erro.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 50px;
    ;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 50px;
    ;
    opacity: 1;
  }
}


/*----POPUP 2------*/
#snackbar_ok_data {
  visibility: hidden;
  background-color: rgb(0, 128, 0);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 8;
  top: 50px;
  font-size: 17px;
  margin-left: -15px;

}

#snackbar_ok_data.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 50px;
    ;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 50px;
    ;
    opacity: 1;
  }
}


#snackbar_erro_data {
  visibility: hidden;
  background-color: rgb(238, 12, 12);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 8;
  top: 50px;
  font-size: 17px;
  margin-left: -15px;
}

#snackbar_erro_data.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 50px;
    ;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 50px;
    ;
    opacity: 1;
  }
}

.btn-totais-right {
  border: solid 2px #2196F3;
  font-size: 11px;
  border-radius: 15px;
}

.btn-totais-right-active {
  border: solid 2px #ffffff;
  font-size: 11px;
  border-radius: 15px;
  background-color: #2578bb;
}

.btn-totais-right:hover {
  border: solid 2px;
  border-color: #fff;
  color: #fff;
}

.btn-totais-left {
  border: solid 2px #2196F3;
  font-size: 11px;
  border-radius: 15px;
}

.btn-totais-left-active {
  border: solid 2px #ffffff;
  font-size: 11px;
  border-radius: 15px;
  background-color: #2578bb;
}

.btn-totais-left:hover {
  border: solid 2px;
  border-color: #fff;
  color: #fff;
}

.mr-n2 {
  margin-right: 1.75em !important;
}

/*--CARDCONFIG-*/
.tj-studio-section-list-post .tj-box-imagem img {
  border-radius: 5px;
  width: 100%;
  max-width: 150px;
  box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);
}

.tj-studio-section-list-post .tj-card-news {
  border: solid 1px #00000029;
  border-radius: 5px;
  box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);
}

.tj-studio-section-list-post .tj-box-date span {
  font-size: 12px;
}

.tj-studio-section-list-post .tj-box-date h6 {
  margin-bottom: 2px !important;
}

.tj-studio-section-new-post .tj-box-new-post span {
  font-size: 25px;
  font-weight: 500;
}

@media (max-width:991px) {
  .tj-studio-section-list-post .tj-box-imagem img {
    width: 100%;
    max-width: 320px;
  }

}