/**
 * @version 		$Id:$
 * @name			Catch Report (Release 1.0.0)
 * @author			Network Media ApS - Mikkel Emil Erbs-Madsen (http://networkmedia.dk)
 * @package			com_catchreport
 * @subpackage		com_catchreport.site
 * @copyright		2017 © Network Media ApS
 * @license			GNU General Public License version 3 or later; See http://www.gnu.org/copyleft/gpl.html 
 * 
 * The following Component Architect header section must remain in any distribution of this file
 *
 * @CAversion		Id: site_architectcomp.css 570 2016-01-04 15:02:31Z BrianWade $
 * @CAauthor		Component Architect (www.componentarchitect.com)
 * @CApackage		architectcomp
 * @CAsubpackage	architectcomp.site
 * @CAtemplate		joomla_3_x_enhanced (Release 1.1.7)
 * @CAcopyright		Copyright (c)2013 - 2016 Simply Open Source Ltd. (trading as Component Architect). All Rights Reserved
 * @Joomlacopyright Copyright (c)2005 - 2016 Open Source Matters, Inc. All rights reserved.
 * @CAlicense		GNU General Public License version 3 or later; See http://www.gnu.org/copyleft/gpl.html
 * 
 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 */
/*#################### tables ############################ */
.catchreport-container table
{
        border-collapse:collapse;
        width: 99%;
}
.catchreport-container table th
{
	    text-align: center;
	    background: #f7f7f7;
	    color: #666;
	    border-bottom: 1px solid #CCC;
	    border-left: 1px solid #ddd;
}
.catchreport-container table th a img
{
	    border:solid 0px ;
}
.catchreport-container .filter
{
        margin:10px 0
}
.catchreport-container .filter-search
{
        float:left;
        width: 100%;
}
.catchreport-container .filter-search .inputbox
{
        width: auto;
}
.catchreport-container .display-limit,
.catchreport-container .filter
{
        text-align:right;
        margin-right:7px;
        width: 20%;
        float: right;    
}
.catchreport-container legend.element-invisible
{
        position:absolute;
        /* need margin top and left doesn't work for the legend element */
        margin-left:-3000px;
        margin-top:-3000px;
        height:0px;
}
.catchreport-container tr.selected
{
    font-weight: bold;
}
/*#################### media control general css for front end ############################ */
.catchreport-container.formelm .fltlft
{
    float: left;
} 
.catchreport-container .formelm .button2-left
{
    margin-top: -15px;
    margin-left: 10px;
}
.catchreport-container .formelm .media-preview
{
    margin-left: 10px;
}
/*#################### pagination ############################ */
#main .catchreport-container .pagination p.counter
{
        text-align: center;
        margin: 0 auto 0 auto; 
}
#main .catchreport-container .pagination li
{
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
/*#################### edit form ############################ */

#main .catchreport-container .modal
{
    position: static;
    width: auto;
}
#main .catchreport-container .toggle-editor
{
   float: right;
   margin-top: 10px !important;
}
#main .catchreport-container a.modal-button
{
    font-size: 13px;
}
#main .catchreport-container .modal-button
{
    margin-bottom: 10px !important;
}
#main .catchreport-container .blank .modal-button
{
    margin-top: 0px !important;
}
#main .catchreport-container div.button2-left a.btn,
#main .catchreport-container div.button2-left a.modal,
#main .catchreport-container .blank a
{
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    
}
#main .catchreport-container a.btn
{
    font-size: 13px;
    color: #095197;
}
#main  .catchreport-container a.btn:hover
{
    color: #FFFFFF;
}