body {
  padding-top: 60px;
}
td.actions a {
  margin-left: 10px;
}
td.actions a:hover {
  text-decoration: none;
}
.dropdown-header {
  padding-left: 10px;
}
.chosen-container {
  width: 100% !important;
}
select.has-chosen:invalid {
  height: 0px !important;
  opacity: 0 !important;
  position: absolute !important;
  display: flex !important;
}
select.has-chosen:invalid[multiple] {
  margin-top: 15px !important;
}

/* CheckBox style */
input[type="checkbox"].autorizado:not(:checked) {
  border: 2px solid #d9534f;
}
input[type="checkbox"].por-autorizar:checked {
  border: 2px solid #5cb85c;
  background-color: #5cb85c;
}
input[type="checkbox"] {
    color: #34343f;
    font-family: "omnes-pro", helvetica, sans-serif;
    font-size: 23px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    border: 2px solid #dddddd;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin-right: 3px;
    padding: 0;
    position: relative;
    top: 5px;
    -webkit-transition: all 0.4s ease-out;
    width: 24px;
}
input[type="checkbox"]:hover {
    border: 2px solid #0088cc;
    -webkit-transition: all 0.1s ease-out;
}
input[type="checkbox"]:checked {
    background: #0088cc url("../img/check.cdc52a2162ec.png");
    background-size: contain;
    border: 2px solid #0088cc;
    color: #fff;
    -webkit-transition: all 0.1s ease-out;
}

input[type="checkbox"].checkbox-0:checked {background-color:#CCC;border: 2px solid #CCC;}
input[type="checkbox"].checkbox-1:checked {background-color:#CCCC52;border: 2px solid #CCCC52;}
input[type="checkbox"].checkbox-2:checked {background-color:green;border: 2px solid green;}
input[type="checkbox"].checkbox-3:checked {background-color:red;border: 2px solid red;}
input[type="checkbox"].checkbox-4:checked {background-color:purple;border: 2px solid purple;}
input[type="checkbox"].checkbox-7:checked {background-color:#000;border: 2px solid #000;}

input[type="checkbox"].checkbox-0:hover {border: 2px solid #CCC;}
input[type="checkbox"].checkbox-1:hover {border: 2px solid #CCCC52;}
input[type="checkbox"].checkbox-2:hover {border: 2px solid green;}
input[type="checkbox"].checkbox-3:hover {border: 2px solid red;}
input[type="checkbox"].checkbox-4:hover {border: 2px solid purple;}
input[type="checkbox"].checkbox-7:hover {border: 2px solid #000;}

/* OFFLINE */
.offline-btn-container {
  padding-top: 30vh;
}
.offline-button {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.offline-button h2 {
  padding: 30px 0px;
}

#id_semana_chosen {
  min-width: 55px;
}

/* PreLoader Animations */
@-webkit-keyframes superfade {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  99% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes superfade {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  99% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
  100% {
    display: none;
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.datepick.datepick-multi {
  margin: 0px auto;
}
/* Preloader styles */
.preloader {
  background: #FFF;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 100000;
  position: fixed;
  height: 100vh;
  width: 100vw;
  opacity: 1;
  left: 0;
  top: 0;
}

.preloader.ready {
  -webkit-animation: 500ms superfade;
  animation: 500ms superfade;
}

.preloader .spinner-container {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  position: absolute;
  left: 50%;
  top: 50%;
}

.preloader .spinner-container .spinner {
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
  margin: 100px auto;
  position: relative;
  text-align: center;
  height: 4rem;
  width: 4rem;
}

.preloader .spinner-container .spinner .dot1, .preloader .spinner-container .spinner .dot2 {
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
  background-color: #000;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  height: 60%;
  width: 60%;
  top: 0;
}

.preloader .spinner-container .spinner .dot2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
  top: auto;
  bottom: 0;
}

.contracts-select-container{
  padding-bottom: 20px;
}

.dataTables_info_container > div {
  display: inline-block!important;
}
#filtros {
  margin-right: 15px;
}
.delete-form {
  display: inline;
}
.delete-form button {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  display: inline;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
