/* SVN FILE: $Id: siteBody.css 61 2018-09-13 11:13:50Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 61 $
 * @date                $Date: 2018-09-13 13:13:50 +0200 (Jeu, 13 sep 2018) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/raphael-fa/trunk/css/views/layouts/siteBody.css $
 */

body,
html
{
    height: 100%;
}

/* Header & Navigation */
.navbar
{
    border: none;
    margin: 0;
}
.navbar-nav
{
    margin: 0;
}
    /* Logo */
    .logo
    {
        display: block;
        width: 130px;
        height: 30px;
        margin: 10px;
        position: relative;
        z-index: 1;
    }
    /* SM */
    @media (min-width: 768px)
    {
        .logo
        {
            margin: 15px 50px 12px 0;
            width: auto;
            height: auto;
        }
    }
    /* MD */
    @media (min-width: 992px)
    {
        .logo
        {
            margin: 17px 60px 14px 0;
        }
    }
    /* LG */
    @media (min-width: 1200px)
    {
        .logo
        {
            margin: 19px 70px 18px 0;
        }
    }
        .logo svg
        {
            display: block;
            height: 30px;
            width: auto;
        }
        /* SM */
        @media (min-width: 768px)
        {
            .logo svg
            {
                height: 40px;
                width: auto;
            }
        }
        /* MD */
        @media (min-width: 992px)
        {
            .logo svg
            {
                height: 44px;
            }
        }
        /* LG */
        @media (min-width: 1200px)
        {
            .logo svg
            {
                height: 50px;
            }
        }

    /* Main Menu (see : mainMenu.css) */

    /* Buttons */
    .navbar button
    {
        font-size: 14px;
        height: 30px;
        border: none;
        border-radius: 0;
        padding: 0 10px;
        margin: 0;
    }
    .navbar button.fa
    {
        width: 30px;
        padding: 0;
    }
    .hidden-xs .langBox
    {
        display: flex;
        font-size: 10px;
        padding: 0;
        position: absolute;
        top: 15px;
        right: 0;
    }
        .navbar a.btnSmall
        {
            font-size: inherit;
            color: inherit;
            border: none;
            border-radius: 0;
            padding: 0 5px;
            margin: 0;
            text-transform: uppercase;
        }
        .navbar a.btnSmall:hover
        {
            text-decoration: none;
        }
        @media (min-width: 992px)
        {
            .hidden-xs .langBox
            {
                font-size: 12px;
            }
        }
        @media (min-width: 1200px)
        {
            .hidden-xs .langBox
            {
                font-size: 13px;
            }
        }
    /* SM */
    @media (min-width: 768px)
    {
        .navbar button
        {
            margin: 35px 0 0 0;
            font-size: 11px;
            line-height: 11px;
            height: 11px;
            text-transform: uppercase;
            padding: 0;
            letter-spacing: 1px;
            background-color: transparent;
            font-weight: 400;
        }
    }
    /* MD */
    @media (min-width: 992px)
    {
        .navbar button
        {
            margin: 39px 0 0 0;
            font-size: 13px;
            line-height: 13px;
            height: 13px;
        }
    }
    /* LG */
    @media (min-width: 1200px)
    {
        .navbar button
        {
            margin: 45px 0 0 0;
            font-size: 14px;
            line-height: 14px;
            height: 14px;
        }
    }

    /* Box */
    .navbar .row
    {
        padding: 0;
        margin: 0;
    }
    .navbar-box
    {
        float: right;
        padding: 10px 0;
        margin-right: 5px;
    }
    .navbar-box:first-of-type
    {
        margin-right: 0;
    }
    /* MD */
    @media (min-width: 992px)
    {
        .navbar-box
        {
            margin-right: 10px;
        }
    }
    .navbar-header .navbar-box:first-of-type
    {
        margin-right: 10px;
    }
        .navbar-box .input-group + button.fa
        {
            margin: 0;
            vertical-align: middle;
        }
        /*.navbar-box .dropdown-menu
        {
            margin-top: -5px;
        }*/
        .navbar-box .dropdown-menu
        {
            top: 42px;
            width: 100%;
        }
        /* SM */
        @media (min-width: 768px)
        {
            .navbar-box .dropdown-menu
            {
                top: 50px;
                width: auto;
                margin-right: -1px;
                font-size: 13px;
            }
        }
        /* MD */
        @media (min-width: 992px)
        {
            .navbar-box .dropdown-menu
            {
                top: 52px;
                font-size: 14px;
            }
        }
        /* LG */
        @media (min-width: 1200px)
        {
            .navbar-box .dropdown-menu
            {
                top: 60px;
                font-size: 16px;
            }
        }
    .navbar .input-group-addon
    {
        border: 1px solid;
        border-right: none;
        border-radius: 0;
        padding: 0 7px;
        width: 30px;
    }
    .navbar input
    {
        border: 1px solid;
        height: 30px;
        width: 60px;
        padding: 0 5px;
        font-size: 14px;
    }
    /* LG */
    @media (min-width: 1200px)
    {
        .navbar .input-group-addon
        {
            width: 36px;
        }
        .navbar input
        {
            height: 36px;
            width: 100px;
        }
    }
    .navbar input:focus
    {
        width: 150px;
    }

/* Content */
#content
{
    min-height: 100%;
    padding-top: 50px;
}
.isIndex #content
{
    padding-top: 0px;
}
    #content .container
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
/* SM */
@media (min-width: 768px)
{
    #content
    {
        padding-top: 67px;
    }
}
/* MD */
@media (min-width: 992px)
{
    #content
    {
        padding-top: 74px;
    }
}
/* LG */
@media (min-width: 1200px)
{
    #content
    {
        padding-top: 87px;
    }
}
    #content aside.col-sm-4 .thumbnail
    {
        margin-top: 20px;
    }
    #content aside.col-sm-4 .thumbnail:last-of-type
    {
        margin-bottom: 20px;
    }
        #content aside.col-sm-4 .thumbnail h2
        {
            font-size: 20px !important;
            margin: 0 0 5px 0 !important;
        }
            #content aside.col-sm-4 .thumbnail h2 *
            {
                font-size: 20px !important;
                margin-bottom: 0 !important;
            }
        #content aside.col-sm-4 .thumbnail p
        {
            font-size: 1em;
            margin: 0;
        }

/* Breadcrumb */
#breadcrumb
{
    height: auto;
}
    .breadcrumb
    {
        background-color: transparent;
        border: none;
        line-height: 20px;
        padding: 15px 0;
        margin: 0;
    }

/* Footer */
#footer
{
    height: auto;
    padding: 15px 0;
}

/* Modal */
.modal-content
{
    color: #444;
    border: 1px solid #444;
    border-radius: 0;
}
    .modal .row
    {
        padding: 0;
        margin: 0 0 10px 0;
    }
    .modal label
    {
        font-weight: normal;
        margin: 0 10px 0 0;
    }
        .modal label .fa
        {
            width: 20px;
        }
    .modal input[type=text],
    .modal input[type=password]
    {
        color: #444;
        border: 1px solid #444;
        background-color: #fff;
        height: 39px;
        text-indent: 8px;
    }
    .modal .hint
    {
        font-size: 12px;
        margin: 2px 0 0 0;
    }


/* Dropdown Menu */
.dropdown-menu
{
    border-radius: 0;
}
    .dropdown-menu .fa
    {
        width: 16px;
    }

/* Buttons */
.btn
{
    border-radius: 0;
}

/* Thumbnail */
.thumbnail
{
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    clear: left;
    height: auto;
    text-align: left;
}
    .thumbnail img
    {
        width: 100%;
        height: auto;
    }
    .thumbnail .text img
    {
        margin: 5px 0;
    }
    .thumbnail .image
    {
        height: 150px;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        background-size: 101%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .thumbnail .text
    {
        margin: 0;
        padding: 10px;
    }
    #indexRoll .thumbnail .text
    {
        height: 32%;
    }
    .thumbnail .footerPadding
    {
        padding-bottom: 40px;
    }
        .thumbnail header *
        {
            margin: 0 0 0.4em 0;
            padding: 0;
            font-size: 1.2em;
        }
            .thumbnail header .fa
            {
                margin-right: 5px;
            }
        .thumbnail p
        {
            margin: 0;
            font-size: 1em;
        }
        .thumbnail a.email
        {
            font-size: 0.8em;
        }
        .thumbnail a.email:hover
        {
            text-decoration: underline !important;
        }
        @media (min-width: 992px)
        {
            #indexRoll .thumbnail .text
            {
                height: 30%;
            }
            .thumbnail a.email
            {
                font-size: 1em;
            }
        }
        @media (min-width: 1200px)
        {
            .thumbnail header *
            {
                font-size: 1.4em;
            }
            .thumbnail p
            {
                font-size: 1.2em;
            }
            .thumbnail a.email
            {
                font-size: 1.2em;
            }
        }
        .thumbnail footer
        {
            position: absolute;
            bottom: 10px;
            right: 10px;
        }
            .btnBull
            {
                display: inline-block;
                vertical-align: middle;
                height: 30px;
                width: 30px;
                box-sizing: content-box;
                border-radius: 15px;
                background-image: url('../../../images/layouts/btnBullPlus.svg');
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100% 100%;
            }
            .thumbnail.active .btnBull
            {
                background-image: url('../../../images/layouts/btnBullMinus.svg');
            }

/* Flash Messages */
#generalFlashMessages
{
    position: fixed;
    z-index: 1000;
    width: 100%;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus
{
    outline: none;
}
