@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-color: #f4f5f7;
    font-family: 'Libre Franklin', sans-serif;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 250px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #2d2c34; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
 .sidenav-logo {
    width: 200px;
    margin-left: 30px;margin-bottom: 20px;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    display: block;
    transition: 0.3s;
    /*
    border-bottom: 1px solid #57565e;
    padding-bottom: 10px;
    */
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
.main {
    background-color: #fff;
    margin-left: auto;
    min-height: 100vh;
    width: calc(100% - 250px);
}

.main > .container {
    max-width: 100%;
    padding: 0;
}

.main > .container h1 {
    background-color: #f4f5f7;
    font-size: 25px;
    padding: 15px 30px 15px;
}

.main > .container table {
    background-color: #fff;
    box-shadow: 0 -1px 5px -2px rgba(0,0,0,.1);
    font-size: 12px;
    margin-left: 30px;
    width: calc(100% - 60px);
}

.main > .container table td:first-child, .main > .container table th:first-child {
    padding-left: 15px;
}

.main > .container table th {
    font-family: 'Libre Franklin',sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background: #f3f5f8;
    color: #787882;
    font-size: 11px;
}

.main > .container table tr:hover td {
    background: #edf9fb;
}

.main > .container table .order a {
    background-color: #ffa700;
    border-color: transparent;
    color: #2d2c33;
    border-radius: 4px;
    text-transform: none;
    padding: 8px 16px;
}

.main > .container table .order a:hover {
    color: #fff;
}

.main > .container table .delete a {
    background-color: #e0050e;
    border-color: transparent;
    color: #fff;
    border-radius: 4px;
    text-transform: none;
    padding: 8px 16px;
}
.main > .container table .delete a:hover {
    color: #e7e7e7;
}

.main > .container table a {
    color: #606c76;
}

.pages {
    display: flex;
    justify-content: center;
    bottom: 0px;
    margin: 20px auto 0px;
    position: sticky;
    background-color: #fff;
    padding: 20px;
}

.pages li {
    display: inline;
    padding: 0 5px;
}

.pages li a {
    font-size: 13px;
    border-radius: 50%;
    color: #767676;
    font-weight: 400;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
}
.pages .first a
,.pages .last a {
    background: #eaeaf0;
}

.pages li a:hover {
    color: #2d2e34;
    background-color: #eee;
    border-color: #ddd;
}

.pages li.active a {
    color: #2d2e34;
    font-weight: 600;
}

.pages .prev a
,.pages .next a
,.pages .prev a:hover
,.pages .next a:hover {
    background: #2d2e34;
    color: #fff;
}

.main .im-content {
    padding-left: 30px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}









/** Dodawanie uzytkownika */
.im-add {
    justify-content: center;
}

.row.im-add {
    display: block;
}

.im-add label, .im-add legend {
    color: rgb(37, 36, 46);
    font-size: 13px;
    font-weight: 600;
}





input[type="submit"] {
    background-color: #ffa700;
    border-color: transparent;
    color: #2d2c33;
    border-radius: 4px;
    text-transform: none;
    padding: 8px 16px;
    font-size: initial;
    font-weight: initial;
    height: initial;
    letter-spacing: initial;
    line-height: initial;
}

input[type="submit"]:hover {
    color: #fff;
    background-color: #ffa700;
}

/* regulamin */
.regulamin input[type="submit"] {
    margin-top: 20px;
}

.no-products {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .5px;
}

/* polisy ubezpieczeniowe */

#inputZagranicznyNrRejestracyjny, #inputInnyAdresKorespondencyjny {
    display: inline;
    height: initial;
    width: initial;
}

