/* Nav bar styles 'Dashboard'*/

.nav-custom {
    background-color: #673AB7;
    color: white;
}

.active-item-sidebar {
    background-color: #fe8f01;
    color: white !important;
    border-left: 10px solid #eee;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    padding-right: 0 !important;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.active-item-sidebar i {
    color: #fff !important;
}

.active-item-sidebar>a {
    color: white !important;
}

.nav-custom .navbar-sidenav {
    background: #673AB7;
    overflow-y: scroll;
}

#mainNav .navbar-toggler .navbar-toggler-icon {
    color: white !important;
}

#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level>li>a {
    color: floralwhite;
}

#mainNav .navbar-collapse .navbar-sidenav>li>a>i {
    color: #fe8f01;
    transition: inherit;
}

#mainNav .navbar-collapse .navbar-sidenav>li:hover a>i {
    color: white;
}

#mainNav .navbar-collapse .navbar-sidenav>li:hover {
    color: white;
}

#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level>li>a:hover {
    color: #fe8f01;
}

.nav-custom .navbar-sidenav>.nav-item>.nav-link {
    color: #ccc;
    transition: all ease-in-out .1s;
}

.nav-custom .navbar-sidenav>.nav-item>.nav-link:hover {
    color: inherit;
    background-color: #fe8f01;
}

.sidenav-toggler>.nav-item>.nav-link {
    color: #673ab7;
    font-weight: bold;
    font-size: 1.1em;
}

.sidenav-toggler>.nav-item>.nav-link:hover {
    background-color: #482880;
}

.breadcrumb .active {
    color: #39a458;
    font-weight: bold;
}

.pagination {
    justify-content: center;
}


/*Logout button */

.ml-auto>.nav-item>.nav-link {
    color: white;
    font-weight: bold;
}

.ml-auto>.nav-item>.nav-link:hover {
    color: #fe8f01;
}

.nav-custom>a {
    color: white;
}


/* Login form */

.loginPage {
    background: whitesmoke;
    margin-top: -50px;
}

.loginPage>.content>.login-page-header {
    height: calc(700px - 60%);
    background: rgba(109, 48, 176, .8);
}

.loginPage>.content>.login-page-footer {
    background: #ccc;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.loginPage>.content>.login-page-footer .footer-content {
    padding: 10px 0;
}


/* .loginPage > .content > .login-page-footer:before{
  content: '';
  width: calc(100% - 50%);
  height: 60%;
  top: -42px;
  transform: rotate(-6deg);
  position: relative;
  background-color: #f5f5f5;
  display: block;
  float: left;
}

.loginPage > .content > .login-page-footer:after{
  content: '';
  position: relative;
  transform: rotate(6deg);
  width: calc(100% - 50%);
  height: 60%;
  top: -42px;
  background-color: #f5f5f5;
  float: left;
} */

.loginPage>.content {
    /*background-color: rgba(3,3,10,.5);*/
    height: 700px;
}

.loginForm {
    z-index: 1000;
}

.loginForm .card {
    position: relative;
    top: -150px;
    z-index: 1;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 1px #f5f5f5;
    min-height: 300px;
    border: none !important;
}

.card-header h3 {
    color: #fe8f01;
}

.loginForm .card>.card-body {
    /*padding: 40px 15px;*/
}

.loginForm .card>.card-body form {
    padding: 20px 20px;
}

.loginForm .card>.card-body form .input-group-text {
    background-color: white;
    border: none !important;
}

.loginForm .card>.card-body form #inputUserParam,
.loginForm .card>.card-body form #inputPassword {
    background: white;
    border: none;
}

.loginForm .card>.card-body form #inputUserParam:focus,
.loginForm .card>.card-body form #inputPassword:focus {
    box-shadow: none !important;
}

.loginForm .card>.card-body form .input-group {
    box-shadow: 2px 1px 6px #ccc;
    background-color: #ccc;
    border-radius: 3px;
}

.loginForm .card>.card-body form .btn-login {
    background-color: #fd9d1c;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}

.loginForm .card>.card-body form .btn-login:hover {
    background-color: rgba(253, 157, 28, .8);
}

.btn-els-internal {
    background-color: #673AB7;
    color: #fff;
    font-weight: bold;
}

input[type='radio'] {
    margin: 0 5px;
}

.btn-els-internal:hover {
    background-color: #482880;
}

.divide {
    color: red;
    border-bottom: 1px solid #868e96;
}

.selected {
    color: red;
    background-color: #e9ecef;
}

.close-div {
    position: relative;
    width: 100%;
}

.close {
    font-weight: bold;
    position: absolute;
    top: -4px;
    left: -8px;
}

.close>a {
    color: black;
}

i {
    margin-left: 8px;
}

.alert-function {
    position: fixed;
    min-height: 50px;
    z-index: 10000;
    top: 72px;
    left: 0;
    opacity: .9;
    text-align: right;
    background-color: #02afe8;
    font-weight: bold;
    color: floralwhite;
}

.alert-function .hide-link {
    color: #ccc !important;
    position: relative;
    font-size: 1em;
    cursor: pointer;
    display: block;
    text-align: center;
}

.ajax-alert {
    color: red;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

#searchDiv {
    display: relative;
    margin-bottom: 20px;
}

#searchDiv #searchResult,
#searchDiv .search_result {
    display: none;
    position: absolute;
    width: 94%;
    z-index: 1;
    height: 170px;
    min-width: 36.5%;
    overflow-y: auto;
    background-color: #c3e1ff;
    border-radius: 0px 0px 4px 4px;
    margin-top: 3px;
    border-color: #c3e1ff;
    box-shadow: 1px 1px 3px 3px #c3e1ff;
    opacity: 1;
    padding: 5px;
}

#searchResult>li {
    margin-bottom: 3px;
}

#searchResult>li>a {
    color: #343a40;
    font-weight: bold;
}

.card-footer {
    padding: 3px;
}

.card-footer>ul>li {
    display: inline-block;
    margin-left: 3px;
    padding: 5px;
}

.counter {
    padding: 3px;
    height: 100%;
    font-size: 18px;
    font-weight: bolder;
}

.profile_page {
    background-color: white;
}

.profile_div {
    background-color: white;
    padding: 15px;
    margin-top: -5px;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 4px 4px 20px #e9ecef;
}

.profile_div>.profile_header {
    padding: 5px;
    text-align: center;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.profile_div>.profile_body,
.profile_div>.profile_footer {
    padding: 5px;
    font-weight: bold;
    font-size: 1.1em;
    postion: absolute;
    margin-top: 20px;
}

.profile_div>.profile_footer {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.profile_div>.profile_footer .change_password {
    border-top: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
}

.profile_div i {
    color: #39a458;
    font-size: 1.2em;
    transition: all ease-in-out .3s;
}

.profile_div i.fa-mobile {
    font-size: 2em;
    display: inline-block;
}

.profile_div tr:hover i {
    color: black;
}

.hidden {
    display: none;
}

#result {
    position: fixed;
    z-index: 1;
}

.card-title-main {
    min-height: 90px;
    border-bottom: 1px solid #ccc;
}


/* Up button */

.scroll-to-top {
    left: 10px;
    background-color: #6d31b1;
}

.scroll-to-top:hover {
    background: #ff912b;
}

.scroll-to-top>i {
    margin-left: 0;
    font-weight: bold;
}


/*Payment search box*/

.searchBox {
    border: 1px solid #ccc;
}

.text-bold {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.primary-header {
    background-color: #ff901c;
    line-height: 50px;
    color: floralwhite;
    padding: 3px;
}

.stc-circle {
    border: 2px solid #28a745;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #ccc;
    background-color: floralwhite;
    font-size: 16px;
}


/* User information data: academic, courses and others*/

.user-academic-data {
    background-color: inhreit;
}

.user-academic-data .data-box {
    background-color: white;
    box-shadow: 1px 1px 10px #ccc;
    display: block;
    min-height: 65px;
    margin-bottom: 10px;
    z-index: 1000;
    transition: all ease-in-out .1s;
    padding: 4px;
}

.user-academic-data .data-box form {
    padding: 10px;
}


/* News Area */

.news-div {
    padding: 5px 10px;
    box-shadow: 1px 1px 6px #ccc;
    position: relative;
    height: 260px;
    overflow-y: hidden;
}

.news-div>.news-time {
    font-weight: bold;
    color: #fe8f01;
}

.news-div>.news-title {
    color: #39a458;
    padding: 10px 0;
}

.news-div>.news-body {
    line-height: 35px;
    font-size: 1.1em;
}

.readMore {
    position: relative;
    top: -10px;
}

.btn-news {
    border-radius: 20px;
}

.expand {
    position: absolute;
    left: 40px;
    top: 20px;
}

.expand>a {
    color: #6d31b1;
    border: 1px solid #6d31b1;
    padding: 2px;
    border-radius: 3px;
}

.expand>a:hover {
    text-decoration: none;
    background: #6d31b1;
    color: #ff912b;
}

.expand>a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f055'
}

.collapsed-div .expand>a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f055'
}

.collapsed-div {
    transition: all ease-in-out .1s;
    height: 1px !important;
}

.collapsed-div form,
.collapsed-div input {
    visibility: hidden;
}

.table {
    text-align: center !important;
}

.table thead th {
    vertical-align: middle;
}

.table i.fa-book {
    color: green;
}

.table i.fa-edit {
    color: #6d31b1;
}

.table i.fa-trash {
    color: red;
}

.selected-lang {
    color: #ff912b !important;
    text-decoration: underline;
}

.btn-toolbar {
    background-color: rgba(3, 3, 3, .1);
}

.btn-toolbar .btn {
    background: none !important;
}

.csv,
.txt,
.xls,
.xlsx {
    margin: 4px !important;
}

.csv:before,
.txt:before,
.xls:before,
.xlsx:before {
    content: none;
    background: none;
    box-shadow: none;
}

.form-check-label {}

.form-check-input {
    margin-left: 3px !important;
}

.container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #fd9c21;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #fd9d1c;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.course-box {
    display: block;
    color: white;
    border-radius: 5px;
    margin: 4px 0;
}

.course-box:hover {
    transition: all ease-in-out .1s;
    box-shadow: 1px 1px 20px #028;
}

.course-box-student {
    background-color: #3498db;
}

.course-box-lecs {
    background-color: #9b59b6;
}

.course-box-attends {
    background-color: #34495e;
}

.course-box-assigns {
    background-color: #e74c3c;
}

.course-box>.course-icon {
    text-align: center;
    font-size: 1.5em;
}

.course-box>.link-title {
    text-align: center;
    font-weight: bold;
}

.homeCourses .card-body-icon {
    color: #673cb5;
}

.homeCourses .courseCard {
    box-shadow: 1px 1px 20px #ccc;
}

.highlighted>a {
    background: #fd9d1c;
    color: white !important;
}

.highlighted>a i {
    color: white !important;
}

.highlighted li a {
    color: red;
}

.active-link {
    color: #fd9d1c !important;
}

.active-link i {
    color: #fd9d1c !important;
}