@CHARSET "ISO-8859-1";

#onLoadImage, #onLoadOnClick, #onLowBalanceImage, #onLowBalanceOnClick{
	width: 400px;
}

body {
  padding-top: 70px;
}

#initDate, #endDate{
	width: 100px;
}

.tab-pane {

    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

#lightbox_image img{
	width: 600px;	
}

#chart {
width: 100%;
height: 100%;
}

#chartLegend{
padding: 4px;
border: solid 1px grey;
background-color: whitesmoke;
font-weight: bold;
display:none;
}

.navbar-right li select{
	margin-top: 0.6em;
}

#missionObjetive select + span.select2-container {
    width: 100% !important;
}