/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}



.password-icon {
    padding-top: 10px;
    cursor: pointer;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    width: 50px !important;
}


.accordion-button::after {
    background-image: url("../Multimedia/collapse.png");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../Multimedia/collapse.png");
}

.menuActual {
    border-bottom-color: white !important;
    border-bottom-style: solid !important;
    border-bottom-width: 5px !important;
    background-color: #364e6c !important;
}

.menu {
    border-top: #1B3E6C !important;
    border-top-style: solid !important;
    border-top-color: #1B3E6C !important;
    border-bottom: #1B3E6C !important;
    border-bottom-style: solid !important;
    border-bottom-color: #1B3E6C !important;
    border-top-width: 3px !important;
    background-color: #1B3E6C !important;
    color: white !important;
}


.iconoMenu {
    color: #1B3E6C !important;
    font: normal normal normal 1px/1 FontAwesome !important;
}

.iconoMenuActual {
    color: silver !important;
    font: normal normal normal 14px/1 FontAwesome !important;
}

#butonMenu {
    position: relative;
    display: block;
}

    #butonMenu::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(to right, #364e6c, #364e6c, white);
        z-index: 1;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.5s ease-in-out;
    }


    #butonMenu:hover::before {
        transform: scaleX(1);
    }


#ulMenu a {
    position: relative;
    display: block;
}

#ulMenu li {
    position: relative;
    display: block;
}


/*list*/
/*#ulMenu{
    list-style:none;
    display:none;

}*/
/*
/*link*/
/*.menu{
    position:relative;
    display:inline-block;
    text-decoration:none;
}*/


#ulMenu a::before, #ulMenu a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left, #364e6c, #364e6c, white);
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
}

#ulMenu a::before {
    top: -3px;
    transform-origin: left;
}

#ulMenu a::after {
    bottom: -3px;
    transform-origin: right;
}

#ulMenu a:hover::before,
#ulMenu a:hover::after,
.iconoMenuActual:hover::before,
.iconoMenuActual:hover::after {
    transform: scaleX(1);
}


/*
#ulMenu a:hover::before {
    transform: scaleX(1);
}

#ulMenu[data-animation="to-left"] a::before {
    transform-origin: right;
}

#ulMenu[data-animation="center"] a::before {
    transform-origin: center;
}

#ulMenu[data-animation="bonus"] a::before {
    transform-origin: right;
}

#ulMenu[data-animation="bonus"] a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.82, 0.94);
}
*/
.disabledEvento {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #A5A5A5 !important;
    border-color: #A5A5A5 !important;
}


.neutro, .neutro:hover {
    color: black !important;
    text-decoration: none !important;
}

.btnExpandir {
    position: relative;
    overflow: hidden;
    height: 1.5rem;
    padding: 0 .5rem;
    border-radius: 1.5rem;
    background: #1B3E6C;
    background-size: 400%;
    color: #fff;
    border: none;
}

    .btnExpandir:hover::before, .btnExpandirAdd:hover::before, .btnExpandir:hover::before {
        transform: scaleX(1);
    }

.button-content {
    position: relative;
    z-index: 1;
}

.btnExpandir::before, .btnExpandirAdd::before, .btnExpandir::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient( 82.3deg, #000 10.8%, #000 94.3% );
    transition: all 0.475s;
}




.btnExpandirAdd {
    position: relative;
    overflow: hidden;
    height: 1.5rem;
    padding: 0 .5rem;
    background: #364e6c;
    background-size: 400%;
    color: #fff;
    border: none;
}

    .btnExpandirAdd::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: 0 50%;
        width: 100%;
        height: inherit;
        border-radius: inherit;
        background: linear-gradient( 82.3deg, #0d6efd 10.8%, #0d6efd 94.3% );
        transition: all 0.475s;
    }

.opActividades {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

.Search {
    background-color: #1B3E6C;
    font-size: 15px;
    font-weight: 400;
    border: none;
    position: relative;
    overflow: hidden;
    border-radius: 0.6em;
}

.gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0.6em;
    margin-top: -0.25em;
}

.label {
    position: relative;
    top: -1px;
}

.transition {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 500ms;
    background-color: #ff8200;
    border-radius: 9999px;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Search:hover .transition {
    width: 110%;
    height: 110%;
}

.Search:active {
    transform: scale(0.97);
}

.opActividades:hover .transition {
    width: 110%;
    height: 110%;
}

.opActividades:active {
    transform: scale(0.97);
}

.opActividades:hover .transitionop {
    width: 110%;
    height: 110%;
}

.transitionop {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 500ms;
    background-color: #ff8200;
    border-radius: .25rem;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* Hide the default checkbox */
.containerch input {
    display: none;
}

.containerch {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* Create a custom checkbox */
.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
    background-color: #2196F300;
    border-radius: 0.25em;
    transition: all 0.25s;
}

/* When the checkbox is checked, add a blue background */
.containerch input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    transform: rotate(0deg);
    border: 0.1em solid black;
    left: 0;
    top: 0;
    width: 1.05em;
    height: 1.05em;
    border-radius: 0.25em;
    transition: all 0.25s, border-width 0.1s;
}

/* Show the checkmark when checked */
.containerch input:checked ~ .checkmark:after {
    left: 0.35em;
    top: 0.25em;
    width: 0.25em;
    height: 0.5em;
    border-color: #fff0 white white #fff0;
    border-width: 0 0.15em 0.15em 0;
    border-radius: 0em;
    transform: rotate(45deg);
}


.imputSearch:focus-visible {
    outline: 1px solid #9999FF !important;
    background-color: antiquewhite !important;
}



.btnAdd {
    display: inline-block;
    padding: 0.1rem .5rem;
    font-size: 16px;
    font-weight: 400;
    color: #198754;
    border: 3px solid #198754;
    cursor: pointer;
    position: relative;
    background-color: #d2f4ea;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
}

    .btnAdd::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #198754;
        transform: translateX(-100%);
        transition: all .3s;
        z-index: -1;
    }

    .btnAdd:hover::before {
        transform: translateX(0);
    }

    .btnAdd:hover {
        color: white;
    }

.btnAddInfo {
    display: inline-block;
    padding: 0.1rem .5rem;
    font-size: 16px;
    font-weight: 400;
    color: #0dcaf0;
    border: 3px solid #0dcaf0;
    cursor: pointer;
    position: relative;
    background-color: #cff4fc;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
}

    .btnAddInfo::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #0dcaf0;
        transform: translateX(-100%);
        transition: all .3s;
        z-index: -1;
    }

    .btnAddInfo:hover::before {
        transform: translateX(0);
    }

    .btnAddInfo:hover {
        color: white;
    }


.thHijos {
    padding: 10px 18px !important;
    border-bottom: 1px solid #111 !important;
}



.btnuser {
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
}


    .btnuser::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #454546;
        transform: translateX(-100%);
        transition: all .3s;
        z-index: -1;
    }

    .btnuser:hover::before {
        transform: translateX(0);
    }

    .btnuser:hover {
        color: white;
    }

.not-found-img {
    display: flex;
    margin: 0 auto;
    max-width: 100%;
}


.btnAddGreen {
    display: inline-block;
    line-height: 1.5;
    font-weight: 400;
    color: white;
    border: 1px solid #198754;
    cursor: pointer;
    position: relative;
    background-color: #198754;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

    .btnAddGreen::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        color: #198754;
        transform: translateX(-100%);
        transition: all .3s;
        z-index: -1;
    }

    .btnAddGreen:hover::before {
        transform: translateX(0);
    }

    .btnAddGreen:hover {
        color: #198754;
    }


@media only screen and (max-width: 400px) {
    .Escritorio {
        display: none !important;
    }
}

.overlaycustom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    z-index: -9999999;
    background: white;
}

    .overlaycustom.active {
        opacity: 35%;
        z-index: 99999998;
    }

.modalcustom {
    position: fixed;
    opacity: 35%;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    color: black;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    z-index: 3;
    visibility: hidden;
    transition: .5s ease;
}

    .modalcustom.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }


.dataTables_filter input {
    width: 300px;
    font-family: monospace;
    outline: none;
    border: 1px solid #dadada;
    padding: 5px;
    border-radius: 5px;
    background-color: #f3f7fe;
    transition: .3s;
    color: #3b82f6;
}

    .dataTables_filter input:focus {
        border: 1px solid #3b82f6;
        box-shadow: 0 0 0 4px #3b83f65f
    }


/* Switch starts here */
.rocker {
    display: inline-block;
    position: relative;
    /*
  SIZE OF SWITCH
  ==============
  All sizes are in em - therefore
  changing the font-size here
  will change the size of the switch.
  See .rocker-small below as example.
  */
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    width: 7em;
    height: 3em;
    overflow: hidden;
    border-bottom: 0.5em solid #eee;
}

.rocker-small {
    font-size: 0.5em;
    /* Sizes the switch */
    margin: 1em;
}

.rocker::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    border: 0.5em solid #eee;
    border-bottom: 0;
}

.rocker input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-left,
.switch-right {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 3em;
    transition: 0.2s;
    user-select: none;
}

.switch-left {
    height: 2.4em;
    width: 2.75em;
    left: 0.85em;
    bottom: 0.4em;
    background-color: #ddd;
    transform: rotate(15deg) skewX(15deg);
}

.switch-right {
    right: 0.5em;
    bottom: 0;
    background-color: #bd5757;
    color: #fff;
}

    .switch-left::before,
    .switch-right::before {
        content: "";
        position: absolute;
        width: 0.4em;
        height: 2.45em;
        bottom: -0.45em;
        background-color: #ccc;
        transform: skewY(-65deg);
    }

.switch-left::before {
    left: -0.4em;
}

.switch-right::before {
    right: -0.375em;
    background-color: transparent;
    transform: skewY(65deg);
}

input:checked + .switch-left {
    background-color: #0084d0;
    color: #fff;
    bottom: 0px;
    left: 0.5em;
    height: 2.5em;
    width: 3em;
    transform: rotate(0deg) skewX(0deg);
}

    input:checked + .switch-left::before {
        background-color: transparent;
        width: 3.0833em;
    }

    input:checked + .switch-left + .switch-right {
        background-color: #ddd;
        color: #888;
        bottom: 0.4em;
        right: 0.8em;
        height: 2.4em;
        width: 2.75em;
        transform: rotate(-15deg) skewX(-15deg);
    }

        input:checked + .switch-left + .switch-right::before {
            background-color: #ccc;
        }

/* Keyboard Users */
input:focus + .switch-left {
    color: #333;
}

input:checked:focus + .switch-left {
    color: #fff;
}

input:focus + .switch-left + .switch-right {
    color: #fff;
}

input:checked:focus + .switch-left + .switch-right {
    color: #333;
}
