/*---------------------------------------------------------------
        Template
----------------------------------------------------------------*/
.page-content{
    margin: 0px 0px 0 0px;
    padding: 0 0 0 0;
}
.page-title{
    display: none;
    margin: 20px 0 10px 0;
    font-size: 24pt;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
}
.navbar .navbar-brand{
    cursor: default;
}


@media screen and (min-width:768px) {
    .page-content{
        padding: 10px 10px 0 10px;
    }
}
.twitter-typeahead-right .tt-dropdown-menu{
    left: auto !important;
    right: 0 !important;
}


/*---------------------------------------------------------------
        Imagem de expandir as linhas
----------------------------------------------------------------*/
td img.details-control {
    content: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td img.details-control {
    content: url('../images/details_close.png') no-repeat center center;
}

div.container-fluid.page-content {
    background-image : url('../images/Plantalgarve_DSCN2103.jpg') ;
    background-size: cover;
    min-height:100vh;

}

.dataTables_wrapper{
    background: white;
}

div.container-fluid{
    background:rgba(240, 245, 240, 0.65);
    padding-top: 30px;
    -webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.table-responsive{
    border-radius: 4px;
    background:white;
}

div.tab-content {
    /*min-height:400px;*/
    background:white;
}


tr.odd.DTTT_selected.selected{
    border-color:#f7803a;
    background-color:#f7803a;
}

/*---------------------------------------------------------------
        Menu Principal
----------------------------------------------------------------*/
