/**
 * Styles for site part of component
 *
 * We developed this code with our hearts and passion.
 * We hope you found it useful, easy to understand and change.
 * Otherwise, please feel free to contact us at contact@joomunited.com
 *
 * @package         SEO Glossary
 * @copyright         Copyright (C) 2012 JoomUnited (http://www.joomunited.com). All rights reserved.
 * @license         GNU General Public License version 2 or later; http://www.gnu.org/licenses/gpl-2.0.html
 */

input#filter_search_module
{
    width: 165px;
}

.glossary ul.adminformlist, ul.adminformlist li {
    list-style: none outside none !important;
    margin: 0;
    padding: 0;
}

#seog-top-pagination ul li {
    list-style: none outside none !important;
    display: inline;
    margin: 0;
    padding: 0;
}

div.toolbar-list li
{
        list-style: none outside none !important;
        float:left;

}


div.glossaryalphabet {
        font-size: 14px;
        font-weight: bold;
        padding: 15px 0;
        clear: left;
        text-align: center;
}

.glossletselect {
        border: 2px solid #888888;
    border-radius: 2px 2px 2px 2px;
        padding: 4px;
}

div#glossarysearch {
        padding: 5px;
        margin: 10px 0;
}

div#glossarysearch input {
        margin: 5px 0;
}

div#glossarysearchmethod input {
        margin: 5px;
}

.glossaryalphabet a
{
padding:2px;
}
/*.container  {
    clear: both;
    text-align: center;
    text-decoration: none;
}
.pagination {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.pagination div.limit {
    float: left;
    height: 22px;
    line-height: 22px;
    margin: 0 10px;
}
.counter
{
    float:right;
}*/

div#com_glossary
{
        min-height: 800px;
}

div#com_glossary .container
{
        padding: 5px 0;
}
div#com_glossary .authorblock
{
     background:none;
         padding:5px;
}

/*css for jquery */

/* get rid of those system borders being generated for A tags */
/*a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}*/

/* links */

span.mytool a {
        border-bottom:1px dashed;
}

span.mytool a:hover {
        border-bottom:1px dashed;
        text-decoration:none;
}

div.listitem_socialmediashares {
        margin: 10px;
      float:left;
    width:100%;
}

div.term_socialmediashares {
        margin: 10px;
    float:left;
    width:100%;
}

div.socialmediabutton {
        float: left;
        overflow: visible;
}

.seogl-definition {
        text-align: justify;
        min-height:800px;
}

a.seoglGlossaryLink {
}

a.seoglGlossaryCurrentLink {
        font-weight: bold;
}

div.seogl-termdefinition {

}

div.seogl-termdefinition-more {

}

h1.seogl-term-title {

}

div.seogl-newterm {
        clear:both;
        margin: 10px;
}

#com_glossary .seopagination-list > li {
    display: inline;
    margin:0px;
    list-style-type: none;
}

#com_glossary .seopagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

#com_glossary .seopagination ul > li > a,#com_glossary .seopagination ul > li > span{
    padding: 4px;
     -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    text-decoration: none;
}
#com_glossary .seopagination ul > li:first-child > a, #com_glossary .seopagination ul > li:first-child > span
{
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}
#com_glossary .seopagination ul > li:last-child > a, #com_glossary .seopagination ul > li:last-child > span
{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
@media  only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px) {
#glossarylist thead
{
    display: none;
}
#glossarylist table,#glossarylist thead,#glossarylist tbody, #glossarylist th,#glossarylist td, #glossarylist tr {
                /*display: block; */
        }

        /* Hide table headers (but not display: none;, for accessibility) */
        #glossarylist thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
        }
        #glossarylist td {
                /* Behave  like a "row" */
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 50%;
        }

}

.glossary-group-title {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #344150;
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 24px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.glossary-group-items ul > li > a {
    color: #67707c;
    font-size: 18px;
}
.glossary-group-items ul > .col-xs-12.col-sm-6.col-md-4.span3
{
    margin-left:0px;
}
#glossarysearchmethod
{
    width: 100%;
float: left;
}
div#glossarysearchmethod input
{
    float: none;
}