#mobile-nav { display: none; }
.navigation { text-align: center; padding: 10px; background-color: #448AC6; margin-bottom: 25px; }
.navigation.active a { clear:both; display: block; }
.navigation a, .navigation a:visited { color: #fff; font-weight: bold; text-decoration: none; padding: 0 50px; }
.navigation a:hover { text-decoration: underline; }
.tagline h1 { font-size: 26px; }
.tagline h2 { font-weight: bold; font-size: 32px; margin-bottom: -7px; }
.cover, .bio-image { padding-right: 25px; }
.center  { text-align: center; }
input[type="submit"].button-primary, input[type="button"].button-primary { background-color: #448AC6; }
span.requiredText { color: #999; font-style: italic; font-weight: bold; }
p { margin-bottom: 1rem; }



/* include/override yii features */

.hidden {
	display:none;
}
.help-block-error, .has-error .help-block {
	color:#f44 !important;
}
.form-group {
	margin-bottom:5px;
}
.form-control {
	margin-bottom:2px;
}
p.help-block {
	padding:0px !important;
	margin-bottom:3px;
}



.home-alert {
  width: 100%;
  margin: 0;
  padding: 0px;
  text-align: center;
  font-size: 0.6rem;
  background-color: #ffff00;
  opacity: 0.9;
  color: black;
  position: fixed;
  z-index: 100000;
}
.alert {
  padding: 15px;
  margin: 10px 0 20px 0;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

button.close {
    width: 20px;
    padding: 0;
    margin: 0;
    font-size: 50px;
    border: none;
    float: right;
    top: -12px !important;
	right: -20px !important;
}


.site-error {
	padding:30px;
}

.verifycode-input {
	width:50%;
	float:left;
	min-width:280px;
}

.sidebar .verifycode-input {
	width:100%;
}

.verifycode-image {
	width: 250px;
    display: inline-block;
    margin-left: 30px;
}
.sidebar .verifycode-image {
    margin: auto auto;
    text-align: center;
    width: 100%;
}

.field-user-newpassword {
	width:50%;
	min-width:280px;
	float:left;
}
.admin-margin {
	width:50%;
	min-width:280px;
	display: inline-block;
	margin-top:38px;
}
.pass-reqs {
	clear:both;
}
.kv-meter-container {
	margin-left:0px;
}

th, td {
    padding: 10px 5px;
}

img.form-image {
	width:100%;
}

input, 
textarea, 
select 
{
	width:100%;
}
input[type="radio"], input[type="checkbox"] {
	width:20px !important;
	display:inline;
}

.btn-primary {
	color: #fff;
	background-color: #1eaedb;
	border-color: #1eaedb; 
}

code {
    background: transparent;
}


@media screen and (max-width: 44em) {
	#mobile-nav { display: block; }
	#navigation { display: none; }
}

/*  a n t i - s p a m  */ 
.ff {
	height: 0.03em !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0.01 !important;
	border: 0px !important;
	display: block !important;
}

