@charset "UTF-8";

@import "jquery/jquery-ui.min.css";
@import "bootstrap/bootstrap.min.css";
@import "fontawesome/font-awesome.min.css";

/* EOF PREDEFINED CLASSES */
html * {
  outline: none !important;
}
html,
body {
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  background: #f2f2f2;
  font-weight: 300;
  color: #888;
  line-height: 30px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #282f39;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
	font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

img { max-width: 100%; }

::-moz-selection { background: #282f39; color: #fff; text-shadow: none; }
::selection { background: #282f39; color: #fff; text-shadow: none; }

.body-full-height {
  height: 100%;
}
.body-full-height body {
  height: 100%;
}

/* BLOCK */
.block {
  padding: 5px 10px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.block-full-width {
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
}
/* END BLOCK */

/* LOGIN */
.login-container {
  float: left;
  width: 100%;
  min-height: 100%;
}
.login-container .login-box {
  width: 400px;
  margin: 0px auto;
  padding-top: 100px;
}
.login-container .login-box .login-logo {
  background: url("../img/logo.png") top center no-repeat;
  width: 100%;
  height: 100px;
  float: left;
  margin-bottom: 10px;
}
.login-container .login-box .login-body {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.login-container .login-box .login-body .login-title {
  color: #676a6d;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 20px;
}
.login-container .login-box .login-body .form-control {
  border: 0px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
  color: #55595c;
  border: 1px solid #dfe4ed;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  line-height: 20px;
  height: auto;
}
.login-container .login-box .login-body .btn-link {
  color: #282f39;
  border: 0px;
}
.login-container .login-box .login-body .login-or {
  width: 40px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 25px auto;
  text-align: center;
  line-height: 25px;
  color: #FFF;
}
.login-container .login-box .login-body .login-or:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  top: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
}
.login-container .login-box .login-body .login-or:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
}
.login-container .login-box .login-body .login-subtitle {
  line-height: 20px;
  padding: 5px 0px;
  font-size: 12px;
  color: #676a6d;
}
.login-container .login-box .login-body .login-subtitle a {
  color: #676a6d;
}
.login-container .login-box .login-footer {
  width: 100%;
  float: left;
  padding: 10px;
  color: #24222f;
}
.login-container .login-box .login-footer a {
  color: #827ca1;
}
/* END LOGIN */

/* EOF FORM VALIDATION STATES */
.form-control.error,
.bootstrap-select.error > button {
  border-color: #d9534f;
}
label {
  font-weight: 600;
}
label.error,
label.valid {
  color: #d9534f;
  margin-bottom: 0px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
  width: 100%;
}
.form-control.valid,
.bootstrap-select.valid > button {
  border-color: #5cb85c;
}
label.valid {
  color: #5cb85c;
}
.control-label.text-left {
  text-align: left;
}
/* EOF FORM ELEMENTS */

/* BUTTONS*/
button.btn {
	min-width: 105px;
	height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover { 
   opacity: 0.6;
}
button.btn:active { 
	outline: 0;
	opacity: 0.6;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; 
}
button.btn:focus,
button.btn:active:focus,
button.btn.active:focus { 
	outline: 0;
	opacity: 0.6; 
}
button.btn.btn-info,
button.btn.btn-info:focus,
button.btn.btn-info:active:focus, 
button.btn.btn-info.active:focus { 
	border: 0;
	color: #fff;
	background: #1d81ab;
}
/* EOF BUTTONS */

/* ALERT */
.alert {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 21px;
}
.alert > a {
  color: #fff;
  font-weight: bold;
}
.alert-success {
  background-color: #5cb85c;
  color: #FFF;
  border-color: #90b456;
}
.alert-danger {
  background-color: #d9534f;
  color: #FFF;
  border-color: #af4342;
}
/* EOF ALERT */


@media only screen and (max-width: 768px) {
  [class^='col-xs-'],
  [class^='col-sm-'],
  [class^='col-md-'],
  [class^='col-lg-'] {
    margin-bottom: 10px;
  }
  /* LOGIN */
  .login-container {
    padding: 0px 10px;
  }
  .login-container .login-box {
    padding-top: 10px;
    width: 100%;
  }
  /* END LOGIN */

@media only screen and (max-width: 1024px) {

}