/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700";
body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #f2f4f8;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 5px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

#sidebarCollapse {
    visibility: hidden;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    font-family: 'Source Sans Pro', sans-serif;
    width: 375px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    transition: all 0.3s;
    box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.1);
}

#sidebar.active {
    margin-left: -375px;
}

#sidebar .sidebar-header {
    padding: 20px 0px 20px 14px;
    background: #ffffff;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 0px 10px 30px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;

}

#sidebar ul li a:hover {
    font-size: 16px;
    font-weight: 600;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #1e3645;
}

a.article,
a.article:hover {
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 375px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        /*margin-left: -375px;*/
        width: 100%;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 0px;
    }
    #content.active {
        width: calc(100% - 375px);
    }

    #sidebarCollapse {
        visibility: visible;
    }

    #sidebarCollapse span {
        display: none;
    }

    #form-register select {
        margin-top: 10px;
    }

    #form-register input {
        margin-top: 10px;
    }

    #form-register .form-group {
        margin-bottom: 0px;
    }
}

.page-title {
    margin-bottom: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #1e3645;
}

.page-back-link {
    cursor: pointer;
    margin-bottom: 20px;
    width: 163px;
    height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

.card-body-table-lesson,
.card-body-table-lessons {
    padding: 0px;
}

.card-body-header-lesson,
.card-body-header-lessons {
    padding-left: .75rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #1e3645;
    text-transform: capitalize;
}

.table-lesson,
.table-lessons {
    margin: 0px;
}

.table-lesson tr th {
    width: 20%;
    min-width: 150px;
}

.table-lessons tr td{
    cursor: pointer;
}

.table-lessons tr .td-fa{
    text-align: right;
    margin-right: 20px;
    color: #4e92df;
}

.table-lesson tr th,
.table-lessons tr th{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #1e3645;
}

.table-lesson tr td {
    width: 80%;
}

.table-lesson tr td,
.table-lessons tr td{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #1e3645;
}

.btn-upload-foto {
    margin-top: 80px;
    margin-left: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #4e92df !important;
    border-radius: 2px;
    border: solid 1px #4e92df;
}

.form label {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #1e3645;
}

.form input {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #1e3645;
}

.link-password-forget {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: right;
    margin-top: -10px;
    color: #4e92df !important;
}

.btn-login {
    border-radius: 2px;
    border: solid 1px #4e92df;
    background-color: #4e92df;
    margin-top: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.form-signin-heading {
    margin-top: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.77;
    letter-spacing: normal;
    color: #1e3645;
}

.form-signin-sub-heading {
    margin-bottom: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #1e3645;
}