
.fi-tick{

  cursor: pointer;
  border-radius: 50%;

  transition: background 0.5s, transform 0.3s;
  background-color: black;

}

.fi-tick.ticked{

  transform: scale(1.2);
  background-color: green;

}

.manageBacPlus-setupPopup{

  position: fixed;

  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;

  background-color: white;

  z-index: 999999;

  box-shadow: 0px 0px 10px #aaaaaa;

  text-align: center;

  overflow-y: scroll;

}

.manageBacPlus-setupPopup .body{

  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 18px;
  width: 750px;
  display: inline-block;
  text-align: left;

}

.manageBacPlus-setupPopup button{

  cursor: pointer;
  font-size: 25px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);

}

.messagesPopup{

  position: fixed;
  left: 10%;
  top: 10vh;
  width: 80%;
  height: 80vh;
  background-color: white;
  z-index: 9999999;

  box-shadow: 0px 0px 10px #444444;

  display: none;

  overflow-y: auto;

}

.messagesPopup #messagesGet{

  width: 100%;
  height: 100%;
  padding: 25px;

}

.closePopup{

  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 30px;
  background-color: #ff0000;
  color: white;
  line-height: 30px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;

}

.currentClassDiv{

  text-align: center;
  position: fixed;
  width: 450px;
  height: 150px;
  background-color: white;
  bottom: 50px;
  right: 50px;
  box-shadow: 0px 0px 10px #cccccc;

}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch::before{

  margin-left: -140px;
  font-size: 17px;

}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

img.avatar{
  cursor: pointer;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.gotoPage{

  cursor: pointer;

}

.notifications-count{

  cursor: pointer;

}

#flash-area{



}

#flash-area .flash{

  border: none;
  font-size: 15px;
  padding: 15px;
  background-color: #ffc454 !important;
  color: black !important;

}

#flash-area .flash.notice{

  background-color: #92ff42 !important;
  color: black !important;

}

#flash-area .flash.info{

  background-color: #90acff !important;
  color: black !important;

}

.collapseMenu{

  background-color: white;

}

.collapseMenu .carretDown{

  float:right;

}

.collapseMenu .panel-heading{

  cursor: pointer;

}

.collapseMenu .panel-body{

  display: none;

}

.collapseMenu.open > .panel-body{

  display: block;

}

.collapseMenu .medium{

  font-size: 12px;
  height: 32px;
  width: 32px;
  min-width: 32px;

}

.carretDown{

  height: 15px;

}

.editingEditable textarea{

  border: none;
  background: none;
  padding: 0px;
  outline: none;
  resize: none;
  height: 17px;
  margin-bottom: -3px;
  overflow-y: hidden;

}

.notePanel{

  position: relative;

}

.notePanel .panel-heading{

  background-color: #090;
  color: white;
  cursor: pointer;

}

.notePanel .panel-heading.default{

  background-color: #fbfcff;
  color: black;

}

.notePanel .panel-body.collapsed{

  display: none;

}

.notePanel:hover > .noteDeleteButton{

  opacity: 1;

}

.noteDeleteButton:hover{

  opacity: 1;

}

.noteDeleteButton{

  opacity: 0;
  transition: opacity 0.2s;

  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  color: white;
  font-size: 15px;
  text-align: center;
  line-height: 16px;
  background-color: red;

}

.tutorialOverlay{

  width: 100%;
  height: 100vh;

  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;

}

.tutorialButton{

  position: fixed;
  font-size: 28px;
  background-color: green;
  border-radius: 5px;
  border: none;
  z-index: 99999;
  color: white;
  padding: 15px;

}

.tutorialButton.next{

  left: 30px;

}

.tutorialButton.skip{

  left: 130px;
  background-color: #662200;

}

/* The container */
.checkBoxContainer {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    color: black;
}

/* Hide the browser's default checkbox */
.checkBoxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    margin-top: -6px;
}

/* On mouse-over, add a grey background color */
.checkBoxContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkBoxContainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkBoxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkBoxContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxTitle{
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
}

.checkboxBox{
  /* height: 25px; */
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.checkboxBox:hover{
  background-color: #f7f7f7;
}

.checkboxBox .deleteButton{

  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 25px;
  height: 25px;
  line-height: 22px;
  font-size: 18px;
  color: white;
  background-color: red;
  cursor: pointer;
  text-align: center;
  opacity: 0;

  transition: opacity 0.2s;

}

.checkboxBox:hover > .deleteButton{

  opacity: 1;

}

.pollButton{
  text-align: center;
}

.pollButton button{

  padding: 10px;
  background-color: green;
  line-height: 25px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  color: white;
  margin-right: 25px;
  margin-bottom: 25px;

}


.pollButton button span{

  margin-top: 45px;
  font-size: 15px;

}

.openContent{

  padding: 25px;
  background-color: #eff6ff;
  margin-bottom: 25px;
  margin-top: -15px;

}

.closeButton{

  position: absolute;
  bottom: 15px;
  right: 15px;

}

.messenger{

  position: fixed;
  top: 52px;
  left: 0px;
  width: 250px;
  height: calc(100% - 35px);
  z-index: 15;
  padding: 15px;
  padding-right: 0px;

}

.messenger .title{

  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;

  position: relative;
}

.messenger .title .back{

  position: absolute;
  left: 3px;
  top: 0px;
  height: 27px;
  cursor: pointer;
  display: none;

}

.messenger .search{

  padding: 10px;
  border: solid black 1px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;

}

.messenger .messageInput{

  padding: 10px;
  border: solid black 1px;
  font-size: 14px;
  width: calc(100% - 15px);
  margin-bottom: 20px;
  position: absolute;
  bottom: 15px;
  left: 15px;

}

.messenger .userMessage.sending{
  background-color: red;
}

.messenger .subtitle{

  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;

}

.messenger .messageContainer{

  max-height: 550px;
  overflow-y:  scroll;

}

.messenger .contact{

  width: 100%;
  font-size: 14px;
  padding: 14px;
  background-color: white;
  cursor: pointer;

  margin-bottom: 15px;

  transition: transform 0.2s;

}

.messenger .contact:hover{

  transform: scale(1.03);

}

.messenger .userMessage{

  word-break: break-all;

}

.messenger .userMessage .author{

  display: inline-block;

}

.messenger .userMessage .text{

  display: block;
  padding: 15px;
  background-color: white;
  position: relative;
  margin-left: 33px;
  margin-right: 15px;

}

.filesContainer{



}

.filesContainer .fileSquare{

  width: 150px;
  height: 150px;
  display: inline-block;
  background-color: #eff6ff;
  position: relative;

}

.filesContainer .fileSquare.addFile{

  font-size: 70px;
  line-height: 150px;
  text-align: center;

}

.filesContainer .fileSquare.addFile input{
  display: none;
}

.filesContainer .fileSquare.addFile label{
  width: 100%;
  cursor: pointer;
}

#currencyLi{
  cursor: pointer;
}

.currencyPopup{

  position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  overflow-y: auto;
  background-color: white;
  color: black;
  z-index: 999999;
  padding-left: 25px;
  padding-right: 25px;

}

.currencyPopup .title{

  text-align: center;

}

.userBox{

  width:250px;
  height: 250px;
  box-shadow: 0px 0px 10px #cccccc;
  text-align: center;
  font-size: 25px;
  word-break: break-all;
  padding: 10px;
  float: left;
  margin: 25px;

}

.userBox .transferBtn{

  border: none;
  padding: 10px;
  font-size: 22px;

}

.transfer{

  font-size: 23px;
  margin-bottom: 15px;

}

.daysLeft{

  position: fixed;
  width: 800px;
  height: 800px;
  top: calc(50% - 400px);
  left: calc(50% - 400px);
  background-image: url(https://sites.google.com/site/ninepointedstars/_/rsrc/1238202494499/config/app/images/very%20sharp%20star.png);
  background-size: contain;
  background-position: center;
  color: white;
  text-align: center;
  padding-top: 250px;
  font-size: 30px;
  transition: opacity 2s;

}

.daysLeft .daysL{

  font-size: 90px;
  text-align: center;

}

.cafeteriaTitle{

  font-size: 19px;
  text-align: center;

}

.cafeteriaBalance{

  font-size: 15px;

}

.instructions{
  margin-top: 30px;
  font-size: 13px;
}

.advertisement{
  padding:15px;
  box-sizing: border-box;
}

.advertisement>div{
  background-image: url(http://zubatomic.com/projects/managebac/images/cafeteriaAd.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
}

.ultimateTTT{
  padding:15px;
  box-sizing: border-box;
}

.ultimateTTT>div{
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d1/Incomplete_Ultimate_Tic-Tac-Toe_Board.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 190px;
}

.button{
  padding: 15px;
  border: none;
  background-color: black;
  color: white;
}

.button.red{
  background-color: #5f0000;
}

.developerPlugin{

  background-color: #eeeeee;
  position: relative;
  padding: 25px;
  margin-bottom: 25px;

}

.developerPlugin .state select{
  background: none;
  border: none;
  outline: none;
}

.developerPlugin .state{

  margin-top: 10px;

}

.developerPlugin .code{
  border: none;
  border-top: #999999 1px solid;
  border-bottom: #999999 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  width: 100%;
  height: 120px;
  resize: none;
  outline: none;
  margin-top: 20px;
}

.developerPlugin .pluginTitle{
  text-align: center;
  font-size: 19px;
  position: relative;
}
.developerPlugin .pluginTitle input{

  border: none;
  background: none;
  text-align: center;
  outline: none;
  width: 100%;

}

.plugin{

  box-shadow: 0px 0px 10px #cccccc;
  padding: 25px;
  width: calc(33% - 30px);
  float: left;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 25px;
  background-color: white;

}

.plugin .pluginTitle{

  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  height: 52px;

}

.plugin .pluginDescription{

  font-size: 16px;
  text-align: left;
  height: 150px;
  overflow-y: auto;

}

.plugin .pluginDescription.code{

  white-space:nowrap;
  font-size: 12px;

}

.plugin .installButton{

  margin-top: 25px;
  margin-right: 5px;

}

.nextClassDiv{

  margin: 25px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: black;

  transition: background 0.5s;

}

.nextClassDiv:hover{

  background-color: #eeeeee;
  text-decoration: none;
  color: black;

}
