/* @import url('https://fonts.googleapis.com/css?family=PT Sans Narrow|PT Sans'); */
/* * {
  font-family: "PT Sans Narrow";
} */

body {
    /* margin-top: 65px; */
    /* font-family: "PT Sans Narrow"; */
    /* font-size: 14px; */
    line-height: 1.42857143;
}


/* div, h1, h2, h3, h4, h5, p {
  font-family: "PT Sans Narrow";
} */

.modal {
  overflow-y: auto;
}

.modal-xl {
  max-width: 1140px;

}

.modal-xxl {
  max-width: 1440px;

}

.modal-xxlp {
  max-width: 98%;

}

.bg-plt-secondary {
  /*background-color: #68EDE6;*/
  background-color: #c2c7d1;
}

.btn-nav {
  margin-top: 7px;
  margin-left: 5px;
}

.btn-nav-left {
  margin-top: 7px;
  margin-left: 5px;
  margin-right: 5px;
}

.btn-square {
  border-radius: 0px;
}

.btn-input-adj {
  font-size: 21px;
}

.plt-addon {
  background: #2C3E50;
  color: white;
}

.idx-card-container{
  perspective: 900px;
  margin-right: 20px;
}

.idx-card{
  position: relative;
  width: 200px;
  height: 100px;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
}

.front {
  background: #c2c7d1;
  /*background: #353638;*/
  /*background: #2C3E50;*/
}

.back {
  background: #c2c7d1;
  /*background: #353638;*/
  /*background: #68EDE6;*/
  /*background: #2C3E50;*/
}

.front,.back{
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  width: 200px;
  height: 100px;
  border-radius: 0px;
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
  backface-visibility: hidden;
}

.front{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.back{
  display: flex;
  /*align-items: center;*/
  /*justify-content: center;*/
  font-size: 18px;
}

.idx-card-container:hover .idx-card{
  transform: rotateY(180deg);
}

.back{
  transform: rotateY(180deg);
}

.calendar-sm th,
.calendar-sm td {
  padding: 0.25rem
}

.font-calendario {
  margin: auto;
  width: 50% !important;
}

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

  .font-calendario {
    font-size: 11px;
  }

}

@media screen and ( min-width: 992px ) {

  .font-calendario {
    /* font-size: 0.9375rem;  */
    font-size: 15px;
  }

}

/* ------------------------------------------------------- */
.plt-field-top-30 {
  margin-top: 30px;
}

.plt-field-top-20 {
  margin-top: 20px;
}

.plt-field-top-10 {
  margin-top: 10px;
}

.plt-field-right {
  margin-right: 5px;
}

.plt-field-left {
  margin-left: 5px;
}

.plt-field-left-10 {
  margin-left: 10px;
}

.plt-field-bottom {
  margin-bottom: 20px;
}

.plt-well-left {
  margin-left: 1px;
}

.plt-well {
  border: 1px solid #dadfeb;
}

.plt-menu-border {
  border: 1px solid;
}

.table-head-button {
  padding: 10px 5px 10px 5px;;
  margin: 10px 20px 15px 0px;
  cursor: pointer;
  font-size: 20px;
  display: inline;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  /* border-bottom: 1px solid; */
  transition: 1.1s;
  position: relative;
  overflow: hidden;
}

.table-head-button:hover {
  color: #198FBE;
  /* color: #2C3E50; */
  transition: 1.1s;
}

.table-head-button::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #E9F4F9;
  /* background: #FDFDFD; */
  z-index: -1;
  transition: 1.1s;
  bottom: 0;
  border-radius: 100% 100% 0 0;
  border: none;
}

.table-head-button:hover::before {
  height: 180%;
}

.btn-addon {
  padding: 4px;
}

.pointer {
  cursor: pointer;
}

.pointer-link {
  cursor: pointer;
}

.pointer-link:hover {
  text-decoration: underline;
}

.text-middle {
  text-align: center !important;
  vertical-align: middle !important;
}

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

.idx-card-container-img{
  perspective: 900px;
  /*
  margin-right: 20px;
  */
}

.idx-card-img{
  position: relative;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 325px;
  height: 15%;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
}

.front-img,.back-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*
  height: 75%;
  */
  border-radius: 5px;
  /*
  color: white;
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
  */
  backface-visibility: hidden;
}

.front-img{
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-size: 30px;*/
}

.back-img{
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-size: 18px;*/
}
/*
.idx-card-container-img:hover .idx-card-img{
  transform: rotateY(180deg);
}
*/
.back-img{
  transform: rotateY(180deg);
}

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

/* .modal-backdrop {
    background: #b4b4b4;
} */

.blur{
    -webkit-filter: blur(7px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

.modal-text {
  color: white;
}

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

.img-rel {
  background-image: url("/img/logo_polyterminais.png");
}

/* Bootstrap Override */
.nav-pills > li > a {
  border-radius: 0px;
}

.alert {
  border-radius: 0px;
}

p#modalSuccessMessage,
p#modalAlertMessage,
p#modalErrorMessage {
  font-size: 17px;;
}


/* ------------------------------------------------------- */
/* Temas */

.tl-yeti,
.tl-united,
.tl-superhero,
.tl-spacelab,
.tl-solar,
.tl-slate,
.tl-sketchy,
.tl-sandstone,
.tl-simplex,
.tl-gruppe,
.tl-minty,
.tl-lumen,
.tl-litera,
.tl-journal,
.tl-flatly,
.tl-darkly,
.tl-cyborg,
.tl-cosmo,
.tl-cerulean,
.tl-btsp
{
  margin-top: 75px;
}

.tl-logsync,
.tl-pulse {
  margin-top: 80px;
}

.tl-materia
{
  margin-top: 100px;
}

.tl-lux
{
  margin-top: 125px;
}

/* Animations - Angular */

.animate-view.ng-leave {
  opacity:            0;
  transition:         all linear 0.5s;
  -webkit-transition: 0.5s;
}

.animate-view.ng-enter {
  opacity:            1;
  transition:         all linear 0.5s;
  -webkit-transition: 0.5s;
}

.animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide.ng-hide-remove {
  transition:         all linear 0.5s;
  -webkit-transition: 0.5s;
}

.tr-animate-repeat-ft.ng-move,
.tr-animate-repeat-ft.ng-enter,
.tr-animate-repeat-ft.ng-leave {
  transition: all linear 0.5s;
}

.tr-animate-repeat.ng-enter {
  transition: all linear 0.8s;
}

.tr-animate-repeat-ft.ng-leave.ng-leave-active,
.tr-animate-repeat-ft.ng-move,
.tr-animate-repeat-ft.ng-enter {
  opacity: 0;
  /* max-height:0; */
  /* font-size: 0%; */
}

.tr-animate-repeat.ng-enter {
  opacity: 0;
}

.tr-animate-repeat-ft.ng-leave,
.tr-animate-repeat-ft.ng-move.ng-move-active,
.tr-animate-repeat-ft.ng-enter.ng-enter-active {
  opacity:    1;
  max-height: 30px;
  font-size:  100%;
}

.tr-animate-repeat.ng-enter.ng-enter-active {
  opacity: 1;
}

.clickable-out {
  transition: all 2.1s linear;
}

.clickable {
  transition: all 2.1s linear;
  cursor: pointer;
  text-decoration: underline;
}

/* ------------------------------------------------------------------------------ */
.initials-bubble-1 {
  font-size: 17px;
  line-height: 30px;
  /* cursor: pointer; */
}

.agd-today {
  display: inline-block;
  border-radius: 15px;
  /* padding: 3px; */
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}

.agd-inits {
  display: inline-block;
  border-radius: 50%;
  padding: 3%;
  /* width: auto; */
  /* height: auto; */
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}

.dropdown-container {
  position: relative;
}

.ul-max-200 {
  max-height: 200px;
  overflow: auto
}

.ul-max-350 {
  max-height: 350px;
  overflow: auto
}

.ul-max-525 {
  max-height: 525px;
  overflow: auto
}

.ul-max-700 {
  max-height: 700px;
  overflow: auto
}

@media (max-width: 850px) {

  #sideMenuCanvas {
    width: 0px;
  }

  #canvas-main {
    margin-top: 65px;
    margin-left: 0px;
  }

}

@media screen and (max-width: 990px) {
  .hide-990 {
    display: none;
    transition: display .25s ease-in-out;
  }
}

@media screen and (min-width: 991px) {
  .show-990 {
    display: none;
    transition: display .25s ease-in-out;
  }
}

@media screen and (max-width: 750px) {
  .hide-750 {
    display: none;
    transition: display .25s ease-in-out;
  }
}

@media screen and (min-width: 751px) {
  .show-750 {
    display: none;
    transition: display .25s ease-in-out;
  }
}

@media screen and (max-height: 2000px) and (min-height: 1360px) {
  .td-pre-1360 {
    max-width: 1360px;
    overflow-y: auto;
  }

  .td-pre-1270,
  .td-pre-920,
  .td-pre-525,
  .td-pre-425 {
    display: none;
  }
}

@media screen and (max-height: 1359px) and (min-height: 1270px) {
  .td-pre-1270 {
    max-width: 1270px;
    overflow-y: auto;
  }

  .td-pre-1360,
  .td-pre-920,
  .td-pre-525,
  .td-pre-425 {
    display: none;
  }
}

@media screen and (max-height: 1269px) and (min-height: 920px) {
  .td-pre-920 {
    max-width: 920px;
    overflow-y: auto;
  }

  .td-pre-1360,
  .td-pre-1270,
  .td-pre-525,
  .td-pre-425 {
    display: none;
  }
}

@media screen and (max-height: 919px) and (min-height: 525px) {
  .td-pre-525 {
    max-width: 525px;
    overflow-y: auto;
  }

  .td-pre-1360,
  .td-pre-1270,
  .td-pre-920,
  .td-pre-425 {
    display: none;
  }
}

@media screen and (max-height: 524px) and (min-height: 425px) {
  .td-pre-425 {
    max-width: 425px;
    overflow-y: auto;
  }

  .td-pre-1360,
  .td-pre-1270,
  .td-pre-920,
  .td-pre-525 {
    display: none;
  }
}

.wd-animate {
  transition: all 2.5s ease-in-out;
}

.wd-80 {
  width: 80%;
  margin: 1.75rem auto;
}

.wd-90 {
  width: 90%;
  margin: 1.75rem auto;
}

/* -------------------------- */
/* Bordas Relatório */
/* .bdl-div {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 10px;
} */

.h-200{
  height: 200px;
}

.container-editor{
  margin-top: 60px;
  padding-bottom: 25px;
}