#menulateral {
    background: #fbfbfb;
    padding: 0px 20px 21px;
    margin: 15px 0 30px;
    border-radius: 0;
    position: relative;
    min-height: 390px;
}

#menulateral .load-chart {
    top: 0px;
    background: rgb(251, 251, 251);
    border-radius: 8px;
}

.valores__nutrientes__checktable label {
    width: 33.33%;
    float: left;
    padding: 0 0 7px 0;
}

.valores__nutrientes__checktable input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    margin-right: 6px;
}

.valores__nutrientes__form {
	float: left;
}

.valores__nutrientes__checktable h4,
.valores__nutrientes__form h4 {
    border: none;
    background: none;
    font-size: 14px;
    padding: 3px 0;
    margin-bottom: 3px;
    margin-top: 12px;
    font-weight: 600;
}

.valores__nutrientes__form {
	padding-right: 35px;
}

.valores__nutrientes__form input[type=text],
.valores__nutrientes__form select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 5px 0 5px;
    height: 35px;
}

.valores__nutrientes__form .botao:hover {
    background-color: #1351b4;
}

.valores__nutrientes__form .botao {
    float: right;
    background-color: #ffffff;
    margin-left: 0;
    padding: 8px 14px;
    margin-left: 5px;
    margin: 0 0 10px 5px;
    font-size: 14px;
}

.valores__nutrientes__form #lista2 select {
    height: 311px;
    margin-bottom: 20px;
}

#graficoslgenda {
    padding: 4px 0px 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.legendaCell {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 4px;
    background: #e2e2e2;
    padding: 3px 9px;
    margin-bottom: 4px;
    border-radius: 2px;
}

.legendaColor {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.legendaCell .small {
    font-size: 12px;
    margin-bottom: 0px;
}

.chartcontainer {
	height: 280px;
	width: 33.33%;
	float: left;
}

.valores__nutrientes__tables {
    margin-top: 25px;
}

.valores__nutrientes__tables table {
    width: 100%;
    border: none;
    font-size: 12px;
    background-color: #FFFFFF;
}

.valores__nutrientes__tables table thead tr th{
    color: #fff;
    background-color: #4b4b4c;
    font-weight: 400;
    text-align: left;
    font-size: 13px;
    padding: 6px 8px;
    border: none;
    line-height: 15px;
    text-align: right;
    border-right: 1px solid #7d7d7d;
}

.valores__nutrientes__tables table thead th:first-child {
    text-align: left;
}

.valores__nutrientes__tables table tbody td {
    text-align: left;
    font-size: 12px;
    background-color: transparent;
    padding: 6px 8px;
    border: none;
    line-height: 15px;
    text-align: right;
}

.valores__nutrientes__tables table tbody td:first-child {
    text-align: left;
}

.valores__nutrientes__tables table tbody td:last-child {
    border-right: none;
}

.valores__nutrientes__tables table tbody tr {
    background-color: #f1f1f1;
}

.valores__nutrientes__tables table tbody tr:nth-child(even) {
    background-color: #fff;
}

.scrollable-table {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 23px;
}

@media (max-width: 768px)  {
	.chartcontainer {
        width: 100% !important;
    }
    .legendaCell {
        width: 100%;
    }
    .valores__nutrientes__checktable  {
        margin-top: 25px;
    }
    .valores__nutrientes__checktable label {
        width: 50%;
    }
    .valores__nutrientes__form {
        padding-right: 0;
        float: none;
    }
    .valores__nutrientes__form .botao {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px)  {
    .valores__nutrientes__checktable label {
        width: 100%;
    }
}