html {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #e9eaed;
	margin: 0;
	padding: 0;
}

header {
	background: #002637;
	margin-bottom: 15px;
}

header img {
    display: inline-block;
	height: 42px;
    vertical-align: middle;
}

header ul {
    width: 57%;
    display: inline-block;
    height: 50px;

}

header li {
    display: inline-block;
    height: 42px;
    margin-right: 2%;
}

header li a {
    color: white;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.24em;
    padding-top: 7px;
    border-bottom: 1px dashed white;
}

header li a:hover {
    border: none;
}

.version {
	color: white;
	font-size: 0.7em;
}

header h4 {
    float: right;
    line-height: 70px;
    vertical-align: middle;
    margin-right: 2%;
    color: white;
    font-weight: normal;
}

header h4 a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dashed white;
}

header h4 a:hover {
    border-bottom: none;
}

a {
	color: #4699ad;
}

h1 {
	margin: 3px 0 3px 0;
}

h2 {
	margin: 6px 0 6px 0;
}

h3 {
	color: #444;
	margin: 6px 0 6px 0;
}

h4 {
	margin: 3px 0 3px 0;
}

.content {
	width: 98%;
	padding: 1%;
}

.clearblock {
	margin: 1%;
	padding: 1%;
	break-inside: avoid;
}

.cleartable {
	border: 0px;
}

.cleartable td {
	border: 0px;
}

.cleartable tr {
	border-bottom: 1px solid #bbb;
}

tr:hover {
	background: #eee;
}

.la {
	text-align: left;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #333;
	opacity: 95%;
	display: none;
}

#popup {
	width: 40%;
	background: white;
	margin: 2% auto auto auto;
	padding: 1%;
	display: none;
	opacity: 100%;
}

#popup img {
	max-width: 200px;
	max-height: 200px;
}

#popup p {
	text-align: center;
}

#mc_sl {
	margin-bottom: 2%;
}

#mc_uf p {
	text-align: left;
}

#popup .x {
	font-size: 2em;
	float: right;
	margin-top: -50px;
	text-decoration: none;
	border: 2px solid #4699ad;
	border-radius: 5px;
}

#membres_menu {
	margin-bottom: 1%;
}

#membres_menu a {
	text-decoration: none;
	border: 2px solid #4699ad;
	border-radius: 5px;
	font-size: 1.1em;
	padding: 3px;
	background: white;
}

#membres_menu a:hover {
	background: #4699ad;
	color: white;
}

.stats table {
	table-layout: fixed;
}

.stats input {
	width: 90%;
}

.block {
	background: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 1%;
	padding: 1%;
	break-inside: avoid;
}

.cdv { 
	width: 395px;
	display: inline-block;
	text-align: center;
	background: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 5px;
	padding: 1%;
	break-inside: avoid;
}

.cdv h2 {
	font-size: 1.1em;
}

.cdv h3 {
	font-size: 0.9em;
}

.cdv img {
  width:100px;
  height:125px;
  object-fit:cover;
  border-radius:5%;
}

.cdv_left {
	float: left;
	width: 110px;
}

.cdv_right {
	margin-left: 120px;
	text-align: left;
}

.cdv_corner {
	float: right;
	margin-top: -150px;
}

.cdv_corner span {
	text-transform: uppercase;
	border: 2px solid #4699ad;
	border-radius: 5px;
	font-size: 1.5em;
	padding: 2px;
}

.cdv_corner a {
	text-decoration: none;
	border: 2px solid #4699ad;
	border-radius: 5px;
	font-size: 1.8em;
}

.cdv_corner a:hover {
	color: white;
	background: #4699ad;
	border: 2px solid white;
}

.smallblock {
	width: 23%;
	margin-left: 72%;
	position: fixed;
}

.centerblock {
    width: 33%;
    margin: 15% auto;
}

.centerblock .leftcolumn {
    width: 60%;
    float: left;
}

.centerblock .leftcolumn input {
    margin: 3px;
}

.block .center {
    text-align: center;
}

.centerblock .rightcolumn {
    width: 30%;
    margin-left: 65%;
}

.rightcolumn img {
    max-width: 100%;
}

.largeblock {
	width: 67%;
	float: left;
}

.largeblock table {
	font-size: 0.8em;
}

.quadruple {
	width: 100%;
	margin: 0 0 1% 0;
	columns: 4;
	float: left;
	padding: 0;
}

.quarterblock {
	
	margin: 0 0 3% 0;
	padding: 2%;
}

table {
	width: 100%;
	border: 1px solid #bbb;
	border-collapse: collapse;
}

th {
	background-color: #4699ad;
	color: #fff;
}

th,td {
	border: 1px solid #bbb;
	padding: 5px;
	text-align: center;
}

#block_actions ul {
    list-style: none;
}

.text_red {
    color: red;
}

.text_green {
    color: green;
}

label {
    display: inline-block;
    width: 20%;
    margin: 2px;
    text-align: right;
}

input[type=text] {
    max-width: 70%;
    min-width: 30%;
}

input[type=password] {
    width: 70%;
}

input[type=number] {
    width: 5%;
}

select {
    width: 20%;
}

textarea {
    width: 98%;
    margin:1%;
    height: 40vh;
}

.link_small {
    font-size: 0.8em;
    text-transform: lowercase;
}

#block_mail {
    display: none;
}

.columns_2 {
    columns: 2;
}

.rc_2_0 {
	color: #FF4136;
}

.rc_2_1 {
	color: #2ECC40;
}

.rc_4_0 {
	border-right: 15px solid #AAAAAA;
}

.rc_4_1 {
	border-right: 15px solid #FF4136;
}

.rc_4_2 {
	border-right: 15px solid #FFDC00;
}

.rc_4_3 {
	border-right: 15px solid #2ECC40;
}

.color_m {
	color: #0074D9;
}

.color_cm {
	color: #FF851B;
}

.color_ca {
	color: #3D9970;
}

.color_st {
	color: #85144b;
}

.color_vp {
	color: #F012BE;
}

.color_p {
	color: #B10DC9;
}