﻿
* {
    margin: 0;
    padding: 0;
    border: 0 none;
    position: relative;
}

#footerLogin {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

#login-message-bad, #login-message-ok {
    display: none;
    flex-direction: row;
    margin: 0px 100px 0px 100px;
    justify-content: center;
}

.card-header:hover {
    cursor: pointer;
}

#unique-column.card-columns {
    column-count: 1 !important;
}

.wrappable {
    overflow: hidden;
    max-width: 400px;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wrappable.des {
    max-width: 300px;
}
.wrappable.v {
    max-width: 100px;  
}

article {
    background-color: rgba(255,255,255,0.1);
    background: inherit;
}

    article:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: inherit;
        filter: blur(3px);
    }

body {
    background: inherit;
    background-image: url("../images/molecule4k.svg");
    position: relative;
    background-size: 200%;
    animation: movimiento 30s infinite linear alternate;
}

@keyframes movimiento {
    from {
        background-position: bottom left;
    }

    to {
        background-position: top right;
    }
}

.custom-autocomplete {
    width: 350px !important;
    margin-right: 20px !important;
}

.selected-submodule {
    background-color: #e9ecf3;
}


#hideAll {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: white;
    z-index: 99; /*Higher than anything else in the document */
    opacity: 0.5;
}

.section-profile {
    color: black;
}

.data-section-profile {
    background-color: white;
    box-shadow: rgba(0,0,0,0.1) 5px 5px;
    border-radius: 10px 10px;
}

#map {
    height: 300px;
}


/*Timeline design*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        right: 25px;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: calc( 100% - 75px );
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            right: 0px;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }


.submodule-layout {
    display: none !important;
}

.swal-button--confirm {
    /*padding: 7px 19px;*/
    /**border-radius: 2px;*/
    background-color: #4e73df;
    font-size: 14px;
    /*border: 0px solid #4e73df;*/
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal-button--confirm:not([disabled]):hover {
    background-color: #2653d4;
}

input[type=checkbox] {
    transform: scale(1.5) !important;
}

.info.groupBy td {
    background-color: #E9F1FC !important;
    font-weight: bold!important;
    margin-right:10px!important;
}



.ui-selectmenu-menu-item-header {
    display: block;
    font-weight: bold;
}

.ui-selectmenu-menu-item-content {
    display: block;
}

.modal .modal-dialog .modal-xl {
    width: 100% !important;
}

input[type=radio] {
    transform: scale(1.5);
}

tbody {
    display: block;
    height: 720px;
    overflow: auto;
}

    thead, tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

/*table {
    width: 100% 
}*

/* thead,
 tbody,
 thead > tr,
 tbody > tr,
 thead > tr > th,
 tbody > tr > td {
    display: block;
}

 tbody > tr:after,
 thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

 tbody {
    overflow-y: auto;
    overflow-x:scroll;
    height: 300px;
}

tbody > tr > td,
thead > tr > th {
    width: 16.66%;
    float: left;
}
*/


table.have-checkbox > tbody > tr.groupBy > td.bs-checkbox {
    width:36px !important;
}

#excelDataTable {
    display: block;
    overflow: scroll;
    white-space: nowrap;
}