/* Banner Styles */
.gtx-school-closings-banner {
    margin-bottom: 20px;
}
.gtx-school-closings-banner .gtx-school-closings-count {
    padding: 0px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #3161AC;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: white;
}

.gtx-school-closings-body {
    padding: 10px 0 15px 0;
    font-weight: bold;
}

.gtx-school-closings-banner a {
    padding: 5px 20px;
    color: #3161AC;
    font-weight: bold;
    background: #FFFFFF;
    border: 2px solid #3161AC;
}

.gtx-school-closings-banner a:hover,
.gtx-school-closings-banner a:focus,
.gtx-school-closings-banner a:active {
    color: white;
    background: #3161AC;
    border-color: #235094;
}

/* Page Styles */

.gtx-school-closings-page .dataTables_filter { position: relative; min-width: 280px;}
.gtx-school-closings-page .dataTables_filter input { text-indent: 35px; }
.gtx-school-closings-page .dataTables_filter .fa-search { 
    position: absolute;
    top: 6px;
    left: .8em;
    font-size: 17px;
}
.gtx-school-closings-page .dataTables_filter input {
    margin:0;
    padding:0;
    background: #FFF;
    height: 30px;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #EEE;
    border-radius: 0;
    max-width: none;
    width:100%;
}

/* Page Table Styles */
table.bti_closings {
    width: 100%;
    font-size: 20px;
    border-bottom-width: 0;
    margin-bottom: 20px;
}
table.bti_closings thead {
    visibility: hidden;
}
table.dataTable thead tr th {
    padding: 0;
    font-size: 0;
}

table.dataTable tbody tr.even, table.dataTable tbody tr.even.parent + tr.child {
    background-color: #f9f9f9;
}

table.bti_closings td {
    vertical-align: text-top;
    padding: 10px 7px 30px 7px;
}

table.bti_closings td.location {
    min-width: 250px;
}
table.bti_closings td.location span.location_name {
    display: block;
    font-weight: 500;
    line-height: 1.1em;
}
table.bti_closings td.location span.location_type {
    color: #030303;
    display: block;
    font-size: 0.85em;
    font-style: italic;
}
table.bti_closings td.address {
    white-space: nowrap;
    font-weight: 300;
}
table.bti_closings td.status {
    text-align: right;
    min-width: 150px;
}

table.bti_closings .last_updated {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 0.9em;
}

/** Page Table Mobile Styles */
table.bti_closings tr.parent td {
    padding: 10px 7px 0 7px;
}

table.bti_closings tr.child td.child {
    padding-top: 0;
}
table.bti_closings tr.parent td.address {
    text-align:right;
}
table.bti_closings .dtr-details { 
    list-style: none;
    margin: 0;
    padding: 0;
}
table.bti_closings .dtr-details span.dtr-title { 
    display: none;
}
table.bti_closings .dtr-details [data-dtr-index="1"]{ 
    line-height: .9em;
}
table.bti_closings .dtr-details [data-dtr-index="1"] span.dtr-data { 
    font-size: 18px;
    font-weight: 300;
}
table.bti_closings .dtr-details span.dtr-data { 
    line-height: .9em;
}
table.bti_closings .dtr-details [data-dtr-index="2"] span.dtr-data .status-desc{ 
    font-size: 1em;
}