
.class-box{
	width:150px;
	height:30px;

	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

	background-color: #e1d8ff;
}

.schedule-time{
	width:150px;
	height:30px;

	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

	background-color: #e1d8ff;
}
	
.schedule-selected{
	background-color: #42f453;
}


td:not(:last-child) .class-space{
	border-right:solid 1px #9c9ba3;
}

tr:not(:last-child) .class-space{
	border-bottom:solid 1px #9c9ba3;
}

.class{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    border-radius: 3px;
	width:100%;
	padding: 5px;
	/*border-color: black;
	border-top-width: 1px;*/
	
}

ul{
	list-style: none;
}

.noselect, .noselect * {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari*/
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


/* Background classes */
.blue{
	background-color: lightblue !important;
}

.red{
	background-color: #ff0043 !important;
}

.green{
	background-color: #28ff3e !important;
}

.orange{
	background-color: #FFA07A !important;	
}

.white{
	background-color: #ffffff !important;	
}

.yellow{
	background-color: #FFFF00 !important;
}

.grey{
	background-color: #3498DB !important;
}

.border-blue{
	border-color: lightblue !important;
	border:solid 2px;
}

.border-red{
	border-color: #ff0043 !important;
	border:solid 2px;
}

.border-green{
	border-color: #28ff3e !important;
	border:solid 2px;
}

.border-orange{
	border-color: #FFA07A !important;	
	border:solid 2px;
}

.border-white{
	border-color: #ffffff !important;	
	border:solid 2px;
}

.border-yellow{
	border-color: ##FFFF00 !important;
	border:solid 2px;
}

.border-grey{
	border-color: #bc8d8d !important;
	border:solid 2px;
}


.class:not(:first-child){
	border-top: 1px solid black;
	
}

.class-box:hover{
	filter: brightness(85%);
}

.class-text{
	display: inline-block;
	max-width: 70%;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

.selected{
	filter: brightness(60%);
}

.twitter-picker{
	z-index: 20;
	position: absolute !important; 
}


.dragging{
	opacity:0;
}


.overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	zIndex: 1;
	opacity: 0.5;
	pointer-events: none;
}

.teacher-card{
	background-color: #2b89c6;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	color:white;
	padding-left: 20px !important;
}

.teacher-card.selected{
	filter: brightness(100%) !important;
	background-color: #1A5277;
}

.teacher-card:hover{
	border: 1px solid black;
}


.teacher-card.selected:nth-child(even){
	background-color: #144666;
	filter: brightness(100%) !important;
}

.teacher-card:nth-child(even){
	background-color: #2274AA;
}

.margined{
	margin-right:10px;
}

.padded{
	padding:10px;
}

.class-list{
	height: 80vh;
	width:200px;
	border-radius: 5px;
}

.class-list-fixed-wrapper{
	width:220px;
	margin-left:20px;
}

.class-list-container{
	overflow-x: auto;
	overflow-y: hidden;
	white-space:nowrap
}


.class-list-container > *{
	display:inline-block;
	vertical-align:top;
}

.class-list-inner{
	overflow-y: hidden;
	overflow-x: hidden;
	max-height: 90%;
}

.users-list-wrapper{
	overflow-y: hidden;
	overflow-x: hidden;
	max-height: 50%;
}

.preview{
	position: absolute;
    top: 0px;
    left: 0px;
}

.preview-class-wrapper{
	opacity: 1;
	transform: rotate(3deg);

	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
}


table{
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.editor td {
	padding: 0px !important;
}

.table-head{
	background-color:  #3498DB;
	/*position: fixed;*/
}
.table-head > th {
	padding:3px;
}

.class-list-fixed{
	left: 10px;
	background-color: #3498DB;
	padding: 5px;
	z-index: 3;
	width: auto;
	align-content: center;
	
}

.save-btn{
	width: 120px;
	height: 40px;
	
}


.load-btn{
	width: 120px;
	height: 40px;
	z-index: 10;
}

.fixed-buttons{
	position: fixed;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	top: calc(95vh - 100px);
	left: calc(95vw - 240px);
	z-index: 10;
}

.alert-container-fixed{
	position: fixed;
	/*top: calc(95vh - 100px);*/
	width: 240px;
	left: calc(98vw - 240px);
	z-index: 10;
}

.lessons-header{
	text-align: center;

}

.school-list{
	width:95% !important;
	height:70vh !important;
}

.school-list-heading{
	display: inline;
}

#popover-hint{
	max-width: 700px;
}

.scrollbar-container{
	z-index:800 !important;
}

.add-btn-wrapper{
	display: inline-block;
}

.add-btn{
	opacity: 0.5;
	margin:8px;
}

.add-btn:hover{
	opacity: 1.0;
}

.alert-overlay{
	border-radius:7px;
	padding:5px;
	opacity:0.7;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	height: 35px;
	/*border: 1px solid black;*/
}
.alert-overlay:hover{
	opacity: 1.0;
}

.alert-danger{
	background-color: #ff0043;
	border: 1px solid #dd0033;
}


.alert-message{
	display: inline-block;
	float: left;
}

.inline{
	display: inline;
}

body{
	background-color: 	 #F8F8F8  ;
}

.count-changer{
	background-color: transparent;
	border:0px solid white;
	width: 40px;
}


.count-changer:focus{
	background-color: white;
	color:black;
	border:1px solid white;
}

/*React spinner*/
.react-spinner {
  position: relative;
  width: 25px;
  height: 25px;
  top: 11px;
  left: 50%;
}

.react-spinner_bar {
  -webkit-animation: react-spinner_spin 1.2s linear infinite;
  -moz-animation: react-spinner_spin 1.2s linear infinite;
  animation: react-spinner_spin 1.2s linear infinite;
  border-radius: 5px;
  background-color: black;
  position: absolute;
  width: 20%;
  height: 7.8%;
  top: -3.9%;
  left: -10%;
}

@keyframes react-spinner_spin {
 0% { opacity: 1; }
 100% { opacity: 0.15; }
}

@-moz-keyframes react-spinner_spin {
 0% { opacity: 1; }
 100% { opacity: 0.15; }
}

@-webkit-keyframes react-spinner_spin {
 0% { opacity: 1; }
 100% { opacity: 0.15; }
}