.calendarList {
	margin: 0;
	padding: 0;
	list-style: none;
/* overflow: hidden; */
/*	visibility: hidden;*/
}
.calendarList < div {
	width: 313px;
}

.calendarList-footer {
	height: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.settings-column .list-selector {
	color: rgb(50,50,50);
}

.sidebar .list-selector .list-selector-icon-label {
	text-align: center;
	height: 48px;
	width: 48px;
	line-height: 48px;
	float: right;
	margin: 0 5px 0 5px;
}
.sidebar .list-selector, .sidebar-drag-item, .settings-column .list-selector, .settings-column .list-selector.selected {
	font-size: 15px;
	line-height: 48px;
	height: 48px;
	margin-bottom: 1px;
	clear: both;
	border-width: 0;
	position: relative;
}

.sidebar-drag-item.gu-mirror {
	color: white;
	background-color: rgba(0,0,0,0.25);
}

.sidebar .list-selector-parent.header-block {
	height: 60px;
	font-size: 18px;
	line-height: 60px;
}

.sidebar .list-selector-parent {
	color: rgb(231,231,231);
}
.sidebar .list-selector-child:not(.header-child) {
	background-color: rgba(255, 255, 255, 0.08);
}
.sidebar .filters-status .list-selector-child:not(.header-child) {
	background-color: transparent;
}
.secondColumnList .list-selector-detail .list-selector, .secondColumnList .list-selector.selected .list-selector {
	display: table;
	height: 68px;
	width: 100%;
	line-height: 1em;
}
.list-selector-multiline-content {
	display: table-cell;
	vertical-align: middle;
	max-width: 230px;
}

.secondColumnList .list-selector {
	box-sizing: border-box;
	 border-bottom-color: rgba(0, 0, 0, 0.10);
	 border-width: 0 0 1px 0 ;
}
.sidebar .calendarName, .settings-column .calendarName, .sidebar-drag-item .calendarName {
	margin: 0 20px 0 52px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.settings-column .calendarName {
	padding-bottom: 2px;
}

.sidebar .filters-status .calendarName {
 margin: 0 20px 0 52px;
}

.sidebar .list-selector-child .calendarName, .sidebar-drag-item.list-selector-child .calendarName {
	margin: 0 20px 0 82px;
}
.sidebar .list-selector-parent .calendarName, .sidebar-drag-item.list-selector-parent .calendarName {
	margin: 0 20px 0 52px;
}

.list-event-button {
padding: 0;
text-align: right;
line-height: inherit;
}
.list-event-button button {
	padding: 0;
}
.list-selector .centered {
	margin: 0;
	text-align: center;
}

.settings-column .list-selector-parent, .settings-column .list-selector-parent.selected {
	height: 72px;
	line-height: 1em;
	padding-top: 10px;
}

.settings-column .list-selector-parent {
	background-color: rgb(214,214,214);
}

.settings-column .list-selector-parent p {
	margin-left: 48px;
	height: 100%;
}

.list-selector-parent .name{
	display: block;
	padding-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-selector-parent .detail {
	display: block;
	color: rgb(115,115,115);
	padding-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-selector-parent .detail-meta {
	font-style: italic;
}
.list-selector-parent.selected .detail {
	color: rgb(200,200,200);
}

.list-selector.source-schedule p {
	margin-left: 72px;
	color: rgb(90,90,90);
}
.list-selector.source-schedule.selected p {
	color: inherit;
}
.list-selector.source-schedule .calendarColor {
	margin-left: 48px;
}

.child-list .calendarName {
  margin-left: 144px;
}

.calendarList .sub-head {
  margin-left: 72px;
}
.list-selector .identity {
float: left;
margin-left: 10px;
padding: 0 14px;
}
.list-selector .calendarColor {
	height: 35px;
	width: 6px;
	float: left;
	margin-left: 24px;
	margin-top: 7px;
	border-radius: 10px;
}
.list-selector.list-selector-child .calendarColor {
	margin-left: 52px;
}
.filters-status .list-selector-child .list-selector .calendarColor {
	margin-left: 52px;
}
.sidebar .calendarIcon {
	float: left;
	margin-left: 16px;
}
.sidebar .calendarIcon img {
	opacity: .5;
	width: 28px;
	margin-left: -2px;
	outline: 1px solid transparent;
}
/*.sidebar .calendarIcon i {
	padding-top: 10px;
	font-size: 30px;
}*/
.sidebar .selected .calendarIcon img {
	opacity: 1;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.list-selector-icon {
	text-align: center;
	height: 48px;
	width: 48px;
	line-height: 48px;
	float: right;
	margin: 0 5px 0 5px;
}
.list-selector-header-icon {
	text-align: center;
	height: 60px;
	width: 60px;
	line-height: 60px;
	float: right;
	margin: 0;
}

.sidebar .list-selector-parent .list-selector-icon {
	color: rgba(255,255,255, 0.4);
}

.sidebar .list-selector.selected .list-selector-icon,  {
	display: block;
	color: rgba(231,231,231, 1);
	moz-transition: color .7s;
    -webkit-transition: color .7s;
    -o-transition: color .7s;
    -ms-transition: color .7s;
    transition: color .7s;
}

.sidebar .list-selector-parent .selected .list-selector-icon {
	color: inherit;
}

.sidebar .filters-status .list-selector-parent .selected .list-selector-icon {
	display: block;
	color: rgba(231,231,231, 1);
	moz-transition: color .7s;
    -webkit-transition: color .7s;
    -o-transition: color .7s;
    -ms-transition: color .7s;
    transition: color .7s;
}

.list-event-icon {
	float: none;
	height: auto;
	line-height: inherit;
}

.header-event-btn {
	line-height: 28px;
}
.header-event-icon {
	padding: 0 10px;
}

.sidebar .list-selector.selected {
	-moz-transition: color .7s;
	-webkit-transition: color .7s;
	-o-transition: color .7s;
	-ms-transition: color .7s;
	transition: color .7s;
}
/*.sidebar .list-selector.selected .calendarName {
	-moz-transition: margin-right .2s;
	-webkit-transition: margin-right .2s;
	-o-transition: margin-right .2s;
	-ms-transition: margin-right .2s;
	transition: margin-right .2s;
	margin-right: 60px;
}*/
