﻿/*------------------------------*/
/* jBox Notice */

.jBox-Notice {
	 position: fixed;
      z-index: 10000;
      
      /*min-height: 7.6em;*/
      top: 180px;
      left: 50%;
      margin-left: -3.8em;
      background: rgba(40, 40, 40, 0.75);
      text-align: center;
      border-radius: 5px;
      color: #FFFFFF;
      display: block;
      -webkit-transition: margin .2s;
	  transition: margin .2s;
}

.jBox-Notice .jBox-container {
    padding: 20px 12px;
}
.jBox-Notice .jBox-container .loading {
    margin-bottom:10px;
}
.jBox-Notice .jBox-content {
	/*border-radius: 3px;*/
	font-size:14px;min-width: 7.6em;
}

.jBox-Notice .jBox-title {
	padding: 8px 20px 0;
	font-weight: bold;
}

.jBox-hasTitle.jBox-Notice .jBox-content {
	padding-top: 5px;
}

.jBox-Notice-color .jBox-container {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.jBox-Notice-gray .jBox-container {
	color: #666;
	text-shadow: 0 1px 0 #fff;
	background: #f4f4f4;
	background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
}

.jBox-Notice-red .jBox-container {
	background: #b02222;
	background-image: linear-gradient(to bottom, #ee2222, #b02222);
}

.jBox-Notice-green .jBox-container {
	background: #70a800;
	background-image: linear-gradient(to bottom, #95cc2a, #70a800);
}

.jBox-Notice-blue .jBox-container {
	background: #2b91d9;
	background-image: linear-gradient(to bottom, #5abaff, #2b91d9);
}

.jBox-Notice-yellow .jBox-container {
	color: #744700;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	background: #ffb11f;
	background-image: linear-gradient(to bottom, #ffd665, #ffb11f);
}
.jBox-container .loading{

}