﻿
label {
    margin-bottom: 0px !important;
}

.th-inner
{
    padding:0px !important;
}

#leftLayout {
    text-align: center;
    padding-left: 0px !important;
    margin-top:80px;
}

#selectAno {
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
}


@media only screen and (max-height: 600px) {
    #leftLayout {
        overflow-y: auto;
    }
}

#divTabela {
    padding: 5px;
    margin-top: 30px;
    height: 96%;
    overflow: auto;
    background-color: #fff;
    font-size: 12px;
}

#divDatasDados {
    position: absolute;
    width: 100%;
    margin-top: 40px;
    margin-left: 10px;
}

.fontsize12
{
    font-size:12px !important;
}

.selectMenu {
    width: 100px;
    border-radius: 10px;
    padding: 5px;
    background-color: #3AB1F8;
    color: white;
    margin-top: 10px;
}


#divContent {
    font-family: 'Poppins';
}


#mainBlock {
    padding-bottom: 0px !important;
}

#mainPage {
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.contentPosition {
    margin: 0px !important;
    width: 100%;
    background-color: #F5F5F5;
    padding-top: 10px;
}


input[type="date"] {
    position: relative;
    padding: 6px;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        color: transparent;
        background: none;
        z-index: 1;
    }

    input[type="date"]:before {
        color: transparent;
        background: none;
        display: block;
        font-family: 'FontAwesome';
        content: '\f073';
        /* This is the calendar icon in FontAwesome */
        width: 15px;
        height: 20px;
        position: absolute;
        top: 3px;
        right: 6px;
        color: #999;
    }

.btn {
    cursor: pointer;
}

.btn-light {
    border: 1px solid #cecaca;
}


.active {
    color: #fff !important;
    background-color: #3AB1F8 !important;
    border-color: #3AB1F8 !important;
}

.botoesEsquerdaLayout {
    border-radius: 15px;
    width: 100px;
    font-size: 12px !important;
    margin-top: 5px;
}




.dtHeight {
    height: 30px;
}


.bootstrap-table .fixed-table-container .table thead th .sortable {
    padding: 0px !important;
}

.centerlayout {
    height: 99%;
    overflow: hidden;
    background-color: #767171;
    padding: 0px !important;
    border-radius: 20px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-right:10px;
}

.leftTableHeaders1 {
    background-color: #D2EDFE;
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.leftTableHeaders2 {
    background-color: #B7E2FE;
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.rightTableHeaders1 {
    background-color: bisque;
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.rightTableHeaders2 {
    background-color: blanchedalmond;
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.tableHeaders {
    font-size: 12px;
    text-align: center;
    white-space: normal;
}

    .tableHeaders td {
        border: none;
        padding: 5px !important;
    }

.table td {
    padding: 5px !important;
}

.tdHeaderType1Top {
    background-color: bisque;
}

.tdHeaderType1Middle {
    background-color: antiquewhite;
}

.tdHeaderType2Top {
    background-color: blanchedalmond;
}

.tdHeaderType2Middle {
    background-color: beige;
}

.tdHeaderPoluente1 {
    background-color: #DFFBEF;
}

.tdHeaderPoluente2 {
    background-color: #F5FFFA;
}


.toggle btn btn-primary {
    width: 100px !important;
    float: right !important;
    font-size: 10px;
}
