﻿
html {
    background: none;
    font-size: 15px;
}

#header > :first-child, aside {
    width: 220px;
}

@media (min-width: 768px) {
    #header .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #header .container {
        width: 1000px;
    }
    .container {
        width: 1000px;
    }
}




#header {
    padding: 0;
}
    #header .container {
        margin: 0 auto;
        float: inherit;
        display: block;
        padding: 0;
        background: url(../images/overlay.png) center center / cover no-repeat;
    }
.container-header {
    margin: 0 -14px 30px;
    background: #f8fafc;
    padding: 15px 0;
}
/* links */
a {
    color: #0066c0;
}

a:hover {
        color: #c45500;
}

/* Labels */
.label {
    font-size: 90%;
    padding: 3px 6px;
    cursor: default;
}
.label-primary {
    background: #1d83c5;
    background: -moz-linear-gradient(top, #1d83c5 0%, #0e70b1 100%);
    background: -webkit-linear-gradient(top, #1d83c5 0%,#0e70b1 100%);
    background: linear-gradient(to bottom, #1d83c5 0%,#0e70b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d83c5', endColorstr='#0e70b1',GradientType=0 );
}
.label-info {
    background: #38a2a2;
    background: -moz-linear-gradient(top, #38a2a2 0%, #27928d 100%);
    background: -webkit-linear-gradient(top, #38a2a2 0%,#27928d 100%);
    background: linear-gradient(to bottom, #38a2a2 0%,#27928d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38a2a2', endColorstr='#27928d',GradientType=0 );
}
.label-danger {
    background: #dc6650;
    background: -moz-linear-gradient(top, #dc6650 0%, #c9543d 100%);
    background: -webkit-linear-gradient(top, #dc6650 0%,#c9543d 100%);
    background: linear-gradient(to bottom, #dc6650 0%,#c9543d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc6650', endColorstr='#c9543d',GradientType=0 );
}
.label-success {
    background: #4eab33;
    background: -moz-linear-gradient(top, #4eab33 0%, #3a921c 100%);
    background: -webkit-linear-gradient(top, #4eab33 0%,#3a921c 100%);
    background: linear-gradient(to bottom, #4eab33 0%,#3a921c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eab33', endColorstr='#3a921c',GradientType=0 );
}
.label-warning {
    background: #e4a42d;
    background: -moz-linear-gradient(top, #e4a42d 0%, #bf8e1f 100%);
    background: -webkit-linear-gradient(top, #e4a42d 0%,#bf8e1f 100%);
    background: linear-gradient(to bottom, #e4a42d 0%,#bf8e1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4a42d', endColorstr='#bf8e1f',GradientType=0 );
}
.label-dark {
    background: #5f5f5f;
    background: -moz-linear-gradient(top, #5f5f5f 0%, #4d4d4d 100%);
    background: -webkit-linear-gradient(top, #5f5f5f 0%,#4d4d4d 100%);
    background: linear-gradient(to bottom, #5f5f5f 0%,#4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5f5f', endColorstr='#4d4d4d',GradientType=0 );
}
.label-default {
    background: #a1a1a1;
    background: -moz-linear-gradient(top, #a1a1a1 0%, #909090 100%);
    background: -webkit-linear-gradient(top, #a1a1a1 0%,#909090 100%);
    background: linear-gradient(to bottom, #a1a1a1 0%,#909090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#909090',GradientType=0 );
}


/* Buttons */
.btn {
    padding: 5px 10px;
    font-size: 13px !important;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 4px #c7c7c7;
    -webkit-box-shadow: 0px 1px 4px #c7c7c7;
    box-shadow: 0px 1px 4px #c7c7c7;
    text-shadow: none;
}
.btn:hover {
    text-decoration: none !important;
}
.btn-xs {
    padding: 3px 10px;
    font-size: 11px !important;
}
.btn-sm {
    padding: 4px 10px;
    font-size: 12px !important;
}
.btn-md {
    padding: 5px 10px;
    font-size: 13px !important;
}
.btn-lg {
    padding: 7px 20px;
    font-size: 15px !important;
}
.btn-primary {
    background: #1599BA;
    background: -webkit-linear-gradient(top, #0284c7, #0369a1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0284c7), to(#0369a1));
    background: -moz-linear-gradient(top, #0284c7, #0369a1);
    background: -ms-linear-gradient(top, #0284c7, #0369a1);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
    border-color: #0369a1;
    border-style: solid;
    border-width: 1px;
    vertical-align: middle;
    color: #fff !important;
    font-size: 12px;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        background: #0369a1;
        text-shadow: 0 0 1px #222;
    }

.btn-success {
    background: #52a74d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a74d), to(#4a8c47));
    background: -webkit-linear-gradient(top, #52a74d, #4a8c47);
    background: -moz-linear-gradient(top, #52a74d, #4a8c47);
    background: -ms-linear-gradient(top, #52a74d, #4a8c47);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
    border-color: #5b9a50;
    border-style: solid;
    border-width: 1px;
    vertical-align: middle;
    color: #fff !important;
    font-size: 12px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background: #19921a;
    text-shadow: 0 0 1px #222;
}

.btn-danger {
    background: #25b54b;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b94f4f), to(#af2c2c));
    background: -webkit-linear-gradient(top, #b94f4f, #af2c2c);
    background: -moz-linear-gradient(top, #b94f4f, #af2c2c);
    background: -ms-linear-gradient(top, #b94f4f, #af2c2c);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
    border-color: #ab5a5a;
    border-style: solid;
    border-width: 1px;
    vertical-align: middle;
    color: #fff !important;
    font-size: 12px;

  
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background: #a20505;
    text-shadow: 0 0 1px #222;
    border-color: #ab5a5a;
}

.btn-default {
    background: #eff0f3;
    background: linear-gradient(to bottom,#f3f4f6,#e5e7eb);
    background: -webkit-linear-gradient(top,#f3f4f6,#e5e7eb);
    background: linear-gradient(to bottom,#f3f4f6,#e5e7eb);
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border-color: #e1e5ea #c8ccd2 #cccfd2;
    border-style: solid;
    border-width: 1px;
    vertical-align: middle;
    color: #616161 !important;
    font-size: 12px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    /*border-color: #a2a6ac #979aa1 #82858a;*/
    border-color: #e1e5ea #c8ccd2 #cccfd2;
    background: #e7e9ec;
}

.btn-warning {
    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;
    /*border-color: #a88734 #9c7e31 #846a29;*/
    border-color: #d8c38e #d8b55b #c7a54d;
    border-style: solid;
    border-width: 1px;
    vertical-align: middle;
    color: #111 !important;
    font-size: 12px;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background: #f1c860;
    background: -webkit-linear-gradient(top,#f5d78e,#eeb933);
    background: linear-gradient(to bottom,#f5d78e,#eeb933);
    /*border-color: #a88734 #9c7e31 #846a29;*/
    border-color: #d8c38e #d8b55b #c7a54d;
    color: #111 !important;
}

.btn-info {
    background: #0e7e84;
    background: -webkit-linear-gradient(top,#1c9ea5,#0e7e84);
    background: linear-gradient(to bottom,#1c9ea5,#0e7e84);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
    border-color: #4e7a8c;
    border-style: solid;
    border-width: 1px;
    vertical-align: middle;
    color: #fff !important;
    font-size: 12px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background: #0e7e84;
    color: #fff !important;
}
.btn-dark {
    background: #5b626a;
    background: -webkit-linear-gradient(top,#72787F,#444C55);
    background: linear-gradient(to bottom,#72787F,#444C55);
    border-color: #3d444c #2f353b #2c3137;
    color: #fff !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.15) inset;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    border-style: solid;
    border-width: 1px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
    color: #fff !important;
    background: #50555d;
    background: -webkit-linear-gradient(top,#666b72,#393f47);
    background: linear-gradient(to bottom,#666b72,#393f47);       
}


legend,
h4.ficha-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #33a9b1;
    padding: 0px 0 4px;
    border-bottom: 3px solid #e2e2e2 !important;
    padding-left: 5px;
}



/* global CSS classes */

.field-validation-error {
    color: #e61212;
    font-size: 12px;
    background: #ffeaea;
    padding: 7px 10px;
    border-left: 2px solid red;
    margin: 2px 0;
    display: block;
}

.req {
    color: red;
}

.custom-message {
    font-size: 14px; 
    border-radius: 10px; 
    padding: 10px 10px; 
    margin-bottom: 20px; 
    background: #fdfdd4;
    border: 1px solid #ecec8b;
    box-shadow: 1px 1px #d2d22b;
    color: #0e7886;
    line-height: 26px;
}

.nav-header {
    font-weight: 400;
    font-size: 11px;
    display: block;
    padding: 0;
    text-transform: uppercase;
    color: #838383;
    margin-bottom: 10px;
    font-weight: 500;
}

.nav > li > a {
    border-bottom: 1px dotted #ccc;
    padding: 8px 10px;
}

.nav-tabs>li>a:hover {
    background: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #ccc;
}

/* Profile Headers */
.profile-header {
    padding-top: 20px;
    margin: -20px -20px 0px -20px;
    height: 100px;
    border-bottom: 1px solid #ddd;
    box-shadow: inset 0 -1px 0px 0px #396eab, 0 1px 0 #cea849;
    border-bottom: 4px solid #f9ce61;
    background: #f9f9f9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
    clear: both;
    background: url(../images/bg-blobs.svg) center center/cover no-repeat, linear-gradient(-303deg, #2a5f9d, #40948c);
}
@media (min-width: 992px) {
    .profile-header-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 116px;
        z-index: 30;
    }
}
    .profile-header-seleccion {
        border-bottom: none;
        background: url(../images/bg-blobs.svg) center center/cover no-repeat, linear-gradient(-303deg, #eee, #e5e5e5);
        box-shadow: none;
    }

    .profile-pic {
        margin-top: 0;
        margin-right: 0px;
        border: 1px solid #ddd;
        float: right;
        background: white;
        padding: 3px;
        position: absolute;
        right: 15px;
        top: -15px;
        border-radius: 70px;
    }

        .profile-pic .profile-img {
            top: 0;
            left: 5px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 70px;
            height: 70px;
            border-radius: 70px;
        }

    .picture-thumbnail {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #ccc;
        width: 40px;
        height: 40px;
    }

    .profile-header h1 {
        padding-left: 20px;
        color: white;
        text-shadow: 1px 1px #4c4c4c;
    }

        .profile-header h1 small {
            font-weight: 600;
            color: #676767;
            font-size: 16px;
        }

    /* Responsive entity header using flex */
    .entity-header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0;
        padding: 0 10px;
        gap: 5px 15px;
    }

        .entity-header .profile-pic {
            position: static;
            float: none;
            margin: 0;
            right: auto;
            top: auto;
        }

        .entity-header .profile-pic .profile-img {
            width: 70px;
            height: 70px;
        }

        .entity-header .entity-info {
            text-align: left;
        }

        .entity-header .entity-info h1 {
            margin-top: 0;
        }

        .entity-header .entity-actions {
            width: 100%;
            text-align: center;
        }

    @media (min-width: 768px) {
        .entity-header {
            flex-wrap: nowrap;
        }

        .entity-header .entity-info {
            flex: 1;
        }

        .entity-header .entity-actions {
            width: auto;
            margin-left: auto;
            text-align: right;
        }
    }

    /* End Profile Header */




    .tabs-left .nav-tabs {
        width: 100%;
        min-height: 550px;
        padding-top: 20px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+95,f9f9f9+100&0+95,1+100 */
        background: -moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(249,249,249,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 95%,rgba(249,249,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0,0,0,0) 95%,rgba(249,249,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 */
    }

        .tabs-left .nav-tabs li a {
            font-size: 12px;
        }

        .tabs-left .nav-tabs li:not(.active) a {
            border-bottom: none;
        }

    .tabs-left .tab-content {
        margin-left: 180px;
        padding-top: 1px;
    }


    /* table */

    .table-list thead tr {
        background: #fff;
        font-size: 12px;
    }

    .table-list tr td {
        padding: 6px 10px !important;
        line-height: 25px !important;
    }

    .table-list tbody tr:hover {
        background: #ffffdb;
    }

    .table-list > tbody > tr > td,
    .table-list > tbody > tr > th,
    .table-list > tfoot > tr > td,
    .table-list > tfoot > tr > th,
    .table-list > thead > tr > td,
    .table-list > thead > tr > th {
        border-top: none !important;
        border-bottom: 1px solid #e7ecf3;
    }

    .col-content-table {
        overflow: hidden;
        padding: 0 !important;
    }
    .table-large {
        margin: 0;
    }
    .table-large thead tr {
        font-size: 13px;
    }
    .table-large thead tr th {
        font-weight: normal !important;
        padding: 10px;
    }
    .table-large tbody tr:hover {
        background: #fafafa;
    }
    .table-large tr td {
        padding: 8px 10px !important;
    }
    .table-large > tbody > tr > td,
    .table-large > tbody > tr > th,
    .table-large > tfoot > tr > td,
    .table-large > tfoot > tr > th,
    .table-large > thead > tr > td,
    .table-large > thead > tr > th {
        border-top: none !important;
        border-bottom: 1px solid #e7e5e4; /* tw stone 200 */
    }
    

    /* Custom CSS classes */
    .col-sidebar {
        /*background: #f9f9f9;*/
        padding: 20px 10px;
        min-height: 600px;
        border-right: 1px solid #ddd;
        background: #f9f9f9;
    }

.col-content {
    background: #ffffff;
    padding: 20px 20px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.1); /* 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.1) 0 0 13px 0 rgba(62,44,90,.08) !important;*/
}



    .content-header {
        padding: 10px 20px;
        margin: -20px -20px 30px;
        background: #f0f0f0;
        border-bottom: 1px solid #ddd;
        box-shadow: inset 0 -12px 11px -10px #eee;
        border-bottom: 1px solid #ddd;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f9f9f9 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#f9f9f9 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
    }

        .content-header h1 {
            color: #4D8BA5;
            text-shadow: 1px 1px white;
        }


    /* Custom - Text Color */
    .color-pink {
        color: #ff757c;
    }

    .color-yellow {
        color: #d49911;
    }

    .color-green {
        color: #40a01b;
    }

    /* Custom - Box */
    .list-desc {
        padding: 10px;
        border-bottom: 1px solid #eee;
        background: #f4f8fb;
        padding-top: 20px;
    }

        .list-desc .list-title {
            font-weight: bold;
            font-size: 17px;
            margin-bottom: 10px;
        }

    .table tr td {
        vertical-align: middle !important;
    }

    .table-ficha {
        color: #333;
    }

        .table-ficha .label {
            font-weight: 500;
        }

        .table-ficha tr td {
            border-top: none !important;
            border-bottom: 1px dotted #eee;
        }

        .table-ficha tr:first-child td {
            border-top: none !important;
        }

        .table-ficha tr td:first-child {
            text-align: right;
            font-weight: 500;
            width: 30%;
            color: #ba662b;
            font-size: 12px;
            vertical-align: top !important;
        }

        .table-ficha tr td {
            padding: 7px 5px !important;
        }


    .table-borderless > tbody > tr > td,
    .table-borderless > tbody > tr > th,
    .table-borderless > tfoot > tr > td,
    .table-borderless > tfoot > tr > th,
    .table-borderless > thead > tr > td,
    .table-borderless > thead > tr > th {
        border-top: none;
    }

    /* Inside Sidebar */
    ul.sidebar-inner {
        list-style: none;
        padding-left: 0;
        min-height: 600px;
        border-right: 1px solid #ddd;
    }

        ul.sidebar-inner li {
            padding: 0 0 0 0px;
            font-size: 13px;
            margin: 0;
            /*border: 1px solid #DDDDDD;
    border-top: none;*/
        }

            ul.sidebar-inner li a {
                display: block;
                margin: 0;
                padding: 0;
                font-size: 13px;
                color: #333333;
                text-decoration: none;
                cursor: pointer;
                padding: 10px;
            }

                ul.sidebar-inner li a:hover {
                    color: #3276b1;
                }

            ul.sidebar-inner li.active a {
                background: #f9f9f9;
                color: #3276b1;
            }


    /* Custom Paddings/Margins */
    .pad-no {
        padding: 0;
    }

    .min-height-400 {
        min-height: 400px;
    }

    /* Columns */
    .col-width-80 {
        width: 80%;
        padding-left: 30px;
    }

    .col-width-20 {
        width: 20%;
    }


    /* plugin: dynamicTable */
    .dt-add {
        text-align: center;
        background: #dbe7f9;
        padding: 5px;
        font-size: 12px;
        cursor: pointer;
        font-weight: bold;
        color: #3a5c8e;
    }

    /* header */
.custom-header {
    color: #334155;
    background-color: #f3f4f6;
    height: 40px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}

        .custom-header i {
            margin-right: 5px;
        }

        .custom-header.custom-header-primary {
            color: #fff;
            background-color: #2073b7;
            text-shadow: 1px 1px #1b1a19;
        }

    /* no results */
    .no-results {
        text-align: center;
        font-size: 24px;
        color: #bbb;
        margin-top: 50px;
    }

    /* form */
    form footer {
        margin-top: 30px;
        border-top: 1px solid #ddd;
        padding-top: 20px;
        background: #fafafa;
        padding-bottom: 20px;
    }

    /* wel */
    .well.well-warning {
        background: #fffbe6;
        border: 1px solid #e8d87f;
        box-shadow: 0 1px 1px #fff9db;
        -webkit-box-shadow: 0 1px 1px #fff9db;
    }

        .well.well-warning i {
            color: #eca424;
        }

    .well.well-primary {
        background-color: #eaf7ff;
        border: 1px solid #c3dbf7;
        box-shadow: 0 1px 1px #fff9db;
        -webkit-box-shadow: 0 1px 1px #fff9db;
    }

    .well.well-success {
        background-color: #eaffea;
        border: 1px solid #c4e6c4;
        box-shadow: 0 1px 1px #fff9db;
        -webkit-box-shadow: 0 1px 1px #fff9db;
    }

    .well.well-info {
        background-color: #f4f8fb;
        border: 1px solid #b3d0ec;
        box-shadow: 0 1px 1px #fff9db;
        -webkit-box-shadow: 0 1px 1px #fff9db;
    }

        .well.well-info i {
            color: #4384c3;
        }

    .well.well-danger {
        background: #ffe7e7;
        border: 1px solid #e2c3c2;
        box-shadow: 0 1px 1px #fff9db;
        -webkit-box-shadow: 0 1px 1px #fff9db;
    }

        .well.well-danger i {
            color: #d84422;
        }

    .alink {
        line-height: 14px;
        font-weight: 600;
    }

    .blink {
        color: #f9ce61;
    }

    a.blink:hover,
    a.blink:focus {
        color: #f7c23d;
    }

    .last-update-box {
        background: #fffadd;
        padding: 10px 15px !important;
        border: 1px solid #ecec80 !important;
        text-align: right;
        margin: 10px 0;
    }

    .last-update-updated {
        margin-top: 5px;
    }

    .last-update-user {
        color: #c38117;
        cursor: default;
    }

    .last-update-date {
        text-decoration-style: dashed !important;
        text-decoration-line: underline;
        text-decoration-color: #adad06;
        cursor: default;
    }

    /*
    Miscelaneous
*/

    .topshadow {
        background: url(../images/topshadow.png) center top / 100% 10px no-repeat;
        height: 40px; /* usado en multiples lugares - no se puede eliminar aun*/
    }

    .top-shadow {
        background: url(../images/topshadow.png) center top / 100% 10px no-repeat;
        height: 10px;
    }


    /*
    Filtro - Horizontal
*/

    .filtro-horizontal {
        margin: -20px -20px 0 -20px;
    }

        .filtro-horizontal .filtro-box {
            background: #f3f4f6;
            padding: 5px 0;
        }

        .filtro-horizontal table.filtro-elements {
            border: none;
            margin-bottom: 0;
        }

            .filtro-horizontal table.filtro-elements td {
                border: none;
            }

    .filtro-title {
        font-weight: bold;
        font-size: 9px;
    }


    /*
    Mostrar datos en fichas
*/

    .list-label {
        font-weight: bold;
        color: #ba662b;
        font-size: 12px;
    }

    .list-value {
        font-size: 14px;
        margin-bottom: 20px;
    }

    /* 
    Paneles de Colores 

*/
    .config-header {
        background: #0078c0;
        padding: 10px;
        margin-bottom: 30px;
        padding-left: 95px;
        position: relative;
        color: #fff;
        text-shadow: 1px 1px #003a5f;
    }

        .config-header img {
            border-radius: 75px;
            background: white;
            padding: 5px;
            box-shadow: 0px 0px 0px 3px #0077c1;
            width: 75px;
            position: absolute;
            left: 10px;
            top: -10px;
        }

    .config-header-teal {
        background: #00c0a9;
    }

        .config-header-teal img {
            box-shadow: 0px 0px 0px 3px #00c0a9;
        }

    .config-header-yellow {
        background: #eabc4e;
    }

        .config-header-yellow img {
            box-shadow: 0px 0px 0px 3px #eabc4e;
        }

    .config-header-red {
        background: #eb3b45;
    }

        .config-header-red img {
            box-shadow: 0px 0px 0px 3px #eb3b45;
        }

    .config-header-green {
        background: #31ab4e;
    }

        .config-header-green img {
            box-shadow: 0px 0px 0px 3px #31ab4e;
        }

    .config-header-orange {
        background: #ef893b;
    }

        .config-header-orange img {
            box-shadow: 0px 0px 0px 3px #ef893b;
        }

    .panel-config-container {
        border: 1px solid #dcdcdc;
        margin-top: 30px;
    }

    .panel-config {
        padding: 0;
    }

        .panel-config ul {
            margin-right: 20px;
        }

            .panel-config ul li {
                list-style-type: none;
                padding-bottom: 20px;
            }

                .panel-config ul li a.config-title {
                    font-weight: bold;
                    font-size: 15px;
                }

                .panel-config ul li .config-description {
                    margin-top: 5px;
                }


    /**
    Round Links

*/

    .round-link {
        padding: 5px 15px;
        background: #fff;
        font-size: 12px;
        font-weight: 600;
        border-radius: 5px;
        margin-bottom: 20px;
        display: inline-block;
        margin-right: 5px;
        color: #636363;
        border: 1px solid #ccc;
    }

        .round-link:hover, .round-link.active {
            background: #f5f5f5;
            color: #214e75;
        }

    /* Currency */
    .lgs-currency {
        font-size: 15px;
        font-weight: 600;
        color: #666;
    }


    /* Post */
    .no-posts {
        padding: 30px 0;
    }

    /* post */
    .post {
        /*border: 1px solid #dddfe2;*/
        padding: 12px;
        /*margin-bottom: 15px;*/
        /*border-radius: 2px;*/
        /*box-shadow: 0 1px 1px #ececec;*/
    }

        .post.pinned {
            background: #fffece;
            border: 1px solid gold;
        }

        .post .post-importante {
            background: #f9c92f;
            color: white;
            font-weight: bold;
            margin: -12px -12px 12px -12px;
        }

            .post .post-importante .post-importante-overlay {
                background: url(../images/60-lines.png) left top repeat;
                padding: 5px 10px;
            }

        .post .post-usuario {
            font-size: 14px;
            font-weight: bold;
            margin-left: 8px;
        }

        .post .post-info {
            height: 50px;
        }

        .post .post-time {
            margin-left: 48px;
            font-size: 12px;
        }

        .post .comentario {
            font-size: 14px;
            color: #000;
        }

        .post .post-actions {
            font-size: 12px;
            margin-top: 5px;
        }

    /* Custom box for listing */
    .custom-box {
        border: 1px solid #ddd;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .customb-box-title {
        font-size: 16px;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 20px;
    }

    .tag {
        padding: .2em .5em .2em .5em;
        background: #3c7bc5;
        color: white;
        border: none;
        border-radius: 3px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 2px;
    }
.tag-subtle {
    cursor: default;
    padding: .2em .5em .2em .5em;
    background: rgb(225, 236, 244);
    color: rgb(57, 115, 157);
    border: none;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 2px;
}

    /* The switch - the box around the slider */
    .custom-switch {
        position: relative;
        display: inline-block;
        width: 53px;
        height: 28px;
    }

    .custom-switch-sm {
        width: 48px;
        height: 20px;
    }

    /* Hide default HTML checkbox */
    .custom-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    /* The slider */
    .custom-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .2s;
        transition: .2s;
    }

        .custom-slider:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .2s;
            transition: .2s;
        }

    .custom-switch-sm .custom-slider:before {
        height: 14px;
        width: 14px;
        bottom: 3px;
    }

    input:checked + .custom-slider {
        background-color: #3fd25b;
    }

    input:focus + .custom-slider {
        box-shadow: 0 0 1px #ccc;
    }

    input:checked + .custom-slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .custom-slider.round {
        border-radius: 40px;
    }

        .custom-slider.round:before {
            border-radius: 50%;
        }


    /* Labels */
    .label-block {
        display: block;
        padding: 5px 6px;
    }



    /**
    Badge subtle
*/

    .badge-subtle.badge-primary {
        color: #2e609c;
        background-color: rgba(52, 108, 176, 0.08);
    }

        .badge-subtle.badge-primary[href]:hover, .badge-subtle.badge-primary[href]:focus {
            color: #2e609c;
            text-decoration: none;
            background-color: rgba(52, 108, 176, 0.12);
        }

    .badge-subtle.badge-secondary {
        color: #888c9b;
        background-color: rgba(246, 247, 249, 0.08);
    }

        .badge-subtle.badge-secondary[href]:hover, .badge-subtle.badge-secondary[href]:focus {
            color: #888c9b;
            text-decoration: none;
            background-color: rgba(246, 247, 249, 0.12);
        }

    .badge-subtle.badge-success {
        color: #008974;
        background-color: rgba(0, 162, 138, 0.08);
    }

        .badge-subtle.badge-success[href]:hover, .badge-subtle.badge-success[href]:focus {
            color: #008974;
            text-decoration: none;
            background-color: rgba(0, 162, 138, 0.12);
        }

    .badge-subtle.badge-info {
        color: #01678f;
        background-color: rgba(1, 121, 168, 0.08);
    }

        .badge-subtle.badge-info[href]:hover, .badge-subtle.badge-info[href]:focus {
            color: #01678f;
            text-decoration: none;
            background-color: rgba(1, 121, 168, 0.12);
        }

    .badge-subtle.badge-warning {
        color: #f6ba54;
        background-color: rgba(247, 196, 108, 0.08);
    }

        .badge-subtle.badge-warning[href]:hover, .badge-subtle.badge-warning[href]:focus {
            color: #f6ba54;
            text-decoration: none;
            background-color: rgba(247, 196, 108, 0.12);
        }

    .badge-subtle.badge-danger {
        color: #af5a98;
        background-color: rgba(183, 107, 163, 0.08);
    }

        .badge-subtle.badge-danger[href]:hover, .badge-subtle.badge-danger[href]:focus {
            color: #af5a98;
            text-decoration: none;
            background-color: rgba(183, 107, 163, 0.12);
        }

    .badge-subtle.badge-light {
        color: #363642;
        background-color: rgba(246, 247, 249, 0.08);
    }

        .badge-subtle.badge-light[href]:hover, .badge-subtle.badge-light[href]:focus {
            color: #363642;
            text-decoration: none;
            background-color: rgba(246, 247, 249, 0.12);
        }

    .badge-subtle.badge-dark {
        color: #363642;
        background-color: rgba(34, 34, 48, 0.08);
    }

        .badge-subtle.badge-dark[href]:hover, .badge-subtle.badge-dark[href]:focus {
            color: #363642;
            text-decoration: none;
            background-color: rgba(34, 34, 48, 0.12);
        }


/**
    Reporte

*/
#rpt-content {
    background: #f0f0f0;
    padding: 20px 20px 0 20px;
    border: 1px solid #aaa;
    overflow: auto;
    min-height: 680px;
}
.rpt-page {
    background: white;
    border: 1px #D3D3D3 solid;
    margin-bottom: 20px;
    width: 29.7cm;
    height: 21cm;
    padding: 0.5in;
    margin: 0 auto;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    zoom: 80%;
}
.rpt-page-visible {
    display: block;
}
.rpt-page-hidden {
    display: none;
}

/**
    * Navs Header (Asignatura, Curso, ACLEs)
    *
*/
.lgs-nav-tabs-header {
    border-radius: 5px 5px 0 0;
    box-shadow: inset 0 -1px 0px 0px #396eab, 0 1px 0 #cea849;
    border-bottom: 4px solid #f9ce61;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
    clear: both;
    background: url(../images/bg-blobs.svg) center center/cover no-repeat, linear-gradient(-303deg, #2a5f9d, #40948c);
}
.lgs-nav-tabs-header > li > a {
    color: white;
    font-weight: 600;
}
    .lgs-nav-tabs-header > li > a:hover,
    .lgs-nav-tabs-header > li > a:focus, 
    .lgs-nav-tabs-header > li > a:hover,
    .lgs-nav-tabs-header > li.active > a,
    .lgs-nav-tabs-header > li.active > a:focus,
    .lgs-nav-tabs-header > li.active > a:hover {
        font-weight: 600;
        background: rgba(0, 0, 0, 0.05);
        color: #f9ce61;
        border-color: transparent;
        border-bottom: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.lgs-nav-tabs-header.nav .open > a, 
.lgs-nav-tabs-header.nav .open > a:focus, 
.lgs-nav-tabs-header.nav .open > a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

    .lgs-nav-tabs-header.nav .dropdown-menu {
        padding: 3px;
        -webkit-animation-duration: 0s !important;
        -moz-animation-duration: 0s !important;
        -o-animation-duration: 0s !important;
        animation-duration: 0s !important;
    }

    .lgs-nav-tabs-header.nav .dropdown-menu li a:hover {
        background: rgba(0,0,0,.05) !important;
        color: #444 !important;
    }
    /**
        horizontal rule
    */
hr.dashed {
    border-top: 1px dashed #eee;
}

/* modal header */
.modal-content {
    border-radius: 7px 7px 0 0;
}
.modal-header {
    border-radius: 5px 5px 0 0;
    box-shadow: inset 0 -1px 0px 0px #396eab, 0 1px 0 #cea849;
    border-bottom: 4px solid #f9ce61;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
    clear: both;
    background: url(../images/bg-blobs.svg) center center/cover no-repeat, linear-gradient(-303deg, #2a5f9d, #40948c);
}
    .modal-header .modal-title {
        color: white !important;
        text-shadow: 1px 1px #042a50;
    }
    .modal-header .close {
        color: white;
        opacity: 0.5;
        margin-top: 4px;
    }
    
/**
    Form comentario box - usado en POSTS
*/
.form-comentario-box {
    background: #edeff0;
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
}

/**
    *
    * margin - padding classes 
    * 
*/
.m-0 {
    margin: 0 !important;
}

    .mt-0,
    .my-0 {
        margin-top: 0 !important;
    }

    .mr-0,
    .mx-0 {
        margin-right: 0 !important;
    }

    .mb-0,
    .my-0 {
        margin-bottom: 0 !important;
    }

    .ml-0,
    .mx-0 {
        margin-left: 0 !important;
    }

    .m-1 {
        margin: 0.25rem !important;
    }

    .mt-1,
    .my-1 {
        margin-top: 0.25rem !important;
    }

    .mr-1,
    .mx-1 {
        margin-right: 0.25rem !important;
    }

    .mb-1,
    .my-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-1,
    .mx-1 {
        margin-left: 0.25rem !important;
    }

    .m-2 {
        margin: 0.5rem !important;
    }

    .mt-2,
    .my-2 {
        margin-top: 0.5rem !important;
    }

    .mr-2,
    .mx-2 {
        margin-right: 0.5rem !important;
    }

    .mb-2,
    .my-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-2,
    .mx-2 {
        margin-left: 0.5rem !important;
    }

    .m-3 {
        margin: 1rem !important;
    }

    .mt-3,
    .my-3 {
        margin-top: 1rem !important;
    }

    .mr-3,
    .mx-3 {
        margin-right: 1rem !important;
    }

    .mb-3,
    .my-3 {
        margin-bottom: 1rem !important;
    }

    .ml-3,
    .mx-3 {
        margin-left: 1rem !important;
    }

    .m-4 {
        margin: 1.5rem !important;
    }

    .mt-4,
    .my-4 {
        margin-top: 1.5rem !important;
    }

    .mr-4,
    .mx-4 {
        margin-right: 1.5rem !important;
    }

    .mb-4,
    .my-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-4,
    .mx-4 {
        margin-left: 1.5rem !important;
    }

    .m-5 {
        margin: 3rem !important;
    }

    .mt-5,
    .my-5 {
        margin-top: 3rem !important;
    }

    .mr-5,
    .mx-5 {
        margin-right: 3rem !important;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 3rem !important;
    }

    .ml-5,
    .mx-5 {
        margin-left: 3rem !important;
    }

    .m-6 {
        margin: 6rem !important;
    }

    .mt-6,
    .my-6 {
        margin-top: 6rem !important;
    }

    .mr-6,
    .mx-6 {
        margin-right: 6rem !important;
    }

    .mb-6,
    .my-6 {
        margin-bottom: 6rem !important;
    }

    .ml-6,
    .mx-6 {
        margin-left: 6rem !important;
    }

    .p-0 {
        padding: 0 !important;
    }

    .pt-0,
    .py-0 {
        padding-top: 0 !important;
    }

    .pr-0,
    .px-0 {
        padding-right: 0 !important;
    }

    .pb-0,
    .py-0 {
        padding-bottom: 0 !important;
    }

    .pl-0,
    .px-0 {
        padding-left: 0 !important;
    }

    .p-1 {
        padding: 0.25rem !important;
    }

    .pt-1,
    .py-1 {
        padding-top: 0.25rem !important;
    }

    .pr-1,
    .px-1 {
        padding-right: 0.25rem !important;
    }

    .pb-1,
    .py-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-1,
    .px-1 {
        padding-left: 0.25rem !important;
    }

    .p-2 {
        padding: 0.5rem !important;
    }

    .pt-2,
    .py-2 {
        padding-top: 0.5rem !important;
    }

    .pr-2,
    .px-2 {
        padding-right: 0.5rem !important;
    }

    .pb-2,
    .py-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-2,
    .px-2 {
        padding-left: 0.5rem !important;
    }

    .p-3 {
        padding: 1rem !important;
    }

    .pt-3,
    .py-3 {
        padding-top: 1rem !important;
    }

    .pr-3,
    .px-3 {
        padding-right: 1rem !important;
    }

    .pb-3,
    .py-3 {
        padding-bottom: 1rem !important;
    }

    .pl-3,
    .px-3 {
        padding-left: 1rem !important;
    }

    .p-4 {
        padding: 1.5rem !important;
    }

    .pt-4,
    .py-4 {
        padding-top: 1.5rem !important;
    }

    .pr-4,
    .px-4 {
        padding-right: 1.5rem !important;
    }

    .pb-4,
    .py-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-4,
    .px-4 {
        padding-left: 1.5rem !important;
    }

    .p-5 {
        padding: 3rem !important;
    }

    .pt-5,
    .py-5 {
        padding-top: 3rem !important;
    }

    .pr-5,
    .px-5 {
        padding-right: 3rem !important;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 3rem !important;
    }

    .pl-5,
    .px-5 {
        padding-left: 3rem !important;
    }

    .p-6 {
        padding: 6rem !important;
    }

    .pt-6,
    .py-6 {
        padding-top: 6rem !important;
    }

    .pr-6,
    .px-6 {
        padding-right: 6rem !important;
    }

    .pb-6,
    .py-6 {
        padding-bottom: 6rem !important;
    }

    .pl-6,
    .px-6 {
        padding-left: 6rem !important;
    }

    .m-n1 {
        margin: -0.25rem !important;
    }

    .mt-n1,
    .my-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-n1,
    .mx-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-n1,
    .my-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-n1,
    .mx-n1 {
        margin-left: -0.25rem !important;
    }

    .m-n2 {
        margin: -0.5rem !important;
    }

    .mt-n2,
    .my-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-n2,
    .mx-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-n2,
    .my-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-n2,
    .mx-n2 {
        margin-left: -0.5rem !important;
    }

    .m-n3 {
        margin: -1rem !important;
    }

    .mt-n3,
    .my-n3 {
        margin-top: -1rem !important;
    }

    .mr-n3,
    .mx-n3 {
        margin-right: -1rem !important;
    }

    .mb-n3,
    .my-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-n3,
    .mx-n3 {
        margin-left: -1rem !important;
    }

    .m-n4 {
        margin: -1.5rem !important;
    }

    .mt-n4,
    .my-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-n4,
    .mx-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-n4,
    .my-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-n4,
    .mx-n4 {
        margin-left: -1.5rem !important;
    }

    .m-n5 {
        margin: -3rem !important;
    }

    .mt-n5,
    .my-n5 {
        margin-top: -3rem !important;
    }

    .mr-n5,
    .mx-n5 {
        margin-right: -3rem !important;
    }

    .mb-n5,
    .my-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-n5,
    .mx-n5 {
        margin-left: -3rem !important;
    }

    .m-n6 {
        margin: -6rem !important;
    }

    .mt-n6,
    .my-n6 {
        margin-top: -6rem !important;
    }

    .mr-n6,
    .mx-n6 {
        margin-right: -6rem !important;
    }

    .mb-n6,
    .my-n6 {
        margin-bottom: -6rem !important;
    }

    .ml-n6,
    .mx-n6 {
        margin-left: -6rem !important;
    }

    .m-auto {
        margin: auto !important;
    }

    .mt-auto,
    .my-auto {
        margin-top: auto !important;
    }

    .mr-auto,
    .mx-auto {
        margin-right: auto !important;
    }

    .mb-auto,
    .my-auto {
        margin-bottom: auto !important;
    }

    .ml-auto,
    .mx-auto {
        margin-left: auto !important;
    }


    /**
       Estilo para tablas con chevron a la derecha
    */
    .table-mobile {

    }
        .table-mobile tr:hover {
            background: #eaf7ff;
            cursor: pointer;
        }
        .table-mobile td.table-mobile-cell-hover {
            background: #f0f0f0;
        }
        .table-mobile tr:hover td.table-mobile-cell-hover {
            background: #0066c0;
            color: white;
        }

        /* sticky elements */
.sticky {
    position: sticky;
    z-index: 500; /* para que se muestre sobre el toolbar de summernote (499) */
}
.sticky-bottom {
    bottom: 0;
}

/* Print version */
.lgs-content-simple {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 6px #eee;
}

/* Legios Etiquetas */
.etiqueta-label {
    position: relative;
    padding: 5px 7px;
    display: inline-block;
    margin-bottom: 3px;
}
    .etiqueta-label:hover > .etiqueta-eliminar {
        display: block !important;
        position: absolute;
        right: 0;
        top: 0;
        background: #d84343;
        color: white;
        height: 100%;
        width: 20px;
        vertical-align: middle;
        line-height: 21px;
        cursor: pointer;
        border-radius: 0 .25em .25em 0;
    }

/* scroll on menu tabs */
.nav-tabs-scroll {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    position: relative;
    display: flex;
    scrollbar-width: none;
    --scrollbar-width: 0px;
    --moz-scrollbar-thin: 0px;
    -ms-overflow-style: none;
}

    .nav-tabs-scroll::-webkit-scrollbar {
        display: none;
    }


    /* inline editor textareas */
.field-hover,
.field-hover-slate {
    padding: 10px;
    border-radius: 0;
}

.field-hover:hover {
    background: #f1f2f4;
    cursor: pointer;
}
.field-hover-slate:hover {
    background: #e2e8f0;
    cursor: pointer;
}

.field-hover:empty,
.field-hover-slate:empty {
    display: none !important;
}
.field-hover:empty + div.field-hover,
.field-hover-slate:empty + div.field-hover{
    display: block !important;
    color: #808080;
}

.auto-grow, .auto-grow:focus {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px !important;
    font-size: 14px;
    padding: 9px;
}


/* Alert Toast */
#lgs-alert {
    z-index: 9999;
}

/* Sidebar */
.lgs-sidebar-header {
    background: #f1f5f9
}
.lgs-sidebar-content {
    
}
.lgs-sidebar-content .control-label {
    text-align: left;
}

/* Define custom classes for sidebar content */
.lgs-sidebar-content .col-sb-1 {
    width: 8.333333%;
}

.lgs-sidebar-content .col-sb-2 {
    width: 16.666667%;
}

.lgs-sidebar-content .col-sb-3 {
    width: 25%;
}

.lgs-sidebar-content .col-sb-4 {
    width: 33.333333%;
}

.lgs-sidebar-content .col-sb-5 {
    width: 41.666667%;
}

.lgs-sidebar-content .col-sb-6 {
    width: 50%;
}

.lgs-sidebar-content .col-sb-7 {
    width: 58.333333%;
}

.lgs-sidebar-content .col-sb-8 {
    width: 66.666667%;
}

.lgs-sidebar-content .col-sb-9 {
    width: 75%;
}

.lgs-sidebar-content .col-sb-10 {
    width: 83.333333%;
}

.lgs-sidebar-content .col-sb-11 {
    width: 91.666667%;
}

.lgs-sidebar-content .col-sb-12 {
    width: 100%;
}