.user-panel > .info {
    position: initial !important;

}

.date-picker-merma {
    float: right !important;
}

#nav-merma {
    width: -moz-available;
    width: -webkit-fill-available;
}

.logo-company {
    height: 30px !important;
    width: 50px !important;
}

.divider_historico_merma {
  stroke-dasharray: 5,5 !important;
}

.btn-exportar {
    float: right !important;
}

.btn-map-refresh {
    float: right !important;
}

.map {
    position: relative !important;
}

td.details-control {
    background: url('https://cdn0.iconfinder.com/data/icons/social-messaging-ui-color-shapes/128/add-circle-green-512.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('https://cdn0.iconfinder.com/data/icons/social-messaging-ui-color-shapes/128/add-circle-green-512.png') no-repeat center center;
}

div.box-tendencias {
    background:#66bb6a !important;
}

.accordion {
  background-color: #98ee99;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #98ee99; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}


#mainDiv{
  width: 100%;
  height: 100%;
  text-align:center;
  align-content: center;
  position: relative;
}

#centeredImage {
    margin-left:auto;
    margin-right:auto;
    float :none;
}


.box-loader {
  width: 30px;
  height: 30px;
  transform-origin: 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20%;
    height: 20%;
    margin: auto;}

#content-body {
    width: 70vmin;
    height: 70vmin;
    margin: 0 auto;
}

.h-divider{
 margin-top:5px;
 margin-bottom:5px;
 height:1px;
 width:100%;
}

.dashboard-stat2 {
    border-radius: 3px !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 15px 15px 30px;
}

#choose_date {
  border-radius: 25px;
  border: 3px solid #73AD21;
  padding: 10px; 
  height: 20px;
  position: absolute;
  right: 0;
  align-items: center;
  align-content: center;
  text-align: center;
  vertical-align: middle;
  display: table;
}

.my-info {
    border-collapse: collapse;
}
.my-info td{
    /*add some padding to space it out if you want*/
    padding: 0 3px;
}
.bottom-border { border-bottom: 1px dashed black; }

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.primary-green {
    color: #66bb6a !important
}

/* Layout */
.wrapper {
  /*min-height: 100%;
  position: relative;
  overflow: hidden;*/
  width: 100%;
  min-height: 100%;
  height: auto !important;
  position: absolute;
}


.content-wrapper {
    -webkit-transition: min-height 0.2s ease-in-out;
    -o-transition: min-height 0.2s ease-in-out;
    transition: min-height 0.2s ease-in-out;
}

#tbl_lotes {
    cursor: pointer;
}
