.EngemanRequiredLabel {
}

  .EngemanRequiredLabel:after {
    content: "  *";
    color: red;
    font-weight: 700;
    white-space: nowrap
  }

.uk-notify {
  z-index: 99999
}

.OcultaMobile {
  display: none
}

.MostraMobile {
  display: inline
}

.fab {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999
}

  .fab button {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background-color: #cb60b3;
    border: none;
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    font-size: 24px;
    color: #fff;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out
  }

    .fab button:focus {
      outline: none
    }

    .fab button.main {
      width: 60px;
      height: 60px;
      border-radius: 30px;
      background-color: #f05050;
      z-index: 20
    }

    .fab button.main, .fab ul {
      position: absolute;
      right: 0;
      bottom: 0
    }

  .fab ul {
    padding: 0 5px 0 0;
    margin: 0;
    list-style: none;
    z-index: 10;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out
  }

    .fab ul li {
      display: flex;
      justify-content: flex-start;
      position: relative;
      margin-bottom: -10%;
      opacity: 0;
      -webkit-transition: .3s ease-out;
      -moz-transition: .3s ease-out;
      transition: .3s ease-out
    }

      .fab ul li label {
        margin-right: 10px;
        white-space: nowrap;
        display: block;
        margin-top: 10px;
        padding: 5px 8px;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,.2);
        border-radius: 3px;
        height: 18px;
        font-size: 16px;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: .2s ease-out;
        -moz-transition: .2s ease-out;
        transition: .2s ease-out
      }

  .fab button.main:active, .fab button.main:focus {
    outline: none;
    background-color: #f05050;
    box-shadow: 0 3px 8px rgba(0,0,0,.5)
  }

    .fab button.main:active + ul, .fab button.main:focus + ul {
      bottom: 70px
    }

      .fab button.main:active + ul li, .fab button.main:focus + ul li {
        margin-bottom: 10px;
        opacity: 1
      }

        .fab button.main:active + ul li:hover label, .fab button.main:focus + ul li:hover label {
          opacity: 1
        }

.whirl:after {
  position: fixed
}

.footer-gridview-ml {
  margin-left: auto !important
}

.list-group-item {
  z-index: auto
}

.whole-line {
  width: 100%;
}

#colordatalabels {
  width: 100%;
  height: 35px;
}

.formControl-color-custom {
  height: 35px;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
}

.btnMaps, .btnSql {
  border: none;
  height: 35px;
  border-radius: 5px;
  width: 40px;
}

.divBtnsJustifyRight {
  padding-left: 0px;
  display: flex;
  align-items: end;
  justify-content: right;
}

.divBtnsJustifyLeft {
  padding-left: 0px;
  display: flex;
  align-items: end;
  justify-content: left;
}

.divBtnMaps {
  padding-left: 0px;
  display: flex;
  align-items: end;
}

.divBtnsAligned {
  padding-left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 0.5rem;
}

#Grp_EditButtonLATITUDE {
  padding-left: 0px;
}

#Grp_EditButtonATIVO {
  padding-top: 1.65rem;
}

.modal-header {
  background-color: rgba(0, 0, 0, 0.03);
}

.modal-footer {
  background-color: rgba(0, 0, 0, 0.03);
}

.disabledFieldCustomized {
  background-color: #edf1f2;
  opacity: 1;
  pointer-events: none;
}

.disabledCustomized {
  opacity: 0.6;
  pointer-events: none;
}







@media only screen and (min-width:600px) {
  .OcultaMobile {
    display: inline
  }

  .MostraMobile {
    display: none
  }
}

@media (max-width: 1200px) {
  #Grp_EditButtonATIVO {
    padding-top: 0;
  }

  #Grp_EditButtonLONGITUDE {
    padding-left: 0px;
  }

  .divBtnsAligned, .divBtns {
    padding-top: 1rem;
    padding-bottom: 0px;
    padding-left: 1rem;
  }

  .divBtnsJustifyRight {
    padding-top: 1rem;
    padding-bottom: 0px;
    padding-left: 1rem;
    justify-content: left;
  }
}

