@charset "utf-8";
@import "../vendor/twbs/bootstrap-icons/font/bootstrap-icons.css";

.logo-mini img,
.logo-lg img {
  margin: 5px 0;
}

/* LOGIN */
#login {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -180px;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: rgb(184 194 215 / 25%) 0px 4px 6px,
    rgb(184 194 215 / 10%) 0px 5px 7px;
  transition: box-shadow 400ms ease-in-out 0s,
    background-color 400ms ease-in-out 0s;
}
#login .lheader {
  text-align: center;
}
#login h1 {
  text-align: center;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
#login label,
#login p {
  color: #777;
  font: 13px Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#login a {
  text-decoration: none;
  text-align: center;
}
#login input[type="password"],
#login form input[type="checkbox"],
#login input[type="text"] {
  background: #fbfbfb none repeat scroll 0% 0%;
}

#login input[type="password"],
#login input[type="text"],
#login input[type="email"] {
  display: block;
  font-size: 17px;
  width: calc(100% - 20px);
  padding: 15px 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
  background-color: #fff;
  color: #32373c;
  outline: 0px none;
  transition: border-color 0.05s ease-in-out 0s;
}

#login form p {
  margin-top: 0;
}

#login form .submit {
  margin-bottom: 0px;
}

#login form input[type="submit"] {
  line-height: 28px;
  padding: 4px 10px;
  background: #3461ff none repeat scroll 0% 0%;
  border: none;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  margin: 0px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  white-space: nowrap;
  box-sizing: border-box;
}
.user-tools {
  float: right;
}
.user-tools .user-image {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: -2px 5px auto;
  margin-top: -2px;
}
#logo-maq {
  position: fixed;
  bottom: 14px;
  right: 10px;
  z-index: 9999;
}
.comentarios .fa-star {
  color: #f39c12;
  width: 14px;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 34px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #00a65a !important;
  border: 1px solid #008d4c !important;
}
.select2-selection__choice__remove {
  color: #fff !important;
}

#file-upload-form .button {
  background: #005f95;
  border: none;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bolder;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
}

#file-upload-form .btn:hover {
  background: #4499c9;
}

#file-upload-form .btn:active {
  background: #49ade5;
}

#file-upload-form input[type="file"] {
  display: none;
}

#file-upload-form #file-drag {
  border: 2px dashed #555;
  border-radius: 7px;
  color: #555;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 1em 0;
  padding: 3em;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}

#file-upload-form #file-drag:hover {
  background: #ddd;
}

#file-upload-form #file-drag:hover,
#file-upload-form #file-drag.hover {
  border-color: #3070a5;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888;
  color: #3070a5;
}

#file-upload-form #file-progress {
  display: none;
  margin: 1em auto;
  width: 100%;
}

#file-upload-form #file-upload-btn {
  margin: auto;
}

#file-upload-form #file-upload-btn:hover {
  background: #4499c9;
}

#file-upload-form {
  margin: auto;
  width: 100%;
}

#file-upload-form progress {
  background: #eee;
  border: none;
  border-radius: 30px;
  height: 10px;
}

#file-upload-form progress[value]::-webkit-progress-value {
  background: -webkit-linear-gradient(
      -45deg,
      transparent 33%,
      rgba(0, 0, 0, 0.2) 33%,
      rgba(0, 0, 0, 0.2) 66%,
      transparent 66%
    ),
    -webkit-linear-gradient(right, #3461ff, #00c0ef);
  background: linear-gradient(
      -45deg,
      transparent 33%,
      rgba(0, 0, 0, 0.2) 33%,
      rgba(0, 0, 0, 0.2) 66%,
      transparent 66%
    ),
    linear-gradient(right, #3461ff, #00c0ef);
  background-size: 0px 0px, 100% 100%, 100% 100%;
  border-radius: 30px;
}

#file-upload-form progress[value]::-moz-progress-bar {
  background: -moz-linear-gradient(
      -45deg,
      transparent 33%,
      rgba(0, 0, 0, 0.2) 33%,
      rgba(0, 0, 0, 0.2) 66%,
      transparent 66%
    ),
    -moz-linear-gradient(right, #3461ff, #00c0ef);
  background: linear-gradient(
      -45deg,
      transparent 33%,
      rgba(0, 0, 0, 0.2) 33%,
      rgba(0, 0, 0, 0.2) 66%,
      transparent 66%
    ),
    linear-gradient(right, #3461ff, #00c0ef);
  background-size: 0px 0px, 100% 100%, 100% 100%;
  border-radius: 30px;
}
