/*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/

a {
  color: #724FA2;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.espacio-final {
  margin-bottom: 80px;
}

.espacio-final-40 {
  margin-bottom: 40px;
}

.marg-up-20 {
  margin-top: 20px;
}

.marg-up-10 {
  margin-top: 10px;
}

.marg-r-20 {
  margin-right: 20px;
}

.txt-vertical {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

/*
* ==========================================
* ==========================================
*/

.list-group {
  background-color: #563D7C;
}

.list-group-item-action {
  color: #FFF;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #FFF;
  background-color: #322347;
}

.list-group-item-action:active {
  color: #FFF;
  background-color: #563D7C;
}

.list-group-item {
  background-color: #563D7C;
  border: 1px solid #322347;
}

.bg-violeta {
  background-color: #724FA2;
}

.sidebar-administracion {
  background-color: #563D7C;
  border-right: 1px solid #322347;
}

.sidebar-heading {
  text-align: center;
}

.sidebar-user {
  margin-top: 80px;
  text-align: center;
}

.sidebar-logo {
  text-align: center;
}

.txt_white {
  color: #FFF;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  margin-left: -30px;
  margin-top: 10px;
  cursor: pointer;
}

.user-image {
  padding-bottom: 10px;
  cursor: default;
}

.navbar-administracion {
  background-color: transparent;
  border-bottom: none;
}

.copyright {
  position: fixed;
  left: 70px;
  bottom: 20px;
  width: 100px;
}

.titulo-administracion {
  margin-bottom: 30px;
}

.ejemplo {
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 30px;
  color: #ccc;
}

.ejemplo.referencias {
  margin-left: 20px;
  margin-bottom: 35px;
  color: #999;
  font-size: .85em;
}

.ejemplo.asignar {
  margin-top: 25px;
  margin-left: 0;
  margin-bottom: 0;
  color: #999;
}

.ejemplo.asignar.span {
  margin-top: 5px;
  margin-left: 0;
  margin-bottom: 0;
  color: #333;
}

.ejemplo.asignar.span span {
  margin-right: 40px;
}

input.bt-hand {
  cursor: pointer;
}

.hr-separador {
  margin-top: 50px;
  margin-bottom: -30px;
  width: 100%;
  text-align: center;
  background-color: #999;
  height: 1px;
  border-width: 0;
}

.hr-separador.up {
  margin-bottom: 20px;
}

.hr-separador.simple {
  margin-top: 20px;
  margin-bottom: 10px;
}

.hr-separador.cargar {
  margin-bottom: 20px;
  margin-left: 0;
  width: 90%;
  text-align: left;
}

.box-configuracion {
  padding: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #724FA2;
}

.title-modal {
  margin-top: 20px;
  margin-bottom: -10px;
}

.preview-youtube {
  margin-top: 0;
  margin-bottom: 0;
  width: 120px;
  height: 90px;
  text-align: center;
}

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.viajes-detalle {
  margin-left: 10px;
  padding: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #724FA2;
}

.subtitulo {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.generar {
  padding: 10px 0 0 40px;
  border-left: 1px solid #724FA2;
}

@media (max-width: 576px) {
  .generar {
    margin-top: 40px;
    padding: 0 0 0 15px;
    border: none;
  }
}

.box-generar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px;
  min-width: 9rem;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid #724FA2;
  border-radius: 0.50rem;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #999;

  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.box-generar input {
  margin-top: 5px;
  font-size: 300%;
  font-weight: 500;
  border: 0;
}

.box-generar a {
  width: 100%;
  font-size: 110%;
}

.logo-generar {
  margin: 0 0 10px 10px;
  text-align: center;
  line-height: 1;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  width: 95%;
}

.logo-generar img {
  display: block;
  margin: auto;
  width: 50%;
  border: 0;
}

.maxwidth {
  margin-right: 40px;
  max-width: 250px;
}

.maxwidth>option {
  max-width: 250px;
}

.bt-borrar {
  float: right;
  top: 0;
  right: 10px;
  border: 0;
  background-color: #ccc;
}

.resumen {
  margin: 20px 0 60px 0;
  text-align: center;
}

.resumen span {
  margin-right: 40px;
  font-weight: bold;
}

.check_eliminados {
  float: right;
  right: 10px;
  border: 0;
}

.eliminado {
  background-color: rgb(247, 218, 213) !important;
}

.modal-body {
  padding-bottom: 1, 5rem;
  margin-bottom: 0;
}

/*
* ==========================================
* ==========================================
*/

.navbar-static-top {
  background-color: #724FA2;
}

.text-primary {
  color: #724FA2;
}

.user-header {
  background-color: #724FA2;
}

.box-primary {
  border-color: #322347;
}

.btn-primary {
  background-color: #724FA2;
  border-color: #322347;
}

.btn-primary:active {
  background-color: #724FA2;
  border-color: #322347;
}

.btn-primary:hover {
  background-color: #322347;
  border-color: #322347;
}

.btn-primary:active:hover {
  background-color: #322347;
  border-color: #322347;
}

.btn-primary:focus {
  background-color: #724FA2;
  border-color: #322347;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.TabsColorActive>a:active {
  background-color: #724FA2;
  border-top-color: #322347 !important;
}

.TabsColorActive>ul>li.active>a {
  background-color: #724FA2;
  border-color: #322347;
}

.pag-color>li.active>a {
  background-color: #724FA2;
  border-color: #322347;
}


.btn-actividad {
  margin: 10px;
  color: #28a745;
  border-color: #28a745;
}

.btn-actividad:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-actividad:focus,
.btn-actividad.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-actividad.disabled,
.btn-actividad:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-actividad:not(:disabled):not(.disabled):active,
.btn-actividad:not(:disabled):not(.disabled).active,
.show>.btn-actividad.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-actividad:not(:disabled):not(.disabled):active:focus,
.btn-actividad:not(:disabled):not(.disabled).active:focus,
.show>.btn-actividad.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-actividad-ok {
  margin: 10px;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/*
* ==========================================
* ==========================================
*/

.nav-link {
  display: block;
  padding: 0.8rem 1.8rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
  background-color: #322347;
  color: #FFF;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #724FA2;
  margin-bottom: 40px;
}

.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: none;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #FFF;
  background-color: #724FA2;
  border: none;
}

.nav-pills {
  border-bottom: 2px solid #724FA2;
  margin-bottom: 20px;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  border: none;
}

.nav-pills .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #FFF;
  background-color: #724FA2;
  border: none;
}

.form-group input[type="text"],
.btn {
  box-shadow: none;
}

.table {
  margin-top: 80px;
}

#tableViajes {
  margin-top: 30px;
}

#tableViajes th,
#tableViajes td {
  text-align: center;
  padding: 7px;
}

#tableVideos {
  margin-left: 50px;
}

#tableVideos,
#tableFotos,
#tableVideosFotos {
  margin-top: 40px;
  margin-right: 90px;
  margin-bottom: 60px;
  width: 25%;
}

#tableVideosFotos {
  margin-right: 0;
}

#tableVideos th,
#tableFotos th,
#tableVideosFotos th {
  padding-top: 20px;
}

#imagenWatermark {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.codigo-altura {
  height: 100%;
  margin: 0;
  padding: 0;
}

.alert-primary {
  color: #FFFFFF;
  background-color: #563D7C;
  border-color: #563D7C;
}

/*
* ==========================================
                  LOGIN
* ==========================================
*/

body#login_admin {
  color: #fff;
  background: #563D7C;
}

.form-control {
  min-height: 41px;
  background: #fff;
  box-shadow: none !important;
  border-color: #e3e3e3;
}

.form-control:focus {
  border-color: #724FA2;
}

.form-control,
.btn {
  border-radius: 2px;
}

.login-form {
  width: 350px;
  margin: 0 auto;
  padding: 100px 0 30px;
}

.login-form form {
  color: #7a7a7a;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 13px;
  background: #ececec;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
  position: relative;
}

.login-form h2 {
  font-size: 22px;
  margin: 35px 0 25px;
}

.login-form .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -50px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #ccc;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.login-form .logo_login {
  margin: 10px auto;
  width: 280px;
}

.login-form .avatar img {
  width: 100%;
}

.login-form input[type="checkbox"] {
  margin-top: 2px;
}

.login-form .btn {
  font-size: 16px;
  font-weight: bold;
  background: hsl(264, 32%, 33%);
  border: none;
  margin-bottom: 20px;
}

.login-form .btn:hover,
.login-form .btn:focus {
  background: #322347;
  outline: none !important;
}

.login-form a {
  color: #fff;
  text-decoration: underline;
}

.login-form a:hover {
  text-decoration: none;
}

.login-form form a {
  color: #7a7a7a;
  text-decoration: none;
}

.login-form form a:hover {
  text-decoration: underline;
}

/*
* ==========================================
* ==========================================
*/