.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* button colors */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3da735;
  background-image: -moz-linear-gradient(top, #65b32e, #009640);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#65b32e), to(#009640));
  background-image: -webkit-linear-gradient(top, #65b32e, #009640);
  background-image: -o-linear-gradient(top, #65b32e, #009640);
  background-image: linear-gradient(to bottom, #65b32e, #009640);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff65b32e', endColorstr='#ff009640', GradientType=0);
  border-color: #009640 #009640 #004a1f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #009640;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #009640;
  *background-color: #007d35;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #00632a \9;
}
.btn-primary:focus,
.btn-primary.dropdown-toggle {
  background-color: #009640 !important;
}
/* media gallery colors */
a.thumbnail:hover {
  border-color: rgba(101, 179, 46, 0.8);
}
/* input glow */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(101, 179, 46, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(101, 179, 46, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(101, 179, 46, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(101, 179, 46, 0.5);
}
.input-glow {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.input-glow-focus {
  border-color: rgba(101, 179, 46, 0.8);
}
div.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
  font-size: 11px;
}
@media only screen and (min-width: 1250px) {
  div.footer {
    font-size: 12px;
  }
}
div.footer div.footer-inner {
  height: 16px;
  line-height: 16px;
  padding: 8px 20px;
  vertical-align: middle;
  text-shadow: none;
}
div.footer span.divider {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.25);
}
div.footer a {
  font-weight: bold;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.7);
}
div.footer a:hover {
  color: #ffffff;
}
div.footer .copyright {
  font-weight: normal;
}
div.footer-warning {
  position: fixed;
  bottom: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
div.footer-warning p {
  background-color: red;
  background-color: #bb0000;
  background-image: -moz-linear-gradient(top, #dd0000, #880000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd0000), to(#880000));
  background-image: -webkit-linear-gradient(top, #dd0000, #880000);
  background-image: -o-linear-gradient(top, #dd0000, #880000);
  background-image: linear-gradient(to bottom, #dd0000, #880000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd0000', endColorstr='#ff880000', GradientType=0);
  color: white;
  padding: 30px 0;
  font-size: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.75;
  text-align: center;
  margin: 0;
}
div.footer-warning p a {
  color: white;
}
div.footer-warning p.superadmin-warning {
  background-color: #F90;
  background-color: #dd8500;
  background-image: -moz-linear-gradient(top, #ff9900, #aa6600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9900), to(#aa6600));
  background-image: -webkit-linear-gradient(top, #ff9900, #aa6600);
  background-image: -o-linear-gradient(top, #ff9900, #aa6600);
  background-image: linear-gradient(to bottom, #ff9900, #aa6600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9900', endColorstr='#ffaa6600', GradientType=0);
  color: #FDB;
  padding: 15px 0;
  font-size: 14px;
}
html {
  height: 100%;
  background-color: #005b42;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#65b32e), to(#005b42));
  background-image: -webkit-radial-gradient(circle, #65b32e, #005b42);
  background-image: -moz-radial-gradient(circle, #65b32e, #005b42);
  background-image: -o-radial-gradient(circle, #65b32e, #005b42);
  background-repeat: no-repeat;
  background-image: radial-gradient(circle, #65b32e, #005b42);
  min-height: 600px;
}
body {
  background: transparent;
  color: white;
  text-shadow: 0 -1px 1px #00281d;
}
h2 {
  color: white;
  text-shadow: 0 -1px 1px #00281d;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
hr {
  background-color: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
div.content {
  position: absolute;
  width: 600px;
  top: 0%;
  left: 50%;
  margin-left: -300px;
}
div.content h1.logo {
  text-indent: -9999px;
  background-image: url('/coyo/resource/application/logo');
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 300px;
  height: 200px;
  margin: 0 auto 10px auto;
}
.alert.alert-error {
  border: 0;
  background-color: #00281d;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0 0 10px 0;
  color: white;
  text-shadow: none;
  font-size: 12px;
}
.alert.alert-error ul {
  margin-bottom: 0;
}
form label {
  color: white;
  text-shadow: 0 -1px 1px #00281d;
}
a {
  color: white;
  text-shadow: 0 -1px 1px #00281d;
  opacity: 0.8;
}
a:hover {
  opacity: 1;
  color: white;
  text-decoration: none;
}
input[type=text],
input[type=password] {
  display: block;
  height: 28px;
  width: 286px;
  font-size: 16px;
  border: 1px solid #00281d;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
input[type=text]:focus,
input[type=password]:focus {
  border-color: #00281d;
}
input[type=submit] {
  margin-bottom: 9px;
  font-size: 16px;
  width: 300px;
}
div.center {
  text-align: center;
}
label.checkbox {
  display: inline-block;
  white-space: nowrap;
  margin-left: -10px;
}
div.flashes div.alert {
  width: auto;
  display: block;
  position: static;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.flashes div.alert.in {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
div.license-warning {
  top: 0;
  bottom: auto;
  color: white;
}
