/*  
Theme Name: African Leadership Academy
Version: 0.1
Description: ALA website theme
Author: Robin Pietersen
Author URI: http://www.grenadeco.com

Copyright: (c) 2015 Grenade Technologies.
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
*/

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #AA001E;
  background: -moz-linear-gradient(left, #AA001E 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #AA001E 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #AA001E 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #AA001E 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #AA001E 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #AA001E;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #FFF;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*		Jquery Dialog Restyle		*/


.ui-dialog {

	background: rgba(255,255,255,.95) !important;
	border: none !important;
	text-align: center !important;

}
.ui-draggable .ui-dialog-titlebar {

	background: #AA001E !important;
	color: #FFF !important;

}
.ui-widget .ui-dialog-titlebar .ui-button {

	border: none !important;
	background: #FFF !important;
	border-radius: 2px !important;
	outline: none !important;

}