/* This is a good starting point for events that use a light color palette generally containing dark text and light backgrounds  */
a {
    color: #000;
}

.page-contents {
    background: #ffffff;
}

#search {
    border-color:#ccc;
}

#vm-action-bar {
	background: rgba(0,0,0,.05);
}

.layout-grid-circle span.icon {
	color: #000;
	background: #fff;
	-webkit-box-shadow: 0 0 4px 1px rgba(102, 102, 102, .1);
	box-shadow: 0 0 4px 1px rgba(102, 102, 102, .1);
}

#sidebar-panel {
    background: #fff;
}

.agenda-nav-item .numday {
    background: #e8e8e8;
    color: #000;
}

#footer-submit {
    background: #dedede;
}

.toggle-off {
	border: 1px solid #ccc!important;
	background: #fff!important;;
}

.js-sidebar-actual {
    border-left: 1px solid #ccc;
}

.favorite-star {
    color: #e2e2e2;
}


.disabled{
    background: #ccc!important;
    color: #666!important;
    border-color: #ccc!important;
}

.list-group-item {
    background: transparent;
}