@charset "utf-8";
/*~|copro.css|styles css pour le gestion de la copropriété|¤COMMUN!|*/
.mpopup {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 85%;
    height: 85%; /* 85% 550px */
	margin-left: 30px;
	margin-top: 30px;
    overflow: auto;
	/* border: 3px solid blue;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);*/
}
.modal-content {
    position: relative;
    top: -10px;
    background-color: #C9F9FC;
    padding: 0;
    height: 85%;
    width: 100%;
    border-radius: 0.3rem;
}
.modal-header {
    padding: 4px 6px;
    background-color: #46f6ff;
    color: #00838a;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header h2{
    font-size: 1.4em;
    margin-top: 8px;
    margin-bottom: 4px;
}
.modal-body {
    padding: 2px 8px;
    border: none;
}
.modal-footer {
    padding: 0.7rem;
    background-color: #46f6ff;
    color: #00838a;
    border-top: 1px solid #e9ecef;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.close {
    position: relative;
    top: -8px;
    color: #888;
    float: right;
    font-size: 24px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.dataTables_wrapper td {
  font-size: 0.9em;
}
iframe {
    border: none;
}
input:disabled {
    background-color: #a1fff9;
    color: darkslategray;
}
.gb_button {
    display: inline-flex;
    padding: 7px 14px;
    margin: 4px 2px;
    border-radius: 24px;
    border: 1px solid #00838a;
    background-color: #BEF8FB;
    color: #03838A; 
}
.gb_button:hover {    
    background-color: #00838a;
    color: #46f6ff; 
}
i.lft {    
  margin-left: auto;
  order: 2;   
}
.rt {
	color: #8e9989;
	border-color: #8e9989;
	background-color: #DFF0D8; 
}
.rx {
	color: red;
	border-color: deeppink;
	background-color: pink; 
}
/* 1- positionning the 2 divs */
form {
	display: flex;
	font-size: 0.8rem;
	font-family: Poppins, Arial;
}
form > div {
	flex: 1;
	margin : 0.4rem;
	min-width: 0; /* fix for min-width: auto */
}
form > div + div {
	margin-left: 1em;
}

/* 2- fluid inputs */
div > p {
	display: flex;
}
form input:not([type=submit]) {
	flex: 1; /* fluid width */
	display: block; /* IE fix */
	min-width: 0; /* fix for min-width: auto */
}

/* Decoration */
body {
	max-width: 1000px;
	height: 580px; 
	margin: auto;
	padding: 0.5em;
	color: #333;
	font-size: 1em;
	font-family: poppins, "trebuchet ms", arial, serif;
}
form > div {
	padding: 0.5em;
	background: #fff;
	border: 1px solid gray;
	border-radius: 4px;
}
input,
textarea {
	padding: .2em;
	border: 1px solid #555;
	border-radius: 4px;
	font-family: inherit;
	font-size: inherit;
	background: rgba(0,0,0,.05);
}
input[type="submit"], textarea {
	padding: .3em 0.5em;
	background: #555;
	border: none;
	color: #fff;   
	border-radius: 4px;
	cursor: pointer;
}
label {
	width: 13em;
	margin-right: .5em;
	text-align: left;
}
input[type="submit"] {
	margin-left: auto;
}
textarea {
	resize: vertical;
	color: #aaa;
}
div > p:first-child {margin-top: 0;}
.fitem {margin-top: 0;}
div > p:last-child {margin-bottom: 0;}
.jft {
	font-size: 1.3em;
	font-weight: 600;
	text-align: left;
}        
p.smg {
	margin: 0.4rem;
}
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em !important;
}
table.dataTable thead th, table.dataTable tfoot th {
	font-size: 0.9em !important;
	color : #03838A;
}
.dataTables_wrapper .dataTables_filter input {
	padding: 0px;
	border-color: #03838A;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {	
	padding: 0px;
	border-color: #03838A;
}
#myTable_info {
	position: relative;
	top: -12px;
}
.cotit {
	font-weight: 600;
	font-size: 1.4em;
	color: #03838A;
}
select {
	padding: '4px;'
}