/**
 * The following classes are related to external modules (and could be included in a theme)
**/


/**
* jquery_loadinganimation
**/

#loadinganimation {
	z-index: 1001 !important;
    /** Overwrite inner font, except the color **/
}

#loadinganimation .loadinganimation-box {
  border: 5px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  height: 50px;
  margin-top: -40px;
}

#loadinganimation .loading-text {
  /** Overwrite color and position of the text **/
  /** Comment the following line to see the blinking text **/
  animation: none;
}

#loadinganimation .loadinganimation-outer {
  background: #b6e026 none repeat scroll 0 0;
  border: 1px solid #c9f23e;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

#loadinganimation .loadinganimation-inner {
  /** Comment the following two lines to see the original animated background **/
  animation: none;
  background: none;
}



/**
* w2ui
**/

.w2ui-info-bubble table tr td:last-child {
	color: white;
}