/* Button Styles
Author: Ninety Degrees
*/

#inline-notice {
	position: relative;
	left: 0;
	margin: 20px 0 20px 0;
	width: 99.5%;
	z-index: 0;

}

.notice {
  font-size: 1em !important;
  text-decoration: none;
  font-size: 14px !important;
  line-height: 21px !important;
  overflow: hidden;
  cursor: pointer;
  /*position: relative;*/
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.3), 0 0 0 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.3), 0 0 0 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.3), 0 0 0 3px rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.5);
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#dddddd));
  background: -webkit-linear-gradient(#f6f6f6, #dddddd);
  background-image: -moz-linear-gradient(top, #f6f6f6, #dddddd);
  background-image: -moz-gradient(top, #f6f6f6, #dddddd);
  border: 1px solid #999;
  -webkit-transition: all ease-in-out 0.2s;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.5em;
  z-index: 999;
  width: 650px;
  position: fixed;
  left: 50%;
  
}
.notice .span {
  padding: 0 0 0 96px;
  display: block;
  background: url(icons/notice.png) 36px 29px no-repeat;
}
.notice p {
  margin: 0;
  padding: 24px 24px 24px 0;
}
.notice p strong {
  display: block;
  font-size: 16px !important;
  line-height: 24px !important;
  color: rgba(0, 0, 0, 0.8) !important;
}
.notice a {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  padding: 3px 5px 2px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease-in-out 0.2s;
}
.notice a:hover {
  background: rgba(255, 255, 255, 0.75);
}
.notice p.description {
  max-height: 0;
  opacity: 0;
  -webkit-transform: all ease-in-out 0.2s;
  padding: 0 24px 0 0;
}
.notice:hover p.description {
  max-height: none;
  opacity: 1;
  padding-bottom: 24px;
}
.notice.noicon .span {
  padding: 0;
  background: none;
}
.notice.noicon span p {
  padding-left: 36px;
  padding-right: 36px;
}
.notice:after {
  content: "\00d7";
  opacity: 0;
  display: block;
  text-align: right;
  width: 16px;
  height: 18px;
  line-height: 10px !important;
  font-size: 14px !important;
  font-weight: bold;
  color: #000;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 6px;
  right: 6px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.notice:hover:after {
  opacity: 1;
}
.notice.hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
}
/* Boxed style */
.notice.boxed p {
  padding-left: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-left: 6px solid rgba(255, 255, 255, 0.1);
}
/* Color options */
.notice.red {
  background: #f3a9a7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3a9a7), to(#e99f9d));
  background: -webkit-linear-gradient(#f3a9a7, #e99f9d);
  background-image: -moz-linear-gradient(top, #f3a9a7, #e99f9d);
  background-image: -moz-gradient(top, #f3a9a7, #e99f9d);
  border: 1px solid #a55b59;
  color: #722826 !important;
}
.notice.red a {
  color: #611715;
}

.notice.yellow {
  background: #eced93;
  background: -webkit-gradient(linear, left top, left bottom, from(#eced93), to(#e2e389));
  background: -webkit-linear-gradient(#eced93, #e2e389);
  background-image: -moz-linear-gradient(top, #eced93, #e2e389);
  background-image: -moz-gradient(top, #eced93, #e2e389);
  border: 1px solid #9e9f45;
  color: #6b6c12 !important;
}
.notice.yellow a {
  color: #5a5b01;
}

.notice.blue {
  background: #abd8e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#abd8e8), to(#a1cede));
  background: -webkit-linear-gradient(#abd8e8, #a1cede);
  background-image: -moz-linear-gradient(top, #abd8e8, #a1cede);
  background-image: -moz-gradient(top, #abd8e8, #a1cede);
  border: 1px solid #5d8a9a;
  color: #2a5767 !important;
}
.notice.blue a {
  color: #194656;
}
.notice.indigo {
  background: #ddd6f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd6f8), to(#d3ccee));
  background: -webkit-linear-gradient(#ddd6f8, #d3ccee);
  background-image: -moz-linear-gradient(top, #ddd6f8, #d3ccee);
  background-image: -moz-gradient(top, #ddd6f8, #d3ccee);
  border: 1px solid #8f88aa;
  color: #5c5577 !important;
}
.notice.indigo a {
  color: #4b4466;
}
.notice.violet {
  background: #f3c5de;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3c5de), to(#e9bbd4));
  background: -webkit-linear-gradient(#f3c5de, #e9bbd4);
  background-image: -moz-linear-gradient(top, #f3c5de, #e9bbd4);
  background-image: -moz-gradient(top, #f3c5de, #e9bbd4);
  border: 1px solid #a57790;
  color: #72445d !important;
}
.notice.violet a {
  color: #61334c;
}

.notice.pink {
  background: #fb83a5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbdd0), to(#fb83a5));
  background: -webkit-linear-gradient(#ffbdd0, #fb83a5);
  background-image: -moz-linear-gradient(top, #ffbdd0, #fb83a5);
  background-image: -moz-gradient(top, #ffbdd0, #fb83a5);
  border: 1px solid #ea4572;
  color: #ea4572 !important;
}
.notice.pink a {
  color: #ea4572;
}

.notice.hotpink {
  background: #ea396e;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed4b7e), to(#ea396e));
  background: -webkit-linear-gradient(#ed4b7e, #ea396e);
  background-image: -moz-linear-gradient(top, #ed4b7e, #ea396e);
  background-image: -moz-gradient(top, #ed4b7e, #ea396e);
  border: 1px solid #b42851;
  color: #000 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.notice.hotpink a {
  color: #000;
}

.notice.lime, .notice.success {
  background: #94c129;
  background: -webkit-gradient(linear, left top, left bottom, from(#b4d64c), to(#94c129));
  background: -webkit-linear-gradient(#b4d64c, #94c129);
  background-image: -moz-linear-gradient(top, #b4d64c, #94c129);
  background-image: -moz-gradient(top, #b4d64c, #94c129);
  border: 1px solid #7f9d29;
  color: #000 !important;
}
.notice.lime a {
  color: #000;
}
.notice.turquoise {
  background: #1cb0c7;
  background: -webkit-gradient(linear, left top, left bottom, from(#36c7d9), to(#1cb0c7));
  background: -webkit-linear-gradient(#36c7d9, #1cb0c7);
  background-image: -moz-linear-gradient(top, #36c7d9, #1cb0c7);
  background-image: -moz-gradient(top, #36c7d9, #1cb0c7);
  border: 1px solid #1a7d8a;
  color: #000 !important;
}
.notice.turquoise a {
  color: #000;
}
.notice.orange, .notice.error {
  background: #fa9708;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbb514), to(#fa9708));
  background: -webkit-linear-gradient(#fbb514, #fa9708);
  background-image: -moz-linear-gradient(top, #fbb514, #fa9708);
  background-image: -moz-gradient(top, #fbb514, #fa9708);
  border: 1px solid #b98c14;
  color: #000 !important;
}
.notice.orange a {
  color: #000;
}

/* 
Icon options (default is the lightbulb */
.notice.notfound .span {
  background-image: url(icons/404.png);
}
.notice.back .span {
  background-image: url(icons/back.png);
}
.notice.ajax .span {
  background-image: url(icons/ajax.gif);
}
.notice.bookmark .span {
  background-image: url(icons/bookmark.png);
}
.notice.calendar .span {
  background-image: url(icons/calendar.png);
}
.notice.check .span, .notice.success .span {
  background-image: url(icons/check.png);
}
.notice.comment .span {
  background-image: url(icons/comment.png);
}
.notice.delete .span, .notice.error .span {
  background-image: url(icons/delete.png);
}
.notice.download .span {
  background-image: url(icons/download.png);
}
.notice.edit .span {
  background-image: url(icons/edit.png);
}
.notice.forward .span {
  background-image: url(icons/forward.png);
}
.notice.lock .span {
  background-image: url(icons/lock.png);
}
.notice.love .span {
  background-image: url(icons/love.png);
}
.notice.mail .span {
  background-image: url(icons/mail.png);
}
.notice.plus .span {
  background-image: url(icons/plus.png);
}
.notice.refresh .span {
  background-image: url(icons/refresh.png);
}
.notice.rss .span {
  background-image: url(icons/rss.png);
}
.notice.search .span {
  background-image: url(icons/search.png);
}
.notice.settings .span {
  background-image: url(icons/settings.png);
}
.notice.tag .span {
  background-image: url(icons/tag.png);
}
.notice.time .span {
  background-image: url(icons/time.png);
}
.notice.unlock .span {
  background-image: url(icons/unlock.png);
}
.notice.upload .span {
  background-image: url(icons/upload.png);
}
.notice.user .span {
  background-image: url(icons/user.png);
}
.notice.volume .span {
  background-image: url(icons/volume.png);
}
.notice.window .span {
  background-image: url(icons/window.png);
}
.notice.notfound .span {
  background-image: url(icons/404.png);
}
