/*
    This file is part of PACT-Vote.

    PACT-Vote is the PACT Party of Canada's official online voting and
    democracy facilitation system. It may eventually become the worlds.

    Copyright (C) PACT. AUTHORS listed in AUTHORS file.

    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.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

    You can contact the PACT party online at http://pact.tk/,
    or via paper mail at:

    PACT - PRCT
    260 SPADINA AVE UNIT 402
    TORONTO ON   M5T 2E4
    Canada

    Or by email:
    Contact@ACT-Party.CA

    general.css is derived from Infinitygrid - http://www.aonethemes.com/infinitygrid
    Infinitygrid is also GPL3
*/

/*
    overrides.css

    provides styles meant to override styles for modules or libraries that we use
*/

/*
    JQuery Infinite Scroll Overrides
*/
#infscr-loading
{
    display: none !important;
}

/*
    BX-Slider Overrides
*/

.bx-wrapper .bx-viewport
{
    border-top:   0px;
    border-right: 0px;
    border-left:  0px;
    margin-left:  0px;
    box-shadow:   0px 0px 0px 0px !important;
}

.bx-wrapper
{
    margin-bottom: 0px;
}

.bx-pager, .bx-wrapper .bx-controls-auto
{
    bottom: 10px !important;
}

ul.bxslider li
{

}

ul.bxslider li .join-now-button
{
    margin-top: 20px;
}

ul.bxslider li .textblock, .carousel-inner .item .textblock
{
    background-color: rgba(0, 0, 0, 0.55);
    left:             50px;
    top:              20px;
    bottom:           20%;
    max-width:        38%;
    padding:          10px;
    position:         absolute;
}

ul.bxslider li .textblock h2, .carousel-inner .item .textblock h2
{
    color:       white;
    line-height: 1.3em;
}

ul.bxslider li .textblock span, .carousel-inner .item .textblock span
{
    /*color:       #cc002c;*/
    color:       white;
    position:    absolute;
    width:       96%;
    font-size:   1.3em;
    line-height: 1.3em;
    left:        10px;
    bottom:      10px;
}

/* icheck override */
.icheckbox_square-grey, .iradio_square-grey
{
    margin-top: 10px;
}

.login_container .login_detalis .checkbox_container .keep_logged
{
    position: relative;
    left:     -15px;
}

/* Facebook plugin overrides. */
.facebookButton
{
    /* We hide default facebook button because we override it with our own. */
    display: none;
}

/* Bootstrap overrides */
.popover-title
{
    font-size:   14px !important;
    line-height: 18px !important;
}