.inversecolor {
  background:#0053A0;
  color: white;
}

.boxheader {
  padding:2px;  
  background:#0053A0;
  color:white;
}

.boxcontent {
  padding:5px;  
}

.loader {
    border: 16px solid #F0F0F0;
    border-top: 16px solid #0053A0;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: -68px 0 0 -68px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    /* height: 100vh;
    width: 100vw;
    top: 0;
    left: 0; */
    left: 50vw;
    top: 50vh;
    position: fixed;
}

.themecolor {
  color:#0053A0;
}

.themebox {
  border-color: #0053A0;
  background: white;
  color: black;
}
