@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@media print {
* {
    -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
    color-adjust: exact !important;  /*Firefox*/
  }
}


@media screen 
 and (max-device-width: 700px) 
 and (min-device-width: 200px) 
{
  .content {
	  width: 100vw !important;
	  
  }

  .dzienna .card {
    margin-bottom: 15px;
  }

  .statystykicalosciowe .card {
    margin-bottom: 15px;
  }
  .panel-menu {
	display: none;
	width: 0;

	margin-top: 60px;
  }
  
  .logo {
	  visibility: hidden;
	  height: 0 !important;
	  width: 0;
  }
 
  .kasa-zakoncz {
	  visibility: hidden !important;
	  
  }

  .panel-menu a:link {
    height: 37px !important;
    font-size: 18px !important;
}

.panel-menu i {
    padding: 0 !important;
}

.panel-menu-nav-header {
    margin-bottom: 10px;
}
.kasa-header {
    margin-top: 20px !important;
}
 
}

.kasa-header {
    margin: 0;
}

.payment-method {
    transition: all ease-in-out 0.12s;
}

.payment-method:hover {
    background-color: #b6cfec !important;
}


.mobile-menu-show-icon {
	float: left !important;
    margin-left: 18px !important;
    margin-top: 10px !important;
}



.logout-text {
    font-size: 20px;
}

body {
    background: linear-gradient(123deg, rgba(216,216,216,0.8827906162464986) 0%, rgba(230,244,255,0.8939950980392157) 84%);
    color: #4e4e4e;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    background-attachment: fixed;
}

.card {
    border-color: rgb(0 0 0 / 2%) !important;
}


.dropdown-menu.show {
    padding-bottom: 20px !important;
}

.wartosc {
    font-size: 25px;
    font-weight: 300;
    margin: 15px;
}


.display-6 {
    font-size: 2rem !important;
    letter-spacing: 1px !important; 
}

@keyframes animacja {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
        top: 20%;
    }

    50% {
        opacity: 1;
        width: 400px;
        top: 40%;
        background-color: #313a46;
    }

    75% {
        

        opacity: 1;
        width: 400px;
        top: 40%;
        background-color: #313a46;
        border-left: 5px solid #17a2b8;
    }

    100% {
        opacity: 1;
        width: 400px;
        top: 40%;
        background-color: #313a46;
        border-left: 5px solid #17a2b8;
    }
    
}
@keyframes animated-wait{
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
        top: 20%;
    }
    50% {
        opacity: 0;
        width: 400px;
        top: 40%;           
    }
    75% {
        opacity: 1;
        top: calc(40% + 100px);      
    }
    100% {      
        top: calc(40% + 100px);
    }
    
}

@keyframes loading-screen{
    0% {opacity: 1; z-index: 10;}
    17% {opacity: 1; z-index: 10;}
    20% {opacity: 1; z-index: 10;}
    33% {opacity: 1; z-index: 10;}
    47% {opacity: 1; z-index: 10;}
    50% {opacity: 1; z-index: 10;}
    98% {opacity: 1; z-index: 10;}
    100% {opacity: 0; z-index: -10;}
}

.loading-screen span.text {
    display: block;
    
    width: 365px;
    margin: 10px 0;
}

.loading-screen .h4::before {
    content: "S";
    color: #17a2b8;
}

.loading-screen .h4::after {
    content: "portess magazyn";
    color: #fefefe;
}

.loading-screen span.text::after {
    content: "Strzelin ul. Dzierżoniowska 16c";
}
    


.loading-screen {
    height: 100vh;
    width: 100vw;
    background-color: #fefefe;
    position: fixed;
    z-index: 10;
    animation-name: loading-screen;
    animation-duration: 3.5s;
    
    animation-timing-function: ease-out;
    animation-fill-mode: both;


    /* Wsparcie animacji dla Safari 4.0 - 8.0 */
    -webkit-animation-name: loading-screen; 
    -webkit-animation-duration: 3.5s; 
    -webkit-animation-timing-function: ease-out; 
    -webkit-animation-fill-mode: both; 
    /* ########### */
}


.animated {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #fefefe;
    height: 100px;
    z-index: 100;
    padding: 15px;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    right: 0;
    bottom: 0; 
    margin: 0 auto;
    width: 100px;
    background-color: #000;

    /* Wsparcie animacji dla Safari 4.0 - 8.0 */
    -webkit-animation-name: animacja; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-timing-function: ease-in-out; 
    -webkit-animation-fill-mode: both; 
    /* ########### */

    animation-name: animacja;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}

.animated-wait {
    animation: animated-wait;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;

    /* Wsparcie animacji dla Safari 4.0 - 8.0 */
    -webkit-animation-name: animated-wait; 
    -webkit-animation-duration: 1.5s; 
    -webkit-animation-timing-function: ease-in-out; 
    -webkit-animation-fill-mode: both; 
    /* ########### */
    height: auto;
    width: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    
    padding: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    
    border-left: 5px solid #17a3b8b6;
    box-sizing: border-box;
    background-color: #313a46ce;
    color: #fefefe;
}




.panel-account-bar {
    height: 60px;
    border-bottom: 1px solid rgba(100,100,100,0.2);
    width: 100%;
    background-color: #fefefe;
    text-align: right;
    margin-bottom: 20px;
    z-index: 1;
    position: fixed;
}

.panel-account-bar-location {
    font-size: 18px;
    position: relative;
    font-weight: bold;
    word-spacing: 15px;
    color: #313a46;
    float: left;
    margin-top: 17px;
    margin-left: 20px;
}
.panel-account-bar-location .location {
    text-indent: 20px;
    display: block;
    float: left;
    width: 100px;
}


.panel-account-bar-location i {
    font-size: 16px;
    z-index: 1;
    left: 49px !important;
    top: 6px !important;
    position: absolute !important;
}

.content {
    width: 80vw;
    float: right;
    margin: 0.3vw;
	padding-top: 100px;

}

.panel-account-icon {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    margin-top: 7px;
    z-index: 0;
    margin-right: 30px;
}
.panel-account-icon i {
    font-size: 40px;
    z-index: 0;
    color: #33606E;
    transition: color ease-in-out 0.1s;
}

.panel-account-icon i:hover{
    color: #282828;
}


.panel-account-bar span.badge {
    position: absolute;
    
    z-index: 3;
    top: 17px;
    right: 2px;
    
    margin-top: -20px;
    
}

.panel-account {
    width: 200px;
    float: right;
}

.panel-account span {
    font-weight: 400;
    text-align: left;
}



.panel-account span.name {
    color: #313a46;
    display: block;
    margin-top: 12px;
    width: 100%;
    font-size: 14px;

}
.panel-account span.position {
    color: #313a46;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 12px;

}

.space {
    height: 27vh;
    
}

.panel-avatar {
    border-radius: 25%;
    height: 40px;
    width: 40px;
    max-height: 40px;
    max-width: 40px;
    font-size: 30px;
    padding-right: 11px;
    line-height: 37px;
    font-weight: 400;
    color: #e3eaef;
    margin-top: 12px;
    margin-right: 10px;
    float: left;
    background-color: #33606E;
    transition: background-color ease-in-out 0.2s;
}

.panel-avatar:hover{
    background-color: #282828;
}

.panel-menu {
    width: 18vw;
    height: 100%;
    min-height: 1000px;
    
	background: linear-gradient(123deg, rgb(16 18 22) 0%, rgba(43,68,101,1) 95%);
    float: left;
	z-index: 3;
    padding-top: 15px;
}

.logo {
    font-size: 24px;
    width: 90%;
    height: 9vh;
    font-weight: 300;
    color: #cecece;
    margin: 5px auto;
    text-align: center;
    
    margin-top: -10px;
    margin-bottom: 20px;
    background-size: 100%;
    background-image: url(../sportesslogowhite.png);
    background-repeat: no-repeat;
}



    .panel-menu-nav {
        margin: 0 auto;
        width: 85%;
        
        color: #6c757d;
    }
    .panel-menu-nav-header {
        font-size: 12px;
        font-weight: bold;
        text-indent: -120px !important;
        color: #6c757d;
    }




.panel-menu {
    height: 100vh;
    width: 18vw;
    position: fixed;
    top: 0;
    background-color: #232931;
}

.panel-menu a:link {
    width: 100%;
    height: 33px;
    font-size: 16px;
    color: #9b9b9b;
    text-align: left;
}

.panel-menu i {
    padding: 3px;
}

.panel-menu a:visited {
    color: #9b9b9b;
    text-decoration: none;
}

.panel-menu a:hover {
    color: #b1c7ce;
}

.kasa-page .card {
	margin-bottom: 15px;
	padding: 20px !important;
	text-align: left !important;
	color: #8391a2;
	
}

.kasa-page .stats-vaue {
	margin-bottom: 10px;
}

.stats-page .card {
	margin-bottom: 15px;
	padding: 20px !important;
	text-align: left !important;
	color: #8391a2;
	
}



.statsdostawcy h1 {
    margin-bottom: 0 !important;
}

.raport {
    width: 80vh !important;
}

.login-page {

    padding-top: 40vh;
}

.sell-buttons .btn {
    width: 100% !important;
}

.btn {
    margin-bottom: 15px !important;
}



.display-6 {
    margin-bottom: 30px;
}

.add {
    width: 750px;
    margin: 0 auto;
}

.add i {
	width: 25px !important;
}

.menu {
    margin-top: 10px;
    margin-bottom: 30px;
}






.add-page {
    text-align: center;
    padding-top: 40vh;

}
.add-success {
    width: 400px;
    margin: 0 auto;
}

.basket-button {
    position: fixed;
    left: 20%;
    z-index: 4;
    top: 11px;
}

.btn-sm {
    padding: .15rem .3rem !important;

}

.big-checkbox {
   
   
    display: block;
    padding: 10px !important;
    margin: 10px auto;
}

.search-success {
    font-size: 24px;
    font-weight: 200;
    margin: 10px;
}

.small {
    font-size: 10px;
}

.table-dark td {
    font-size: 15px!important;
}

.btn-info {
    color: #fff !important;
    background-color: #08adce !important;
    border-color: #0fa0bd !important;
}

.login-box {
    margin: 0 auto;
    text-align: center;
    width: 400px;
    margin-top: 40vh;
    display: block;
}


.modal-dialog {
    max-width: 800px !important;
}
.magazyn-page {
    text-align: center;
  


}

.cenyobuwia {
    text-align: center;
}


.cena_sprzedazy {
    
    font-size: 74px;
    font-weight: 300;

}

.prezecena-desc {
	font-size: 14px !important; 
}

.cena_przed {
    
    font-size: 44px;
    font-weight: 300;
	display: inline-block;
}
.cena_po {
    
    font-size: 74px;
    font-weight: 300;
	display: inline-block;
}

.nazwa {
    font-size: 7px;
}



.cenowka {
    height: calc(3.5cm - 1px);
    border-bottom: 1px solid black;
}

.legenda {
    display: inline-block;
    top: 24px;
    text-align: left;
    color: #fefefe;
   
    margin-top: 19px;
}

.legendarozmiaricon {
    height: 30px;
    width: 30px;
    
    display: inline-block;
    margin: 15px;
    padding-top: 30px;
    border-radius: .25rem;

}

.promocje .card-body {
    color: #fefefe!important;
    


}

.dlawszystkich .display-6{
    font-size: 30px;
    margin: 5px;
}

.dlawszystkich .card {
    font-size: 13px;
    color: #282828;
    margin-bottom: 15px;
}

.dlawszystkich {
    padding-bottom: 15px;
}


.h1 {
    font-size: 20px;
}

.kategorie .card-body {
    color: #282828 !important;
    font-weight: 200;
}

.kategorie .display-6 {
    margin-bottom: 0;
}

.promocje .card {
    margin-bottom: 15px !important;
}

.stats-description {
    font-size: .9375rem;
	font-weight: 300;
    color: #404040;
}

.stats-value {
    font-size: calc(1.275rem + .3vw);
    font-weight: 600;
    color: #66717e;
    padding: 0;
}

.stats .card-body{
    color: #282828 !important;
    padding-bottom: 5px !important;
    position: relative;
}

.stats-card-icon {
	position: absolute;
    height: 40px;
    width: 40px;
	border-radius: 0.375rem;
    right: 15px;
    top: 15px;
    background-color: #66717e;
	transition: all ease-in-out 0.15s;
}

.card:hover .stats-card-icon {
	background-color: #3c4f66;
}

.stats-card-icon i {
    color: #fefefe;
    line-height: 1.45;
    font-size: 29px;
    padding-left: 5.5px;
}

.stats-since {
	margin-top: 10px;
	font-size: 12px;
}

.icon-red {
	color: rgb(250,92,124) !important;
}

.icon-green {
	color: rgb(10,207,151) !important;
}

.stats-since-icon {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}

.card-body {
    padding: 0.4rem 0.5rem !important;
}

.login-box h2 {
    font-weight: 200;
}
.login-box h4 {
    font-weight: 200;
}

.zwrot-page {
	font-size: 18px;
	line-height: 1.9;
}

.settings-radios {
	width: 400px;
    margin: 30px auto;
	text-align: left;
    line-height: 1.9;
    font-size: 18px;
    text-indent: 6px;
	font-weight: 400;
	
}

.form-switch .form-check-input {
    width: 3em !important;
    height: 1.4em !important;
	
}

.formradioinput {
	margin: 3px auto !important;
    display: block !important;
}

.uzupelnij-form {
	width: 45vw;
	margin: 0 auto;
	
}

.toplisty-buttons .btn {
	width: 100% !important;
}


.console-box {
	height: 400px;
	background-color: #bfbfbf;
	width: 100%;
	font-size: 14px;
	text-align: left;
	font-family: Consolas;
	position: relative;
}

.console-input {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.console-box-runned {
    position: absolute;
   
    line-height: 1.25;
    width: 97%;
    font-size: 14px;
    height: 340px;
    overflow-y: scroll;
    left: 15px;
    top: 15px;
}
 


.console-submit {
	width: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.inwentaryzacja-table {
	font-size: 14px !important;
	
}

.inwentaryzacja-stats {
	margin: 15px;
	display: inline-block;
	width: 300px;
	height: auto;
	background-color: #fafafa;
	
}

.inwentaryzacja-desc {
	width: 100%;
	font-size: 16px;
}
.inwentaryzacja-value {
	width: 100%;
	font-size: 38px;
}

.inwentaryzacja-form {
	width: 40%;
	margin: 30px auto;
}

.faktura-img-logo {
	height: 200px;
	width: 300px;
	background-position: 0 -60px;
	background-image: url(../sportesslogo.png) !important;
	background-size: 100%;
	margin: 0 auto;
	display: block;
}


.faktura-header {
	width: 100%;
	height: 43px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	position: relative;
	background-color: #cbe6ef8a;
	border-bottom: 2px solid #399cbd94;
}

.faktura-header-small {
	position: absolute;
	font-size: 12px;
	bottom: 1px;
	width: 100%;
}

.faktura-podpisy {
	margin-top: 100px;
	text-align: center;
}

.faktura-podpis-header {
	font-size: 12px;
	text-align: center;
	width: 100%;
	margin-top: -14px;
}

.zaplacono {
	font-size: 14px;
	margin-top: 50px;
}

.zaplacono-line {
	margin-top: -10px;
	margin-bottom: -10px;
}

.faktura-table {
	border: 1px solid #999999 !important;
}

.faktura-table td {
	border: 1px solid #999999 !important;

}
.faktura-table th {
	border: 1px solid #999999 !important;

}
.uwagi-do-faktury {
	font-size: 16px;
	text-indent: 30px;
}
.uwagi {
	font-weight: bold;
	width: auto;
}

.wz-stats {
	height: auto;
	
}

.wz-stats .display-6 {
	margin-bottom: 10px !important; 
	font-size: 40px !important;
}

.statystykicalkowite .display-6  {
	margin-bottom: 0 !important;
}

.data-manual {
	width: 200px;
	
	position: absolute;
	top: 70px;
	right: 15px;
	height: 50px;
}


.kalendarz-ikona {
	position: absolute !important; 
	color: #282828 !important;
	right: 13px !important;
	background-color: #fff;
	border: 1px solid #ced4da;
	padding: 7px;
	border-radius: 0.25rem;
	top: 70px !important;
	font-size: 30px!important;
	transition: all ease-in-out;
	
}


.kalendarz-ikona:hover {
	background-color: #ced4da;
	border: 1px solid #9a9da1;
}

.kalendarz-link a:hover {
	color: #696969;
	
}

.kalendarz-link a:link {
	color: #282828;
	transition: color ease-in-out 0.1s;
}

.kalendarz-link a:visited {
	color: #282828;
}

.korekta-icon {
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: 0 auto;
	background-color: #ffc107;
	border-radius: 10%;
	position: relative;
	transition: transform ease-in-out 0.1s;
}

.korekta-icon:hover i {
	
	transform: rotate(130deg);
}

.korekta-icon i{
	font-size: 28px;
	position: absolute;
    left: 1px;
	transition: transform ease-in-out 0.1s;
    top: 1px;
}

