/*----------------------  Formulario Consultas  -----------------------*/

body[dir=rtl] .hint {
            right: 2px;
            left: auto;
          }

.hint {
  /* Position the hint */
  position: absolute;
  left: 2px;
  right: auto;
  bottom: 7px;
  /* Copy styles from ng-messages */
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  /* Set our own color */
  color: grey; }
.hint.ng-hide,
.hint.ng-enter,
.hint.ng-leave.ng-leave-active {
  bottom: 26px;
  opacity: 0; }
.hint.ng-leave,
.hint.ng-enter.ng-enter-active {
  bottom: 7px;
  opacity: 1; }

.back-form{
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  border-radius:4px;
  padding: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}


.button-color{
  background-image: linear-gradient(#19A69A, #169489)!important;
  box-shadow: 0 1px 3px rgba(110,110,110,.4)!important;
  color: #fff!important;
  -webkit-transition: all .3s linear!important;
  -o-transition: all .3s linear!important;
  transition: all .3s linear!important;
  border:1px solid #18a498;
}


.button-color:hover{
  background-image: linear-gradient(#1DBFB2, #19A69A)!important;
  -webkit-transition: all .3s linear!important;
  -o-transition: all .3s linear!important;
  transition: all .3s linear!important;
}

.button-color:hover, .button-no-color:hover{
  box-shadow: 0 1px 6px rgba(110,110,110,.6)!important;
}

.button-no-color:hover{
  box-shadow: 0 1px 6px rgba(110,110,110,.6)!important;
  background: linear-gradient(#fff, #FAFAFA)!important;
}

.button-no-color{
  background: linear-gradient(#fff, #f0f0f0)!important;
  color:#95989A!important;
  box-shadow: 0 1px 3px rgba(110,110,110,.4)!important;
  text-shadow: 0 1px 1px #fff!important;
  border: 1px solid #ccc; 

}

.back-not{
  background: linear-gradient(#fafafa 60%, #f2f2f2);
  border-top: 1px solid #f0f0f0;
  text-align:right;
   padding-right: 15px;
}

.padding-tb-30{
  padding: 5px 0;
}

.ubic-botton-form{
  padding-right: 10px;
}

/*------------------  Fin formulario ----------------------*/