.fc-today
{
	background: #FAFAFA !important;
}


.fc-event, .fc-event-dot
{
	background-color: rgba(000,107,84,0.75);
}


.fc-event-noPQs
{
	background-color: rgba(108,117,125,0.75);
}


/* Modal CSS */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3000; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100vw; /* Full width */
    height: 100vh; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}


.modal-header
{
  padding: 20px 10px;
	background-color: rgb(64,100,174);
}


.modal-title
{
	font-size: 1.25rem;/*20px;*/
	font-weight: bold;
}

.modal-body
{
	padding: 0;
	background-color: rgb(240,240,240);
}

.modal-body .alert
{
	margin-bottom: 0;
}

.bootbox .modal-dialog .modal-content .modal-body
{
	padding: 16px;
}


.modal-footer
{
	border-top: 1px solid rgb(64,100,174);
	background-color: rgb(240,240,240);
}

.modal-close
{
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.modal-content {
    margin: 0 auto;
    display: block;
    /*max-width: 700px;*/
    max-height: 100%;
		background-color: transparent;
		border: 0;
		overflow: auto;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}



@media (max-width: 560px)
{
}

/*@media (max-width: 767px) 
{
	.modal-content 
	{
	/*		max-width: 100%;
	}
}*/


.bootbox > .modal-dialog > .modal-content
{
	background-color: #fff;
}

.btn
{
	white-space: normal;
}

.modal-footer .btn
{
	margin-right: 0 !important;
}

.bootbox > .modal-dialog > .modal-content > .modal-footer
{
	display: inline-block;
	text-align: right;
	min-width: 100%;
}

.btnBootbox
{
	margin-bottom: 10px !important;
}

.btn-default
{
	border-color: rgba(000,107,84,1);
	background-color: rgba(000,107,84,1);
	color: #fff;
}

.modalMsg
{
	padding: 1 rem;
}


.polyfill-hidden
{
	display: none !important;
}


.picsModal
{
	max-width: 100%;
	max-height: 100%;
}


.picsModalImg
{
	width: unset;
	height: unset;
	max-width: 90%;
	max-height: 90%;
}


.prevUploadPicsCont
{
	display: table;
	text-align: center;
	width: 100%;
}


.prevUploadPicsDiv
{
	max-width: 100%;
	margin: 10px auto;
}


.prevUploadPic
{
	max-width: 100%;
	cursor: pointer;
	max-height: 200px;
	display: inline-block;
}


.delbtn {
	display: inline-block;	
	vertical-align: top;
}

.delicon {
	background: url('../media/icons/GENERIC_ICONS_28.png') no-repeat;
	background-size: contain;
	min-width: 26px;
	min-height: 26px;
	display: block;
	background-color: rgba(64,100,174,1);
	border-radius: 13px;
	cursor: pointer;
}


.modal-content > .modal-header > .close
{
	display: none;
}

