#msg {
    position: fixed;
    width: auto;
    height: auto;
    background-color: #333;
    color: #fff;
    left: 50%;
    margin-left: -100px;
    padding: 50px 50px;
    display: none;
    z-index: 10001;
    top: 10%;
    cursor: pointer;
}

#areaspinnerform{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: rgba(0,0,0, 0.5);
    z-index: 999999;
    display: none;
}

.spinnerform {
    margin: 30% auto 0;
    width: 90px;
    text-align: center;
}

.spinnerform > div {
  width: 20px;
  height: 20px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinnerform .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinnerform .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.modal-content {
    background-color: #fff;
    font-weight: bold;
    border: solid 5px #952c3d;
    margin-top: 20%;
}

.modal-dialog.modal-lg .modal-content p#testopopup{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.modal-header {
    padding: 5px;
    padding-left: 15px;
    border-bottom: none;
}

.modal-header .modal-title{
    display:none;
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
}

.modal-footer .btn {
    border-radius: 0;
    padding: 5px 18px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #952d3d;
    border: none;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
}

.modal.custom ~ div#ui-datepicker-div.ui-datepicker{
    z-index:99999!important;
    margin-left: none!important;
    bottom: none!important;
    top: none!important;
    position: none!important;
    left: none!important;
}
/* css captcha */
form label.infocaptcha{
    position: relative;
    float: left;
    width: 100%;
    display: block;
    color: #6e6e6e;
    font-size: 1.1rem;
    font-weight: 300;
    font-style: italic;
}

form #inviaformrichiesta{
    margin-bottom: 0;
    margin-top: 20px;
    display: block;
    width: 215px;
    padding: 15px 30px;
    background: #0a3d62;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #fff;
}

form #inviaformrichiesta:disabled {
	background: #dddddd;
}

form img.captchanum{
    width: auto;
    height: 30px;
}

form img.captchaoper{
    width: auto;
    height: 15px;
}

form img.captchauguale{
    width: auto;
    height: 15px;
    margin-right: 10px;
}

form #captchaInput{
	width: 50px;
    text-align: center;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    height: 25px;
    font-family: monospace;
    vertical-align: middle;
    color: #000!important;
}