@font-face {
  font-family: mfglabsiconset;
  src: url(font/mfglabsiconset-webfont.ttf);
}
@font-face {
  font-family: Quango;
  src: url(font/Quango.otf);
}
@font-face {
  font-family: KaushanScriptRegular;
  src: url(font/KaushanScript-Regular.otf);
}
@font-face {
  font-family: TitilliumRegular;
  src: url(font/Titillium-Regular.otf);
}
@font-face {
  font-family: AutobusBold;
  src: url(font/Autobus-Bold.ttf);
}
@font-face {
  font-family: timeburnernormal;
  src: url(font/timeburnernormal.ttf);
}
@font-face {
  font-family: timeburnerbold;
  src: url(font/timeburnerbold.ttf);
}
@font-face {
  font-family: RighteousRegular;
  src: url(font/Righteous-Regular.ttf);
}
@font-face {
  font-family: trench100free;
  font-weight: 900;
  src: url(font/trench100free.ttf);
  /* src: local('trench100free'),
	   url('/font/trench100free.ttf') format('truetype'),
	   url('/font/trench100free.eot') format('embedded-opentype'); */
}

body {
  /* color: aliceblue;
  background: mediumvioletred; */

  font-family: mfglabsiconset, "Gill Sans", "Gill Sans MT", Calibri,
    "Trebuchet MS", sans-serif;
  color: white;
  background: black;
}
.form-control {
  border-radius: 0px !important;
}
.btn {
  border-radius: 0px !important;
  background: aliceblue;
  color: mediumvioletred;
}
#l0 {
  background: aliceblue;
  color: mediumvioletred;
}

#l1 div {
  /* margin: 1px;
  background: azure;
  color: mediumvioletred; */
}
.fcol{
  color: mediumvioletred !important;
}
.bcol{
  color: aliceblue !important;
}
button {
  font-size: 20px;
}
/* .select2-search { background-color: #4B4B4B; }  */
/* .select2-search input { background-color: #00f; }  */
.select2-results {
  background-color: navy;
}
/* .select2-choice { background-color: #00f !important; } */

#adrndBody {
}

#htsrModal .modal-content {
  background-color: #4b4b4b;
}

#workSpace {
  border: 2px solid mediumvioletred;
}

.vspacer2 {
  height: 2px;
}
.vspacer5 {
  height: 5px;
}
.vspacer10 {
  height: 120px;
}
.vspacer20 {
  height: 20px;
}
.vspacer40 {
  height: 40px;
}

.fileContainer {
  font-family: TitilliumRegular !important;
  overflow: hidden;
  position: relative;
  background: #800080;
  color: #800080;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
  background: #f6f8f9;
  background: -moz-linear-gradient(
    top,
    #f6f8f9 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #f5f7f9 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f6f8f9 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #f5f7f9 100%
  );
  background: linear-gradient(
    to bottom,
    #f6f8f9 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #f5f7f9 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#f6f8f9",
      endColorstr="#f5f7f9",
      GradientType=0
    );
  border: 1px solid #296ea7;
  padding: 5px 15px;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 4px;
}
.fileContainer:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2fa+0,ddddf3+50,cecbeb+51,f2f0fa+100 */
  background: #f2f2fa;
  background: -moz-linear-gradient(
    top,
    #f2f2fa 0%,
    #ddddf3 50%,
    #cecbeb 51%,
    #f2f0fa 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f2f2fa 0%,
    #ddddf3 50%,
    #cecbeb 51%,
    #f2f0fa 100%
  );
  background: linear-gradient(
    to bottom,
    #f2f2fa 0%,
    #ddddf3 50%,
    #cecbeb 51%,
    #f2f0fa 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#f2f2fa",
      endColorstr="#f2f0fa",
      GradientType=0
    );
}
.fileContainer [type="file"] {
  width: 20px;
  cursor: inherit;
  display: block;
  font-size: 9px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
#fileUploadImgPreview {
  position: relative;
  font-size: 30px;
  width: 250px;
  height: 230px;
  text-align: center;
  line-height: 180px;
  font-weight: bold;
  color: #800080;
  background-color: #fff;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #800080;
}
#fileUploadLoading {
  display: none;
  font-size: 25px;
}
#fileUploadMessage {
  width: 100%;
  overflow-x: auto;
  text-align: left;
  padding: 2px;
  margin: 2px;
}
#fileUploadMessage div {
  /* border-left: 2px solid #d4af37; */
  margin-top: 1px;
}
#fileUploadMessage div img {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding: 1px;
  cursor: pointer;
}
#fileUploadMessage .statusMsg {
  font-size: 16px;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.7);
}
#panelFileUpload {
  /* display: none; */
  border: 2px solid #d4af37;
  padding: 3px;
  margin: 2px;
}
.panelFileContent {
  display: none;
  border: 1px solid #f25e60;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  white-space: pre-line;
}
#panelFileThumbs span div div {
  overflow: none;
  height: 150px;
  border: 1px solid mediumvioletred;
  color: mediumvioletred;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  padding: 10px;
  margin: -11px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
}
#panelFileThumbs img {
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: aliceblue;
  padding: 2px;
}
#panelHCollabDoc {
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  white-space: pre-line;
}
#blockUiDiv {
  background-color: transparant;
  width: 194px;
  height: 194px;
  position: absolute;
  left: calc(50% - 97px);
  top: calc(50vh - 97px);
  display: none;
  z-index: 20001;
}
#blockUiDiv img {
  width: 194px;
  height: 194px;
}
.blockUiBackdrop {
  height: 100%;
  width: 100%;
  z-index: 20000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  color: #fff;
  padding: 150px 10px 10px 10px;
  font-size: 20px;
}
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #d4af37;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  background-color: #800080;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ================= */
/* workStudy */
/* ================= */


#workStudy .col-sm-2, .col-sm-6, .col-sm-12 {
  background: #000 !important;
  color: white;
}

#workStudy .col-sm-2{
  border: 1px solid #d4af37;
  
}

#workStudy .col-sm-12{
  border: 1px solid #8b73f3;
  background: #9f9df7 !important;
}
#workStudy .vspacer5{
  border: 0px solid #a438b9 !important;
  background: #000 !important;
}

#workStudy .subject{
  border: 2px solid #0de4d9 !important;
  background-color: #88e5f1 !important;
  color: #043257 !important;

}