/*
 CSS for the main interaction
*/
:root {
	--yellow: #feb60a;
	--red: #ff0062;
	--blue: #00dbf9;
	--violet: #da00f7;
}


.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.opisProduktucena {
    font-size: 15px;
    color: #34495e;
    white-space: nowrap;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}
/* float: left;
}
/*
Styling
*/


.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}



.tabset > label:hover,
.tabset > input:focus + label {

}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {

  border-top: 1px solid #ccc;
}

/*
 info dla usera
*/
.notes {
    margin-bottom: 15px;
    padding: 4px 12px;
}

.danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}

.success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
}

.info {
  margin-top: 10px;
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
}
.tabset {
}
.odnRZ{
      margin: 0px 5px;
}




#idZamTab {
    width: 100%;
    	border-collapse: collapse;
      overflow: auto;
    max-height: 500px;
    display: flow-root;

}
#idRekTab {
    width: 100%;
    border-collapse: collapse;
    overflow: auto;
    max-height: 500px;
    /*display: flow-root;*/

}
.styled-table td {
	padding: 10px;
}
.noHover{
    pointer-events: none;
}
.styled-table thead tr {
      display: table-row;
    }
.styled-table thead td {

	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #dddfe1;
}
.styled-table tbody  tr:hover {
  background-color: #ffffe7 !important;
  cursor: pointer;
}

.styled-table tbody td {
	color: #636363;
	border: 1px solid #dddfe1;
    max-width: 200px;
}
.styled-table tbody tr {
	background-color: #f9fafb;
}
.styled-table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

.f-grid-2.pro{
    text-align: right;
}
.user_header{
  font-size: 18px;
      margin-bottom: 4px;
      margin-top: 20px;
}
.user_item{
  border: 1px solid #ddd;
padding: 20px;
margin-bottom: 10px;
}
.form-style{
	max-width: 500px;
	padding: 10px 20px;
	margin: 10px auto;
	padding: 20px;
	border-radius: 8px;
}
.form-style fieldset{
	border: none;
}
.form-style legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-style input[type="text"],
.form-style input[type="date"],
.form-style input[type="datetime"],
.form-style input[type="email"],
.form-style input[type="number"],
.form-style input[type="search"],
.form-style input[type="time"],
.form-style input[type="url"],
.form-style textarea,
.form-style select {
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 10px;
}
.form-style input[type="text"]:focus,
.form-style input[type="date"]:focus,
.form-style input[type="datetime"]:focus,
.form-style input[type="email"]:focus,
.form-style input[type="number"]:focus,
.form-style input[type="search"]:focus,
.form-style input[type="time"]:focus,
.form-style input[type="url"]:focus,
.form-style textarea:focus,
.form-style select:focus{
}
.form-style select{
	height:35px;
}
.form-style .number {
	color: #fff;
  padding: 0px !important;
	height: 30px !important;
	width: 30px !important;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.table-centralised {
  width: 0 auto;
}
.table-centralised th {
  text-align: right;
  width: auto;
}
.table-centralised td {
  text-align: left;
  width: auto;
}
/* If you like this, be sure to ❤️ it. */
.wrapper {
  height: 100vh;
  /* This part is important for centering the content */
  display: flex;
  align-items: center;
  justify-content: center;
  /* End center */
  background: -webkit-linear-gradient(to right, #834d9b, #d04ed6);
  background: linear-gradient(to right, #834d9b, #d04ed6);
}

.wrapper a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  color: #585858;
  font-family: 'Roboto', sans-serif;
}

.modal_RMA {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
    z-index: 1;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .4s;
}

.modal_RMA:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  padding: 1em 2em;
}

.modal__footer {
  text-align: right;
  a {
    color: #585858;
  }
  i {
    color: #d02d2c;
  }
}
.modal__close {
bottom: 10px;
  right: 10px;
  color: #585858;
  text-decoration: none;
}
.opisProduktu{
  font-size: 1em;
  color: #bdbdbd;
  padding-left: 10px;

}
.naglowekProduktu{
padding-left: 10px;
    font-size: 15px;
    color:#34495e;
    font-weight: bold;
}
.details_btn{
    margin: 10px 0;
    display: block;
    float: right;
}
.productform{

/* padding: 20px; */
margin-bottom: 10px;
}
.productconatiner{

margin-bottom: 4px;

}
.linia{
min-height: unset !important;
}
.produkt{
    transition: 0.3s;
    border: 1px solid #f2f4f7;
    background-color: white;
    margin: 5px;
    width: unset !important;
}
.produkt:hover{
  background-color: #ffffe7 !important;
}
.produkt .pro{
      margin: 15px 0 5px 0;
}
.akcje{
vertical-align: sub;
text-decoration: underline;
cursor: pointer;
}
.productHeader{
      display: block;
    text-align: left;
padding: 10px;

}
.productHeader > span{
   text-transform: uppercase;
}
.odnRZ{
  text-decoration: underline;
}
.odnRZ:hover{
  cursor: pointer;
}
.btnsContainer{

}
/*Hidden class for adding and removing*/
    .hidden {
        display: none;
    }
    #loader,#loaderSend{
      z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    -moz-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
        max-width: 250px;
    }
    .disabledbtn{
          background: #8080801a !important;
          border: #8080801a !important;

    }
    #loader .container,#loaderSend .container {
    	display: flex;
    	justify-content: center;
    	align-items: center;
        max-width: 250px;
    }

      #loader .container > div, #loaderSend .container > div {
    	width: 5px;
    	height: 5px;
    	border-radius: 100%;
    	margin: 1vw;
    	background-image: linear-gradient(145deg, rgba(255,255,255,0.5) 0%, rgba(0,0,0,0) 100%);
    	animation: bounce 1.5s 0.5s linear infinite;
    }
.widthTable{
    width: 100%;
}
.blockquote {
    padding: 30px 15px 0px;
    position: relative;
}
.blockquote p {
    font-family: "Utopia-italic";
    font-size: 15px;
    font-weight: 500px;
}

/*blockquote p::before {
    content: "\f095";
    font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
  font-size: 180px;
 }*/

.blockquote:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 33px;
    left: -9px;
    content: "\f10d";
    font-size: 22px;
    color: rgba(0,0,0,0.1);

}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    height: 3px;
    width: 200px;
}
.pad{
  padding: 0;
}
    @keyframes bounce {
    	0%, 50%, 100% {
    		transform: scale(1);
    		filter: blur(0px);
    	}
    	25% {
    		transform: scale(0.6);
    		filter: blur(3px);
    	}
    	75% {
    		filter: blur(3px);
    		transform: scale(1.4);
    	}
    }
@media
only screen and (min-width: 480px) and (max-width: 1060px) ,
(min-device-width: 300px) and (max-device-width: 1060px)  {

    .widthTable{
        width: unset !important;
    }

.akcje{
    font-size: 16px;
    text-transform: uppercase;
}

 .produkt .pro{
     text-align: -webkit-center;
 }
    /* Force table to not be like tables anymore */
    #idZamTab, #idZamTab thead, #idZamTab tbody, #idZamTab th, #idZamTab td, #idZamTab tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #idZamTab thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #idZamTab tr {  }

    #idZamTab td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    #idZamTab td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        font-weight: 900;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
    Label the data
    */
    #idZamTab td:nth-of-type(1):before { content: "Zamówienie"; }
    #idZamTab td:nth-of-type(2):before { content: "Data / czas"; }
    #idZamTab td:nth-of-type(3):before { content: "Wartość"; }
    #idZamTab td:nth-of-type(4):before { content: "Status"; }
    #idZamTab td:nth-of-type(5):before { content: "Opis sklepu"; }
    #idZamTab td:nth-of-type(6):before { content: "Akcje"; }
    /* Force table to not be like tables anymore */
    #idRekTab, #idRekTab thead, #idRekTab tbody, #idRekTab th, #idRekTab td, #idRekTab tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #idRekTab thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #idZamTab tr {
        margin: 10px;
        /* -webkit-box-shadow: -2px -1px 15px 7px rgb(0 0 0 / 50%); */
        -moz-box-shadow: -3px -2px 30px 14px rgba(0,0,0,0.425);
        /* box-shadow: -4px -3px 45px 21px rgb(0 0 0 / 35%); */
        box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;

    }
    #idRekTab tr {
        margin: 10px;
        /* -webkit-box-shadow: -2px -1px 15px 7px rgb(0 0 0 / 50%); */
        -moz-box-shadow: -3px -2px 30px 14px rgba(0,0,0,0.425);
        /* box-shadow: -4px -3px 45px 21px rgb(0 0 0 / 35%); */
        box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;

    }


    .modal-contentRekZwr {

        width: 90% !important;
    }
    #idRekTab td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 35%;
    }

    #idRekTab td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        font-weight: 900;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
    Label the data
    */
    #idRekTab td:nth-of-type(1):before { content: "Nr zgłoszenia"; }
    #idRekTab td:nth-of-type(2):before { content: "Zamówienie"; }
    #idRekTab td:nth-of-type(3):before { content: "Produkt"; }
    #idRekTab td:nth-of-type(4):before { content: "Sztuki"; }
    #idRekTab td:nth-of-type(5):before { content: "Cena"; }
    #idRekTab td:nth-of-type(6):before { content: "Powód"; }
    #idRekTab td:nth-of-type(7):before { content: "Odpowiedź"; }
    #idRekTab td:nth-of-type(8):before { content: "Status"; }
}
#szukajpozam{
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
.message {
    margin-left: 10px !important;
    background-color: white;
    width: calc(100% - 3em);
    max-width: 24em;
    padding: 1em 1em 1em 1.5em;
    border-left-width: 6px;
    border-left-style: solid;
    border-radius: 3px;
    position: relative;
    line-height: 1.5;
}
.message + .message {
    margin-top: 2em;
}
.message:before {
    color: white;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 1em;
    left: -3px;
    border-radius: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.message p {
    margin: 0 0 1em;
}
.message p:last-child {
    margin-bottom: 0;
}
.message--error {
    border-left-color: firebrick;
}
.message--error:before {
    background-color: firebrick;
    content: "‼";
}
.message--warning {
    border-left-color: darkorange;
}
.message--warning:before {
    background-color: darkorange;
    content: "!";
}
.message--success {
    border-left-color: darkolivegreen;
}
.message--success:before {
    background-color: darkolivegreen;
    content: "✔";
}


/* The Modal (background) */
.headDetaialsConv{
    width: -webkit-fill-available;
    border-radius: 10px 10px 0 0;
    height: 10px;
    line-height: initial;
}
.modalRekZwr {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.odpWart{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
#contentHis{
    padding: 20px;
    max-height: 220px;
    overflow: auto;
    margin: 10px;
    border: 1px solid #ebebeb;
}
/* Modal Content */
.modal-contentRekZwr {
    background-color: #fefefe;
    margin: auto;
    border-radius: 10px;

    width: 50%;
}

/* The Close Button */
.closeRekZwr {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeRekZwr:hover,
.closeRekZwr:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

