﻿iframe {
    min-height: 500px;
}

/*.dataTables_filter {
    display: none;
}*/

.modal-dialogVisor {
    max-width: max-content;
    /* margin: 3rem auto; */
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
}

.headings-color {
    font-weight: 700;
    color: rgba(13, 75, 156, 1);
}

.card-styles {
    background-color: rgba(229, 235, 245, 1);
}

label {
    color: rgba(13, 75, 156, 1);
}

/*.table .thead-dark th {
    color: #fff;
    background-color: rgba(13, 75, 156, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    border-color: #ffffff;
}*/

/*table.dataTable tbody th,
table.dataTable tbody td {
    padding: 12px 14px !important;
}*/

.form-group {
    margin-bottom: 0.5rem;
}

.custom {
    padding: .5rem 2rem;
}

/*.dataTables_length {
    display: none;
}*/


.form-control {
    font-size: .85rem;
}

/*LOADER*/
.loading {
    width: 98%;
    height: 63%;
    position: absolute;
    background: rgba(0,0,0,.075);
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

/*.modal .close {
    color: #fff;
}*/

.btn-view {
    color: #309c48;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    color: gray !important;
}

.tooltip0, .tooltip1, .tooltip2 {
    display: inline-block;
    position: relative;
    border-bottom: 1px dotted #666;
    text-align: left;
}

    .tooltip0 h3, .tooltip1 h3, .tooltip2 h3 {
        padding: 5px;
        margin-left: 5px;
        margin-bottom: 0px;
    }


    .tooltip0 .bottom, .tooltip1 .bottom, .tooltip2 .bottom {
        min-width: 380px;
        max-width: 420px;
        top: 30px;
        left: 50%;
        transform: translate(-30%, 0);
        color: #FFFFFF;
        background-color: #0099FF;
        font-weight: normal;
        font-size: 13px;
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        border: 1px solid #3366FF;
        box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.8s;
    }

    .tooltip0:hover .bottom, .tooltip1:hover .bottom, .tooltip2:hover .bottom {
        visibility: visible;
        opacity: 1;
    }

    .tooltip0 .bottom i, .tooltip1 .bottom i, .tooltip2 .bottom i {
        position: absolute;
        bottom: 100%;
        left: 30%;
        margin-left: -10px;
        width: 20px;
        height: 10px;
        overflow: hidden;
    }

        .tooltip0 .bottom i::after, .tooltip1 .bottom i::after, .tooltip2 .bottom i::after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            left: 50%;
            transform: translate(-50%,50%) rotate(45deg);
            background-color: #0099FF;
            border: 1px solid #3366FF;
            box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        }
