::-moz-selection
{
    background: rgb(196, 102, 54);
    color: white;
}

::selection
{
    background: rgb(196, 102, 54);
    color: white;
}

a.vulpesdisabled
{
    color: gray;
    cursor: default;
}

    a.vulpesdisabled:hover
    {
        color: gray;
        cursor: default;
        text-decoration: none;
    }




.carousel-inner > .item > img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.carousel .item
{
    min-height: 500px;
}


.mainpagetable
{
    margin-top: 20px;
    border: 1px solid rgb(196, 102, 54);
}

html
{
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after
{
    box-sizing: inherit;
}

body
{
    position: relative;
    margin: 0;
    padding-bottom: 29rem;
    min-height: 100%;
}

.carousel-caption
{
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

.whitelink
{
    color: white;
    text-decoration: none;
}

    .whitelink:hover
    {
        color: white;
        text-decoration: none;
    }
    .whitelink:active
    {
        color: white;
        text-decoration: none;
    }
    .whitelink:link
    {
        color: white;
        text-decoration: none;
    }
    .whitelink:visited
    {
        color: white;
        text-decoration: none;
    }



/* hack due overflow of navbar*/
@media (max-width: 1000px)
{
    .navbar-header
    {
        float: none;
    }

    .navbar-left, .navbar-right
    {
        float: none !important;
    }

    .navbar-toggle
    {
        display: block;
    }

    .navbar-collapse
    {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top
    {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse
    {
        display: none !important;
    }

    .navbar-nav
    {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li
        {
            float: none;
        }

            .navbar-nav > li > a
            {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in
    {
        display: block !important;
    }
}
