/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}
.padrao-avatar {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.padrao-layout .mdl-layout__header .mdl-layout__drawer-button {
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
}
.mdl-layout__drawer .avatar {
  margin-bottom: 16px;
}
.padrao-drawer {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.56);
  
}
/* iOS Safari specific workaround */
.padrao-drawer .mdl-menu__container {
  z-index: -1;
}
.padrao-drawer .padrao-navigation {
  z-index: -2;
}
/* END iOS Safari specific workaround */
.padrao-drawer .mdl-menu .mdl-menu__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.padrao-drawer-header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  height: 151px;
}
.padrao-avatar-dropdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.padrao-navigation {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.padrao-layout .padrao-navigation .mdl-navigation__link {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.56);
  font-weight: 500;
  text-decoration: none;
}
.padrao-layout .padrao-navigation .mdl-navigation__link:hover {
  background-color: #00BCD4;
  color: #37474F;
}
.padrao-navigation .mdl-navigation__link .material-icons {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.56);
  margin-right: 32px;
}

.padrao-content {
  max-width: 1080px;
}

.padrao-charts {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.padrao-chart:nth-child(1) {
  color: #ACEC00;
}
.padrao-chart:nth-child(2) {
  color: #00BBD6;
}
.padrao-chart:nth-child(3) {
  color: #BA65C9;
}
.padrao-chart:nth-child(4) {
  color: #EF3C79;
}
.padrao-graphs {
  padding: 16px 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* TODO: Find a proper solution to have the graphs
 * not float around outside their container in IE10/11.
 * Using a browserhacks.com solution for now.
 */
_:-ms-input-placeholder, :root .padrao-graphs {
  min-height: 664px;
}
_:-ms-input-placeholder, :root .padrao-graph {
  max-height: 300px;
}
/* TODO end */
.padrao-graph:nth-child(1) {
  color: #00b9d8;
}
.padrao-graph:nth-child(2) {
  color: #d9006e;
}

.padrao-cards {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.padrao-cards .padrao-separator {
  height: 32px;
}
.padrao-cards .mdl-card__title.mdl-card__title {
  color: white;
  font-size: 24px;
  font-weight: 400;
}
.padrao-cards ul {
  padding: 0;
}
.padrao-cards h3 {
  font-size: 1em;
}
.padrao-updates .mdl-card__title {
  /*min-height: 200px;*/
  /*background-image: url('images/dog.png');*/
  background-position: 90% 100%;
  background-repeat: no-repeat;
}
.padrao-cards .mdl-card__actions a {
  color: #00BCD4;
  text-decoration: none;
}

.padrao-options h3 {
  margin: 0;
}
.padrao-options .mdl-checkbox__box-outline {
  border-color: rgba(255, 255, 255, 0.89);
}
.padrao-options ul {
  margin: 0;
  list-style-type: none;
}
.padrao-options li {
  margin: 4px 0;
}
.padrao-options .material-icons {
  color: rgba(255, 255, 255, 0.89);
}
.padrao-options .mdl-card__actions {
  height: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-image{
  width: 50px;
  height: 50px;
}

.formularioPadrao{
  position:absolute; 
  left:50%; 
  margin-top: 25px;
  transform:translate(-50%,0);
  perspective:1000px;
  width: auto;
  height: auto;
}

.fazendaForm{
   min-width: 60%;
}
 .backgroundImg1 {
  background-image: url('/images/background2.png')!important;
  background-size: cover;
 }

 .mdl-dialog {
    width: auto;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,.14),0 2px 2px 2px rgba(0,0,0,.12),0 2px 2px 2px rgba(0,0,0,.2);
    border-radius: 10px;
 }

 .mdl-progress {
    width: 100%;
 }

 .dataTables_info{
   margin-top: 20px;
 }

 .algcenter {
  text-align: center;
  font-size: 35px;
}

.android-header {
  overflow: visible;
  background-color: #263238;
}
.android-logo-image {
  height: 80px;
  width: 80px;
  cursor: pointer;
}

.is-compact .android-logo-image {
  height: 50px;
  width: 50px;
}

.android-navigation-container {
  /* Simple hack to make the overflow happen to the left instead... */
  direction: rtl;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 500px;
padding-right: 35px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}


.container2 {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, 0);
  perspective: 1000px;
  width: 330px;
  height: 375px;
}

#cube figure {
  backface-visibility: hidden;
  margin: 0;
  width: 330px;
  height: 375px;
  display: block;
  position: absolute;
}

#cube {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transform: translateZ(-165px);
}

#cube .front {
  transform: rotateY(0deg) translateZ(187.5px);
}
.mdl-card__title {
  background-color: #263238;
  color: white;

}
.mdl-card__title-text {
  font-weight: bold;
}

.mdl-layout__header-row {
    padding: 0 40px 0 20px;
    height: 80px;
    margin-left: 30px;
}

.siglaSite{
	font-size: 35px;
}

.is-compact .siglaSite {
	font-size: 28px;
}

.nomeSite{
	font-size: 20px;
	
}

.is-compact .nomeSite {
	font-size: 15px;
}

.mdl-card__supporting-text-index {
  width: 95%;
  color: rgba(0,0,0,.65);
  padding: 18px;
}

.mdl-data-table td{
  text-align: unset;
}

.button-table{
  min-width: 175px;
  margin-left: 25px;
}

#tabelaForm{
	
	box-shadow: 0 2px 2px 2px rgba(0,0,0,.14),0 2px 2px 2px rgba(0,0,0,.12),0 2px 2px 2px rgba(0,0,0,.2);
	border-radius: 10px;
	width: calc(100% - 33px);
	padding: 15px;
  /* background-color: #0003;; */
  
	margin-top: 25px;
}

.mdl-card__supporting-text{
width: calc(100% - 52px)!important;
}

#next{
	    box-shadow: 10px 10px 10px gray;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 0px 10px!important;
}

.mdl-textfield__input {
  border-bottom: 1px solid rgb(0 0 0 / 79%);
}

.mdl-textfield__label {
   color: rgba(0,0,0,.79);
}

.mdl-dialog__content {
  color: rgba(0,0,0,.85);
}
.textFieldLogon:after {
  bottom: 17px;
}

.blocker {
  background-color:rgba(0,0,0,0.3);
}

.modal{
  margin-top: 80px;
}

.iconeCow{
  background-image: url('/images/cow.png') !important;
}
.iconeCow2{
  background-image: url('/images/cow2.png') !important;
}
.iconeGadoMorto{
  background-image: url('/images/gadoMorto.png') !important;
}
.iconMenu{
  background-size: cover;
  width: 30px;
  flex-shrink: 0;
  padding: 20px 12px 20px 1px;
  padding-top: 10px;
  padding-right: 2px;
  padding-bottom: 20px;
  padding-left: 1px;
  margin: 0px 10px 0px 0px;
  margin-top: 0px;
  margin-right: 23px;
  margin-bottom: 0px;
  margin-left: -2px;
}

fieldset[disabled] .mdl-textfield .mdl-textfield__input,
.mdl-textfield.is-disabled .mdl-textfield__input {
 background-color:transparent;
 border-bottom:1px dotted rgba(0,0,0,.12);
 color:rgba(0, 0, 0, 0.51);
}

.searchColumTableServerSided{
  background: url(images/ajax-loader.gif) no-repeat scroll 3px 3px; 
  background-size: 15px 15px; 
  background-position: right;
}

.searchColumTableServerSidedNav{
  background: url(images/ajax-loader.gif) no-repeat scroll 15px 15px;
  background-position: center;
}

.mdl-button--raised.mdl-button--colored{
  background-color: #007bff !important;
  color: #fff !important;
}

.bg-primary{
  background-color: #007bff !important;
  color: #fff !important;
}

.bg-secondary{
  background-color: #6c757d !important;
  color: #fff !important;
}
.pbg-success{
  background-color: #28a745  !important;
  color: #fff !important;
}
.pbg-danger{
  background-color: #dc3545 !important;
  color: #fff !important;
}
.pbg-warning{
  background-color: #ffc107  !important;
  color: #343a40 !important;
}
.pbg-info {
  background-color: #17a2b8  !important;
  color: #fff !important;
}
.pbg-light {
  background-color: #343a40  !important;
  color: #f8f9fa  !important;
}

.swal-largue{
  width:700px !important;
}

.mdl-layout__drawer-button{
  color: #263238;
}

.mdl-layout-title{
  margin-left: 30px;
}

