/* General */
body {
	background: linear-gradient(to right, #00afb5, #008bb5);
}

.top-bar {
	background: #333;
	color: #fff;
}

.main-content {
	padding: 40px;
}

.content {
    min-height: 80vh;
	padding: 20px;
	background: #fff;
    border-radius: 15px;
}

#onglets .nav-tabs {
	border-bottom: none;
}
#onglets .nav-tabs > li.active > a, #onglets-sliding-page .nav-tabs > li.active > a {
	border: none;
	border-bottom: 2px solid #00afb5;
    border-radius: 15px 15px 0 0;
}

.tab-content  {
    border: none;
}

label {
    font-size: 14px;
    line-height: 34px;
}
input.form-control {
	border-radius: 5px;
}

/* Inscription */
.content.content_thin {
	min-height: auto;
	width: 450px;
	margin: auto;
}
#form_inscription_fm .row,
#form_connexion_fm .row {
	margin-bottom: 10px;
}

/* Liste todo */
img.logo_plateforme_fm {
	max-height: 100px;
}

label[for="filtre_todo_fm_statut"] {
    font-size: 14px;
    line-height: 34px;
}
#filtre_todo_fm_statut {
	border-radius: 5px;
}
#table_todo_fm_filter {
	/* margin-top: -39px; */
}
#table_todo_fm_0_filter label,
#table_todo_fm_1_filter label,
#table_todo_fm_2_filter label,
#table_todo_fm_3_filter label {
	font-size: 14px;
	line-height: 34px;
}
#table_todo_fm_0_filter input,
#table_todo_fm_1_filter input,
#table_todo_fm_2_filter input,
#table_todo_fm_3_filter input {
	height: 34px;
	padding: 3px 4px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.table_todo_fm  {
	-webkit-border-vertical-spacing: 10px;
	-moz-border-vertical-spacing: 10px;
	border-vertical-spacing: 10px;
	margin-top: 0;
}
.table_todo_fm thead tr{
}
.table_todo_fm thead tr th{
	border: none;
    font-size: 13px;
	text-transform: uppercase;
}
.table_todo_fm tbody tr {
	cursor: pointer;
	transition: all .5s;
	border-radius: 9px;
}
.table_todo_fm tbody tr.warning {
	background-color: rgb(255 159 67 / 12%) !important;
}
.table_todo_fm tbody tr:hover {
	transform: translateY(-2px);
}
.table_todo_fm tbody tr:hover td {
	border-color:  #ddd !important;
}
.table_todo_fm tbody tr td {
	padding: 12px !important;
	border: none;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	transition: all .5s;
	vertical-align: middle;
}
.table_todo_fm tbody tr td:nth-child(1) {
	border-radius: 9px 0 0 9px;
	border-left: solid 1px #fff;
}
.table_todo_fm tbody tr td:last-child {
	border-radius: 0 9px 9px 0;
	border-right: solid 1px #fff;
}

/* Modal edition todo */
#modal_edit_todo_fm .row_suivi_fm {
	margin: 0;
    padding: 15px 0; 
    border-bottom: solid 1px #ddd;
}

#modal_edit_todo_fm .suivi_fm_detail {
	padding: 5px;
    background-color: #eee;
}

#modal_edit_todo_fm .suivi_fm_utilisateur {
	font-weight: 700;
}

#modal_resoudre_todo_fm_actions {
	min-height: 150px;
}

/* Responsive */
@media screen and (max-width: 768px) {
	.main-content {
		padding: 40px 10px 40px 10px;
	}
	#table_todo_fm_filter {
		margin-top: 0px;
	}
}
@media screen and (max-width: 460px) {
	.content.content_thin {
		width: 95%;
		margin: auto;
	}
	img.logo_plateforme_fm {
		max-height: 75px;
	}
	#table_todo_fm thead {
		display: none;
	}
	#table_todo_fm tbody tr td{
		display: table;
		width: calc(100% - 20px);
		padding: 0 10px !important;
		border: none;
		font-size: 14px;
		text-align: left;
	}
	#table_todo_fm tbody tr:hover td {
		border-color: #fff !important;
	}
}
