/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.pdmodaloverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999991;
    background-color: #000;
    opacity: .5;
    display: none;    
}

.pdmodal {
    position: fixed;
    width: 500px;
    height: auto;
    max-height: 518px;
    top: 30%;
    left: 50%;
    margin-left: -250px;
    margin-top: -78.5px;
    padding: 25px 15px;
    overflow: auto;
    display: none;
    z-index: 999999999;    
}

.page-numbers {
	margin-left: 0.3rem;
	margin-right: 0.3rem;
	padding: .375rem .75rem;
	border-radius: .25rem;
	border: 1px solid grey;
}

select {
    color:black !important;
}

.categoryselector {
    max-width: 500px;    
}
@media (max-width: 768px) {
    .eoancol {
        max-width: 100% !important;
    }

    div.colseparator {
        width: 100%;
    } 
    
    .categoryselector {
        margin-left: 0px !important;
    }
    
    /* Force table to not be like tables anymore */
    .the-table-responsive, 
    .the-table-responsive thead, 
    .the-table-responsive tbody, 
    .the-table-responsive th, 
    .the-table-responsive td, 
    .the-table-responsive tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .the-table-responsive thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .the-table-responsive tr { border: 1px solid #ccc; }

    .the-table-responsive td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 40% !important; 
        padding-right: 1% !important;
        white-space: normal;
        /*text-align:left;*/
        text-align:center;
        vertical-align: middle;
        word-wrap: break-word;
        
        width: 100%; 
    }

    .the-table-responsive td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 10px;
        left: 6px;
        width: 35%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .the-table-responsive td:before { content: attr(data-label); }    

    .the-table-responsive td {         
        vertical-align: middle;
    }        
}