﻿.hidden {
  display: none !important;
}
.message {
  padding: 30px;
  font-size: 18px;
  line-height: 24px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  margin: 20px;
}
.success {
  background: #28b832;
  background: -moz-linear-gradient(top, #28b832 0, #249c2c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28b832), color-stop(100%, #249c2c));
  background: -webkit-linear-gradient(top, #28b832 0, #249c2c 100%);
  background: -o-linear-gradient(top, #28b832 0, #249c2c 100%);
  background: -ms-linear-gradient(top, #28b832 0, #249c2c 100%);
  background: linear-gradient(to bottom, #28b832 0, #249c2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#28b832, endColorstr=#249c2c, GradientType=0);
  color: #fff;
  border: 1px solid #249C2C;
}
.error {
  background: #fa3737;
  background: -moz-linear-gradient(top, #fa3737 0, #bd2b2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fa3737), color-stop(100%, #bd2b2b));
  background: -webkit-linear-gradient(top, #fa3737 0, #bd2b2b 100%);
  background: -o-linear-gradient(top, #fa3737 0, #bd2b2b 100%);
  background: -ms-linear-gradient(top, #fa3737 0, #bd2b2b 100%);
  background: linear-gradient(to bottom, #fa3737 0, #bd2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fa3737, endColorstr=#bd2b2b, GradientType=0);
  color: #fff;
  border: 1px solid #BD2B2B;
}
.warning {
  background: #f1c40f;
  background: -moz-linear-gradient(top, #f1c40f 0, #e0b400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1c40f), color-stop(100%, #e0b400));
  background: -webkit-linear-gradient(top, #f1c40f 0, #e0b400 100%);
  background: -o-linear-gradient(top, #f1c40f 0, #e0b400 100%);
  background: -ms-linear-gradient(top, #f1c40f 0, #e0b400 100%);
  background: linear-gradient(to bottom, #f1c40f 0, #e0b400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1c40f, endColorstr=#e0b400, GradientType=0);
  color: #333;
  border: 1px solid #cca60c;
}
.field-validation-error {
  background: #fa3737;
  background: -moz-linear-gradient(top, #fa3737 0, #bd2b2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fa3737), color-stop(100%, #bd2b2b));
  background: -webkit-linear-gradient(top, #fa3737 0, #bd2b2b 100%);
  background: -o-linear-gradient(top, #fa3737 0, #bd2b2b 100%);
  background: -ms-linear-gradient(top, #fa3737 0, #bd2b2b 100%);
  background: linear-gradient(to bottom, #fa3737 0, #bd2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fa3737, endColorstr=#bd2b2b, GradientType=0);
  color: #fff;
  border: 1px solid #BD2B2B;
  padding: 5px;
  display: block;
}
.formc label {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
.input-validation-error {
  border: 1px solid #BD2B2B !important;
  background: #ffcccc !important;
}
.tab-collection .tab {
  display: block;
  width: 200px;
  position: absolute;
  margin-top: -40px;
  background: #0A1942;
  text-align: center;
  padding: 10px;
  margin-left: 20px;
  border-radius: 10px 10px 0 0;
}
.tab-collection .tab a {
  color: #fff;
  text-decoration: none;
}
.tab-collection .tab:hover {
  background: #0A1942;
  background: -moz-linear-gradient(top, #0A1942 0, #003364 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0A1942), color-stop(100%, #003364));
  background: -webkit-linear-gradient(top, #0A1942 0, #003364 100%);
  background: -o-linear-gradient(top, #0A1942 0, #003364 100%);
  background: -ms-linear-gradient(top, #0A1942 0, #003364 100%);
  background: linear-gradient(to bottom, #0A1942 0, #003364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A1942, endColorstr=#003364, GradientType=0);
}
.tab-collection .tab:active {
  background: #003364;
}
.ib-t {
  display: inline-block;
  vertical-align: top;
}
#form-search {
  background-image: url(../images/back_content.png);
  border: #CDCCC3 solid 1px;
  padding: 5px 10px;
}
#form-search h5 {
  color: #003364;
}
#form-search .form-conjec {
  display: inline-block;
}
/*# sourceMappingURL=AddOn.css.map */