body {
  font-family: 'Roboto', sans-serif;
}

.fundo {
  background-repeat: no-repeat;
  background-image: url('/sissim/layout/img/fundo.jpg');
  background-size: 100%
}

.acoes {
  text-align: center;
  width: 100px;
}

.acoes a+a {
  margin-left: 7px;
}

table.dataTable thead>tr>th {
  padding-left: 8px !important;
  padding-right: 6px !important;
}

.panel-topic {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.field-error {
  float: left;
  color: #F44336;
  font-size: 12px;
}

#page-wrapper {
  min-height: inherit !important;
}

input[type=checkbox], input[type=radio] {
  margin: 3px 0 0;
}

.checkbox+.checkbox, .radio+.radio {
	margin-top: auto;
}

.checkbox, .radio {
	margin-top: auto;
}

.text-divider {
	height: 18px;
    text-transform: uppercase;
    font-size: 10px;
    padding-left: 20px;
    padding-top: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #00000008;
    border-top: 1px solid #e5e5e5;
}