
.container {
  pointer-events: none;
}


.layout-transparent {
  position: relative;
  z-index: 100;
}

.layout-transparent .mdl-layout__header, .layout-transparent .mdl-layout__drawer-button {
  color: RGBA(0,0,0,.87);
  margin: 7px !important;
}

.mdl-layout--fixed-header, .mdl-layout__header-row, .mdl-layout__drawer, .mdl-layout__drawer-button, .mdl-layout__obfuscator {
  pointer-events: auto !important;
}

.mdl-layout--fixed-header {
  background-color: RGBA(241,241,241,.85);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.layout__drawer__content {
  margin: 0px 10px 0px 10px;
}

.show-response {
  cursor: pointer;
  text-decoration: underline;
  color: #3F51B5;
}

.drawer__content__section {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}

.mdl-switch__label {
  font-size: 15px;
}

.select-country {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select-country:disabled {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #c9c9c9;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#bind-map-div {
  position: relative;
  margin-right: 0px;
}

#info-bias {
  float: right;
  position: absolute;
  color: #3F51B5;
  font-size: 20px;
  right: 12px;
  top: 382px;
  cursor: default;
  z-index: 999;
}

.mdl-slider__container {
  margin-top: 10px;
}

.app-title {
  margin-left: 0px;
  margin-top: 4px;
  font-size: 20px;
}

.mdl-layout__header-row {
  padding: 0 16px 0 72px;
  padding-left: 55px !important;
  height: 56px;
}

.maps-logo-image {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.mdl-textfield {
  /* margin-right: 6px; */
}

.mdl-textfield .mdl-textfield__input {
}

.wait {
  font-size: 15px;
  line-height: 24px;
}

.mdl-radio__label {
  font-size: 15px;
}

.mdl-radio {
  margin-top: 10px
}

.mdl-textfield__label {
  padding-left: 7px;
  padding-right: 6px;
  margin-left: 20px;
}

.mdl-textfield__label:after {
  background-color: rgb(29, 163, 98);
}


.mdl-layout__drawer {
  border-right: solid 1px #C3C3C3;
}

/**** Bigger than 1024px ****/
@media (min-width: 1024px) {
  .mdl-layout__header-row {
    padding-left:55px;
  }
}

/**** Mobile layout ****/
@media (max-width: 655px) {
  .app-navigation-container {
    display: none;
  }

  .app-title {
    /*display: none !important;*/
    font-size: 18px;
    font-weight: 500;
  }

  #place_search {
    /*display: none !important;*/
  }

  .app-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

/*********************/

#calcCard {
  margin-bottom: 35px;
  width: calc(100% - 20px);
  height: 250px;
  background-color: RGBA(241,241,241,.85);
}



.pac-input {
  margin-top: 65px;
  margin-left: 12px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 450px;
  height: 35px;
  /*was 29px to match height of maptype controls*/
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.pac-input:focus {
  border-color: #4d90fe;
  outline-width: 0px;
}

.pac-container {
  font-family: Roboto, sans-serif;
  margin-left: 12px;
  background-color: #fff;
  z-index: 1000;
  border-radius: 2px;
  font-size: 11px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 350px;
}

.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}

.pac-icon-marker {
  background-position: -1px -161px;
}

.pac-item {
  font-family: Roboto, sans-serif;
  cursor: pointer;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  vertical-align: middle;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  color: #999;
  font-size: 11px;
}

.pac-item:hover {
  background-color: #efefef;
}

.pac-item-selected, .pac-item-selected:hover {
  background-color: #ebf2fe;
}

.pac-item-selected .pac-icon-search {
  background-position: -18px -1px;
}

.pac-item-selected .pac-icon-marker {
  background-position: -18px -161px;
}

.pac-item-query {
  color: #000000;
  font-size: 13px;
}

.pac-matched {
  font-weight: 700;
}

.pac-item-error, .pac-item-error:hover {
  color: #aaa;
  padding: 0 5px;
  cursor: default;
  background-color: #fff;
}

.pac-pid {
  color: #ffdb8e;
  padding-left: 10px;
  font-weight: normal;
  font-size: 10px
}

.iw-content {
  line-height: 20px;
}

.pac-logo:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px;
}

.demo-card-square > .mdl-card__title {
  color: #020202;
  display: block;
  position: relative;
  line-height: 20px;
  letter-spacing: 0.4px;
  font-weight: 400;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.mdl-card__title-text {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.mdl-card--expand {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.mdl-card__supporting-text {
  height: 120px;
  overflow-y: auto;
  width: calc(100% - 33px);
  border: 0px solid red;
}

.output-table {
  border-color: blue;
  width: 100%;
  margin-top: 5px;
  font-family: "Courier New", Courier, monospace;
  border: 0px solid red;
  table-layout: fixed;
  border-collapse: collapse;
}

.table-header {
  font-weight: 600;
  color: black;
  background-color: #e0e0e0;
}

.output-table tr td {
  font-weight: 600;
  word-wrap: break-word;
  vertical-align: top;
  border: 1px solid #e1e1e1;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}


.pontoAcessoInicial{
	border-color: gray;height: 32px; width: 109px;border-radius: 0px;
}

.pontoFeicaoAreaSelecionada{
	background-color: lightgrey;border-color: gray;height: 32px; width: 109px;border-radius: 0px;border-right-color: gray;
}

.pontoAcessoSubterraneoDesselecionado{
	background-color: white;border-color: lightgray;height: 32px; width: 109px;border-radius: 0px;'
}

.pontoAcessoSubterraneoSelecionado{
	background-color: lightgrey;border-color: gray;height: 32px; width: 109px;border-radius: 0px;
}

.pontoAcesoAreoDesselecionado{
	background-color: white;border-color: lightgray;height: 32px; width: 109px;border-radius: 0px;border-right-color: white;
}

.pontoAcessoAreoErro{
	background-color: white;border-color: #971212ba;;height: 32px; width: 109px;border-radius: 0px;border-right-color: white;
}

.pontoAcessoSubterraneoErro{
	background-color: white;border-color: #971212ba;height: 32px; width: 109px;border-radius: 0px;
}


.iconeExpande{
	float: right;
    margin-top: 6px;
    margin-right: 10px;
}


.card-header{
  background-color: #d3d3d357; cursor: pointer; width: 101%;
}


.telefoneObrigatorio{
	top: 20px;
	left: -5px;
	border: 1px double #a94442;
	height: 30px;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	background-color: #e8d6d6db;
}
.telefoneNaoObrigatorio{
	top: 20px;
	left: -5px;
	border: 1px double #a8a5a5;
	height: 30px;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	background-color: #a8a5a5;
}