.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

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

.bg-red {
  background-color: #dd4b39 !important;
}

.bg-green {
  background-color: #00a65a !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.ratio {
  position: relative;
}

.ratio:before {
  display: block;
  content: "";
  width: 100%;
}

.ratio>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-16-9:before {
  padding-top: 56.25%;
}

.ratio-1-1:before {
  padding-top: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #666;
  background: #f9f9f9;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

#interface {
  background-color: #f9f9f9 !important;
  overflow: initial !important;
}

#interface #header {
  position: relative;
  z-index: 20;
}

#interface #header nav {
  background-color: #f3f3f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

.btn-full {
  width: 100%;
  display: block;
}

.btn-laranja {
  background-color: #E7642C !important;
  padding: 0 1.5rem;
}

.btn-laranja:hover,
.btn-laranja:visited,
.btn-laranja:link,
.btn-laranja:active {
  background-color: #c94c17 !important;
}

.alert-error {
  text-align: left;
}

.alert-error ul {
  margin: 0;
}

/* LOGIN
   ============================================================= */
#header-login {
  width: 100%;
  position: relative;
}

#header-login hr {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  border: none;
  background-color: #E7642C;
}

#header-login figure {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  margin: 0 auto;
}

#header-login figure img {
  padding: 0 15px;
  background-color: #f9f9f9;
}

#main-login {
  display: flex;
}

#main-login .container {
  margin: auto;
}

#main-login h2 {
  font-size: 40px;
}

/*#main-login .options {
  margin-top: 60px;
}*/
#main-login .options .card-panel {
  padding: 0;
  border-radius: 15px;
}

#main-login .options h3 {
  font-size: 32px;
}

#main-login .options small {
  font-size: 13px;
}

#main-login .options .content {
  padding: 20px;
  border-radius: 15px;
  overflow: hidden;
  color: inherit;
}

#main-login .options .content .valign-wrapper {
  width: 100%;
  height: 100%;
}

#main-login .options .content .valign-wrapper .valign {
  margin: 0 auto;
}

#main-login .options .icon-container {
  display: block;
  margin-bottom: 30px;
}

#main-login .options .icon-container .fa {
  font-size: 56px;
}

#main-login form {
  text-align: left;
}

#main-login form .row {
  margin-bottom: 5px;
}

#main-login form .row input {
  margin-bottom: 0;
}

#main-login form .row #paciente_acesso {
  text-transform: uppercase;
}

#main-login .alert-error,
#main-login .alert-success {
  text-align: left;
  font-size: 14px;
}

#main-login .alert-error .card-title,
#main-login .alert-success .card-title {
  display: block;
  line-height: 1.3em;
}

#main-login .alert-error .card-content,
#main-login .alert-success .card-content {
  padding: 16px;
}

#main-login .btn-modal-contact {
  margin-bottom: 20px;
}

#main-login .login-type {
  display: block;
  color: #666;
  font-size: 1.5rem;
  padding: .75rem 0;
  border-bottom: 1px solid #f3f3f3;
}

#main-login .login-type:first-child {
  border-top: 1px solid #f3f3f3;
}

#main-login .login-type.active {
  background-color: #eee;
}

#main-login .login-type img {
  width: 1.5rem;
  vertical-align: middle;
}

#main-login .login-type i,
#main-login .login-type img {
  margin-right: .25rem;
  font-size: 2rem;
}

@media (max-width: 992px) {
  #main-login h2 {
    font-size: 22px;
  }

  #main-login .options {
    margin-top: 10px;
  }

  #main-login .options h3 {
    font-size: 22px;
  }

  #main-login .options small {
    display: block;
    margin-top: -10px;
  }

  #main-login .options .icon-container .fa {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  #main-login .options h3 {
    margin: 5px 0 0 0;
    font-size: 13px;
  }

  #main-login .options small {
    display: none;
  }

  #main-login .options .content {
    padding: 5px;
  }

  #main-login .options .icon-container {
    margin-bottom: 10px;
  }

  #main-login .options .icon-container .fa {
    font-size: 24px;
  }
}

.brand-logo img {
  height: 55px;
  margin: 4px .5rem;
}

@media (max-width: 600px) {
  .brand-logo img {
    height: 45px;
    margin: 4px .5rem;
  }
}

.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: block;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #34A7C1;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.switch {
  display: block;
}

.btn-ver-laudo {
  height: auto;
  padding: 6px 5px;
  vertical-align: top;
  line-height: 1.3em;
  font-size: 11px;
}


main .content .filter-container {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

main .content .filter-container h4 {
  margin: 0 0 10px 0;
  padding: 10px 0 0 10px;
  font-weight: bold;
  font-size: 16px;
}

main .content .filter-container input[type="text"] {
  font-size: inherit;
}

main .content .filter-container .data-filter {
  width: 48% !important;
}

main .content .filter-container label {
  margin-bottom: 0;
}

main .content .filter-container .select2-full+.select2 {
  display: block;
  width: 100% !important;
}

main .content .filter-container .btn {
  margin-top: -10px;
  padding: 0 1rem;
}

main .content .filter-container .btn:disabled {
  opacity: .7;
  cursor: not-allowed;
}

main .content .filter-container .items-status-laudo {
  display: table;
  width: 100%;
  outline: 1px solid #ccc;
  margin-top: 2px;
}

main .content .filter-container .items-status-laudo .item-status-laudo {
  width: 1%;
  height: 3rem;
  display: table-cell;
  text-align: center;
  cursor: pointer;
}

main .content .filter-container .items-status-laudo .item-status-laudo.selected {
  position: relative;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.6);
}

main .content .filter-container .items-status-laudo .item-status-laudo.selected:after {
  content: 'x';
  position: absolute;
  color: #666;
  font-size: 2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 3rem;
}

main .content .filter-container .items-status-laudo .item-status-laudo input {
  visibility: hidden;
  pointer-events: none;
}

.pagination li.active {
  background-color: unset !important;
  color: white !important;
}

.select2-container {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  margin: 1px 0 15px 0 !important;
  padding: 0;
  display: block;
  border-radius: 0;
}

.select2-container .selection .select2-selection,
.select2-container--open {
  border: 0 none;
}

.select2-container .selection .select2-selection .select2-selection__placeholder {
  display: none;
}

.select2-container .selection .select2-selection .select2-selection__rendered,
.select2-container .selection .select2-selection .select2-selection__arrow {
  height: 3rem;
  line-height: 3rem;
  padding-left: 0;
}

.select2-container .select2-dropdown {
  margin-top: -3rem;
  top: 1px;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.select2-container--disabled {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3) !important;
}

.select2-container--disabled .select2-selection {
  background: none !important;
}

.select2-container--disabled .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.3) !important;
}

.select-wrapper input.select-dropdown:disabled {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.select2-selection--single {
  background-color: transparent !important;
}

.select2-container .select2-selection--single {
  height: 3rem !important;
  padding: 0;
}

.select2.select2-container--below {
  margin-top: 0 !important;
}

.select2-dropdown.select2-dropdown--above {
  margin-top: 0 !important;
}

textarea.materialize-textarea {
  height: 3rem;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: border .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border .3s;
  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

main div.content {
  position: initial !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100%;
}

footer {
  background-color: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

footer .footer-copyright {
  background-color: transparent !important;
  color: #999 !important;
}

/* Ajax Loading */
.ajaxloader {
  display: none;
  position: fixed;
  z-index: 10000;
  display: none;
  position: fixed;
  z-index: 10000;
  bottom: 10px;
  right: 10px;
  border: 7px solid rgba(255, 171, 0, 0.25);
  border-top: 7px solid rgb(255, 171, 0);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.75s linear infinite;
}

body.loading {
  overflow: hidden;
}

body.loading .ajaxloader {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.play-button {
  border: none;
}

.play-button.active {
  background-color: #003366 !important;
  /* Darker shade for active state */
  color: #ffffff;
  /* Optional: change text/icon color */
}

.laudos,
.audio-player {
  display: flex;
  gap: 5px;
  margin: 10px 0px;
  align-items: center;
}

.loader-circle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite
}

.loader-circle::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #2247ec;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
  }

  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
  }

  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
  }
}

body {
  font-family: Arial, sans-serif;
  padding: 50px;
}

.import-pacs-btn-container {
  position: relative;
  display: inline-block;
}

.import-pacs-btn-button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.import-pacs-btn-dropdown {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  margin-top: 5px;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 100;
  color: #000;
  padding: 5px 10px;
  max-width: 300px
}

.import-pacs-btn-dropdown label {
  display: block;
  cursor: pointer;
  line-height: 1rem;
  font-size: 14px;
}

.import-pacs-btn-dropdown input[type="radio"] {
  margin-right: 8px;
}

.d-flex {
  display: flex;
}

.position-relative {
  position: relative;
}

.line-height-1 {
  line-height: 1rem !important;
}

#btn-ontem-pacs,
#btn-hoje-pacs {
  padding: 0px 10px;
}

#btn-ontem-pacs i,
#btn-hoje-pacs i {
  line-height: 3rem !important;
  height: unset !important;
}
nav {
  background-color: unset;
}

.exames-divider {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 2px;
  border: 1px solid;
  width: 10px;
}

.toggle-audio-exams-table {
  left: unset !important;
  opacity: 1 !important;
}