/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 90px; /* Location of the box */
    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 Content */
.modal-content {
    position: relative !important;
    background-color: #fefefe !important;
    margin: auto !important;
    padding: 0 !important;
    border: 1px solid #888 !important;
    width: 65% !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px !important; opacity:0 !important}
    to {top:0 !important; opacity:1 !important}
}

@keyframes animatetop {
    from {top:-300px !important; opacity:0 !important}
    to {top:0 !important; opacity:1 !important}
}

/* The Close Button */
#myModalf .close {
    color: white !important;
    float: right !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

#myModalf .close:hover,
#myModalf .close:focus {
    color: #000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
#myModalf .close2 {
    color: white !important;
    float: right !important;
    font-size: 28px !important;
    font-weight: bold !important;
}

#myModalf .close2:hover,
#myModalf .close2:focus {
    color: #000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
#myModalf .modal-header {
    padding: 2px 16px !important;
    background-color: #7db2e6 !important;
    color: white !important;
    overflow: hidden;
}
#myModalf .modal-header h2{
    font-size: 15px !important;
    float: left !important;
    margin: 10px !important;
    width: 300px !important;
}
#myModalf .modal-body table, .modal-body tr, .modal-body td{
	border: none !important;
}
#myModalf .modal-body table{
	margin-bottom: 5px !important;
}
#myModalf .modal-body tr td:first-child{
	width: 30%
}
#myModalf .modal-body {padding: 2px 16px !important;}

#myModalf .modal-footer {
    padding: 2px 16px !important;
    background-color: #7db2e6 !important;
    color: white !important;
}
#myModalf input#wpgc-timepicker, input#wpgc-timepicker2{
	width: 40%;
	height: 24px !important;
}
#myModalf input{
	height: 24px !important;
	background-color: #fff;
}
#myModalf textarea{
	height: 50px !important;
}
#myModalf input#time{
	width: 85px !important;
}

/* The Close Button */
#myModaldetails .closeD {
    color: white !important;
    float: right !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

#myModaldetails .closeD:hover,
#myModaldetails .closeD:focus {
    color: #000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
#myModaldetails .close2 {
    color: white !important;
    float: right !important;
    font-size: 28px !important;
    font-weight: bold !important;
}

#myModaldetails .close2:hover,
#myModaldetails .close2:focus {
    color: #000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
#myModaldetails .modal-header {
    padding: 2px 16px !important;
    background-color: #7db2e6 !important;
    color: white !important;
    overflow: hidden;
}
#myModaldetails .modal-header h2{
    font-size: 15px !important;
    float: left !important;
    margin: 10px !important;
    width: 300px !important;
    color: #FFF !important;
}
#myModaldetails .modal-body table, .modal-body tr, .modal-body td{
    border: none !important;
}
#myModaldetails .modal-body table{
    margin-bottom: 5px !important;
}
#myModaldetails .modal-body tr td:first-child{
    width: 30%
}
#myModaldetails .modal-body {padding: 2px 16px !important;}

#myModaldetails .modal-footer {
    padding: 2px 16px !important;
    background-color: #7db2e6 !important;
    color: white !important;
}
#myModaldetails input#wpgc-timepicker, input#wpgc-timepicker2{
    width: 40%;
    height: 24px !important;
}
#myModaldetails input{
    height: 24px !important;
    background-color: #fff;
}
#myModaldetails textarea{
    height: 50px !important;
}
#myModaldetails input#time{
    width: 85px !important;
}
div.fc-content::before { 
    content: "+";
    background: #fff;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    padding: 0 2px;
    margin: 0 1px
}
/*week day view*/
.fc .fc-axis{
    padding: 0 !important;
}