@import url("video.css");
@import url("szkolenia.css");

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #435960;
}

.container-fluid a {
    color: #17568d !important;
}

h4.title {
    font-size: 18px;
}

.card .header 
{
    padding: 15px;
}

input::placeholder {
    color: #052730 !important;
}



.test-card
{
    padding: 15px;

    .h3
    {
        margin-bottom: 30px;
    }
}

/*
https://themes-pixeden.com/font-demos/7-stroke/
*/

.training-card .content a
{
     position: relative;
     display: inline-block; /* żeby miało wymiar obrazka */

    .logs-background
    {
        background: #000;
        width: 100%;
        height: 35px;
        position: absolute;
        bottom: 0;
        opacity: 20%;
    }

    .logs
    {
        padding: 0;
        margin: 0 20px;
        list-style: none;
        position: absolute;
        bottom: 5px;
        width: 100%;

        li
        {
            padding: 0;
            margin: 0;
            float: left;
            width: 33%;
            color: #fff;
            font-size: 16px;
        }
    }

}

.sidebar .sidebar-wrapper
{
    background: #052730 url(https://admin.cs.e-ucz.pl/upload/lewa_strona.png) bottom no-repeat;
    background-size: contain;

    a.active
    {
        text-decoration: underline;
    }

    .search-form
    {
        margin: 30px;

        *
        {
            display: inline-block;
        }

        input
        {
            width: 100%;
        }

        button
        {
            width: 12%;
            border: none;
            padding: 0;
        }
    }
}

.big_title {
    font-size: 23px !important;
    font-weight: bold !important;
    font-weight: 900 !important;
}

a.btn.btn-secondary.btn-sm {
    background: #052730;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    color: #fff !important;
    margin: 20px 0 0 0;
}

p.category {
    font-size: 15px;
}