
/* Resource icons */

.resource-icon
{
	text-align: center;
	padding:20px;	
}	
	
.fas
{
	font-size:100px;
}	
	
/* Bodytext highlight field (Trello #8) */

.blue-highlight
{
	background-color: #106CB1;
	color:#ffffff;
	font-weight: bold;
	padding:3px;
	line-height: 40px;
}


/* The Events Calendar Mini Calendar */

/*
.tribe-mini-calendar-nav div {
  background-color: #106CB1;
  padding-top:10px;
  padding-bottom:10px;
}
.tribe-mini-calendar-no-event {
  background-color: #DAEBF2 !important;
  color: #000000 !important;
  padding-top: 10px !important;
}
.tribe-mini-calendar th {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

#tribe-mini-calendar-month-0{
	text-transform:capitalize !important;
}

*/

/* Sugar Calendar */

.sc_event_date{
    color: #5e6571;
    font-size: 18px;
}



#sc_calendar {
	background: #f0f0f0;
	border:1px solid #cccccc;
}

#sc_event_select {
        width: 30%;
        float: left;
        margin-bottom: 0px;
			display: flex;
    	flex-wrap: wrap;
	padding: 0;
}


.sc_events_form p {
	padding:0;
	margin:0;
	margin-top: -15px;
}

.sc_events_form p:last-child {
    margin-bottom: 0;
    margin-top: 10px;
	height: 46px;
}

.sc_events_form select {
	padding: 10px 5px;
   margin-left: 10px;
	border-color: #cccccc;
	border-radius: 4px;
}

.sc_month {
	width: 150px;
}


.sc_events_form input[type="submit" i] {
    background: #121212;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    border: 0;
	height:35px;
	margin-left: 20px;
	border-color: #cccccc;
}


#sc_calendar_title {
		width: 60%;
		float: right;
	text-align: right;
    margin-right: 20px;
	margin-top: 10px;
}

#sc_event_nav_wrap {
	width: auto;
    float: right;
    display: flex;
    margin-right: 20px;
	    height: 46px;
	   margin-top: -3px;
}

.calendar.sc-table {
		clear: both;
		width: 100%;
}


.calendar-day {
	border:1px solid #cccccc;
	padding: 5px 0 60px 0;
	background: #fbfbfb;
	font-size:15px;
	padding-bottom:80px;
}

.calendar-day-np {
		border:1px solid #cccccc;
	background: #f0f0f0;
}

.calendar-day-head {
  text-align: center;
	margin:10px;
	padding: 10px;
    background: #fdfdfd;
		border:1px solid #cccccc;
}

.day-number {
    text-align: right;
    margin-right: 10px;
}

.sc_day_div {
	width:115px;
	margin-left:5px;
}
.sc_day_div p {
	text-align: left;
    position: absolute;
    max-width: 115px;
    line-height: 1em;
    margin: 0;
}

