header {
    background: #20315B !important;
    color: #fff;
}
header a {
	color: #fff !important;
}
.app-header .header-brand {
    font-size: 1rem;
}
.loginpage .custom-content {
    max-width: 99%;
}
.font-weight-bolder {
	font-weight: 700 !important;
}
.padding-3 {
	padding: 3rem;
}

.login-border {
	border-right: none;
	border-bottom: 1px solid #ccc;
}
label.custom-control-label div {
	position: relative;
	top: 3px;
}

.login-page .popover-body {
	padding: 0;
}
.login-page .popover-body table td {
	padding: 3px 10px;
}
.member-avatar .avatar {
	background: transparent;
	border: 1px solid #fff;
	line-height: 2.2rem;
}
.member-avatar .avatar .fe {
	color: #fff;
}
.lh-46 {
	line-height: 46px;
}
.app-sidebar {
    width: 240px;
}
.app-sidebar .btn-primary {
	color: #fff !important;
}
.side-app {
	min-height: calc(100vh - 109px);
}
.card-arrow {
    margin-left: 5px;
    position: relative;
    top: 3px;
}
.table-reservation {
    border: 1px solid rgba(0,0,0,0.1);
}
.table-reservation tr td {
    border: 1px solid rgba(0,0,0,0.1);
	height: 60px;
}
.bg-calendar-head {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    top: 3px;
    position: relative;
}
td.available:hover {
	background-color: #45aaf2 !important;
	opacity: 0.2;
}
.filter-members {
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
	color: #000;
}
.app-sidebar .side-menu li a.active {
    background: #20315B !important;
}
.bg-primary, .btn-primary, .slide.is-expanded [data-toggle="slide"], button.confirm {
    background-color: #20315B !important;
	color: #fff !important;
}
.bg-secondary, .btn-secondary, button.cancel {
    background-color: #E99D5A !important;
	color: #fff !important;
}
.btn-primary:hover {
	background-color: #E99D5A !important;
	color: #fff !important;
}
.btn-secondary:hover {
	color: #20315B !important;
}

.btn-lg {
  line-height: 26px;
  padding: 10px 30px;
}
a {
	color: #20315B !important;
}
a:hover {
	color: #E48B3D !important;
}
a.side-menu__item.active {
	color: #fff !important;
}
.app-sidebar .side-menu .slide-menu li a.active {
    background: rgba(31, 18, 174, 0.08) !important;
}
.login-page {
	background: #20315B;
}
#global-loader {
    background: url(/img/TCMarcheBlanc.png) no-repeat 50% 50% rgb(255, 255, 255);
    background-size: 100px;
}
.quartHeure {
	width: 100%;
	height: 25%;
}
.tabs-menu ul li .active {
	background: #E48B3D !important;
	color: #fff !important;
}

.panel-tabs-justified {
	flex-flow: row;
}
.panel-tabs-justified li {
	width: 100%;
	text-align: center;
}
.panel-tabs-justified li a {
	width: 100%;
	display: inline-block;
}
.ms-parent.filter-multi {
	width: 100% !important;
}
.ms-choice {
	height:38px !important;
	line-height: 38px !important;
	border: 1px solid #dce6ef !important;
}
@media (min-width: 768px) {
	.login-border {
		border-right: 1px solid #ccc;
		border-bottom: none;
	}
}

@media (min-width: 1280px) {
	.loginpage .custom-content {
		max-width: 1200px;
	}
	#example-2_wrapper {
		overflow: hidden;
	}
}