﻿

/*success and failure msg css for lead forms*/
.content-success{
    color:#27ad73;
}
.content-fail{
    color:#f009;
}
.content-error{
    color:#eb1f38;
    font-size:12px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 50px;
    overflow: auto;
}

.span-error{
    color:#eb1f38;
    font-size:12px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    overflow: auto;
}

.recaptcha-error {    
    border: 1px solid #dd4b39;
    padding: 5px;
    display:table;
    margin-bottom: 10px;
}
.recaptcha-error-message {    
    color: #dd4b39;
    font-size: 12px;
    padding: 4px 0;
}
.rcoff {
    display:none;
}
.off {
      display:none;
}
#recmmButton {
    cursor: pointer;
}
#reviewButton {
     cursor: pointer;
}
.lds-ring {
  /*display: inline-block;*/
  right:0px;
  width: 40px;
  height: 40px;
  display:none;
}
.lds-ring div {
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 2px;
    border: 3px solid #444;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #444 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.ldp{
    width:30px;
    height:30px;
}
.ldp div{
    width:30px;
    height:30px;   
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}