﻿body {
    /*padding-top: 80px;*/
}


.foot-btn {
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 70%;
    border-color: #ecedf0;
}

.links {
    border: 1px solid #e7eaec;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    font-size: 13px;
}

.linkblue {
    color: black !important;
}

select2-search__field {
    color: #565656 !important;
    width: 100% !important;
}

. .img-large {
    cursor: zoom-in;
}

.imagen-evento {
    border: 2px solid grey;
    margin: 0;
    padding: 0;
    border-radius: 800px;
    overflow: hidden;
}

.carousel-inner img {
    width: 100%;
    max-height: 100%;
}

.carousel-inner {
    height: 400px;
}

.square {
    height: 400px;
    width: 100%;
}

.fotocarousel {
    margin-top: 40px;
    height: 400px;
    width: 100%;
    object-fit: contain;
}

.zoom {
    /* Aumentamos la anchura y altura durante 2 segundos */
    transition: width 2s, height 2s, transform 2s;
    -moz-transition: width 2s, height 2s, -moz-transform 2s;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    -o-transition: width 2s, height 2s,-o-transform 2s;
}

.zoomy:hover {
    /* tranformamos el elemento al pasar el mouse por encima al doble de
        su tamaño con scale(). */
    transform: scale(1.5);
    -moz-transform: scale(1.3); /* Firefox */
    -webkit-transform: scale(1.3); /* Chrome - Safari */
    -o-transform: scale(1.3); /* Opera */
}


/*Alineación de Botones de Exportación (Copiar, CVS, Excel, PDF e Imprimir)
     con el campo de filtrado en DataTable */
.btn-group, .btn-group-vertical {
    display: inline;
}


/* Resalta donde te encuentras en los Breadcrumbs*/
.breadcrumb .active {
    font-weight: bold;
}

/* Arreglando problema con los enlaces de color blanco, ya que hacen que pierdan estetica con el color donde fondo con el sistema*/

.breadcrumb li a {
    color: #ccc;
}

    .breadcrumb li a:visited,
    .breadcrumb li a:link {
        color: #565656;
    }

    .breadcrumb li a:hover {
        color: #161616;
    }

/* Esconder cualquier elemento */
.hide-element {
    visibility: hidden;
}

/* Estilo en detalles específicos */
.no-address-assigned {
    padding: 20px 0;
}

    .no-address-assigned + br + a {
        margin-top: 20px;
    }

/* Espacio para el boton de "Mostrar sección" */

.show-section {
    margin-top: 10px;
}

/* Override Uppercase en Panel Heading */
.panel > .panel-heading {
    text-transform: initial !important;
}

/* Elemento para mantener los botones de la tabla en linea*/

.dt-line-option {
    min-width: 185px;
}

/*Alineando Entries datatable  */
div#Tabla_info,
div#example_info {
    text-align: center;
}

/*  */

.form-group > .col-md-10 > label {
    margin-top: 10px !important;
}


/* Ocultar descripción de los títulos de cada módulo */

.pageheader .description {
    display: none;
}

.pageheader p {
    display: none;
}

/* Eliminar el margin top que tiene la foto de perfil en detalle de contacto y colaborador */

.profile-pic {
    margin-top: 0 !important;
}

    .profile-pic img {
        /*height: 100%;*/
    }


/* Removiendo triango debajo de los Breadcrumbs y el menú lateral */

.pageheader .breadcrumb li.active::after,
.nav-dropdown .nav-sub li.active::after {
    content: none;
}


/* Cambio color Step style */

.board > div.board-inner {
    background: #37b096 !important;
}

.nav-tabs > li.active > a span.round-tabs i {
    color: #f16067 !important;
}

.span.round-tabs.two {
    border: 2px solid #e669a6 !important;
}




/*
    ===================================
    Imagenes Para eventos
    ===================================
*/

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.closed {
    position: absolute;
    top: -10px;
    right: 5px;
    color: #bbb;
    font-size: 40px;
    font-weight: bold;
    transition: 0.5s;
}

    .close:hover,
    .close:focus {
        color: #565656;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
