html {
    scroll-behavior: smooth;
}
section {
  scroll-margin-top: 100px;
}
body {
	background: #efefef;
	margin: 0px;
	padding: 0px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size:14px;
  color: #555555;
  scroll-behavior: smooth;
}
.c_info_oferta {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff0000;
  color: #fff !important;
  border-radius: 15px;
  padding: 1px 4px;
  font-size: 8px;
  font-weight: bold;
}
#map {
      height: calc(100vh - 220px);
      width: 100%;
    }
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
 .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #1d4770;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #d9251b;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}
.scroll-smooth {
  scroll-behavior: smooth;
  overflow: auto;
  margin-left: 40px;
  height: calc(100vh - 370px);
}
.column_worker {
width: 125px;
float: left;
}
#preview {
	position:absolute;
  z-index:500;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
  #preview {
    max-width: 100%;
    margin-top: 20px;
}
.button_disk {
	border:1px solid #ee2239;
	border-radius: 999px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    line-height: 0px;
    padding: 4px;
    cursor: pointer;
}
.button_disk:hover {
	background: #ee2239;
}
.c_select {
  border: 2px solid #234c75;
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;

}
#lightbox {
    position: fixed;
    top:0; left:0; width:100%; height:100%;
    background: rgba(0,0,0,0.85);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

#lightbox img {
    max-width:90%;
    max-height:90%;
    box-shadow: 0 0 20px #000;
}

#lb-prev, #lb-next {
    position: fixed;
    top:50%;
    transform: translateY(-50%);
    font-size: 2em;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index:10000;
}

#lb-prev { left: 20px; }
#lb-next { right: 20px; }

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
legend {
   font-size: 16px !important;
}
.c_icon_list {
  width: 20px;
  margin-top: -3px;
}
.c_body_licznik {
  background: #007dff;
  text-align: center;
  padding: 3px 10px;
  color: #fff;
  border-radius: 0px 0px 6px 6px;
  width: fit-content;
  position: fixed;
  top: 60px;
  right: 10px;
  z-index: 1;
}
.c_btn {
  border: 0px;
  border-radius: 3px;
  background: #6c757d;
  padding: 5px 10px;
  color: #fff;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_search {
  width: 100%;
  margin: 5px 0px;
  max-width: 700px;
}
.c_60 {
  width: 60%;
  float: left;
}
.c_40 {
  width: 40%;
  float: left;
} 
.c_20 {
  width: 20%;
  float: left;
}

  
.c_clear {
    clear: both;
}
#m_logowanie_all {
    background: url(img/bg.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
    height: 100vh;
}
#m_logowanie_form {
    width: 80%;
    margin: 0px auto;
    padding-top: 15%;

}
#m_logowanie_form_left {
    width: 50%;
    float: left;
}
#m_logowanie_form_right {
    width: 50%;
    float: left;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c_logowanie_form_input {
    background: #fff;
    border-radius: 25px;
    padding: 5px;
    margin: 30px 0px;
}
.c_logowanie_form_input img {
    float: left;
    width: 20px;
    padding: 5px 15px;
    border-right: 1px solid #a2a2a2;
    margin-right: 5px;
}
.logowanieinput {
    color: #333;
    width: 72%;
    border: 0px;
    padding: 8px;
    font-family: 'Fira Sans Condensed', sans-serif;
  }
.logowanieinput:focus{
    outline: none;
}
.button {
    background: #0095da;
    border: 0px;
    border-radius: 15px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 70px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    cursor:pointer;
    font-family: 'Fira Sans Condensed', sans-serif;
  }
.button:hover {
    background: #ec1d24;
    text-decoration: none !important;
    color: #fff;
  }
#logowanie {
  width: 300px;
  padding: 35px;
  margin-top: 5px;
  margin-left: auto;
	margin-right: auto;
  border-radius: 5px;
  text-align: center;
}
.c_logo {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 70px;
}
.c_logo img {
  padding: 20px;
}
.c_logowanie_bottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #ffffff;
}
.content a, #logowanie a {
  text-decoration: none;
  color: #98a6af;
}
.content a:hover, #logowanie a:hover {
  text-decoration: underline;
}
.c_logowanie_bottom a {
  color: #b8b8b8;
  text-decoration: none;
}
.c_logowanie_bottom a:hover {
  text-decoration: underline;
}
#top {
  background: #234c75;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  position: fixed;
  top: 0px;
  z-index: 500;
  width: 100%;
  height:60px;
}
#topleft {
  width: 18%;
  float: left;
  padding: 7px 1%;
}
#topright {
  width: 78%;
  float: left;
  padding: 7px 1%;
}

#right {
  width: 100%; 
  float: left;
  padding-top: 60px; 
}
#bottom {
  padding: 28px;
  background: #f1f1f1;
  background-position: top;
}
.bottom_logo {
    margin: 3px 30px;
  float: left;
}
.bottom_dane {
    margin: 0px;
    float: left;
    border-left: 1px solid #213675;
    padding-left: 30px;
}

/* */
.toggleMenu {
    display:  none;
    background: url(img/menu.svg) no-repeat scroll 50% 50%;
    background-size: 30px;
    padding: 15px 10px;
    text-decoration: none;
    width: 30px;
    color: #435966;
    z-index: 100;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.toggleMenu:hover {
   background: #171f48 url(img/menu.svg) no-repeat scroll 50% 50%;
   background-size: 30px;
}
.c_hidden {
  display: none;
}
.nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 100;
    float: right;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table;
    z-index: 100; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    z-index: 100;
}
.nav a {
    color: #fff;
    padding: 15px 12px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    z-index: 100;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    background: #234c75;
    border-radius: 10px;
}
.nav a:hover {
  background: #e31e24;
  color: #fff;
  z-index: 100;
}
.nav li {
    position: relative; 
    z-index: 100;
}
.nav > li {
    float: left;
    z-index: 100;
}
.nav > li > .parent {
      
}
.nav > li > .parent:hover {
    background: #e31e24;  
}
.nav > li > a {
    display: block;  
}
.nav li  ul {
    position: absolute;
    left: -9999px;
    -webkit-box-shadow: 0px 10px 14px 0px #bfbfbf;
-moz-box-shadow: 0px 10px 14px 0px #bfbfbf;
box-shadow: 0px 10px 14px 0px #bfbfbf;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0; 
}
.nav li li a {
    display: block;
    background: #fff;
    padding: 10px 20px;
    margin-left: -40px;   
    position: relative;
    z-index:100;
    border-bottom: 1px solid #a2a2a2;
    width: 180px;
    color: #24306e;
    border-radius: 0px;
}
.nav li li a:hover {
  background: #ee2239;
}
@media screen and (max-width: 767px) {
    .active {
        display: block; 
    }
    .c_hidden_menu {
        display: block;
    }
    .nav {
      float: none;
      position: absolute;
      width: 96%;
      left: 2%;
    }
    .nav li  ul {
    position: absolute;
    left: -9999px;
    padding: 0%;
    width: 100%; 
    }
    .nav a {
        padding: 15px 0px;
        color:#fff;
        background: #171f48;
        text-decoration: none;
        text-align: center;
        z-index: 100; 
        border-bottom: 1px solid #3a3a3a;
        border-right:0px;
        width: 100%;
        height: auto;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        border-radius: 0px;
    }
    .nav > li > a {
      display:block;
    }
    .nav li li a {
      width: 100%;
      padding: 15px 0px;
      margin: 0px;
      background: #24306e;
      color: #fff;
    }
    .nav > li {
        float: none; 
    }
    
    .nav ul {
        display: block;
        width: 100%; 
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static; 
    }
    .nav > li > .parent {
    background: #171f48 center 93% url("downArrow.png") no-repeat;
    padding-right: 0px;  
    }
    .nav > li > .parent:hover {
        background: #ff0000 center 93% url("downArrow.png") no-repeat;
        padding-right: 0px; 
    }

}
/* */
.c_logout a {
  font-weight: bold;
  color: #fe2121 !important;
}
.c_logout a:hover {
  color: #fff !important;
  background: #fe2121 !important;
}
.form_left {
  width: 48%;
  float: left;
  padding: 1%;
  text-align: right;
}
.form_right {
  width: 48%;
  float: left;
  padding: 1%;
}
.form_left_main, .form_right_main {
  width: 48%;
  float: left;
  padding: 1%;
}
.c_input {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 5px 3%;
  width: 90%;
}
.c_input_80 {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 5px 3%;
  width: 70%;
}
.content {
  padding: 35px;
  background: #fff;
  margin: 20px;
  -webkit-box-shadow: 0px 0px 14px 0px #bfbfbf;
-moz-box-shadow: 0px 0px 14px 0px #bfbfbf;
box-shadow: 0px 0px 14px 0px #bfbfbf;
}
.content h1 {
  font-weight: normal;
  font-size: 36px;
  color: #24306e;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
}
.content h2 {
  font-weight: normal;
  font-size: 16px;
  color: #ee2239;
  margin-bottom:20px;
  text-align: center;
}
.content a, #logowanie a {
  text-decoration: none;
  color: #98a6af;
}
.content a:hover, #logowanie a:hover {
  text-decoration: underline;
}
.error_content {
  padding: 20px;
  text-align: center;
  margin-left: auto;
	margin-right: auto;
  background: #ffc0cb;
  border: 1px solid #800000;
}
.ok_content {
  padding: 20px;
  text-align: center;
  margin-left: auto;
	margin-right: auto;
  background: #c3ffc0;
  border: 1px solid #298424;
}
.warning_content {
  padding: 20px;
  text-align: center;
  margin-left: auto;
	margin-right: auto;
  background: #fee833;
  border: 1px solid #ff0000;
}
.error {
  position: relative; top: 10px;
  width: 300px;
  padding: 20px;
  text-align: center;
  margin-left: auto;
	margin-right: auto;
  background: #ffc0cb;
  border: 1px solid #800000;
}
.ok {
  position: relative; top: 10px;
  width: 300px;
  padding: 20px;
  text-align: center;
  margin-left: auto;
	margin-right: auto;
  background: #c3ffc0;
  border: 1px solid #298424;
}

/*  Scrool content  */
h2.trigger {
    
    /*background: url(img/triggerplus.png) no-repeat;*/
    font-size: 12px;
    margin:0px;
}
h2.trigger a {
    padding: 15px 5px 15px 10px;
    color: #000;
    text-decoration: none;
    display: block;
}
h2.trigger a:hover {text-decoration: none;background: url(img/dark.png) repeat;}
h2.active {/*background: url(img/triggerminus.png) no-repeat;*/} /*--Kiedy panel zostanie rozwinięty okno panelu zostanie przesunięte do spodu by ukazać jego “otwarty stan”--*/
.toggle_container {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    font-size: 12px;
    clear: both;
}
.toggle_container .block {
    padding: 15px;
}
fieldset {
  border: 1px solid #24306e;
  border-radius: 5px;
  background: #fff;
  padding: 2%;
}
#m_szukaj {
    border: 1px solid #e31e24;
    padding: 20px;
    margin-bottom: 10px;
}
.c_search {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.c_search_select {
	width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.c_button_search {
    width: 100%;
    float: left;
    padding: 12px 0px;
    background: #e31e24;
    border:0px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    margin-top: 5px;
}
.c_button_search:hover {
    background: #ae1b1f;
}
.column_3, .column_4, .column_5, .column_6, .column_7, .column_10, .column_12, .column_15, .column_6, .column_8, .column_20, .column_25, .column_30, .column_33, .column_40, .column_50, .column_60, .column_70, .column_80, .column_88, .column_90 {
  float: left;
}
.column_3 {
    width: 3%;
  }  
.column_4 {
  width: 4%;
}  
.column_5 {
  width: 5%;
} 
.column_6 {
  width: 6%;
} 
.column_7 {
  width: 7%;
} 
.column_10 {
  width: 10%;
} 
.column_12 {
    width: 12%;
  } 
.column_15 {
    width: 15%;
}   
.column_8 {
  width: 8%;
} 
.column_20 {
  width: 20%;
}
.column_25 {
  width: 25%;
}
.column_30 {
  width: 30%;
}
.column_33 {
    width: 33%;
  }
.column_40 {
  width: 40%;
}
.column_50 {
  width: 50%;
}
.column_60 {
  width: 60%;
}
.column_70 {
  width: 70%;
}
.column_80 {
  width: 80%;
}
.column_88 {
    width: 88%;
}
.column_90 {
  width: 90%;
}
img {
	max-width: 100%;
}
.c_opcje {
  text-align: right;
}
.c_status {
  padding: 3px 10px;
  color: #fff;
  border-radius: 5px;
}
.c_button_column {
  color: #727271 !important;
  padding: 3px 10px;
  border-right: 1px solid #dddddd;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_button_column_red {
  color: #ea2121 !important;
  padding: 3px 10px;
  border-right: 1px solid #dddddd;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_button_column:hover {
}
.c_legend {
  background:#ffffff;
  padding: 10px; 
  border: 1px solid #e5e5e5;
}
.c_legend_row_vertical_middle {
    vertical-align: middle;
    display: table-cell;
    height: 38px;
}
.c_legend_row {
  padding: 10px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
   transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    box-sizing: unset !important;
}
.c_legend_row:hover {
	background: #ddd !important;
}
.c_legend_row_border {
    border-bottom: 1px solid #000;
}
.c_legend_bottom {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}
.c_lista_iphone_show {
  display: none;
}

.c_lista_iphone_show_title {
  cursor:pointer;
  padding:12px;
  display:flex;
  justify-content:space-between;
  font-weight:bold;
}

.c_lista_iphone_show_content {
  display:none;
  padding:12px;
  border:1px solid #ddd;
  border-top:none;
}

.c_lista_iphone_show_icon{
  font-size:18px;
  padding: 0px 10px;
}



@media only screen and (min-width: 1181px) and (max-width: 1380px) {
   .nav a {
    padding: 15px 6px;
    }

}
@media only screen and (min-width: 1120px) and (max-width: 1180px) {
  .nav a {
    padding: 15px 3px;
    }
    
  .c_opcje {
    background: #eee;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1119px) {
  

}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .c_lista_iphone_show {
    display: block;
  }
  .c_lista_iphone_hidden {
    display: none;
  }
  .c_legend_row {
    padding: 0px !important;
  }
  .form_left_main, .form_right_main {
    width: 98%;
    float: left;
    padding: 1%;
  }



  #m_logowanie_form_left {
  width: 100%;
  }
  #m_logowanie_form_right {
  width: 100%;
  border-left: 0px solid #fff;
  }
  .c_status {
    padding: 3px 5px;
  }  
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
   .column_10 {
    width: 100%;
    padding: 5px 0px;
  }
  .column_60 {
    width: 100%;
    padding: 5px 0px;
  }
  .column_40 {
    width: 100%;
    padding: 5px 0px;
  }
  .column_30 {
    width: 100%;
    padding: 5px 0px;
  }
  .c_button_column {
  }
  .c_button_column_red {
  
  }
  #topleft {
    width: 40%;
  }  
  #topright {
    width: 52%;
    text-align: right;
    padding: 7px 3%;
  }
  .c_status {
    padding: 3px 5px;
  }
  #m_logowanie_form_left {
  width: 100%;
  }
  #m_logowanie_form_right {
  width: 100%;
  border-left: 0px solid #fff;
  }
  .form_left_main, .form_right_main {
    width: 98%;
    float: left;
    padding: 1%;
  }
  .c_logo {
    padding-top: 40px;
   } 
   
}
@media only screen and (min-width: 320px) and (max-width: 539px) {
    
    .c_67_iphone {
        width: 65%;
    }
    .c_33_iphone {
        width: 31%;
    }
    .c_40_iphone {
        width: 31%;
    }
    .c_clear_iphone {
        clear: both;
    }
    #top {
        position: absolute;
    }
    .c_body_licznik {
        position: absolute;
    }
   
    .c_body_licznik_text {
    display: none;
   }
    .column_10 {
    width: 100%;
    padding: 5px 0px;
  }
  .column_60 {
    width: 100%;
    padding: 5px 0px;
  }
  .column_40 {
    width: 100%;
    padding: 5px 0px;
  }
  .column_30 {
    width: 100%;
    padding: 5px 0px;
  }
  .c_button_column {
  }
  .c_button_column_red {
  
  }

  #topright {
    text-align: right;
  }
  .c_status {
    padding: 3px 5px;
  }
  .form_left_main, .form_right_main {
    width: 98%;
    float: left;
    padding: 1%;
  }
  .content {
    padding: 35px 10px;
  }
  .bottom_logo {
    width: 94%;
    text-align: center;
  } 
  .bottombox {
    margin: 20px 3%;
    width: 94%;
    text-align: center;
  }
  .c_logo {
    padding-top: 40px;
   }
   .c_logo img {
    padding: 0px;
   }
   .error {
    width: 250px;
  }
  .ok {
    width: 250px;
  }
  .button {
    padding: 10px 15px;
   }   
   #m_pulpit_1 {
    width: 100%;
   }
   #m_pulpit_2 {
    width: 100%;
    border-right: 0px solid #fff;
   }
   #graph {
    margin: 0px auto;
   }
   #m_pulpit_3 {
    width: 100%;
    margin-left: 0%;
   }
   .c_phone_5 {
    width: 50%;
    float: left;
   }
   .c_phone_10 {
    width: 50%;
    float: left;
   }
   .c_phone_20 {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #a1a1a1;
   }
  #graphBar {
    height: 150px;
  }
  #m_logowanie_form_left {
  width: 100%;
  }
  #m_logowanie_form_right {
  width: 100%;
  border-left: 0px solid #fff;
  }
  #logowanie {
  padding: 0px;
  width: 100%;
  }
  .logowanieinput {
  width: 65%;
  }
  .form_left {
    width: 98%;
    text-align: left;
  }
  .form_right {
    width: 98%;
  }
}