/* Coluna esquerda */

.df-page-title {
    color: #00365f;
    text-transform: uppercase;
}

.fa-spin {
    font-size:24px!important;
}

/* Documentos */

ul.list {
    list-style-type: none;
    padding-left: 0px; 
}

ul.list > li {
    border: 1px solid #eee;
    padding: 20px 40px 20px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.list > li:hover {
    border-color: #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Partilha */

.df-inline {
    display: inline-block;
}

.df-icon {
    height: 32px;
    width: 32px;
    line-height: 32px!important;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 40px;
}

.df-twitter-icon {
    background: #55acee;
}

.df-facebook-icon,
.df-linkedin-icon {
    background: #3c5898;
}

.df-mail-icon,
.df-download-icon {
    background: #878787;
}

/* Paginação */

.df-nav {
    margin: 5px 0px;
    background-color: #f0f0f0;
    padding: 5px 0px;
    text-transform: uppercase;
}

ul#df-pagination {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

#df-pagination li {
    display: inline-flex;
    padding: 0 5px;
}

#df-pagination li.active {
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #2196f3;
    padding-bottom: 2px;
}

.df-pagination-btn {
    display: inline-flex;
}

.btn-prev, .btn-next  {
    color: #003667;
    margin-top: 10px;
}

.btn-prev:hover, .btn-next:hover  {
    cursor: pointer;
}

.df-total {
    margin-top: 10px;
    text-align: right;
}

/* Coluna direita */

.df-border-line {
    border-left: 1px solid #4d8e00;
}

/* Filtros */

.df-filtros {
    background-color: #eeeeee;
    padding: 20px;
    margin-bottom: 30px;
}

.df-filtros h4 {
    text-transform: uppercase;
}
  
.df-filtros hr {
    border-top: 1px solid #d7d7d7;
    padding-bottom: 20px;
}

.df-label-title {
    margin-top: 0px;
}

.df-search {
    width: 100%;
}

input#df-search, .df-filtros input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px
}
  
.df-filtros h5 {
    background-color: #e1e1e1;
    border-radius: 2px;
    display: inline-block;
    letter-spacing: 1px;
    padding: 5px 10px 5px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}
  
.df-filtros select {
    width: 100%;
    margin-bottom: 10px;
}

.df-search-btn {
    display: inline-block;
}

select {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
    width: 100%;
}

#df-hidden,
#df-distrito-hidden,
#df-nut-ii-hidden,
#df-concelho-hidden,
#df-nut-iii-hidden {
  display: none;
}

/* Botões */

.df-primary-btn,
.df-primary-btn:visited {
  color: #fff;
  background-color: #015b9f;
}

.df-primary-btn:active,
.df-primary-btn:hover,
.df-primary-btn:focus,
.df-primary-btn:focus-within {
  color: #fff;
  background-color: #1183D0;
}
  
/* Menu lateral */

ul.nav-child.unstyled.small li a {
    color: #003667;
}

ul.nav-child.unstyled.small>li.current.active a {
    color: #005c9f;
}

/* Margins */

.df-mt-20 {
    margin-top: 20px;
}

.df-mt-10 {
    margin-top: 10px;
}

.df-mb-20 {
    margin-bottom: 20px;
}

.df-mb-10 {
    margin-bottom: 10px;
}

.df-mb-5 p {
    margin-bottom: 5px;
}

.df-mr-50 {
    margin-right: 50px!important;
}

/* Paddings */

.df-pb-10 {
    padding-bottom: 10px;
}

/* Media queries */

@media screen and (max-width: 992px) {
    .df-border-line {
        border-left: none;
    }
    .df-total {
        text-align: left;
        padding-bottom: 10px;
    }
}