body {
    color: black;
    background: #fff;
}

#header a,
#footer a {
    color: #800000 !important;
}

#header,
#footer {
    border-color: #17a2b8 !important;
}

.links-back a,
.links-forth a {
    color: #800000 !important;
}

/* --- logo work */
#logo {
    width: 150px;
    background-image: url(../imgs-client/layout/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#label-client,
#label-service,
#branding {
    text-indent: 151px;
    color: #555;
}






/* Layout - Alternate Calendar */

@media (max-width: 1024px) {
	#label-client {
		margin-top: 16px;
	}

	/* #branding,*/
	#topbar-contact,
	#topbar-infos,
	#topbar-phone,
	#topbar-separator,
	#topbar > div:not(#topbar-contact):not(#topbar-separator) {
		display: none !important;
	}

	#calendar {
		overflow: scroll;
	}
}

@media (max-width: 512px) {
	#logo {
		width: 120px;
	}
	
	#label-client,
	#label-service {
	text-align: left;
	text-indent: 121px;
	}

	#label-service {
		font-size: 24px;
	}
}

@media (max-width: 500px) {
	.calendar-date-row > td {
		text-align: left;
		padding-left: 1rem;
	}

	.calendar-date-table.full-width {
		min-width: 800px;
	}
}