@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

/*login*/
.botones-url{
    position: fixed;
    top: 35px;
    left: 35px;
    z-index: 999;
}

.website{
    width: 38px;
    height: 38px;
    background: url("/backend/web/img/bot_com.png") no-repeat;
    display: inline-block;
    background-size: cover;
}

.orgsite{
    width: 38px;
    height: 38px;
    background: url("/backend/web/img/bot_org.png") no-repeat;
    display: inline-block;
    background-size: cover;
}

.yamsite{
    width: 38px;
    height: 38px;
    background: url("/backend/web/img/bot_yam.png") no-repeat;
    display: inline-block;
    background-size: cover;
}

.website:hover, .orgsite:hover, .yamsite:hover {
    background: url("/backend/web/img/bot_kp_verde.png") no-repeat;
    background-size: cover;
}

.website:active , .orgsite:active, .yamsite:active {
    background: url("/backend/web/img/bot_kp_gris.png") no-repeat;
    background-size: cover;
}

.login-input{
    border-radius: 4rem;
    background-color: #A9ABAE;
    border: 1px solid #848688;
}

.login-card-body h3{
    color: #000;
}

.login-card-body label{
    color: #4FA800;
}

.barra-inferior{
    background-color: #FFF;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.hashtag{
    float: left;
    margin-top: 40px;
    margin-left: 20px;
    color: #4FA800;
}

@media screen and (max-width: 600px) {
  .hashtag > h2{
    font-size: 4vw;
 }
 .login-logo > .img-fluid{
    width: 40%;
    height: auto;
   margin-top: 20px;
 }
}

.great-place-work{
    z-index: 999;
    margin-bottom: 25px;
    margin-top: -180px;
}
.gptw-pointer{
    cursor:pointer;
}

/*cursores*/
body {
    font-family: Raleway, sans-serif;
    cursor: url('/admin/img/cursor/cursor_w.png'), auto !important; 
}

a:hover, button:hover, li:hover {
    cursor: url('/admin/img/cursor/cursor_b.png'), auto !important; 
}

a:active, button:active, li:active {
    cursor: url('/admin/img/cursor/cursor_r.png'), auto !important; 
}

/*Select2*/
.select2-container--krajee-bs4 .select2-selection{
    border-radius: 4rem !important;
    background-color: #A9ABAE !important;
    border: 1px solid #848688 !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder{
    color: #000;
}

.select2-search__field {
    background-color: #FFF !important;
}

.select2-selection__rendered {
    color: #000 !important;
}

/*.select2-selection__arrow {
    background-color: #848688 !important;
}*/

input, select{
    border-radius: 4rem !important;
    background-color: #A9ABAE !important;
    border: 1px solid #848688 !important;
    color: #000;
}

select > option{
    background-color: #FFF;
}

::placeholder{
    color: #000 !important;
}


/*Evita el que quede encendido el editable en gridview*/
.popover-x {
    display: none;
}

.bg-excede-fecha{
  background-color: #FFA500 !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #4FA800;
    color: #fff;
}

.fondo-verde-kp{
    background-color: #4FA800;
    color: #FFF;
}

.fondo-gris-kp{
    background-color: #A9ABAE;
    color: #FFF;
}

.fondo-gris-oscuro-kp{
    background-color: #848688;
    color: #FFF;
}

.fondo-azul-kp{
    background-color: #195F82;
    color: #FFF;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link .navbar-nav > .active > a {
  color: #fff;
  background-color: #4FA800 !important;
}

.btn:hover {
  color: #FFF;
  text-decoration: none;
}

/*Fondo de select2*/
.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected] {
  background-color: #848688;
}

.select2-container--krajee-bs4 .select2-results__option.select2-results__option--selected, .select2-container--krajee-bs4 .select2-results__option[aria-selected="true"] {
  background-color: #848688;
  color:  #FFF;
}

.btn {
    border-radius: 20px !important;
}

button {
    border-radius: 20px !important;
}

.alerta{
    width: 50%;
    margin: auto;
}

/*.box{
-webkit-box-shadow: 0px 29px 67px -17px rgba(179,179,179,1);
-moz-box-shadow: 0px 29px 67px -17px rgba(179,179,179,1);
box-shadow: 0px 29px 67px -17px rgba(179,179,179,1);
text-align: center;
}*/

.thumbnail > img, .thumbnail a > img {
    border: none;
}

canvas{
    border: 2px;
    border-style: solid;
    border-color: darkred;
    padding: 5px;
}

/*navegador meses y años*/

.navegador > .nav-tabs{
    border-bottom:none;
}

/*Carousel portal*/

.cb-slideshow{
    list-style-type: none;
}

.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
/*.cb-slideshow:after { 
    content: '';
    background: transparent url(../images/pattern.png) repeat top left; 
}*/
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(/backend/web/img/1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(/backend/web/img/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(/backend/web/img/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(/backend/web/img/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(/backend/web/img/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(/backend/web/img/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

.cb-slideshow li:nth-child(7) span { 
    background-image: url(/backend/web/img/7.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s; 
}

.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

.cb-slideshow li:nth-child(7) div { 
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}

/*Fin carousel*/

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

/*SPINNER*/
#loadingDiv{
    display: flex;
    justify-content: center;
    width: 100%;
}

.border-spinner {
  border:none !important;
}

/*Induccion*/
.card{
    border-radius: 50px !important;
    height: 95%;
    word-wrap: normal;
}

.btn-induccion{
    bottom: 5px;
    position: absolute;
    margin-left: -50px;
}

.badge-induccion{
    font-family: 'Roboto', sans-serif;
    width: 22px;
    height: 22px;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 10px;
}

.numero-induccion{
    font-family: 'Roboto', sans-serif;
    color: #4FA800;
    width: 22px;
    height: 22px;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 10px;
}

.clock-induccion{
    font-family: 'Roboto', sans-serif;
    color: #4FA800;
    width: 50px;
    height: 22px;
    bottom: 15px;
    position: absolute;
    right: 20px;
}

/*Menu superior*/
.website-bar{
    width: 38px;
    height: 38px;
    background: url("/backend/web/img/com.png") no-repeat;
    display: inline-block;
    background-size: cover;
    margin-top: -6px;
}

.orgsite-bar{
    width: 38px;
    height: 38px;
    background: url("/backend/web/img/org.png") no-repeat;
    display: inline-block;
    background-size: cover;
    margin-top: -6px;
}

.yamsite-bar{
    width: 38px;
    height: 38px;
    background: url("/backend/web/img/yam.png") no-repeat;
    display: inline-block;
    background-size: cover;
    margin-top: -6px;
}

.gptw-bar{
    width: 413px;
    height: 58px;
    background: url("/backend/web/img/gptw_topbar_post.png") no-repeat;
    display: inline-block;
    background-size: cover;
    margin-top: -17px;
    cursor:pointer;
}

.website-bar:hover , .orgsite-bar:hover, .yamsite-bar:hover {
    background: url("/backend/web/img/bot_kp_gris.png") no-repeat;
    background-size: cover;
}

.navbar-expand .navbar-nav .nav-link{
    padding-right: 0;
    padding-left: 1rem;
}


.fondo-titulo-menu {
  background-color: #848688 !important;
}

.boton-video-int{
    float: left;
    position: absolute;
    margin-left: 60%;
    margin-top: 6px;
}