﻿body {
    background: url("../imagenes/background.png") repeat;
}
#layoutSidenav_content {
    background: url("../imagenes/background.png") repeat !important;
}
.cointainer-fluid {
    background: #FFF;
}

div.dataTables_wrapper {
    min-width: 300px !important;
}

.DTFC_LeftBodyLiner {
    font-size: 14px !important;
    overflow-y: hidden !important;
}


/*PROPIEDADES ESPECIFICAS*/
.edl01 {
    color: #CCC !important;
    font-size: 11pt !important;
    border-bottom: 1px solid #333;
}

.edl02 {
    font-size: 11pt !important;
}

.edl03 {
    background: #B4B4B4 !important;
}

.edl04 {
    font-size: 11px !important;
}

.edl05 {
    font-size: 13px !important;
    font-weight: bold !important;
}

.edl07 {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.edl08 {
    cursor: pointer;
}

.edl09 {
    font-size: 13px !important;
}

.edl10 {
    width: 70px !important;
}

.edl11 {
    width: 110px !important;
}

.edl12 {
    width: 50px;
}

.edl13 {
    font-size: 24px !important;
    font-weight: bold;
    color: #777;
}

.edl14 {
    font-size: 16px !important;
    font-weight: bold;
}

.edl15 {
    background: #DDD !important;
}

.edl16 {
    background: #AC9560 !important;
}

.edl17 {
    font-size: 16px !important;
}
/*PROPIEDADES NOTIFICACIONES CHECKBOX MULTIPLE*/

.checkboxLocalidades {
    color: #474747;
    padding-left: 3em
}

.checkboxPlanteles {
    background: #E1E0E0;
    font-weight: bold;
    color: #000000;
}

/*PROPIEDADES PARA PANTALLAS MAS CHICAS*/
@media (max-width: 991.98px) {
    .edl06 {
        font-size: 24px !important;
    }
}

@media (max-width: 575.98px) {
    .edl06 {
        font-size: 24px !important;
    }

    .edl10 {
        width: 40px !important;
    }
}

.modal-static {
    position: fixed;
    top: 50%;
    left: 58%;
    margin-top: -100px;
    margin-left: -150px;
    overflow: visible !important;
}

    .modal-static,
    .modal-static .modal-dialog,
    .modal-static .modal-content {
        width: 90px;
        height: 90px;
    }

        .modal-static .modal-dialog,
        .modal-static .modal-content {
            padding: 0 !important;
            margin: 0 !important;
        }

            .modal-static .modal-content .icon {
            }

.modal-text {
    text-align: center;
    font-family: Cambria;
    font-weight: bold;
    font-size: medium;
}

.dataTables_info{
    color:#AAA !important;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Toastr */
.toast-top-right{ margin-top:50px !important;}
.toast { opacity: 1 !important; }
#toast-container > div { opacity: 1 !important;}

/* Toastr */
.dataTables_filter { float: left !important; padding-left:10px !important; }  
.dataTables_filter label{ font-weight:bold !important; font-size: 20px !important; }   
.dataTables_filter input{ min-width: 500px !important;}
.dt-buttons { float: right !important; }

@media (max-width: 767.98px) { 
    .dataTables_filter input{ min-width: 300px !important;}
    .dataTables_filter input{ min-width: 300px !important;}
}