@media (max-width: 767px){
	body {
	padding-left: 0px !important;
	padding-right: 0px !important;
	}
}
.calcontainer{
	font-family: "Avenir","helvetica neue","helvetica","arial";
	-webkit-font-smoothing: subpixel-antialiased;
}

.week .span2 {
width: 14.285714% !important;
margin: 0px !important;
float: left !important;
}
.week{
	height:4000px;
}
.weekdays-wrapper{
	overflow: hidden;
	height: 1386px;
}
.week .day {
	border-right: 1px solid #dedede;
	//padding-bottom: 20px !important;
	padding: 0;
	padding-top: 10px;
	//padding-bottom: 10px;
	
}

.weekhead{
	height: 51px;
}

.weekhead .span2, .weeksheader .span2 {
width: 14.285714% !important;
margin: 0px !important;
float: left !important;
}

.weekhead .day {
border-right: 1px solid #dedede;
padding-bottom: 0px !important;
padding: 0;
}

.weekhead .day:last-child {
border-right: 1px solid #f9f9f9;
padding-bottom: 0px !important;
padding: 0;
}

.entry_header {

display: block;
margin-bottom: 10px;
padding: 7px 0;
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
}

.entry_header span.day-name {
font-size: 14px;
font-weight: 300;
}

.entry_header span.day-number {
text-align: right;
float: right;
font-size: 33px;
font-weight: 300;
line-height: 36px;
}

.entry_header span.day-number {

font-size: 30px;
}

 .entry_header span.day-subtitle {
display: block;
font-size: 13px;
color: #9a9a9a;
}

.embedded .entry_header span.day-number {

font-size: 20px;
}

.embedded .entry_header span.day-name {
font-size: 12px;
}

 .embedded .entry_header span.day-subtitle {

font-size: 11px;

}

 .entry_header .inner_entry_header_wrapper {
margin: 0 5%;
}

.week .day:last-child {
border-right: 0px;
}


.day .events {
background: url("images/dotted_line@2x.png") repeat;
background-size: 2px 28px;
background-position-y: 1px;
min-height: 1386px;
margin: 0 5%;
padding: 0 ;
padding-bottom: 0px !important;
flex: 1;
position:relative;
}

.events .event {
	background: #4cb07d;
	color: white;
	z-index: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

	position: absolute;
	display: block;
	min-height: 18px;
	background: url(//d1onp0a9ad1apg.cloudfront.net/assets/new/blueprint_20-581b9747cc346dc8dec881589b49a111.png) no-repeat #4cb07d;
	background-size: 1px 1px;
	background-position: -100px -100px;

	/*margin-bottom: 5%;*/
	margin-top: 1px;
	margin-bottom: 1px;
	width: 100%;

	opacity: 0.9;
}

.events .event.selected{
	opacity:1;
}

.events .event .popover_wrapper {
position: absolute;
top: 8px;
bottom: 2px;
left: 8px;
right: 8px;
}

.events .event .handle.resize-handle-s {
bottom: -12px;
cursor: ns-resize;
width: 100%;
text-align: center;
position: absolute;


filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;

}

.events .event:hover p.handle {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.events .event .time-wrapper {
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
font-size: 13px;
float: left;
display: block;
bottom: 0;
position: absolute;
cursor: default;

}

.events .event .duration-wrapper {
font-weight: normal;
color: rgba(255,255,255,0.5);
float: right;
display: block;
font-size: 13px;
margin-top: 3px;
bottom: 0;
right: 0;
cursor: default;
position: absolute;
}

.events .event h3.event-name {
min-height: 20px;
font-size: 13px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 25px;
display: block;
margin: 0;
font-weight: 300;
line-height: 15px;
}

.events .event h3.event-name span.event-info {
font-size: 12px;
font-weight: normal;
color: rgba(255,255,255,0.5);
text-transform: capitalize;
}

.events .event h3.event-name, .events .event p {
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
color: white;
}

.day.droppable-active{
	background-color: #eeeeee;
}

.loadingspin{
	background: url('images/loading.gif') no-repeat;
	background-position: right;
	width: 100px;
	height: 18px;
	position: absolute;
	right: 0;
	margin-right:10px;
	text-align: right;
	padding-right: 30px;
	color: #ccc;

	display: none;

}

/* SECOND */

.entry_header {

margin-bottom: 0;
}

.weekhead .entry_header {

padding-top: 7px !important;
padding-bottom: 7px !important;
height: 51px;
}


.week-wrapper{
	overflow-y:scroll;
	
	bottom: 40px;
	top:52px;
	right: 0;
	left: 0px;
}
.week-wrapper.embedded{
	
	overflow-y:scroll;
	position: absolute;
	
}
.week-wrapper.fullscreen{
	position: absolute;
	top:121px;
}

.weekhead-wrapper{
	padding-left: 65px;
	background: #f9f9f9;
	border-bottom: 1px solid #dddddd;
}

.events .event {
	display: none;
}

.weekdays-wrapper{
	left: 65px;
	right: 0;
	bottom: 0;
	top: 0px;
}
.week-wrapper.embedded .weekdays-wrapper{
	position: absolute;
	
}
.week-wrapper.fullscreen .weekdays-wrapper{
	position: absolute;
	
}

.weekhours-wrapper{
	
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.week-wrapper.embedded .weekhours-wrapper{
	position: absolute;
	//overflow-y:scroll;
}
.week-wrapper.fullscreen .weekhours-wrapper{
	position: absolute;
	
}
.weekhours{
	//background-color: #090;
	min-height: 1316px;
	margin-top: 3px;
}

.calcontainer.embedded{
	position: relative;
	height:632px;

}
.calcontainer.embedded .weekhead-wrapper, .calcontainer.embedded .week-wrapper{

	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color: #fff;
}

.calcontainer.embedded .month{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/* HOURS LINE */

.weekhours div.time {
	color: #9a9a9a;
	left: 0;
	text-align: right;
	margin-top: 0px;
	background-color: #fff;
	font-size: 13px;
	width: 60px;
	height: 56px;
}

.weekhours div.line , .weekhours div.line.even {
	background: none !important;
	padding: 0 !important;
	border: none !important;
}

/* FOOTER */

.calfoot{
	height: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #eee;
	border-top: 1px solid #ccc;
	padding-top: 11px;
	padding-bottom: 10px;

	/*box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
	*/
}

/* HEADER */
.calhead{
	
	
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	padding-left:0;
	padding-right:0;
}

.calhead.fullscreen{
	height: 28px;
	//overflow: scroll;
}

.calhead.embedded, .calfoot.embedded{
	
	background: none ;
	
}

.week-name{
	display: inline-block;
	min-width: 125px;
	text-align: center;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
}

.week-name-1{
	font-weight: 300;
	font-size: 18px;
}
.week-name-2{
	margin-top: 3px;
	color: #5c5c5c;
}
.week-changer button.btn{
	//line-height: 2.5;
}

.fullscreen.calhead .left-buttons{
	padding-left: 20px;
}
.fullscreen.calhead .right-buttons{
	padding-right: 20px;
}

.events .event p.close_handle{
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 20px;
	text-align: center;
	position: absolute;
	display: block;

	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	
}

.events .event:hover p.close_handle {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	
}

/* POPOVER */

.popover {
	width: 300px !important;
	max-width: 292px !important;
	
	color: #333;
	z-index: 10000000000 !important;
}

.event .popover.left, .event .popover.right{
	top:0px !important;
	
}

.popover-content{
	margin-bottom: 19px
}

.popover.right .arrow, .popover.left .arrow {
	top: 24px !important;
}

.event.popover-left .popover.top {
	//left: -180px !important;
	right: 0 !important;
	left: initial !important;
}
.event.popover-right .popover.top {
	left: 0px !important;
}
.event.popover-left .popover.top .arrow {
	left:initial !important;	
	right: 20px !important;
}
.event.popover-right .popover.top .arrow {
	left:20px !important;	
}

.event.bottom-popover .popover{
	//top:initial !important;
	//bottom: 0 !important;
}

.event.bottom-popover .popover .arrow{
	//top:initial !important;
	//bottom: 24px !important;
}

.month .popover .arrow{
	//top:50% !important;
}

#month .popover{
	//top:0 !important;
}

/* MODAL */
div.modal{
	width: 300px !important;
	margin-left: -150px !important;
}


/* WEEKEND */
.daycolumn-6, .daycolumn-0{
	background-color: #f7f7f7;
} 

/* TODAY */
.today{
	background-color: #fdf4f4;
} 

/* LOADING BOX */
div.loading-box {
	z-index: 100000;
	background-color: #000;
	opacity: 0.7;
	border-radius: 10px;

	margin-top: -43px;
	margin-left: -148px;
	left: 50%;
	width: 295px;
	top: 50%;
	height: 86px;
	position:absolute;
	display: none;
}

div.loading-explanation {
	position:absolute;
	left: 86px;
	top: 32px;
	font-size: 17px;
	cursor: default;
	color: #fff;
}

.loading-spinner{
	left: 44px;
	top: 28px;
	z-index: 31;
	width: 28px;
	height: 28px;
	position: absolute;
	overflow: hidden;
}

.loading-spinner-inner {
	margin: 0;
	background-color: #000;
	width: 28px;
	height: 336px;
	
	background-image: url('images/packed-5.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
	//background-image: url('images/spinner.png');

	position: absolute;
	top: -308px;
	left: 0px;

}

.loading-spinner-small{
	right: 0px;
	top: 23px;
	position: absolute;
	width: 28px;
	height: 28px;
	
	overflow: hidden;
	display:none;
}

.loading-spinner-inner-small {
	margin: 0;
	width: 28px;
	height: 28px;
	
	background-image: url('images/spinner.gif');
	
	background-repeat: no-repeat;
	
}

.form-inline .control-label{
	padding-top: 5px !important;
}

/* MONTH */

.month-wrapper .span2 {
width: 14.285714% !important;
margin: 0px !important;
}

#month {
	position: absolute;
	top:103px;
	bottom: 40px;
	right: 0;
	left: 0;
}

.month.embedded {
	top:34px;
}

#month.embedded {
	top:34px;
}

.month .weekrow-wrapper{
	height:16.666666666%;
	position:relative;
}

.month .event{
	position: relative;
	height: 19px;
}

.month .week-wrapper.fullscreen {

	top:52px;
	bottom:0;
}

.month .weekdays-wrapper{
	height: inherit;
	
}

.month .week{
	height: 100%;
}

.month .week .day{
	position:relative;	
	height: 100%;
	padding: 0 !important;
}

.month .events-wrapper{
	position: absolute;
	top: 22px;
	bottom: 0;
	right: 0;
	left: 0;
	overflow-y: hidden;
	//overflow-x: hidden;
	padding-top: 10px;
}
.month .day .events{
	/*height: inherit;
	min-height: inherit;
	*/
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 0;
	padding-bottom: 0 !important;
}

.month .entry_header{
	background: #f9f9f9;
	border-bottom: 1px solid #dddddd;
	height: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.weeksheader{
	height: 32px;
}
.weeksheader .span2 {
	border-right: 1px solid #dedede;
}
.weeksheader .span2:last-child {
	border-right: 0px;
}

.month-wrapper .weeksheader .entry_header {
	background: #eee;
	border-bottom: 1px solid #dddddd;
	height: 19px;
}

.month .events .event:hover p.handle {
	display: none;
}

.month .events-wrapper.noscroll{
	overflow-y: inherit; 
	overflow-x: inherit; 
}

.month .events .event .time-wrapper{
	float: right;
	position: relative;
	padding-right: 15px;
}
.month .events .event:hover p.close_handle{
	

}
.month .events .event .time-wrapper {
	padding-right: 0px;
	line-height: 15px;
}
.month .events .event:hover .time-wrapper {
	padding-right: 15px;
}

.month .entry_header span.day-number {

	font-size: 13px;
	line-height: 13px;
}

.month .entry_header .day-subtitle{
	font-size: 13px;
	line-height: 13px;
}

.popover .input-small, .modal .input-small{
	width: 67px !important;
}

.modal-footer .btn  {
	margin-left: 5px;
	margin-bottom: 0;
}

.month .events .event h3.event-name {
	min-height: 15px;
	font-size: 13px;
	
	display: block;
	margin: 0;
	font-weight: 300;
	line-height: 15px;
}

.month .events .event .popover_wrapper {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
.month .event-content{
	position: relative;
}

.month .events .event h3.event-name span.event-info {
	font-size: 12px;
	font-weight: normal;
	color: rgba(255,255,255,0.5);
	text-transform: capitalize;
}

.month .events .event h3.event-name, .events .event p {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: white;
}

div.calendar{
	z-index: 2000000000000 !important;
}

.popover .popover-content{
	padding: 0 !important;
	
	margin: -1px;
}
.popover .popover-content .form-inline{
	margin-bottom: 0 !important;
}
.popover .popover-inner{
	padding: 15px;
}
.popover .popover-content .form-actions{
	margin: 0 !important;
}

.delete_button{
	margin-left: 0 !important;
	color: red !important;
	padding-left: 0 !important;
}

.modal-body{
	max-height: 615px !important;
}
.modal-body form{
	margin-bottom: 0 !important;
}

/* MAPS LOCATION */

.pac-container{
	z-index: 3000000000000 !important;
}
.map_container{
	
	height: 120px;
	border: 1px solid #ccc;
	border-radius: 3px;
	//display: none;
}

.big_map{
	height: 300px;
	
}
.huge_map{
	height: 600px;
	
}

/* CATEGORY SELECT */

.multiselect-container.dropdown-menu > li > a {
padding: 0 !important;
}

.calinput{
	margin-left: 0 !important;
}
.hourinput{
	margin-left: 0 !important;
}
.hourinput .input-mini{
	width: 33px !important;
}


.icon-chevron-up:before, .icon-uparrow:before, .icon-arrow-up:before{
	content:none !important;
}
.icon-chevron-down:before, .icon-downarrow:before, .icon-arrow-down:before{
	content: none !important;
}
.icon-calendar:before{
	content: none !important;
}
.icon-chevron-left:before, .icon-chevron-right:before{
	content:none !important;
}
.icon-edit:before{
	content: none !important;
}
.icon-share:before{
	content: none !important;
}
.icon-bar:before{
	content: none !important;
}

#newEvent{
	z-index: 2000000000000 !important;
}

.datepicker{
	padding: 5px !important;
}
button.multiselect{
	height: 28px;
}

.popover .dl-horizontal dt{
	width: 80px !important;
}
.popover .dl-horizontal dd{
	margin-left: 100px !important;
}

.small_map{
	height: 90px;
}
.event.ui-draggable-dragging{

	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
	        
}

.bootstrap-timepicker-widget{
	z-index: 2000000000100 !important;
}

.btn.dropdown-toggle{
	padding-top: 3px;
}

.calendar_list{
	//float: left;
	
	//width: 72px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	

}
.calendar_list .calendar_month{
	padding: 3px;
	background-color: #eee;
	color: #fff;
}
.calendar_list .calendar_day{
	padding: 3px;
	font-size: 36px;
	border: 1px solid #ccc;
	border-top: none;
	line-height: 36px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.event_details.dl-horizontal {
	margin-top: 0;
}

@media (min-width: 767px){
	.event_details.dl-horizontal dt{
		width: 100px !important;
	}
	.event_details.dl-horizontal dd {
		margin-left: 120px;
	}


	.popover-inner .dl-horizontal dt{
		width: 80px !important;
	}
	.popover-inner .dl-horizontal dd{
		margin-left: 100px !important;
	}

}

#date_in.input-small, #date_out.input-small{
	width: 68px;
}
#searchword.input-medium{
	width: 120px;
}

.month.embedded .events .event h3.event-name{
	width: initial;
	margin-right: 30px;
}

.toggleoptions{
	display: none !important;
}

@media (max-width: 767px){
	div.modal {
	
	width: auto !important;
	margin-left: 0 !important;
	}

	.modal-body {
		max-height: 300px !important;
	}

	.popover{
		top: 20px !important;
		left: 20px !important;
		right: 20px !important;
		width: auto !important;
		position: fixed !important;
		max-width: none !important;
	}
	.popover-inner{
		max-height: 300px;
		overflow-y: scroll;
	}

	.month.embedded .events .event h3.event-name {
	
		margin-right: 0 !important;
	}

	.calhead.fullscreen {
		padding:5px;
	}
	.week-wrapper.fullscreen {
		
		top: 91px;
	}

	#month {
		top: 39px;
	}

	.multiselect{
		max-width: 100px;
	}

	.month-wrapper.fullscreen .weeksheader {
		display:none;
	}

	.entry_header span.day-number {
		font-size: 20px;
		float: none;
	}
	.entry_header .inner_entry_header_wrapper {
		text-align: center;
	}

	.dayview .week-wrapper.fullscreen {
	
		top: 39px;
	}

	.dayview.fullscreen .weekhead-wrapper {
	
		display:none;
	}

	.right-buttons{
		
		padding: 20px;
		padding-left:0px !important;
		padding-right:0px !important;
		
		text-align: center !important;
		
	}
	.left-buttons{
		
		padding: 20px;
		padding-left:0px !important;
		padding-right:0px !important;
		
		text-align: center !important;
		
	}

	.fullscreen .right-buttons{
		display: none !important;
		position: absolute !important;
		top:108px;
		left: 0;
		right: 0;
		background-color: #eee;
		z-index: 10000;
		border-bottom: 1px solid #ccc;
		padding: 20px;
		height: 69px;
		text-align: center !important;
		z-index: 850;
	}
	.fullscreen .left-buttons{
		display: none !important;
		position: absolute !important;
		top:39px;
		left: 0;
		right: 0;
		background-color: #eee;
		z-index: 10000;
		border-bottom: 1px solid #ccc;
		padding: 20px;
		height: 69px;
		text-align: center !important;
		z-index: 900;
	}

	.fullscreen .toggleoptions{
		display: inline-block !important;
	}

	.calinput, .hourinput{
		float: left !important;
		width: initial !important;
		

	}
	.hourinput{
		margin-left: 5px !important;
	}

	.popover-inner .inputbox.span3{
		float: left !important;
		width: initial !important;
		margin-left: 5px !important;
	}

}

.fullscreen .showimportant{
	display: block !important;
}

.toggleoptions .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #333;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.calinput input, .hourinput input{
	display:inline-block !important;
}
.popover .input-small, .modal .input-small {
	width: 75px !important;
}
.hourinput .input-mini {
	width: 40px !important;
}

.calendarplanner .control-group .controls .btn{
	padding:4px 5px !important;
}

/* BOOTSTRAP ICONS */

[class^="icon-"], [class*=" icon-"] {
	background-image:url('../../../media/jui/img/glyphicons-halflings.png') !important;
	display: inline-block !important;
	width: 14px !important;
	height: 14px !important;
	margin-top: 1px !important;
	line-height: 14px !important;
	vertical-align: text-top !important;
	background-repeat: no-repeat !important;
}

.icon-chevron-left, .week-changer .icon-chevron-left {
background-position: -432px -72px !important;
}
.icon-chevron-right, .week-changer .icon-chevron-right {
background-position: -456px -72px !important;
}
.icon-resize-full {
background-position: -360px -96px !important;
}
.icon-edit {
background-position: -96px -72px !important;
}
.icon-share {
background-position: -120px -72px !important;
}
.icon-calendar {
background-position: -192px -120px !important;
}
.icon-time {
background-position: -48px -24px !important;
}

@media (max-width: 767px) {

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


