/* Custom styles for the calendar */
html, body{
	overflow: hidden;
/*padding-top: 50px;
padding-bottom: 50px;*/
}

.cron-evt-hour{
	color: white;
    background-color: rgba(1,1,1,0.67);
    padding: 2px;	
	display: flex;
	justify-content:center;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
}

#cron-modal{	
	font-family: Open Sans,Arial,sans-serif;
	position: absolute;
	z-index: 99999;
	top: 0px; left: 0px;
	width: 100%;
	height: 100%;
	display: none; 
	justify-content: center;
	align-items: center;
	background-color: rgba(100,100,100,0.3);
}

.evt-img{
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.cron-person{
	display: flex;
	width: 100%;
}

.cron-person-title{
	display: flex; 
	justify-content: start;
	align-items: start;
	margin-bottom: 10px;
}
.cron-person-title strong{
	}

.cron-person-right{
	margin-left: 10px;
	display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.cron-title-det{
	background-color: #ffeebe;
	padding: 5px;
}

#cron-modal-content{
	background-color: white;
	display: block;
	height: 90%;
	width: 90%;
	position: relative;	overflow: hidden;
}

#hidemodal{
	position: relative;
    top: 0px;
    right: 0px;
    background: red;
	color: white;
	font-weight: bold;
}

.cron-modal-header{
	background-color: #414141;
    position: absolute;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid grey;
    top: 0px;
    left: 0px;
    width: 100%;
    color: white;
}

.cron-modal-header span{	
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
}

#cron-modal-body{	
	padding: 10px;
	overflow: hidden;
    overflow-y: scroll;
    height: 100%;
}

.evt-content{
	cursor: pointer;
}

.fc-event-main, #calendar{
	font-family: Verdana, Arial, sans-serif;
}

.fc-event-main{
	overflow: hidden;
	color: black !important;
	padding: 10px;
	/*font-size: 0.8rem;*/
margin-bottom: 20px;
}

.fc-event-main > strong{
	/*font-size: 1.2rem;*/
}
.fc-event-main > span{
	/*font-size: 1.0rem;*/
}
.cron-copy-evt{ visibility: hidden;}

#tippy-1{
	/*font-size: 0.9rem !important;*/
}

thead,
th.fc-timegrid-axis,
.fc-timegrid-axis-frame.fc-scrollgrid-shrink-frame.fc-timegrid-axis-frame-liquid {
    background: #efefef;
}

.cron-badge{	
	position: absolute;
	right: 5px;	
	bottom: 5px;
	/*font-size: 9px;*/
}

.cron-badge span, .cron-badge-modal span{	
	margin-left: 10px;	
	padding: 2px;
	border-radius: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

 .cron-badge-modal span{
	color: white !important;
}

.cron-bg-closed{
	background-color: #6b6666;
}

.cron-bg-opened{
	background-color: #69c6d8;
}
.cron-bg{background-color: white; color: black;}
.cron-bg-0{background-color: white; color: black;}
.cron-bg-1{background-color: #69c6d8; color: white;}
.cron-bg-2{background-color: green; color: white;}
.cron-bg-3{background-color: #da7185; color: white;}
.cron-bg-4{background-color: #6b6666; color: white;}

th.fc-timegrid-axis{
    background: #FFFFFF;
}
td.fc-timegrid-slot.fc-timegrid-slot-label.fc-scrollgrid-shrink {
    background: #efefef;
}
td.fc-timegrid-slot.fc-timegrid-slot-label.fc-timegrid-slot-minor {
    background: #efefef;
}
.fc .fc-timegrid-axis-cushion {
    max-width: 100px;
    flex-shrink: 0;
}

/*.fc-license-message {
    display: none;
	height: 0px !important;
}*/

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.2em;
}
.fc .fc-toolbar-title {
    /*font-size: 1.35em;*/
    margin: 0;
	color: #514c6c;
}
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: 0.9em;
}
.fc .fc-button-primary {
    background-color: #514c6c !important;
    border-color: #ffffff !important;
    /*font-size: 16px !important;*/
}

.fc .fc-timegrid-slot {
    height: 2em !important;
}
.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #f1eeee;
}

/* Remove Col margin */
.fc-direction-ltr .fc-timegrid-col-events{
	margin: 0px !important;
}

.fc-event {
    border: 0px solid transparent;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    margin-left: 6px;
    margin-top: 6px;
    border-radius: 8px;
    min-height: 44px;
padding: 8px;
}

.fc-col-header-cell-cushion {
	display: flex;
justify-content:center;
align-items:center;
}
.fc-timegrid-event-harness{
background-color: white;
}

.streaming-link{
	color: #226e00 !important;
	text-shadow: -1px 0 rgba(255, 255, 255, 0.58), 0 1px rgba(255, 255, 255, 0.58), 1px 0 rgba(255, 255, 255, 0.58), 0 -1px rgba(255, 255, 255, 0.58) !important;
}

/* Only visible in small screens */
.resourceid{
	background-color: grey;
	padding: 5px;
	color: white;
	font-weight: bold;
}

.fc-list-event-time{
	/*font-size: 14px;*/
	white-space: normal !important;
}
/* Fix for download to image */
#main-content, #calendar-container{	background: white; }
div#calendar-menu {
	display: flex;

  margin: 0 -5px;
	margin-bottom: 40px;
	/* Fix for download to image */
	background: white;
}

div#calendar-menu label {
    color: #514c6c;
    font-weight: 600;
}
select#calendar-day {
    /*padding: 5px 10px;
    font-size: 15px;
    margin-right: 5px;
    border-color: #514c6c;
    border-radius: 2px;*/

	color: #275779!important;
    border-width: 2px!important;
    border-color: #275779;
    border-radius: 6px;
    background-color: rgba(255,255,255,0);
    cursor: pointer;
    padding-right: 32px!important;
    padding-left: 32px!important;

	/*font-size: 20px;*/
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    transition-property: all!important;
	margin-top: 10px;
  margin: 0 5px;		
		margin-bottom: 10px;

}
button#download, button#downloadimg {
    color: #275779!important;
    border-width: 2px!important;
    border-color: #275779;
    border-radius: 6px;
    background-color: rgba(255,255,255,0);
    cursor: pointer;
    padding-right: 32px!important;
    padding-left: 32px!important;

	/*font-size: 20px;*/
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    transition-property: all!important;
	margin-top: 10px;
  margin: 0 5px;		
		margin-bottom: 10px;

}
div#calendar-menu > select, div#calendar-menu > button{ text-align: center;}
button#download:hover, button#downloadimg:hover{
    background-color: rgb(229 229 229);
}

table>tbody>tr{
background: white;}


@media only screen and (max-width: 595px) {	
	#calendar-menu{
		display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-direction: column;	
  		margin: 0 -5px;
	}

	div#calendar-menu > select, div#calendar-menu > button{
		width: 100%;
  		margin: 0 5px;
	}

}
 
/* Small screen devices (600px and above) */
@media only screen and (max-width: 600px) {	
	#calendar-menu{
		display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-direction: column;	
  		margin: 0 -5px;
	}

	div#calendar-menu > select, div#calendar-menu > button{
		width: 100%;
  		margin: 0 5px;
	}
}
 
/* Medium screen devices (768px and above) */
@media only screen and (max-width: 768px) {	
	#calendar-menu{
		display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-direction: column;	
  		margin: 0 -5px;
	}

	div#calendar-menu > select, div#calendar-menu > button{
		width: 100%;
  		margin: 0 5px;		
		margin-bottom: 10px;
	}
}
 

@media only screen and (max-width: 970px) {	
	div#calendar-menu{
		display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-direction: column;	
  		margin: 0 0px;
	}

	div#calendar-menu > select, div#calendar-menu > button{
		width: 100%;
  		margin: 0 0px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1270px) {	
	div#calendar-menu{
		display: flex;
  		margin: 0 0px;
	}
}