.fc-event-container {
	cursor: pointer;
}

#calendar {
	position: relative;
}

#add-event {
	display: none;
}

#modal-status {
	margin-bottom: 10px;
}

.modal-backdrop.in {
    opacity: 0.6;
}

.modal-content {
	box-shadow: none;	
	overflow: hidden;
}

.modal-footer, .modal-header {
	background: #efefef;	
}

.modal {
    overflow-y: auto;
}

.modal-body { 
   height: 60%;
}

.modal-body { 
	max-height: 360px;
    padding: 15px; 
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch; 
 }
 
 .modal-open .modal {
	overflow: hidden;
 }
 
 .fc-widget-header table {
	margin-bottom: 0;
 }
 
 /* label */
 .label {
    border: 1px solid #000;
  }
  
  label {
	  display: inline-block;
	  max-width: 100%;
	  margin-bottom: 5px;
	  font-weight: bold;
	  padding: 15px;
	}
	
	.label {
	  display: inline;
	  padding: .2em .6em .3em;
	  font-size: 75%;
	  font-weight: bold;
	  line-height: 1;
	  color: #fff;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: baseline;
	  border-radius: .25em;
	}
	
	a.label:hover,
	a.label:focus {
	  color: #fff;
	  text-decoration: none;
	  cursor: pointer;
	}
	
	.label:empty {
	  display: none;
	}
	
	.btn .label {
	  position: relative;
	  top: -1px;
	}
	
	.label-default {
	  background-color: #777;
	}
	
	.label-default[href]:hover,
	.label-default[href]:focus {
	  background-color: #5e5e5e;
	}
	
	.label-primary {
	  background-color: #337ab7;
	}
	
	.label-primary[href]:hover,
	.label-primary[href]:focus {
	  background-color: #286090;
	}
	
	.label-success {
	  background-color: #5cb85c;
	  border: 1px solid #449D44;
	}
	
	.label-success[href]:hover,
	.label-success[href]:focus {
	  background-color: #449d44;
	}
	
	.label-info {
	  background-color: #5bc0de;
	}
	
	.label-info[href]:hover,
	.label-info[href]:focus {
	  background-color: #31b0d5;
	}
	
	.label-warning {
	  background-color: #f0ad4e;
	}
	
	.label-warning[href]:hover,
	.label-warning[href]:focus {
	  background-color: #ec971f;
	}
	
	.label-danger {
	  background-color: #d9534f;
	}
	
	.label-danger[href]:hover,
	.label-danger[href]:focus {
	  background-color: #c9302c;
	}
  
  /* --- // label */
 
 /* modal body screen sizes */
 @media (max-width: 640px) 
 {
	.modal-body { 
		max-height: 180px;
	}
 }
 
 @media (max-width: 600px) 
 {
	.modal-body { 
		max-height: 400px;
	}
 }
 
 @media (max-width: 480px) 
 {
	.modal-body { 
		max-height: 140px;
	}
 }
 
 @media (max-width: 360px) 
 {
	.modal-body { 
		max-height: 400px;
	}
 }
 
 @media (max-width: 320px) 
 {
	.modal-body { 
		max-height: 280px;
	}
 }
 
#loading {
	display: none;
	position: absolute;
	vertical-align: middle;
	left: 50%;
	top: 45%;
	z-index: 99999;
}

/* loading */

.spinner {
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #587CA3;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* -// loading */

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	outline: none;
}

.wpc-event-title {
	margin-top: 20px!important;
}