thead{
  background-color:#5BC563;
  color:white;
}

.loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.grad {
    background: #FFFFFF; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFFFFF, #F8F8F8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF, #F8F8F8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #F8F8F8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #F8F8F8); /* Standard syntax */
}
.navbar-default .navbar-nav > .active > a {
	background-color: #DFF0D8;
}

.shadow {
  -moz-box-shadow:    1px 1px 0px 0px #ccc;
  -webkit-box-shadow: 1px 1px 0px 0px #ccc;
  box-shadow:         1px 1px 0px 0px #ccc;
}

.profile-image{
	font-size:200px;
	text-align:center;
}

.btn-padding{
	padding-bottom:50px;
}

.color-green{
	color:green;
}

.error-message{
	color:red;
}

.time-input-width{
	width:62px;	
}

thead{
	background-color:#5BC563;
	color:white;
}

body{
	font-size:12px;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

a.fc-day-number{
  color: white;
}