/*Aqui object utilizador pode definir sobreposi��es de classes CSS gen�ricas definidas na aplica��o, ou seja, das defini��es que se encontream no ficheiro geral.css*/

.alertify-log {     
	background: rgba(47, 150, 180,0.8); 
}
.alertify-log.alertify-log-success {     
	background: rgba(81, 163, 81,0.8); 
}
.alertify-log.alertify-log-error {     
	background: rgba(189, 54, 47,0.8); 
}

#ctl00_conteudo_mSnapHOMEPAGE0 {
    margin-top: 325px;
}

.bold {
    font-weight: bold;
}

.home-chip {
    background-color: #337ab7;
    color: white;
    padding: 5px !important;
    font-size: 0.9em;
    border-radius: 2px;
}

.home-column-container {
    margin-bottom: 15px;
}

.home-container * {
    margin: 0;
    padding: 0;
}

.home-container:not(:last-child){
    margin-bottom: 15px;
}

.home-header {
    color: #337ab7;
    margin-bottom: 10px;
}

.home-header:hover {
    cursor: pointer;
}

.home-header i {
    margin-right: 5px;
}

.home-hide .home-body {
    display: none;
}

.home-hide .home-header i {
    transform: rotate(-90deg);
}

.home-box {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    box-shadow: 0 0 10px -6px rgba(0,0,0,.41);
    padding: 10px;
}

.home-box:not(:last-child){
    margin-bottom: 5px;
}

.home-box-side-by-side {
    display: flex;
    justify-content: space-between;
}

.home-box-side-by-side .home-box-content {
    display: flex;
    flex-direction: column;
}

.home-box-side-by-side .home-box-content:first-child {
    align-items: flex-start;
}

.home-box-side-by-side .home-box-content:last-child {
    align-items: flex-end;
}

.home-box-content p:not(:last-child){
    margin-bottom: 10px;
}

.home-box-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-box-stat-title {

}

.home-box-stat-value {
    font-size: 2.5em;
    font-weight: bold;
}

.home-box-stat-separator {
    height: 1px;
    background-color: #efefef;
    width: 75%;
    margin: 20px 0 15px;
}

.home-box-stat-value small {
    font-size: 0.7em;
    font-variant: small-caps;
}

.home-box-graph-title {
    text-align: center;
    margin-bottom: 15px;
}

.home-box-graph-canvas {

}

.home-link span {
    font-size: 0.8em;
    margin-right: 5px;
}

.stats {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    padding: 25px;
    grid-row-gap: 30px;
}

.stat {
    background: white;
    border-radius: 4px;
    position: relative;
    padding: 20px;
    box-shadow: 0 0 5px 5px #DBDBDB;
}

.stat-header {
    display: flex;
    justify-content: space-between;
}

.stat-icon .fa {
    padding: 10px;
    border-radius: 100%;
    /* background-color: #0765b726;
    color: #0765b7; */
    width: 35px;
    height: 35px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
}

.stat-value {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    /* color: #0765b7; */
}

@media (min-width: 768px){

    .home-column-container {
        margin: 0;
        padding-right: 15px;
    }

    .dashboard-filters-container {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .dashboard-filter-container {
        width: 50% !important;
    }

}

form[action^='./dashboard.aspx?i=10014'] #options2 {
    display: flex;
}

#btn-open-filtro {
    margin-right: 10px;
}

#legend {
    padding: 10px 0;
}

#legend h3 {
    font-weight: bold;
    margin-bottom: 5px !important;
    padding: 0;
}

#legend .legend-items-container {
    display: flex;
    align-items: center;
}

#legend .legend-item-container {
    margin-right: 10px;
}

.marker-info-window {
    color: #000000;
    font-size: 0.9em;
}

.marker-info-window p {
    margin-bottom: 4px;
}

.dashboard-filters-container {
    display: flex;
    flex-direction: column;
}

.dashboard-filter-container {
    width: 100%;
    height: 250px;
    overflow: scroll;
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-bottom: 15px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.dashboard-filter-container::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.dashboard-filter-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.dashboard-filter-title {
    display: flex;
    align-items: center;
    font-weight: bold;
}

/*.dashboard-filter-title i {
margin-left: 5px;
}*/

.dashboard-filter-options {
    display: flex;
    flex-direction: column;
}

.dashboard-filter-options input {
    margin-right: 3px;
}

.dashboard-filter-options label {
    font-weight: initial;
}

.grid-stack {
    position: unset !important;
}

.ticker {
    background-image: url("../pimages/background.jpg") !important;
}

/* CINDEX Coluna 2 */

body.home form > .container {
    background-color: #FFFFFF;
}

/* body.home #colunas-content .col .row h3 {
margin-bottom: 10px !important;
} */

body.home #colunas-content a.caixaautotitulotexto {
    color: #000000;
    font-size: 2em;
    font-weight: bold;
    text-transform: initial;
}


body.home .opcoes-diversas-container {
    display: grid;
    grid-gap: 15px;
    padding: 0 !important;
}

body.home .opcao-diversa {
    display: flex;
    align-items: center;
    /* color: #000000; */
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    padding: 15px;
}

body.home .opcao-diversa span {
    margin-left: 10px;
}

body.home .opcao-diversa:hover {
    cursor: pointer;
}

/* Fim CINDEX */


/* FO: Tamanho de campos */
input[name*="U_VMOEDPRO"] {
    width: 100px !important;
}

@media screen and (min-width: 1024px) {

    .dashboard-filter-container {
        width: 33% !important;
    }

}

@media screen and (min-width: 1280px) {

    .stats {
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (min-width: 1440px) {

    .dashboard-filter-container {
        width: 25% !important;
    }

}