[dir] body {
    background-color: #fff;
}

body {
    font-size: 1rem;
    font-family:'Lato',Arial,sans-serif;
    color:#233361;
}

img {
    max-width: 100%;
}

[dir] label {
    font-size: .8125rem;
    font-family: 'Lato', Arial, sans-serif;
    letter-spacing: inherit;
}
.card-title, .breadcrumb, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6  {
    font-family: 'Lato', Arial, sans-serif;
}

b, strong {
    font-weight: 700;
}

[dir] .sidebar-brand {
    padding: 1rem 0;
    font-size: 1.3rem;
    text-align: center;
}

[dir] .badge {
    font-size: 90%;
    padding: 0.35em 0.7em;
}

[dir] .toast-error {
    background-color: #bd362f;
}

[dir] .dropdown-item {
    white-space: normal;
}

[dir] .page-separator__text {
    background-color: #fff;
    text-transform: inherit;
}

[dir=ltr] .sidebar-dark-pickled-bluewood .sidebar-submenu .sidebar-menu-text {
    line-height: 1.3;
    padding: .4rem 0 .4rem 1.25rem;
}
.sidebar-dark-pickled-bluewood .sidebar-menu-button, .sidebar-dark-pickled-bluewood .sidebar-menu-toggle-icon {
    color: #ffffff;
}

.text-accent-70 {
    color: #ed0b4c !important;
    opacity: 0.7;
}

.double-icon {
    position: relative;
}
.double-icon i {
    font-size: 28px !important;
}
.double-icon i + i {
    position: absolute;
    bottom: 5px;
    right: -12px;
    font-size: 28px !important;
}

[dir] .progress .progress-bar {
    background-color: #303956;
    font-size: 14px;
}
[dir] .progress .no-progress {
    margin-bottom: 0;
    height: 100%;
    line-height: 25px;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.sa-confirm-button-container .confirm {
    background-color: #303956 !important;
}
.sweet-alert p {
    color: #333;
}

.move .fa-arrows-alt {
    cursor: move;
}

table thead th, table.table thead th {
    text-transform: inherit;
}
table.dataTable {
    width: 100% !important;
    border-bottom: 1px solid #dfe2e6;
}

table.dataTable > thead .sorting span,
table.dataTable > thead .sorting_asc span,
table.dataTable > thead .sorting_desc span,
table.dataTable > thead .sorting_asc_disabled span,
table.dataTable > thead .sorting_desc_disabled span {
    display: inline-block;
    max-width: 85%;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
    position: relative;
    top: -2px;
    right: 0;
    display: block;
    float: right;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
    right: 5px;
}

table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 5px;
}

table.dataTable > thead input,
table.dataTable > thead select {
    border: none;
    box-shadow: none;
    background-color: transparent;
}
table.dataTable > thead input::placeholder {
  color: #000;
  opacity: 1;
}
table.dataTable > thead input:-ms-input-placeholder {
  color: #000;
}
table.dataTable > thead input::-ms-input-placeholder {
  color: #000;
}

.dataTables_wrapper table th,
.dataTables_wrapper table td {
    background-color: #fff;
}

table.dataTable + .table-footer {
    padding: .75rem;
}
div.dataTables_wrapper div.dataTables_info {
    padding: 0;
    font-size: .8rem;
    color: rgba(39, 44, 51, 0.7);
    line-height: 30px;
}
div.dataTables_wrapper div.dataTables_length label {
    margin: 0;
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(39,44,51,.7);
    line-height: 30px;
}

table.dataTable .dropdown-menu {
    display: none;
}
table.dataTable .dropdown-menu.show {
    display: block;
}

.media .media-icon {
    font-size: 40px;
}

.list-group a.list-group-item:hover {
    background-color: rgba(39, 44, 51, 0.05) !important;
}
.header-title {
	background: white;
}
.breadcrumb {
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
}
.course-dashboard-items{
	max-width: 960px;
}
.course-creator.card {
    margin-bottom: 1rem;
}
.course-creator.card .card-header {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    border: none;
}
.course-creator.card .card-header .icon {
    width: 70px;
    height: 70px;
    margin-right: 1rem;
    background-color: rgb(0, 0, 0, 0.6);
    border-radius: 0.5rem;
    cursor: pointer;
}
.course-creator.card .card-header .icon .material-icons {
    display: block;
    width: 100%;
    line-height: 70px;
    font-size: 50px;
    color: #fff;
    text-align: center;
}
.course-creator.card .card-header .title {
    cursor: pointer;
}
.course-creator.card .card-header .title h4,
.course-creator.card .card-header .title p {
    margin-bottom: 0;
}
.course-creator.card .card-header .title h4 {
    font-size: 16px;
}
.course-creator.card .card-header .nav {
    margin-left: auto;
}
.course-creator.card .card-header .nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
.course-creator.card .card-header .nav ul li {
    margin-left: 12px;
}
.course-creator.card .card-header .nav ul li .material-icons {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.6);
}
.course-creator.card .card-header .move {
    margin-left: 100px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    cursor: move;
}
.course-creator.card .card-body {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 5px;
}
.course-creator.card .card-footer {
    padding-top: 0;
    padding-bottom: 1rem;
    border: none;
}

.course-creator.card.item .card-header {
    padding-bottom: 0;
}
.course-creator.card.section .card-header .icon {
    background-color: rgb(0, 0, 0, 0.45);
}
.course-creator.card.item .card-header .icon {
    background-color: rgb(0, 0, 0, 0.3);
}
.course-creator.card.section .card-header .move {
    margin-left: calc(100px - 1rem);
}
.course-creator.card.item .card-header .move {
    margin-left: calc(100px - 2rem);
}
.course-creator.card.item .card-body {
    min-height: 0px;
}

.custom-file .custom-file-input {
    opacity: 1;
    position: static;
    height: auto;
}
.custom-file .custom-file-label {
    display: none;
}

form[name="course_item_form"] .add-photo {
    height: 132px;
    position: relative;
    border: 1px solid #77c13a;
    border-radius: 0.5rem;
    cursor: pointer;
}
form[name="course_item_form"] .add-photo i {
    display: block;
    padding: 30px;
    font-size: 70px;
    line-height: 70px;
    color: #77c13a;
    background-color: #77c13a33;
}
form[name="course_item_form"] .add-photo input {
    position: absolute;
    width: 132px;
    height: 132px;
    opacity: 0;
}
form[name="course_item_form"] .photo-container .photo {
    height: 132px;
    background-position: center;
    background-size: cover;
}
form[name="course_item_form"] .test-image {
    display: flex;
    align-items: center;
}
form[name="course_item_form"] .test-image .test-image-preview {
    position: relative;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
form[name="course_item_form"] .test-image .test-image-preview i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 83, 79, 0.3);
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    color: #d9534f;
    cursor: pointer;
}
form[name="course_item_form"] .test-image .test-image-preview:hover i {
    display: block;
}

form.course-item-completing .incorrect label {
    color: #ed0b4c !important;
    font-weight: 600;
}
form.course-item-completing .correct label {
    color: #77c13a !important;
    font-weight: 600;
}
form.course-item-completing .incorrect-section {
    margin-left: -10px;
    padding-left: 6px;
    border-left: 4px solid #ed0b4c;
}

.course-item-types {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.course-item-types .item-type {
    width: 50%;
    cursor: pointer;
    text-align: center;
}
.course-item-types .item-type .material-icons {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    font-size: 50px;
    background-color: rgb(0, 0, 0, 0.6);
    border-radius: 0.5rem;
    color: #fff;
    text-align: center;
}
.course-item-types .item-type p {
    margin: 5px 0 10px;
    line-height: 1.1;
    color: rgb(0, 0, 0, 0.6);
}
.course-item-types .item-type.active .material-icons {
    background-color: rgb(0, 0, 0, 0.9);
}
.course-item-types .item-type.active p {
    color: rgb(0, 0, 0, 0.9);
}

.course-dashboard-items iframe {
    width: 327px;
    height: 184px;
}

.course-dashboard-items .h5,
.course-dashboard-items label {
    text-transform: none;
}
.course-dashboard-items .gallery-photo {
    width: 100%;
    height: 216px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.course-dashboard-items .item-link {
    color: #5567ff;
}
.course-dashboard-items .item-link.visited {
    color:rgb(197, 138, 249);
}
.course-dashboard-items .item-link:hover {
    text-decoration: underline;
}

.card.mentor-response .card-body.no-footer {border-radius:0 0 .5rem .5rem;}

.course-item-discussion .card-body {
    max-height: 75vh;
    overflow-y: auto;
}
.discussion-message {
    position: relative;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    background-color: var(--light);
    border-radius: 1em;
}
.discussion-message.comment {
    margin-left: 100px;
}
.discussion-message .author {
    font-size: 14px;
    margin-bottom: 0;
}
.discussion-message .time {
    margin-bottom: 5px;
    font-size: 13px;
    font-style: italic;
}
.discussion-message .message {
    font-weight: 500;
    margin-bottom: 0;
}
.discussion-message .add-comment {
    position: absolute;
    top: 0.5em;
    right: 1em;
    font-size: 14px;
}
.card-header .material-icons {
    vertical-align: top;
}
h5.modal-title {
    text-transform: none;
}
.modal-open .mdk-drawer-layout {
    display: block;
}
.modal-open .mdk-drawer-layout__content {
    position: static;
    transform: none !important;
}

.news-card-list .card > a {
    height: 170px;
    background-color: #5567ff;
}
.news-card-list .card > a .overlay__content {
    background-size: cover;
    background-position: center;
    opacity: 0.7;
}
.news-card-list .card.overlay--show > a .overlay__content {
    opacity: 1;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    padding: 0 0 5px 5px !important;
    background-color: transparent !important;
    border-bottom: 1px solid #edf0f2 !important;
}
.note-editor.note-airframe, .note-editor.note-frame {
    box-shadow: inset 0 1px 1px rgb(39 44 51 / 8%) !important;
    border: 1px solid #edf0f2 !important;
    border-radius: .25rem !important;
}

.faq .card-header {
    background-color: transparent;
}
.faq .card-header h5 {
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    cursor: pointer;
}

.navbar .contexts-info {
    display: none;
}

a[data-toggle="collapse"].flip i {
    transform: rotate(180deg);
}


@media (min-width: 1024px) {
    .modal-open .mdk-drawer-layout__content {
        margin-left: 256px;
    }
}

@media (min-width: 576px) {
    .course-item-types .item-type {
        width: 25%;
    }

    .course-dashboard-items iframe {
        width: 492px;
        height: 277px;
    }
}
@media (min-width: 768px) {
    .course-item-types .item-type {
        width: 20%;
    }

    .course-dashboard-items iframe {
        width: 720px;
        height: 405px;
    }
    .course-dashboard-items iframe.rm-mag-embed-rendered {
      width: 900px;
      height: 639px;
    }

    .navbar .contexts-info {
        display: block;
        position: absolute;
        top: 66px;
        right: 40px;
        background-color: #fff;
        padding: 3px 15px;
        font-size: 15px;
        font-weight: 600;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        z-index: 999;
    }
    .navbar .contexts-info span {
        font-size: 12px;
        font-weight: 400;
    }
}

@media (min-width: 1366px) {
    .mdk-drawer-layout .container,
    .mdk-drawer-layout .container-fluid,
    .mdk-drawer-layout .container-lg,
    .mdk-drawer-layout .container-md,
    .mdk-drawer-layout .container-sm,
    .mdk-drawer-layout .container-xl {
        max-width: 1300px;
    }

    .course-item-types .item-type {
        width: 12.5%;
    }
}

@media (min-width: 1920px) {
    .course-item-types .item-type {
        width: 10%;
    }
}

/* --------------------------
    HOME
---------------------------*/
.home-courses-list .card-img-top .img-bg {
    position:relative;
    visibility: visible !important;
    height: 120px;
    z-index: 2;
    opacity: 1;
    transition: all 0.4s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-courses-list .card-img-top img {
    position:relative;
    display: block;
    margin: 10px auto;
    visibility: visible !important;
    height: 120px;
    z-index: 2;
    opacity: 1;
    transition: all 0.4s;
}
.home-courses-list .overlay--show .card-img-top img {
    opacity: 0;
}
.home-courses-list .card-title {
    font-weight:800;
    color:#233361;
    margin-bottom:8px;
}
.home-courses-list .card-body p {
    color:#233361;
}
.text-70 {
    color: rgb(35, 51, 97,.7) !important;
}
.counters{
    font-size: 32px;
    font-weight: 900;
    color:#233361;
}
/* --------------------------
    CEO
---------------------------*/
body, html {
    font-family: 'Lato', sans-serif !important;
}
.page-separator__text {
    font-size: 1.3rem;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: initial;
}
.card.plain {
    border-radius: 0px;
    box-shadow: none;
    background: white;
    border: 0px;
}
.ue {
    width: 450px;
    max-width: 70%;
}
.btn, .form-label{
    text-transform:inherit;
}
[dir] .btn-ceo {
    background-color: #233361;
    border-color: #233361;
    color: #ffffff;
}
[dir] .btn-ceo-2 {
    background-color: #5ABBC1;
    border-color: #5ABBC1;
    color: #000000;
}
[dir] .bg-ceo {
    background-color: #233361 !important;
}
[dir] .bg-ceo-2 {
    background-color: #5ABBC1 !important;
}
[dir] .bg-ceo-3 {
    background-color: #bde3e6  !important;
}
[dir] .page-headline> :first-child::after {
    background-color: #5ABBC1;
}
.border-bottom-1-gray {
    border-bottom: 1px solid #666 !important;
}
[dir] .mdk-box__bg-front {
    background-position: top center;
}
.cbd-color-sample {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 10px;
}
.cbd-img-sample {
    max-width: 110px;
}
.cbd-inline {
    display: inline-block;
}
.right-menu {
    z-index: 100;
    position: absolute;
    right: 0;
    top: 65px;
    height: 100%;
    width: 265px;
}
.cbd-tab {
    display: none;
    transition: all 1s;
}
.cbd-tab-active {
    display: unset;
    transition: all 1s;
}
.hidden {
    display: none !important;
}
.cbd-circle-button {
    border-radius: 100% !important;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    color: white;
    cursor: pointer;
    line-height: 22px;
}
.edition-registration-field {
    display: inline-block;
    width: auto;
    margin-left: 25px !important;
}
.info-label {
    font-size: 125% !important;
}

.mdk-header-layout__content.page-content {
    padding-top: 40px !important;
}

div.ue-admin-logo img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    object-fit: contain;
}
div.ue-front-logo img {
    display: inline-block;
    margin: 0 auto;
    height: 40px;
}
[dir] .border-bottom {
    border-bottom: none!important;
}
#default-navbar {
    transition: all 0.4s;
}
#default-navbar.hide-ue-logo {
    top: -75px;
}
.navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 400;
	color: #0e3266!important;
}
.sidebar-heading {
    text-transform: inherit;
    letter-spacing: 0.5px;
    line-height:1.2rem;
}
.link-box {
	border-radius: 0.5rem;
	box-shadow: 2px 2px 2px #ccc;
}
#header-pk img{
	max-height:550px;
	width:100%;
	object-fit:cover;	
	object-position:bottom;
}
#header-pk.header-alt img{
	max-height:720px;
}
#lead-pk h1{
	font-size: 27px;
    line-height: 42px;
	letter-spacing: 0px;
	color: #233361;
	text-shadow: 0px 3px 6px #00000029;
}

.text-brand {
    color: #0e3266 !important;
}

.bg-brand {
    color: #0e3266 !important;
}
.wysiwyg-content img {
    max-width:100%;
}
[dir="ltr"] .blockquote {
    border-left: .25rem solid #5ABBC1;
}
@media (min-width: 576px) {
    div.ue-front-logo img {
        height: 70px;
    }
    #default-navbar.hide-ue-logo {
        top: -105px;
    }
}
@media (min-width: 768px) {
	#lead-pk h1{
		font-size:40px;
		line-height:60px;
	}
}
@media (min-width: 1366px) {
    div.ue-admin-logo > div {
        max-width: 600px;
        margin: 0 auto;
    }
    div.ue-admin-logo img {
        max-width: 500px;
    }
}
@media (min-height: 1000px) {
    #header-pk img{
		max-height:600px;
	}
}


img[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}
.zoom-overlay {
    display: none;
}
.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default;
}