/*--[--Messages--*/
.error_p {
  padding: 0 10px 0 35px;
  line-height: 23px;
  border: 1px solid #db4325;
  color: #e20000;
  font-size: 12px;
  background: #ffefeb url(/image/mt_error.gif) no-repeat 10px 4px;
  margin: 3px 0;
}

.warning_p {
  padding: 0 10px 0 35px;
  line-height: 23px;
  border: 1px solid #e1c400;
  color: #000;
  font-size: 12px;
  background: #fffece url(/image/mt_warning.gif) no-repeat 10px 4px;
  margin: 3px 0;
}

.notice_p {
  padding: 0 10px 0 35px;
  line-height: 23px;
  border: 1px solid #1da955;
  color: #000;
  font-size: 12px;
  background: #f6fff0 url(/image/mt_notice.gif) no-repeat 10px 4px;
  margin: 3px 0;
}

.empty_p {
  height: 25px;
  margin: 3px;
}

.error_message {color: #e20000;}
/*--]--*/

/*--[-- animated --*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }
/*--]--*/

/*--[--xajax-loading--*/
.show_loading {
  position: fixed;
  width: 100%;
  height: 90%;
  background: url(/image/spinner.gif) no-repeat center center/12%;
  z-index: 10000;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out; }

.hide_loading {
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; }
/*--]--*/

.space{max-height:1px;min-height:1px;overflow:hidden;margin:12px 0}
.space-2,[class*=vspace-2]{max-height:1px;min-height:1px;overflow:hidden;margin:2px 0 1px}