.sidebar {
	width: 313px;
	z-index: 999;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: rgba(255,255,255, 0.4);
	background: rgb(84,84,84); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(84,84,84,1) 0%, rgba(45,45,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(84,84,84,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(84,84,84,1) 0%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(84,84,84,1) 0%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(84,84,84,1) 0%,rgba(45,45,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(84,84,84,1) 0%,rgba(45,45,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 4px 0 20px 0 rgba(0,0,0,0.35);
	-moz-box-shadow: 4px 0 20px 0 rgba(0,0,0,0.35);
	box-shadow: 4px 0 20px 0 rgba(0,0,0,0.35);
}
.animate-enabled .sidebar {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;


}
.animate-enabled .sidebar.ng-hide-add, .animate-enabled .sidebar.ng-hide-remove {
  display: block !important;
}
.animate-enabled .sidebar.ng-hide {
	left: -313px;
}
h3 {
	margin-top: 10px;
}
.tabButtonContainer {
	overflow: hidden;
	text-align: center;
	margin: 0;
}
.sidebar .tabButtonContainer {
	background: rgb(0,0,0);
}

.calendar-footer-settings .tabButtonContainer {
	text-align: left;
}

.tabButtonContainer .btn{
	padding: 0;
	width: 30%;
	height: 72px;
	border-radius: 0px;
}

.sidebar .tabButtonContainer .btn {
	font-size: 18px;
	color: rgb(100,100,100);
	background: rgb(0,0,0);
	border-color: rgb(0,0,0);
}

.sidebar .tabButtonContainer .btn:active{
	color: rgb(100,100,100);
	background: rgb(0,0,0);
	border-color: rgb(0,0,0);
}

.sidebar .tabButtonContainer .btn-primary {
	color: white;
}
.tabButtonContainer .btn-primary:after {
	content: '';
	height: 2px;
	background-color: rgb(66,139,202);
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
}
.calendar-footer-settings .tabButtonContainer button, .tabButtonContainer .tab-spacer {
		height: 28px;
		width: 150px;
		background: rgba(0,0,0,0);
		border: 1px solid transparent;
		border-bottom: 1px solid rgb(90,90,90);

}

.calendar-footer-settings .tabPanel {
	top: 28px;
	padding: 1px 50px;
}

.tabButtonContainer .tab-spacer {
	width: 100%;
}

.calendar-footer-settings .tabButtonContainer button:active {
	background: rgba(0,0,0,0.05);
	border-color: rgb(90,90,90);
}
.calendar-footer-settings .tabButtonContainer button.btn-selected{
		color: rgb(255,255,255);
		border-bottom: 1px solid transparent;
		border-top: 1px solid transparent;
		border-left: 1px solid rgb(90,90,90);
		border-right: 1px solid rgb(90,90,90);
}

.tabButtonContainer button.icon{
	width: 12%;

}

.tabButtonContainer button.filters, .tabButtonContainer button.mini-calendars, .tabButtonContainer button.settings{
	width: 64px;
}

.tabButtonContainer button.calendars{
	width: 130px;
}

.tabButtonContainer .btn-group{
	width: 100%;
	white-space: nowrap;
}

.tabButtonContainer .btn-group > .btn, .tab-spacer {
	display: inline-block;
	float: none;
	margin-left: -5px;
	box-sizing: border-box;
	vertical-align: middle;
}

.phone .tabButtonContainer button{
	width: 50%;
}

.tabPanel {
	position: absolute;
	top: 72px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}
.tab-panel-content {
	height: 100%;
}
.sidebar-scroll-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
}

.with-header {
	top: 48px;
}
.with-footer {
	bottom: 56px;
}

.with-powered-by-footer {
	bottom: 180px;
}

.powered-by-dayback-container {
	height: 180px;
	color: white;
}
.powered-by-dayback-logo {
	display: block;
	max-width: 140px;
	max-height: 100px;
	margin: 20px auto;
	/*background-image: url("../images/DBkLogoPoweredBy.png");
	background-repeat: no-repeat;
	background-position: center calc(100% - 20px);
	background-size: 140px;*/
}

.sidebar-footer { /*Footer*/
	overflow: hidden;
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	text-align: center;
}
 .version {
	color: rgba(255,255,255, 0.4);
}
 .version:before {
	content: "Version ";
}
.selectedBarContent .dateHeader {
	color: rgb(255,255,255);
	font-weight: bold;
	opacity: 0.3;
	margin: -8px 0 12px 0;
}
.selectedBarContent .date {
	font-size: 48px;
	word-spacing: -0.2em;
}
.selectedBarContent .topOfList {
	margin-top: -13px;
	overflow: hidden;
}
.selectedBarContent .day {
	font-size: 18px;
	float: left;
}
.selectedBarContent div.distance.white  {
	float: left;
	width: 41%;
	margin: 2px 0 2px 0;
}
.selectedBarContent .daysToday {
	font-size: 16px;
	float: left;
	margin: 2px 0 0 0;
}
.onEvents li {
	margin: 10px 0 0 20px;
}
.onEvents p {
	font-size: 1.1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.defaultTimes .time {
	margin: 0 0 0 16px;
	opacity: .5;
}
.onEvents .fa {
	margin: .3em 0 0 0;
	float: left;
}
.onEvents .eventStartTime {
	color: #9fc6e7;
}
.onEvents .eventTitle {
	font-size: 1.07em;
	color: white;
	opacity: .8;
}
.onEvents .eventDescription {
	max-height: 20px;
	margin: 0 0 0 16px;
	padding-right: 5px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.onEvents .selectEventButton {
	cursor: pointer;
	padding: 5px;
	padding-top: 0;
	margin-left: -27px;
	margin-top: -2px;
	border-style:solid;
	border-color: rgba(245, 245, 245, 0.0);
	border-radius: 5px;
	border-width: 1px;
	transition: all 0.3s ease 0.2s;
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	-ms-transition: all 0.3s ease 0.1s;
}
.onEvents .eventDurationLong {
	margin: 0 0 0 16px;
}
.onEvents .eventSelected p {
	white-space: normal;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.onEvents .eventSelected .eventDurationLong {
	margin: 5px 0 5px 16px;
}
.onEvents .eventSelected .eventDescription{
	color: white;
	opacity: .6;
	max-height: 170px;
	overflow-y: auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.onEvents .selectEventButton.eventSelected {
	border-color: rgba(245, 245, 245, 0.2);
	background-color: rgba(255, 255, 255, 0.02);
	transition: all 0.3s ease 0.2s;
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
}
.is-filtered:before {
	content: "";
	position: absolute;
}

.tabButtonContainer .is-filtered:before {
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	margin-top: -19px;
	border-radius: 100%;
	border: 3px solid rgb(66,139,202);
	box-sizing: border-box;
	opacity: 0.7;
}

.tabButtonContainer .selected.is-filtered:before {
	opacity: 1;
}

.list-selector.is-filtered:before {
	right: 20px;
	left: 20px;
	bottom: 5px;
	height: 3px;
	background-color: rgb(43, 93, 205);
}
.list-selector.last-button {
	padding-bottom: 20px;
}

.folder-partial-filtered:after {
	content: "";
	position: absolute;
	/* top: 0; */
	right: -5px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgb(95,184,100);
	transform: rotate(45deg);
}

/* ------- Phone Specific ------- */

.sidebar.phone {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;

	background-repeat: no-repeat;
	background-attachment:fixed !important;
	background: #1a346b; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #1a346b 0%, #3f629a 60%, #3f629a 77%, #35578f 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#1a346b), color-stop(60%,#3f629a), color-stop(77%,#3f629a), color-stop(91%,#35578f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #1a346b 0%,#3f629a 60%,#3f629a 77%,#35578f 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #1a346b 0%,#3f629a 60%,#3f629a 77%,#35578f 91%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #1a346b 0%,#3f629a 60%,#3f629a 77%,#35578f 91%); /* IE10+ */
	background: linear-gradient(45deg,  #1a346b 0%,#3f629a 60%,#3f629a 77%,#35578f 91%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a346b', endColorstr='#35578f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-font-smoothing: antialiased; /* This is here to fix the "Fat Font" issue in Chrome */
}

.sidebar.phone .selectedBarContent div.distance.white  {
	width: 50%;
}

.sidebar.phone .onEvents a:hover {
	color: #428bca;
}
.sidebar .dayviewControls {
	height: 32px;
	margin-top: -10px;
	opacity: 0.4;
}
.sidebar .eventsRefreshIcon {
	display: block;
	text-align: center;
	font-size: 24px;
	height: 32px;
	width: 32px;
	line-height: 28px;
	margin: auto;
	border-radius: 3px;
	color: rgb(255,255,255);
	-moz-transition: display .7s;
	-webkit-transition: display .7s;
	-o-transition: display .7s;
	-ms-transition: display .7s;
	transition: display .7s;
}

/* Date Pickers - Pcker Panel */
.primaryDatePicker {

}
.primaryDatePicker .nav {
	position: absolute;
	color: rgb(154,154,154);
	margin: 60px 15px;
	cursor: pointer;
	font-size: 2.5em;
}
.primaryDatePicker .nav-left {
	left: 0;
}
.primaryDatePicker .nav-right {
	right: 0;
}

/* Mini calendars - Home */
.miniCalendar {
	margin: 10px auto 10px auto;
}
.miniCalendar th {
	color: rgb(154,154,154);
}
/* Mini Calendar Weeks */
.miniCalendar .weeks {
	font-size: 13px;
	padding: 0 4px;
	line-height: 1em;
	vertical-align: middle;
	color: rgb(154,154,154);

}
/* Mini Calendar Buttons */
.miniCalendar .btn {
	background-color: rgba(255,255,255, 0);
	border-color: rgba(255,255,255, 0);
	border-radius: 5px;
	padding: 2px 6px;
	color: rgb(225,225,225);
}
.miniCalendar .btn .text-muted {
	color: rgb(25,25,25);
}
.miniCalendar .btn:hover {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(255,255,255, 0);
	color: rgb(254,253,213);
}
.miniCalendar .btn:active {
	background-color: rgba(43, 83, 255, 0.3);
	border-color: rgba(255,255,255, 0);
	color: rgb(254,253,213);
}
/* Selected */
.miniCalendar .btn-info {
	background-color: #2b5dcd;
	color: white;
	/* color: rgb(46,150,255); */
}
.miniCalendar .btn-info:hover {
	background-color: #2b5dcd;
	color: rgb(254,253,213);
}
.miniCalendar .btn-info:active {
	background-color: rgba(0, 0, 0, 0);
	color: rgb(46,150,255);
}
/* Today */
.miniCalendar .btn-date-today {
	color: yellow;
}
/* Today and selected */
.miniCalendar .btn-date-today.btn-info {
	/* background-color: rgba(43, 83, 255, 0.5); */
	color: yellow;
}
.settings-container {
	color: white;
}

.calendar-footer-settings .settings-radio-wrapper {
	display: inline-block;
}

.calendar-footer-settings .settings-radio {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ADADAD;
	background: transparent;
	border-radius: 100%;
	width: 1em;
	height: 1em;
	padding: 0;
	margin: 0 4px 2px 4px;
	box-sizing: border-box;
}
.calendar-footer-settings .settings-radio.selected::before {
	content: "";
	position: absolute;
	background: rgb(105,105,105);
	width: 4px;
	height: 4px;
	left: 5px;
	top: 5px;
	border-radius: 100%;
}

.calendar-footer-settings .settings-radio.selected {
	background: #8DE096;
	border: none;
}

.calendar-footer-settings .settings-radio-center {

}


.calendar-footer-settings .settings-radio-label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.calendar-footer-settings .select-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	/* margin: 0 8px; */
}

.calendar-footer-settings .settings-item .btn-help {
	height: 28px;
	width: 28px;
	padding: 0;
	margin: 0 8px;
}

.calendar-footer-settings .switch {
  text-align: right;
}

.calendar-footer-settings .cmn-toggle + label {
  display: inline-block;
	margin-right: 0;
	margin-bottom: -4px;
}

.settings-item {
	padding: 5px;
	clear: both;
}
.settings-container .settings-item {
	padding: 4px;
}
.settings-item-horizontal {
	clear: none;
	display: inline-block;
	white-space: nowrap;
}
.settings-item-horizontal input {
	clear: none;
	display: inline-block;
	padding: 4px;
	min-width: 100px;
}
.settings-item-horizontal .input-group {
	display: inline-block;
}
.settings-item-horizontal label {
	display: inline-block;
	text-align: right;
}
.settings-item-horizontal label {
	display: inline-block;
	text-align: right;
	margin-left: 20px;
	margin-right: 8px;
}

.settings-item-horizontal label.fixed-width {
	width: 115px;
}
.settings-item-horizontal label.fixed-width-large {
	width: 135px;
}

.settings-item input {
	color: black;
	width: 88px;
	border-radius: 4px;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	border: 1px solid rgb(50, 50, 50);
}
.sidebar-settings label {
	font-weight: normal;
}
.btn-help-inline {
	padding: 0;
	margin-bottom: 4px;
	color: rgba(0,0,0,0.25)
}
.btn-help-inline:hover {
	color: rgba(0,0,0,0.5);
}
.filter-settings {
	padding: 15px;
}
.settings-label {
	padding-top: 6px;
	margin-bottom: 0;
	text-align: right;
}
