


.dashboard .tags{
    margin: 40px auto 0;
    text-align: center;
}
.dashboard .tags .tag{
    height: 140px;
    text-align: center;
    position: relative;
    vertical-align: middle;
    border: 1px solid #FFF;
    margin: 0px 0;
}
.dashboard .tags .tag .fa{
    font-size: 45px;
    position: relative;
    margin: 40px 0;
}
.dashboard .tags .tag h5{
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}
.dashboard.dashboard-stats .tags .tag{
    height: 110px;
    text-align: center;
    position: relative;
    vertical-align: middle;
    border: 1px solid #FFF;
    margin: 0px 0;
}
.dashboard.dashboard-stats .tags .tag h2{
    color:#337ab7;
    font-size:3em;
    font-weight:bold;
    text-align:center;
}
.dashboard-stats-table tfoot th,
.dashboard-stats-table tfoot td {
    border-top: 3px solid #ddd !important;
}

.panel{
    text-align: left;
}

.panel-heading .referencia{
	text-align: right;
}

input[type=text],
textarea{
	background: transparent;
	border: 1px solid #eee;
	padding: 7px;
}




.tabela_registos{
    margin: 10px 0;
}

.filterBox{
    border: 1px solid #EEE;
}
.opcoes a, .opcoes span{
    padding: 5px;
}

.lista_vazia{
    text-align: center;
    color: #CCC;
    margin: 10px;
}

.go-combos select,
.choose-dates select {
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.go-combos select,
.style-select select {
    padding-right: 25px;
    background: url(../images/arrow-select.png) no-repeat right 10px center;
}

.table-bordered.table-agendamento-confirm>thead>tr>td, 
.table-bordered.table-agendamento-confirm>thead>tr>th {
    border: none;
}
.table-bordered.table-agendamento-confirm>tbody>tr>td, 
.table-bordered.table-agendamento-confirm>tbody>tr>th, 
.table-bordered.table-agendamento-confirm>tfoot>tr>td, 
.table-bordered.table-agendamento-confirm>tfoot>tr>th {
    border: 1px solid #fff;
}

.ag_day {
    font-size: 10px;
}

.list-group::after {
    content: '';
    display: block;
    clear: both;
}

.dashboard .tags .shortcuts .tag {
    height: 150px;
}
.dashboard .tags .shortcuts .tag .shortcut-icon {
    background-color: #337ab7;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
    padding: 16px;
    margin: 0 auto;
}
.dashboard .tags .shortcuts .tag .shortcut-icon .fa {
    margin: 0;
    font-size: 60px;
}

.agendamentos .register-fields .fa {
    color: #337ab7;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 5px; 
}

.btn-agendar {
    border: none;
    width: 100%;
    height: 18px;
}

.agendamento-utente-status {
    text-align: center;
    margin: 50px auto 40px auto;
}
.agendamento-utente-status ul {
    margin: 0;
    padding: 0;
}
.agendamento-utente-status li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 10px;
}
.agendamento-utente-status li.active {
    background: #000;
    border: 6px solid #000;
    border-radius: 6px;
}
.agendamento-utente-status .btn {
    font-size: 30px;
    padding: 20px 30px;
}

.flag_estado_detalhe {
    font-size: 14px;
    padding: 5px 13px;
    border-radius: 5px;
}

.sepe-logo {
    text-align: center;
}
.sepe-logo a {
    display: block;
    margin: 0 auto;
}

.intro {
    text-align: center;
    margin: 20px auto 0 auto;
    width: 60%;
}



.top-services {
    text-align: center;
    background-color: #f5f5f5;
    padding: 35px 0;
}
.top-services .grx__wrapper {
    width: 100%;
    margin: 0 auto;
}
.top-services .swiper-slide {
    /*width: 90%;*/
    width: auto;
    margin-right: 1.2%;
}
.top-services h2 {
    color: #343f4a;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 1.7;
}
.top-services h2 span {
    color: #0c68bf;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    display: block;
}
.top-services .top-service {
    text-align: left;
    margin-bottom: 25px;
}
.top-services .top-service .top-service-inside {
    background-color: #fff;
    width: 280px;
}
.top-services .top-service .cover {
    height: 180px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 50px 0;
}
.top-services .top-service .cover::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 50px 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 5;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.top-services .top-service .cover img {
    display: block;
}
.top-services .top-service .cover h3 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.3px;
    position: absolute;
    bottom: 35px;
    left: 22px;
    z-index: 10;
}
.top-services .top-service .cover h3 a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.3px;
}
.top-services .top-service .text {
    height: 240px;
    position: relative;
}
.top-services .top-service .text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-services .top-service .text ul li {
    border-bottom: 1px solid #f5f5f5;
}
.top-services .top-service .text ul li:first-child {
    padding-top: 12px;
}
.top-services .top-service .text ul li:last-child {
    border-bottom: none;
}
.top-services .top-service .text ul li a {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 35px 12px 20px;
    position: relative;
}
.top-services .top-service .text ul li a::after {
    content: '';
    display: block;
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #0c68bf;
    position: absolute;
    top: 20px;
    right: 40px;
}
.top-services .top-service .text .all {
    text-align: right;  
    width: 95%;
    position: absolute;
    bottom: 10px;
}
.top-services .top-service .text .all a {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.19px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.11);
    border-radius: 12px;
    background-image: linear-gradient(180deg, #1ca1e1 0%, #0c68bf 100%);
    padding: 3px 16px;
}


footer.main {
    background-color: #000;
    font-size: 16px;
    padding: 20px 20px 15px 20px;
    font-family: 'Titillium Web', sans-serif;
    clear: both;
    position: relative;
    z-index: 5;
}
footer.main ul {
    margin: 0;
}
footer.main .grx__wrapper {

}
footer.main .logo {

}
footer.main .logo a {

}
footer.main .menu-copyright {

}
footer.main nav {
    color: #ccc;
    border-bottom: 1px solid #333;
    padding: 0;
}
footer.main nav.borderless {
    border-bottom: none;
    padding-bottom: 14px;
}
footer.main nav.borderless ul {
    display: none;
}
footer.main a {
    color: #ccc;
}
footer.main nav ul {

}
footer.main nav > ul > li {
    margin-bottom: 55px;
}
footer.main nav > ul > li h4 {
    color: #fff;
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
}
footer.main nav > ul > li > ul {
    
}
footer.main nav > ul > li > ul > li {
    margin-bottom: 6px;
}
footer.main nav > ul > li > ul > li  {
    
}
footer.main .copyright {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    padding: 17px 0px 26px;
}
footer.main .copyright span {
}

.small-container { max-width: 500px; margin: auto; }
.alert { position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; }
.alert-warning { background-color: #fff3cd; color: #856404; }
.delegacao-preregisto { padding: 30px; margin-top: 50px; }
.delegacao-preregisto form { margin: 20px 0 0; text-align: center; }
.delegacao-preregisto form .btn-default { width: 80px; }
.delegacao-preregisto p { font-size: 16px; }

.clear { display: block; clear: both; }
.clear::after { content: ''; display: block; clear: both; }

.form.form-dl { max-width: 700px; }
.table-dl { width: 100%; }
.table-dl .action { width: 10%; }
.table-dl .nif { width: 30%; }
.table-dl .name { width: 60%; }
.table-dl.no-action .nif { width: 30%; }
.table-dl.no-action .name { width: 70%; }

.lista-delegacoes-competencias { list-style: none; margin: 0; padding: 0; }
.lista-delegacoes-competencias li { margin-bottom: 5px; }
.delete-dc { text-indent: -9999px; position: relative; overflow: hidden; padding: 0; margin: 0; background: url(../images/remove.svg) no-repeat center center; background-size: 15px; border: none; width: 25px; height: 25px; }

@media all AND (min-width: 601px) {
    table.header-fixed { width: 100%; }
    table.header-fixed thead, table.header-fixed tbody, table.header-fixed tr, table.header-fixed td, table.header-fixed th { display: block; }
    table.header-fixed tr:after { content: ' '; display: block; visibility: hidden; clear: both; }
    table.header-fixed thead th { height: 30px; }
    table.header-fixed tbody { height: 620px; overflow-y: auto; }
    table.header-fixed tbody th, table.header-fixed thead td,
    table.header-fixed tbody td, table.header-fixed thead th { width: 12.5%; height: 23px; float: left; padding: 2px 8px;}
    table.header-fixed thead th { height: auto; }
}


@media ALL AND (min-width: 760px) {
    
    .top-services .swiper-slide {
        width: auto;
        margin-right: 0.5%;
    }

    footer.main nav > ul {
        display: table;
        width: 100%;
        padding-bottom: 45px;
    }
    footer.main nav > ul > li {
        display: table-cell;
        vertical-align: top;
    }
    footer.main nav > ul > li h4 {
        margin-top: 20px;
    }
    footer.main .copyright {
        padding-bottom: 15px;
    }

}

@media ALL AND (min-width: 968px) {
    
    .grx__wrapper {
        max-width: 1233px;
        margin-left: auto;
        margin-right: auto;
    }
    
    footer.main .logo {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        padding-top: 15px;
    }
    footer.main .logo a {
        width: 182px;
        height: 40px;
        display: block;
        background: url(../images/logo-footer-generico.png) no-repeat;
    }
    footer.main .logo a:hover {
        opacity: 0.6;
    }
    footer.main .menu-copyright {
        display: inline-block;
        vertical-align: top;
        width: 74%;
    }
    footer.main .copyright {
        padding-bottom: 25px;
    }
    footer.main a:hover {
        opacity: 0.6;
    }


    .top-services {
        padding-bottom: 45px;
    }
    .top-services .grx__wrapper {
        max-width: 1270px;
    }
    .top-services h2 {
        font-size: 20px;
        line-height: 2.3;
        margin-bottom: 48px;
    }
    .top-services h2 span {
        font-size: 30px;
    }
    .top-services .swiper-slide {
        width: auto;
        margin-right: 2%;
    }
    .top-services .top-service .top-service-inside {
        width: 285px;
    }
}