/**
 * Este arquivo é parte integrante de um produto gerado pela
 * GEODESIGNER CONSULTORIA E SERVIÇOS, qualquer uso indevido fica a
 * mesma autorizada a tomar atitudes perante a lei.
 *
 * @category   Sistemas Web
 * @package    Site Principal
 * @author     GeoDesigner Consultoria e Serviços <diretoria@geodesigner.com.br>
 * @author     www.geodesigner.com.br
 * @copyright  2017
 * @license    http://www.geodesigner.com.br/license/readme.txt
 * @version    1.0.1
 * @link       http://www.geodesigner.com.br
 */

geodesigner-a {
    color: rgba(0, 0, 0, 0.81);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
_scaffolding.scss:36
geodesigner-a {
    /* color: rgba(0, 0, 0, 0.81); */
    text-decoration: none;
}
_normalize.scss:69
geodesigner-a {
    background-color: transparent;
}
a.disabled {
   pointer-events: none;
   cursor: default;
}
square {
    height: 50px;
    width: 50px;
    background-color: #555;
}
.demo-card-wide.mdl-card {
  margin: 10px;
}
.demo-card-wide > .mdl-card__menu {
  color: black;
}
.demo-card-event.mdl-card {
  width: 200px;
  height: 200px;
  background: #3E4EB8;
}
.demo-card-event > .mdl-card__actions {
  border-color: rgba(255, 255, 255, 0.2);
}
.demo-card-event > .mdl-card__title {
  align-items: flex-start;
}
.demo-card-event > .mdl-card__title > h4 {
  margin-top: 0;
}
.demo-card-event > .mdl-card__actions {
  display: flex;
  box-sizing:border-box;
  align-items: center;
}
.demo-card-event > .mdl-card__actions > .material-icons {
  padding-right: 10px;
}
.demo-card-event > .mdl-card__title,
.demo-card-event > .mdl-card__actions,
.demo-card-event > .mdl-card__actions > .mdl-button {
  color: #fff;
}
.demo-card-image.mdl-card {
  width: 256px;
  height: 256px;
  background: url('../assets/demos/image_card.jpg') center / cover;
}
.demo-card-image > .mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}
.demo-card-image__filename {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#grid {
  margin: 20px;
  top: -100px;
}
@media (min-width: 300px) and (max-width: 769px) {
    .modal-dialog {
      width: 350px;
    }
    .frameSize {
      width: 100%;
    }
    .divDocument {
      width: 360px;
      height: 200px;
    }
    .modal-entrada {
      overflow-y: hidden;
      overflow-x: hidden;
      /* display: inline-block; */
      width: 80%;
      height: 50%;
      top: 27%;
      left: 15%;
      position: fixed;
    }
    .modal-requerente {
      width: 300px;
    }
}
@media (min-width: 769px) {
    .modal-dialog {
      width: 90%;
    }
    .frameSize {
      width: 100%;
    }
    .divDocument {
      width: 800px;
      height: 600px;
    }
    .modal-entrada {
      overflow-y: hidden;
      overflow-x: hidden;
      /* display: inline-block; */
      width: 50%;
      height: 40%;
      top: 28%;
      left: 23%;
      position: fixed;
    }
    .modal-requerente {
      width: 600px;
    }
}
@media (min-height: 0px) and (max-height: 300px) {
    .frameSize {
      height: 150px;
    }
}
@media (min-height: 300px) and (max-height: 769px) {
    .frameSize {
      height: 300px;
    }
}
@media (min-height: 769px) and (max-height: 1040px) {
    .frameSize {
      height: 700px;
    }
}
@media (min-height: 1024px) and (max-height: 1280px) {
    .frameSize {
      height: 850px;
    }
}
@media (min-height: 1280px) {
    .frameSize {
      height: 1024px;
    }
}
.modal {
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}
