/*  @utor: Ing. Yubisel Vega Alvarez */
/*  em@il: yubiselv@gmail.com */
/*  em@il: yubisel@nauta.cu */
html,
body {
  min-height: 100%; }

body.login-main {
  background: rgba(73, 80, 87, 0.5) url("../images/login_background.png") no-repeat scroll 0 100%;
  background-size: 100% auto; }

@media (max-width: 940px) {
  body.login-main {
    background-size: auto 100%; } }
.selectize-control.form-control {
  border: none;
  padding: 0;
  border-radius: 0;
  line-height: 0; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  border-radius: 0;
  color: #495057; }

.input-group .selectize-dropdown.form-control {
  position: absolute; }

.small_selectize_icon .selectize-input .image {
  width: 1.2rem;
  height: 1.5rem;
  margin: -3px .75rem -3px 0; }
  .small_selectize_icon .selectize-input .image img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.vertical-center {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column; }

.bg-blue {
  background: #052980; }

ul li {
  padding: 3px; }

.main_title h2 {
  color: #000000;
  font-size: 30px;
  padding-bottom: 20px;
  position: relative;
  line-height: 40px;
  margin: 20px auto 42px;
  max-width: 50%;
  text-align: center; }
  .main_title h2 .under_h2_line {
    background: rgba(0, 0, 0, 0.07);
    bottom: 0;
    height: 1px;
    position: absolute;
    width: 33%; }
    .main_title h2 .under_h2_line::before {
      background: #04287C;
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      width: 100px; }
    .main_title h2 .under_h2_line i {
      background: #f1f2f7;
      color: #6d6b6b;
      display: block;
      font-size: 20px;
      height: 40px;
      line-height: 40px;
      position: absolute;
      text-align: center;
      top: -20px;
      width: 40px;
      margin: 0;
      border-radius: 20px; }
  .main_title h2:hover .under_h2_line::before {
    width: 75%; }
.main_title span, .main_title span::before, .main_title .under_h2_line::before, .main_title .under_h2_line i {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.main_title span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: middle;
  background: transparent; }

.growl-message .alert-link {
  color: #002752; }

/*# sourceMappingURL=old_style.css.map */
