.amaran.awesome {
    width: 300px;
    min-height: 65px;
    background: #f3f3f3;
    color: #222;
    margin: 15px;
    padding: 5px 5px 5px 70px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 1px 1px 1px #000;
    bottom: 450px;
}

.amaran.awesome .icon {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 10px;
	background: #000;
	margin-top: -25px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 22px
}

.amaran.awesome p {
	padding: 0;
	margin: 0
}

.amaran.awesome p span {
	font-weight: 300
}

.amaran.awesome p span.light {
	font-size: 13px;
	display: block;
	color: #777
}

.amaran.awesome.ok p.bold {
	color: #178b13
}

.amaran.awesome.ok .icon {
	background-color: #178b13;
	color: #fff
}

.amaran.awesome.error p.bold {
	color: #d82222
}

.amaran.awesome.error .icon {
	background-color: #d82222;
	color: #fff
}

.amaran.awesome.warning p.bold {
	color: #9f6000
}

.amaran.awesome.warning .icon {
	background-color:  #ffbf00;
	color: #fff
}

.amaran.awesome.yellow p.bold {
	color: #cfa846
}

.amaran.awesome.yellow .icon {
	background-color: #cfa846;
	color: #fff
}

.amaran.awesome.blue p.bold {
	color: #2980b9
}

.amaran.awesome.blue .icon {
	background-color: #2980b9;
	color: #fff
}

.amaran.awesome.green p.bold {
	color: #27ae60
}

.amaran.awesome.green .icon {
	background-color: #27ae60;
	color: #fff
}

.amaran.awesome.purple p.bold {
	color: #5b54aa
}

.amaran.awesome.purple .icon {
	background-color: #5b54aa;
	color: #fff
}

.amaran.colorful {
	width: 300px;
	min-height: 45px;
	overflow: hidden;
	background-color: transparent;
	z-index: 1
}

.amaran.colorful .colorful-inner {
	width: 100%;
	min-height: 45px;
	display: block;
	position: relative;
	background-color: #484860;
	padding: 15px 25px 15px 15px;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px
}

.amaran.colorful .amaran-close {
	color: #fff;
	z-index: 2;
	top: 8px;
	right: 8px;
	text-align: center;
	line-height: 18px
}

.amaran-wrapper.center .amaran.colorful {
	margin: 0 auto
}

.amaran.default {
	width: 300px;
	min-height: 45px;
	background: #1b1e24;
	background: -webkit-linear-gradient(left, #111213, #111213 15%, #1b1e24 15%, #1b1e24);
	background: -webkit-gradient(linear, left top, right top, from(#111213), color-stop(15%, #111213), color-stop(15%, #1b1e24), to(#1b1e24));
	background: linear-gradient(left, #111213, #111213 15%, #1b1e24 15%, #1b1e24);
	color: #fff;
	font-family: "Open Sans", Helvetica, Arial;
	font-size: 13px;
	font-weight: 300;
	margin: 5px;
	position: "bottom right";
	overflow: hidden;
	border-bottom: 1px solid #111213;
	border-radius: 6px
}

.amaran.default .default-spinner {
	width: 45px;
	min-height: 45px;
	display: block;
	float: left;
	position: relative
}

.amaran.default .default-spinner span {
	width: 18px;
	height: 18px;
	background: #27ae60;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	margin-top: -9px
}

.amaran.default .default-message {
	float: left
}

.amaran.default .default-message span {
	padding: 3px;
	line-height: 43px
}

.amaran.default .default-message:after {
	clear: both
}

.amaran-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.amaran-wrapper {
	position: fixed;
	z-index: 9999
}

.amaran-wrapper.top {
	top: 0;
	bottom: auto
}

.amaran-wrapper.bottom {
	bottom: 0;
	top: auto
}

.amaran-wrapper.left {
	left: 0
}

.amaran-wrapper.right {
	right: 0;
	left: auto
}

.amaran-wrapper.center {
	width: 50%;
	height: 50%;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.amaran {
	width: 200px;
	background: rgba(0, 0, 0, .7);
	padding: 3px;
	color: #fff;
	border-radius: 4px;
	display: none;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	text-align: left;
	min-height: 50px;
	margin: 10px
}

.amaran-close {
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	width: 20px;
	height: 20px
}

.amaran-close:before {
	content: "x";
	color: #000000;
	font-weight: 700;
	font-family: Arial, sans-serif;
	font-size: 18px
}

.amaran.user {
	width: 300px;
	min-height: 100px;
	background: #f3f3f3;
	color: #222;
	margin: 15px;
	font-family: "Open Sans", Helvetica, Arial;
	font-size: 13px;
	font-weight: 300;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
	border-radius: 0;
	padding: 0
}

.amaran.user .icon {
	width: 100px;
	height: 100px;
	position: relative;
	background: #000;
	float: left
}

.amaran.user img {
	max-width: 100%
}

.amaran.user .info {
	padding-left: 110px;
	padding-top: 10px
}

.amaran.user b {
	display: block;
	font-size: 16px
}

.amaran.user.blue {
	background: #2773ed;
	color: #fff
}

.amaran.user.yellow {
	background: #f4b300;
	color: #fff
}

.amaran.user.green {
	background: #78ba00;
	color: #fff
}

