body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
  }

  #top {
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	line-height: 40px;
	font-size: 12px;
  }
	.fc-event-title-container{
		cursor:pointer;
	}

			  /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  
}

.modal #oId{
  font-weight: 700;
  margin-bottom: 8px;
  display:none;
}
/* Modal Content/Box */
.modal-content {
  background-color:#FEFDF4;
  color:#444;
  margin: 20px auto;
  padding: 10px;
  width:300px;
  line-height:24px;
  border: 1px solid #888;
  position: relative;
  border-radius: 5px;
  border:1px solid black;
  box-shadow: 2px 3px 5px #555;
}

/* The Close Button */
.close {
  color: #ccc;
  position: absolute;
  top: 5px;
  right: 14px;
  font-size: 32px;
  font-weight: bold;
  cursor:pointer;
}
.modal-txt{
  /*padding-top: 20px;*/
}
.modal-commands{
  margin-top:20px;
  text-align:right;
}
.modal-commands .button{
  border:none;
  background-color: #1877B4;
  color:#fff;
  padding: 4px 10px;
  width:180px;
  border-radius: .2em;
  text-align:center;
}
.modal-commands .button:hover{
  background-color: #1e93db;
}
.close:hover,
.close:focus {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
