/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21-Mar-2018, 14:29:08
    Author     : Miek
*/

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.geoc-message{
	border-left:3px solid #ccc;
	padding:5px;
}
.geoc-message.geoc-error {
	border-left:3px solid red;
}
.geoc-message.geoc-success {
	border-left:3px solid green;
}

table.geoc-table{
  border-collapse: collapse;
margin: 8px 12px;
}
table.geoc-table tr {
  border-bottom: 1px solid #ccc;
}
table.geoc-table th, td {
  text-align: left;
  padding: 5px;
}

#normal-sortables #indicator_year_repeater p.submit,
#normal-sortables #geoc-csv-upload-response-wrapper p.submit {display:inline-block;text-align:right;float:none;width:100%;box-sizing:border-box;}