

.navbar.bg-navy{
    background-color: #5b974e !important;
}
.btn-green  { border:1px solid #4c9468; font-size:20px; text-transform:uppercase; background:#4c9468; border-radius:10px; display:table; padding:20px 40px; text-decoration:none; color:#fff; border:none; cursor:pointer; margin:0 auto; font-family:"Folks", sans-serif }
.btn-green:hover {color:#f5f5f5;  text-decoration: none}

.mapeamento .mapa { display:table; width:100%; position:relative; }
.mapeamento .mapa a.btn { margin:30px 0 0; float:right; }
.mapeamento .mapa ul { width:60px; display:block; float:left; list-style:none; background:#53986e; height:100%; }
.mapeamento .mapa ul a { position:relative; display:block; height:60px; width:60px; border-bottom:1px solid #87b79a; text-indent:-9999px; }
.mapeamento .mapa ul a i { margin:0 auto; width:27px; height:24px; position:absolute; top:19px; left:16px; opacity:0.3; }
.mapeamento .mapa ul a:hover i { opacity:1; }
.mapeamento .mapa ul a:hover { background:#6da884; }
.mapeamento .mapa a.i1 i { background:url(/static/app/assets/img/icon-agronow.png) no-repeat 0 -450px; }
.mapeamento .mapa a.i2 i { background:url(/static/app/assets/img/icon-agronow.png) no-repeat -50px -450px; }
.mapeamento .mapa a.i3 i { background:url(/static/app/assets/img/icon-agronow.png) no-repeat -100px -450px; }
.mapeamento .mapa a.i4 i { background:url(/static/app/assets/img/icon-agronow.png) no-repeat -150px -450px; }
.mapeamento .mapa a.i5 i { background:url(/static/app/assets/img/icon-agronow.png) no-repeat -193px -450px; }
.mapeamento .mapa a.i6 i { background:url(/static/app/assets/img/icon-agronow.png) no-repeat -240px -450px; }
.mapeamento .mapa a.i7 i { background:url(/static/app/assets/img/icon-agronow.png) no-repeat -286px -451px; }
.mapeamento .coordenadas { position:absolute; top:20px; left:100px; font-size:16px; color:#fff; padding:0; margin:0; text-align:right; }
.mapeamento .coordenadas input { background:rgba(255,255,255,0.7); color:#666; border:none; padding:5px; font-size:16px; width:140px; }
.mapeamento .arquivo { position:relative; display:table; margin:40px auto; }
.mapeamento .arquivo input[type=file] { position:absolute; top:0; left:0; -moz-opacity:0; filter:alpha(opacity: 0); opacity:0; z-index:2; width:100%; height:100%; cursor:pointer; }
.mapeamento .arquivo .a1 {  position:relative; display:table; width:100%; }

.mapeamento .arquivo .a1 input { font-family:"Folks", sans-serif; font-size:16px; background:#fff; border:1px solid #d7d7d7; float:none; color:#999; border-radius:5px; padding:25px 200px 25px 15px;  margin:0 auto 20px; display:table;  }
.mapeamento .arquivo .a1  a { position:absolute; top:3px; right:3px; color:#fff; display:table; background:#4c9468; border-radius:5px; padding:0 40px; font-size:22px; text-transform:uppercase; text-align:center; text-decoration:none; margin:0 auto; height:65px; line-height:65px; }

.mapeamento .email p { margin:0 150px; }
.mapeamento .email form { width:480px; display:table; clear:both; margin:0 auto; }
.mapeamento .email input[type="text"], .mapeamento .email textarea { font-family:"Folks", sans-serif; font-size:18px; border:1px solid #b5b5b5; background:#fff; color:#666; border-radius:5px; padding:10px; width:478px; margin:20px 0 0;  }
.mapeamento .email input[type="submit"], .mapeamento .email input[type="button"] { font-size:24px; text-transform:uppercase; background:#53986e; border-radius:10px; display:table; margin:20px auto 0; padding:20px 80px; text-decoration:none; color:#fff; border:none; cursor:pointer; font-family:"Folks", sans-serif }
.mapeamento .material-icons { font-size: 17px;}


/***
Utilities
***/
/* Primary Link */
.primary-link {
    color: #65a0d0;
    font-weight: 600;
}
.primary-link:hover {
    color: #5194ca;
}

/* Rounded Element */
.rounded-2 {
    border-radius: 2px !important;
}

.rounded-3 {
    border-radius: 3px !important;
}

.rounded-4 {
    border-radius: 4px !important;
}

/* Circle Element */
.circle {
    border-radius: 25px !important;
}

.circle-right {
    border-radius: 0 25px 25px 0 !important;
}

.circle-left {
    border-radius: 25px 0 0 25px !important;
}

.circle-bottom {
    border-radius: 0 0 25px 25px !important;
}

.circle-top {
    border-radius: 25px 25px 0 0 !important;
}

/* General utilities */
.display-none,
.display-hide {
    display: none;
}

.hidden {
    display: none !important;
}

.primary-font {
    font-family: "Open Sans", sans-serif !important;
}

.bold {
    font-weight: 700 !important;
}

.thin {
    font-weight: 300 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.fix-margin {
    margin-left: 0px !important;
}

.border {
    border: 1px solid red;
}

.font-hg {
    font-size: 23px;
}

.font-lg {
    font-size: 18px;
}

.font-md {
    font-size: 14px;
}

.font-sm {
    font-size: 13px;
}

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

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.text-align-reverse {
    text-align: right;
}

/* Margin and padding utilities */
.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.no-margin {
    margin: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-40{
    margin-bottom: 40px;
}


.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}
.margin-left-10{
    margin-left: 10px !important;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}
.center-block{
    margin-left: auto;
    margin-right: auto;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.col-fixed {
    /* custom width */
    width:320px;
}
.col-min {
    /* custom min width */
    min-width:320px;
}
.col-max {
    /* custom max width */
    max-width:320px;
}
.padding-10{
    padding: 10px;
}
.btn-map{
    color:#98c1a8;
    background: #53986e;
    border-radius: 0px;
    border:1px solid #98c1a8;
}
.sidebar{
    width:180px;
    color:#fff;
    bottom:0px;
    position: absolute;
    right: 3px;
    z-index: 9999999999;
    padding:5px;
    background:rgba(83,152,110,0.8);;
}
.sidebar div.poligonos{
    width: 100%;
    padding:10px 5px;
    margin-bottom: 5px;
    font-size:11px;
    border:1px solid #fff;

}
div.poligonos{
   display: inline;
}

.sidebar div span{
    font-size: 12px;
    margin-left: 10px;
}
.sidebar div.area{
    width: 100%;
    padding:10px 5px;
    margin-bottom: 5px;
    font-size:13px;
    border:1px solid #fff;
}
#map_canvas{
    width:100%;
    height:550px;
    display:table;

}
#over{
    border-radius: 0px;
    color:#fff;
    background: transparent;
    border:0px;
}
.bg-white{
    background-color: #fff !important;
}
.nav-user a{
    color:#4c9468;
}
.nav-user.nav-tabs>li.active>a,
.nav-user.nav-tabs>li.active>a:focus,
.nav-user.nav-tabs>li.active>a:hover{
    color:#f18230 !important;
}
.dir .AgristampMapInfoWindow_button_action{
    display: none;
}

@media (max-width: 400px) {

    h1.title{
        font-size: 30px !important;
    }
}

.tabs-farm {
    overflow:hidden;
    white-space: nowrap;
    z-index:-1;
    position:static;
}

.tabs-farm>li {
    float:none;
    display:inline-block;
}


#leftArr {
    left:0;
}

#rightArr {
    right:0;
}
.width-100 {
    width:100% !important;
}

.input-group-lg .select2-container .select2-selection--single {
    height:48px !important;
}
.input-group-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #53986e;
  line-height: 48px !important;
}
.input-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.input-group-lg .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #53986e;
  border-radius: 4px;
}

.align-xs-right{
    text-align:right;
}
.align-xs-center{
    text-align:center;
}
.align-xs-left{
    text-align:left;
}

@media (min-width: 768px ){
    .align-sm-right{
        text-align:right;
    }
    .align-sm-center{
        text-align:center;
    }
    .align-sm-left{
        text-align:left;
    }
}
.register .form-group{
    margin: 10px;

}
.register .form-group input{
    padding:25px 15px !important;

}




/*
    Loading CSS
*/

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  display:none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pull-right{float:right}.pull-left{float:left}

.list-group .list-group-item:first-child {
    border-top: 1px solid #ccc;
}
.list-group .list-group-item {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

svg.success-verify, svg.error-verify {
    width: 30px;
    display: block;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.path.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
}
.path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
}
.path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
   }
    100% {
        stroke-dashoffset: 0;
   }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
   }
    100% {
        stroke-dashoffset: 0;
   }
}
@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
   }
    100% {
        stroke-dashoffset: 900;
   }
}
@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
   }
    100% {
        stroke-dashoffset: 900;
   }
}

#analisar_talhoesHTML_errors .modal-body {
    height: calc(100vh - 300px);
}

#analisar_talhoesHTML_errors .modal-footer {
    display: block !important;
}
