/*!
 * Custom CSS styles
 */
body {
    margin: 20px;
}
.center {
    text-align: center;
}
div.site-card {
    padding: 40px 20px;
    text-align: center;
    text-transform: uppercase;
}
div.ml-15 {
    margin-right: 15px;
}
div.mr-15 {
    margin-right: 15px;
}
div.mt-15 {
    margin-top: 15px;
}
div.mt-25 {
    margin-top: 25px;
}
div.mb-15 {
    margin-bottom: 15px;
}
div.navigation {
    text-align: center;
}
span.required {
    color: red;
    font-weight: bold;
}
.full-width {
    width: 100%;
}
.index-action {
    margin-bottom: 2px;
}
.image {
	max-width: 250px;
	max-height: 200px;
}
label.required:after {
    content: " *";
    color: red;
}
.noWrap {
    white-space: nowrap;
}
.sitesLabel {
    text-align: left !important;
    padding-left: 29px;
}
#sites::first-letter {
    color: red;
}
.ui-helper-hidden-accessible {
    display:none;
}
.btn-big {
    padding: 15px 0;
}
div.checkbox {
    display: inline-block;
    width: 50%;
}
.help-inline {
    margin-top: 5px;
}
.thumb {
    padding: 15px;
}

div.inline {
  float:left;
  margin-left: 4px;
}

#spinner {
    padding-top: 200px;
    margin: -20px;
    width: 100%;
    height: 100vh;
    background: grey;
    position: absolute;
    display: block;
    opacity: 0.7;
    z-index: 999;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#widget_testMode{
  height: 25px;
  width: 25px;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
