@font-face {
	font-family: "adelle";
	src: url("/media/fonts/ad.eot?#iefix") format("embedded-opentype"),
		url("/media/fonts/ad.woff") format("woff"),
		url("/media/fonts/ad.ttf") format("truetype");
}

@font-face {
	font-family: "proxima-nova";
	font-style: normal;
	font-weight: normal;
	src: url("/media/fonts/prox.eot?#iefix") format("embedded-opentype"),
		url("/media/fonts/prox.woff") format("woff"),
		url("/media/fonts/prox.ttf") format("truetype");
}

@font-face {
	font-family: 'calendarArrow';
	font-weight: 100;
	font-style: normal;
	src: url('fonts/calendarArrow.eot');
	src: url('fonts/calendarArrow.eot?#iefix') format('embedded-opentype'),
		url('fonts/calendarArrow.woff') format('woff'),
		url('fonts/calendarArrow.ttf') format('truetype'),
		url('fonts/calendarArrow.svg#icons') format('svg');
}

@font-face {
	font-family: 'Red Hat Text', sans-serif;
	src: url("/media/fonts/RedHatText-Regular.ttf");
}

/* General */
body {
	font-family: "Red Hat Text", sans-serif;
	transition: background-color .5s;
}

/* FC Icons & Buttons */
.fc-icon-right-single-arrow,
.fc-icon-left-single-arrow {
	font-family: 'calendarArrow' !important;
}

.fc-icon-left-single-arrow {
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(180deg); /* IE 9 */
			transform: rotate(180deg);
}
.fc-icon-right-single-arrow:after,
.fc-icon-left-single-arrow:after {
	content: "\e900";
	font-size: 17px !important;
}
.fc-today-button {
    text-transform: capitalize;
}

.newBoxyLocation {
	top: 100px !important;
}

#setupHolderChooseOptionHolder > .div_content,
#setupHolderChooseEquipmentHolder > .div_content {
	max-height: 400px;
    overflow-y: scroll;
}

optgroup {
	font-weight: bold;
}

#bottomBar ul li a.hasActiveFilter:before {
    position: relative;
    left: -6px;
    content: "•";
    float: left;
	color: #8FCE0B;
    font-size: 39px;
}

.dataTable td,
.dataTable th
{
    padding: 4px;
    margin: 0;
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

.dataTable {
    width: 100%;
    margin-bottom: 5px;
	border-color: #600;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
}

.dataTable a {
    color: #669900;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
}

.dataTable th {
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    border-bottom: 1px solid #C5C5C5;
    color: #565656;
    font-size: 12px;
    font-family: "Red Hat Text", sans-serif;
    letter-spacing: 2px;
    text-align: left;
}

.dataTable th {
    box-sizing: content-box;
}

.dataTable td {
    height: 25px;
    padding: 0 8px;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #CCCCCC;
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
}

td.alt {
    background: none repeat scroll 0 0 #F7F7F7;
}

.dataTable tr {
    border-left: 1px solid #CCCCCC;
}

/* AGENDA VIEW */
.table-responsive {
	padding-top: 40px;
	overflow-x: auto;
}

.agenda-main-container {
    overflow-x: hidden;
	overflow-y: auto;
}

.agenda-main-header {
	position: absolute;
    z-index: 100;
    left: 1px;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 12px;
    margin-top: -40px;
    background-color: #fff;
}

.agenda-main-header * {
	border: none !important;
	border-width: 0px !important;
	font-weight: bold;
	color: #000;
}

.agenda-main-header table thead tr th {
	width: 125px;
	display: table-cell;
	margin-left: 10px;
	text-align: left;
}

.agenda-main-header table thead tr th:first-child {
	text-align: center;
    color: #fff;
}

#toggleFieldForm li label {
	padding-left: 5px;
}

.agenda-filter-container {
	margin-top: 12px;
}

.fc-toolbar {
    margin-bottom: 15px;
}

.fc-scroller {
    overflow-x: auto;
}

.fc-scroller.fc-list-view {
    overflow-y: hidden;
}

.fc-toolbar-agenda-footer {
	clear: both;
}

.fc-list-view {
	margin-top: -1%;
}

#cal {
	margin: 10px;
	margin-top: 5px
}

.addEvent #content {
    width: 960px;
	margin: 46px auto;
}

label {
	display: block;
	font-weight: bold;
}

.form-item {
    margin-bottom: 1em;
    margin-top: 2px;
}

#addForm #eventTitle {
	width: 450px;
	margin-bottom: 10px;
	font-size: 16px;
    font-weight: bold;
}

#addForm #eventDetailsTable {
	width: 65%;
}

#addForm textarea,
#addForm select  {
	width: 100%;
}

#addForm #eventRepeatHolderTable select {
	width: 122px;
}

#addForm #eventType {
	display: block;
}

#addForm input[type="text"],
#addForm textarea {
    border-color: none;
    border-image: none;
}

#addForm #eventRepeatHolderTable .th,
#addForm #eventDetailsTable .th,
.has-hor {
    padding: 5px 10px 5px 0;
	color: #222222;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
}

#addForm #eventTimeDateHolder {
	margin-bottom: 10px;
}

#addForm #eventDetailsTable .th {
	width: 40px;
	padding-top: 10px;
}

#addForm #eventDetailsTable .td {
	vertical-align: top;
	padding-top: 10px;
}

#addForm #eventDetailsTable .tr {
	padding-bottom: 10px;
}

#addForm #eventRepeatHolderTable .eventRepeatEndsHolder {
	display: block;
	margin-bottom: 4px;
}

#addForm .time,
#addForm .date {
	margin-right: 4px;
}

#addForm #eventAllRepeatHolder {
	margin-bottom: 10px;
}

#addForm #eventRepeatHolder {
    width: 600px;
    padding: 10px;
    border-radius: 3px;
	border-color: #C0C0C0 #D9D9D9 #D9D9D9;
	border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
}

#addForm #eventHeaderButtons {
    padding-bottom: 10px;
	border-bottom: 1px solid #EBEBEB;
    margin: 14px 0;
}

#addForm .roomCheckBox {
	margin-left: 23px;
}

.hor-divider {
    height: 1px;
	border-bottom: 1px solid #CCCCCC;
    margin-bottom: 24px;
}

.eventBoxyHolder {
	width: 740px;
	padding: 8px;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
}

/* targeting for app */
@media only screen and (max-device-width: 568px) {
	.eventBoxyHolder {
		max-height: -webkit-fill-available;
	}
}

.eventBoxyHolder .boxy-content {
	height: inherit;
}

span.fc-event-time-ml {
	margin-left: 61px;
}

#eventBoxyHolder {
	float: left;
	width: 332px;
}

#viewMorePopup {
    padding: 3px;
	border: 1px solid #A7B1B8;
    border-radius: 5px;
    box-shadow: 3px 3px 7px #A7B1B8;
}

#viewMorePopup ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fc-event-inner {
	white-space: nowrap;
}

.events-view-more {
	font-size: 13px;
}

.fc-event {
	font-size: .7em;
}

.fc-event.fc-start.fc-end:not(.events-all-day):not(.fc-time-grid-event) {
	border: none;
    background-color: transparent;
    color: #222222;
}

a.fc-more {
    font-size: .7em;
}


/*
	Fullcalenader overrides
*/
.fc-view-month .fc-event,
#viewMorePopup .fc-event {
	background-color: transparent;
	color: #333333;
	text-shadow: none;
	font-size: 13px;
}

.fc-view-month  .fc-event-hori.fc-event-end,
.fc-view-month  .fc-event-hori.fc-event-start,
#viewMorePopup .fc-rtl .fc-event-hori.fc-event-start {
	background-color: transparent;
	border: none;
}

.fc-view-month .fc-event-hori,
#viewMorePopup .fc-event-hori {
    border-width: 0;
}

.fc-view-month .fc-event-hori.events-all-day,
#viewMorePopup .fc-event-hori.events-all-day {
	border-right-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-left-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #3a87ad;
	background-color: #3a87ad;
	color: #fff;
}

.fc-row.fc-week {
	height: 101px!important;
}


.fc-event.requestDenied,
.fc-month-view .fc-event.requestDenied,
.fc-month-view  .fc-event.requestWaiting {
	border-right-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-left-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.fc-event.requestDenied,
.fc-month-view .fc-event.requestDenied,
#viewMorePopup .fc-event.requestDenied {
	background-color: red !important;
	color: white !important;
}

.fc-event.requestWaiting,
.fc-month-view  .fc-event.requestWaiting,
#viewMorePopup .fc-event.requestWaiting {
	background-color: yellow !important;
	color: black !important;
}

.fc-scroller {
	-webkit-overflow-scrolling: touch;
}

.fc-event-skin,
.fc-event-skin:hover,
.fc-event-container a.fc-day-grid-event,
.fc-content,
.fc-bg {
	cursor: pointer;
}

.agenda-main-container .agenda-table {
    padding-top: 0;
    margin-bottom: 0;
}

.agenda-main-container,
.agenda-table {
    display: flex;
}

.agenda-table .fc-event {
    display: table-cell;
}

.fc-event-skin:hover {
	text-decoration: underline;
}

.fc-grid .fc-day-number {
    float: left;
}

.fc-text-arrow {
	line-height: .9em;
}

#viewMorePopup .fc-event-time {
	font-weight: bold;
}

#viewMorePopup li {
	padding-top: 3px;
}

td.fc-day > div {
	overflow: hidden;
}

.fc-view-month table tbody {
	height: 400px;
}

.fc-agenda-list-container {
	background-color: #fff;
}

.custom-fc-button:hover {
	background-color: #e6e6e6;
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	   -moz-transition: background-position .1s linear;
		 -o-transition: background-position .1s linear;
			transition: background-position .1s linear;
}

.phone-only {
	display: none;
}

.fc-event.nonphone-only {
	text-align: left !important;
}

.fc-agenda-list-container {
	border-top: none;
}

.fc-agenda-list-container tbody tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.fc-agenda-list-container .agenda-date-row {
    background-color: #eee;
}

.fc-table-date-container {
	background-color: #eee;
}

.fc-table-date-container th {
	margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px !important;
}

.fc-agenda-list-container .fc-event {
	position: relative;
	display: table-cell;
	width: 180px;
	padding-bottom: 7px;
	border: none;
	margin-left: 10px;
	background-color: transparent;
	color: black;
	text-shadow: none;
	font-size: 14px;
	overflow-x: hidden;
}

.fc-agenda-list-container td.fc-event {
    padding-top: 5px;
	margin-top: 5px;
    margin-bottom: 5px;
}

.fc-agenda-list-container td.fc-event {
	padding: 10px 5px;
    word-break: break-word;
}

.fc-agenda-list-container th {
    width: 125px;
    padding: 12px 5px;
    border: none;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.fc-agenda-list-container td {
    width: 125px;
    border: none;
    font-weight: normal;
}

.fc-agenda-list-container p {
    margin-bottom: 0;
}

.fc-agenda-list-container a,
.fc-agenda-list-container a:hover,
.fc-agenda-list-container span,
.fc-agenda-list-container span:hover {
    text-decoration: none;
}

.fc-agenda-list-container .fc-event-skin {
    margin-left: 0px;
    display: block !important;
    color: #36c;
    word-wrap: break-word;
}

.fc-list-itm-section {
	border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
}

.fc-agenda-list-day {
	border-top: none;
	margin-top: 0px; /* might be 7px */
}

.fc-agenda-list-day th,
.fc-agenda-list-day td {
	padding-top: 12px;
}

.fc-agenda-list-day th,
.fc-agenda-list-day td {
	padding-top: 10px;
}

#editOptionsPopup td {
	padding-bottom: 8px;
}

#editOptionsPopup td button {
	width: 120px;
}

.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}

.buildingBox {
	width: 100%;
	padding: 5px;
	border: 1px solid #DCDCDC;
	margin-bottom: 8px;
}

.ui-sortable {
	width: 60%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ui-sortable li {
	padding: 0.4em;
	padding-left: 1.5em;
	margin: 0 3px 3px 3px;
	font-size: 17px;
}

.ui-sortable li span.sortableHolder {
    position: relative;
    top: -2px;
	margin-left: -10px;
}

.ui-sortable li span.sortableHolder input[type="checkbox"] {
	position: relative;
	top: -2px;
}

.ui-sortable li span.ui-icon {
	position: absolute;
	margin-top: -2px;
	margin-left: -1.3em;
}

.ui-sortable span:hover {
	text-decoration: none;
}

.eventSection {
	margin-bottom: 4px;
}

.eventDescription ul,
.eventNotes ul {
    list-style: initial;
    padding-left: 30px;
}

.eventDescription ol,
.eventNotes ol {
    list-style-type: decimal;
    padding-left: 30px;
}

.setupHolder,
.setupHolder a {
	color: #888;
}

.eventBuildingsHolder {
	max-height: 200px;
	border: 1px solid #ccc;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.eventBuildingsHolder .buildingBuildingRow:first-child {
	border-top: none;
}

.buildingRoomRow, .buildingBuildingRow {
	padding: 4px;
	border-top: 1px solid #ffffff;
}

.buildingRoomRow {
	padding-left: 19px;
}

.error {
	color: red;
}

.alert.error > .error_text {
	color: white!important;
}

.peopleNameBubble {
	position: relative;
	display: inline-block;
	padding: 3px 20px 4px 8px;
	border: 1px solid #333;
	border-radius: 7px;
	margin: 0 3px 3px 0;
	background-color: #EFEFEF;
	color: #333;
	font: normal 11px Verdana, Sans-serif;
}

.peopleNameBubble a {
	position: absolute;
	top: 2px;
	right: 8px;
	color: #666;
	font: bold 12px Verdana, Sans-serif;
	text-decoration: none;
}

.peopleNameBubble span a:hover {
	color: #ff0000;
}

.clickEditable input {
	width: 100%;
}

.sortable li {
    padding: 6px;
    border: 1px solid #CCCCCC;
    margin: 0 0 4px;
    list-style: none outside none;
}

div.settingsGroupsProperties {
    width: 100%;
    padding: 5px;
    border: 1px solid #DCDCDC;
    margin-bottom: 8px;
}

div.settingsGroupsProperties {
	padding-top: 0;
}

div.settingsGroupsProperties li {
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 7px;
	display: inline-block;
}

div.settingsGroupsProperties ul {
	padding-left: 0;
	margin-left: 0;
}

.clickEditablePropertyType input {
    position: inherit;
    height: 11px;
    width: 200px;
    padding: 0;
}

.clickEditablePropertyType form {
	display: inline-block;
}

.deleteProperty {
    position: relative;
    top: 1px;
    width: 12px;
    margin-left: 8px;
    cursor: pointer;
}

.properyHeader {
    padding-bottom: 2px;
    padding-left: 5px;
    padding-top: 2px;
    border-bottom: 1px solid #BBB;
    background-color: rgba(235, 235, 235, 0.5);
    font-size: 14px;
}

.eventBoxyHolder h2 {
	margin-top: 0;
}

.holderDiv {
	margin-top: 10px;
}

.approvalHolder {
	display: inline-block;
	padding: 3px 5px 3px 5px;
	border-radius: 2px;
	border: 1px solid #ddd;
	margin-bottom:4px;
	background-color: #efefef;
	font-size: 13px;
}

.approvalText {
	display: inline-block;
	width: 440px;
	margin-bottom: 15px;
}

#eventActivity {
	width: 395px !important;
	float: right;
}

.activityItem h4 {
	border-bottom: 1px solid #BBB;
}

.events-past {
	opacity: .6;
}

.disabled {
	color: #bbb;
}

.showInUseRoomEvent,
.showInUseVehicleEvent {
	color: red;
}

.table {
	display: table;
}

.tr {
	display: table-row;
}

.th,
.td {
	display: table-cell;
}

.has-hor {
	padding-top: 8px;
}

select#eventProperty {
	height: 142px;
}

#peopleHolder {
	margin-top: 10px;
}

#peopleHolder .singleItem {
	margin-bottom: 0px;
}

#hamburger,
#mobileTitle {
	display: none;
}

.pendingPage .pendingContent {
	height: calc(100vh - 175px);
}

.pendingPage #content2 {
	min-height: 1000px;
	background-color: #f6f6f9;
	padding-top: 0!important;
}

.pendingPage .content .contentBox {
	top: 56px;
}

.mobileOnly {
	display: none;
}

#eventOverlay {
	position: absolute;
	top: 0;
	z-index: 9000;
	height: 100%;
	width: 100%;
	display: none;
	background-color: #FFFFFF;
	overflow: auto;
}

#ticketSubmitHolder {
	padding: 8px;
	min-width: 500px;
}

.mobileNav {
	display: none;
}

#eventOverlay,
#eventRoomsHolder,
#eventVehiclesHolder,
div.fc-content {
	-webkit-overflow-scrolling: touch;
}

.viewMorePopupClose {
	margin-right: 5px;
	float: right;
}

.fc-view-month .fc-border-separate thead tr {
	display: block;
}

.fileterIcon {
	position: relative;
	top: 2px;
	display: none;
}

.filterName {
	display: inline;
}

.roomSetupImage {
	max-width: 768px;
}

.viewMorePopupClose {
	float: right;
	margin-right: 5px;
}

.fc-view-month .fc-border-separate thead tr {
	display: block;
}

.fileterIcon {
	position: relative;
	top: 2px;
	display: none;
}

.fc-day-header span {
	text-indent: 3px;
}

div#searchHolder i.icon-search {
	color: #fff;
}

.search-cal-open > i {
	color: #110f24!important;
}

#mb-waffle > svg > path {
}

header.global .top-nav-waffle {
    position: absolute;
    top: 0;
    right: 0;
}

.top-nav-waffle:hover {
	background: rgba(0, 0, 0, 0.15) !important;
	cursor: pointer;
}

.top-nav-waffle {
    position: absolute;
    right: 1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 8px;
    padding-right: 8px;
}

#commentHolder {
	display: none;
	margin-bottom: 10px;
}

#submitCommentButton {
	float: right;
}

#commentHolder br {
	clear: both;
}

@media only screen and (max-width: 739px) and (orientation: landscape) {
	.newBoxyLocation {
		top: 50px !important;
	}

    #setupHolderChooseOptionHolder > .div_content,
    #setupHolderChooseEquipmentHolder > .div_content {
		max-height: 200px;
	}
}


@media only screen and (max-width: 768px)  {
	.phone-only {
		display:block;
	}

    .fc-scroller.fc-list-view {
        overflow-y: auto;
    }

    #cal {
        margin: 0;
    }

    .agenda-main-container .agenda-table {
        background-color: #fff;
    }

    .fc-agenda-list-container th:nth-child(2),
    .fc-agenda-list-container td:nth-child(2) {
        width: 200px;
    }

    .fc-agenda-list-container th:nth-child(3),
    .fc-agenda-list-container td.fc-event:nth-child(3) {
        width: 275px;
    }

    .eventBoxyHolder {
        max-height: none;
    }

    .eventBoxyHolder #eventActivity {
        display: block !important;
    }

    .eventBoxyHolder #eventBoxyHolder {
        padding: 0 10px;
    }

    .eventBoxyHolder #eventActivity {
        width: inherit !important;
    }
}

@media only screen and (max-width: 825px) {
	.fc-toolbar .fc-center {
		margin-top: 10px;
		margin-bottom: -10px;
    }
}

@media only screen and (max-width : 940px)  {
	#loadingOverlay {
		visibility: hidden;
	}
}

@media only screen and (max-width : 990px)  {
	 #bottomBar ul#viewIcons {
		display: none;
	}
}

@media only screen and (max-width : 980px)  {
	.desktopNav .text {
		display: none;
	}
}

@media only screen and (max-width : 990px)  {
	 #bottomBar ul#viewIcons {
		display: none;
	}
}

@media only screen and (max-width : 996px)  {
	.fileterIcon {
		display: inline-block;
	}

	.filterName {
		display: none;
	}
}

@media only screen and (max-width : 1081px)  {
	.multicampus-enabled .fileterIcon {
		display: inline-block;
	}

	.multicampus-enabled .filterName {
		display: none;
	}
}

@media only screen and (min-device-height : 700px) {
    .agenda-main-container .agenda-table {
        max-height: -webkit-fill-available;
        overflow-y: auto;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	.pendingPage .content .contentBox {
		left: 40px
	}

	.roomSetupImage {
		max-width: 1024px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	ul#viewIcons {
		display: none;
	}

	.addEvent #content {
		width: inherit;
		padding-left: 10px;
	}

	.roomSetupImage {
		max-width: 1024px;
	}
	.newBoxyLocation {
		top: 300px !important;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 980px) {
	.mobileNav {
		display: block;
	}

	.roomSetupImage {
		max-width: 90%;
		max-height: 90%;
	}

	#searchHolder {
		display: none;
	}

	#loadingOverlay div {
		display: none;
	}

    header.global,
    body.calendarPage header.global {
		position: fixed;
		top: inherit;
		left: inherit;
	}

	td a {
		display: inline;
	}

	div#editOptionsPopup.boxy-content {
		width: inherit;
	}

    .boxy-inner,
    div#ticketSubmitHolder.boxy-content {
		width: 100%;
		min-width: 0;
	}

	#eventOverlay {
		position: absolute;
		top: 0;
        left: 0;
		width: 100%;
	}

	#eventOverlay.active {
		display: block;
	}

	.eventBoxyHolder h2 span a {
		color: #999999;
	}

	#eventBoxyHolder {
		float: none;
	}

    #eventActivity,
    .eventBoxyHolder #eventActivity {
		float: none;
		width: inherit;
	}

	.eventBoxyHolder h2 {
	    background: none;
	    color: black;
	}

    .eventBoxyHolder,
    .eventBoxyHolder #eventBoxyHolder {
		width: inherit;
	}

	.eventBoxyHolder .eventOptions a {
		width: 50px;
	}

	.eventBoxyHolder .eventFormButton a {
		color: white;
		width: auto;
		margin: 8px 0;
	}

	.desktopOnly {
		display: none;
	}

	#addForm .time {
		margin-right: 0;
	}

	#addForm #eventRepeatHolder {
		width: inherit;
	}

	.mobileOnly {
		display: block;
	}

    .startLabel,
    .endLabel {
		font-weight: bold;
	}

	.addEvent #content {
		width: 100%;
        padding: 0 10px 10px 10px;
	}

	.date {
		width: 90px
	}

	.time {
		width: 80px
	}

	#cal {
		min-height: 600px;
	}

	#hamburger {
		display: block;
	}


	header.global i {
		font-size: 28px;
	}

	.fc-header-title h2 {
		font-size: 16px;
	}

	#mobileTitle {
        display: none;
        width: 60px;
        margin-left: auto;
        margin-right: auto;
	}

	.calendar-name {
		display: none;
	}

	.desktopNav {
		display: none;
	}

	#addForm #eventTitle {
		width: 100%;
	}

	.lineBreak,
	.table,
	.tr,
	.th,
	.td,
	#hamburger,
	.mobileOnly,
	#eventOverlay.active,
	.mobileNav  {
		display: block;
	}

	.desktopNav,
	#addForm #eventDetailsTable .th.hor-divider,
	.content .contentBox h2,
	.desktopOnly,
	#searchHolder,
	#loadingOverlay div {
		display: none;
	}

	#addForm #eventDetailsTable {
		width: 100%;
	}

    select#eventProperty,
    #addForm select {
		height: inherit;
	}

	.hor-divider {
		margin: 0;
		padding: 0;
	}

	#addForm #eventRepeatHolderTable .th {
		text-align: left;
	}

	#content2 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content .contentBox {
		left: 0px;
		width: 100%;
	}

	.content .contentBox h2 {
		display: none;
	}

	.approvalText {
		width: inherit;
	}

	.approvalBox {
		padding: 5px;
		border: 1px solid #CCC;
	}

	div#pendingTableTable.div_content {
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.pendingPage .content .contentBox {
		top: 0px;
	}
}

.fc-center .icon-calendar {
	position: relative;
	top: 1px;
	left: 13px;
	color:#bbb;
}

.fc-view-month .fc-day-number {
	cursor: pointer;
}

#addComment {
	display: inline;
	font-size: 11.25px;
}

#commentOn label {
	display: inline;
}

#commentOn input {
	margin-right: 0;
}


#searchHolder {
	float: left;
	position: relative;
}

#searchButton {
	position: relative;
	top: 2px;
	display: inline-block;
	height: 32px;
	width: 31px;
}

.autoCompleteAddress {
	display: block;
	float: right;
	padding-left: 12px;
	font-size: smaller;
	color: #999;
}

.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover,
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active
{
    background:#96B202;
    color:White;
    outline: none;
}

#pendingTable {
    width: 100%
}

body.print .eventBoxyHolder h2,
body.print .eventBoxyHolder #eventActivity h3 {
	padding-left: 12px;
	background: none;
	text-align: left;
	color: black;
}

body.print .eventBoxyHolder .eventOptions,
body.print .eventBoxyHolder .boxyClose,
body.print .eventBoxyHolder #addEventCommentLink,
body.print .eventBoxyHolder .approvalHolder,
body.print .eventBoxyHolder .showEquipment,
.hidden {
	display: none;
}

body.print .eventBoxyHolder .hidden {
	display: block;
}

body.print .eventBoxyHolder .eventSection {
	padding-bottom: 0px;
	border: none;
	margin-bottom: 0px;
	background: none;
}

body.print #eventBoxyHolder {
	float: none;
	width: 100%;
}

body.print #eventActivity {
	float: none;
	width: 100%;
}

body.print .eventBuildingsHolder {
	max-height: none;
}

.approvalHolder.canApprove {
	cursor: pointer;
}

#cal button {
	width: auto;
	line-height: 17px;
}

.fc-day-number {
	cursor: pointer;
}

.mb-category-link {
	line-height: 20px !important;
}


@media (max-width: 460px)
{
	#mb-modal #mb-related-articles {
    	height: 85% !important;
	}

	#mb-modal button {
	    font-size: 1em !important;
	}

	#mb-modal h4 {
	    font-size: .9em !important;
	}
}

/* Resource */
.selectedResourceContainer .chosen-container-single .chosen-search {
	display: none;
}
.resourceHolder {
	height: 538px;
    width: 100%;
    padding-left: 0%;
    margin-left: 0%;
}
.resourceSelection {
    height: 23px;
	width: 198.5px;
    float: left;
    border: 1px solid #ddd;
}
.resourceSelection p {
	height: 23px;
	width: 100%;
	text-indent: 1em;
	line-height: 1.5em;
}
.resourceSeperatorTop {
	height: 38px;
	width: 5px;
	float: left;
}
.resourceEventCell-01 {
	width: 60px;
}
.resourceEventCell {
	width: 59px;
}
.resourceEvent {
    height: 27px;
	width: 335px;
    background: #4ddeb2;
    border-radius: 5px;
}
.resourceEventSubCell:first-child {
	border-right: 1px solid #ddd;
}
.resourceEventSubCell {
	height: 27px;
	width: 50%;
	float: left;
	background-color: white;
}
.resourceTimeOuterContainer {
    z-index: 1;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 38px;
	width: 83.95%;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    float: left;
}
.resourceTimeInnerContainer {
	height: inherit;
	width: 1455px;
}
.resourceItemList {
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 499px;
	width: 213.2px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: -15px;
    float: left;
}
.resourceItemList table {
	width: 100%;
}
.resourceItemList td {
    display: block;
    overflow: hidden;
	height: 28px;
	width: 196px;
	border-bottom: 1px solid #ddd;
	line-height: 1.5em;
	text-indent: 1.5em;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.resourceEventsContainer {
    z-index: 2;
    overflow: scroll;
    height: 500px;
	width: 84%;
    float: left;
    border-top: 1px solid rgb(238, 238, 238);
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: -16px;
    margin-left: -15px;
}
.resourceEventsContainer table {
	width: 1441px;
}
.resourceEventsContainer tr {
	height: 23px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.resourceEventsContainer td {
    display: inline-flex;
	width: 60px;
	border-right: 1px solid #ddd;
    float: left;
	background-color: white;
}
.resourceTimeSec {
    height: 23px;
    width: 60px;
    border-left: none;
    border-right: 1px solid #ddd;
	float: left;
    text-align: center;
    line-height: 1.5em;
}
.resourceYDivider {
	height: 522px;
	width: 3px;
	position: absolute;
	background-color: rgb(238, 238, 238);
	margin-left: 195px;
    margin-top: -23px;
    border-right: 1px double #ddd;
    border-left: 1px double #ddd;
    border-top: 1px double #ddd;
}
.resourceRow {
	cursor: pointer;
}
.eventText {
	height: 27px;
	width: 100%;
	font-size: 1em;
	line-height: 1.6em;
	color: white;
}
.eventText p {
    overflow: hidden;
	display: block;
    float: left;
    text-overflow: ellipsis;
	text-indent: 5px;
	line-height: inherit !important;
}
.triangle {
    display: none;
	border: 5px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	margin-left: -3px;
	margin-right: 2px;
    opacity: .5;
}
.rightArrow {
	position: static;
    border: 7px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    margin-left: 14px;
    margin-top: 6px;
    float: left;
    opacity: .5;
}
.downArrow {
	position: static;
    border: 7px solid #000;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-left: 7px;
    margin-top: 9px;
    margin-right: 7px;
    float: left;
    opacity: .5;
}
.resourceTxt {
    overflow: hidden;
	height: 100%;
    width: 80%;
	float: left;
	text-overflow: ellipsis;
	text-indent: 0px;
    white-space: nowrap;
}
.subRow {
	text-indent: 2.5em !important;
}
.selectedResourceContainer,
#selectedResource {
    height: 23px;
	width: inherit;
}
.selectedResourceContainer .chosen-container {
    height: inherit;
	width: 100%;
}
.selectedResourceContainer .chosen-single {
    height: 21px;
	border: none;
    background: transparent;
    box-shadow: none;
}
.selectedResourceContainer .chosen-single span {
	font-size: 1.25em;
    color: black;
    text-indent: 19.5px;
}

.endZone {
	height: 27px;
    width: 15px;
    float: right;
}

.fc-prev-button,
.fc-next-button {
	z-index: 2;
}

.boxy-wrapper {
    display: block;
}

.eventBoxyHolder .eventSection,
.activityItemNotes {
    word-break: break-word;
}

.activityItemNotes {
    line-height: initial;
}

button:focus,
button:hover {
	outline: none;
}

/* Iphone 6+ */
@media only screen and (max-width: 667px) and (orientation: portrait) {

    /* Resource */
	.resourceEventsContainer {
    	width: 63.95%;
		border-right: 1px solid #ddd;
    	border-bottom: 1px solid #ddd;
	}
	.resourceTimeOuterContainer {
		width: 63.95%;
		margin-right: 0%;
	}
	.resourceHolder {
		padding-left: 0%;
	}
	.resourceYDivider {
		margin-left: 126px;
	}
	.resourceItemList {
	    width: 142.2px;
	}
	.resourceSelection {
		width: 127.5px;
	}
	#selectedResource {
		display: block !important;
		padding-left: 0px;
	}
	.resourceItemList td {
	    width: 126px;
	    text-indent: .5em;
    }
	#selectedResource_chosen {
		display: none;
	}
	.resourceTxt {
		width: 73%;
	}

	.calendarPage #content2 {
		height: 100vh;
	}


	.fc-center {
		margin-top: -7px !important;
    }

	#cal {
		min-height: 25px !important;
	}

	@media (max-width: 374px) {
		.resourceSelection {
		    width: 164.5px;
		}
		.resourceTimeOuterContainer {
		    width: 47.9%;
		}
		.resourceItemList {
			width: 178.2px;
		}
		.resourceYDivider {
		    margin-left: 161px;
		}
		.resourceEventsContainer {
		    width: 49%;
		}
	}

}
@media only screen and (max-width: 667px) and (orientation: landscape) {

    /* Resource */
	.resourceHolder {
		padding-left: 0%;
	}
	.resourceEventsContainer {
    	height: 240px;
    	width: 68.95%;
		border-right: 1px solid #ddd;
    	border-bottom: 1px solid #ddd;
	}
	.resourceTimeOuterContainer {
		width: 68.95%;
		margin-right: 0%;
	}
	.resourceItemList {
		height: 239px;
	}
	.resourceYDivider {
		height: 262px;
	}
	#selectedResource {
		display: block !important;
		padding-left: 0px;
	}
	#selectedResource option {
		height: inherit;
		padding-top: 3px;
	    padding-bottom: 22px;
		background-color: white;
	    color: black;
	    text-indent: 16px;
	    font-size: 1em;
	}
	#selectedResource_chosen {
		display: none;
	}
	.resourceTxt {
		width: 73%;
    }

	#cal {
		min-height: 25px !important;
	}

	@media only screen and (max-width: 600px) {
		.resourceTimeOuterContainer,
		.resourceEventsContainer {
		    width: 64.9%;
		}
	}
}

/* In between known screens sizes */
@media only screen and (min-width: 668px) and (max-width: 739px) {
    .resourceTimeOuterContainer,
    .resourceEventsContainer {
    	width: 70.2%;
	}
	.fc-center {
		top: 12px;
	}
	#cal {
		min-height: 32px !important;
	}
	#selectedResource_chosen {
		display: none;
	}
	.resourceTxt {
		width: 73%;
	}
}

/* Tablet Portrait */
@media only screen and (min-width: 740px) and (max-width: 1024px) and (orientation: portrait) {
	.resourceEventsContainer {
    	width: 72.95%;
		border-right: 1px solid #ddd;
    	border-bottom: 1px solid #ddd;
	}
	.resourceTimeOuterContainer {
		width: 72.95%;
		margin-right: 0%;
	}
	.resourceHolder {
		padding-left: 0%;
	}
}

/* Tablet Landscape */
@media only screen and (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
	.resourceEventsContainer {
		border-right: 1px solid #ddd;
    	border-bottom: 1px solid #ddd;
	}
	.resourceTimeOuterContainer,
	.resourceEventsContainer {
    	width: 72.2%;
	}

	@media only screen and (max-width: 900px) and (max-height: 550px) {
		.calendarPage #content2 {
			min-height: 43px;
		}
		#selectedResource {
			display: block !important;
		}
		#selectedResource_chosen {
			display: none;
		}
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.resourceEventsContainer {
    	width: 79.95%;
		border-right: 1px solid #ddd;
    	border-bottom: 1px solid #ddd;
	}
	.resourceTimeOuterContainer {
    	width: 79.95%;
	}
}

@media only screen and (min-width: 1441px) {
	.resourceEventsContainer {
		width: 80%;
	}
    .resourceItemList,
    .resourceEventsContainer {
		height: 744px;
	}
	.resourceYDivider {
		height: 750px;
	}
	.resourceTimeOuterContainer {
	    width: 79.95%;
	    margin-right: 5%;
	}
	.resourceHolder {
	    padding-left: 5%;
	}
}

@media only screen and (max-width: 1024px) {
    .eventBoxyTitle {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* Safari and IOS devices also Chrome */
@media not all and (min-resolution:.001dpcm) { @media {
  .agenda-main-header * {
  	font-weight: normal;
  }
}}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   .fc-icon-right-single-arrow {
		margin-top: -6px !important;
		margin-left: 10px !important;
        margin-right: -10px !important;
   }
}
@supports (-ms-ime-align:auto) {
    .fc-icon-right-single-arrow {
		margin-left: 10px !important;
		margin-right: -10px !important;
		margin-top: -6px !important;
		font-size: 29px !important;
    }

	.fc-icon-left-single-arrow {
		margin-top: 9px !important;
		margin-left: -10px !important;
		font-size: 29px !important;
		padding-bottom: 6px;
	}

	.table-responsive {
		padding-bottom: 18px;
	}
}

@media print {
	.eventBoxyHolder,
	.eventBuildingsHolder,
	.equipmentHolder,
	.buildingRoomRow
	{
		overflow: visible !important;
	}
}
.ui-state-default, .ui-widget-content .ui-state-default {
	border: none;
	background: #FFFFFF;
}
.boxy-inner {
	border-radius: 4px;
}
.eventBoxyTitle {
    display: inline-block;
    width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}
.eventBoxyHolder .eventBoxyTitle h2 {
	color:#353C43!important;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	height: 48px;
}

.eventBoxyHolder .eventBoxyTitle a.boxyClose {
	color:#616B7D!important;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	height: 48px;
}

.eventBoxyTitle h2 {
    width: calc(100% - 30px);
    float: left;
}


.eventBoxyTitle a.boxyClose { line-height: 32px; }

.restricted-event-holder {
    width: auto;
}

.restricted-event-holder #eventBoxyHolder {
    width: 100%;
    padding-right: 10px;
}

#dateRangeError {
    font-size:12px;
    color: #C84040;
}

#dateRangeError>i {
    margin-right: 4px;
}

.text {
	display: none;
}

.addEventLink > span {
	display: inline;
}

.searchBox {
	transition: 0.5s;
}

.ui-menu-item {
	font-size: 14px;
	color: #110f24;
	line-height: 22px;
	/*padding: 12px 10px!important;*/
}

.ui-menu-item:hover {
	cursor: pointer;
	background-color: #F0F5FF!important;
}

.content #permissions.contentBox ul.links a {
	color: #666666 !important;
}
