﻿/*custom*/
.card {
    border-radius: 0;
}

.card-header{
    background-color : #FFF;
}

.card-footer {
    background-color: #f7f7f7bf;
}

.box-shadow {
    /*box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);*/
    box-shadow: 5px 0.5rem 1rem 2px rgba(0, 0, 0, .05);
}
/*Alteração*/

body {
    background-color: #f5f5f5b8;
}

p {
    font-size: 1rem;
}

.cor-principal{
    background: #4caf50;
}

.card {
    border-radius: 0;
    background: #e2e2e25c;
}

/*.card-header {
    background: #e2e2e2;
}*/

.card-body {
    background: #fff;
}

a {
    color: #4caf50;
    /*color: #828da1;*/
    text-decoration :none;
}

/*.collapse a{
    color:red;
}

.collapse.show{
    color : red;
}*/

.item-cabecalho {
    color: rgba(255,255,255,.5);
}

.item-cabecalho:hover {
    color: rgba(255,255,255,.8);
}


/*.table {
    background-color: white;
}*/

thead tr{
    height:50px;
}

.table thead th {
    vertical-align:middle;
    padding-left:10px;
    font-size: 0.95rem;
}

    .table thead th.th-acoes {
        width: 180px;
        text-align: center;
    }

td {
    vertical-align: middle !important;
}
/*.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}*/