@import url('//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css');

.panel {
    /* Panel Body Background & Font Colour */
    flex-wrap: wrap;
    align-content: center;
}

.nav1{
    max-height:150px;
    min-height:150px;
    overflow-y:auto;  
}

.nav1 thead{
    width: 50%;
    display: none;
}

.nav2{
    max-height:360px;
    min-height:360px;
    overflow-y:auto;
}

.nav3{
    max-height:610px;
    min-height:610px;
    overflow-y:auto;
}

.nav1-ndash{
    max-height:190px;
    min-height:190px;
    overflow-y:auto;  
}

.nav1-ndash thead{
    width: 50%;
    display: none;
}

.nav1 tbody>tr>td, .nav1-ndash tbody>tr>td {
    border: 0px !important;
}

.nav2-ndash{
    max-height:445px;
    min-height:445px;
    overflow-y:auto;
}

#panel-activity {
    height: 205px;
}
#panel-contact {
    height: 205px;
}
#panel-performance {
    height: 625px;
}
#panel-statement {
    margin-top: -455px;
    height: 205px;
}
#panel-news {
    margin-top: -455px;
    height: 415px;
}
#panel-deadlines {
    margin-top: -265px;
    height: 205px;
}

#panel-ndash-activity {
    height: 245px;
}
#panel-ndash-contact {
    height: 245px;
}
#panel-ndash-news {
    height: 500px;
}
#panel-ndash-statement {
    margin-top: -285px;
    height: 245px;
}
#panel-ndash-deadlines {
    margin-top: -285px;
    height: 245px;
}
#home-image {
    max-width: 550px;
    max-height: 500px;
    width: auto;
    height: auto;
}

@media all and (max-width: 1000px) {
    .nav1 { margin-top:5px;  margin-bottom:5px;}
    .nav2 { margin-top:5px;  margin-bottom:5px;}
    .nav3 { margin-top:5px;  margin-bottom:5px;}
    #panel-activity, #panel-contact, #panel-statement, #panel-deadlines, #panel-ndash-statement, #panel-ndash-deadlines, #panel-news, #panel-ndash-news {align-items:center; align-self: center; float:none; margin-top:5px; width:100%; margin-bottom:5px; padding:10px; padding-bottom:210px;}
    #panel-performance {align-items:center; align-self: center; float:none; margin-top:5px; width:100%; margin-bottom:5px; padding:10px; padding-bottom:210px; height: 350px;}
    #home-image { width: 100% !important; }
    .powerbi { height: 275px; }
}

