body, * {
  box-sizing: border-box;
}

body {
    font-family: arial, sans-serif !important;
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    color: #202020;
    font-size: 16px;
    text-align: center;
    background-color: #f2f2f2;

}

a {
  color: gray;
  text-decoration: none;
}
a:hover {
  color: #537A00;
  text-decoration: none;
}



p,span,div {
  margin: 0px;
  padding: 0px;
}
p {
  margin-bottom:0.8em;
  line-height: 1.7;
}
.opis_bazy {text-transform: uppercase; font-size: 12px; padding-bottom: 30px;}
h1 {color: white; background-color: #9D9F9E; border-bottom: 2px solid #5C5E5D; text-transform: uppercase; font-size: 20px; font-weight: normal; border-radius: 30px; padding: 10px 20px 8px 20px; display: inline-block; margin: 20px 10px 10px 10px; text-align: center;}
h2 {color: black; text-transform: uppercase; font-size: 25px; font-weight: normal;}
/* styl placeholdera w inputach */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #C3CDDD;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #C3CDDD;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #C3CDDD;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #C3CDDD;
}
.enter {display: inline-block; text-align: center; }

table {
  border-collapse: collapse;
  margin:10px;
  font-size: 13px;
}

table th {
  padding: 0 4px;
}

table td {
  border: 0px solid #c0c0c0;
  padding: 6px;
}

input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

input[type="text"], input[type="password"] {
  padding: 5px 10px;
}

input[type="submit"] {
  background-color: #0084AA;
  border: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}
input[type="button"] {
  background-color: #0084AA;
  border: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}

.header {background: #f2f2f2; padding-bottom:0; margin-bottom:0px; text-align: center;}

label {
  display: block;
}

.error {
  outline:1px solid red;
}

.modal_dlg_bkg {
  background:white;
  background-color: white;
  border:1px solid #275794;

  font-family: 'Arial', arial, sans-serif !important;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #444;
  font-size: 13px;
  text-align: left;

  -webkit-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
}

.modal_dlg_bkg .dlg_close_btn {
  width:40px;
  height:40px;
  position: absolute;
  background-color:#30ae24;
  background-position:top left;
  background-repeat:no-repeat;
  background-image: url('../pics/exit.png');
  background-size: 100% 100%;

  opacity:0.5;
  cursor:pointer;
}

.modal_dlg_bkg .dlg_close_btn:hover {
  opacity:1;
}

.modal_dlg_bkg .dlg_close_btn.jeden {
  right:5px;
  top:5px;
}

.modal_dlg_bkg .dlg_close_btn.dwa {
  right:5px;
  bottom:5px;
}

.modal_dlg_bkg .row {
  margin-bottom:5px;
}

.modal_dlg_bkg .row .block {
  display:inline-block;
  margin-right:10px;
  vertical-align: top;
}

.modal_dlg_bkg .readonly {
  background:inherit;
}

.modal_dlg_bkg textarea {
  height:60px;
  width: 300px;
}

.term_form_btn {
  display: inline-block;
  border: 1px solid #F8F8F8;
  padding: 15px;
  border-radius: 5px;
  text-transform:uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  margin-right: 5px;
  cursor: pointer;
  background:#275794;
/*  width: 50px; */
  text-align: center;
  color: white;
  font-weight: bold;
  vertical-align: top;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
}
.term_form_btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}



/*///////////////////////////////////////////////////////
// Confirm START
///////////////////////////////////////////////////////*/

.confirmdlg_dark_bkg {
  z-index:500;
  background:black;
  opacity:0.3;
}

.confirmdlg {
  background:white;
  min-width: 300px;
  border:1px solid #000;
  -webkit-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  border-radius: 3px;
  padding:10px;
  margin:0px;
  z-index:501;
  color:black !important;
  font-family: arial, sans-serif !important;
  font-size: 16px !important;
}

.confirmdlg .confirmdlg_title {
  display:block;
  text-align: left;
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom:20px;
}

.confirmdlg .confirmdlg_alert {
  display:block;
  text-align: left;
  margin-bottom:20px;
  line-height: 1.4;
}

.confirmdlg .confirmdlg_btns {
  display:block;
  float:right;
  position:relative;
  height:40px;
}

.confirmdlg .confirmdlg_btns .confirmdlg_btn {
  display:inline-block;
  width:auto;
  top:0;
/*  position:absolute; */
  background:white;
  border:1px solid #000;
  border-radius: 3px;
  padding:5px;
  color:black;
  margin-left:10px;
  cursor:pointer;
}

.confirmdlg .confirmdlg_btns .confirmdlg_btn:hover {
  background:#ddd;
}

.confirmdlg .confirmdlg_btns .confirmdlg_btn#btn_no {
/*  right:10px; */
}

.confirmdlg .confirmdlg_btns .confirmdlg_btn#btn_yes {
/*  right:80px; */

  /* focus outline: */
  outline-width: 1px;
  outline-color:rgb(77, 144, 254);
  outline-offset:-1.6px;
  outline-style:auto;
}

/*///////////////////////////////////////////////////////
// Confirm END
///////////////////////////////////////////////////////*/

.result_fader2 { /* styl dla zanikających alertów */
  text-align:center;
  padding:20px 40px;
  color:white;
  font-size:24px;
  background-color:#ff6600;
  border-radius:10px;
  z-index: 2000;
}

.result_fader2.ok {
  background-color:green;
}

.result_fader2.warning {
  background-color:#ff6600;
}

.result_fader2.error {
  background-color:red;
  outline:none;
}

.empty_dymek {
  display:inline-block;
  width:11px;
  height:11px;
  background: none;
  border:0;
  margin:0 5px 0 0;
  padding:0;
}

.dymek_cont {
  display: none;
  position:relative;
  /*display:inline-block;*/
  width:11px;
  height:11px;
  overflow:visible;
  background: url('../pics/info.png') no-repeat left top;
  border:0;
  margin:0;
  padding:0;
  margin-left: 5px;
}

.dymek_cont .dymek_inner {
  position:absolute;
  display:none;
  background:none;
  border:none;
  padding-left:15px;
  padding-right:15px;
}

.dymek_cont .dymek_inner.lewy {
  right:0px;
}

.dymek_cont .dymek_inner .dymek_inner_txt {
  background-color:#275794;
  border:1px solid #275794;
  white-space: nowrap;
  cursor:default;
  padding:7px;
  color: white;
  border-radius: 3px;
  font-family:arial, sans-serif;
  font-weight: normal;
  font-size:14px;
  text-decoration: none;
}

.dymek_cont:hover .dymek_inner, .dymek_cont .dymek_inner:hover {
  display:block;
  z-index: 1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

/* Rzeczy wymagane do działania START */


@media screen and (max-width:768px) {
 .logo {margin: 0 20px;}
 .upper_icons {float: none}
 .container_front {padding: 10px;}
 .lang {padding: 10px 10px  0 0}
 .lang span {}
 .menu_gl {float: none}
 h1 {margin: 0 10px 20px 10px}
 h2 {margin-right: 20px;}
 h3 {margin: 0 10px 10px 10px; text-align: center}
 a.powrot {font-size: 80%;}
 .row.tresc{margin: 20px}
 .row.tresc li {padding: 6px 0; line-height: 1.5;}
}

.container_footer_front {width: 100%; margin-top: 60px; border-top: 1px solid #c0c0c0; padding-top: 20px;}
.container_footer_pad {max-width: 1200px; padding: 20px; margin: 0 auto; text-align: center;}

