body {
  font-size: 0.92rem;
  line-height: 1.3;
}

:root {
	--mdc-theme-primary: #36cdff;
  --mdc-theme-on-primary: #36cdff;
  --mdc-theme-secondary: #36cdff;
  --mdc-theme-white: #ffffff;
  --mdc-theme-danger: #de0000;
}

.theme-container-7 {
  max-width: 700px;
  margin: auto;
}

.theme-container-0 {
  max-width: 1000px;
  margin: auto;
}

.mdc-theme--danger {
  color: var(--mdc-theme-danger) !important
}

.mdc-theme--danger-bg {
  background-color: var(--mdc-theme-danger) !important
}

.mdc-theme--white {
  color: var(--mdc-theme-white) !important
}

.mdc-theme--white-bg {
  background-color: var(--mdc-theme-white) !important
}

.drawer-frame-root {
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.drawer-main-content {
  overflow: auto;
  height: calc(100% - 48px);
}

.drawer-main-content-bottom {
  overflow: auto;
  height: calc(100% - 95px);
}

a.mdc-button {
  text-decoration: none;
}

/* width */
.scroll-drawer::-webkit-scrollbar {
  width: 1px;
}

/* Track */
.scroll-drawer::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scroll-drawer::-webkit-scrollbar-thumb {
  background: #36cdff;
}

/* Handle on hover */
.scroll-drawer::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.spinner {
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}

.mdc-drawer {
  z-index: 1040;
}

.mdc-drawer-scrim {
  z-index: 1039;
}

.mdc-icon-button {
	padding: 0;
}

.mdc-icon-button:focus {
	outline: none;
}

.mdc-icon-button:active {
	outline: none;
}

.mdc-tab-hidden {
  display: none;
}

.tab-content--active {
  display: inherit;
}

button:focus {
  outline: none;
}

button:active {
  outline: none;
}

.collapse-child {
  margin-left: 30px;
  /*border-left: 2px solid rgba(0, 0, 0, 0.12);*/
}

.loader {
  border: 3px solid #ffffff;
  border-radius: 50%;
  border-top: 3px solid #36cdff;
  width: 40px;
  height: 40px;
  -webkit-animation: spinload 0.8s linear infinite;
  animation: spinload 0.8s linear infinite;
  display: inherit;
  margin: 50px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Safari */
@-webkit-keyframes spinload {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

@-webkit-keyframes fade_transition {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-moz-keyframes fade_transition {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-o-keyframes fade_transition {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fade_transition {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-transition {
  -webkit-animation: fade_transition 0.5s;
  -moz-animation: fade_transition 0.5s;
  -o-animation: fade_transition 0.5s;
  animation: fade_transition 0.5s;
}

/*LIVE PAGE*/

.live-page .field-lp {
  height: 30px;
  display: flex;
  padding: 0 15px;
  width: 250px;
}

.live-page .icon-search-lp {
  line-height: 29px;
  padding-left: 7px;
}

.live-page .btn-navigation-lp {
  width: 34px;
  height: 34px;
  font-size: 16px;
}

.live-page .footer-lp {
  text-align: center;
}

.live-page .footer-lp h6 {
  font-size: 0.8rem;
  color: #717171;
}

.live-page .table tbody tr {
  cursor: default;
}

.live-page .table tbody tr td {
  max-width: 15ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-page .table tbody tr:hover {
  background: rgba(0, 0, 0, 0.05);
  transition: 0.15s;
}

.live-page .select-length-lp  {
  padding: 2.5px;
  outline: none;
  border-radius: 4px;
  margin-left: 10px;
}

.action-buttons-lp button {
  height: 30px;
  margin-right: 8px !important;
}

.text-cut {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*width dialog*/

@media(min-width: 1200px) {
  .mdc-dialog-xl{
    max-width: 1140px !important;
    width: 100%;
  }
}

@media(min-width: 992px) {
  .mdc-dialog-lg{
    max-width: 800px !important;
    width: 100%;
  }
}

@media(min-width: 576px) {
  .mdc-dialog-sm{
    max-width: 300px !important;
    width: 100%;
  }
}

.fade--in {animation:fadeImage 0.5s ease forwards;}
@keyframes fadeImage {
  from {opacity:0.3}
  to {opacity:1.0}
}


/* Lista de inputs (add and remove)  */

.list-inputs table {
  width: 100%;
}

/*.list-btn*/
.mdc-button-30 {
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  line-height: 0.5;
}

.list-inputs table tr td input {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: calc(100% - 35px);
  border: none;
  border-bottom: 1px solid #9c9c9c;
  outline: none;
}

/* card-acomodacao */

.card-acomodacao {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.card-acomodacao .header-card-acomodacao {
  text-align: center;
  background: #f7f7f7;
  padding: 8px;
  border-radius: 7px;
}

.card-acomodacao .header-card-acomodacao h3 {
  margin: 0;
}

.card-acomodacao .details-acomodacao {
  display: grid;
  text-align: right;
  font-size: 12px;
}

.card-acomodacao .icon-acomodacao {
  display: grid;
  text-align: center;
  font-size: 14px;
}

.card-acomodacao .icon-acomodacao span {
  text-transform: lowercase;
  font-weight: bold;
}

.header-acomodacao {
  bottom: 0;
  user-select: none;
}

.header-acomodacao .header-section-user {
  background: #33ff99;
  flex-grow: 1;
  max-width: 460px;
  color: black;
}

.header-acomodacao .header-section-user .header-user {
  display: grid;
  width: 50%;
}

.header-acomodacao .header-section-user .header-user-name {
  font-size: 19px;
}

.header-acomodacao .header-section-user .time {
  font-size: 14px;
}

.header-acomodacao .header-section-user button {
  margin-left: auto;
}

.header-acomodacao .header-section-actions {
  flex-grow: 3.5;
}

.header-acomodacao .header-section-actions > div {
  grid: 48px / auto-flow 48px 24px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  width: 100%;
  text-align: center;
}

.header-acomodacao .header-section-actions .btn-action-acomodacao {
  margin: auto;
  font-size: 18px;
  cursor: pointer;
}

.header-acomodacao .header-section-actions .btn-action-acomodacao:hover {
  color: #2f2f2f;
  transition: 0.2s;
}
/* acomodacao-active */
.header-acomodacao .header-section-actions .count-acomodacao {
  border-radius: 50%;
  margin-right: 5px;
  z-index: 1;
  padding: 2px 4px;
  border: 2px solid;
  font-weight: 600;
  min-width: 30px;
  display: inline-block;
}

/* TEMPLATE-ACOMODACAO */

.template-acomodacao {
  display: grid;
  /*gap: 5px;*/

  grid-template-areas:
  "content content content"
  "sidenav sidenav advert"
  "footer footer footer"
  ;
}

.template-acomodacao .content {
  grid-area: content;
  display: grid;
  grid-template-columns: 160px auto;
  border-bottom: 1px solid #dde6ec;
}

.template-acomodacao .content .content-header {
  text-align: center;
  background: #f7f7f7;
  padding: 8px;
  display: inherit;
  border-radius: 7px;
}


.template-acomodacao .content .status-acomodacao span {
  background: white;
  border: 1px solid;
  padding: 2px 8px;
  border-radius: 10px;
  line-height: 2;
}

.template-acomodacao .content .content-header .numero {
  font-size: 30px;
  font-weight: 700;
}

.template-acomodacao .content .content-info {
  font-size: 14px;
  padding: 0 8px;
  /*font-weight: 700;*/
}

.template-acomodacao .content .content-info p {
  margin-bottom: 4px;
  font-weight: bold;
}

.template-acomodacao .content .content-info span {
  font-weight: 500;
}

.template-acomodacao .sidenav {
  min-height: 196px;
  grid-area: sidenav;
  border-right: 1px solid #dde6ec;
}

.template-acomodacao .sidenav img {
  margin: auto;
  display: block;
  border-radius: 50%;
  background: antiquewhite;
}

.template-acomodacao .sidenav div {
  padding: 8px
}

.template-acomodacao .sidenav p {
  margin-bottom: 4px;
  font-weight: bold;
}

.template-acomodacao .sidenav span {
  font-weight: 500;
}

.template-acomodacao .advert {
  grid-area: advert;
  min-width: 140px;
}

.template-acomodacao .advert .advert-title {
  background: #ceffe6;
  padding: 5px;
}

.template-acomodacao .advert .advert-body {
  /*padding: 5px;*/
  overflow: auto;
  height: 230px;
}

.template-acomodacao .advert .advert-body div {
  border-bottom: 1px solid #dcdcdc;
  padding: 2px 5px;
}

.template-acomodacao .footer {
  grid-area: footer;
  border-top: 1px solid #dde6ec;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, auto));
}

.template-acomodacao .footer > div {
  display: grid;
  text-align: center;
  padding: 10px;
  color: #717475;
  user-select: none;
}

.template-acomodacao .footer i {
  font-size: 30px;
}

.template-acomodacao .footer span {
  margin-top: 10px;
  font-size: 12px;
}

.template-acomodacao .item {
  padding: 8px;
  /*text-align: center;*/
  /*background: #a0e7ff;*/
  /*font-size: 1.5em;*/
}

/* card-noticia */

.card-noticia {
  width: 100%;
  margin-bottom: 10px;
}

.card-noticia > div {
  display: grid;
  grid-template-columns: auto 100px;
}

.grid-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
  display: block;
}

.item-columns {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

label {
 margin-bottom: 0;
 font-size: 0.8rem;
 font-weight: 600;
}


.button-add {
  padding: 0 7px !important;
  border: 2px solid #ced4da;
}

.button-add i {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
}

/* Validation Forms */

.invalid-form .form-control,
.invalid-form .custom-select {
  border-color: #e8727e;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2U4NzI3ZSIgZD0iTTExLDE1SDEzVjE3SDExVjE1TTExLDdIMTNWMTNIMTFWN00xMiwyQzYuNDcsMiAyLDYuNSAyLDEyQTEwLDEwIDAgMCwwIDEyLDIyQTEwLDEwIDAgMCwwIDIyLDEyQTEwLDEwIDAgMCwwIDEyLDJNMTIsMjBBOCw4IDAgMCwxIDQsMTJBOCw4IDAgMCwxIDEyLDRBOCw4IDAgMCwxIDIwLDEyQTgsOCAwIDAsMSAxMiwyMFoiIC8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.warning-form .form-control,
.warning-form .custom-select {
  border-color: #e09c00;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0icmdiKDI1NSwgMTc3LCAwKSIgZD0iTTEyLDJMMSwyMUgyM00xMiw2TDE5LjUzLDE5SDQuNDdNMTEsMTBWMTRIMTNWMTBNMTEsMTZWMThIMTNWMTYiIC8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.live-feedback {
  font-size: 70%;
  opacity: 0;
  height: 0;
  line-height: 18px;
  margin-left: 5px;
}

.invalid-form .live-feedback {
  color: red;
  height: 22px;
  transition: 0.25s;
  opacity: 1;
}

.invalid-form .form-control:focus,
.invalid-form .custom-select:focus {
  border-color: #bd3e4b;
}

.warning-form .live-feedback {
  color: #e09c00;
  height: 22px;
  transition: 0.25s;
  opacity: 1;
}

.warning-form .form-control:focus,
.warning-form .custom-select:focus {
  border-color: #e09c00;
}

/*.mdc-drawer .mdc-list-item--activated.active-menu {
  font-weight: 600;
  color: var(--mdc-theme-primary);
}*/