.notifyjs-metro-base {
	position: relative;
	min-height: 52px;
	min-width: 250px;
	color:#444;
	border-radius: 5px;
	/* box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); */
	/* box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.5); */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.notifyjs-container {

box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.5);

border-radius: 5px;

margin-bottom: 30px;
}

.notifyjs-metro-base .image {
    pointer-events: none;
    display: table;
    position: absolute;
    height: auto;
    width: auto;
    left: 43px;
    top: 50%;
    font-size: 34px;
    -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: 10px 40px 10px 82px;
    clear: both;
    pointer-events: none;
}

.notifyjs-metro-base .title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: -3px;
    pointer-events: none;
    /* font-weight: bold; */
    /* font-family: 'Open Sans'; */
}

.notifyjs-metro-base .text {
    font-size: 12px;
    font-weight: normal;
    max-width: 360px;
    vertical-align: middle;
    line-height: 30px;
}

.notifyjs-metro-nonspaced{
    min-height: 22px;
}

.notifyjs-metro-nonspaced  .text-wrapper{
    margin: 5px 5px 8px 8px;
}
.notifyjs-metro-success {
    color: #fafafa !important;
    background-color: #209c83 !important;
    border: 2px solid #ffffff !important;
}

.notifyjs-corner .notifyjs-wrapper, .notifyjs-corner .notifyjs-container {
    margin: 10px !important;
}

.notifyjs-metro-base .text {
    line-height: 30px !important;
    pointer-events: none;
}
.notifyjs-metro-warning {
    color: #fafafa !important;
    background-color: #fbc01a !important;
    border: 2px solid #ffffff !important;
}
.notifyjs-metro-info {
    color: #fafafa !important;
    background-color: #3498db !important;
    border: 2px solid #ffffff !important;
}
.notifyjs-metro-danger {
    color: #fafafa !important;
    background-color: #eb5055 !important;
    border: 2px solid #ffffff !important;
}
.notifyjs-metro-cool {
    color: #fafafa !important;
    background-color: #4A525F !important;
	 border: 2px solid #ffffff !important;
}

.notifyjs-metro-base .fa {
    /* font-size: 30px !important; */
}
