#modalBox .modal-content{
  background-color: #444444;
  color: #ffffff;
  font-weight: 600;
}


#modalBox .modal-title{
  text-transform: uppercase;
}

#modalBox .modal-footer, #modalBox .modal-header{
  border:0px;
}

#ajaxloader{
  width:100vw;
  height:100vh;
  top:0px;
  left:0px;
  position:fixed;
  z-index:95;
  background-color:rgba(50,50,50,0.8);
  display:none;
}

@media screen and (min-width:1400px)
{
  #ajaxloader{
    max-width:1400px;
    left:calc((100% - 1400px) / 2);
  }
}


#ajaxloader .loading-container{
  display:flex;
  justify-content:center;
  align-items:center;
  height:100%;
}

#ajaxloader i
{
    font-size:200px;
    color:#FFFFFF;
    position:relative;
    margin-top:75px;
}
