body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", sans-serif;
}

.pagination {
    margin-bottom: 0;
}

.vv-main {
    background-color: #EEE;
}

.site-title {
    font-size: 2.2rem;
    font-weight: 500;
    color: #222C3C;
}

.text-primary {
    color: #00AEF3;
}

form label {
    font-weight: 400;
    color: #222C3C;
}
form label a {
    color: #2D9CDB;
}
.form-control {
    border-color: #CED0DA;
    border-radius: 4px;
}
.form-control:focus {
    border-color: #CED0DA;
}
.btn.btn-primary {
    background: #4faff9;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4faff9), color-stop(100%, #1990eb));
    background: linear-gradient(to bottom, #4faff9 0%, #1990eb 100%);
    border-color: #1985D7;
    border-radius: 4px;
    border-color: #1985D7;
}
.btn.btn-success {
    background: #42d658;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #42d658), color-stop(100%, #34aa44));
    background: linear-gradient(to bottom, #42d658 0%, #34aa44 100%);
    border-color: #2CB33F;
}
.btn.btn-danger {
    background: #fb232b;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fb232b), color-stop(100%, #ca030a));
    background: linear-gradient(to bottom, #fb232b 0%, #ca030a 100%);
    border-color: #A5142F;
}
.header-gradient .main-header .mainlogo {
    width: 250px;
}
.header-gradient .main-header .mainlogo .logo {
    padding: 17px 0px;
    width: 250px;
}
.header-gradient .main-header .navbar {
    background: #ffdd00;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ffdd00), color-stop(100%, #fb232b));
    background: linear-gradient(135deg, #ffdd00 0%, #fb232b 100%);
    min-height: 70px;
    box-shadow: none;
}
.header-gradient .main-header .navbar .dropdown a {
    background-color: transparent !important;
}
.header-gradient .main-header .navbar .dropdown a:hover {
    background-color: transparent !important;
    color:black;
}
.header-gradient .main-header .navbar .dropdown a .avatar-image {
    height: 30px;
}
.header-gradient .main-header .navbar .dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

/* new mar 2021 */
.navbar-right-menu {
    margin-right:30px;
    margin-top:5px;
}
.navbar-right-menu a.dropdown-toggle:hover {
    color:black;
}
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
@media (max-width: 768px) {
    .dropdown-menu-right {
        margin-top:5px;
    }
    .header-gradient .main-header .navbar {
        min-height:inherit;
    }
    .navbar-nav {
        margin:0;
    }
    .home-link {
            Xpadding:0;
    }
    .navbar-brand {
        height:inherit;
    }
    .main-header .sidebar-toggle {
        line-height:inherit;
    }
    .pagename {
        font-size:20px;
    }
    .navbar-nav .open .dropdown-menu {
        margin:20px;
        background-color:black;
        color:white;
    }
    .navbar-right-menu {
        margin-right:0;
    }
}


.breadcrumb-style .btn-link {
    color: #00AEF3;
    font-size: 1.2rem;
}
.breadcrumb-style .btn-link:focus, .breadcrumb-style .btn-link:hover {
    text-decoration: none;
}
.breadcrumb-style .btn-link:not(.disabled) {
    padding-right: 6px;
}
.breadcrumb-style .btn-link.disabled {
    color: #7F8FA4;
}
.table.table-bordered thead tr th {
    border: none;
    padding: 14px 8px;
}
.table.table-bordered thead tr th:not(:first-child):not(:last-child) {
    text-align: left;
}
.table.table-bordered tbody tr:nth-child(odd) {
    background-color: #F5F7F9;
}
.table.table-bordered tbody tr td {
    border: none;
    padding: 18px 8px;
    vertical-align: middle;
    color: #192A3E;
}
.table.table-bordered tbody tr td:first-child {
    text-align: center;
}
.table.table-bordered .btn {
    padding: 4px 8px;
}
.table.table-bordered .btn.btn-success {
    margin-right: 2px;
}
.table.table-sm thead tr th,
.table.table-sm tbody tr td {
    padding: 2px;
}
.pagination {
    box-shadow: 0 1px 1px 1px #D8DCE6;
    background-color: #ffffff;
    padding: 1px;
}
.pagination li {
    background-color: #ffffff;
}
.pagination li a {
    margin: 2px 1px;
    border: none;
    border-radius: 4px;
    background-color: transparent;
}
.pagination li a:hover {
    background: #4faff9;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4faff9), color-stop(100%, #1990eb));
    background: linear-gradient(to bottom, #4faff9 0%, #1990eb 100%);
    border-color: #1985D7;
}
.pagination li.active a {
    background: #4faff9;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4faff9), color-stop(100%, #1990eb));
    background: linear-gradient(to bottom, #4faff9 0%, #1990eb 100%);
    border-color: #1985D7;
}
.pagination li:first-child a {
    border-right: 1px solid #D8DCE6;
}
.pagination li:last-child a {
    border-left: 1px solid #D8DCE6;
}

.new-design .main-sidebar {
    background-color: #221F20;
    width: 250px;
}
.new-design .main-sidebar .sidebar .sidebar-menu li {
    border-left: 3px solid transparent;
    transition: all .3s;
}
.new-design .main-sidebar .sidebar .sidebar-menu li a {
    display: flex;
    align-items: center;
    padding: 4px 10px 4px 25px;
    color: #ffffff;
}
.new-design .main-sidebar .sidebar .sidebar-menu li a span {
    font-size: 1.4rem;
    font-weight: 500;
    padding-left: 12px;
    margin-top: 0;
}
.new-design .main-sidebar .sidebar .sidebar-menu li a:hover {
    color: #ffffff !important;
}
.new-design .main-sidebar .sidebar .sidebar-menu li a:hover span {
    color: #ffffff !important;
}
.new-design .main-sidebar .sidebar .sidebar-menu li:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #00AEF3;
}
.new-design .main-footer {
    margin-left: 250px;
    font-size: 1.2rem;
    color: #222C3C;
    font-weight: 400;
    border: none;
    box-shadow: 0 -1px 0 1px #E6EAEE;
    position: fixed;
    bottom: 0;
    right: 0;
    width: calc(100% - 251px);
}
.new-design .main-footer a {
    color: #00AEF3;
}
.course-list .form-group label {
    color: #222C3C;
    font-size: 1.2rem;
    font-weight: 500;
}
.course-list select.form-control {
    color: #222C3C;
    font-weight: 600;
}
.course-list .vcard-container .vcard {
    width: 100%;
    max-height: 450px;
    min-height: 369px;
    margin: 0;
    box-shadow: none;
    border: 1px solid #CED0DA;
    padding-bottom: 57px;
    border-radius: 4px;
}
.course-list .vcard-container .vcard .vcard-header {
    position: relative;
    flex: 1;
    color: #222C3C;
    font-size: 1.6rem;
    font-weight: 600;
}
.course-list .vcard-container .vcard .vcard-header .small .course-keywords {
    color: #A9A9A9;
}
.course-list .vcard-container .vcard .vcard-body {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px 15px;
}
.course-list .vcard-container .vcard .vcard-body .label-danger {
    background-color: rgba(251, 35, 44, 0.2) !important;
    color: #FB232C !important;
    font-weight: 400 !important;
    padding: .4em .7em .4em !important;
}
.course-list .vcard-container .vcard .vcard-body .label-success {
    background-color: rgba(0, 174, 243, 0.2) !important;
    color: #00AEF3 !important;
    font-weight: 400 !important;
    padding: .4em .7em .4em !important;
}
.course-list .vcard-container .vcard .vcard-body .label-default {
    background-color: transparent;
    padding: .6em .6em .1em;
}
.course-list .vcard-container .vcard .vcard-image {
    max-width: 100%;
}
.course-list .vcard-container .vcard .course-image {
    flex: 1;
    height: 200px;
    overflow: hidden;
}
.course-list .vcard-container .vcard .vcard-links {
    top: 0;
    display: block;
    z-index: 3;
    bottom: auto;
}
.course-list .vcard-container .vcard .vcard-links .btn-link {
    background-color: #00AEF3;
    color: #ffffff;
    border-radius: 50%;
}
.course-list .vcard-container .vcard .card-content-area {
    padding: 10px;
}
.editcourses .tabbar .nav-tabs {
    border-top: 1px solid #E6EAEE;
    border-bottom-color: #E6EAEE;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}
.editcourses .tabbar .nav-tabs li.active a {
    color: #00AEF3;
    border-bottom-color: #00AEF3;
}
.editcourses .tabbar .nav-tabs li a {
    border-bottom-width: 3px;
    border-bottom-color: transparent;
    padding: 13px 10px 12px 10px;
    font-size: 1.6rem;
    font-weight: 600;
}
.editcourses .tabbar .tab-content {
    padding: 20px 25px;
}
.editcourses .tabbar .tab-content .section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #222C3C;
}
.editcourses .chapter-list {
    background-color: #ffffff;
    margin-top: 3rem;
}
.editcourses .chapter-list .chapter-title {
    padding: 20px 26px 10px;
}
.editcourses .chapter-list .course-item {
    padding: 29px 26px;
    border-bottom-color: #E6EAEE;
}
.editcourses .chapter-list .course-item .course-item-img img {
    max-height: 150px;
    width: 100%;
}
.editcourses .chapter-list .course-item .course-item-title {
    color: #222C3C;
    font-size: 1.8rem;
    font-weight: 600;
}
.editcourses .chapter-list .course-item .settings .setting {
    font-weight: 600;
    font-size: 1.4rem;
}
.editcourses .chapter-list .course-item .settings .setting.check_answer {
    color: #00AEF3;
}
.editcourses .chapter-list .course-item .settings .setting:not(.check_answer) {
    color: #7F8FA4;
}
.authentication-page .card .card-img-top {
    height: 135px;
    width: auto;
}
.authentication-page .card-body .text-muted {
    color: #ffffff !important;
}
.modal-header {
    padding: 20px;
}
.modal-body {
    padding: 15px 15px 0 15px;
}
.modal-body .form-control {
    display: block;
    width: 100%;
    /* height: 3.25rem; */
    padding: .5rem .75rem;
    font-size: 1.475rem;
    font-weight: 400;
    line-height: 1.3125;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*# sourceMappingURL=new_styles.css.map */

.border {
    border:1px solid #999;
}
.border-form {
    border-color: #999 !important;
}
.bg-white {
    background-color:white !important;
}

.transition-description {
    text-align:center;
    background-color:#f4f4f4;
    font-weight:500;
    padding:10px 15px;
    margin-bottom:10px;
}
.transition-description img{
    margin-top:10px;
    border:1px solid #eee;
    height:200px;
}
