@charset "utf-8";
/* CSS Document */

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#output, 
#myChart-license-text, #demo-chart-license {
    display: none !important;
}
.no-padding{
	padding: 0 !important;
}
.loader img {
    position: absolute;
    left: 48%;
    top: 35%;
}
.loader {
    padding: 100px 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.content-graf{
	width: 100%;
	height: 500px;
}

.section{
    padding: 10px 30px 10px 30px !important;
}
.panel {
    padding-bottom: 50px;
}
#login-section .form-group p {
    line-height: 30px;
}
select.form-control {
    padding: 5px 12px;
	height: auto;
}