ul.leaflet-draw-actions.leaflet-draw-actions-top.leaflet-draw-actions-bottom li a[title="Cancel drawing"],
ul.leaflet-draw-actions.leaflet-draw-actions-bottom li a[title="Save changes"],
ul.leaflet-draw-actions.leaflet-draw-actions-bottom li a[title="Cancel editing, discards all changes"] {
	display: none;
}
#sismicite{
	display:flex;
	width:100%;
	justify-content:space-around;
}
#map_catalogue_sismo{
	height:500px;
	width:50%;
}
form{
    width:100%;
}
#param_cata{
	height:550px;
	display:flex;
	flex-direction:column;
	align-items:center;
	width:45%;
}
.date_cata{
	/*display:block;*/
	width:100%;
	text-align:center;
}
#datepicker3, #datepicker4{
	color:black;
	text-align:center;
	width:150px;
	height:40px;
	margin-left:20px;
	margin-right:20px;
	font-size:17px;
}
.input{
	cursor: pointer;
	border:1px #00CED1 solid;
	border-radius:10px;
}
.input:hover{
	outline:none;
	border-color:#00CED1;
	box-shadow:0 0 10px #00CED1;
}
.coord_cata{
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-top:15px;
}
.middle{
	height:50px;
	width:100%;
	display:flex;
	justify-content:space-around;
	margin-top:10px;
}
#latmin, #latmax, #lonmin, #lonmax{
	color:black;
	text-align:center;
	width:100px;
	height:40px;
	font-size:17px;
}
#lonmin, #lonmax{
	margin-left:5px;
}
.top, .middle_left,.middle_right,.bottom{
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
}
.sismicite_globale{
    margin-bottom:25px;
    text-align:center;
    cursor: pointer;
}
.sismicite_globale input {
    visibility:hidden;
}
#global{
    width:0px;
}
.sismicite_globale label{
    margin-top:1px;
    margin-left:auto;
    margin-right:auto;
    width:300px;
    height:40px;
    display: block;
    position: relative;
    text-align:center;
    padding-top: 25px;
    border: 1px solid #0085A3;
    border-radius:100px;
    color: black;
    font-weight:bold;
    background-color: white;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s, box-shadow .2s;
}
.sismicite_globale input:checked + label{
        background-color: white;
        color:black;
        border: 3px solid red;
}
.mag, .prof{
	margin-top:15px;
	width:100%;
	text-align:center;
}
#magmin, #magmax{
	display:none;
}
#slider-range-mag,#slider-range-prof{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:100%;
}
#profmin, #profmax{
	display:none;
}
.envoyer{
	margin-top:10px;
	text-align:center;
}
.send_param_cata{
	cursor: pointer;
	border:1px #00CED1 solid;
	border-radius:10px;
	font-size:1em;
	height:40px;
	text-align:center;
	margin-top:10px;
	background-color:white;
}
.send_param_cata:hover{
	outline:none;
	border-color:#00CED1;
	box-shadow:0 0 10px #00CED1;
}
#requete_catalog_sismo{
    display:flex;
    justify-content:center;
    height:50px;
}
#button_csv a,#button_kml a,#button_txt a{
    display:block;
    text-decoration:none;
    color:white;
}
#button_csv button,#button_kml button, #button_txt button {
    border-radius:15px;
    background-image:url("../files/dat-center/images/load.png");
    background-repeat:no-repeat;
    background-position:top 10px left 25px;
    height:50px;
    width:300px;
    background-color:#4682B4;
    background-size:30px;
    color:white;
}
tr, th, td {
    height:1px;
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
th{
    background-color:#B0E0E6;
}
.pair{
    background-color:#DFF2FF;
}
.catalog{
    margin-top:30px;
    display:block;
    height:500px;
    overflow:scroll;
}
table{
    width:100%;
    border-collapse: collapse;
}
