html, body {
	width: 100%;
	height: 100%;
    background: #fff;
    overflow-x: hidden;
}

body {
	font-family: 'SFRRegular', Arial, Sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2B2D42;
}

header {
	position: relative;
	height: 64px;
	background-color: #fff;
	border-bottom: solid 3px #d90429;
}

header > div.logo {
	background: url(../images/logo.png) no-repeat;
	width: 257px;
	height: 100%;
    background-position-y: center;
    margin-left: 14px;
    margin-right: 156px;
    cursor: pointer;
    float: left;
}

header > div.menu {
	float: left;
}

header > div.menu li {
	height: 100%;
    font-family: 'SFRRegular';
    font-size: 18px;
    color: #d90429;
    line-height: 61px;
    width: 200px;
    text-align: center;
    cursor: pointer;
	float: left;
}

header > div.menu li:hover,
header > div.menu li.active {
	color: #fff;
	background-color: #d90429;
}

header > div.timer {
	position: absolute;
    right: 200px;
    top: 0;
    background-color: #fff;
    height: 100%;
    font-family: 'SFRRegular';
    font-size: 18px;
    color: #d90429;
    line-height: 61px;
    width: 560px;
    text-align: right;
    cursor: pointer;
    padding-right: 20px;
}

header > div.timer > .fa {
	font-size: 18px;
	margin-right: 8px;
}

header > div.user {
	position: absolute;
    right: 0;
    top: 0;
    background-color: #d90429;
    height: 100%;
    font-family: 'SFRRegular';
    font-size: 18px;
    color: #fff;
    line-height: 61px;
    width: 60px;
    text-align: center;
    cursor: pointer;
	z-index: 1;
}

header > div.user > .fa {
	font-size: 18px;
}

header > div.user > ul.menu {
	display: none;
	position: absolute;
	width: 320px;
	top: 61px;
	right: 0;
    border-top: solid 3px #d90429;
    border-left: solid 3px #d90429;
    border-bottom: solid 3px #d90429;
    background-color: #fff;
}

header > div.user > ul.menu .fa {
	margin-right: 8px;
}

header > div.user:hover {
	color: #d90429;
	background-color: #fff;
}

header > div.user:hover > ul.menu {
	display: block;
}

header > div.user:hover > ul.menu > li:hover,
header > div.user:hover > ul.menu > li.active {
	background-color: #d90429;
	color: #fff;
}

header > div.user > ul.menu > li > a {
	text-decoration: none;
	color: inherit;
}

nav {
	text-align: center;
}

body > div.flash-message {
	overflow: hidden;
	font-family: 'SFRRegular';
    font-size: 17px;
    line-height: 24px;
    height: 26px;
    padding-left: 12px;
    color: #fff;
	background-color: #d9042a;
	-webkit-transition: height .6s ease-out;
    -moz-transition: height .6s ease-out;
    -o-transition: height .6s ease-out;
    transition: height .6s ease-out;
}

body > div.flash-message.notice > .fa {
	margin-left: 1px;
	margin-right: 8px;
}

body > div.flash-message.warning > .fa {
	margin-right: 7px;
}

body > div.flash-message.error > .fa {
	margin-left: 2px;
	margin-right: 8px;
}

body > div.container {
    min-width: 984px;
	min-height: 768px;
	margin: 0 auto;
}

div.tabs-panel {
	margin-top: 20px;
	margin-bottom: 20px;
    overflow: hidden;
}

div.tabs-panel > div.tabs {
	padding: 0;
}

div.tabs-panel > div.tabs > div.tab {
	height: 48px;
	padding-left: 10px;
	cursor: pointer;
	font-size: 14px;
	font-family: SFRBold;
	color: #d90429;
	background-color: #fff;
	padding-top: 8px;
	position: relative;
}

div.tabs-panel > div.tabs > div.tab > i.fas {
	position: absolute;
	color: #d90429;
    right: 12px;
    font-size: 26px;
    top: 12px;
}

div.tabs-panel > div.tabs > div.tab > span {
	position: absolute;
	color: #d90429;
    right: 46px;
    font-size: 26px;
    top: 18px;
}

div.tabs-panel > div.tabs > div.tab.active,
div.tabs-panel > div.tabs > div.tab:hover {
	background-color: #d90429;
	color: #fff;
}

div.tabs-panel > div.tabs > div.tab.active > i.fas,
div.tabs-panel > div.tabs > div.tab:hover > i.fas,
div.tabs-panel > div.tabs > div.tab.active > span,
div.tabs-panel > div.tabs > div.tab:hover > span {
	color: #fff;
}

div.tabs-panel > div.panels {
	padding: 0;
}

div.tabs-panel > div.panels > div.panel {
	padding: 12px;
    margin: 0;
    width: 100%;
	display: none;
	border-left: 3px solid #d90429;
	border-radius: 0;
	min-height: 400px;
}

div.tabs-panel > div.panels > div.panel:first-child {
	display: block;
}

div.panel > div.content > div.form-group:first-child,
div.panel-body > div.content > div.form-group:first-child {
	clear: both;
}

div.rows-1 > div.column {
	margin: 0 auto;
}

div.rows-1 > div.column,
div.panel > div.content.rows-1 > div.form-group,
div.panel-body > div.content.rows-1 > div.form-group {
	padding: 6px;
    width: 48%;
}

div.rows-1.xl > div.column,
div.panel > div.content.rows-1.xl > div.form-group,
div.panel-body > div.content.rows-1.xl > div.form-group {
    width: 70%;
}

div.rows-2 > div.column,
div.panel > div.content.rows-2 > div.form-group,
div.panel-body > div.content.rows-2 > div.form-group {
	padding: 6px;
    width: 48%;
}

div.rows-2 > div.column, div.rows-3 > div.column {
	float: left;
}

div.panel > div.content.rows-2 > div.form-group,
div.panel > div.content.rows-3 > div.form-group,
div.panel-body > div.content.rows-2 > div.form-group,
div.panel-body > div.content.rows-3 > div.form-group {
	display: inline-block;
}

div.rows-3 > div.column,
div.panel > div.content.rows-3 > div.form-group,
div.panel-body > div.content.rows-3 > div.form-group {
	padding: 6px;
	width: 33%;
}

div.panel > div.content > div.buttons.inline,
div.panel-body > div.content > div.buttons.inline {
	text-align: left;
}

div.panel > div.content > div.buttons.inline > button,
div.panel > div.content > div.buttons.inline > input[type=button],
div.panel-body > div.content > div.buttons.inline > button,
div.panel-body > div.content > div.buttons.inline > input[type=button] {
	display: inline-block;
}

div.panel-group > div.panel {
	width: 100%;
}

div.panel-group > div.panel > div.panel-heading > div.panel-title {
	font-family: 'SFRBold';
	display: block;
	color: #d90429;
	text-decoration: none;
	text-align: left;
	border-bottom: 3px solid #d90429;
}

div.panel-group > div.panel > div.panel-heading {
	text-align: left;
}

div.panel-group > div.panel > div.panel-heading .fa {
	width: 18px;
    text-align: center;
}

footer {
	border-top: solid 3px #d90429;
	height: 64px;
	background-color: #fff;
}

footer .link-footer-sfr {
	height: 27px;
    line-height: 27px;
    padding-left: 37px;
    background: url('//static.s-sfr.fr/media/logo_h_2x.png') top left no-repeat;
    background-size: 27px 27px;
	margin: 22px;
}

footer .link-footer-sfr > a {
	font-size: 14px;
    color: #2B2D42;
    font-family: 'SFRRegular', Arial, Sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 20px;
}

footer .version-footer-sfr {
	height: 27px;
    line-height: 27px;
	margin: 22px 0px 22px 22px;
	text-align: right;
}

h1 {
	text-align: center;
    font-size: 24px;
    font-family: 'SFRBold';
    margin-top: 20px;
}

h2 {
	text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

h3 {
	text-align: left;
	font-size: 18px;
	font-family: 'SFRBold';
	margin-top: 20px;
	border-bottom: solid 3px #d90429;
	color: #d90429;
}

h3 > .fa {
	margin-right: 4px;
    margin-left: 4px;
}

h3 ~ div.links,
div.panel > div.content > div.links {
	margin-top: 6px;
	color: #d90429;
	font-family: 'SFRBold';
}

h3 ~ div.links.disabled,
div.panel > div.content > div.links.disabled {
	color: #2B2D42;
}

h3 ~ div.links.disabled > a,
div.panel > div.content > div.links.disabled > a {
	pointer-events: none;
	color: #2B2D42;
	text-decoration: none;
}

h3 ~ div.links > div,
div.panel > div.content > div.links > div {
	margin-top: 6px;
	margin-left: 24px;
}

h3 ~ div.links a,
div.panel > div.content > div.links a {
	color: #d90429;
	text-decoration: none;
}

h3 ~ div.links a:hover,
div.panel > div.content > div.links a:hover {
	color: #d90429;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 2px dotted #d90429;
}

div.modal a {
	color: #d90429;
	text-decoration: none;
}

div.modal a:hover {
	color: #d90429;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px dotted #d90429;
}

h3 ~ div.links .fa {
	margin-right: 6px;
}

h4.panel-title {
	line-height: 24px;
}

hr {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px dotted rgba(217,4,41,1);
}

div.panel {
	display: table;
	margin: 20px auto;
	box-shadow: none;
	width: 100%;
}

div.panel-group div.panel-body {
	padding: 0;
}

div.panel-group div.panel-heading + div.panel-collapse > div.panel-body {
	border: 0;
}

div.panel > div.title,
div.panel div.panel-heading > div.panel-title {
	height: 28px;
	line-height: 28px;
	font-family: 'SFRBold';
	background-color: #fff;
	color: #d90429;
	border-bottom: 3px solid #d90429;
	margin-bottom: 1rem;
	position: relative;
}

div.panel > div.content > div.panel > div.title,
div.panel div.panel-body > div.panel div.panel-heading > div.panel-title {
	width: 75%;
}

div.panel > div.title > .fa,
div.panel div.panel-heading > div.panel-title > .fa {
	position: absolute;
	top: 6px;
	right: 0;
	font-size: 16px;
	cursor: pointer;
	margin: 0;
}

div.panel div.panel-heading > div.panel-title > .fa.fa-1 {
	right: 21px;
	border-right: 3px solid #d90429;
	padding-right: 19px;
}

div.panel div.panel-heading > div.panel-title > .fa.fa-2 {
	right: 47px;
}

div.panel div.panel-heading > div.panel-title > .fa.fa-3 {
	right: 68px;
}

table tr {
	height: 36px;
	color: #d90429;
}

table > thead > tr {
	font-family: 'SFRBold';
}

table > thead > tr:first-child > th:not(.buttons),
table > thead > tr:first-child > td:not(.buttons) {
	background-color: #d90429;
	color: #fff;
	vertical-align: middle;
}

table > thead > tr > th,
table[data-sortable] th, table[data-sortable] td {
	padding: 0px 20px 0px 20px;
	text-align: center;
}

table > thead > tr > th.buttons,
table[data-sortable] th.buttons, table[data-sortable] td.buttons {
	line-height: 36px;
}

table[data-sortable] th:after {
	position: absolute;
}

table.colored > tbody > tr:nth-child(even) {
	background-color: #d90429;
	color: #fff;
}

table.colored > tbody > tr:nth-child(odd) {
	background-color: #fff;
	color: #d90429;
}

table.double > tbody > tr > td:first-child {
	padding-left: 20px;
	padding-right: 20px;
}

table.vertical > tbody > tr > td:first-child {
	background-color: #d90429;
	color: #fff;
	text-align: right;
	width: 250px;
}

table.vertical > tbody > tr > td {
	padding-left: 12px;
	padding-right: 12px;
	line-height: 18px;
	padding-top: 6px;
    padding-bottom: 6px;
}

table.double > tbody > tr > td[colspan] {
	text-align: center;
}

table > tbody > tr > td > span {
	float: left;
	text-align: center;
	font-size: 1.1em;
}

table > tbody > tr > td > span.toolbar {
	white-space: nowrap;
    font-size: 20px;
}

table > tbody > tr > td > span.toolbar > .fa {
	cursor: pointer;
	padding: 6px;
}

table > tbody > tr > td > span.toolbar > .fa:hover {
	color: #fff;
    background-color: #d90429;
}

table.vertical > tbody > tr > td > span {
	font-family: 'SFRBold';
	text-align: center;
    width: 100%;
}

table > tbody > tr > td.actions > .fa {
	cursor: pointer;
}

table > tbody > tr > th.buttons,
table > tbody > tr > td.buttons {
	background-color: #fff;
}

table > tbody > tr > td.buttons > button,
table > tbody > tr > td.buttons > input[type=button],
table > tbody > tr > th.buttons > button,
table > tbody > tr > th.buttons > input[type=button] {
	background-color: #fff;
	color: #d90429;
	display: inline-block;
	height: inherit;
}

table > tbody > tr > td.buttons > button:not(:disabled):hover,
table > tbody > tr > td.buttons > input[type=button]:not(:disabled):hover,
table > tbody > tr > th.buttons > button:not(:disabled):hover,
table > tbody > tr > th.buttons > input[type=button]:not(:disabled):hover {
	background-color: #d90429;
	color: #fff;
}

button > .fa {
	margin-right: 8px;
	font-size: 18px;
	float: left;
}

div.panel > div.panel-heading .fa {
	margin-right: 6px;
}

div.modal-content {
	border: solid 3px #d90429;
    border-radius: 0;
}

div.modal-header {
	border: 0;
	color: #d90429;
}

div.modal-body {
	padding: 0 15px;
}

div.modal-body > p:nth-child(odd) {
	color: #d90429;
	font-family: "SFRBold";
}

div.modal-body > p:nth-child(even) {
	color: #000;
	font-family: "SFRRegular";
}

div.modal-body > p:last-child {
	margin-bottom: 0;
}

div.modal-footer {
	border: 0;
}

div.modal-footer > button,
div.modal-footer > input[type=button],
div.modal-footer > input[type=submit] {
	display: inline-block;
}

table[data-sortable] th[data-sorted-direction="ascending"]:after {
	margin-top: 1px;
}

table[data-sortable] th[data-sorted-direction="descending"]:after {
	margin-top: 6px;
}

/** 
  *	bootstrap-fileinput 
  **/
.kv-upload-progress {
	display: none;
}

.file-caption-name {
	height: initial;
	line-height: 37px;
}

.input-group-btn {
	font-size: 1em;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: 14px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  	position: absolute;
  	left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  	position: relative;
  	padding-left: 28px;
  	cursor: pointer;
  	line-height: 22px;
  	text-align: left;
	vertical-align: text-top;
	font-weight: normal;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    line-height: 16px;
  	position: absolute;
  	left:0;
  	top:0;
  	width: 22px;
  	height: 22px;
  	border: 3px solid #f1f1f1;
  	background-color: #f1f1f1;
}
[type="checkbox"]:checked + label:before {
	content: '\f00c';
	font-weight: 600;
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:after,
[type="checkbox"]:disabled:checked + label:after,
[type="checkbox"][readonly]:not(:checked) + label:after,
[type="checkbox"][readonly]:checked + label:after {
	width: 0;
	height: 0;
}
[type="checkbox"]:disabled:not(:checked) + label,
[type="checkbox"]:disabled:checked + label,
[type="checkbox"][readonly]:not(:checked) + label,
[type="checkbox"][readonly]:checked + label {
	cursor: not-allowed;
}

.pagination > li > a, .pagination > li > span {
	background-color: #d90429;
    color: #fff;
    font-family: SFRRegular;
    font-size: 16px;
    border: 0;
  	margin: 6px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #fff;
    color: #d90429;
}

.pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus, .pagination > li >span:hover {
	background-color: #fff;
    color: #d90429;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover,
.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	background-color: #fff;
    color: #d90429;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.tooltip {
	font-family: 'SFRBold';
	font-size: 14px;
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip.top .tooltip-arrow {
	border-top-color: #d90429;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #d90429;
}

.tooltip-inner {
	background-color: #fff;
	border: 3px solid #d90429;
	color: #d90429;
	-webkit-box-shadow: 3px 3px 3px 0px #d90429; 
	box-shadow: 3px 3px 3px 0px #d90429;
}

.fa.disabled,.fa[disabled],.disabled > .fa,[disabled] > .fa {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

div.container-home-block {
	text-align: center;
	display: table;
	margin: 0 auto;
}

div.container-home-block > div.home-block {
	display: table-cell;
	float: left;
    padding: 20px;
    margin: 20px;
	width: 300px;
	height: 300px;
	border-style: solid;
	border-color: #4e4e4e;
	border-width: 3px 1px 1px 1px;
	cursor: pointer;
}

div.container-home-block > div.home-block:hover {
	border-color: #d90429;
	border-top-width: 9px;
	-webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

div.container-home-block > div.home-block > strong {
	font-family: 'SFRBold';
	font-size: 1.7em;
	line-height: 1.7em;
	color: #4e4e4e;
}

div.container-home-block > div.home-block:hover > strong {
	color: #d90429;
}

div.container-home-block > div.home-block > i.fa {
	display: block;
    font-size: 8em;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #4e4e4e;
}

div.container-home-block > div.home-block:hover > i.fa {
	color: #d90429;
}

div.container-home-block > div.home-block > p {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #4e4e4e;
}

div.container-home-block > div.home-block:hover > p {
	color: #d90429;
}

div.container-block {
	display: table;
}

div.container-block > div.block {
	display: block;
    padding: 14px;
    margin: 20px;
	width: 300px;
	border-style: solid;
	border-color: #4e4e4e;
	border-width: 1px 1px 1px 3px;
	cursor: pointer;
}

div.container-block > div.block:hover {
	border-color: #d90429;
	border-left-width: 9px;
	-webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

div.container-block > div.block > strong {
	font-family: 'SFRBold';
	font-size: 16px;
	color: #4e4e4e;
	line-height: 20px;
}

div.container-block > div.block:hover > strong {
	color: #d90429;
}

div.container-block > div.block > i.fa {
	float: left;
    font-size: 52px;
    color: #4e4e4e;
    margin-right: 15px;
}

div.container-block > div.block:hover > i.fa {
	color: #d90429;
}

div.container-block > div.block > p {
	color: #4e4e4e;
	margin: 0;
}

div.container-block > div.block:hover > p {
	color: #d90429;
}

