@import "./layout.css";
html {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.7);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a, a:link, a:active, a:visited, a:hover a:focus {
  text-decoration: none;
  color: inherit;
  border: none;
  outline: none;
  background-color: transparent;
}

body {
  /*margin: 0;*/
  font-family: "Roboto", "Noto", sans-serif;
  line-height: 1.5;
  /*min-height: 100vh;*/
  background-color: #fff;
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
}

:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

.login__intro {
  /*background: url(/images/intro.jpg) no-repeat center center fixed;*/
  background-size: cover;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.47)), url("/images/intro.jpg");
  height: 100%;
  width: 100%;
}

.login__form {
  align-self: flex-end;
  min-width: 475px;
  background-color: #fff;
  height: 100%;
}

.login__title {
  font-size: 30px;
  font-weight: 300;
}

.red-text {
  color: #ff1744;
}

.grid {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.btn-icon {
  cursor: pointer;
}

pre {
  font-family: inherit;
}


/*.switch label input[type=checkbox]:checked+.lever:after {
  background-color: #FF1744;
}

.switch label input[type=checkbox]:checked+.lever {
  background-color: #767676;
}*/

.grid-cell {
  border-right: 1px solid rgb(238, 238, 238);
  border-bottom: 1px solid rgb(238, 238, 238);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.separator-full {
  min-height: 1px;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.grid-row {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.grid-header {
  height: 75px;
  line-height: 75px;
}

.grid-lesson {
  font-size: 42px;
  width: 75px;
  min-width: 75px;
  color: rgb(189, 189, 189);
  text-align: center;
}

.grid-lesson-current {
  color: rgb(79, 195, 247);
}

.item-icon {
  margin-right: 24px;
}

.grid-lessons-container {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow-x: auto;
}

.s {
  border-bottom: 1px solid rgb(230, 230, 230);
}

.grid-exercise-container {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.grid-stage {
  font-weight: 500;
  background-color: rgb(250, 250, 250);
  height: 50px;
}

.grid-exercise {
  height: 50px;
}

.grid-assessment {
  height: 50px;
  width: 75px;
  min-width: 75px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}

.grid-assessment-current {
  background-color: rgb(250, 250, 250);
}

.uppercase {
  text-transform: uppercase;
}

.card {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin: 12px;
}

.input-text {
  line-height: 42px;
}

.item-button {
  padding: 8px 0;
}

.item-buttons {
  padding: 6px;
}

.menu {
  border-top: 1px solid rgb(238, 238, 238);
  height: 48px;
  min-height: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.menu-item:not(.selected) {
  opacity: 0.6
}

.btn-floating-menu {
  bottom: 64px;
}

.nav {
  min-width: 200px;
  max-width: 200px;
  background-color: #292F39;
  color: white;
}

.nav-logo {
  flex: 0 0 auto;
}

.nav-item {
  color: #9e9e9e;
  cursor: pointer;
  margin-top: 14px;
  padding: 16px 23px;
}

.btn-filter {
  margin-right: 6px;
  line-height: 35px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  padding: 0 15px;
  background-color: transparent;
  text-transform: uppercase;
  color: #B8B8B8;
  cursor: pointer;
}

.btn-filter:hover, .btn-filter.active {
  border-color: #F44336 !important;
  color: #F44336 !important;
}

.nav-item:hover, .nav-item.active {
  color: #fff !important;
}

.nav-item:hover {
  background-color: rgb(31, 37, 47);
}

.nav-item.active {
  background-color: #F44336;
}

.nav-name {
  margin-top: 8px;
  text-transform: uppercase;
}

.float {
  position: absolute;
  top: 0;
  left: 0;
}

.tab.selected {
  border-bottom: 2px solid #FFEA00;
}

.detail {
  max-width: 400px;
  min-width: 215px;
}


/*input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #d1d1d1;
  margin-right: 0.5em;
}

input[type="date"]:focus:before, input[type="date"]:valid:before {
  content: "";
}*/

.subitem {
  padding: 16px 0;
}

.radio-group>* {
  padding: 12px 0px;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

h5 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.layout.end-justified {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
}

.input-border {
  height: 3rem;
  margin-top: 16px;
  border-bottom: 1px solid #E0E0E0
}


/*input[type=range]::-webkit-slider-thumb {
  background-color: #F44336 !important;
}*/

.list {
  background-color: #FAFAFA;
}


/*.list> * {
  margin: 16px 0px;
}
.list> *:first-child {
  margin-top: 0px;
}
.list> *:last-child {
  margin-bottom: 0px;
}*/

pre {
  white-space: pre-wrap;
  line-height: 24px;
}

.self-end {
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.h2 {
  font-weight: 100;
  font-size: 1.5em;
}

.h3 {
  font-weight: 100;
  font-size: 1.1em;
  letter-spacing: .05em;
}

/*
[type=radio].with-gap:checked+label:after {
  border: 2px solid #F44336;
  background-color: #F44336;
}

[type=radio].with-gap:checked+label:before {
  border: 2px solid #F44336;
}*/

.fullbleed {
  height: 100%;
  width: 100%;
}

.preloader-wrapper.extra-small {
  width: 18px;
  height: 18px;
}

.invisible-input {
  border-bottom: 0px !important;
}

.invisible-input.input[type=text]:focus:not([readonly]) {
  border-bottom: 0px !important;
}

#splash {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #F44336;
}

.spinner-white-only {
  border-color: #fff;
}


/* v2 ----------------------- */

.menu-2 {
  /*border-top: 1px solid rgb(238, 238, 238);*/
  height: 100%;
  width: 242px;
  background-color: #2E323B;
  z-index: -1;
  /*min-width: 72px;*/
  /*border-right: 1px solid rgb(238, 238, 238);*/
}

pre {
  margin: 0;
}

.menu-2>* {
  /*padding: 21px 0;*/
}

.initial {
  padding: 12px 16px !important;
  text-transform: uppercase;
  color: #BDBDBD;
}

.list-item {
  padding: 24px 16px;
  /*margin-top: 1px;*/
}

.divider {
  display: block;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  background-color: rgb(238, 238, 238);
}

.tab {
  border-bottom: 2px solid transparent;
}

.tab:not(.tab-selected) {
  opacity: 0.6;
}

.tab-selected {
  opacity: 1 !important;
  border-bottom: 2px solid #F44336;
}

.tab-section {
  display: none;
  height: 100%;
  /*opacity: 0;*/
  /*transition: opacity 0.25s ease;*/
  width: 100%;
  /*z-index: -1;*/
}

.tab-section-active {
  display: block;
  /*opacity: 1;*/
  /*z-index: 500;*/
}

.list-item-selected {
  background-color: #F4F3F3 !important;
}


/*.z-depth-list {
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}*/

@media (max-width: 920px) {
  .view:not(.active) {
    display: none;
  }
}

.icon-item.active {
  border-left: 2px solid #F50057;
  background-color: rgb(26, 37, 55);
  color: white !important;
}

.icon-item {
  color: rgba(255, 255, 255, 0.3);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Roboto', 'Noto', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  position: relative;
  min-height: 52px;
  padding: 0px 16px;
}

.icon-item-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 42px;
}

.center {
  align-items: center;
}

.center-center {
  justify-content: center;
}
