/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alert {
  padding: 16px 35px 16px 14px;
  margin-bottom: 20px;
  background-color: #fcf8e3;
  border-left: 6px solid #8a6d3b;
  color: #8a6d3b;
  clear:both;
}
.alert h4 {
  margin: 0;
}
.alert a {
  color: #31708f;
  text-decoration:underline;
}

.alert p {
  padding-bottom: 0px !important;
}

.alert a:hover {
  color: #333;
}
.alert .close {
  position: relative;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #3c763d;
  color: #3c763d;
}
.alert-success a {
  color: #009966;
}
.alert-danger,
.alert-error {
  background-color: #FFE3DC;
  border-color: #FF3300;
  color: #FF3300;
}
.alert-error a {
  color: #FF3300;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #31708f;
  color: #31708f;
}
.alert-info a {
  color: #0099FF;
}

.alert-app {
  background-color: #FFF3E0;
  border-color: #FF9800;
  color: #aa3510;
}
.alert-app a {
  color: #EF6C00;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul, {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  margin-top:2px;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

