/*------------Start of Load Anumation ---------- */
.s-load-box{
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(1,1,1,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000!important;
    background-image: url(/assets/images/frontend/loading-trans.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;

}

.s-loader {
/* replaced by loading.gif above */ - Dimi 11 May 2020


/*    border: 16px solid #F7F8F9;
    border-radius: 50%;
    border-top: 16px solid #0473cd;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite; *//* Safari */
/*    animation: spin 1s ease infinite; */

}


/* Safari */
/* @-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/
.errorHide {
	display: none;
}


.errorForm {
	/*display: none;*/
  background: rgba(210, 53, 31, 0.87);
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  border-radius: .25em;
  padding: 15px;
  display: block;
  margin: 15px 0;
  line-height: 1.3em;
}
