/*error*/
.error {
	padding: 5px 5px;
	margin: 5px;
	border: solid 1px #FBD3C6;
	background: #FDE4E1;
	color: #CB4721;
	line-height: 20px;
}
.success {
	padding: 5px 5px;
	margin: 5px;
	border: solid 1px #C0F0B9 !important;
	background: #D5FFC6 !important;
	color: #48A41C !important;
}
.alert {
	border:solid 1px #FBD3C6 !important;
	background:#FDE4E1 !important;
	color:#CB4721 !important;
	opacity: 1 !important;
}
/*error*/

/*add_popup*/

.add_popup {
    background: none repeat scroll 0 0 #565656;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    height: 100px;
    left: 50%;
    margin-left: -210px;
    margin-top: -90px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 420px;
    z-index: 2147483647;
}
.add_popup_content{
	width:420px;
	height:180px;
	display:block;
	position:relative;
	border-radius:5px;
}
.add_popup_content_remove{
	width:420px;
	height:180px;
	/* background:url("http://namabana.com/template/default/en/images/remove.png") no-repeat center 27px; */
	display:block;
	position:relative;
}
.add_popup_content_remove span {
    display: block;
    padding-top: 37px;
}
.add_popup_content span {
    display: block;
    padding-top: 27px;
	line-height: 20px;
}
.add_popup_more{
	position:absolute;
	width:204px;
	line-height:28px;
	right:4px;
	bottom:4px;
	border-radius: 5px;
	/* border: 1px solid #BFBFBF; */
	text-align: center;
	height: 28px;
	color: #ffffff;
	font-size: 16px;
	background: #36C360;
	cursor: pointer;	
}
.add_popup_more:hover{
	color: #ffffff;
	background:#008a00;
}
.add_popup_tasviye{
	position:absolute;
	width:204px;
	height: 28px;
	line-height:28px;
	color:#ffffff;
	background:#34C7C7;
	left:4px;
	bottom:4px;
	border-radius: 5px;
	/* border: 1px solid #BFBFBF; */
}
.add_popup_tasviye:hover{
	color:#ffffff;
	background:#2989D8;
}
/*add_popup*/