/* =============
   Notification
============= */
.notifyjs-metro-base {
  position: relative;
  min-height: 52px;
  min-width: 250px;
  color: #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
}
.notifyjs-metro-base .image {
  display: table;
  position: absolute;
  height: auto;
  width: auto;
  left: 12px;
  top: 50%;
  font-size: 24px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notifyjs-metro-base .text-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 16px 20px 16px 20px;
  clear: both;
}
.notifyjs-metro-base .title {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.notifyjs-metro-base .text {
  font-size: 12px;
  font-weight: normal;
  max-width: 360px;
  vertical-align: middle;
}
.notifyjs-metro-cool {
  color: #fafafa !important;
  background-color: #4A525F;
  border: 1px solid #4A525F;
}

.borderClass {
  border-color: #b94a48 !important
}

.spinner {
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
 
.spinner > div {
  background-color: #67CF22;
  height: 100%;
  width: 6px;
  display: inline-block;
   
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
 
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
 
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 
  20% { -webkit-transform: scaleY(1.0) }
}
 
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


/*--3.3 Loadmask--*/
.loadmask {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity = 50);
	/* abliu 20160114*/
	background-color: #ddd;
	width: 100%;
	height: 100%;
	zoom: 1;
}
.profile-popup.modal {
	overflow: scroll !important;
}

.my-child-short {
	background-color: #ff5f63;
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
}
.message-short {
	background-color: #ff5f63;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
}

.loadmask-msg {
	z-index: 20001;
	position: absolute;
	top: 0;
	left: 0;
	/* abliu 20160108*/
	/* background: #fff;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.loadmask-msg .w-mask-label {
	float: left;
	/* abliu 20160108*/
	background-image: url("../images/loading.svg");
	width: 90px;
	height: 90px;
	/* abliu 20160108*/
}

.loadmask-msg>div {
	padding: 10px 12px;
	font-size: 13px;
	color: #888;
	cursor: wait;
}

.masked {
	overflow: hidden !important;
}

.masked-relative {
	position: relative !important;
}

.masked-hidden {
	visibility: hidden !important;
}

.w-loader {
	width: 20px;
	float: left;
	display: inline-block;
	margin-right: 6px;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 3px solid #ddd;
	border-right: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	border-left: 3px solid #15bdc3;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.w-loader,.w-loader:after {
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

@
-webkit-keyframes load8 { 
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
             }

	100%
	{
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
	}
}
@
keyframes load8 { 
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	100%
	{
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
	}
}
/* loadmask end */