@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);
/*
 * Globals
 */
h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
  text-shadow: none;
}
img.logo {
  height: 50px;
}
.logoFadeDown {
  animation: fadeInDown 1s 1s;
  -webkit-animation: fadeInDown 1s 1s;
  /* Safari and Chrome */
}
.logo_slogan_FadeUp {
  animation: bounceIn 1s 1s;
  -webkit-animation: bounceIn 1s 1s;
  /* Safari and Chrome */
}
.logo_slogan {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  /*text-shadow: -1px 0 @color_secundario_base, 0 1px @color_secundario_base, 1px 0 @color_secundario_base, 0 -1px @color_secundario_base;*/
  color: #ffffff;
}
.top-buffer0 {
  margin-top: 5px;
}
.top-buffer {
  margin-top: 10px;
}
.top-buffer1 {
  margin-top: 20px;
}
.top-buffer2 {
  margin-top: 30px;
}
.top-buffer3 {
  margin-top: 50px;
}
.top-buffer4 {
  margin-top: 70px;
}
.form-control::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-control::-moz-placeholder {
  color: #bfbfbf;
}
.form-control:-ms-input-placeholder {
  color: #bfbfbf;
}
.top-buffer {
  margin-top: 20px;
}
.mini-top-buffer {
  margin-top: 10px;
}
input[type="text"],
input[type="password"],
textarea {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]:focus,
input[type="password"]:focus,
textarea:focus {
  box-shadow: 0 0 1px #ffffff;
  /* border: 1px solid rgba(181, 235, 81, 1);*/
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#msgbox_login strong {
  font-size: 16px;
}
.alert-danger {
  /*color: #fff3e1;*/
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  /*background-color: #560101;*/
  /*background-color: rgba(219,151,151,.3);*/
  background: #d9312e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d9312e 1%, #ff6438 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d9312e 1%, #ff6438 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d9312e 1%, #ff6438 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9312e', endColorstr='#ff6438', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-color: none;
  border: none;
}
.alert-info {
  /*color: #022867;*/
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  /*background-color: rgba(109,153,226,.3);*/
  background: #0171c6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0171c6 0%, #47acff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0171c6 0%, #47acff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0171c6 0%, #47acff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0171c6', endColorstr='#47acff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border: none;
}
.alert-success {
  /*color: #9feac3;*/
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  /*background-color: rgba(132,214,123,.3);*/
  background: #008a5a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #008a5a 1%, #02db56 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #008a5a 1%, #02db56 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #008a5a 1%, #02db56 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008a5a', endColorstr='#02db56', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-color: none;
  border: none;
}
.btn-default {
  background-color: #337ab7;
  font-family: 'PT Sans', sans-serif;
  color: #ffffff;
  /*font-weight: 400;*/
  font-size: 14px;
  border: none;
  font-weight: 400;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #285f8f;
  color: #ffffff;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}
/*
 * Base structure
 */
html,
body {
  height: 100%;
  /*background: url("../images/bckgd_login.jpg") #507419 50% 0 fixed;*/
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  /*background-position: center;*/
  /*background-color: #507419;*/
  /*background-color: @color_base;*/
  background-color: #ffffff;
  color: #fff;
  text-align: center;
}
.background-image {
  /*width: 100%;
  height: 100%;*/
  /*display: block;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /*background: url("../images/bckgd_login.jpg") #507419 50% 0 fixed;*/
  /*background: url("../images/bckgd_login.jpg") #507419 50% 0 fixed;*/
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  z-index: 2000;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
/* Padding for spacing */
.inner {
  padding: 30px;
}
.pagination-centered {
  text-align: center;
}
/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}
.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}
@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}
/*
 * Cover
 */
.cover {
  padding: 0 20px;
  /*background-color: rgba(0,0,0,.25);*/
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}
/*
 * Footer
 */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5);
}
/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}
@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 350px;
  }
}
