@charset "UTF-8";
body,
html {
  /* background: url("/dist/img/bg2.jpg") no-repeat center !important; */
  background-size: cover !important;
}

input.w100 {
  width: 100%;
}

.content-wrapper {
  /* background-color: rgba(0, 0, 0, 0.5) !important; */
  background-color: #fff !important;
}

.main-sidebar {
  /* background-color: rgba(0, 0, 0, 0.8) !important; */
  background-color: #fff !important;
}

.skin-black .wrapper,
.skin-black .skin-black .left-side {
  background: none !important;
}

.content-header {
  color: #ffffff !important;
}

.breadcrumb {
  /* color: #ffffff !important; */
  background: #ffffff !important;
  right: 15px !important;
}

.small-box {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

#example1 {
  width: 100% !important;
}

div .dt-buttons {
  float: left !important;
}

.dataTables_length {
  float: left !important;
}

@media (max-width: 992px) {
  .breadcrumb {
    /* color: #ffffff !important; */
    background: #ffffff !important;
    right: 0 !important;
  }
}
.inputTopCheck {
  margin-top: 35px !important;
}

img.seat {
  width: 50%;
  /*or your image's width*/
  max-width: 110px;
}

/* Gerencimento estruturas iot Estruturas */
.flexcontainerIot {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  padding: 0;
  margin: 0;
  list-style: none;
}
.flexcontainerIot__item {
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding: 5px;
  width: 24%;
  height: auto;
  margin: 5px;
  border-radius: 8px;
}
@media only screen and (max-width: 375px) {
  .flexcontainerIot__item {
    margin: 5px auto !important;
    width: 90%;
  }
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
  .flexcontainerIot__item {
    width: 47%;
    margin: 5px auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flexcontainerIot__item {
    width: 31%;
    margin: 5px auto !important;
  }
}
.flexcontainerIot__item:hover {
  -webkit-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
}
.flexcontainerIot__item--prefix {
  text-align: center;
  color: #000 !important;
}
.flexcontainerIot__item--prefix i {
  font-size: 20px;
}
.flexcontainerIot__item--prefix span {
  font-size: 22px;
  font-weight: bolder;
  color: #000;
}
.flexcontainerIot__item--airportname {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: black;
  padding: 10px;
}
.flexcontainerIot__item--terminalname {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: black;
  margin-bottom: 5px;
}
.flexcontainerIot__item--frameGate {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.flexcontainerIot__item--frameGate-item {
  padding: 12px;
  width: 26%;
  height: 50px;
  cursor: pointer;
  margin: 5px auto;
  border-radius: 8px;
  border: solid 1px yellow;
  background-color: rgba(255, 255, 255, 0.6) !important;
  -webkit-box-shadow: 0px -1px 8px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 8px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 8px -4px rgba(0, 0, 0, 0.75);
}
.flexcontainerIot__item--frameGate-item img {
  width: 15px;
  height: 15px;
  filter: invert(100%) sepia(45%) saturate(0%) hue-rotate(86deg) brightness(108%) contrast(102%);
}
.flexcontainerIot__item--frameGate-item span {
  color: white;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}

.redBox {
  color: #871811 !important;
  border: solid 1px #871811 !important;
}
.redBox span {
  color: #871811 !important;
}
.redBox img {
  filter: invert(9%) sepia(44%) saturate(6867%) hue-rotate(355deg) brightness(114%) contrast(92%);
}
.redBox:hover {
  -webkit-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
}

.yellowBox {
  color: #ff7b00 !important;
  border: solid 1px #ff7b00 !important;
}
.yellowBox span {
  color: #ff7b00 !important;
}
.yellowBox img {
  filter: invert(44%) sepia(88%) saturate(1250%) hue-rotate(1deg) brightness(104%) contrast(103%);
}
.yellowBox:hover {
  -webkit-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
}

.blueBox {
  color: #0d0d79 !important;
  border: solid 1px #0d0d79 !important;
}
.blueBox span {
  color: #0d0d79 !important;
}
.blueBox img {
  filter: invert(12%) sepia(62%) saturate(3456%) hue-rotate(235deg) brightness(90%) contrast(120%);
}
.blueBox:hover {
  -webkit-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
}

.redItem .flexcontainerIot__item--prefix {
  text-align: center;
  color: white !important;
  background: #871811 !important;
  border-radius: 8px;
}
.redItem .flexcontainerIot__item--prefix i {
  font-size: 20px;
  color: #fff !important;
}
.redItem .flexcontainerIot__item--prefix span {
  font-size: 22px;
  font-weight: bolder;
  color: #fff;
}
.redItem .panel-title > a:after {
  font-family: FontAwesome;
  content: "";
  float: right;
  color: #871811 !important;
}
.redItem .panel-title > a.collapsed:after {
  content: "";
  color: #871811 !important;
}
.redItem .panel-title > .small,
.redItem .panel-title > .small > a,
.redItem .panel-title > a,
.redItem .panel-title > small,
.redItem .panel-title > small > a {
  color: #871811 !important;
  font-weight: bolder !important;
}

.blueItem .flexcontainerIot__item--prefix {
  text-align: center;
  color: white !important;
  background: #0d0d79 !important;
  border-radius: 8px;
}
.blueItem .flexcontainerIot__item--prefix i {
  font-size: 20px;
  color: white !important;
}
.blueItem .flexcontainerIot__item--prefix span {
  font-size: 22px;
  font-weight: bolder;
  color: white;
}
.blueItem .panel-title > a:after {
  font-family: FontAwesome;
  content: "";
  float: right;
  color: #0d0d79 !important;
}
.blueItem .panel-title > a.collapsed:after {
  content: "";
  color: #0d0d79 !important;
}
.blueItem .panel-title > .small,
.blueItem .panel-title > .small > a,
.blueItem .panel-title > a,
.blueItem .panel-title > small,
.blueItem .panel-title > small > a {
  color: #0d0d79 !important;
  font-weight: bolder !important;
}

.yellowItem .flexcontainerIot__item--prefix {
  text-align: center;
  color: white !important;
  background: #ff7b00 !important;
  border-radius: 8px;
}
.yellowItem .flexcontainerIot__item--prefix i {
  font-size: 20px;
  color: white !important;
}
.yellowItem .flexcontainerIot__item--prefix span {
  font-size: 22px;
  font-weight: bolder;
  color: white;
}
.yellowItem .panel-title > a:after {
  font-family: FontAwesome;
  content: "";
  float: right;
  color: #ff7b00 !important;
}
.yellowItem .panel-title > a.collapsed:after {
  content: "";
  color: #ff7b00 !important;
}
.yellowItem .panel-title > .small,
.yellowItem .panel-title > .small > a,
.yellowItem .panel-title > a,
.yellowItem .panel-title > small,
.yellowItem .panel-title > small > a {
  color: #ff7b00 !important;
  font-weight: bolder !important;
}

.panel-group .panel,
.panel-default > .panel-heading {
  background-color: transparent !important;
}

.panel-tittle {
  color: white !important;
  font-weight: bolder !important;
}
.panel-tittle :hover {
  -webkit-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-default {
  border: none !important;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: none !important;
  border-radius: 8px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.panel-title > a:after {
  font-family: FontAwesome;
  content: "";
  float: right;
  margin-left: 0.3em;
}

.panel-title > a.collapsed:after {
  content: "";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}

.stati {
  background: #fff;
  height: 6em;
  padding: 1em;
  margin: 1em 0;
  -webkit-transition: margin 0.5s ease, box-shadow 0.5s ease;
  transition: margin 0.5s ease, box-shadow 0.5s ease;
  -moz-box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  background-color: #0d0d79 !important;
  border: solid 1px #0b0b66 !important;
  color: white !important;
  width: 100%;
  border-radius: 8px;
}
.stati:hover {
  margin-top: 0.5em;
  -moz-box-shadow: 0px 0.2em 0.3em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0.2em 0.3em rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0.4em 0.2em rgba(0, 0, 0, 0.8);
}
.stati i {
  font-size: 2em;
  color: white !important;
}
.stati img {
  width: 2em;
  height: 2em;
  filter: invert(98%) sepia(100%) saturate(9%) hue-rotate(179deg) brightness(103%) contrast(102%);
}
.stati div {
  width: calc(100% - 3em);
  display: block;
  float: right;
  text-align: right;
}
.stati #idNumber {
  font-size: 2.2em;
  width: 100%;
  padding-top: 0px;
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}
.stati div span {
  font-size: 1em;
  width: 100%;
  color: #fff !important;
  display: block;
  font-weight: bolder;
  margin-top: 0.5em;
}

.changeColor {
  background-color: blue !important;
}

.stati.left div {
  float: left;
  text-align: left;
}

.toggleBox {
  padding: 10px;
  -moz-box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  border-radius: 8px;
}

.btnCancel {
  background: #fff;
  height: 3em;
  margin: 1em 0;
  -webkit-transition: margin 0.3s ease, box-shadow 0.3s ease;
  transition: margin 0.3s ease, box-shadow 0.3s ease;
  -moz-box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  color: #910606 !important;
  width: 100%;
  background-color: white;
  border-color: #910606;
  border-radius: 8px;
  font-weight: bolder;
}
.btnCancel:hover {
  margin-top: 0.5em;
  -moz-box-shadow: 0px 0.3em 0.4em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0.3em 0.4em rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0.3em 0.4em rgba(0, 0, 0, 0.8);
  color: white !important;
  background-color: #910606 !important;
}

.btnSend {
  height: 3em;
  margin: 1em 0;
  -webkit-transition: margin 0.3s ease, box-shadow 0.3s ease;
  transition: margin 0.3s ease, box-shadow 0.3s ease;
  -moz-box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  color: #004e91 !important;
  width: 100%;
  background-color: #fff;
  border-color: #367fa9;
  border-radius: 8px;
  font-weight: bolder;
}
.btnSend:hover {
  color: white !important;
  background-color: #367fa9 !important;
  margin-top: 0.5em;
  -moz-box-shadow: 0px 0.3em 0.4em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0.3em 0.4em rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0.3em 0.4em rgba(0, 0, 0, 0.8);
}

.stati:focus,
.stati:visited,
.stati:active,
.stati::selection {
  background: blue !important;
}

.tooltips,
.redtooltips,
.yellowtooltips {
  position: relative;
  display: inline;
  cursor: pointer;
}

.tooltips p {
  position: absolute;
  width: 140px !important;
  color: #FFFFFF;
  background: #178BFF;
  height: 49px;
  line-height: 49px;
  text-align: center;
  visibility: hidden;
  border-radius: 17px;
}

.redtooltips p {
  position: absolute;
  width: 260px !important;
  color: #FFFFFF;
  background: #ff1717;
  height: 49px;
  line-height: 49px;
  text-align: center;
  visibility: hidden;
  border-radius: 17px;
}

.yellowtooltips p {
  position: absolute;
  width: 260px !important;
  color: #FFFFFF;
  background: #ff9317;
  height: 49px;
  line-height: 49px;
  text-align: center;
  visibility: hidden;
  border-radius: 17px;
}

.tooltips p:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #178BFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.redtooltips p:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #ff1717;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.yellowtooltips p:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #ff9317;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.flexcontainerIot__item--frameGate-item:hover.tooltips p {
  visibility: visible;
  opacity: 0.9;
  top: 45px;
  left: 50%;
  margin-left: -70px;
  z-index: 999;
}

.flexcontainerIot__item--frameGate-item:hover.yellowtooltips p {
  visibility: visible;
  opacity: 0.9;
  top: 45px;
  left: 50%;
  margin-left: -130px;
  z-index: 999;
}

.flexcontainerIot__item--frameGate-item:hover.redtooltips p {
  visibility: visible;
  opacity: 0.9;
  top: 45px;
  left: 50%;
  margin-left: -130px;
  z-index: 999;
}

.card-list {
  width: 100%;
}
.card-list:before, .card-list:after {
  content: " ";
  display: table;
}
.card-list:after {
  clear: both;
}

.card {
  border-radius: 8px;
  color: white;
  padding: 10px;
  position: relative;
  -webkit-transition: margin 0.5s ease, box-shadow 0.5s ease;
  transition: margin 0.5s ease, box-shadow 0.5s ease;
  -moz-box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0.1em 0.2em rgba(0, 0, 0, 0.8);
  margin-top: 20px;
}
.card:hover {
  -webkit-box-shadow: 0px -1px 20px -4px rgba(0, 78, 145, 0.75);
  -moz-box-shadow: 0px -1px 20px -4px rgba(0, 78, 145, 0.75);
  box-shadow: 0px -1px 20px -4px rgba(0, 78, 145, 0.75);
}
.card .zmdi {
  color: #fff;
  font-size: 45px;
  position: absolute;
  right: 23px;
  top: 23px;
}
.card .stat {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 10px;
  margin-top: 25px;
  padding: 10px 10px 0;
}
.card .title {
  display: inline-block;
  font-size: 14px;
  padding: 10px 10px 0;
  font-weight: bold;
}
.card .value {
  font-size: 28px;
  padding: 0 10px;
}
.card.bgcolor {
  background-color: #004e91;
}


/*------scroll bar---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #655252;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #525965;
}

::-webkit-scrollbar-thumb:active {
  background: #525965;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.btnEdit {
  padding-right: 23px;
  padding-left: 23px;
  border-width: 1px;
  border-radius: 30px;
  background-color: #dfa404;
  color: white;
  margin: 0 auto;
}

.btnDelete {
  padding-right: 23px;
  padding-left: 23px;
  border-width: 1px;
  border-radius: 30px;
  background-color: #871811;
  color: white;
  margin: 0 auto;
}

.btnAdd {
  float: right;
  padding-right: 23px;
  padding-left: 23px;
  border-width: 1px;
  border-radius: 30px;
  background-color: #0466d6;
  color: white;
  margin: 0 auto;
}

.btnPermission {
  padding-right: 23px;
  padding-left: 23px;
  border-width: 1px;
  border-radius: 30px;
  background-color: #02af6d;
  color: white;
  margin: 0 auto;
}

.btn.btn-icon.btn-sm,
.navbar .navbar-nav > a.btn.btn-icon.btn-sm {
  height: 2.875rem;
  min-width: 2.875rem;
  width: 6.875rem;
}

.table .btn {
  margin: 0px;
}

.btn.btn-icon,
.navbar .navbar-nav > a.btn.btn-icon {
  font-size: 0.9375rem;
  height: 2.875rem;
  min-width: 2.875rem;
  width: 6.875rem;
  position: relative;
  line-height: normal;
  padding: 10px;
  overflow: hidden;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.btn-sm {
  font-size: 14px;
  border-radius: 0.1875rem;
  padding: 5px 15px;
}

.btn-success {
  background-color: #18ce0f;
  color: white;
}

.box {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  border-top: none !important;
  border-radius: 16px !important;
}

.box-header {
  border-radius: 16px !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #876711 !important;
  border-color: #fff !important;
  border-radius: 8px !important;
}

#title {
  font-weight: bolder;
  font-size: 18px;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  border-radius: 8px;
  padding-left: 5px;
}

.card-list {
  width: 100%;
}
.card-list:before, .card-list:after {
  content: " ";
  display: table;
}
.card-list:after {
  clear: both;
}

.card {
  border-radius: 8px;
  color: white;
  padding: 10px;
  position: relative;
  -webkit-transition: margin 0.5s ease, box-shadow 0.5s ease;
  transition: margin 0.5s ease, box-shadow 0.5s ease;
  -moz-box-shadow: 0px 0.1em 0.2em rgba(0, 78, 145, 0.8);
  -webkit-box-shadow: 0px 0.1em 0.2em rgba(0, 78, 145, 0.8);
  box-shadow: 0px 0.1em 0.2em rgba(0, 78, 145, 0.8);
  margin-top: 20px;
}
.card:hover {
  -webkit-box-shadow: 0px -1px 20px -4px rgba(0, 78, 145, 0.75);
  -moz-box-shadow: 0px -1px 20px -4px rgba(0, 78, 145, 0.75);
  box-shadow: 0px -1px 20px -4px rgba(0, 78, 145, 0.75);
}
.card .zmdi {
  color: #fff;
  font-size: 45px;
  position: absolute;
  right: 23px;
  top: 23px;
}
.card .stat {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 10px;
  margin-top: 25px;
  padding: 10px 10px 0;
}
.card .title {
  display: inline-block;
  font-size: 14px;
  padding: 10px 10px 0;
  font-weight: bold;
}
.card .value {
  font-size: 28px;
  padding: 0 10px;
}
.card.bgcolor {
  background-color: #00000073;
}

/*------scroll bar---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #655252;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #525965;
}

::-webkit-scrollbar-thumb:active {
  background: #525965;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.btnEdit {
  padding-right: 23px;
  padding-left: 23px;
  border-width: 1px;
  border-radius: 30px;
  background-color: #dfa404;
  color: white;
  margin: 0 auto;
}

.btnDelete {
  padding-right: 23px;
  padding-left: 23px;
  border-width: 1px;
  border-radius: 30px;
  background-color: #871811;
  color: white;
  margin: 0 auto;
}

.btnAdd {
  float: right;
  padding-right: 23px;
  padding-left: 23px;
  border-width: 1px;
  border-radius: 30px;
  background-color: #0466d6;
  color: white;
  margin: 0 auto;
}

.btnPermission {
  padding-right: 23px;
  padding-left: 23px;
  border-width: 1px;
  border-radius: 30px;
  background-color: #02af6d;
  color: white;
  margin: 0 auto;
}

.btn.btn-icon.btn-sm,
.navbar .navbar-nav > a.btn.btn-icon.btn-sm {
  height: 2.875rem;
  min-width: 2.875rem;
  width: 6.875rem;
}

.table .btn {
  margin: 0px;
}

.btn.btn-icon,
.navbar .navbar-nav > a.btn.btn-icon {
  font-size: 0.9375rem;
  height: 2.875rem;
  min-width: 2.875rem;
  width: 6.875rem;
  position: relative;
  line-height: normal;
  padding: 10px;
  overflow: hidden;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.btn-sm {
  font-size: 14px;
  border-radius: 0.1875rem;
  padding: 5px 15px;
}

.btn-success {
  background-color: #18ce0f;
  color: white;
}

.box {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  border-top: none !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #876711 !important;
  border-color: #fff !important;
  border-radius: 8px !important;
}

#title {
  font-weight: bolder;
  font-size: 18px;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  border-radius: 8px;
  padding-left: 5px;
}

.boxframeLayoutGrade {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 8px;
}

.themed-grid-col, .themed-grid-col-red, .themed-grid-col-green {
  padding-top: 5rem;
  /* background-color: rgba(86, 61, 124, .15); */
  background: #ffffff;
  border: 1px solid rgba(86, 61, 124, 0.2);
  min-height: 12rem;
  position: relative;
}

.themed-grid-col:hover, .themed-grid-col-red:hover, .themed-grid-col-green:hover {
  background-color: #333333;
  color: #ffffff;
}

.themed-grid-col-red {
  border: 1px solid rgba(145, 6, 6, 0.5) !important;
}

.themed-grid-col-red:hover {
  background: #910606 !important;
}

.themed-grid-col-green {
  border: 1px solid rgba(2, 175, 109, 0.5) !important;
}

.themed-grid-col-green:hover {
  background: #02af6d !important;
}

.branco {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.themed-container {
  /* padding: .75rem; */
  /* margin-bottom: 1.5rem; */
  background-color: transparent;
  border: 1px solid rgba(0, 123, 255, 0.2);
}

.themed-grid-col p, .themed-grid-col-red p {
  font-size: 1rem;
  margin: 0;
}

.labelslot {
  top: 0;
  left: 0;
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  padding: 0.25rem 0.7rem;
  /* border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(86, 61, 124, .2);    */
}

.btnactions {
  top: 0;
  right: 0;
  width: 4rem;
  position: absolute;
  padding-top: 0.25rem;
  padding-right: 0.25rem;
  text-align: right;
}

/* Style buttons */
.btnLayoutGrades {
  color: black;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  margin-bottom: 0.25rem;
  border: none !important;
  transition: none;
}

/* Darker background on mouse-over */
.btnLayoutGrades:hover {
  color: #ffffff;
  background-color: #910b0b;
  border: 1px #910b0b solid;
  border-radius: 50%;
}

.btnLayoutGrades:active,
.btnLayoutGrades:focus {
  background-color: #910b0b;
  border: 1px #910b0b solid;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #910b0b;
}

.layoutGrade {
  width: 84%;
  margin-bottom: 10px;
}
.layoutGrade tr {
  font-size: 1.3rem !important;
  padding: 10px;
  cursor: pointer;
}
.layoutGrade td {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.layoutGrade th {
  padding-left: 10px !important;
  padding-right: 0 !important;
}

#image_show_preview {
  height: 500px;
  overflow-y: scroll;
}

.tooltipleft {
  text-align: left;
}

.formFiltroLayputGrade {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: white;
  padding: 15px;
}
.formFiltroLayputGrade .form-group {
  width: 91% !important;
}

.center-lang {
  padding: 7px;
  padding-bottom: 0;
}

.dropdown-lang {
  z-index: 1001;
  min-width: 80px;
  max-width: 80px;
}

input[data-provide=datepicker],
input[data-provide=daterangepicker] {
  cursor: pointer;
  background-color: #fff !important;
}

.modelLayout {
  border: 1px solid #000;
  margin-bottom: 8px;
  padding: 5px;
  height: 120px;
}

#spinnerModal, .modal-backdrop {
  background: rgba(255, 255, 255, 0.9) url("/dist/img/bar.gif") 50% 50% no-repeat !important;
}

.ui-autocomplete {
  max-height: 300px;
  max-width: 600px;
  border: 1px solid #000;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  background-color: #fff !important;
  z-index: 1000 !important;
  list-style-type: none;
}

.ui-menu-item .ui-menu-item-wrapper:hover {
  background-color: #0466d6;
  color: white;
}

.ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper.ui-state-active {
  background-color: #0466d6;
  color: white;
}

.upperCase {
  text-transform: uppercase;
}

#collapseOne{
  min-height:40px
}

/*# sourceMappingURL=main.css.map */

h1 {
  color: #000 !important;
}

h4 {
  padding-top: 5px;
  color:#ffffff;
  letter-spacing: 1px;
  font-size: 22px !important;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
}

.f-cprev{
    height: 500px !important;
}
.skin-blue-light .main-header .navbar,
.skin-blue-light .main-header .logo {
  background-color: #0d3a62 !important;
  opacity: 1 !important;
}

@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: rgb(74, 22, 218);
    animation: spinner .6s linear infinite;
    z-index: 9999;

  }

  .div-spinner{
      position: fixed;
      top:0;
      left:0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.185) !important;
      z-index: 999;
  }

  .container {
    display:flex;
}
.fixed {
   width: 500px;
}
.flex-item {
   flex-grow: 1;
}


.titlec {
  color: #004e91;
}

.titlec h1 {
  font-size: 3rem !important;
  color: #004e91 !important;
}

.titlec p {
  font-size: 2rem;
  padding: 0;
  margin: 0;
}

.iconDash {
  font-size: 6rem;
  line-height: 4rem;
  color: #004e91;
}

.iconDash-blue {
    font-size: 6rem;
    line-height: 4rem;
    color: #3dc9f3;
  }

.card .title2 {
  color: #004e91;
  font-weight: bold;
  padding-top: 10px;
  text-transform: uppercase;
}

.card .titlec {
    color: #004e91;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 1rem;
  }

.card.bgcolor2 {
  background-color: #fff;
}

.card.bgcolor3 {
  background-color: #004e91;
  color: #fff !important;
}
.card.bgcolor3 .title2, .card.bgcolor3 .iconDash  {
  color: #fff !important;
}

.recuo { text-indent:4em }
.recuo-left {
   display:inline !important;
}
.box-response h1{
    color:  #fff !important;
}

.treeview span {
  border-top-right-radius: 20px !important;
}

.treeview-menu {
  width: 400px !important;
}

.bgwhite {
  background: #fff !important;
}

.skin-blue-light  .main-white .navbar,
.skin-blue-light  .main-white .logo {
  padding-top: 10px;
  background-color: #fff !important;
  opacity: 1 !important;
}

.boxgray {
  background: #f2f2f2 !important;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.20) !important;
}

.noback {
  background: none !important;
}

.boxheadergray {
  background: #f2f2f2 !important;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
  input[type=number] {
  -moz-appearance: textfield;
}

/* Gerencimento estruturas iot Estruturas */
.flexcontainerIot {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .flexcontainerIot__item {
    background-color: rgba(224, 221, 221, 0.9) !important;
    padding: 5px;
    width: 45%;
    height: auto;
    margin: 5px;
    border-radius: 8px;
  }
  @media only screen and (max-width: 375px) {
    .flexcontainerIot__item {
      margin: 5px auto !important;
      width: 90%;
    }
  }
  @media only screen and (min-width: 425px) and (max-width: 767px) {
    .flexcontainerIot__item {
      width: 47%;
      margin: 5px auto !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .flexcontainerIot__item {
      width: 31%;
      margin: 5px auto !important;
    }
  }
  .flexcontainerIot__item:hover {
    -webkit-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  }
  .flexcontainerIot__item--prefix {
    text-align: center;
    color: #000 !important;
  }
  .flexcontainerIot__item--prefix i {
    font-size: 20px;
  }
  .flexcontainerIot__item--prefix span {
    font-size: 22px;
    font-weight: bolder;
    color: #000;
    margin: 5px;
  }
  .flexcontainerIot__item--airportname {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: black;
    padding: 10px;
  }
  .flexcontainerIot__item--terminalname {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: black;
    margin-bottom: 5px;
  }
  .flexcontainerIot__item--frameGate {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    padding: 0;
    margin: 0 auto;
    list-style: none;
  }
  .flexcontainerIot__item--frameGate-item {
    padding: 12px;
    width: 30%;
    height: 50px;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 8px;
    border: solid 1px yellow;
    background-color: rgba(255, 255, 255, 0.6) !important;
    -webkit-box-shadow: 0px -1px 8px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 8px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 8px -4px rgba(0, 0, 0, 0.75);
  }
  .flexcontainerIot__item--frameGate-item img {
    width: 15px;
    height: 15px;
    filter: invert(100%) sepia(45%) saturate(0%) hue-rotate(86deg) brightness(108%) contrast(102%);
  }
  .flexcontainerIot__item--frameGate-item span {
    color: white;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
  }

  .redBox {
    color: #871811 !important;
    border: solid 1px #871811 !important;
  }
  .redBox span {
    color: #871811 !important;
  }
  .redBox img {
    filter: invert(9%) sepia(44%) saturate(6867%) hue-rotate(355deg) brightness(114%) contrast(92%);
  }
  .redBox:hover {
    -webkit-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  }

  .yellowBox {
    color: #ff7b00 !important;
    border: solid 1px #ff7b00 !important;
  }
  .yellowBox span {
    color: #ff7b00 !important;
  }
  .yellowBox img {
    filter: invert(44%) sepia(88%) saturate(1250%) hue-rotate(1deg) brightness(104%) contrast(103%);
  }
  .yellowBox:hover {
    -webkit-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  }

  .blueBox {
    color: #0d0d79 !important;
    border: solid 1px #0d0d79 !important;
  }
  .blueBox span {
    color: #0d0d79 !important;
  }
  .blueBox img {
    filter: invert(12%) sepia(62%) saturate(3456%) hue-rotate(235deg) brightness(90%) contrast(120%);
  }
  .blueBox:hover {
    -webkit-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 28px -4px rgba(0, 0, 0, 0.75);
  }

  .redItem .flexcontainerIot__item--prefix {
    text-align: center;
    color: white !important;
    background: #871811 !important;
    border-radius: 8px;
  }
  .redItem .flexcontainerIot__item--prefix i {
    font-size: 20px;
    color: #fff !important;
  }
  .redItem .flexcontainerIot__item--prefix span {
    font-size: 22px;
    font-weight: bolder;
    color: #fff;
  }
  .redItem .panel-title > a:after {
    font-family: FontAwesome;
    content: "";
    float: right;
    color: #871811 !important;
  }
  .redItem .panel-title > a.collapsed:after {
    content: "";
    color: #871811 !important;
  }
  .redItem .panel-title > .small,
  .redItem .panel-title > .small > a,
  .redItem .panel-title > a,
  .redItem .panel-title > small,
  .redItem .panel-title > small > a {
    color: #871811 !important;
    font-weight: bolder !important;
  }

  .blueItem .flexcontainerIot__item--prefix {
    text-align: center;
    color: white !important;
    background: #0d0d79 !important;
    border-radius: 8px;
  }
  .blueItem .flexcontainerIot__item--prefix i {
    font-size: 20px;
    color: white !important;
  }
  .blueItem .flexcontainerIot__item--prefix span {
    font-size: 22px;
    font-weight: bolder;
    color: white;
  }
  .blueItem .panel-title > a:after {
    font-family: FontAwesome;
    content: "";
    float: right;
    color: #0d0d79 !important;
  }
  .blueItem .panel-title > a.collapsed:after {
    content: "";
    color: #0d0d79 !important;
  }
  .blueItem .panel-title > .small,
  .blueItem .panel-title > .small > a,
  .blueItem .panel-title > a,
  .blueItem .panel-title > small,
  .blueItem .panel-title > small > a {
    color: #0d0d79 !important;
    font-weight: bolder !important;
  }

  .yellowItem .flexcontainerIot__item--prefix {
    text-align: center;
    color: white !important;
    background: #ff7b00 !important;
    border-radius: 8px;
  }
  .yellowItem .flexcontainerIot__item--prefix i {
    font-size: 20px;
    color: white !important;
  }
  .yellowItem .flexcontainerIot__item--prefix span {
    font-size: 22px;
    font-weight: bolder;
    color: white;
  }
  .yellowItem .panel-title > a:after {
    font-family: FontAwesome;
    content: "";
    float: right;
    color: #ff7b00 !important;
  }
  .yellowItem .panel-title > a.collapsed:after {
    content: "";
    color: #ff7b00 !important;
  }
  .yellowItem .panel-title > .small,
  .yellowItem .panel-title > .small > a,
  .yellowItem .panel-title > a,
  .yellowItem .panel-title > small,
  .yellowItem .panel-title > small > a {
    color: #ff7b00 !important;
    font-weight: bolder !important;
  }

  .vl {
    border-right: 6px solid #004e91;
    height: 500px;
  }

  .container-req {
    overflow-y: auto; /* Adiciona o scroll vertical conforme necessário */
}

.tempo_rgps {
    font-size: 2.4rem !important;
    font-weight: bold !important;

}

.mt-2 {
    margin-top: -0.3rem !important; /* opcional: ajuste para alinhar com os outros */
}
