* {
    border: 0;
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px
}

body {
    background-color: rgb(245, 247 ,248);
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

p {
    color: #888885;
    font-weight: 500;
}

.clear {
    clear: both;
}

.uk-breadcrumb a {
    color: #8b8b8b !important;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px;
    color: #9a9fa1 !important;
}

.uk-table {
    width: 100% !important;
}

.uk-table thead th {
    font-size: .9em
}

.uk-table {
    font-size: .9em
}

.uk-table td{
    padding: 8px 5px;
    vertical-align: middle;
    color: #808081;
    font-family: 'Montsettat', sans-serif;
    font-weight: 700
}

.uk-table-striped tbody tr:nth-of-type(odd),
.uk-table-striped>tr:nth-of-type(odd) {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.uk-table tbody tr:hover {
    background-color: #eaeff1;
}

/* TOPBAR */

#topbar {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
    z-index: 3;
    width: calc(100% - 270px);
    display: flex;
}

#top_dropdown_loguot {
    background-image: url(../img/svg/exit.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 23px;
    padding: 5px 5px 5px 30px;
    font-size: 1.1em;
    margin-left: 10px;
}

.inc-name {
    text-transform: uppercase;
    padding-left: 0
}

.inc-name img {
    margin-left: -12px !important;
    height: 45px !important
}

#topbar .dropdown-toggle {
    background-color: transparent;
    color: #4e4e4e;
}

.user-data {
    display: flex;
    justify-content;
    align-items: center;
}

.user-photo {
    background-color: #f45f7f;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-name {
    color: #f45f7f
}

.user-info h2 {
    font-weight: 700;
    margin-top : 0;
    margin-bottom: 5px;
    font-size: 25px;
}

.user-info h2 i {
    font-size: 16px
}

.user-info h4 {
    text-align: left;
    margin: 0;
    color: #917b78;
}

/* END TOPBAR */

/* SIDEBAR */

.uk-navbar-item a {
    color: #4e4e4e !important;
}

.uk-navbar-toggle-icon svg {
    fill: #4e4e4e;
}

#sidebar {
    background-image: linear-gradient(#d10038, #f35f7f);
    transition: all .3s;
    /* border-right: 1px solid #e3e3e3; */
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s
}

#sidebar > div {
    padding-top: 0px !important;
}

#sidebar ul{
    padding: 0;
    margin-top: 0
}

#sidebar li {
    position: relative;
    list-style: none;
}

#sidebar li a {
    display: flex;
}

#sidebar li a{
    display: block;
    color: rgba(255,255,255,.8);
}

#sidebar li a img{
    display: block;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
}

#sidebar li a .sidebar-item{
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 15px;
    padding-left: 20px;
}

#sidebar li a .sidebar-item {
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 32px;
    padding-left: 60px;
    opacity: .6;
}

#sidebar li.active .sidebar-item {
    color: #fff;
    position: relative;
    opacity: 1
}

.sidebar-home {
    background-image: url(../img/sidebar/ui_inicio_bco.svg);
}
#sidebar li.active .sidebar-item.sidebar-home {
    background-image: url(../img/sidebar/ui_inicio_bco.svg);
}

.sidebar-cursos {
    background-image: url(../img/sidebar/ui_mis_cursos_bco.svg);
}
#sidebar li.active .sidebar-item.sidebar-cursos {
    background-image: url(../img/sidebar/ui_mis_cursos_bco.svg);
}

.sidebar-areas {
    background-image: url(../img/sidebar/ui_areas_sustantivas_bco.svg);
}
#sidebar li.active .sidebar-item.sidebar-areas {
    background-image: url(../img/sidebar/ui_areas_sustantivas_bco.svg);
}

.sidebar-memoria {
    background-image: url(../img/sidebar/ui_memoria_bco.svg);
}
#sidebar li.active .sidebar-item.sidebar-memoria {
    background-image: url(../img/sidebar/ui_memoria_bco.svg);
}

.sidebar-beneficios {
    background-image: url(../img/sidebar/ui_beneficios_bco.svg);
}
#sidebar li.active .sidebar-item.sidebar-beneficios {
    background-image: url(../img/sidebar/ui_beneficios_bco.svg);
}

.sidebar-exito {
    background-image: url(../img/sidebar/ui_tu_exito_bco.svg);
}
#sidebar li.active .sidebar-item.sidebar-exito {
    background-image: url(../img/sidebar/ui_tu_exito_bco.svg);
}

.sidebar-retos {
    background-image: url(../img/sidebar/ui_retos_bco.svg);
}
#sidebar li.active .sidebar-item.sidebar-retos {
    background-image: url(../img/sidebar/ui_retos_bco.svg);
}

#sidebar li:hover a p {
    background: rgba(0,0,0,.3);
    transition: all .3s;
}

#sidebar #close_sidebar {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
    text-align: right;
    color: #fff;
    z-index: 1
}

#sidebar #close_sidebar svg {
    width: 30px;
    height: 30px;
}

.sidebar-active {
    background-color: #203d64;
    border-left: 4px solid #e31938;
}

.uk-link, a,
.uk-link:hover, a:hover {
    color: #9c1835;
}

input[type="text"], select,
input[type="number"], textarea {
    background-color: #f9fbfd;
    border: 1px solid #d5d5d5 ;
}

textarea {
    width: 100%;
    resize: vertical;
}

.login-form input[type="text"], select,
.login-form input[type="number"], textarea {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 0;
}

.logo-container {
    height: 70px;
    width: 95px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#login-modal .uk-modal-dialog {
    width: 480px
}

#login-modal .uk-modal-body {
    padding: 20px 60px 50px 30px
}

.nav-escolar{
    padding-top: 20px;
}

#inner_div {
    width: 100%;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
}
#inner_div p{
    color: white;
    font-size: .8em;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
#inner_div a{
    width: 70%;
    border-radius: 20px;
    color: #248294;
    background-color: white!important;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
#inner_div a:hover{
    background-color: #fff8f8;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
}

.sidebar-options {
    margin-top: 20px
}

/* END SIDEBAR */

/* CONTENT */

.data-container {
    background-color: #fff;
    width: calc(100% - 270px);
    position: fixed;
    height: 100%;
    right: 0;
    overflow: auto;
    box-sizing: border-box;
    transition: all .5s;
    padding-top: 30px;
}
.content-container {
    padding: 30px 0 0 0;
    padding-top: 55px;
    box-sizing: border-box;
}
.view-title {
    text-transform: uppercase;
}
.header-container{
    color: #fff;
    padding: 15px 30px;
}
.header-container li a,
.header-container li {
    color: #383934;
    font-weight: bold;
}
.title-container{
    border-bottom: 1px solid #dcdbdb;
    margin-bottom: 30px;
}
.section-title{
    color: #333;
    font-size: 1.5em;
    padding: 30px;
    border-bottom: 1px solid #e3e3e3
}
.section-subtitle{
    color: #616161;
    font-size: .9em;
    padding: 5px 0px;
}

.info-container {
    position: relative;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    margin: 20px
}

.uk-input:disabled, .uk-select:disabled,
.uk-textarea:disabled, button.disabled  {
    background-color: #dddee0 !important;
    color: #949292 !important;
    border: 1px solid #e5e5e5;
}

.uk-modal-footer .uk-invisible,
.title-container .uk-invisible {
    display: none;
}

h1.title {
    font-weight: 400;
    text-transform: uppercase;
}

/* END CONTENT */

.dataTables_wrapper .dataTables_filter label{
    float: right;
}
.dataTables_filter input {
    background-color: #f9fbfd !important;
    border: 1px solid #d5d5d5;
    width: 300px;
    margin-left: 20px;
    border-radius: 5px;
}
.dataTables_length select {
    background-color: #f9fbfd !important;
    border:none;
    border: 1px solid #d5d5d5;
    outline: none;
    border-radius: 5px;
}
/* .clickable-body tr:hover {
    cursor: pointer;
    } */
    .dragable-body tr:nth-child(odd) td:first-child {
        background-color: #f1f1f1;
    }
    .dragable-body tr:nth-child(even) td:first-child {
        background-color: #fafafa;
    }
    .dragable-body tr td:first-child:hover {
        cursor: move;
    }
    .primary-card p,
    .second-card p {
        color: #999;
    }
    .table-title {
        font-size: 1.2em;
        font-weight: bold;
        padding-bottom: 15px;
        text-transform: uppercase;
        border-bottom: 1px solid #e3e3e3;
    }
    .label {
        margin-top: 0
    }
    .range-table {
        float: right;
        margin-bottom: 15px;
    }
    .date-input {
        background-color: #f9fbfd;
        background-image: url(../img/svg/calendar-input.svg);
        background-repeat: no-repeat;
        background-position: 8px;
        background-size: 15px;
        height: 30px;
        border-color: #d5d5d5;
        border-radius: 30px;
        width: 150px;
        padding-left: 30px;
    }

    .error-page-container {
        margin-top: 100px;
    }

    .number-404 {
        background-color: transparent;
        font-size: 15em;
        font-weight: bold;
        text-align: center;
        line-height: 1em;
        color: transparent;
        background-color: #c3c3c3;
        text-shadow: 2px 2px 3px rgb(226, 226, 226);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;


    }

    .nof-found-logo {
        display: block;
        margin-left: auto;
        margin-right: auto !important;
    }

    .error-page-container h3,
    .error-page-container h4 {
        font-size: 1.5em;
        text-align: center;
        font-weight: bold;
    }

    .error-page-container h3 {
        text-align: center;
        color: #818282;
    }

    .error-page-container h4 {
        margin-top: 0;
        font-size: 1.3em;
        text-align: center;
        color: #000;
    }

    .error-page-container h4 a {
        color: #000;
        text-decoration: underline;
    }

    @media (min-width:960px) {
        .menu-visible {
            width: 270px;
        }
        .container-collapsed,
        .topbar-collapsed {
            width: 100% !important;
        }
    }

    @media (max-width: 1024px) {
        .user-info h2 {
            font-size: 22px;
        }
        .user-info h4 {
            font-size: 16px;
        }
    }

    @media (max-width:960px) {
        #sidebar {
            overflow: auto;
            left: -100%;
            width: 400px
        }
        #sidebar #close_sidebar {
            display: block;
        }
        #inner_div {
            margin: 30px 0;
            bottom: 0 !important;
        }
        .logo-container {
            /* margin-left: 20px; */
            /* width: 70%; */
        }
        .data-container {
            width: 100%
        }
        #topbar {
            width: 100% !important;
        }
        #menu_toggle {
            display: inherit;
        }
    }

    @media (max-width:768px) {
        #login-modal .uk-width-2-3 {
            width: 100%
        }

        #login-modal .uk-modal-body {
            padding: 20px 50px 50px 50px
        }
        #sidebar {
            width: 80%
        }
        .content-container {
            padding-right: 0;
            padding-left: 0;
        }
        .content-body .uk-tab li {
            width: 100%!important;
        }
        .range-table,
        .range-table tbody,
        .range-table tbody tr {
            display: block;
        }
        .range-table tbody tr td{
            display: table-cell;
            vertical-align: inherit;
        }
        .range-table {
            width: 100%;
            margin-bottom: 0;
        }
        .range-table tbody tr  {
            display: table-cell;
        }
        .range-table tbody tr td:nth-child(1),
        .range-table tbody tr td:nth-child(3),
        .range-table tbody tr td:nth-child(4),
        .range-table tbody tr td:nth-child(5) {
            display: grid !important;
        }
        .range-table tbody tr td:nth-child(1),
        .range-table tbody tr td:nth-child(3) {
            width: 40px;
        }
    }

    @media (max-height: 600px) {
        #sidebar {
            overflow: auto;
        }

        #inner_div {
            position: relative !important;
            margin: 30px 0;
            bottom: auto;
        }
    }
