/* *********************************** */
/* DEFAULTS */
/* 
  PRIMARY #ec2232 
*/
/* *********************************** */
body {
	background: #eeeeee;
  font-family: 'Urbane', sans-serif;
  font-weight: 300;
	font-size: 14px;
	line-height: 22.4px;
  color: #ffffff;
}



/* *********************************** */
/* BS5 RESET */
/* *********************************** */
.img-responsive{
  max-width: 100%;
}
.form-group{
  margin-bottom: 15px;
}
.form-inline .form-group{
  display: inline-block;
  vertical-align: top;
}
.form-inline.pull-right .form-group{
  display: inline-block;
  margin-left: 15px;
}

.list-inline{

}
.list-inline > li{
  display: inline-block;
  margin-right: 15px;
}
.list-inline.pull-right > li{
  display: inline-block;
  margin-right: 0;
  margin-left: 15px;
}
.hide{
  display: none;
}

.module{
  /*background: #ffffff;*/
  padding: 0 30px 20px;
  border: 4px solid #ffffff;
  border-radius: 3px;
}
.logo-wrapper{
  padding: 0 60px;
  text-align: center;
}
.logo-wrapper img{
  width: 120px;
}
.system-logo{
  background-size: 250px 106px;
  display: inline-block;
  width: 250px;
  height: 95px;
  position: relative;
  text-indent: -9999px;
  image-rendering: optimizeSpeed;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  color: transparent;
  /*margin-bottom: 10px;*/
  /*opacity: 0;*/
}
.cms-label{
  /*color: #ffffff;
  color: rgba(255,255,255, 0.7);*/
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}

/* *********************************** */
/* BOOTSTRAP OVERRIDE */
/* *********************************** */
.alert{
  /*padding: 15px 15px 15px 0;*/
  border-top: 0;
  /*border-left: 0;*/
  border-left-width: 2px;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  background-color: transparent !important;
}
.alert .icon{
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
.alert .close{
  color: #ffffff !important;
  text-shadow: none !important;
}

/* TYPOGRAPHY */
/* *********************************** */
strong {
	font-weight: normal !important;
}

/* LINKS */
/* *********************************** */

a {
  color: #777777;
  text-decoration: none;
  -webkit-transition: color .1s ease-in-out, opacity .1s ease-in-out;
  transition: color .1s ease-in-out, opacity .1s ease-in-out;
}
a:hover,
a:focus {
  color: #01969F;
  text-decoration: none;
}
a:active{
  outline: none;
}
/* FORMS */
.form-group {
  margin-bottom: 15px;
}
.form-control {
  border: 0;
  padding: 15px 12px !important;
  background: #fff !important;
  font-size: 16px;
  font-weight: 300;
}
.form-control {
	box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 3px;

	padding: 10px 12px;
  height: 40px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.form-control:focus{
	box-shadow: 0 2px 15px rgba(0,0,0,0.1), 0 0 0 2px #999 !important;
  border-color: #ffffff !important;

}

.help-block {
  font-size: 12px;
  line-height: 20px;
}
.help-block p {
  color: #f00000;
  margin-top: 5px;
}

/* BUTTONS */
.btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px
  border-radius: 6px;
	padding: 10px 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-primary {
  background: #004747;
  border: 0;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #006E6D;
  color: #ffffff;
}

.btn:focus, .btn:active:focus, .btn.active:focus{
  outline: none;
  box-shadow: none;
}
.btn-default{
  /*color: #ffffff;*/
}
.btn .icon{
  font-size: 120%;
}


/* *********************************** */
/* STYLES */
/* *********************************** */

.dashboard-login-form {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
.admin-login-wrap{
  /*background: #f1f1f1;*/
  /*border-radius: 0 0 4px 4px;*/
  padding: 15px 0;
}
.admin-login-wrap a:hover{
  /*color: #ddd;*/
}




/* *********************************** */
/* CSS HELPERS */
/* *********************************** */
.topfix     { margin-top: 60px; }
.top100     { margin-top: 100px; }
.top20      { margin-top: 20px; }
.float-none { float: none; }
.tac        { text-align: center; }
