@-webkit-keyframes headerOverlayFade {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes headerOverlayFade {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes indexCourseTileAnimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes indexCourseTileAnimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes mainRegionMoveLeft {
  from {
    left: 200px; }
  to {
    left: 15px; } }
@keyframes mainRegionMoveLeft {
  from {
    left: 200px; }
  to {
    left: 15px; } }
@-webkit-keyframes mainRegionMoveRight {
  from {
    left: 15px; }
  to {
    left: 200px; } }
@keyframes mainRegionMoveRight {
  from {
    left: 15px; }
  to {
    left: 200px; } }
@-webkit-keyframes overlayDiagAnimation {
  from {
    top: 100vh; }
  to {
    top: 80px; } }
/* Standard syntax */
@keyframes overlayDiagAnimation {
  from {
    top: 100vh; }
  to {
    top: 80px; } }
body {
  overflow-x: hidden;
  max-width: 100%;
  height: 90%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Roboto", sans-serif !important;
  background: #e0e0e0 !important; }

.noSelect {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none; }

.headerOverlay {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  font-variant: small-caps;
  line-height: 70px;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
  opacity: 0;
  color: #fff; }

.headerItems {
  position: absolute;
  left: 200px;
  height: 70px;
  border-right: 1px solid #2c3e50; }

.headerItem {
  font-family: "Roboto", sans-serif;
  font-size: xx-large;
  line-height: 70px;
  position: relative;
  float: left;
  height: 70px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border-left: 1px solid #2c3e50; }

.headerItemSelected {
  background-color: #2c3e50; }

.tableHeader {
  position: fixed;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #34495e; }

.tableHeaderText {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  font-variant: small-caps;
  line-height: 0;
  position: relative;
  top: 35px;
  right: 15px;
  float: right;
  width: 100%;
  text-align: right;
  color: #fff; }

.indexCourseTileContainer {
  position: relative;
  float: left;
  width: 22.5%;
  height: 0;
  margin-top: 2%;
  margin-left: 2%;
  padding-bottom: 22.5%; }

.indexCourseTile {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  -webkit-animation: indexCourseTileAnimation 2s;
  /* Chrome, Safari, Opera */
  animation: indexCourseTileAnimation 2s;
  text-align: center;
  border-radius: 20px; }

.indexCourseTile:hover {
  opacity: .5; }

.indexCourseTileText {
  font-family: "Roboto", sans-serif;
  font-size: 3vw;
  font-style: normal;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.mainRegion {
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  overflow-x: hidden;
  width: auto;
  min-width: calc(100%);
  height: auto;
  min-height: calc(100vh - 70px);
  text-align: left;
  vertical-align: top;
  color: #fff;
  background-repeat: repeat-y; }

.overlayBacking {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.fileBrowser {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 70px);
  background-color: #fff; }

.fileBrowserLocationBar {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 41px;
  background-color: #b6b6b6; }

.fileBrowserLocationBarText {
  font-family: "Roboto", sans-serif;
  font-size: large;
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 0;
  float: left;
  width: auto;
  height: 20px;
  text-align: left;
  vertical-align: bottom;
  color: #212121; }

.fileBrowserHead {
  font-family: "Roboto", sans-serif;
  font-size: large;
  line-height: 40px;
  position: absolute;
  z-index: 1;
  top: 41px;
  left: 0;
  float: left;
  width: 1500px;
  min-width: 100%;
  height: 40px;
  text-align: left;
  vertical-align: middle;
  color: #212121;
  border-bottom: 1px solid #b6b6b6;
  background-color: #fff; }

.fileBrowserUploadContainer {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: auto;
  background-color: #ecf0f1; }

.customContext {
  position: fixed;
  z-index: 10;
  visibility: hidden;
  width: 200px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-radius: 2px;
  background-color: #c0392b; }

.customContextTextCentre {
  font-family: "Roboto", sans-serif;
  font-size: medium;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  overflow: hidden;
  width: 200px;
  height: auto;
  text-align: center;
  vertical-align: bottom;
  color: #212121; }

.customContextText {
  font-family: "Roboto", sans-serif;
  font-size: medium;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  overflow: hidden;
  width: 200px;
  height: auto;
  text-align: left;
  vertical-align: bottom;
  color: #fff; }

.customContextOption {
  font-family: "Roboto", sans-serif;
  font-size: medium;
  line-height: 25px;
  position: relative;
  z-index: 4;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 180px;
  height: 25px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  background-color: #c0392b; }

.customContextHeading {
  font-family: "Roboto", sans-serif;
  font-size: medium;
  line-height: 20px;
  position: relative;
  z-index: 4;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 180px;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  background-color: #c0392b; }

.customContextOption:hover {
  background-color: #e74c3c; }

.fileUploadFile {
  position: relative;
  float: left; }

.fileUploadSize {
  font-family: "Roboto", sans-serif;
  font-size: large;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  overflow: hidden;
  width: 100px;
  height: 20px;
  text-align: left;
  color: #fff; }

.fileUploadText {
  font-family: "Roboto", sans-serif;
  font-size: large;
  position: relative;
  top: 0;
  left: 10px;
  float: left;
  overflow: hidden;
  width: 290px;
  height: 20px;
  text-align: left;
  color: #fff; }

.fileUploadBar {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  overflow: hidden;
  width: 100px;
  height: 20px;
  color: #2980b9;
  background-color: #c0392b; }

.fileUploadBarInner {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  overflow: hidden;
  width: 50px;
  height: 20px;
  color: #c0392b;
  background-color: #2980b9; }

.fileUploadBarText {
  font-family: "Roboto", sans-serif;
  font-size: large;
  position: absolute;
  top: -1px;
  left: 0;
  overflow: hidden;
  width: 100px;
  height: 20px;
  text-align: center; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: underline; }

.fileEditorToolBar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 20px;
  background-color: #283746; }

.fileEditorFilename {
  position: relative;
  right: 0;
  left: 0;
  float: right;
  overflow: hidden;
  width: auto;
  height: 20px;
  padding-right: 5px; }

.fileEditorToolBarOption {
  position: relative;
  z-index: 20;
  top: -1;
  left: 0;
  float: left;
  overflow: hidden;
  height: 20px;
  padding-right: 5px;
  padding-left: 5px; }

.fileEditorToolBarOption:hover {
  overflow: visible;
  color: #fff;
  background-color: #2980b9; }

.fileEditorEditor {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 200px; }

.fileEditorTabs {
  position: relative;
  right: 181px;
  overflow-y: scroll;
  height: 34px;
  margin-left: 181px;
  background-color: #2c3e50; }

.fileEditorTab {
  font-size: small;
  line-height: 28px;
  position: relative;
  float: left;
  overflow: hidden;
  width: auto;
  min-width: 140px;
  height: 28px;
  padding-right: 16px;
  padding-left: 5px;
  vertical-align: middle;
  border-bottom: 2px solid #2c3e50;
  background-color: #2c3e50; }

.fileEditorTabExit {
  position: relative;
  top: 8px;
  right: -10px;
  float: right;
  height: 12px; }

.fileEditorTabSelected {
  font-size: small;
  line-height: 28px;
  position: relative;
  float: left;
  overflow: hidden;
  width: auto;
  min-width: 140px;
  height: 28px;
  padding-right: 16px;
  padding-left: 5px;
  vertical-align: middle;
  border-bottom: 2px solid #f1c40f;
  background-color: #2c3e50; }

.fileEditorStatusBar {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  height: 30px;
  background-color: #2c3e50; }

.fileEditorBrowserWidth {
  line-height: 30px;
  position: absolute;
  left: 10px;
  vertical-align: middle; }

.fileContainer {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  float: left;
  overflow-x: scroll;
  overflow-y: scroll;
  width: 200px;
  background-color: #2c3e50; }

.file {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 10px;
  overflow: hidden;
  width: 1000px;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  color: #fff; }

.fileSelected {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 10px;
  width: 100%;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  background-color: #727272; }

/* customize scrollbar css */
#allFiles::-webkit-scrollbar {
  width: 4px; }

#allFiles::-webkit-scrollbar:horizontal {
  height: 4px; }

#allFiles::-webkit-scrollbar-thumb {
  background-color: #fff; }

#allFiles::-webkit-scrollbar-thumb:hover {
  background-color: #fff; }

#allFiles::-webkit-scrollbar-thumb:active {
  background-color: #fff; }

#tabs::-webkit-scrollbar {
  width: 4px; }

#tabs::-webkit-scrollbar:horizontal {
  height: 4px; }

#tabs::-webkit-scrollbar-thumb {
  background-color: #fff; }

#tabs::-webkit-scrollbar-thumb:hover {
  background-color: #fff; }

#tabs::-webkit-scrollbar-thumb:active {
  background-color: #fff; }

.fileInfo {
  font-size: large;
  height: 40px;
  color: #727272;
  background-color: #2c3e50; }

.fileInfoHover {
  font-size: large;
  height: 40px;
  color: #727272;
  background-color: #a66bbe; }

.fileInfoSelected {
  font-size: large;
  height: 40px;
  color: #727272;
  background-color: #34495e; }

.fileBrowserLocationBarText a {
  color: #3498db; }

.fileInfoItem {
  border-bottom: 1px solid #34495e; }

.fileInfoItem a {
  color: #3498db; }

.fileInfoItemHeading {
  border-bottom: 1px solid #b6b6b6; }

.fileInfoItemHeading:hover {
  background-color: #c5cae9; }

.fileIcon {
  position: relative;
  top: 3px;
  height: 32px;
  padding-right: 10px;
  padding-left: 5px; }

.fileIconAddon {
  position: relative;
  top: 20px;
  left: 24px;
  float: left;
  height: 16px;
  margin-right: -16px;
  padding: 0; }

.sectionIcon {
  position: relative;
  width: 70%; }

.overlayDiag {
  position: absolute !important;
  z-index: 101;
  top: 80px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  animation: 1s ease 0s normal none 1 running overlayDiagAnimation; }

.overlayHeading {
  font-size: xx-large;
  color: #727272; }

.input {
  font-family: "Roboto", sans-serif;
  font-size: xx-large;
  position: relative;
  left: 3px;
  width: 300px;
  padding-right: 40px;
  padding-left: 10px;
  color: #727272;
  border: 3px solid transparent;
  border-radius: 10px;
  outline: none; }

.inputErrorInfo {
  position: absolute;
  left: 30px;
  width: 350px;
  color: #e74c3c;
  border: none;
  background: none !important; }

.inputErrorInfo:focus {
  outline: none; }

.inputError {
  border: 3px solid #c0392b; }

.input:focus {
  border: 3px solid #1abc9c; }

.overlayButton {
  font-family: "Roboto", sans-serif;
  font-size: x-large;
  position: relative;
  top: 20px;
  width: 160px;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  padding: 0;
  color: #ecf0f1;
  border: 3px solid transparent;
  border-radius: 10px;
  outline: none;
  background-color: #1abc9c; }

.loginContainer {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 400px;
  height: 215px;
  margin-left: -200px;
  border-radius: 10px;
  background-color: #ecf0f1; }

.icon {
  position: absolute;
  top: calc(20% + 20px);
  left: calc(50% - 200px);
  width: 150px;
  margin-left: -200px;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated; }

.arrow {
  position: absolute;
  top: calc(20% + 60px);
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  margin-left: -200px;
  border-top: 30px solid transparent;
  border-right: 30px solid #ecf0f1;
  border-bottom: 30px solid transparent; }

.welcome {
  font-family: 'Roboto', sans-serif;
  font-size: large;
  position: absolute;
  top: calc(20% + 180px);
  left: calc(50% - 200px);
  width: 150px;
  margin-left: -200px;
  text-align: left;
  color: #ecf0f1; }

.loginButton {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  position: relative;
  top: 20px;
  left: 20px;
  width: 360px;
  padding-left: 10px;
  color: #ecf0f1;
  border: 3px solid transparent;
  border-radius: 10px;
  outline: none;
  background-color: #1abc9c; }

.loginButton:hover {
  background-color: #16a085; }

.inputIcon {
  position: relative;
  top: 33px;
  right: 40px;
  float: right;
  color: #b6b6b6; }

.input:focus + .inputIcon {
  color: #1abc9c; }

.inputError + .inputIcon {
  color: #c0392b; }

.loginError {
  font-family: "Roboto", sans-serif;
  position: relative;
  top: 22px;
  left: 20px;
  visibility: hidden;
  color: #c0392b; }

.mdl-button, a, .mdl-card {
  font-weight: 300 !important; }

.dropDown {
  position: absolute;
  top: 10px;
  left: 24px;
  height: auto;
  width: auto;
  min-width: 124px;
  padding: 8px 0;
  margin: 0;
  background: #FFF;
  visibility: hidden;
  z-index: 10; }

.dropDown div {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0 16px;
  outline-color: #bdbdbd;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  white-space: nowrap; }

.dropDown div:hover {
  background: #eee; }

.dropDown div i {
  top: 6px;
  position: relative; }

#dropDownText i {
  position: relative;
  top: 5px;
  cursor: pointer; }

#dropDownText:active + .dropDown, .dropDown:hover {
  visibility: visible; }

.blinking{
	animation:blinkingText 1.2s infinite;
	color: red;
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}

/*# sourceMappingURL=main.css.map */
