/* ZB */
.zb_messagelist_info {
	background:#F6EE91 !important;
	color: #333 !important;
	text-indent:16px;
	border-bottom:1px solid #d3d3d3;
	margin-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
}
.zb_messagelist_info a {
	color: #333 !important;
	text-decoration: underline;
}


.zb_suspended_alert {
	color: #a94442; 
	background-color: #f2dede; 
	border-color: #ebccd1; 
	font-size: 1.2em; 
	font-weight: bold; 
	text-align: center; 
	line-height: 1.5em;
	padding: 10px 15px;
}


.quota_bg {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	visibility: visibility; 
	top: 0; 
	left: 0; 
	opacity: 1; 
	/*background: rgba(143, 27, 15, 0.8);*/
	background: rgba(255, 255, 255, 0.8); 
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	transition: all 0.3s; 
	z-index:9998
}

.quota_alert {
	display:block; 
	position:absolute; 
	width:350px; 
	left:50%; 
	top: 50%;
	margin-left:-150px;
	margin-top:-150px;
	background:#fff; 
	padding:20px 50px; 
	z-index:9999; 
	-webkit-box-shadow: 10px 10px 5px 0px #e1e1e1; 
	-moz-box-shadow: 10px 10px 5px 0px #e1e1e1; 
	box-shadow: 10px 10px 5px 0px #e1e1e1; 
	border: 1px solid #ccc;
}

.quota_alert a {
	text-decoration: none;
	color: #716aab;
	font-weight: bold;
}
.quota_alert a:hover {
	text-decoration: underline;
	color: #f20530;
}

.quota_alert_info {
	line-height:1.3em;
}



.zenbox-modal-bg {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	visibility: visibility; 
	top: 0; 
	left: 0; 
	opacity: 1; 
	/*background: rgba(143, 27, 15, 0.8);*/
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	transition: all 0.3s; 
	z-index:9998
}

.zenbox-modal {
	display:block; 
	position:absolute; 
	width:500px;
	max-width: 95%;
	left:50%; 
	top:50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.zenbox-modal .zenbox-modal-header {
	background: #7f72ab;
	color: #fff;
	padding: 1em 1em;
	text-align: center;
	border-radius: 10px 10px 0 0 !important;
}
.zenbox-modal .zenbox-modal-header h3 {
	padding: 0;
	text-align: center;
	display: block;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
.zenbox-modal .zenbox-modal-body {
	background: #fff;
	color: #333;
	padding: 1em 2em 1em;
	font-size: 15px;
	border-radius: 0 0 10px 10px !important;
}

.zenbox-modal .btn-wrapper {
	text-align: center;
	padding: 2em 0em 0em;
}
.zenbox-modal .btn-dissmiss {
	display: inline-block;
	background: none;
	border:none;
	color: #0186ba;
	padding: 7px 10px 5px;
	margin-bottom: 0.5em;
}

.zenbox-modal .btn-change {
	display: inline-block;
	width: auto;
	background-color: #E20C33;
    border-color: #E20C33;
    background: linear-gradient(180deg, #E20C33 100%, #F25C77 68.6%);
	padding: 5px 15px 5px;
	text-decoration: none;
	color:#fff;
    line-height: 1.5;
	text-transform: uppercase;
	border-radius: 30px !important;
	margin-bottom: 0.5em;
}


#skinchangeselect.popupmenu {
	max-height: none !important;
	padding: 10px 5px;
}

#skinchangeselect a {
	background: none;
	display: block;
	padding: 5px 10px;
	color: #555;
	text-transform: uppercase;
	text-decoration: none;
}
#skinchangeselect a .tooltip {
	display: none;
}

a.skin-change-link {
	display: inline-block;
	text-decoration: none;
	color:#444;
}
a.skin-change-link:hover {
	color:#000;
}

.skin-change-link img {
	vertical-align: middle;
	border-style: none;
}

#taskbar a#zenbox-skin-change {
	margin-left:12px;
	background: none;
}

body.xlarry.xskin.xicons-traditional.xdesktop #taskbar a {
	background: none;
}
body.xlarry.xskin.xicons-traditional.xdesktop #taskbar a#zenbox-skin-change:before {
	content: "\EB87";
	margin-left:0px;
}

body.xelastic #taskbar a#zenbox-skin-change ,
body.xlarry #taskbar a#zenbox-skin-change {
	background: url(display.png) no-repeat 0px 4px;
}

body.xelastic.skin-zenbox_v2 #taskbar a#zenbox-skin-change ,
body.xlarry.skin-zenbox_v2 #taskbar a#zenbox-skin-change {
	background: none;
}

body.xelastic #taskmenu #zenbox-skin-change:before {
	content: "\f26c";
	margin-left:0px;
}

#login-form #message div.warning, 
#login-form #message div.error, 
#login-form #message div.notice, 
#login-form #message div.confirmation { 
	white-space: initial;
}