/*
Theme Name: Tema Base teste GPS
Author: Marcos Mendes
Tags: Universidade Federal de Viçosa, UFV
*/

thead, .numero-linha{
    display: none;
}

tr {
    display: grid;
    grid-template-areas: 'auto auto';
    padding: 10px 25px;
}

#topo {
    display: none;
}

.header {
    display: none;
}

.header+#conteudo {
	margin-top: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
}

.form-control:focus {
    border-color: #682a2c7d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104 42 44 / 50%);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104 42 44 / 40%);
}


.form-control.input-sm::placeholder {
  	color: #000;
  	font-weight: 600;
}

.panel-heading {
	padding: 0px;
}

.filtro.panel.panel-default {
    background: #f0f0f0;
}

.tabela-dados .panel-heading, .tabela-dados .panel-footer {
    padding: 0px;
    border: 0 !important;
	background-color: transparent;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
	padding-bottom: 0px;
    padding-top: 25px;
}

.form-group.input-sm {
    display: grid !important;
    grid-template-areas:
        'form-group form-group'
        'form-group form-group'
        'form-group form-group';
    justify-content: center;
    align-items: baseline;
    justify-items: start;
	gap: 17px;
}

button.multiselect.dropdown-toggle {
    min-width: 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn .caret {
    margin-left: 0;
    color: #682a2c;
}

.tabela-dados .filtro .panel-body .dropdown-menu label {
    min-width: max-content;
    text-align: inherit;
    padding-right: 0;
}

.multiselect.dropdown-toggle.btn.btn-default {
    color: #000;
    background-color: #fff !important;
    border-color: #ccc;
    font-weight: 600;
    font-size: 12px;
    border-radius: 0;
    border: 0px;
	width: 300px;
}

.acoes {
    position: relative;
    top: -44px;
    left: 159px;
    text-align: center;
	z-index: 0;
}

.btn.btn-sm.btn-default {
    background-color: #682a2c;
    color: #fff;
    font-weight: 600;
    padding: 5px 19px;
}

.form-control.input-sm {
    display: inline-block;
    width: 300px;
    vertical-align: middle;
    border-radius: 0px;
    border: 0px;
}

.tabela-dados .filtro .panel-body .form-group {
    margin: 0px;
}

.multiselect-selected-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#j_idt17\:processoSeletivoTable\:j_idt26 {
    z-index: 1;
}

.panel-title {
    display: none;
}

.form-inline .input-group {
    display: none;
}

.tabela-dados hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0px;
}

.table-responsive {
    border-left: 6px solid #682a2c;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 5px;
}

#conteudo {
	margin-left: 0;
	width: 100%;
	padding: 0 !important;
}

.h1, h1 {
    font-size: 26px;
    background: #682a2c;
    color: #fff;
    width: fit-content;
    padding: 5px 9px;
    border-radius: 5px 5px 0 0;
	margin: 10px 0 0 4px;
}

.tabela-dados .panel-body .table a {
    color: #682a2c;
    text-decoration: underline;
    margin-left: 0px;
	width: 550px;
	font-weight: 600;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0;
	height: 30px;
}

.data-inicio {
	font-weight: 700;
}

.data-fim {
	font-weight: 700;
}

td:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}

td:nth-child(4) {
}

td:nth-child(5) {
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #682a2c;
    border-color: #682a2c;
}

.pagination>li>a, .pagination>li>span {
    color: #682a2c;
}

.footer {
	display: none;
}

@media (min-width: 992px) {
    .col-md-6 {
        width: auto;
    }
}
