:root {
    --background-color: #E8E8E8;
    --secondary-color: #2D475D;
    --primary-color:#4A96BD;
    --blue-cobranding: #382fd8;
    --success-color: #1EBB4D;
    --shadown-color: #a19f9f;
    --red: #ed1d46;
    --black: #1e1e1e;
    --dashboard-color: #0043bc;
}


.rel_hdr {
    background: transparent url(../images/ipiranga/relat_tbl_bg2.gif) repeat left bottom;
}

.toplinepage {
    background: transparent url(../images/ipiranga/relat_top_blue.png) repeat-x left top;
}



.rel_hdr {
    color: #fff;
}

tr.odd {
    background-color: #d5dade;
}

tr.odd td.sorting_1 {
    background-color: #c0c7ce;
}

tr.even td.sorting_1 {
    background-color: #d5dade;
}

#rel2tbl td,
#rel2tbl2 td,
#rel2tbl3 td,
.rel_tb td {
    background-color: #eaecee;
    height: 34px;
}

table.dataTable tr:nth-child(odd) {
    background: #d5dade !important;
}

table.dataTable tr:nth-child(even) td:first-child {
    background: #d5dade !important;
}

table.dataTable tr:nth-child(odd) td:first-child {
    background: #c0c7ce !important;
}


.upload-wrapper label {
    background-color: #4A96BD;
}

.div-login {
    padding: 35px 0;
}