div.sheduleField.sheduleActive{
	background-color: red;
}
input.sheduleSelected{
	border-bottom: 4px solid #66aee0;
}
div.sheduleField{
	color:white;
	border: 1px solid white;
	text-align: center;
	background-color: #29d127;
	cursor: pointer;
}
div.sheduleField > p, h2{
	user-select: none
}
#option input.btn-primary, #option button.btn-primary{
	background-color: #3a6dba;
  border-radius: 0px;
	/*border-color: #3a6dba;*/
}
input[type=button],button.btn{
	padding: 11px 18px;
}
#shedule{
	display: none;
	width: 800px;
    position: absolute;
    background: white;
    z-index: 1000000;
    padding: 15px;
    top: -400px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
#sheduleContainer{
	margin-bottom: 15px;
}
#sheduleCaption{
	text-align: center;
}
#sheduleCaption h2{
	margin-top: 0px;
}
#sheduleButtons{
	text-align: right;
}
#sheduleReset{
	margin-right: 15px;
}
#dimmer{
	display: none;
	z-index: 999995;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black no-repeat scroll center center;
    opacity: 0.5;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto auto;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#option{
	margin: 0px 0px 30px 0px;
}