﻿ 

/* NUEVOS INTRA APODERADOS*/
.content-wrapper{
    background:white;
}
.sidebar {
    padding: revert !important;
}
.nav .border-cyan{
    border: solid 1px #3fb4bd;
}

ul.nav-sidebar  .nav-item {
    border-bottom: solid 1px #3fb4bd;
}

.nav-pills .nav-link {
    color: #07254b !important;
}
.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0;
    border-radius: 0;
    width: 100% !important;
    font-weight:500!important;
}
    .nav-sidebar .nav-item > .nav-link:hover {
        background-color: #3fb4bd !important;
        width: 100%!important;
    }
    .sidebar-light-primary .nav-item:hover i, .sidebar-light-primary .nav-link:hover p {
        color: white!important;
    }
.sidebar-light-primary .nav-item:hover i, .sidebar-light-primary .nav-link p {
    color: #07254b !important;
}
[class*=sidebar-light-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-light-] .nav-sidebar > .nav-item:hover > .nav-link {
    color: #07254b !important;
    background-color: #3fb4bd !important;
    width: 100% !important;
}
.nav-link:hover {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-item .has-treeview .menu-open {
    background-color: #3fb4bd !important;
    width: 100% !important;
}
.nav-item .nav-treeview {
    background-color: rgb(31,202,198,.10)!important;
}


.sidebar-mini.sidebar-collapse .main-sidebar {
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22) !important;
}
 

    .main-footer {
        background-color: #b4b1a9;
        /*padding: 0px;*/
        /*  border-top: none;
  */
        color: #fff;
        /* position: fixed;*/
        width: -webkit-fill-available;
        bottom: 0px;
        /* width: 100vw;*/
        display: inline-block;
    }

        .main-footer p {
            font-size: 16px;
        }

        .main-footer a {
            color: #fff;
        }

    .nav-sidebar .menu-open > .nav-link i.right {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .box {
        position: relative;
        border-radius: 3px;
        background: #ffffff;
        border-top: 3px solid #d2d6de;
        margin-bottom: 20px;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    }

        .box.box-primary {
            border-top-color: #3c8dbc;
        }

        .box.box-info {
            border-top-color: #1e3866;
        }

        .box.box-danger {
            border-top-color: #dd4b39;
        }

        .box.box-warning {
            border-top-color: #f39c12;
        }

        .box.box-success {
            border-top-color: #00a65a;
        }

        .box.box-default {
            border-top-color: #d2d6de;
        }

        .box.collapsed-box .box-body, .box.collapsed-box .box-footer {
            display: none;
        }

        .box .nav-stacked > li {
            border-bottom: 1px solid #f4f4f4;
            margin: 0;
        }

            .box .nav-stacked > li:last-of-type {
                border-bottom: none;
            }

        .box.height-control .box-body {
            max-height: 300px;
            overflow: auto;
        }

        .box .border-right {
            border-right: 1px solid #f4f4f4;
        }

        .box .border-left {
            border-left: 1px solid #f4f4f4;
        }

        .box.box-solid {
            border-top: 0;
        }

            .box.box-solid > .box-header .btn.btn-default {
                background: transparent;
            }

            .box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
                background: rgba(0,0,0,0.1);
            }

            .box.box-solid.box-default {
                border: 1px solid #d2d6de;
            }

                .box.box-solid.box-default > .box-header {
                    color: #444;
                    background: #d2d6de;
                    background-color: #d2d6de;
                }

                    .box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header .btn {
                        color: #444;
                    }

            .box.box-solid.box-primary {
                border: 1px solid #3c8dbc;
            }

                .box.box-solid.box-primary > .box-header {
                    color: #fff;
                    background: #3c8dbc;
                    background-color: #3c8dbc;
                }

                    .box.box-solid.box-primary > .box-header a, .box.box-solid.box-primary > .box-header .btn {
                        color: #fff;
                    }

            .box.box-solid.box-info {
                border: 1px solid #00c0ef;
            }

                .box.box-solid.box-info > .box-header {
                    color: #fff;
                    background: #00c0ef;
                    background-color: #00c0ef;
                }

                    .box.box-solid.box-info > .box-header a, .box.box-solid.box-info > .box-header .btn {
                        color: #fff;
                    }

            .box.box-solid.box-danger {
                border: 1px solid #dd4b39;
            }

                .box.box-solid.box-danger > .box-header {
                    color: #fff;
                    background: #dd4b39;
                    background-color: #dd4b39;
                }

                    .box.box-solid.box-danger > .box-header a, .box.box-solid.box-danger > .box-header .btn {
                        color: #fff;
                    }

            .box.box-solid.box-warning {
                border: 1px solid #f39c12;
            }

                .box.box-solid.box-warning > .box-header {
                    color: #fff;
                    background: #f39c12;
                    background-color: #f39c12;
                }

                    .box.box-solid.box-warning > .box-header a, .box.box-solid.box-warning > .box-header .btn {
                        color: #fff;
                    }

            .box.box-solid.box-success {
                border: 1px solid #00a65a;
            }

                .box.box-solid.box-success > .box-header {
                    color: #fff;
                    background: #00a65a;
                    background-color: #00a65a;
                }

                    .box.box-solid.box-success > .box-header a, .box.box-solid.box-success > .box-header .btn {
                        color: #fff;
                    }

            .box.box-solid > .box-header > .box-tools .btn {
                border: 0;
                box-shadow: none;
            }

            .box.box-solid[class*='bg'] > .box-header {
                color: #fff;
            }

        .box .box-group > .box {
            margin-bottom: 5px;
        }

        .box .knob-label {
            text-align: center;
            color: #333;
            font-weight: 100;
            font-size: 12px;
            margin-bottom: .3em;
        }

        .box > .overlay, .overlay-wrapper > .overlay, .box > .loading-img, .overlay-wrapper > .loading-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .box .overlay, .overlay-wrapper .overlay {
            z-index: 50;
            background: rgba(255,255,255,0.7);
            border-radius: 3px;
        }

            .box .overlay > .fa, .overlay-wrapper .overlay > .fa {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -15px;
                margin-top: -15px;
                color: #000;
                font-size: 30px;
            }

            .box .overlay.dark, .overlay-wrapper .overlay.dark {
                background: rgba(0,0,0,0.5);
            }

    .box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
        content: " ";
        display: table;
    }

    .box-header:after, .box-body:after, .box-footer:after {
        clear: both;
    }

    .box-header {
        color: #444;
        display: block;
        padding: 10px;
        position: relative;
    }

        .box-header.with-border {
            border-bottom: 1px solid #f4f4f4;
        }

    .collapsed-box .box-header.with-border {
        border-bottom: none;
    }

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        display: inline-block;
        /*font-size: 14px;*/
        font-size: 12px;
        margin: 0;
        line-height: 1;
    }

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
        margin-right: 5px;
    }

    .box-header > .box-tools {
        position: absolute;
        right: 10px;
        top: 5px;
    }

        .box-header > .box-tools [data-toggle="tooltip"] {
            position: relative;
        }

        .box-header > .box-tools.pull-right .dropdown-menu {
            right: 0;
            left: auto;
        }

        .box-header > .box-tools .dropdown-menu > li > a {
            color: #444 !important;
        }

    .btn-box-tool {
        padding: 5px;
        font-size: 12px;
        background: transparent;
        color: #97a0b3;
    }

        .open .btn-box-tool, .btn-box-tool:hover {
            color: #606c84;
        }

        .btn-box-tool.btn:active {
            box-shadow: none;
        }

    .box-body {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        padding: 10px;
    }

    .info-box .progress .progress-bar {
        padding-bottom: 4px;
    }


.card.border-top {
    border-top: solid 5px #1e3866!important;
}

.row .card-header div {
    margin-bottom: 0px;
}

.card-header {
    padding: 0.8rem 1rem 0.5rem 0.3rem ;
}

.card-header a:hover{
    text-decoration:none!important;
}
.card-body{
    padding:0.5rem;
}
h5 {
    font-weight: bold;
}

    .margin-bottom-0 {
        margin-bottom: 0px !important;
    }

    .recuadro-celeste {
        max-width: 40px;
        background-color: #1FB5B1;
        padding: 3px !important;
        text-align: center;
        color: white;
    }

    .titulo_chico {
        font-size: x-small;
        float: right;
        line-height: 30px;
        text-align: right;
    }

    .padding05 {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }

    .padding0 {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    /* */
    .no-padding {
        padding: 0 !important;
    }

    .no-margin {
        margin: 0 !important;
    }

    .no-shadow {
        box-shadow: none !important;
    }


    .height-40 {
        height: 40px;
    }

    .font-xlarge {
        font-size: x-large;
    }

#reportes .resultados .form-control {
    
    font-size: 0.8rem !important;
}
    .form-simple .form-control {
        height: revert;
        padding: revert;
        /*  line-height: 1;*/
        font-size: 0.8rem !important;
    }

    .form-simple .col-form-label {
        line-height: 1;
        font-weight: normal !important;
    }

    .form-simple .form-group {
        margin-bottom: 5px;
    }

    .form-simple .form-control select {
        max-width: 100% !important;
    }

    .margin-bottom {
        margin-bottom: 20px;
    }

    .margin-bottom-5 {
        margin-bottom: 5px;
    }

    .margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .margin-bottom-none {
        margin-bottom: 0;
    }

    .margin-r-5 {
        margin-right: 5px;
    }
.margin-r-10 {
    margin-right: 10px;
}
    .padding-bottom-none {
        padding-bottom: 0;
    }

tr.padding-bottom-none td {
    padding-bottom: 0!important;
}
    .margin-top-15 {
        margin-top: 15px !important;
    }
.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}


/*.users-list > li img {
    border-radius: 25%!important;
}*/

.users-list-name  {
    font-size: 12px;
}
.users-list-date {
    font-size: 11px;
}


ul.yellow li::before {
    content: "•";
    color: #f6c364;
    display: inline-block;
    width: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    font-weight: bold;
    font-size: large;
    vertical-align: middle;
    line-height:1em;
}
 
ul.yellow li {
    display: flex;
}
ul.yellow {
    padding-bottom: 10px;
}

/* footable*/

table > tbody > tr > td > span.footable-toggle {
 
    opacity: 1!important;
}

div.footable-loader > span.fooicon {
 
    opacity: 1!important;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon.indentado{
    width:2.6rem;
}

.nav-sidebar > .nav-item .nav-icon.fa, .nav-sidebar > .nav-item .nav-icon.fab, .nav-sidebar > .nav-item .nav-icon.fad, .nav-sidebar > .nav-item .nav-icon.fal, .nav-sidebar > .nav-item .nav-icon.far, .nav-sidebar > .nav-item .nav-icon.fas, .nav-sidebar > .nav-item .nav-icon.ion, .nav-sidebar > .nav-item .nav-icon.svg-inline--fa{
    font-size:1rem!important;
}

.border-bottom-azul {
    border-bottom-color: #07254b;
    border-bottom-width:2px;
}


/* FULL CALENDAR*/
.fc-header-toolbar h2{
    background:none;
}
.fc-button-primary {
    color: #fff;
    background-color: #1e3866 !important;
    border-color: #1e3866 !important;
}
    .fc-day-number {
    font-size: 12px!important;
}

.fc-title{
    font-weight:bold;
}

.fc-title .font-normal{
    font-weight:normal;
}

.fc-event {
    cursor: pointer;
}

.fc-icon-chevrons-left:before {
    content: "\f100"!important;
    font-weight: 900;
}
.fc-icon-chevrons-right:before {
    content: "\f101" !important;
    font-weight: 900;
}

.fc-icon-chevron-left:before {
    content: "\f104" !important;
    font-weight: 900;
}
.fc-icon-chevron-right:before {
    content: "\f054" !important;
    font-weight: 900;
}
.fc-icon {
    font-family: "Font Awesome 6 Free" !important;
}