@charset "utf-8";
/*

the original golab colors

*/
/*
@primaryColor: #00BACC;
@primaryColorLight: #92D6E3;
@primaryColorText: #00B7CD;

@secondaryColor: #FAA519;
@secondaryColorLight: #FDBE63;
@secondaryColorText: #FAA519;

@tertiaryColor: #939597;
@tertiaryColorLight: #f5f5f5;
@tertiaryColorText: #3f3f3f;
*/
.golabTitleFont {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.75px;
  font-kerning: none;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-feature-settings: "liga" 0;
}
/*

the new graasp golab colors

*/
.pleaseWaitIcon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115px;
  height: 115px;
  margin-top: -57.5px;
  /* half the height */
  margin-left: -57.5px;
  /* half the width */
  background: url("../images/loading-animation.gif") center no-repeat;
  background-size: 115px;
}
