@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,100italic,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:700,400,300);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

/****************************
*   FOR RESPONSIVENESS      *
****************************/
::selection {
  background: #4f5362;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #4f5362;
  /* Gecko Browsers */
  color: #fff;
}

html {
  font-size: 14px;
  height: 100%;
}

@media only screen and (min-width: 480px) {
  html {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) {
  p {
    font-size: 1em;
    margin-bottom: 1.8em;
  }
}

@media only screen and (min-width: 992px) {
  .corpo-perguntas {
    height: 30vw;
    overflow: scroll;
  }

  .conteudo-pergunta input,
  .conteudo-pergunta select {
    width: 100%-130px;
  }

  .pagina-sms-sme .conteudo-pergunta label {
    width: 200px;
  }

  .conteudo-pergunta label {
    margin: 0px;
    width: 130px;
    float: left;
  }

  .conteudo-pergunta .col-md-12 {
    align-content: center;
    align-items: center;
    display: flex;
  }

  .imagem-local {
    max-height: 150px;
    border-radius: 15px;
    text-align: center;
    margin-left: 51%;
  }

  .align-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .comunicados-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }

  .brand .logo {
    width: 250px !important;
  }

  .brand .menu-btn {
    display: none !important;
  }

  .brand .ts-profile-nav {
    display: block !important;
  }

  .ts-sidebar .ts-profile-nav {
    display: none !important;
  }

  .ts-sidebar {
    max-height: 100% !important;
    bottom: 0 !important;
  }

  .ts-main-content .ts-sidebar {
    width: 11% !important;
    float: left !important;
  }

  .ts-main-content .content-wrapper {
    margin-left: 11% !important;
  }
}

@media only screen and (max-width: 1281px) and (min-width: 961px) {
  .comunicado {
    padding: 20px !important;
  }

  .local,
  .comunicado {
    max-width: 470px !important;
  }
}

@media only screen and (max-width: 1919px) and (min-width: 960px) {
  .pagina-ferramentas .card-body .col-sm-6 {
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  .pagina-ferramentas .card-body .col-sm-4 {
    padding: 0px !important;
  }

  .pagina-ferramentas .card-body .btn.btn-lg.btn-primary.float-md-right.green {
    width: 100% !important;
  }

  .ts-main-content .ts-sidebar {
    width: 13% !important;
  }

  .ts-main-content .content-wrapper {
    margin-left: 13% !important;
  }

  .carteirinha.col-sm-6 {
    width: 70% !important;
  }

  .qrcode {
    margin-top: 27px !important;
  }
}

@media only screen and (max-width: 959px) {
  .agendamento .box-info {
    height: 80vh !important;
  }

  .exam-page .btn-success {
    width: 100% !important;
  }

  .exam-page.insert_usuario.agendamento .form-content {
    padding-bottom: 100px;
  }

  .exam-body .devby.footer {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 20%);
    padding: 10px;
  }

  .exam-body .form-content {
    width: 98%;
  }

  .card-header.row .text-left a,
  .card-header.row .text-right a {
    text-align: center !important;
    float: none !important;
    margin: 0px;
    display: block;
  }

  .dtr-control.sorting_1 {
    text-align: right;
    font-size: 12px !important;
  }

  .dtr-title {
    margin-right: 2rem;
  }

  .dtr-data a {
    padding: 10px;
    width: 100%;
    text-align: center;
  }

  .local.alturalocal {
    height: auto !important;
    width: 100%;
  }

  .local.alturalocal {
    height: auto !important;
    width: 100%;
  }

  .qrcode.exibir img {
    width: 100% !important;
  }

  .veragendamento .local {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
  }

  .panel-body {
    padding: 0px !important;
  }

  .btnlugares a {
    width: 100% !important;
    margin-bottom: 5px !important;
  }

  .theader img {
    margin: auto !important;
  }

  .editarmembro .carteirinha .img-tabela {
    margin: auto !important;
  }

  .editarmembro .carteirinha .img-tabela {
    width: 180px !important;
    height: 180px !important;
  }

  .carteira-footer p {
    margin: 0px !important;
    margin-top: 0px;
    font-style: italic;
    font-size: 10px;
    margin-top: 20px !important;
    padding: 5px;
  }

  .carteirinha .col-sm-2 {
    padding: 0px !important;
  }

  .carteirinha .qrcode {
    border-radius: 15px !important;
    overflow: hidden;
    max-width: 150px;
    margin: auto !important;
    margin-bottom: auto;
    margin-bottom: 30px !important;
  }

  .ctexto {
    text-align: center !important;
  }

  .theader {
    width: 100% !important;
  }

  .card-body .col-md-12,
  .card-body .col-md-4 {
    padding: 0px !important;
  }

  #upload_file #submit {
    margin-bottom: 50px !important;
  }

  .side-top {
    display: flex !important;
  }

  .mobile-menu {
    display: block !important;
  }

  .ts-sidebar-menu {
    display: none;
  }

  .titulog {
    text-align: center !important;
  }

  .container-fluid {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .ts-sidebar img {
    margin-bottom: 30px !important;
    margin-top: 20px !important;
  }

  .content-wrapper {
    padding: 5px !important;
    margin: 12px !important;
    margin-left: 12px;
  }

  .control-label {
    margin-top: 10px !important;
  }

  .ts-sidebar {
    height: auto !important;
    max-height: none !important;
    text-align: center !important;
  }

  .ts-sidebar .devby {
    display: none !important;
  }

  .row.page-titles.mx-0 {
    display: inline-grid !important;
  }

  .titulo-janela {
    order: 2 !important;
  }

  .perfil-clean {
    order: 1 !important;
    margin-bottom: 30px !important;
  }

  .card-header.row {
    display: block !important;
  }

  .col-sm-4.justify-content-sm-end.mt-2.mt-sm-0.d-flex {
    display: block !important;
    text-align: center;
  }

  .card-header.row input,
  .card-header.row a,
  .card-header.row select {
    margin-bottom: 10px;
  }

  .devby.footer {
    display: block !important;
    margin: 8% 0% !important;
  }

  .login-body .devby.footer {
    display: none !important;
  }

  .content-wrapper {
    margin: 10px !important;
    padding: 10px !important;
  }

  .container-fluid {
    padding: 0px !important;
    margin: 0px !important;
  }

  .perfil-clean i {
    margin-left: 15px !important;
  }

  .perfil-info p {
    font-size: 11px;
  }

  .modelos {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

/****************************
*      BODY DEFAULTS        *
****************************/
body {
  font-size: 1em;
}

a {
  color: #37a6c4;
}

a:hover {
  text-decoration: none;
  color: #5db9d1;
}

/****************************
*      Buttons        *
****************************/
.btn {
  font-family: "Oswald", sans-serif;
}

.btn i {
  position: relative;
  top: -2px;
}

.btn.text-left {
  text-align: left;
}

.btn-brand {
  background: #37a6c4;
  color: #fff;
}

.btn-brand:hover {
  color: #fff;
  background: #2c849c;
}

.btn-dark {
  background: #272727;
  border: 1px solid #272727;
  color: #fff;
}

.btn-dark:hover {
  background: white;
  color: #222;
}

.btn-red {
  background: #4f5362;
  color: #fff;
}

.btn-red:hover {
  color: #fff;
  background: #383b46;
}

.btn-alt {
  background: #f0f0f0;
  color: #222;
}

.btn-alt:hover {
  color: #fff;
  background: #2c849c;
}

/****************************
*      Background Colors        *
****************************/
.bk-primary {
  background: #0b4cbc;
}

.bk-success {
  background: #93c54b;
}

.bk-warning {
  background: #f47c3c;
}

.bk-danger {
  background: #d9534f;
}

.bk-info {
  background: #29abe0;
}

.bk-white,
.bk-light {
  background: #fff;
}

.bk-brand {
  background: #37a6c4;
}

.bk-dark {
  background: #222;
}

.bk-blue {
  background: #0010ce;
}

.bk-alt {
  background: #f7f7f7;
}

.bk-ghost {
  background: transparent;
}

.bk-img {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../img/login-bg.jpg);
}

.bk-fixed {
  background-attachment: fixed;
}

.hr-green {
  height: 2px;
  background: #37a6c4;
}

.hr-grey {
  height: 2px;
  background: #f0f0f0;
}

.hr-dashed {
  background-color: transparent;
  border-top: 1px dotted #edf0f5;
  color: transparent;
  height: 1px;
  margin: 20px 0;
}

.panel {
  overflow: hidden;
}

/****************************
*      Border        *
****************************/
.brdr {
  border: 1px solid #f0f0f0;
}

/****************************
*      Text size color        *
****************************/
.font-one {
  font-family: "Oswald", sans-serif;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.text-thin {
  font-weight: 100;
}

.text-lowercase {
  text-transform: none;
}

.text-sm {
  font-size: 13px;
}

.text-lg {
  font-size: 18px;
}

.text-xl {
  font-size: 1.6em;
}

.text-2x {
  font-size: 2em;
}

.text-3x {
  font-size: 2.4em;
}

.text-4x {
  font-size: 3em;
}

.text-white,
.text-light {
  color: #fff !important;
}

.link-white a {
  color: #fff;
}

.text-grey {
  color: #ccc;
}

.text-dgrey {
  color: #818181;
}

.text-brand {
  color: #37a6c4;
}

.text-yellow {
  color: #ffff00;
}

.title .line {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}

/****************************
*       Margins         *
****************************/
.mt {
  margin-top: 18px;
}

.mt-0x {
  margin-top: 0 !important;
}

.mt-2x {
  margin-top: 36px;
}

.mt-3x {
  margin-top: 54px;
}

.mt-4x {
  margin-top: 90px;
}

.mt-5x {
  margin-top: 144px;
}

.mb {
  margin-bottom: 18px;
}

.mb-0x {
  margin-bottom: 0 !important;
}

.mb-2x {
  margin-bottom: 36px;
}

.mb-3x {
  margin-bottom: 54px;
}

.mb-4x {
  margin-bottom: 90px;
}

.mb-5x {
  margin-bottom: 144px;
}

.pt {
  padding-top: 18px;
}

.pt-2x {
  padding-top: 36px;
}

.pt-3x {
  padding-top: 54px;
}

.pt-4x {
  padding-top: 90px;
}

.pt-5x {
  padding-top: 144px;
}

.pb {
  padding-bottom: 18px;
}

.pb-2x {
  padding-bottom: 36px;
}

.pb-3x {
  padding-bottom: 54px;
}

.pb-4x {
  padding-bottom: 90px;
}

.pb-5x {
  padding-bottom: 144px;
}

/* Content boxes */
.content-box {
  padding: 15px;
}

.block-anchor {
  display: block;
}

/****************************
*       Content Typography         *
****************************/
.content-format {
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-style: normal;
  word-wrap: break-word;
}

.content-format .h1,
.content-format .h2,
.content-format .h3,
.content-format .h4,
.content-format .h5,
.content-format .h6,
.content-format h1,
.content-format h2,
.content-format h3,
.content-format h4,
.content-format h5,
.content-format h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-weight: bold;
  font-style: normal;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 40px;
}

.content-format .h1 a,
.content-format .h2 a,
.content-format .h3 a,
.content-format .h4 a,
.content-format .h5 a,
.content-format .h6 a,
.content-format h1 a,
.content-format h2 a,
.content-format h3 a,
.content-format h4 a,
.content-format h5 a,
.content-format h6 a {
  font-size: inherit;
}

.content-format .h2,
.content-format h2 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f0f0f0;
}

.content-format .h3,
.content-format h3 {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 4px;
  margin: 1em 0 0.5em;
}

.content-format .h4,
.content-format h4 {
  font-size: 1.7em;
  line-height: 1.4;
  margin-bottom: 6px;
}

.content-format .h5,
.content-format h5 {
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 8px;
}

.content-format .h6,
.content-format h6 {
  font-size: 1.3em;
  line-height: 1.4;
  margin-bottom: 10px;
}

.content-format strong {
  font-weight: bold;
}

.content-format ul:not(.social-awesome) {
  list-style: disc outside;
  margin: 1.714285714rem 0 1.714285714rem;
  line-height: 1.714285714;
}

.content-format ul:not(.social-awesome) li {
  margin: 0 0 0 36px;
  margin: 0 1rem 0 2.571428571rem;
}

.content-format ul:not(.social-awesome).list-unstyled {
  list-style: none;
}

.content-format ul:not(.social-awesome).list-unstyled li {
  margin: 0 0 0 24px;
}

.content-format em {
  font-style: italic;
}

.content-format p {
  margin-bottom: 1.8em;
}

.content-format figure {
  margin-bottom: 42px;
}

.content-format figure .caption {
  color: #999;
  font-size: 14px;
}

.content-format img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.content-format .fa {
  color: #37a6c4;
  margin-right: 10px;
}

.content-format blockquote {
  border-left: 4px solid #c3c3c3;
  border-left: 4px solid rgba(51, 51, 51, 0.17);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1em;
  padding-left: 0.7778em;
}

.content-format blockquote.double-quote {
  border-left: none;
  padding-left: 1em;
}

.content-format pre {
  background: #fff;
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 0.9em;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
}

.content-format ol {
  margin: 24px 0 24px;
  margin: 1.714285714rem 0 1.714285714rem;
  line-height: 1.714285714;
  list-style: decimal outside;
}

.content-format img.wp-smiley,
.content-format img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Social Button Modifications */
.btn {
  text-transform: none;
}

.btn-social> :first-child {
  width: 42px;
  line-height: 46px;
}

.btn-social {
  padding-left: 58px;
}

/* Circle buttons */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

/* Chart design */
/* Charts */
.chart-dot-list {
  display: block;
  margin-top: 60px;
  margin-left: 20px;
}

.chart-dot-list li {
  margin-bottom: 4px;
}

.chart-dot-list li:before {
  content: "";
  height: 12px;
  width: 12px;
  margin-right: 6px;
  display: inline-block;
  background: #222;
  border-radius: 50%;
}

.chart-dot-list li.a1:before {
  background: #f7464a;
}

.chart-dot-list li.a2:before {
  background: #46bfbd;
}

.chart-dot-list li.a3:before {
  background: #fdb45c;
}

.chart-doughnut {
  padding: 41px 0;
}

/* component */
.page-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.brand {
  background: #3e454c;
  position: relative;
  z-index: 3;
  position: fixed;
  width: 100%;
  top: 0;
}

.brand .logo {
  box-sizing: border-box;
  padding: 20px;
  float: left;
  display: block;
  width: 200px;
}

.brand .logo img {
  height: 20px;
}

.brand .menu-btn {
  float: right;
  background: #232d3b;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 20px 20px;
}

.brand .ts-profile-nav {
  float: right;
  display: none;
}

.brand .ts-profile-nav li {
  float: left;
  position: relative;
}

.brand .ts-profile-nav li a {
  display: block;
  padding: 20px;
  color: #fff;
}

.brand .ts-profile-nav li ul {
  visibility: hidden;
  opacity: 0;
  right: 0;
  position: absolute;
}

.brand .ts-profile-nav li ul li {
  float: none;
  width: 180px;
}

.brand .ts-profile-nav li ul li a {
  padding: 10px 20px;
  background: #222;
}

.brand .ts-profile-nav .ts-account .fa-angle-down {
  float: right;
}

.brand .ts-profile-nav .ts-account>a {
  width: 180px;
  background: #2c3136;
}

.brand .ts-profile-nav .ts-account .ts-avatar {
  border-radius: 50%;
  height: 28px;
  margin: -10px 0;
  margin-right: 10px;
}

.brand .ts-profile-nav .ts-account:hover ul {
  visibility: visible;
  opacity: 1;
}

#ts-sidebar-menu li a {
  text-transform: capitalize;
}

.ts-sidebar::-webkit-scrollbar-track {
  background-color: transparent;
}

.ts-sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.ts-sidebar::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;
}

.ts-sidebar {
  margin-top: 3%;
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  bottom: 0;
  top: 60px;
  overflow-y: auto;
}

.ts-sidebar .hidden-side {
  display: none;
}

.ts-sidebar .ts-sidebar-search {
  width: 100%;
  background: #25292a;
  border: none;
  padding: 10px 15px;
  color: #fff;
}

.ts-sidebar-menu .ts-label {
  color: #87c237;
  font-weight: bold;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 10px;
}

.ts-sidebar-menu a {
  display: block;
  text-decoration: none;
  padding: 8px 15px;
  color: #fff;
}

.ts-sidebar-menu li {
  position: relative;
}

.ts-sidebar-menu li i {
  color: #87c237;
  margin-right: 10px;
  font-size: 21px;
}

.ts-sidebar-menu li ul {
  display: block;
  background: rgba(255, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.32);
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.menu-open,
.ts-sidebar-menu .open>ul {
  max-height: 2000px;
}

.ts-sidebar-menu .open>a {
  background: rgba(51, 56, 62, 0.35);
}

.ts-sidebar-menu>.open>a {
  background: #33383e;
  border-left: 3px solid #37a6c4;
}

.ts-sidebar-menu .open>.more i {
  transform: rotate(180deg);
}

.more i {
  color: #fff;
  padding: 15px;
  transition: transform 0.3s;
}

.more {
  float: right;
  min-width: 10%;
  cursor: pointer;
}

.ts-main-content .content-wrapper {
  padding-top: 15px;
}

/****************************
*   LOGIN                   *
****************************/

.btn-login {
  display: flex;
}

.login-action {
  margin: 0px !important;
  margin-top: 0px;
  margin-left: 0px;
  width: 45% !important;
  margin-left: 15px !important;
  margin-top: 10px !important;
}

.login-page {
  position: absolute;
  height: 100%;
  width: 100%;
}

.logo-login {
  background-image: url("../images/logo-sme.png");
  background-color: #0f58d6;
  height: 100px;
  width: 100px;
  margin: auto;
  margin-bottom: auto;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-bottom: 20px;
}

.login-body .btn.btn-lg.btn-primary.float-md-right {
  width: 60%;
  margin: auto;
  margin-top: auto;
  display: block;
  margin-top: 30px;
}

.login-body h3 {
  margin-bottom: 50px;
  color: #3b3b3c;
  margin-top: 0px;
}

.login-body .form-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 500px;
}

.login-body li i {
  color: #0f58d6;
  font-size: 24px;
}

.login-body li {
  display: block ruby;
}

.login-body .form-control.mb {
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 2px solid #9b9b9b;
}

.login-body .btn.btn-lg.btn-primary.float-md-right {
  width: 60%;
  margin: auto;
  margin-top: 30px;
  display: block;
}

.login-body .form-control.mb {
  width: 90%;
}

/****************************
*   Calendário              *
****************************/

@media only screen and (max-width: 760px),
(min-device-width: 802px) and (max-device-width: 1020px) {

  /* Forcar tabela responsiva */
  .pagina-meus-agendamentos table,
  .pagina-meus-agendamentos thead,
  .pagina-meus-agendamentos tbody,
  .pagina-meus-agendamentos th,
  .pagina-meus-agendamentos td,
  .pagina-meus-agendamentos tr {
    display: block;
  }

  .pagina-meus-agendamentos .empty {
    display: none;
  }

  /* Esconder header da tabela */
  .pagina-meus-agendamentos th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagina-meus-agendamentos tr {
    border: 1px solid #ccc;
  }

  .pagina-meus-agendamentos td {
    /* Transformar em "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  /* Nomear td com before para visualização */
  .pagina-meus-agendamentos td:nth-of-type(1):before {
    content: "Domingo";
  }

  .pagina-meus-agendamentos td:nth-of-type(2):before {
    content: "Segunda";
  }

  .pagina-meus-agendamentos td:nth-of-type(3):before {
    content: "Terça";
  }

  .pagina-meus-agendamentos td:nth-of-type(4):before {
    content: "Quarta";
  }

  .pagina-meus-agendamentos td:nth-of-type(5):before {
    content: "Quinta";
  }

  .pagina-meus-agendamentos td:nth-of-type(6):before {
    content: "Sexta";
  }

  .pagina-meus-agendamentos td:nth-of-type(7):before {
    content: "Sábado";
  }
}

/* Smartphones  */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .pagina-meus-agendamentos body {
    padding: 0;
    margin: 0;
  }
}

/* Tablet  */
@media only screen and (min-device-width: 802px) and (max-device-width: 1020px) {
  .pagina-meus-agendamentos body {
    width: 495px;
  }
}

@media (min-width: 641px) {
  .datenavigation .col-md-6 {
    padding: 0px !important;
  }

  .pagina-meus-agendamentos table {
    table-layout: fixed !important;
  }

  .pagina-meus-agendamentos td {
    width: 33% !important;
  }
}

.pagina-meus-agendamentos .row {
  margin-top: 20px !important;
}

.errorWrap {
  padding: 10px;
  margin: 0 0 20px 0;
  background: #dd3d36;
  color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.succWrap {
  padding: 10px;
  margin: 0 0 20px 0;
  background: #5cb85c;
  color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.ativo {
  color: #fff;
  background-color: #28a745;
}

.desativado {
  color: #212529;
  background-color: #f4821d;
}

.ativo:hover {
  background-color: #fff;
  color: #28a745;
}

.desativado:hover {
  background-color: #212529;
  color: #f4821d;
}

.editar {
  background: #02a2b9;
  color: white;
}

.editar:hover {
  color: #02a2b9;
  background-color: white;
}

.deletar {
  background: #dc3545;
  color: white;
}

.deletar:hover {
  color: #dc3545;
  background-color: white;
}

.btnuser {
  padding: 10px;
  border-radius: 5px;
  margin: auto;
  display: inline-block;
}

body {
  font-family: "Roboto", sans-serif;
  background: linear-gradient(to right, #0f58d6, #013082);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6d6d6f;
  text-align: left;
}

.btn.btn-lg.btn-primary.float-md-right {
  background: #0f58d6 !important;
}

.btn.btn-lg.btn-primary.float-md-right,
.btn.btn-lg.btn-danger.float-md-right {
  font-family: "Roboto", sans-serif;
  padding: 14px !important;
  font-size: 12px;
}

.local li i {
  font-size: 19px;
  line-height: 30px;
  color: #0e55d0;
}

.veragendamento .local {
  width: 100%;
  background: #f4f5fa;
}

.veragendamento li {
  font-size: 24px;
}

.veragendamento i {
  font-size: 32px !important;
}

.veragendamento ul {
  margin-top: 30px;
}

.veragendamento .btn.btn-lg.btn-primary.green.float-md-right {
  width: 100%;
}

.veragendamento .local {
  max-width: 600px;
  width: 100%;
}

.btn.btn-lg.btn-primary.float-md-right i,
.btn.btn-lg.btn-danger.float-md-right i {
  font-size: 15px;
  top: 2px !important;
  margin-right: 9px;
}

.page-titles {
  padding: 0.9375rem 1.25rem;
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-titles h4 {
  margin-bottom: 0;
  margin-top: 0;
  color: #f5811f;
  font-size: 24px;
}

.text-orange {
  color: #f5811f;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.page-titles .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}

.row.page-titles.mx-0 {
  display: flex;
}

.ativo.btnuser i {
  margin-right: 10px;
}

.card {
  margin-bottom: 1.875rem;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

.card-header {
  position: relative;
  background: transparent;
  padding: 1.25rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0px;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.table:not(.table-bordered) thead th {
  border-top: none;
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.justify-content-sm-end {
  justify-content: flex-end !important;
}

.d-flex {
  display: flex !important;
}

.page-titles .justify-content-sm-end {
  align-items: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

table.table-bordered.dataTable tbody td {
  border: none !important;
  vertical-align: middle;
}

table.dataTable thead .sorting::after {
  display: none !important;
}

table.dataTable thead .sorting_desc::after {
  display: none !important;
}

table.dataTable thead .sorting_asc::after {
  display: none !important;
}

.sorting_asc {
  color: #0f58d6 !important;
}

.sorting_desc {
  color: #0f58d6 !important;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #c6c6c6 !important;
}

table.dataTable.no-footer {
  border: none !important;
}

table.dataTable tbody td {
  padding: 15px 18px !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

.table thead th {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-color: #eaeaea;
  border-top-color: rgb(234, 234, 234);
  border-bottom-color: rgb(234, 234, 234);
  vertical-align: bottom;
}

table.dataTable thead th {
  color: #454545;
  font-weight: 600;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
}

.content-wrapper {
  padding: 1rem;
  background-color: #f4f5fa !important;
  margin-top: 25px;
  margin-right: 25px;
  margin-left: 11%;
  border-radius: 24px;
  margin-bottom: 25px;
}

.veragendamento li {
  font-size: 19px;
  line-height: 50px;
}

.ts-sidebar .selected {
  background: #f4f5fa;
  color: #0f57d4;
}

.ts-sidebar .selected a {
  color: #0e54ce !important;
}

.ts-sidebar .selected i {
  color: #0e55d0 !important;
}

.form-control::placeholder {
  color: #acabab !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.ts-sidebar img {
  width: 150px;
  margin: auto;
  display: block;
  margin-bottom: 60px;
}

.perfil-clean img {
  height: 62px;
  width: 62px;
  border-radius: 50%;
  margin-right: 20px;
}

.perfil-clean h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.perfil-clean i {
  font-size: 25px;
  margin-left: 50px;
  color: #e17878;
}

#zctb_info,
#zctb-alt_info,
#zctb-asc_info {
  font-size: 11px;
  color: #b3b3b3;
  font-style: italic;
}

.titulo-janela {
  align-items: center !important;
  display: flex;
  justify-content: flex-start !important;
}

.img-tabela {
  width: 50px;
  height: 50px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50%;
}

.editarmembro .card-header {
  margin: 0px 5px;
}

.control-label {
  width: 100%;
  text-align: left !important;
}

.editarmembro .img-tabela {
  width: 160px !important;
  height: 160px !important;
}

.editarmembro form .btn.btn-lg.btn-primary.float-md-right {
  background: #28a745 !important;
  display: inline;
  margin-right: 18px;
  margin-top: 30px;
}

.editarmembro form .btn.btn-lg.btn-primary.float-md-right {
  background: #28a745 !important;
  display: inline;
  margin-right: 18px;
  margin-top: 30px;
}

.editarmembro .card-header .btn.btn-lg.btn-primary {
  background: #23272b !important;
}

.editarmembro h5 {
  background: #0f58d6;
  color: white;
  font-size: 20px;
  text-transform: uppercase !important;
  text-align: center;
  padding: 5px;
  border-radius: 8px;
}

.top-30 {
  margin-top: 30px;
}

.control-label span {
  margin-left: 5px;
}

::-webkit-file-upload-button,
::file-selector-button {
  background-image: linear-gradient(to right, #0f58d6, #013082) !important;
  border: none !important;
  border-radius-top-right: 50px !important;
  padding: 17px 42px !important;
  outline: none !important;
  color: white !important;
  margin-left: -20px !important;
  margin-top: -13px !important;
  font-size: 14px !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  margin-right: 20px !important;
}

.table-striped>tbody>tr:nth-of-type(2n + 1) {
  background-color: #f9f9f9;
  border: none !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border: none !important;
}

.btn.btn-lg.btn-primary.editar.btn-info {
  background: #02a2b9 !important;
}

.btn.btn-lg.btn-primary.editar.btn-info:hover {
  color: #02a2b9 !important;
  background: white !important;
}

.btn.btn-lg.btn-primary.float-md-right.green {
  background: #28a745 !important;
  color: white;
}

#upload_file #submit {
  padding: 9px 38px !important;
}

.canvas {
  border-radius: 15px !important;
  overflow: hidden;
}

.control-label i {
  color: #9d9d9d;
  font-size: 80%;
}

#export {
  padding: 9px 38px !important;
}

.imgcom {
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.local {
  padding: 25px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 15px;
}

.local,
.comunicado {
  width: 500px;
  display: inline-block;
  margin-right: 10px;
}

.local h3 {
  color: #0e57d3;
  font-weight: bold;
  margin-top: 2rem;
}

.comunicado {
  padding: 25px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 15px;
}

.comunicado h3,
.comunicado-completo h3 {
  color: #0e57d3;
  font-weight: bold;
}

.comunicado .metacom {
  display: flex;
  margin-bottom: 10px;
}

.comunicado .data {
  margin-left: 20px;
}

.comunicado .imgcom {
  background-size: auto 100%;
}

.imgcompleto {
  height: 600px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.card-header.row .editar.btnuser i {
  margin-right: 9px;
}

.card-header.row .editar.btnuser {
  padding: 14px;
}

.proximos-gendamentos .btnlugares .green {
  margin-top: 0.8rem;
}

.alturalocal {
  height: 900px !important;
  overflow: hidden !important;
}

.exibir {
  display: block !important;
}

.ocultar {
  display: none !important;
}

.local .qrcode {
  max-width: 350px !important;
  margin-bottom: 0px !important;
}

.metacom p {
  margin-bottom: 10px;
  font-size: 12px !important;
  color: #939393;
  font-style: italic;
}

.esqueci-senha {
  display: block;
  margin-top: 40px;
  color: gray;
}

.login-page .pb-3x {
  padding-bottom: 36px;
}

#qr-video {
  max-width: 100%;
  height: auto;
}

.qr-video #cam-list {
  text-align: center;
}

.qr-video b {
  margin: 20px 0px 5px 0px !important;
  display: block;
}

.titulog {
  font-size: 20px !important;
  color: #0f57d3;
}

.qrcode img {
  max-width: 100%;
  height: auto;
}

.theader {
  display: flex;
}

.carteira-header img {
  max-height: 50px;
}

.carteira-header {
  border-top-right-radius: 30px;
  background-image: url("/clube/images/diagmonds.png");
  background-color: #717171c4;
  margin-bottom: 20px;
  border-top-left-radius: 30px;
}

.carteirinha {
  background-image: url("/clube/images/diagmonds.png");
  background-color: #0f58d6;
  color: white;
  padding: 0px;
  border-radius: 30px;
}

.theader {
  display: flex;
  margin: auto;
  width: 445px;
}

.theader h3 {
  margin-top: 10px !important;
  margin-left: 25px !important;
}

.theader {
  display: flex;
  margin: auto;
  width: 340px;
  padding: 10px 0px;
}

.qrcode {
  border-radius: 15px !important;
  overflow: hidden;
  max-width: 150px !important;
  margin: auto !important;
  margin-bottom: auto;
  margin-bottom: 30px !important;
}

.carteira-footer {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
  background-image: url("/clube/images/diagmonds.png");
  background-color: #717171c4;
}

.carteira-footer p {
  margin: 16px 0px;
  font-style: italic;
  font-size: 10px;
}

.carteirinha .col-sm-2 {
  padding-left: 0px !important;
}

.btn {
  font-family: "Roboto", sans-serif;
  padding: 14px !important;
  font-weight: 500 !important;
}

.carteirinha .ctexto p {
  font-size: 18px;
  margin-bottom: 20px !important;
}

.ctexto {
  margin-top: 18px;
}

.carteirinha .qrcode {
  border-radius: 15px !important;
  overflow: hidden;
}

.carteira-footer {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
  background-image: url("/clube/images/diagmonds.png");
  background-color: #717171c4;
}

.btnlugares a {
  width: 49%;
}

.confraternizacao h2,
.esportivos h2 {
  margin-bottom: 30px;
}

.pagina-agendamento .imgcom {
  height: 300px;
}

.semfundo {
  background: none !important;
  box-shadow: none !important;
}

.devby {
  color: #ffffff;
  margin-top: 100px;
  display: block;
}

.devby:hover {
  color: #87c237;
}

.pagina-dashboard .panel-footer {
  background-color: #4f4e4e;
  border-top: 0px !important;
  color: #fff !important;
}

.pagina-dashboard .bk-primary {
  background: #f90;
}

.pagina-dashboard .bk-success {
  background: #109618;
}

.pagina-dashboard .bk-danger {
  background: #dc3912;
}

.pagina-dashboard .bk-info {
  background: #36c;
}

.img-comunicado {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
}

.tox-menubar {
  display: none !important;
}

.comunicado p span,
.pagina-comunicado p span {
  font-size: 1em !important;
}

.comunicado p {
  margin: 0px;
}

.lermais.btn.btn-lg.btn-primary.float-md-right {
  margin-top: 20px;
}

.pagina-ferramentas .panel-title {
  font-size: 22px;
  color: #0f58d6;
}

.daterangepicker td.in-range {
  background-color: #357ebd54 !important;
}

.today.active.end-date {
  background: #357ebd !important;
}

#zctb_length label,
#zctb-alt_length label,
#zctb-asc_length label {
  color: gray;
  font-weight: lighter !important;
  font-size: 12px;
}

#zctb_filter,
#zctb-alt_filter,
#zctb-asc_filter {
  display: none;
}

#pagina .card .paginate_button.current {
  background: #0f58d6 !important;
  border: none !important;
  color: white !important;
  border-radius: 11px;
}

#pagina .card .paginate_button:hover {
  background: #0f58d6 !important;
  border: none !important;
  color: white !important;
  border-radius: 11px;
}

#zctb td,
#zctb-alt td,
#zctb-asc td {
  font-size: 14px;
}

.valortotal {
  text-align: center;
  background: #0e55cf;
  color: white;
  width: auto;
  display: block;
  border-radius: 8px;
  padding: 5px;
}

.valortotal strong {
  color: #87c237;
}

.pagina-dashboard .col-sm-3.text-right {
  padding-right: 30px;
}

#daterangeusernoid,
#daterangeuser,
#daterangeadmin {
  text-align: center;
}

.pagina-dashboard #zctb_length {
  display: none;
}

.col-sm-6.no-padding {
  padding: 0px !important;
}

.mobile-menu {
  display: none;
}

#myModal .btn.btn-lg.btn-primary.float-md-right {
  margin-top: 14px;
}

#myModal .icones i {
  font-size: 21px;
  line-height: 37px !important;
  color: #0f57d3;
  margin-right: 14px;
}

.modal-body .row {
  margin-top: 0px;
}

.modal-body ul {
  margin-bottom: 30px;
}

.modal-body #quantidade {
  padding: 15px;
  margin-top: 15px;
}

.modal-body .btn.btn-lg.btn-primary.float-md-right {
  width: 100%;
}

.mobile-menu {
  width: 94%;
  background: #fff;
  margin: auto;
  padding: 15px;
  border-radius: 15px;
  color: #0e54ce !important;
  font-size: 18px;
  cursor: pointer;
}

.mobile-menu {
  width: 40%;
  background: #fff;
  margin: auto;
  padding: 15px;
  border-radius: 15px;
  color: #0e54ce !important;
  font-size: 18px;
  cursor: pointer;
}

.ctexto {
  text-align: center;
}

.carteirinha .img-tabela {
  margin: auto !important;
}

.modelos a {
  display: block;
}

.modelos {
  margin-top: 10px;
  max-width: 200px;
}

#calendar .empty {
  background: #b9b7b7;
}

.btnagendar .btn {
  width: 100%;
  font-size: 15px;
}

#calendar table p {
  margin: 0px;
  color: white;
}

.fechado {
  opacity: 1;
  background: #b9b7b7;
}

.liberado {
  cursor: pointer;
}

#calendar td,
#calendar th {
  text-align: center;
}

#calendar tbody {
  background: #0e54ce !important;
}

#calendar .header {
  color: white;
  background: #333;
  border: 2px solid white !important;
  font-weight: 500;
}

#calendar h2 {
  text-transform: capitalize;
}

.datenavigation i {
  top: 1px;
  font-size: 19px;
}

.datenavigation .btn.btn-lg.btn-primary.float-md-right i {
  top: 1px !important;
  margin-right: 0px;
}

.datenavigation h2 {
  color: #0e54ce;
  font-size: 35px !important;
  font-weight: bold;
}

.datenavigation .btn {
  margin-left: 10px;
}

#calendar td {
  border: 2px solid white !important;
}

#calendar tr h4 {
  color: white;
  line-height: 70px;
  margin: 0px;
}

#calendar td:before {
  color: white !important;
}

.today {
  background: #28a745;
}

.comunicado p {
  min-height: 42px;
}

.pagina-campos .card h3 {
  margin-left: 19px;
  color: #0f58d6;
  font-weight: bold;
}

textarea#convidados {
  width: 100%;
  min-height: 120px;
}

.col-md-12.convidados label {
  font-weight: 500;
}

.convidados b {
  font-size: 80%;
}

.pagina-locais .card-header.row .col-sm-6.justify-content-sm-end.mt-2.mt-sm-0.d-flex {
  gap: 30px;
}

.form-check.semana-item {
  width: auto;
  display: inline-block;
  margin-right: 2rem;
  margin-top: 1rem;
}

.form-check.semana-item label {
  font-weight: 400;
  margin-left: 5px;
}

.btn.btn-lg.btn-primary.float-md-right.yellow {
  margin-top: 0.6rem;
  background: #87c237 !important;
}

td.reservado {
  background-color: #c9302c;
  cursor: pointer;
}

.accordion-button {
  background: #0f57d3;
  border: 0px;
  color: white;
  padding: 15px;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

td a,
.btnuser {
  text-decoration: none !important;
}

.accordion-button i {
  font-size: 12px;
  margin-left: 10px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-dialog {
  padding-top: 10%;
}

.proximos-gendamentos .local {
  background: #f4f5fa;
}

.btn.btn-lg {
  border: 0;
  margin: 0;

  height: 50px;
  margin: 0px;
}

.pagina-certificacoes #item_table>thead>tr>th {
  vertical-align: middle;
  text-align: center;
  border: 1px solid black !important;
}

.pagina-certificacoes #item_table>tr>td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #d7d7d7 !important;
}

#item_table td {
  border: 1px solid #d7d7d7 !important;
  vertical-align: middle;
  text-align: center;
}

.linha-orcamento {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-line-step {
  height: 2px;
  position: absolute;
  top: 28px;
  background: #8cc63e;
  width: 67%;
  margin: auto;
  text-align: center;
}

#valores-finais h2 {
  margin-bottom: 2rem;
}

#valores-finais b {
  color: #8cc63e;
}

.valor-final {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid black;
}

.col-md-12.graficos .titulog {
  text-align: center;
  margin-top: 4rem;
}

.row.passos-numeracao h4 {
  margin-top: 1.5rem;
  font-weight: bold;
}

.form-orcamento {
  margin-bottom: 7rem;
}

.row.passos-numeracao {
  text-align: center;
  margin-bottom: 4rem;
}

.pagina-sms-sme .row.passos-numeracao {
  margin-bottom: 0rem;
}

.row.passos-numeracao span {
  border: 2px solid #8cc63e;
  padding: 15px;
  background: white;
  display: inline-block;
  border-radius: 5%;
}

.passo-1 .passos-numeracao .col-md-4:nth-child(2) span,
.passo-2 .passos-numeracao .col-md-4:not(:last-child) span,
.passo-3 .passos-numeracao span,
.pagina-sms-sme .passo-2 .col-md-4 span {
  background: #8cc63e !important;
  color: white;
  padding: 15px;
  display: inline-block;
  border-radius: 5%;
}

#export_area {
  margin-bottom: 2rem;
}

.desativado.pendente.btnuser {
  color: white;
}

.orcamento-detalhes h3 {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
  background: #8cc63e;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.modal select {
  width: 100%;
  text-align: center;
  background: transparent;
  border: 1px solid black;
  padding: 15px;
  text-align: center;
}

.modal select * {
  background: white;
  text-align: center !important;
  color: black;
}

.modal-dialog {
  top: 25%;
}

.pelicula-escolhida h3,
.pelicula-escolhida h4 {
  background: #28a745 !important;
}

.orcamento-detalhes .valortotal {
  background: #8cc63e;
  margin-top: 0px !important;
  color: #ffd24b !important;
}

.orcamento-detalhes .valortotal strong {
  color: #ffd24b !important;
}

.orcamento-detalhes #item_table>thead>tr>th {
  vertical-align: middle;
  text-align: center;
  border: 1px solid black !important;
  background: #3f3f3f;
  color: white;
  border-color: white !important;
}

.orcamento-detalhes #item_table {
  margin-bottom: 0px;
}

#valores-finais h4 {
  background: #8cc63e;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 9px;
  margin-bottom: 2rem;
}

#valores-finais #observacoes {
  width: 100%;
  margin-bottom: 3rem;
}

.text-center {
  text-align: center;
}

.mt-1 {
  margin-top: 1rem;
}

.editar.btnuser.black {
  background: #2f2f2f;
}

.editar.btnuser.black:hover {
  color: #2f2f2f;
  background: white;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.ativo.yellow.btnuser {
  background: #fed500;
  color: black;
}

.botoes-fatura a {
  min-height: 50px;

  margin: 0px !important;
  padding: 15px;
}

.pagina-certificacoes textarea {
  width: 100%;
  height: 300px;
  margin-bottom: 2rem;
}

.exam-body {
  background-size: auto;
  background-repeat: repeat;
  height: 100%;
}

.exam-page {
  position: absolute;
  height: 100%;
  width: 100%;
}

.exam-body .form-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}

.exam-body label {
  text-align: left;
}

.insert_respostas_perguntas .form-content {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0%);
  padding: 10px;
}

.insert_respostas_perguntas .box-info {
  width: 900px;
  margin: auto;
  max-width: 100%;
  padding: 36px;
}

.exam-body h3 {
  color: #8bc63e;
  margin: 0;
}

.exam-body h4 {
  margin-bottom: 2rem;
  color: #0071ba;
}

.lista-certificados a {
  color: white;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.lista-certificados i {
  margin-right: 1rem;
  font-size: 1.4rem;
}

.lista-certificados h4 {
  margin-bottom: 1rem;
  color: #0071ba;
}

.info-certificado i {
  margin-right: 10px;
  font-size: 19px;
  line-height: 30px;
  color: #0e55d0;
}

.insert_usuario .box-info {
  width: 800px;
  margin: auto;
  max-width: 100%;
  padding: 36px;
}

.exam-page .btn-success,
.exam-page .btn-danger {
  color: white;
  font-size: 14px;
  margin-top: 2rem;
  width: 30%;
  height: auto;
}

.close-floating {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: bold;
  color: #d9534f;
}

.close-floating :hover {
  color: #c9302c;
}

.exam-page .btn-success {
  background: #28a745 !important;
}

.exam-page .btn-success:hover {
  background: #0e55d0 !important;
  color: white;
}

.exam-page .form-control {
  margin-bottom: 1rem;
}

.regras-exame {
  border: 1px solid;
  padding: 15px;
  margin: 10px;
}

.cabecalho-perguntas .logo-login {
  margin: 0;
  width: 80px;
  height: 80px;
}

.cabecalho-perguntas {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dfdfdf;
}

.input-radio label {
  margin: 0px;
  font-weight: lighter;
}

#insert_respostas_perguntas input[type="radio"] {
  height: 17px;
  width: 17px;
  margin: 0px;
  margin-right: 6px;
}

.input-radio {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}

.control-label {
  width: 100%;
  text-align: left !important;
}

.control-label.enunciado-pergunta {
  font-size: 1.4rem;
  color: #8bc63e;
}

#insert_respostas_perguntas fieldset {
  margin-bottom: 2rem;
}

.resultado .info-certificado strong {
  margin-left: 10px;
  font-style: initial;
}

.resultado li {
  margin-bottom: 1rem;
}

.box-info.resultado {
  width: 500px;
  margin: auto;
  max-width: 100%;
  padding: 36px;
}

.pagina-exames #insert_respostas_perguntas select {
  background: transparent;
  border: none;
  color: #0e56d1;
}

.pagina-exames #insert_respostas_perguntas label strong {
  font-weight: normal !important;
  color: #0e56d1;
}

#insert_respostas_perguntas h5 {
  text-align: left !important;
  text-transform: none !important;
  background: #0f58d6;
  color: white;
  font-size: 20px;
  padding: 5px;
  border-radius: 8px;
}

#insert_respostas_perguntas h5,
#insert_form_certificacao h5 {
  text-align: left !important;
  text-transform: none !important;
  background: #0f58d6;
  color: white;
  font-size: 15px;
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.verde {
  color: #5fa600;
}

.vermelho {
  color: #dc3545;
}

.laranja {
  color: #f5811e;
}

.contador #days {
  display: none;
}

.numeros-contador {
  display: flex;
}

#contador {
  display: flex;
  align-content: center;
  align-items: center;
}

.numeros-contador p {
  margin-left: 5px;
  margin: 0px 0px 0px 10px;
}

#end {
  color: red;
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
}

.conteudo-pergunta input,
.conteudo-pergunta select {
  margin-bottom: 1rem;
}

.conteudo-pergunta .card {
  width: 100%;
}

.conteudo-pergunta label {
  color: #8cc63e;
}

.conteudo-pergunta .col-md-12.text-right.mt-2x {
  display: inherit;
}

.lista-certificados .green a {
  background: #8bc63e !important;
}

#insert_exame .btnuser,
#insert_agendamento .btnuser {
  background: #23272b;
  display: block;
  width: 100px;
  margin: auto;
  margin-top: 10px;
}

#insert_exame .btnuser:hover,
#insert_agendamento .btnuser:hover {
  color: #23272b;
  background: white;
}

.well.row.pt-2x.pb-3x.bk-light.text-center.box-info.resultado .btn.btn-lg.btn-primary.float-md-right {
  line-height: 18px;
}

.btn-primary.btnuser:hover {
  background: white;
  color: #0b4cbc;
}

.col-sm-4.text-right .btn {
  font-size: 12px !important;
}

.col-sm-4.text-right .btn i {
  margin-right: 9px;
}

.go-back {
  margin-top: 3rem !important;
  display: block;
}

.go-back i {
  margin-right: 10px;
}

.divider {
  color: white;
  margin-top: 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease;
  padding: 10px;
  letter-spacing: 2px;
}

.bg-red {
  background: #e63636 !important;
  border: 1px solid #e63636 !important;
}

.bg-green {
  background: #067953 !important;
  border: 1px solid #067953 !important;
}

.bg-blue {
  background: #0f57d3 !important;
  border: 1px solid #0f57d3 !important;
}

.bg-light-green {
  background: #76b137 !important;
  border: 1px solid #76b137 !important;
}

.bg-red:hover {
  color: #e63636 !important;
  background: white !important;
}

.bg-green:hover {
  color: #067953 !important;
  background: white !important;
}

.bg-blue:hover {
  color: #0f57d3 !important;
  background: white !important;
}

.bg-light-green:hover {
  color: #76b137 !important;
  background: white !important;
}

.pagina-sms-sme .conteudo-pergunta select {
  margin-bottom: 0px;
  margin-right: 1rem;
}

.pagina-sms-sme .btn.btn-success.btn-xs.add-aberta {
  margin-top: 3rem;
}

.agendamento small,
#insert_agendamento_editar small,
#insert_agendamento_editar_correcao small {
  display: block;
  font-weight: lighter;
  font-style: italic;
}

.agendamento textarea {
  height: 100px !important;
}

.agendamento .box-info {
  height: 90vh;
  /* Set the height of the box-info */
  overflow: auto;
  /* Add scrollbars if content overflows */
}

.enviando-blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

#insert_agendamento_editar .control-label,
#insert_agendamento_editar_correcao .control-label {
  margin-top: 1rem;
}

#insert_agendamento_editar #btn-evidence {
  background: #0e54ce !important;
  padding: 14px 50px !important;
  height: auto;
  font-size: 13px;
}

#insert_agendamento_editar #btn-evidence.btn-danger {
  background: #dc3545 !important;
}

#insert_agendamento_editar input[type="submit"],
#insert_agendamento_editar_correcao input[type="submit"] {
  margin-right: 0px !important;
}

#filtros-tabela .form-control {
  margin: 5px;
}

.select2-selection {
  margin: 0px 5px;

  font-size: 14px;
  outline: 0;
  min-height: 48px;
  text-align: left;
}

#zctb-filter_length label,
#zctb-filter-2_length label {
  font-weight: lighter;
}

#zctb-filter_filter,
#zctb-filter-2_filter {
  display: none;
}

.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-selection__rendered {
  margin: 10px;
}

.select2-selection__arrow {
  margin: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  z-index: 1;
}

.exam-total-box {
  padding: 10px 15px;
  border-radius: 0.25rem;
  font-size: 16px;
}

.fw-bold {
  font-weight: bold;
}

/* GTranslate */
#gt_float_wrapper {
  right: 2rem !important;
}

.gt_float_switcher {
  border-radius: 8px !important;
}

.gt_float_switcher {
  font-family: var(--x-body-font-family) !important;
  font-size: 14px !important;
}

.gt_float_switcher img {
  width: 28px !important;
}

.gt_float_switcher .gt_options a:hover {
  background: #003298 !important;
}

.translated-ltr table i {
  margin-right: 5px;
}

/* Dashboard KPI Styles */
.kpi-container {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid #e9ecef;
}

.kpi-values {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.kpi-item {
  text-align: center;
  min-width: 100px;
}

.kpi-number {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.kpi-item.current-above .kpi-number {
  color: #0f58d6;
}

.kpi-item.current-below .kpi-number {
  color: #dc3545;
}

.kpi-item.required .kpi-number {
  color: #93c54b;
}

.kpi-label {
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.kpi-separator {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6c757d;
  margin: 0 24px;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}

.progress-section {
  margin-top: 20px;
}

.progress-bar-container {
  height: 8px;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}

.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #0b4cbc, #93c54b);
  border-radius: 4px;
  transition: width 0.3s ease;
}

.progress-label {
  font-size: 0.8rem;
  color: #6c757d;
}

#factoryTable th {
  cursor: pointer;
  user-select: none;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  color: #495057;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

#factoryTable th:hover {
  background-color: #e9ecef !important;
}

#factoryTable th.sortable::after {
  content: '↕';
  position: absolute;
  right: 8px;
  opacity: 0.4;
  font-size: 0.7rem;
}

#factoryTable th.sort-asc::after {
  content: '↑';
  opacity: 1;
  color: #0b4cbc;
}

#factoryTable th.sort-desc::after {
  content: '↓';
  opacity: 1;
  color: #0b4cbc;
}

#factoryTable tbody tr:hover {
  background-color: #f8f9fa;
}

#factoryTable .table-info {
  background-color: #e8f4fd !important;
  font-weight: 600;
}

#factoryTable td {
  font-size: 0.85rem;
  padding: 8px 12px;
}

/* Competencies Table Styling */
#competenciesTable th {
  cursor: pointer;
  user-select: none;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  color: #495057;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

#competenciesTable th:hover {
  background-color: #e9ecef !important;
}

#competenciesTable th.sortable::after {
  content: '↕';
  position: absolute;
  right: 8px;
  opacity: 0.4;
  font-size: 0.7rem;
}

#competenciesTable th.sort-asc::after {
  content: '↑';
  opacity: 1;
  color: #0b4cbc;
}

#competenciesTable th.sort-desc::after {
  content: '↓';
  opacity: 1;
  color: #0b4cbc;
}

#competenciesTable tbody tr:hover {
  background-color: #f8f9fa;
}

#competenciesTable td {
  font-size: 0.85rem;
  padding: 8px 12px;
}

/* Detailed Competencies Table Styling */
#detailedCompetenciesTable th {
  cursor: pointer;
  user-select: none;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  color: #495057;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

#detailedCompetenciesTable th:hover {
  background-color: #e9ecef !important;
}

#detailedCompetenciesTable th.sortable::after {
  content: '↕';
  position: absolute;
  right: 8px;
  opacity: 0.4;
  font-size: 0.7rem;
}

#detailedCompetenciesTable th.sort-asc::after {
  content: '↑';
  opacity: 1;
  color: #0b4cbc;
}

#detailedCompetenciesTable th.sort-desc::after {
  content: '↓';
  opacity: 1;
  color: #0b4cbc;
}

#detailedCompetenciesTable tbody tr:hover {
  background-color: #f8f9fa;
}

#detailedCompetenciesTable td {
  font-size: 0.85rem;
  padding: 8px 12px;
}

/* DataTables styling for new dashboard tables */
#detailedCompetenciesTable_info,
#factoryTable_info,
#competenciesTable_info {
  font-size: 11px;
  color: #b3b3b3;
  font-style: italic;
}

#detailedCompetenciesTable_length label,
#factoryTable_length label,
#competenciesTable_length label {
  font-weight: lighter;
}

#detailedCompetenciesTable_filter,
#factoryTable_filter,
#competenciesTable_filter {
  display: none;
}

.translated-ltr .titulo-janela i {
  margin-right: 5px;
}

/* Dashboard KPI Styles */
.kpi-container {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid #e9ecef;
}

.kpi-values {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.kpi-item {
  text-align: center;
  min-width: 100px;
}

.kpi-number {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.kpi-item.current-above .kpi-number {
  color: #0f58d6;
}

.kpi-item.current-below .kpi-number {
  color: #dc3545;
}

.kpi-item.required .kpi-number {
  color: #93c54b;
}

.kpi-label {
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.kpi-separator {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6c757d;
  margin: 0 24px;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}

.progress-section {
  margin-top: 20px;
}

.progress-bar-container {
  height: 8px;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}

.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #0b4cbc, #3e79dc);
  border-radius: 4px;
  transition: width 0.3s ease;
}


#factoryTable th {
  cursor: pointer;
  user-select: none;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  color: #495057;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

#factoryTable th:hover {
  background-color: #e9ecef !important;
}

#factoryTable th.sortable::after {
  content: '↕';
  position: absolute;
  right: 8px;
  opacity: 0.4;
  font-size: 0.7rem;
}

#factoryTable th.sort-asc::after {
  content: '↑';
  opacity: 1;
  color: #0b4cbc;
}

#factoryTable th.sort-desc::after {
  content: '↓';
  opacity: 1;
  color: #0b4cbc;
}

#factoryTable tbody tr:hover {
  background-color: #f8f9fa;
}

#factoryTable .table-info {
  background-color: #e8f4fd !important;
  font-weight: 600;
}

#factoryTable td {
  font-size: 0.85rem;
  padding: 8px 12px;
}

/* Competencies Table Styling */
#competenciesTable th {
  cursor: pointer;
  user-select: none;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  color: #495057;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

#competenciesTable th:hover {
  background-color: #e9ecef !important;
}

#competenciesTable th.sortable::after {
  content: '↕';
  position: absolute;
  right: 8px;
  opacity: 0.4;
  font-size: 0.7rem;
}

#competenciesTable th.sort-asc::after {
  content: '↑';
  opacity: 1;
  color: #0b4cbc;
}

#competenciesTable th.sort-desc::after {
  content: '↓';
  opacity: 1;
  color: #0b4cbc;
}

#competenciesTable tbody tr:hover {
  background-color: #f8f9fa;
}

#competenciesTable td {
  font-size: 0.85rem;
  padding: 8px 12px;
}

/* Detailed Competencies Table Styling */
#detailedCompetenciesTable th {
  cursor: pointer;
  user-select: none;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  color: #495057;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

#detailedCompetenciesTable th:hover {
  background-color: #e9ecef !important;
}

#detailedCompetenciesTable th.sortable::after {
  content: '↕';
  position: absolute;
  right: 8px;
  opacity: 0.4;
  font-size: 0.7rem;
}

#detailedCompetenciesTable th.sort-asc::after {
  content: '↑';
  opacity: 1;
  color: #0b4cbc;
}

#detailedCompetenciesTable th.sort-desc::after {
  content: '↓';
  opacity: 1;
  color: #0b4cbc;
}

#detailedCompetenciesTable tbody tr:hover {
  background-color: #f8f9fa;
}

#detailedCompetenciesTable td {
  font-size: 0.85rem;
  padding: 8px 12px;
}

/* DataTables styling for new dashboard tables */
#detailedCompetenciesTable_info,
#factoryTable_info,
#competenciesTable_info {
  font-size: 11px;
  color: #b3b3b3;
  font-style: italic;
}

#detailedCompetenciesTable_length label,
#factoryTable_length label,
#competenciesTable_length label {
  font-weight: lighter;
}

#detailedCompetenciesTable_filter,
#factoryTable_filter,
#competenciesTable_filter {
  display: none;
}

/* Pagination styling for dashboard tables */
#pagina .card .paginate_button:hover {
  background: #0f58d6 !important;
  border: none !important;
  color: white !important;
  border-radius: 11px;
}

#pagina .card .paginate_button.current {
  background: #0f58d6 !important;
  border: none !important;
  color: white !important;
  border-radius: 11px;
}

#pagina .card .paginate_button {
  border-radius: 11px;
  margin: 0 2px;
}

#pagina .card .paginate_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Dashboard Pagination - Base styles */
.pagina-dashboard .dataTables_paginate .paginate_button,
.pagina-dashboard .dataTables_paginate .paginate_button a {
  border-radius: 5px !important;
  border: none !important;
  margin: 0 3px !important;
  text-decoration: none !important;
  font-size: 13px !important;
  padding: 4px 10px !important;
}


.pagina-dashboard .dataTables_paginate .paginate_button:hover,
.pagina-dashboard .dataTables_paginate .paginate_button.current {
  background: #0f58d6 !important;
  color: white !important;
}

.pagina-dashboard .dataTables_paginate .paginate_button.disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.pagina-dashboard .dataTables_paginate .paginate_button.disabled a {
  background: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
}


/* Pagination container layout */
.pagina-dashboard .dataTables_paginate.paging_simple_numbers {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 10px !important;
}

.pagina-dashboard .table-responsive .row .col-md-7,
.pagina-dashboard .table-responsive .row .col-md-5,
.dataTables_paginate.paging_simple_numbers {
  width: 100%;
  padding: 0 !important;
}

/* Compact pagination for smaller tables */
#factoryTable_paginate,
#competenciesTable_paginate {
  font-size: 12px !important;
}