h1 {
  color: #369;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 250%;
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

*:not(span) {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}


/**
 * General Styles
 */
form{
  font-family: "Open Sans", Arial, sans-serif !important;
  color:#486BA6 !important;
  font-size: 16px !important;
}

h3{
    padding: 5px 0 10px;
    color:#365FA0 !important;
    border-bottom: 1px solid #365FA0;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-weight: bold !important;
}

.readOnlyField {
    font-size: 14px;
    padding: 6px 0px;
    color: #555;
}

label{
    margin-bottom: 0px !important;
    margin-top: 10px;
}

input[type="checkbox"]{
    width: 20px;
    height: 20px;
}

.form-remove-button {
    background-color: #F87676;
    color:#fff;
    text-align: center;
    padding:6px;
    height: 34px;
    cursor: pointer;
}

.form-update-button {
    background-color: #C7C471;
    color:#fff;
    text-align: center;
    padding:6px;
    height: 34px;
    cursor: pointer;
}

.container{
    font-family: "Open Sans", Arial, sans-serif !important;
    color:#486BA6 !important;
}

.padding0{
    padding: 0;
}


.checkboxspan{
    margin-left: 10px;
}

.showRight{
    text-align: right;
}







@media only screen and (max-width: 1240px) and (min-width: 0px) {

    #languageBlock{
        width: 100%;
    }
}
