.card {
  border: none;
  border-radius: 0px;
}

.text-reset {
  color: inherit !important;
}

#page-wrapper {
  background-color: #444;
}

#page {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

#page-header {
  display: none;
}

#region-main {
  border: none;
  border-radius: 0;
}

.template-plain #maincontent {
  display: none;
}

.path-course #completionprogressid {
  display: none;
}

#page-footer .usertour {
  display: none;
}
#page-footer #adminsearchquery {
  margin-right: 5px;
  line-height: 1;
}

.minicalendar abbr[title], .minicalendar abbr[data-original-title] {
  text-decoration: none;
}
.minicalendar .arrow_link {
  height: 20px;
  background-image: url("../pix/icons/calendar-arrow.svg");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
.minicalendar .arrow_link.previous {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.minicalendar .arrow_link span {
  display: none;
}

.maincalendar .calendar-controls .arrow_link {
  height: 20px;
  background-image: url("../pix/icons/calendar-arrow.svg");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
.maincalendar .calendar-controls .arrow_link.previous {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.maincalendar .calendar-controls .arrow_link span {
  display: none;
}

body.path-user #fitem_id_maildisplay,
body.path-user #fitem_id_country,
body.path-user #fitem_id_timezone,
body.path-user #fitem_id_description_editor,
body.path-user #id_moodle_picture,
body.path-user #id_moodle_additional_names,
body.path-user #id_moodle_interests {
  display: none;
}
body.path-user #id_moodle_optional .form-group {
  display: none;
}
body.path-user #id_moodle_optional .form-group#fitem_id_phone1, body.path-user #id_moodle_optional .form-group#fitem_id_phone2 {
  display: flex;
}

/* Updated Loading Icon */
@-webkit-keyframes myrotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes myrotation {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@keyframes myrotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.jsenabled .block_settings .block_tree .tree_item.branch.loading {
  background-image: none;
  padding-left: 0px;
}
.jsenabled .block_settings .block_tree .tree_item.branch.loading:before {
  background-image: url(../pix_core/i/loading_small.svg);
  content: " ";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  -webkit-animation: myrotation 1.5s linear infinite;
  -moz-animation: myrotation 1.5s linear infinite;
  animation: myrotation 1.5s linear infinite;
}

/* File Manager Loading Screen */
/* >>>>>>>>>>>>>>>> hide city country in signup page >>>>>>>>>>>>>>>> */
#page-login-signup #fitem_id_city,
#page-login-signup #fitem_id_country {
  display: none;
}

#page-login-signup .generalbox {
  margin-top: 20px;
}

/* <<<<<<<<<<<<<<<<< end hide city country in signup page <<<<<<<<<<<<<<<<< */
/*@font-face {
 font-family: 'OpenSans-Regular';
 src:   url([[font:theme|OpenSans-Regular.eot]]) format('embedded-opentype'),
        url([[font:theme|OpenSans-Regular.ttf]]) format('truetype'),
        url([[font:theme|OpenSans-Regular.otf]]) format('opentype');
 font-weight: normal;
 font-style: normal;
}*/
@font-face {
  font-family: "VIC";
  src: url("../fonts/VIC-Regular.eot") format("embedded-opentype"), url("../fonts/VIC-Regular.otf") format("opentype"), url("../fonts/VIC-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "VIC";
  src: url("../fonts/VIC-Italic.eot") format("embedded-opentype"), url("../fonts/VIC-Italic.otf") format("opentype"), url("../fonts/VIC-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "VIC";
  src: url("../fonts/VIC-Bold.eot") format("embedded-opentype"), url("../fonts/VIC-Bold.otf") format("opentype"), url("../fonts/VIC-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "VIC";
  src: url("../fonts/VIC-BoldItalic.eot") format("embedded-opentype"), url("../fonts/VIC-BoldItalic.otf") format("opentype"), url("../fonts/VIC-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "VIC";
  src: url("../fonts/VIC-Light.eot") format("embedded-opentype"), url("../fonts/VIC-Light.otf") format("opentype"), url("../fonts/VIC-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "VIC";
  src: url("../fonts/VIC-LightItalic.eot") format("embedded-opentype"), url("../fonts/VIC-LightItalic.otf") format("opentype"), url("../fonts/VIC-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "VIC-Medium";
  src: url("../fonts/VIC-Medium.eot") format("embedded-opentype"), url("../fonts/VIC-Medium.otf") format("opentype"), url("../fonts/VIC-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
#site-header {
  z-index: 3;
}
#site-header .section-logo {
  background-color: #fff;
  padding: 15px 0px;
}
#site-header .section-logo .logo {
  min-width: 200px;
  min-height: 40px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
#site-header .section-navmenu {
  background-color: #313131;
}
#site-header .bar-menu {
  display: none;
}
#site-header .usermenu {
  float: right;
  margin-top: 5px;
  display: block;
}
#site-header .usermenu img.userpicture {
  margin-right: 0px;
}
#site-header .usermenu .dropdown-toggle::after {
  display: none;
}
#site-header .nav-item {
  color: #fff;
  float: left;
  position: relative;
  min-width: 120px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: bold;
}
#site-header .nav-item:hover {
  text-decoration: none;
}
#site-header .nav-item img {
  width: 24px;
  height: 20px;
}
#site-header .nav-item span {
  vertical-align: middle;
}

.site-header-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  #site-header .section-logo {
    padding: 5px 0px;
  }
  #site-header .section-logo .logo {
    min-width: 100px;
    min-height: 30px;
  }
  #site-header .search-course {
    margin-top: 2.5px;
  }
  #site-header .search-course .input-search-course {
    width: 120px;
    font-size: 10px;
  }
  #site-header .navmenus {
    box-sizing: border-box;
  }
  #site-header .navmenu-left,
  #site-header .navmenu-right {
    display: none;
  }
  #site-header .bar-menu {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    margin: 5px 0px;
    background-size: 30px;
    background-image: url(../pix/icons/bar-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  #site-header .usermenu {
    margin-bottom: 5px;
  }
}
#site-header .section-logo {
  padding: 0px;
}
#site-header .section-logo .logo {
  margin: 5px 20px;
  padding: 0px 0px;
  min-height: 55px;
}
#site-header .section-logo .usermenu {
  padding: 15px 35px;
  margin-top: 0px;
  background-color: #ECECEC;
  font-weight: bold;
}
#site-header .navmenu .item-wrapper {
  float: left;
  position: relative;
}
#site-header .navmenu .nav-item {
  text-decoration: none;
}
#site-header .navmenu .nav-item.active {
  background: rgb(191, 31, 37);
  background: -moz-linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  background: -webkit-linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  background: linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf1f25",endColorstr="#de8b3d",GradientType=1);
}
#site-header .navmenu .nav-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 1.5rem;
  background-color: #888888;
}
#site-header .navmenu .nav-item.hidebar:after {
  display: none;
}
#site-header .navmenu .item-wrapper:last-child .nav-item:after {
  display: none;
}

@media (max-width: 767.98px) {
  .site-header-default {
    display: none;
  }
  .site-header-mobile {
    display: block;
    background-color: #ECECEC;
  }
}
#page-footer {
  background-color: #444;
}
#page-footer a {
  text-decoration: none;
  color: #fff;
}
#page-footer section[data-region=blocks-column] {
  float: left;
  width: 250px;
}
#page-footer .block {
  float: left;
  width: 33.2%;
  background-color: transparent;
}
#page-footer .block.card {
  border: none;
}
#page-footer .block .card-title {
  font-weight: bold;
}
#page-footer .social-text {
  text-align: right;
}
#page-footer .social-links {
  text-align: right;
  padding: 10px 0px;
}
#page-footer .social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
#page-footer .social-links .twitter {
  background-image: url(../pix/social/twitter.svg);
}
#page-footer .social-links .youtube {
  background-image: url(../pix/social/youtube.svg);
}
#page-footer .dropdown-menu {
  background-color: #888;
}
#page-footer .dropdown-item:hover,
#page-footer .dropdown-item:focus {
  background-color: #444;
}
#page-footer .subscriptionmode {
  color: #fff;
}

@media (max-width: 767.98px) {
  #page-footer .block {
    width: 100%;
  }
  #page-footer .block_settings .adminsearchform .form-group {
    margin-bottom: 0px;
  }
}
.social-text {
  font-size: 1rem;
}

.copyright-wrapper {
  box-sizing: border-box;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}
.copyright-wrapper .copyright {
  background-image: url("../pix/copyright.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 5rem;
  background-size: 100px;
}

#page-login-index .copyright-text {
  margin: 0 28%;
}

@media (max-width: 767.98px) {
  .copyright-wrapper {
    padding: 0 1rem;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 85px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1rem;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.course_category_tree .collapsible-actions {
  display: none;
}
.course_category_tree .category {
  box-sizing: border-box;
}
.course_category_tree .category > .info > .categoryname {
  padding: 0.5rem 1rem;
  margin: 0px;
}
.course_category_tree .category > .info > .categoryname a:hover {
  text-decoration: none;
}
.course_category_tree .category > .content {
  padding: 0px;
}
.course_category_tree .category > .content .courses {
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 6px;
  row-gap: 16px;
}
.course_category_tree .category.with_children > .info > .categoryname, .course_category_tree .category.with_children.collapsed > .info > .categoryname {
  background-image: none;
}

.coursebox {
  box-sizing: border-box;
  padding: 0px;
}
.coursebox:hover {
  text-decoration: none;
}
.coursebox .name {
  line-height: 1em;
  min-height: 2em;
}

.generalbox .coursebox {
  display: block;
  overflow: auto;
  margin-bottom: 20px;
}
.generalbox .coursebox .img {
  float: left;
  width: 210px;
  height: 140px;
}
.generalbox .coursebox .info {
  float: left;
  width: calc(100% - 210px);
}

.course_category_tree .category {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.course_category_tree .category > .info {
  background: rgb(191, 31, 37);
  background: -moz-linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  background: -webkit-linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  background: linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf1f25",endColorstr="#de8b3d",GradientType=1);
}
.course_category_tree .category > .info > .categoryname {
  font-weight: bold;
  min-width: 260px;
  color: #fff;
  background-image: none;
  font-size: 1rem;
}
.course_category_tree .category > .info > .categoryname a {
  color: #fff;
}

.courses .coursebox {
  background-color: #fff;
  margin-top: 1rem;
}
.courses .coursebox:nth-child(4n) {
  margin-right: 0;
}

.coursebox .img {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
}
.coursebox.horizontal .name {
  margin-top: 5px;
}
.coursebox.horizontal .img {
  height: 130px;
}
.coursebox.horizontal .info {
  background-color: #fefefe;
}
.coursebox.mandatory .watermark {
  width: 100%;
  height: 100%;
  background-image: url("../pix/mandatory-watermark.svg");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.coursebox .name {
  color: #444;
  font-weight: bold;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.coursebox .progressbar {
  display: flex;
}
.coursebox .progressbar .bar {
  flex: 8;
  background-color: #ccc;
  position: relative;
}
.coursebox .progressbar .bar .bar-inner {
  width: 0%;
  height: 24px;
  background-color: #32a94b;
}
.coursebox .progressbar .bar .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  font-size: 0.8rem;
  height: 24px;
  line-height: 24px;
}
.coursebox .progressbar .percent {
  flex: 3;
  color: #444;
  font-size: 1.2rem;
  text-align: right;
  font-weight: bold;
  line-height: 24px;
}
.coursebox .date-wrapper {
  border-top: 1px dotted #aaa;
}
.coursebox .date {
  color: #888;
  font-size: 0.8rem;
}

@media (max-width: 767.98px) {
  .course_category_tree .category {
    padding: 20px 20px;
  }
  .courses {
    grid-template-columns: 1fr;
  }
  .courses .coursebox {
    width: 100%;
  }
}
.block_highlight_courses .course-img {
  position: relative;
  height: 220px;
  background-image: url("../pix/No-Image-Banners 1040 x 540.jpg");
}
.block_highlight_courses .coursename {
  position: absolute;
  overflow: hidden;
  color: white;
  bottom: 0;
  z-index: 1;
  height: 60px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.block_highlight_courses .course-overlay {
  display: none;
}
.block_highlight_courses .course-img:hover .coursename {
  display: none;
}
.block_highlight_courses .course-img:hover .course-overlay {
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.block_highlight_courses .course-description {
  color: white;
  max-height: 144px;
  overflow: hidden;
}
.block_highlight_courses .course-overlay {
  position: relative;
}
.block_highlight_courses .course-overlay-details {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.block_highlight_courses .course-booklink {
  height: 30px !important;
  padding: 5px 30px !important;
}
.block_highlight_courses .hightlightcourses-title {
  font-weight: bold;
  color: white;
  background: rgb(191, 31, 37);
  background: -moz-linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  background: -webkit-linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  background: linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf1f25",endColorstr="#de8b3d",GradientType=1);
  width: 100%;
}
.block_highlight_courses .course-containeer:nth-child(3n+3) {
  padding-right: 0 !important;
}
.block_highlight_courses .course-containeer {
  padding: 0;
}

.feedback-title {
  font-weight: bold;
  color: white;
  background: rgb(191, 31, 37);
  background: -moz-linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  background: -webkit-linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  background: linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf1f25",endColorstr="#de8b3d",GradientType=1);
}

.feedback-content .feedback-text {
  line-height: 40px;
}
.feedback-content .feedback-text .feedback-icon {
  max-width: 30px;
  max-height: 30px;
  margin: 5px 0;
}

.block_navigation {
  display: none;
}

.path-login, .my-profile {
  height: 100%;
}

body {
  height: auto;
}

#page-wrapper #page {
  display: block;
  min-height: 100%;
}

.top-node {
  margin-top: 110px;
}

body {
  color: #444;
  font-size: 16px;
  font-family: "VIC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.btn:not(.btn-sm):not([data-toggle=popover]):not([aria-live=assertive]):not([data-action=toggle]):not([data-toggle=dropdown]):not([data-region=post-action]), input[type=submit]:not(.btn-sm):not([data-toggle=popover]):not([aria-live=assertive]):not([data-action=toggle]):not([data-toggle=dropdown]):not([data-region=post-action]) {
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  background-color: #E2852B;
}
.btn:not(.btn-sm):not([data-toggle=popover]):not([aria-live=assertive]):not([data-action=toggle]):not([data-toggle=dropdown]):not([data-region=post-action]):hover, input[type=submit]:not(.btn-sm):not([data-toggle=popover]):not([aria-live=assertive]):not([data-action=toggle]):not([data-toggle=dropdown]):not([data-region=post-action]):hover {
  color: #fff;
}

.mobile-only {
  display: none;
}

#course-category-listings .detail-pair .pair-key span {
  margin-right: 0;
}

.path-mod-feedback .col-form-label {
  margin-right: 0.5rem;
}
.path-mod-feedback .feedback_mode {
  display: none;
}

.tab-green {
  color: #fff;
  padding: 0.5rem 1rem;
  margin-right: 5px;
  background-color: #32a94b;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.tab-green:hover {
  color: #fff;
  text-decoration: none;
}

.color-white {
  color: white;
}

.text-green {
  color: #70C056;
}

.gradient {
  background: rgb(241, 194, 72);
  background: -moz-linear-gradient(90deg, rgb(241, 194, 72) 0%, rgb(191, 32, 37) 100%);
  background: -webkit-linear-gradient(90deg, rgb(241, 194, 72) 0%, rgb(191, 32, 37) 100%);
  background: linear-gradient(90deg, rgb(241, 194, 72) 0%, rgb(191, 32, 37) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1c248",endColorstr="#bf2025",GradientType=1);
}

.gradient-red-yellow {
  background: rgb(191, 31, 37);
  background: -moz-linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  background: -webkit-linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  background: linear-gradient(90deg, rgb(191, 31, 37) 0%, rgb(222, 139, 61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf1f25",endColorstr="#de8b3d",GradientType=1);
}

.overflow-auto {
  overflow: auto;
}

.main-header {
  background-color: #000;
  color: #fff;
  padding: 40px 0px;
}

.main-content {
  padding: 20px;
}

.bg-red {
  background-color: #ba2d30;
}

.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-contain-center {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.region-main-plain {
  background-color: #fff;
}

.dndupload-progress-inner {
  background-color: #E2852B;
}

.text-info, .highlight {
  color: #E2852B !important;
}

.block_reporting.block {
  background-color: white;
}

.overall-progress-title, .course-progress-title {
  font-weight: bold;
  border-bottom: 1px solid black;
}

.activity .autocompletion .icon, .activity .btn .icon {
  height: 35px;
  width: 195px;
}

.section .activity .actions {
  float: right;
  position: relative;
  display: flex;
}

.mod-indent-outer {
  width: 100%;
}

#page-mod-forum-view #page-content .region-main {
  padding: 0;
}
#page-mod-forum-view #region-main {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}

.text-blue {
  color: #509af7;
}

@media (max-width: 767.98px) {
  .mobile-only {
    display: block;
  }
  .tabs-wrapper {
    display: none;
  }
  .top-node {
    margin-top: 52px;
  }
}
.coursebox .info {
  display: block;
  width: 100%;
}

.pagelayout-coursecategory .tertiary-navigation {
  display: none;
}

#page-mod-assign-view .tertiary-navigation {
  display: block;
}

.completion-progresscell .icon {
  width: auto;
  height: 30px;
}

.userloggedinas .usermenu .usertext .meta {
  display: block !important;
}

#page-mod-assign-grading .container {
  max-width: none;
}

#page-mod-assign-grading .back-to-course {
  display: none;
}

#page-report-completion-index .container{
  max-width: none;
}