﻿.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #808080;
}

.wpfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 150px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

    .wpfloat:focus {
        background-color: #25d366;
        color: #FFF;
    }

.wpfloatico {
    margin-top: 16px;
}

@media screen and (max-width: 991px) {
    .wpfloat {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 3%;
        right: 3%;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }

    .wpfloatico {
    margin-top: 10px;
}
}

.back-to-top.is-visible {
    opacity: 1;
    bottom: 65px;
    pointer-events: all;
}

.modalog{
        width: 500px;
}


/*Notificaciones*/

.CtrlNotify {
    min-width: 550px;
    z-index: 999999;
}

.CtrlAreaNotify {
    position: fixed;
    top: 3%;
    left: 50%;
    margin-left: -225px;
    z-index: 999999;
}


@media only screen and (max-width : 540px) {
    .CtrlNotify {
        min-width: 300px;
        max-width: 350px;
        margin-left: 5%;
    }
    .CtrlAreaNotify {
        position: fixed;
        top: 10%;
        left: 50%;
        margin-left: -190px;
        z-index: 999999;
    }
}

/*Prompt*/

.prompt {
  background-image: url('../images/launcher-icon-4x.png');
  background-position-x: 1rem;
  background-position-y: 1.5rem;
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(91, 107, 174, 0.15);
  padding: 1.5rem 1rem 0.5rem 5rem;
  position: fixed;
  transition: all 0.5s ease-in-out;
  width: 100vw;
  z-index: 9;
}

.prompt.show {
  transition-delay: 3s;
  bottom: 0;
  opacity: 1;
}

.prompt.hide {
  bottom: -100%;
  opacity: 0;
}

body:not(.home-page) .hdr-wrap .header-banners {
    display: block;
}

.btn-decor--sm{  
    font-size: 10px;
    cursor: pointer;
}