html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

header nav {
    background-color: rgba(40,29,217,1) !important;
}
        /*linear-gradient(149deg, rgba(40,29,217,0.9) 36%, rgba(76,64,255,0.8) 68%);*/

header nav a {
    color: white !important;
}

    header nav .text-dark {
        color: white !important;
    }

html {
    overflow-x: hidden;
}

/* */

.block-mask {
    pointer-events: none;
}

    .block-mask > * {
        transition: opacity 5s;
        opacity: 0.4;
    }

.fade:not(.show) {
    display: none;
}

.alert ul {
    list-style-type: none;
    margin-bottom: 0px;
}

.alert ol, .alert ul {
    padding-left: 3rem;
}

.alert [data-icon] {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 70px;
}


div.dataTables_wrapper .dt-row .sorting_disabled:before,
div.dataTables_wrapper .dt-row .sorting_disabled::after {
    display: none;
}

table.view-information {
    font-size: 18px;
    width: 100%;
}

    table.view-information td {
        padding: 3px 10px;
        border: 1px solid rgba(40,29,217,1);
    }

.modal-header {
    background-color: rgba(40,29,217,1) !important;
    color: white;
    font-weight: bolder;
    padding: 10px 15px;
}

.modal-body, .modal-footer {
    padding: 5px 10px;
}

/* */
.sisla-form {
    border: 1px solid rgba(40,29,217,1);
}

    .sisla-form label {
        font-weight: bolder;
    }

    .sisla-form .form-value {
        font-size: 24px;
        display: block;
        padding-left: 30px;
        margin-bottom: 5px;
    }

    .sisla-form > *:not(.header-form) {
        padding: 10px;
        font-size: 20px;
    }

    .sisla-form .header-form {
        padding: 10px;
        background-color: rgba(40,29,217,1) !important;
        color: white;
        font-weight: bolder;
        font-size: 24px;
    }

    .sisla-form .footer-form {
        padding: 10px;
        text-align: right;
        position: relative;
    }

    .sisla-form textarea {
        resize: none;
    }

    .sisla-form textarea, input, select {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .sisla-form .footer-form .alert.show {
        display: inline-block;
        text-align: left;
        float: left;
        padding-top: 8px;
        padding-bottom: 8px;
        left: 50px;
        top: 50px;
        position: fixed;
        min-width: 30%
    }

    .sisla-form .dt-row {
        border-top: 1px solid rgba(40,29,217,1);
        border-bottom: 1px solid rgba(40,29,217,1);
        margin-top: 5px;
    }

/* */

.sisla-menu {
    margin-top: 20px;
    padding-left: 20%;
    padding-right: 20%;
    width: 100%;
}

.sisla-menu td {
    text-align: center;
}

    .sisla-menu .menu-item {
        padding: 5px;
        width: 280px;
        display: inline-block;
    }

        .sisla-menu .menu-item a {
            text-decoration: none;
            display: block;
            padding: 22px;
            background-color: rgba(40,29,217,1) !important;
            color: white;
        }

        .sisla-menu .menu-item .item-icon,
        .sisla-menu .menu-item .item-text {
            text-align: center;
            display:block;
        }

/* */

.logo-3 {
    background-image: url('../source/img/lg-disanic-03.png');
    /*width: 600px;*/
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.logo-4 {
    background-image: url('../source/img/lg-disanic-04.png');
    display: inline-block;
    width: 160px;
    height: 30px;
    background-color: rgba(255, 255, 255, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-5 {
    background-image: url('../source/img/lg-disanic-w-05.png');
    display: inline-block;
    width: 160px;
    height: 60px;
    /* background-color: rgba(255, 255, 255, 1); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -23px;
}

.center-div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
