
body {
    margin: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}



.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search-input{

  height: calc(2.3em + .75rem + 2px);
}

.onblurRed{
background-color:rgba(255,0,0,0.1) !important;

}

.inputTime{

    font-family: Poppins-Regular;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 5px;

}

.label-inputTime {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 2px;
    left: -105px;
    width: 80px;
}

.rlacionBtn {
    color: #eba900;
}

.label-span-actividad{

  color: #555;
  font-size: 18px;
  font-weight: 700;
}

.label-actividad{
  font-size: 18px;
  color: #c80000;

}


.btn-principal {
	outline: none !important;
	border: none;
	background-color: #507d94;
  color:#fff;
}

.btn-principal:hover {
	outline: none !important;
	border: 1px solid #003F51;
	background-color: #003F51;
  color:#fff;
}

.btn-segundo {
	outline: none !important;
	border: none;
	background-color: #623c21;
  color:#fff;
}

.btn-segundo:hover {
  outline: none !important;
	border: 1px solid #623c21;
	background-color: #fff;
  color:#623c21;
}


.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffffff;
    background-color: #eba900;
}



/*=============================================>>>>>
= NAVBAR =
===============================================>>>>>*/


.imgWrapper4{
    font-size: 0;
    text-align: left;
}
.imgWrapper4 .imgResponsiva{
    display: inline-block;
    font-size: inherit;
}
.imgWrapper4 .imgResponsiva {
  width: 50.3%;
}

.imgWrapper5{
    font-size: 0;
    text-align: center;
}
.imgWrapper5 .imgResponsiva2{
    display: inline-block;
    font-size: inherit;
}




.imgResponsiva img {
    height: auto;
    width: 90%;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;

}

@media (max-width: 1980px) {
  .date{
     font-size: 1.1rem;
    color: white;
    font-weight: 700;
  }
  .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1rem;
}

}

@media (max-width: 1336px) {
  .date{
        font-size: 0.9rem;
  }
  .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 0.8rem;
}

}

@media (max-width: 992px) {
.imgWrapper4 .imgResponsiva {
  width:90.3%; max-width: 345px;
}

  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 16px;
  }

  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }

}

@media (max-width: 700px) {
  .imgWrapper4 .imgResponsiva {
    width:90.3%; max-width: 345px;
  }
  .date{
    font-size: 1rem;
  }

  .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 0.7rem;
}

}

/*=============================================>>>>>
= TOP BAR =
===============================================>>>>>*/
.jalisco-menu {
  overflow: visible;
  background-color: #003F51;
;
  height: 40px;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}



/*=============================================>>>>>
= NAVBAR =
===============================================>>>>>*/
.js-navbar {
  position: fixed;
  top: 40px;
  z-index: 10;
  width: 100%;
}

/*=============================================>>>>>
= RELOJ =
===============================================>>>>>*/


.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;


}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  color: #555;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar {
  padding: 0rem 0rem;
   background-color: whitesmoke;
    border-color: #e6e6e6;

    border-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, whitesmoke 100%);
    background-repeat: repeat-x;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.175);

  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 3;
  font-size: 1.1rem;
  color: #555;
}



.navbar .leaf a:focus, .navbar .leaf a:hover, .navbar .dropdown a:focus, .navbar .dropdown a:hover {
  background-color: rgb(224, 224, 224);
  text-decoration: none;
  color: #555;

}

.navbar .dropdown-menu a {
  background-color: whitesmoke;
  background-image: none;
  padding: .5em 1em;
  margin-top: 0px;
  color: #555;
}

.navbar>li>.dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar .dropdown-menu {
  /*background-color: #f2f2f2;*/
  border: 0;
  border-radius: 0;
/*  box-shadow: 0.5px 0.5px 0.5px 0.5px #dcdcdd;*/
}

.navbar ul li.active {
  background-color: #d7d6d6;
  box-shadow: inset 0 -2px 0 0 #eba900;
  color: #555;
}

a {
  cursor: pointer !important;
}

a:hover {

  color:#fff !important;
  background-color: #003F51;
}



.navbar .navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
  background-color: #cecece;
  color: #555;
  /*padding: 14px;*/
 /*font-size: 1.1rem;*/

}

.my-form {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.my-form .row {
  margin-left: 0;
  margin-right: 0;
}

.login-form {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.login-form .row {
  margin-left: 0;
  margin-right: 0;
}

button:hover {
  cursor: pointer;
}

.dropdown-item-new {
    display: block;
    width: 100%;
    padding: 1.04rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: white;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
/*=============================================>>>>>
= TOOGLE BUTTON =
===============================================>>>>>*/
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;

}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 1000px) {
  .navbar-toggle {
    display: none;
  }
}

@media (max-width: 480px) {
  .imgResponsiva img {
    height: auto;
    width: 90%;
    position: relative;
    left: 32px;
    top: 17px;
  }

  .date{
    font-size: 14px !important;
    color: white;
    font-weight: 700;
    position: relative;
    left: -14px;
    position: relative;
    top: -2px;
  }

  .imgResponsiva2{
    display: inline-block;
    font-size: inherit;
    position: relative;
    top: -7px;
}

  .button-act {
    font-size: 12px;
    outline: none !important;
    border: none;
    background-color: #507d94;
    color: #fff;
    position: relative;
    top: 52px;
    left: -3px;
  }

  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

}

.navbar-toggle .icon-bar {
  background-color: #623c21;
}



.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/*= End of NAVBAR =*/
/*=============================================<<<<<*/




/*=============================================>>>>>
=  TABLE  =
===============================================>>>>>*/

.button-act {
	outline: none !important;
	border: none;
	background-color: #507d94;
  color:#fff;
}


.button-act:hover {
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.4s ease 0s;
    color: #ffffff !important;
}

.button-fin {
	outline: none !important;
	border: none;
	background-color: #507d94;
  color:#fff;
}

.button-ini {
	outline: none !important;
	border: none;
	background-color: cadetblue;
  color:#fff;
}

.button-del {
	outline: none !important;
	border: none;
	background-color: #9c2222;
  color:#fff;
}
.button-edit {
	outline: none !important;
	border: none;
	background-color: black;
  color:#fff;
}



.btnMovi {
width: 35px;
height: 35px;
padding: 0px 0px;
border-radius: 20px;
font-size: 18px;
text-align: center;
}


.btnMovi:hover {
    background-color: #555;
    color: #ffffff !important;
}

.button-seg {
    outline: none !important;
    border: none;
    background-color: #eba900;
    color: #fff;
}

.label-modal {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #555;
    line-height: 1.2;
    text-align: right;
    width: 80px;
}


.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #507d94;
  border-color: #507d94;
}




/*=============================================>>>>>
= LOADER IN SCREEN =
===============================================>>>>>*/
.sk-circle {
  z-index: 999;
  width: 120px;
  height: 120px;
  position: fixed;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.52);
}






.sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #507d94;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
