﻿@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body
{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding-top: 100px;
    padding-bottom: 20px;
    background: #F5F5F5;
    overflow-x:auto;
}

.body-content
{
    padding-left: 15px;
    padding-right: 15px;
}

input,
select,
textarea
{
    max-width: 280px;
}

@font-face
{
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons
{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.navbar-inverse
{
    background-color: #004F38;
    border-color: #004F38;
}

    .navbar-inverse .container
    {
        height: 60px;
    }

.belka
{
    background-color: #007843;
    padding-top: 0px;
    height: 30px;
    border-top: solid;
    border-top-color: #fff;
    border-top-width: 1px;
}

.tytulbelka
{
    color: rgb(255, 255, 255);
    text-shadow: 0.5px 0.5px 2px rgb(0, 0, 0);
    letter-spacing: 3px;
    font-size: 1.2em;
    padding-top: 3px;
    text-transform: uppercase;
}

.intranet
{
    color: #fff;
    padding-top: 3px;
}

    .intranet a
    {
        text-decoration: none;
        color: #fff;
        text-shadow: 0.5px 0.5px 2px rgb(0, 0, 0);
    }

        .intranet a:hover
        {
            color: #E5E5E5;
        }

.logoapp
{
    display: flex;
    float: left;
    height: 60px;
    padding-top: 10px;
}

.napisdzial
{
    display: flex;
    float: left;
    color: #fff;
    text-shadow: 0.5px 0.5px 2px rgb(0, 0, 0);
    font-size: 1.4em;
    padding-left: 5px;
    padding-top: 14px;
    letter-spacing: 4px;
}

.logocobo
{
    display: flex;
    float: right;
    margin-top: 8px;
}

.napismenu
{
    display: flex;
    float: left;
    padding: 2px 5px 2px 5px;
    background-color: transparent;
    margin-top: 4px;
    margin-left: 10px;
    color: #FFF;
    border-radius: 3px;
    height: 23px;
    width: 80px;
    font-size: 1em;
    text-decoration: none;
    text-shadow: 0.5px 1px 2px rgb(0, 0, 0);
    text-align: center;
    letter-spacing: 6px;
    justify-content: center;
}

    .napismenu:hover
    {
        color: #E5E5E5;
    }

.table
{
    background: #fff;
}

    .table th
    {
        font-weight: 200;
    }

.drop
{
    color: #626262;
    background-color: #FFFFFF;
    padding: 4px;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-width: 1400px;
}

    .drop:focus,
    .drop.focus
    {
        color: #626262;
        background-color: #F8F8F8;
        border: 1px solid #ccc;
    }

    .drop:hover
    {
        color: #626262;
        background-color: #F8F8F8;
        border: 1px solid #ccc;
    }

.listbox
{
    color: #626262;
    background-color: #FFFFFF;
    border-color: #D0D0D0;
}

    .listbox:focus,
    .listbox.focus
    {
        color: #626262;
        background-color: #FFFFFF;
        border-color: #D0D0D0;
    }

pagination-ys
{
    /*display: inline-block;*/
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td
{
    display: inline;
}

    .pagination-ys table > tbody > tr > td > a,
    .pagination-ys table > tbody > tr > td > span
    {
        position: relative;
        float: left;
        padding: 3px 6px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #000000;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        margin-left: -1px;
    }

    .pagination-ys table > tbody > tr > td > span
    {
        position: relative;
        float: left;
        padding: 3px 6px;
        line-height: 1.42857143;
        text-decoration: none;
        margin-left: -1px;
        z-index: 2;
        color: #aea79f;
        background-color: #f5f5f5;
        border-color: #dddddd;
        cursor: default;
    }

    .pagination-ys table > tbody > tr > td:first-child > a,
    .pagination-ys table > tbody > tr > td:first-child > span
    {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .pagination-ys table > tbody > tr > td:last-child > a,
    .pagination-ys table > tbody > tr > td:last-child > span
    {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .pagination-ys table > tbody > tr > td > a:hover,
    .pagination-ys table > tbody > tr > td > span:hover,
    .pagination-ys table > tbody > tr > td > a:focus,
    .pagination-ys table > tbody > tr > td > span:focus
    {
        color: #000000;
        background-color: #eeeeee;
        border-color: #dddddd;
    }


/*---------- sidebar -----------------*/
.sidenav
{
    height: 100%; /* 100% Full-height */
    width: 0px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1031; /* Stay on top */
    top: 62px;
    left: 0;
    background-color: #007843;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 29px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    .sidenav ul
    {
        padding: 0 0 0 0;
        list-style-type: none;
    }

    .sidenav li
    {
        padding: 17px;
        /*background: #319267;*/
        /*margin-top: 15px;*/
        color: white;
        text-shadow: 0.5px 0.5px 2px rgb(0, 0, 0);
        letter-spacing: 1.2px;
        /*border-radius: 3px;*/
        flex-basis: 100%;
        height: 60px;
        width: 100%;
        border-bottom-color: #F5F5F5;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
    }

        .sidenav li:hover
        {
            background: #F5F5F5;
            color: black;
            text-shadow: 0.5px 0.5px 2px rgb(81, 81, 81);
        }

    .sidenav a
    {
        text-decoration: none;
        font-size: 1.1em;
        display: block;
    }

    .sidenav .closebtn
    {
        color: #E5E5E5;
        font-family: 'Courier New', sans-serif;
        font-weight: 100;
        position: absolute;
        top: -7px;
        right: 10px;
        font-size: 35px;
        margin-left: 50px;
        text-shadow: 0px 0.5px 0.5px rgb(0, 0, 0);
        transition: 0.5s
    }




@media screen and (max-height: 450px)
{
    .sidenav
    {
        padding-top: 15px;
    }

        .sidenav a
        {
            font-size: 18px;
        }
}


@media screen and (max-width: 700px)
{
    .jumbotron
    {
        margin-top: 20px;
    }

    .body-content
    {
        padding: 0;
    }

    .napismenu
    {
        font-size: 1em;
        width: 140px;
    }

    .logomenu
    {
        width: 30px;
        font-size: 1em;
        margin-top: 0px;
    }

    .tytulbelka
    {
        font-size: 1em;
        padding-top: 0px;
    }

    .intranet
    {
        font-size: 1em;
        padding-top: 0px;
    }
}

#main
{
    transition: margin-left .5s;
    padding: 20px;
}

.main-center
{
    margin-top: 30px;
    margin: 0 auto;
    max-width: 400px;
    padding: 40px 40px;
}

.box
{
    max-width:100%;
    padding: 4px;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.grid-nagl
{
    letter-spacing: 1px;
    text-shadow: 0.5px 0.5px 2px rgb(0, 0, 0);
}



