/*.tutor-dashboard {
  box-sizing: border-box;
  padding: 0 3.5vw 8vh;
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.tutor-dashboard .tutor-container {
max-width: 100% !important;
}*/

/*.tutor-dashboard-header-avatar img,
.tutor-dashboard-header-info .tutor-dashboard-header-display-name,
.tutor-dashboard-header-stats,
.tutor-dashboard-header-button a.tutor-btn.bordered-btn {
  display: none !important;
}*/

/*.tutor-dashboard .tutor-dashboard-header {
  height: 10vh;
  border-bottom: none !important;c
}*/

/*.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks {
  border: none !important;
}*/

.tutor-dashboard ul .tutor-dashboard-menu-cursos a:before {
  content: '\e94a' !important;
}

.tutor-dashboard ul .tutor-dashboard-menu-intranet a {
  color: #ff5d34 !important;
}

.tutor-dashboard ul .tutor-dashboard-menu-intranet a:before {
  content: '\e93a' !important;
  color: #222222 !important;
}

.tutor-dashboard .tutor-col-9 {
  box-sizing: border-box;
  padding: 15px;
  border: solid 1px #a2a2a2;
  border-radius: 5px;
  margin-top: 15px;   
}

.tutor-dashboard .tutor-col-9 .tutor-dashboard-content {
margin: 0px 2vw;
}

.tutor-dashboard-permalinks .tutor-dashboard-menu-analytics,
.tutor-dashboard-permalinks .tutor-dashboard-menu-settings,
.tutor-dashboard-permalinks .tutor-dashboard-menu-logout {
  display: none;
}

.tutor-dashboard .tutor-dashboard-permalinks a:before {
  color: #1B52D8 !important;
  opacity: 1 !important;
}

.tutor-dashboard .tutor-dashboard-permalinks a {
  color: #222 !important;
}

.tutor-dashboard .tutor-dashboard-permalinks .active a:before {
  color: #fff !important;
}

.tutor-dashboard .tutor-dashboard-permalinks .active a {
  color: #fff !important;
}

.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a,
#tutor-course-spotlight-comments .tutor-container {
  width: auto !important;
}

@media only screen and (max-width: 768px) {

    .tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before {
        border-left: none !important;
    }

}