
body, html {

  background-color: #ffffff !important;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display:flex;
  flex-direction:column;

}
button {
    transition: background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

button:hover {
    transform: translateY(-1px);
}

button:active {
    transform: translateY(0);
}

@font-face {
 font-family: "Open Sans", Helvetica, Arial, sans-serif
 }


* {
  box-sizing: border-box;
}

#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding: 12px;
  margin-right: 50px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}
.pay1
{
	margin: 10px;
	width: 330px;
	height: 242px;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
        border: 1px solid transparent;
        border-radius: 20px;
}


.pay2
{
	margin: 10px;
	width: 330px;
	height: 242px;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
        border: 1px solid transparent;
        border-radius: 20px;
}

.CSSclass ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
}

summary
{
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff;
  color: #333;
  padding: 1rem;
  margin-bottom: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}
details > summary::after
{
  position: absolute;
  content: "+";
  right: 20px;
}
details[open] > summary::after
{
  position: absolute;
  content: "-";
  right: 20px;
}
details > summary::-webkit-details-marker
{
  display: none;
}

details[open] summary ~ *
{
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}



.price
{
    font-weight: bold;
    width: 250px;
    text-align: center;
    color: #983757 !important
}

.reg-center
{
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}

.reg
{
    text-align: justify;
    font-size: 0.8rem;
}

.thumbnail
{
  margin: 0;
  padding: 0;
  display:block;
  z-index:999;
  cursor: pointer;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.thumbnail:hover
{
    transform: scale(1.1);
    box-shadow: 10px 10px 5px grey;
    -moz-box-shadow: 0px 10px 5px grey;
    -webkit-box-shadow: 0px 10px 5px grey;
}
.thumbnail:hover + .btn
{
  position:relative;
  display:inline-block;
  color: red;
  position: center;
  padding: 10px 10px 10px 10px;
}

#container
{
    margin-left: 3000px;
    margin-right: 25px;
    height: 100%;
    background-color: purple;
    overflow: scroll;
}

.product
{
    text-align: center;
    font-weight: bold;

    width: 250px;
    font-size: 11pt;

}

.product2
{
    text-align: center;
    font-weight: bold;

    width: 250px;
      font-size: 11pt;
    min-height: 110px;
}

.productype-a,
.productype-ppn
{
    background-color: red;
    text-align: center;
    font-weight: bold;
    position: center;
    color: white;
    width: 250px;
}
.productype-ppn{
    color: black;
    background-color: #cff4fc;
}

.productype-b
{
    background-color: #983757;
    text-align: center;
    font-weight: bold;
    position: center;
    color: #fff;
    width: 250px;
}

.topnav
{
  overflow: hidden;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
  height: 40px;
}

.topnav a
{
  float: right;
  display: block;
  color: white;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover
{
  background-color: lawngreen;
  color: white;
}

.footer
{
  margin-top:50px;;
  background-color: #f8f9fa !important;
}

.vertical-menu
{
  xwidth: 200px;
  xfloat: left;
  xmargin-right: 10px;
  background-color: #f8f9fa !important;
}

.vertical-menu a
{
  background-color: white;
  color: black;
  display: block;
  text-decoration: none;
  font-size: 12px;
  background-color: #f8f9fa !important;
}

.vertical-menu a:first-child
{
  margin-bottom:10px;
  color:rgb(18, 83, 162);
  font-weight: 700;
  background-color: #f8f9fa !important;
}

.vertical-menu a:last-child
{
  margin-bottom:10px;
}

.vertical-menu a:hover
{
  background-color: white;
}

.vertical-menu a.active {
  background-color: white;
  color: black;
}

.about
{

    font-size: 12px;
    float: right;
}

.footer br
{
    display: block;
    content: "";
    margin-top: 0;
}

.content
{
    display: none;
}

.faqlink
{
    display: block;
}

.contact-link
{
    color: #012c6d;
    font-weight: bold;
    text-decoration: none;
}


table, th, td
{
  border: 1px solid black;
}

.tab-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

a.link {
color: white;
}

a.link:link {
color: white;
}
a.link :visited {
color: white;
}
a.link:hover {
color: white;
}

.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.5rem;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}


  .steps-container
  {
      margin: 100px auto;
      background-color: #ffffff !important;
      height: 150px;
      border: 1px solid #983757;
      border-radius: 20px;
      align-content: center;
  }

    .steps-container:hover
  {
      background-color: lightgray;
  }

  .steps
  {
      counter-reset: step;
  }

  .steps li
  {
      list-style-type: none;
      width: 20%;
      float: left;
      font-size: 12px;
      text-align: center;
      font-weight:bold;
      text-transform: uppercase;
      color: #983757;
  }



  .steps li:before
  {
      width: 30px;
      height: 30px;
      line-height: 30px;
      border: 2px solid #7d7d7d;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: white;
  }

  .steps li:after
  {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #7d7d7d;
      top: 15px;
      left: -50%;
      z-index: -1;
  }

  .steps li:first-child:after
  {
      content: none;
  }

  .steps li.active
  {
      color: green;
  }

  .steps li.active:before
  {
      border-color: #55b776;
  }

  .steps li.active + li:after
  {
      background-color: #55b776;
  }


  .clause
  {
    text-align: justify;
    font-size: 0.8rem;
  }


.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 470px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.error_message{
    color:red;
    font-size:12px;
}
.border_error{
    border:1px solid red;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active{
 color:#012c6d;
}
.basic-40{
    flex-basis: 40%;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover{
    background-color:#F3E6EA !important !important;
    text-decoration: none;
    color:#983757; !important;
}
.alert-warning{
    color: #983757 !important;
    background-color: #F3E6EA;
    border: 1px solid #983757;
}
.btn-warning{
    background: #F3E6EA;
    color: #983757;
    border: 1px solid #983757;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:focus
{
    background: #E7CDD6 !important;
    color: #983757 !important;
    border: 1px solid #983757 !important;
    box-shadow:   none;
}
.btn-info,
.alert-info{
    color: #fff !important;
    background-color: #983757 !important;
    border-color: #983757 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus{
    background-color: #c21952 !important;
    border-color: #c21952 !important;
    box-shadow: 0 6px 16px rgba(152,55,87,0.55), 0 3px 6px rgba(0,0,0,0.25);
}

.faq__content p{
    padding: 0 1rem;
}


.r_flex{
    display: flex;
    align-items: center;
}
.m-rl{
    margin:0 0.5rem;
}

.container_card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:5px;
    margin-top:10px;
    width: auto !important;
}

.bgc_transparent{
  display: block;
  width: 100%;
  margin-bottom: 30px;
  background-color: #ffff;
}
.bgc_transparent::before {
    content: "";
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==);
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 1;
}


#td-header-menu {
    display: inline-block;
    vertical-align: top;
}

/* 6. LISTA MENU I ELEMENTY */
#menu-menu-glowne-1 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.td-menu-item>a {
    display: block;
    padding: 10px 20px;
    line-height: 48.2px;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.td-menu-item:hover>a {
    color: var(--td_theme_color);
}

/* 7. PODMENU */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 220px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #ededed;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
}

.td-menu-item:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu li a {
    padding: 12px 20px;
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 13px;
}
.bgc_img{
    background-color: #EBF8FF;
    background-image: url(https://e-sklep.bspp.gniezno.pl/images/gniezno_tlo.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.card{
    background-color: transparent !important;
    border-color: transparent !important;
}

.padding0{
    padding:0 !important;
}
.style_logged_button{
    padding:.5rem !important;
}
.e_flex_container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text_eSklep_style{
    color:#3f48cc !important;
    font-size: 50px !important;
    font-family: Roboto,Serif !important;
    font-style: italic;
    text-align: right;
    width: 100%;
    margin-left: 70px;
    margin-bottom: 0;
}
.e_sklep_style{
    align-self: flex-start !important;
}
.e_style,
.color_red{
    color:#ff0000 !important;
}
.color_yellow{
    color:#ffcc00 !important;
}
.color_green{
    color:#339966 !important;
}
.border_container{
    padding: 5px;
    border: 1px solid #983757;
    background-color: #Ffff;
    color: #983757;
    margin-bottom: 5px;
    border-radius: 5px;
}
.bi-upc::before{
    color:#983757;
}

.mr-top_1{
    margin-top: 5px;
}

.file-input {
    display: none;
}

.file-label {
    display: inline-block;
    padding: 6px 12px;
    background: #2d6cdf;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

.file-name {
    margin: 0 10px;
    color:#983757;
}
.alert_box{
    box-shadow: 0 4px 10px rgba(178, 58, 72, 0.45);
    background-color: #B23A48;
    margin-top:15px;
    color:#fff;
    text-align: justify;
}

@media (min-width: 576px){
    .container{
        max-width: 640px;
    }
}

@media (max-width: 768px) {
    .container{
        max-width: 720px;
    }
    #menu-menu-glowne-1{
        flex-direction: column;
    }

    .steps li i {
        font-size: 28px !important;
    }
    .steps li {
        font-size: 9px !important;
        line-height: 1.4 !important;
    }
}
@media (max-width: 800px) {
    .flex-directory-mx{
        flex-direction: column !important;
    }
    .flex-directory-mx div:not(.w-auto-mx){
        width: 100% !important;
    }
}
@media (min-width:  992px) {
    .container{
        max-width: 9440px;
    }
}

@media (max-width: 992px) {
    .text_eSklep_style{
        text-align: left !important;
    }
    .container{
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1240px;
    }
}
@media (min-width: 1400px){
    .container{
        max-width: 1440px;
    }
}






@media screen and (max-width: 768px) {
    
    
    table.dataTable thead th, 
    table.dataTable thead td,
    table.dataTable tbody td {
        padding: 5px 4px !important; 
        font-size: 11px !important;  
        white-space: nowrap;        
    }

    .friend-card {
        padding: 10px !important;
    }
}

@media screen and (max-width: 768px) {
            
    
            html body table.dataTable thead th, 
            html body table.dataTable thead td,
            html body table.dataTable tbody td {
                padding: 5px 4px !important;
                font-size: 11px !important;
                white-space: normal !important; 
                border-bottom: 1px solid #ddd !important; 
            }

            
            table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
                padding-left: 20px !important; 
            }


            .dataTables_wrapper {
                padding: 0 !important;
                margin: 0 !important;
            }

    
            .dataTables_wrapper .dataTables_length, 
            .dataTables_wrapper .dataTables_filter {
                font-size: 12px !important;
                margin-bottom: 10px !important;
            }
        }

        .table-responsive-container {
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }