body{
    background: #f9f9f9 !important;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.container{max-width: 98% !important;float: left; margin-top: 30px !important; border-radius: 20px; -webkit-box-shadow: 0px 0px 43px -31px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 43px -31px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 43px -31px rgba(66, 68, 90, 1);}
.logo{
font-size: 20px;
font-weight: bold;
}.container-sec{width:85%; float: left; margin: 0 auto;}
.material-symbols-outlined{padding: 5px; color: #000 !important;}
.material-symbols-outlined:hover{cursor: pointer;}
#PointPhotoModal{
    width: 90vw;
    margin: 0 auto;
    height: 90vh;
}
#PointPhotoModal .modal-dialog{
    max-width: 80vw;
    height: 90vh !important;
}
#PointPhotoModal .modal-content{
    height: 90vh !important;
}
.sidebar{
    float: left;
    position: sticky;
    top: 10px;
    display: flex;
    height: 100%;
    width: 15%;
    flex-direction: column;
}
#PointPhotoModal .modal-dialog iframe{
    width: 100%;
    height: 100%;
    padding: 20px;
}
.header{
    padding-right: 20px;
}
.header a{
    margin-top: 15px;
    text-decoration: none;
    color: black;
}
.delete-product:hover{
cursor: pointer;
}
.chosen-container{
    width: 100% !important;
}
.chosen-container-single .chosen-single{
    height: 35px !important;
    line-height: 35px !important;
}
.d-inline{
    float: right;
}
.menu{
    position: relative;
    height:  100%;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 15px;
    flex-direction: column;
    margin-bottom: 15px;
}
.menu a{
background: #f7f7f7;
border-radius: 15px;
display: flex;
flex-direction: row;
align-items: center;
font-size: 14px;
transition-duration: 0.
;
color: #000 !important;
}
.menu a:hover{
    text-decoration: none !important;
    font-weight: 600;
    background: #f9f9f9;
}
.menu a span{
    font-size: 30px;
    padding: 10px;
    border-radius: 20%;
    align-items: center;
}
.select2-container{z-index:99999999999 !important;}
.content{
padding-top: 10px;
padding-bottom: 10px;
background: #fff !important;
margin: 0 auto;
height: 95vh;
overflow-y: scroll;
}
table tr td{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
span.szczegol {
    font-size: 20px;
    font-weight: 600;
}
table th{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
table th:nth-child(2){
    text-align: left !important;
    width: 18%;
    padding-left: 5px;
}
.trasa-szczegoly{
padding: 10px;
text-align: center;
}
table tr td:nth-child(2){
    text-align: left !important;
    width: 18%;
    padding-left: 5px;
}
table{
    border: 1px solid #e9e9e9;
    width: 100%;
} 
  /* Efekt zebry */
tr:nth-child(even) {
    background-color: #f1f1f1;
}
.toolbar{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#e9e9e9;
    border-radius: 35%;
    position: absolute;
    left: 10px;
    bottom: 30px;
}
#searchquery{
    font-weight: 600 !important;
}
.pagination a{
    text-align: center;
    color: #181818;
    margin: 3px;
}
.pagination{justify-content: center;}
.searchfade{
    display: none;
}
.searchfade{
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.searchfade h2{
    color:#FAFAFA;
}
.searchfade form{
margin: 0 auto;
width: 55%;
}
.searchfade input{
    width: 90%;
    background: transparent;
    color: #FAFAFA;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #FAFAFA;
    height: 60px;
    font-size: 24px !important;
}
.searchfade button{
    width: 8%;
    height: 40px;
    box-shadow: none;
    border: none;
    background: transparent;
    color: #fafafa;
    
}
.searchfade button .material-symbols-outlined{
    font-size: 38px !important;
}
.search-close{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    z-index: 99999;
    position: absolute;
    top: 20;
    right: 20;
}
.search-close .material-symbols-outlined{
    font-size: 34px !important;
    color: white !important;
}

body.loginform {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Text Align */
.loginform .text-c {
    text-align: center;
}
.loginform .text-l {
    text-align: left;
}
.loginform .text-r {
    text-align: right
}
.loginform .text-j {
    text-align: justify;
}

/* Text Color */
.loginform .text-whitesmoke {
    color: whitesmoke
}
.loginform .text-darkyellow {
    color: rgba(35, 197, 170, 0.8);
}

/* Lines */

.loginform .line-b {
    border-bottom: 1px solid #FFEB3B !important;
}

/* Buttons */
.loginform .button {
    border-radius: 3px;
}
.loginform .form-button {
    background-color: rgba(35, 197, 170, 0.25);
    border-color: rgba(35, 197, 170, 0.30);
    color: #e6e6e6;
}
.loginform .form-button:hover,
.loginform .form-button:focus,
.loginform .form-button:active,
.loginform .form-button.active,
.loginform .form-button:active:focus,
.loginform .form-button:active:hover,
.loginform .form-button.active:hover,
.loginform .form-button.active:focus {
    background-color: rgba(255, 235, 59, 0.473);
    border-color: rgba(255, 235, 59, 0.473);
    color: #e6e6e6;
}
.loginform .button-l {
    width: 100% !important;
}

/* Margins g(global) - l(left) - r(right) - t(top) - b(bottom) */

.loginform .margin-g {
    margin: 15px;
}
.loginform .margin-g-sm {
    margin: 10px;
}
.loginform .margin-g-md {
    margin: 20px;
}
.loginform .margin-g-lg {
    margin: 30px;
}

.loginform .margin-l {
    margin-left: 15px;
}
.loginform .margin-l-sm {
    margin-left: 10px;
}
.loginform .margin-l-md {
    margin-left: 20px;
}
.loginform .margin-l-lg {
    margin-left: 30px;
}

.loginform .margin-r {
    margin-right: 15px;
}
.loginform .margin-r-sm {
    margin-right: 10px;
}
.loginform .margin-r-md {
    margin-right: 20px;
}
.loginform .margin-r-lg {
    margin-right: 30px;
}

.loginform .margin-t {
    margin-top: 15px;
}
.loginform .margin-t-sm {
    margin-top: 10px;
}
.loginform .margin-t-md {
    margin-top: 20px;
}
.loginform .margin-t-lg {
    margin-top: 30px;
}

.loginform .margin-b {
    margin-bottom: 15px;
}
.loginform .margin-b-sm {
    margin-bottom: 10px;
}
.loginform .margin-b-md {
    margin-bottom: 20px;
}
.loginform .margin-b-lg {
    margin-bottom: 30px;
}

/* Bootstrap Form Control Extension */

.loginform .form-control,
.loginform .border-line {
    background-color: #5f5f5f;
    background-image: none;
    border: 1px solid #424242;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.loginform .form-control:focus,
.loginform .border-line:focus {
    border-color: #FFEB3B;
    background-color: #616161;
    color: #e6e6e6;
}
.loginform .form-control,
.loginform .form-control:focus {
    box-shadow: none;
}
.loginform .form-control::-webkit-input-placeholder { color: #BDBDBD; }

/* Container */

.loginform .container-content {
    background-color: #3a3a3aa2;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #23c5aa;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

/* Backgrounds */
.logo-badge span{
    padding: 20px;
    font-size: 60px;
    border-radius: 50%;
    background-color: white;
}
.loginform.main-bg {
    background: #424242 !important;
    height: 700px;
    background: linear-gradient( #253960, #292560) !important
}

/* Login & Register Pages*/

.loginform .login-container {
    max-width: 600px;
    min-width: 500px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 100px;
}
.loginform .login.login-container {
    width: 300px;
}
.loginform .wrapper.login-container {
    margin-top: 140px;
}
.loginform .logo-badge {
    color: #e6e6e6;
    font-size: 80px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}
@media print {
    .printnone{display: none !important;}
    body{
        background: #fff !important;
    }
    .container * {
        visibility: hidden;
        font-size: 13px !important;
        background: #fff !important;
    }
    #printTableCopy, #printTableCopy * {
        visibility: visible;
    }
    #naglowekTrasy, #naglowekTrasy *{
        visibility: visible;
        background: #e9e9e9 !important;
    }
    .container h2, .container h3{visibility: visible;}
    .container h2 {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        font-size: 36px !important;
    }
    .container h3 {
        position: absolute;
        left: 0;
        width: 100%;
        top: 140px;
        font-size: 34px !important;
    }
    #naglowekTrasy {
        position: absolute;
        left: 0;
        width: 100%;
        top: 65px;
    }
    #printTableCopy {
        position: absolute;
        left: 0;
        top: 195px;
    }
    /* Ukryj ostatnie i przedostatnie <td> w każdym <tr> */
    #printTableCopy tr td:last-child, #printTableCopy tr td:nth-last-child(2) {
        display: none;
    }
    #printTableCopy tr td{
        border-bottom: 1px solid #e9e9e9 !important;
    }
    .footer-p{
        visibility: hidden;
    }
}
