.paginate_menu{clear: both;}
.per_page_section{float:right;text-align:right;}
#per_page{display: inline;
    height: 32px;
    padding: 0;
    text-align: right;
    width: 58px;}
.per_page_section #search{
    display: inline;
    width: 200px;
    height: 1.5rem;
    margin-right: 4px;
}
.ui-widget-content.es-dialog a{color: #fff;}
.export-section{
    text-align: center;
    margin: 0px 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 16px 0px 8px 0px;
}
.export-rdo{
    margin: 0px 4px 2px 4px;
}
.export-section label{padding-right: 12px;}
.export-section hr{margin: 4px 30px;}
.print-section{
    text-align: center;
    margin: 0px 30px;
    border-bottom: 1px solid #ccc;
    padding: 32px 0px 8px 0px;
}
.print-section p{margin: 0px;}
.share-section{
    margin: 0px 30px 4px 30px;
    padding: 32px 0px 8px 0px;
    position: relative;
}
.share-section #sharing{width: 100%;}
.share-section .success-msg{padding-bottom: 2px;}
.text-center{
    text-align: center;
}
.err-msg{margin: 0px; color: #ec2525;}
.entry-content .button.filter_btn, .entry-content .button.clear_btn{
    font-size: 14px;
    padding: 6px 18px;
    margin: 0px 4px 0px 0px;
}
.save-seach-section{
    margin: 0px 30px 30px 30px;
    padding: 32px 0px 8px 0px;
    border-top: 1px solid #ccc;
}
#search_title{margin-bottom: 16px;}
.ui-widget-overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
.spinner{
    background: url(./img/spinner-2x.gif) no-repeat center center;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    opacity: 0.3;
}
@media print {
    body div.site-container{display:none !important;}
    body div.ui-dialog, body div.ui-widget-overlay{display:none !important;}
    body iframe{display:none !important;}
    #print_html{display:block !important;}
}