body { background: #e2f8e1; font-family: arial,sans-serif!important; }

.content { padding: 15px 8px; margin: 0 auto; background-color: #F9FCF4;}

.container { min-width: 1050px; }
/*.container { min-width: 100%; }*/

.bg-lightgreen { background-color: #28a745; border-color: #28a745; }

.card { margin-top: 20px; margin-bottom: 30px; }

.card h3 { font-size: 20px; }

.card-body { padding: .5rem; }

.card .card-header {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 15px;
}

.submenu { text-align: center; margin: 10px auto 20px; }

.card nav.navbar { margin-bottom: 20px; background-color: #5EA142; box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.nav li.inactive { color: #ccc; background-color: #080808; padding: 15px; line-height: 20px; }

/*#header { min-width: 1050px; background: url(../img/dpc.jpg) no-repeat top center; background-size: cover; margin-bottom: 0;}*/

#header nav { padding-left: 0; padding-right: 0; }

/*#header h1 {display: block; float: left; width: 210px; height: 150px; background: #292929 url(../img/logo.jpg) no-repeat; text-indent: -5000px; padding: 0; margin-top: 0; margin-bottom: 3px; border: 2px solid #fff; }*/

#header ul.navbar-nav {margin-top: 5px; background-color: #28a745; flex-direction: row; margin-left: 0px; }

#header ul.navbar-nav li { margin: 5px; font-weight: bold; }

#localdate { position: absolute; bottom: 12px; right: -15px; color: #fff; background-color: #28a745; padding: 3px 8px; }


table.forecast td { text-align: center; line-height: 35px; }

table.lofts td, table.lofts th { text-align: center; }

.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td { padding: 3px 5px; }

.table .text-left { text-align: left; }

.table .text-right { text-align: right; }

.table .text-center { text-align: center; }

.table tbody>tr>td { vertical-align: middle; }

span.location { font-size: 12px; white-space: nowrap; display: block; }

.event { display: block; min-height: 210px; border-bottom: 1px solid #eee; padding: 5px 0; }

.event a { color: #23592b; }

.event img.poster { float: left; margin-right: 10px; height: 200px; }

table tr:hover td{
    background-color:#c9e9f2 !important;
}

.search-bar { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 10px; background-color: #f4f9f4; padding: 10px; border-radius: 5px; }

.filter-title { font-size: 16px; color: #28a745; margin-right: 10px; font-weight: bold; }

.search-input { width: 300px; padding: 8px 15px; border: 1px solid #28a745; border-radius: 5px; font-size: 14px;color: #212529; }

.search-input:focus { outline: none; border-color: #388e3c;  box-shadow: 0 0 5px rgba(56, 142, 60, 0.5); }

.search-input::placeholder { color: #9e9e9e; }