@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

*/
/*
 Allow angular.js to be loaded in body, hiding cloaked elements until
 templates compile.  The !important is important given that there may be
 other selectors that are more specific or come later and might alter display.
*/
[ng\:cloak],
[ng-cloak],
.ng-cloak,
.golabCloak {
  display: none !important;
}
.pleaseWaitIcon {
  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;
  display: none;
}
[ng-cloak].pleaseWaitIcon,
[golabCloak].pleaseWaitIcon {
  display: block !important;
}
