



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block;

}



body {

max-width:1000px;

margin-left:auto;

margin-right:auto;

}



ol, ul {

  list-style: none;

}



blockquote, q {

  quotes: none;

}



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}





#container {

  width:100%;

}



.login {

  position: relative;

  margin-top: 5%;

  padding: 20px 20px 20px;

  background: #f6f6fb;

  border-radius: 3px;

  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);

}

.login:before {

  content: '';

  position: absolute;

  top: -8px;

  bottom: -8px;

  left: -8px;

  z-index: -1;

  background: rgba(0, 0, 0, 0.08);

  border-radius: 4px;

}

.login h1 {

  margin: -20px -20px 21px;

  line-height: 40px;

  font-size: 20px;

  font-weight: bold;

  color: white;

  padding: 10px;

  text-align: center;

  background: #f3f3f3;

  border-bottom: 1px solid #cfcfcf;

  border-radius: 3px 3px 0 0;  

background-image: linear-gradient(to bottom, #1a607a, #7a8b93);

  -webkit-box-shadow: 0 1px whitesmoke;

  box-shadow: 0 1px whitesmoke;

}

.login p {

  margin: 20px 0 0;

}

.login p:first-child {

  margin-top: 20px;

text-align: center;

}

.login input[type=text], .login input[type=password] {

  width: 95%;

}



#login1 input[type=text], .login input[type=password] {

  width: 90%;

}



.login p.remember_me {

  float: left;

  line-height: 31px;

}

.login p.remember_me label {

  font-size: 12px;

  color: #777;

  cursor: pointer;

}

.login p.remember_me input {

  position: relative;

  bottom: 1px;

  margin-right: 4px;

  vertical-align: middle;

}

.login p.submit {

  text-align: center;

}



.login-help {

  margin: 20px 0;

  font-size: 11px;

  color: white;

  text-align: center;

  text-shadow: 0 1px #2a85a1;

}

.login-help a {

  color: #cce7fa;

  text-decoration: none;

}

.login-help a:hover {

  text-decoration: underline;

}



:-moz-placeholder {

  color: #c9c9c9 !important;

  font-size: 13px;

}



::-webkit-input-placeholder {

  color: #ccc;

  font-size: 13px;

}



input {

  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;

  font-size: 14px;

  color:black;

}



input[type=text], input[type=password] {

    margin-left: 2.5%;

    margin-top: 10px;

    padding: 25px 10px;

    width: 200px;

    height: 34px;

    color: #404040;

    background: white;

    border: 1px solid;

    border-color: #3a8abb #3a8abb #3a8abb;

    border-radius: 2px;

    outline: 5px solid #eff4f7;

    -moz-outline-radius: 3px;

    -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 12%);

    box-shadow: inset 0 1px 3px rgb(0 0 0 / 12%);

}





input[type=text]:focus, input[type=password]:focus {

  border-color: #7dc9e2;

  outline-color: #dceefc;

  outline-offset: 0;

}



input[type=submit] {

    padding: 0 18px;

    height: 48px;

    width: 50%;

    font-size: 17px;

    font-weight: bold;

    color: #527881;

    text-shadow: 0 1px #e3f1f1;

    background: #cde5ef;

    border: 1px solid;

    border-color: #b4ccce #b3c0c8 #9eb9c2;

    border-radius: 16px;

    outline: 0;

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);

    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);

    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);

    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);

    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgb(0 0 0 / 15%);

    box-shadow: inset 0 1px white, 0 1px 2px rgb(0 0 0 / 15%);

}



input[type=submit]:active {

  background: #cde5ef;

  border-color: #9eb9c2 #b3c0c8 #b4ccce;

  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);

  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);

}



.lt-ie9 input[type=text], .lt-ie9 input[type=password] {

  line-height: 34px;

}



/* ����� ���� vladmaxi, ����� ������� */

.vladmaxi-top{

	line-height: 24px;

	font-size: 11px;

	background: #eee;

	text-transform: uppercase;

	z-index: 9999;

	position: fixed;

	top:0;

	left:0;

	width:100%;

	font-family: calibri;

	font-size: 13px;

	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);

	-webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;

}

@-webkit-keyframes slideOut{

	0%{top:-30px; opacity: 0;}

	100%{top:0px; opacity: 1;}

}



.vladmaxi-top a{

	padding: 0px 10px;

	letter-spacing: 1px;

	color: #333;

	text-shadow: 0px 1px 1px #fff;

	display: block;

	float: left;

}

.vladmaxi-top a:hover{

	background: #fff;

}

.vladmaxi-top span.right{

	float: right;

}

.vladmaxi-top span.right a{

	float: left;

	display: block;

}

.title {

    text-align: center;

    margin-top: 20px;

    width: 70%;

    font-size: 19px;

    margin-left: auto;

    margin-right: auto;

}



.title_st1 {

    text-align: center;

    margin-top: 20px;

    width: 70%;

    font-size: 19px;

    margin-left: auto;

    margin-right: auto;

}



.title1 {

    text-align: center;

    margin-top: 20px;

    width: 70%;

    font-size: 16px;

    margin-left: auto;

    margin-right: auto;

}



.title2 {

    text-align: center;

    margin-top: 20px;

    width: 70%;

    font-size: 19px;

    margin-left: auto;

    margin-right: auto;

    background-color: #5a81c2;

    color: white;

}



 input::-webkit-input-placeholder { color: black; }



.ocena {

    font-size: 16px;

    text-align: left;

    margin-top: 15px;

}

.ocena_ok {

    font-size: 16px;

    text-align: center;

    margin-top: 3px;

}



input[type=checkbox], input[type=radio] {

    box-sizing: border-box;

    padding: 0;

    width: 37px;

    height: 28px;

}



.number1 {

    margin-top: 0px;

    z-index: 999;

    position: relative;

    width: 10px;

    margin-left: 68px;

    font-weight: 700;

}



.number2 {

    margin-top: -24px;

    z-index: 999;

    position: relative;

    width: 10px;

    margin-left: 108px;

    font-weight: 700;

}



.number3 {

    margin-top: -24px;

    z-index: 999;

    position: relative;

    width: 10px;

    margin-left: 151px;

    font-weight: 700;

}



.number4 {

    margin-top: -24px;

    z-index: 999;

    position: relative;

    width: 10px;

    margin-left: 192px;

    font-weight: 700;

}



.number5 {

    margin-top: -24px;

    z-index: 999;

    position: relative;

    width: 10px;

    margin-left: 233px;

    font-weight: 700;

}



#border_div {

    border: 1px solid #0000ff8c;

    padding: 10px;

    margin-top: 10px;

    margin-left: 2.5%;

    margin-right: 2.5%;

    outline: 5px solid #eff4f7;

}



.textar {

    margin-top: 15px;

    overflow: auto;

    resize: vertical;

    width: 95%;

    margin-left: 2.5%;

    border: 1px solid #0000ff8c;

    outline: 5px solid #eff4f7;

    height: 145px;

}



.margin_ocena {margin-left:10.5%;}



.input_text {margin-left:5%;}



.radio_1 {

    padding: 10px;

    border: 1px solid #0000ff8c;

    display: grid;

    grid-template-columns: 1fr 1fr;

    color: white;

    background-image: linear-gradient(to bottom, #1a607a, #7a8b93);

    outline: 5px solid #eff4f7;

}



.forma_radio {

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    grid-gap: 20px;

    text-align: center;

    align-content: center;

    justify-content: center;

    margin-left: 1.5%;

    margin-right: 1.5%;

    align-items: center;

    padding: 10px;

}

.text1 {

    margin-top: 1px;

    margin-left: -16px;

}



.grid_column {

    display: grid;

    grid-template-columns: 30px 30px 30px 30px 30px;

    grid-gap: 10px;

    grid-template-rows: 2px;

    margin-left: 50px;

}



.grid_column1 {

    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

    grid-gap: 10px;

    grid-template-rows: 2px;

    margin-top: -1px;

    position: relative;

    z-index: 1;

    text-align: center;

    padding-top: 25px;

    padding-bottom: 25px;

    border-top: 1px solid #bbc0c5;

    border-bottom: 1px solid #bbc0c5;

}



.skala {

    border: 1px solid #bbc0c5;

    border-radius: 120px 120px 0 0;

    padding: 10px;

    position: relative;

    z-index: 999;

    margin-top: 30px;

    font-size:24px;

}



.kroshki

{

margin-top: 50px;

}

.margin_top {margin-top:20px; margin-left:8px;}

.margin_top1 {margin-top: 10px; font-size: 45px;}

.margin_top2 {margin-top: 10px;}







.error { padding:10px; text-align:center; color:white; background-color:red; margin-top:10px; }





.header_menu { padding:10px; font-size: 37px; text-align:center; color:white; background-image: linear-gradient(to bottom, #1a607a, #7a8b93); margin-top:10px; }





.wroc {color:white;}







.red {display:none;}

.red1 {display:none; text-align: center;}

.green {margin-left:auto; margin-right:auto; text-align:center; text-align:center; color:white; padding:10px; background-color:green; margin-top:20px; width:70%;}

#bez-margin {padding-left:0px; padding-right:0px;}

.lista {margin-left:auto; margin-right:auto; text-align:left;  color:white; padding:10px; background-color:#3f4c3f; margin-top:20px; width:100%;}

.title_adm {font-size:18px; margin-top:10px; margin-bottom:10px; text-align:center;}

input[type=submit]:hover {

    padding: 0 18px;

    height: 48px;

    width: 50%;

    font-size: 17px;

    color: white;

    background: #cde5ef;

    border: 1px solid;

    border-color: #b4ccce #b3c0c8 #9eb9c2;

    border-radius: 16px;

    outline: 0;

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);

    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);

    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);

    background-image: linear-gradient(to bottom, #5299a9, black);

    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgb(0 0 0 / 15%);

    box-shadow: inset 0 1px white, 0 1px 2px rgb(0 0 0 / 15%);

}



.pobrac

{

margin-left:auto;

margin-right:auto;

text-align:center;

margin-top:20px;

}





.title_st

{

margin-top:20px;

padding:10px;

color:white;

background-image: linear-gradient(to bottom, #1a607a, #7a8b93);



}



.login11 {

  position: relative;

  margin-top: -57%;

  padding: 20px 20px 20px;

  background: #f6f6fb;

  border-radius: 3px;

  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);

}



.login12 {

  position: relative;

  margin-top: 20px;

  padding: 20px 20px 20px;

  background: #f6f6fb;

  border-radius: 3px;

  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);

}





.accordion {

    background-color: #eee;

    color: #444;

    cursor: pointer;

    padding: 18px;

    width: 100%;

    text-align: left;

    border: none;

    outline: none;

    transition: 0.4s;

    margin-bottom: 5px;

}

.active, .accordion:hover {

    background-color: #ccc;

}

.panel {

    padding: 18px;

    background-color: white;

    display: none;

    overflow: hidden;

}



.accordion:after {

    content: '\02795'; /* Unicode character for "plus" sign (+) */

    font-size: 13px;

    color: #777;

    float: right;

    margin-left: 5px;

}



.active:after {

    content: "\2796"; /* Unicode character for "minus" sign (-) */

}





#wpis {background-color: #34343c;

    color: white;}





.add_zakaz {

display: block;

width: 80px;

height: 150px;

position: fixed;

right: 0;

top: 200px;

z-index: 99999;

}



label, button {

    display: block;

    margin: 20px auto;

}

input {

    border: 2px solid #d5d5d5;

    line-height: 22px;

    margin-left: 20px;

    min-width: 230px;

}

.label {

    display: inline-block;

    min-width: 400px;

    text-align: left;

}

button {

    background-color: green;

    border: medium none;

    color: #fff;

    font-size: 20px;

    line-height: 40px;

    margin-top: 40px;

    padding: 0 30px;

    cursor: pointer;

    text-transform: uppercase;

}

label {

    margin: 0;

    padding: 12px 0;

    -webkit-transition: all .25s;

    -o-transition: all .25s;

    transition: all .25s;

}

label:hover {

    background-color: rgba(255, 255, 255, .2);

}

.label {
  display: inline-block;
  min-width: 400px;
  text-align: center;
}

.login {
  position: relative;
  margin-top: 0%;
  padding: 20px 20px 20px;
  background: #f6f6fb;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.grid_table 
{
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  padding: 10px;
  font-size: 20px;
  background-color: #e0edf4;
  margin-bottom: 10px;
}

.grid_table1 {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  padding: 10px;
  font-size: 16px;
  background-color: #f9f9f9;
  margin-bottom: 10px;
}




.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-top: 10px !important;
  background-color: #e1ecf4;
  padding: 10px;
}

.buttonczyk {
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #3388ad !important;
  color: white;
  border-radius: 15px !important; 
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.grid_form {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  justify-content: center;
  align-content: center;
  align-items: center;
}