* {
  margin: 0;
  padding: 0;
}

:root {
  --color_azul: #283556;
  --color_gris: #E0E0E0;
  --color_texto: #A7A7A7;
  --color_amarillo: #E0A918;
  --color_Trazado: #D1D1D1;
  --color_blanco: #ffffff;
  --color_input: #E8E8E8;
  --color_red: #BA0D19;
  --width: 50%;
}

.dropdown-toggle::after {
  display: none !important;
}

input[type="radio"] {
  display: none;
}

#label1 {
  color: #0774D9;
  padding: 5px 15px 5px 51px;
  display: inline-block;
  position: inherit;
  font-size: 1em;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#label1:hover {
  background: rgba(0, 116, 217, .4);
}

#label1:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: none;
  position: inherit;
  left: 0px;
  top: 0px;
}

input[type="radio"]:checked+#label1 {
  padding: 15px;
  background: #0774D9;
  border-radius: 2px;
  color: #fff;
}

input[type="radio"]:checked+#label1:before {
  color: #fff;
  display: none;
}

input[type="radio"]:checked+label p {
  color: white !important;
}



body {
  background-color: var(--color_Trazado) !important;
  font-family: "Open Sans", sans-serif !important;
}

p {
  font-size: 14px;
  color: var(--color_texto) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.card-header p {
  color: var(--color_blanco) !important;
}

.card-header span {
  color: var(--color_blanco) !important;
}

span {
  color: var(--color_texto);
}

h3 {
  color: var(--color_texto) !important;
  text-align: center;
}

header nav {
  background-color: var(--color_azul);

}

.form {
  width: 100%;

  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.form .form-iten {
  flex: auto;
  float: right
}

i {
  font-size: large;
  color: #ccc;
}

.btn-login {
  width: var(--width);
  margin-top: 10px;
}

.alerts {
  margin-left: 10%;
  margin-right: 10%;
}

.close {
  float: right;
}

.comments {
  display: none;
  max-height: 0;
  height: auto;
  transition: max-height 0.5s ease-out;
}

.active {
  display: block;
  max-height: 500px;

}

.toggle {
  cursor: pointer;
  transform: rotate(180deg);
}

.toggle i:hover {
  color: #007bff !important;
}

.maps {
  float: right;
  margin-top: 1%;
  margin-right: 1%;
  padding: .4rem;
  border-radius: 100%;
  background-color: var(--color_azul);
}

.maps i {
  color: white;
  margin-top: -3%;
  font-size: 15px;
}

.maps i:hover {
  color: var(--color_gris) !important;
}

.btn-warning {
  background-color: var(--color_gris) !important;
  border-style: none !important;
  font-size: 12px !important;
}


.btn-primary {
  background-color: var(--color_azul) !important;
  border-style: none !important;
  font-size: 12px !important;
}

.btn-secondary {
  background-color: var(--color_amarillo) !important;
  border-style: none !important;
  font-size: 13px !important;
}

.btn-danger {
  background-color: var(--color_red) !important;
  border-style: none !important;
  font-size: 13px !important;
}

.btn-warning i {
  color: var(--color_azul);
  font-size: 13px;
}

.btn-success i {
  color: var(--color_blanco);
  margin-right: 5px;
  font-size: 13px;
}

.btn-primary i {
  color: white;
  font-size: 13px;
}

.btn-secondary i {
  color: white;
  font-size: 13px;
}

.btn-danger i {
  color: white;
  font-size: 13px;
}

.card {
  border-style: none !important;
}

.card-header {
  background-color: var(--color_texto) !important;
  border-style: none !important;
  border-radius: 5px 5px 0 0 !important;
}

.card-footer {
  background-color: var(--color_Trazado) !important;
  border-style: none !important;
}

.icon {
  color: var(--color_amarillo) !important;
  float: right;
  font-size: 22px;
}

input {
  background-color: var(--color_input) !important;
  border-style: none !important;

}

textarea {
  background-color: var(--color_input) !important;
  border-style: none !important;

}

.padre {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.padre .hijo {
  width: 90%;

}



.fa-play {
  transform: rotate(180deg);
}



.alert {
  margin-left: 10px !important;
  border-style: none !important;
}

.alerts .alert span {
  color: var(--color_amarillo) !important;
}

.alerts .alert i:hover {
  color: var(--color_azul) !important;
}

.alert-success {
  background-color: var(--color_azul) !important;
  color: var(--color_blanco) !important;
}

.alert-danger {
  background-color: var(--color_red) !important;
  color: var(--color_blanco) !important;
}

.fa-close {
  font-size: x-large !important;
  float: right !important;
  margin-top: 1% !important;
  color: var(--color_blanco) !important;
}

td .card .card-body {
  height: 60px !important;
  border-bottom: 1px solid #E0E0E0 !important;
  border-left: 1px solid #E0E0E0 !important;
  border-right: 1px solid #E0E0E0 !important
}

table {
  table-layout: fixed;
  justify-content: space-around;
  align-items: center;

  margin: 0 !important;
  padding: 0 !important;

}

table thead {
  text-align: center;
}

#tr:hover {
  cursor: pointer;
  background-color: #f5f5f5;


}

td {
  width: 100% !important;
  padding: 3px !important;
  font-size: 14px !important;

  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  word-wrap: break-word;
  word-break: break-all;

}

table tr td span {
  font-weight: bold;
}

table #cargando:last-child {
  border-bottom: none !important;
}

.load-wrapp {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0;
  padding: 20px 20px 20px;
  border-radius: 5px;
  text-align: center;
}

.load-wrapp p {
  padding: 0 0 20px;
}

.load-wrapp:last-child {
  margin-right: 0;
}

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #4b9cdb;
}

.ring-1 {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 10px;
  border: 7px dashed #4b9cdb;
  border-radius: 100%;
}

.ring-2 {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border: 4px solid #4b9cdb;
  border-radius: 100%;
}

.ball-holder {
  position: absolute;
  width: 12px;
  height: 45px;
  left: 17px;
  top: 0px;
}

.ball {
  position: absolute;
  top: -11px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #4282b3;
}

.letter-holder {
  padding: 16px;
}

.letter {
  float: left;
  font-size: 14px;
  color: #777;
}

.square {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #4b9cdb;
}

.spinner {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.bubble-1,
.bubble-2 {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #4b9cdb;
}

.bubble-2 {
  top: auto;
  bottom: 0;
}

.bar {
  float: left;
  width: 15px;
  height: 6px;
  border-radius: 2px;
  background-color: #4b9cdb;
}

/* =Animate the stuff
  ------------------------ */
.load-1 .line:nth-last-child(1) {
  animation: loadingA 1.5s 1s infinite;
}

.load-1 .line:nth-last-child(2) {
  animation: loadingA 1.5s 0.5s infinite;
}

.load-1 .line:nth-last-child(3) {
  animation: loadingA 1.5s 0s infinite;
}

.load-2 .line:nth-last-child(1) {
  animation: loadingB 1.5s 1s infinite;
}

.load-2 .line:nth-last-child(2) {
  animation: loadingB 1.5s 0.5s infinite;
}

.load-2 .line:nth-last-child(3) {
  animation: loadingB 1.5s 0s infinite;
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

.load-4 .ring-1 {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-5 .ball-holder {
  animation: loadingE 1.3s linear infinite;
}

.load-6 .letter {
  animation-name: loadingF;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

.l-1 {
  animation-delay: 0.48s;
}

.l-2 {
  animation-delay: 0.6s;
}

.l-3 {
  animation-delay: 0.72s;
}

.l-4 {
  animation-delay: 0.84s;
}

.l-5 {
  animation-delay: 0.96s;
}

.l-6 {
  animation-delay: 1.08s;
}

.l-7 {
  animation-delay: 1.2s;
}

.l-8 {
  animation-delay: 1.32s;
}

.l-9 {
  animation-delay: 1.44s;
}

.l-10 {
  animation-delay: 1.56s;
}

.load-7 .square {
  animation: loadingG 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-8 .line {
  animation: loadingH 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-9 .spinner {
  animation: loadingI 2s linear infinite;
}

.load-9 .bubble-1,
.load-9 .bubble-2 {
  animation: bounce 2s ease-in-out infinite;
}

.load-9 .bubble-2 {
  animation-delay: -1s;
}

.load-10 .bar {
  animation: loadingJ 2s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

@keyframes loadingA {
  0% {
    height: 15px;
  }

  50% {
    height: 35px;
  }

  100% {
    height: 15px;
  }
}

@keyframes loadingB {
  0% {
    width: 15px;
  }

  50% {
    width: 35px;
  }

  100% {
    width: 15px;
  }
}

@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingE {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingF {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes loadingG {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(70px, 0) rotate(360deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes loadingH {
  0% {
    width: 15px;
  }

  50% {
    width: 35px;
    padding: 4px;
  }

  100% {
    width: 15px;
  }
}

@keyframes loadingI {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes loadingJ {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(80px, 0);
    background-color: #f5634a;
    width: 25px;
  }
}

/* .me-auto .nav-item{
    display: none;
   
  } */
@media screen and (max-width: 751px) {
  .w3-sidebar {
    height: 17% !important;
    width: 100% !important;
  }

  .me-auto .nav-item {
    display: block;
    float: left;
    text-align: left;
  }
}