@import url(http://fonts.googleapis.com/css?family=Lato:300,400&subset=latin,latin-ext);
html,
body {
  height: 100%;
  background-color: #ececec;
  font-family: 'Lato', sans-serif !important;
}
input {
  font-family: 'Lato', sans-serif !important;
}
body,
table {
  font-size: 16px;
  margin: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
form {
  margin-bottom: 0;
}
tr {
  background-color: #fff;
}
tr:nth-child(even) {
  background-color: #ededed;
}
thead tr {
  background-color: #258244;
  color: #ffffff;
}
td {
  padding: 2px 4px;
  border: 1px solid #fff;
}
.right {
  text-align: right;
}
.narrow input {
  width: 160px;
}
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.clr {
  clear: both;
}
input:not([type="checkbox"]) {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ramka {
  padding: 10px 15px;
  background: #ffffff;
  margin-bottom: 15px;
}
.ramka.pomoc {
  padding: 20px 15px;
}
label {
  display: inline-block;
  margin-right: 5px;
  min-width: 95px;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  line-height: 28px;
  padding-right: 3px;
}
label.big {
  min-width: 165px;
}
label.small {
  min-width: 0px;
}
.narrow {
  width: 1%;
}
input:not([type="checkbox"]),
select {
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  border: 1px solid #d3d3d3;
  height: 30px;
  line-height: 28px;
  padding: 2px 10px;
}
textarea {
  width: -moz-calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  min-height: 100px;
  vertical-align: top;
  margin: 5px 0 10px;
  font-size: 16px;
  border: 1px solid #d3d3d3;
}
h4 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #ffffff;
  background-color: #258244;
  margin: -10px -15px 15px;
  padding: 5px 15px;
  font-weight: 300;
}
.error h4 {
  background-color: transparent;
}
h5 {
  font-style: italic;
  color: #666666;
  font-size: 18px;
  margin: 0 0 10px;
}
.Panel {
  max-width: 100%;
  margin: 0 auto;
}
input[autocomplete],
input.razem {
  width: 91px;
  height: 28px;
  padding: 5px 10px;
}
input.razem {
  display: inline;
  width: 55px;
}
input[autocomplete] {
  padding: 5px 35px 5px 10px;
  background: url(../img/clock.png) center right no-repeat #ffffff;
  border: 1px solid #d3d3d3;
  cursor: pointer;
}
.aktywnosci table td:first-child {
  text-transform: capitalize;
}
.aktywnosci table input {
  text-align: center;
  margin-bottom: 0;
}
.kierowca,
.oznakowanie {
  float: left;
}
.kierowca2,
.odpowiedzialny {
  float: right;
}
#worker_list .remove,
#worker_list2 .remove {
  background: #258244;
  color: #ffffff;
  margin-left: 10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  line-height: 11px;
  vertical-align: text-bottom;
  cursor: pointer;
}
#worker_list .remove:hover,
#worker_list2 .remove:hover {
  background-color: #1f6e3a;
}
ol li {
  margin-bottom: 5px;
}
.addAktywnosc {
  margin: 10px 0 30px;
}
.addAktywnosc:not(.editing) .edit {
  display: none;
}
.addAktywnosc.editing .read {
  display: none;
}
#activityName {
  width: 400px;
}
.Panel:not(.podglad) .footer .step2 {
  display: none;
}
.Panel.podglad .footer .step1 {
  display: none;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
  padding-top: 270px;
  font-size: larger;
  color: #666;
}
.podglad .overlay {
  display: block;
}
.footer {
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
.footer input,
.footer a,
.done a.button {
  padding: 15px 25px;
  font-weight: bold !important;
  font-size: larger;
  border: none;
  background-color: #258244;
  color: #ffffff;
  cursor: pointer;
  height: auto;
}
.done a.button {
  padding: 10px 20px;
  margin: 0 10px;
}
.footer input:hover {
  background-color: #1f6e3a;
  color: #ffffff;
}
a.anuluj {
  background-image: url(../img/anuluj.png) !important;
  background-position: 25px center !important;
  background-repeat: no-repeat !important;
  padding-left: 70px !important;
}
.ok {
  background-image: url(../img/ok.png) !important;
  background-position: 25px center !important;
  background-repeat: no-repeat !important;
  padding-left: 70px !important;
}
hr {
  margin: 10px 0 20px;
}
h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 10px 0;
  color: #fff;
  background-color: #258244;
}
.menu h2 {
  margin-bottom: 0;
}
header {
  color: #258244;
  height: 100px;
  max-width: 1110px;
  position: relative;
  margin: 0 auto 15px;
  background-color: #ffffff;
}
header .logo {
  position: absolute;
  left: 18px;
  top: 20px;
  width: 136px;
  height: 57px;
  background: url(../img/logotype.png) no-repeat top left #ffffff;
}
header a + .logo {
  top: 5px;
}
header .button.anuluj {
  position: absolute;
  bottom: 0;
  left: 19px;
  background-image: url(../img/anuluj_m.png) !important;
  background-position: 15px center !important;
  padding: 0 30px 0 60px !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
h1 {
  font-size: 22px;
  color: #666666;
  margin: 30px 0;
}
.pomoc {
  color: #666666;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
  margin-bottom: 15px;
}
.phone-ico {
  display: inline-block;
  background: url(../img/pomoc.png) center center no-repeat transparent;
  width: 54px;
  height: 54px;
  margin-right: 20px;
  vertical-align: middle;
}
.pomoc .phone {
  color: #666666;
  font-weight: 400;
}
.menuWrapper {
  padding: 0;
  margin: 0 -15px;
}
.menu a,
a.logout {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu .menuWrapper a {
  display: inline-block;
  margin: 0px 15px 30px;
  color: #666666;
  text-align: left;
  text-decoration: none;
  font-size: 22px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 15px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  font-weight: 400;
}
.menu .menuWrapper a:after {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/plus.png) top left no-repeat transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
  content: "";
}
.menu .menuWrapper a:hover:after {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: rotate;
  -moz-animation-duration: 0.6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
  animation-name: rotate;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
.menu .menuWrapper a:hover {
  border: 1px solid #258244;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.menu_blocks > .menu_block {
  display: inline-block;
  width: 33%;
}
footer {
  max-width: 1110px;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
}
footer .footerInner {
  background: none #258244;
  padding: 25px 30px;
  color: #ffffff;
}
select {
  max-width: 240px;
}
.LoginFormWrapper {
  display: table;
  height: 100%;
  width: 100%;
  height: -moz-calc(100% - 335px);
  height: -webkit-calc(100% - 335px);
  height: calc(100% - 335px);
  height: -moz-calc(100vh - 335px);
  height: -webkit-calc(100vh - 335px);
  height: calc(100vh - 335px);
}
.LoginForm {
  display: table-row;
}
.LoginForm form {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.LoginForm * {
  text-align: left;
}
.LoginForm input[type="password"] {
  vertical-align: bottom;
}
.li-space input {
  margin-bottom: 0;
}
.li-space label {
  margin-left: 10px;
}
.li-space:nth-child(even) {
  background-color: #ededed;
}
li.li-space {
  line-height: 32px;
  padding-top: 3px;
  padding-left: 5px;
}
li.li-space.hourOnly label:not(.sel),
li.li-space.hourOnly input {
  display: none;
}
li.li-space label.sel {
  min-width: 1px !important;
  visibility: hidden;
}
li.li-space .selectboxit-container {
  margin-bottom: 0;
}
.menu_blocks {
  text-align: center;
}
a.logout {
  float: right;
  color: #ffffff;
  display: block;
  background: url(../img/logout.png) center 15px no-repeat #d3d3d3;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 16px;
  padding-top: 70px;
  box-sizing: border-box;
  text-decoration: none;
}
a.logout:hover {
  background: url(../img/logout.png) center 15px no-repeat #258244;
  color: #ffffff;
}
h2 a.return {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}
.inline {
  display: inline-block !important;
  float: right;
  padding-right: 5px;
}
.budowa .edit {
  display: none;
}
.budowa.editing .edit {
  display: block;
}
.budowa.editing #addBudowa {
  display: none;
}
.ajax {
  display: none;
}
.overlay {
  -webkit-animation: cc 1s linear 1s infinite alternate;
  animation: cc 1s linear 1s infinite alternate;
  color: #666;
}
input[type="button"],
input[type="submit"],
a.button {
  background: none #258244;
  color: #ffffff;
  border: none;
  font-weight: 300;
  line-height: 28px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
input[type="submit"]:hover,
a.button:hover,
input[type="button"]:hover {
  background-color: #1f6e3a;
}
@-webkit-keyframes cc {
  0% {
    color: #666;
  }
  50% {
    color: #258244;
  }
  100% {
    color: #666;
  }
}
@keyframes cc {
  0% {
    color: #666;
  }
  50% {
    color: #258244;
  }
  100% {
    color: #666;
  }
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -218px;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.page-wrap:after {
  content: "";
  display: block;
}
footer,
.page-wrap:after {
  height: 218px;
}
.wpisy td,
.wpisy th {
  padding: 5px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #ededed;
}
.wpisy .urlop {
  background-color: #FFFD79 !important;
}
.wpisy .nieob {
  background-color: #7DB5FF !important;
}
.wpisy .wolne {
  background-color: #B966DA !important;
  color: #fff;
}
.wpisy .lekarskie {
  background-color: #258244 !important;
  color: #fff;
}
.wpisy .weekend td,
.wpisy .weekend th {
  background-color: #e36637;
  color: #fff;
}
.wpisy td:first-child {
  text-align: left;
}
.wpisy {
  overflow-x: auto;
}
div.done {
  text-align: center;
  padding: 15px;
}
.done h3 {
  color: #ffffff;
  margin: -15px -15px 20px;
  padding: 10px 15px;
  background-color: #258244;
}
.xs {
  display: none;
}
.xl {
  display: inline;
}
input.hasDatepicker {
  background: url(../img/cal.png) center right no-repeat #ffffff;
  padding: 5px 35px 5px 10px;
  width: 140px;
  cursor: pointer;
}
.center {
  text-align: center !important;
}
.nowrap {
  white-space: nowrap;
}
.error-info {
  color: #d00;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
/*==============selectboxit===================*/
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  margin-left: -3px;
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font-size: 14px;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  overflow: hidden;
  display: block;
  position: relative;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 28px;
  /* Height of the drop down */
  line-height: 28px;
  /* Vertically positions the drop down text */
  display: block;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  padding-right: 10px;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 25px;
  position: absolute;
  right: 0;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -3px;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #fff;
  border: 1px solid #d3d3d3;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #fff;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
}
.selectboxit-default-arrow {
  width: 11px;
  height: 7px;
  border: none;
  background: url(../img/dropdown.png) top left no-repeat transparent;
}
.selectboxit-arrow-container {
  background-color: #ececec;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #258244;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
.errorWrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
.errorWrap .error {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -100px;
}
.errorWrap a.button {
  padding: 3px 8px;
  margin-top: 10px;
}
input.step1[type="button"] {
  margin-right: 0;
}
header + .anuluj {
  margin-bottom: 15px;
  padding: 15px 25px 15px 70px;
  font-size: larger;
  font-weight: bold !important;
}
.ui-datepicker {
  z-index: 2 !important;
}
input[type="checkbox"] {
  vertical-align: middle;
}
.invalid + .selectboxit-container {
  border: 1px solid #f00;
}
@media only screen and (min-width: 851px) {
  input[name="oznakowanie"],
  input[name="zdjecia"] {
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
  }
  div.oznakowanie {
    width: -moz-calc(100% - 410px);
    width: -webkit-calc(100% - 410px);
    width: calc(100% - 410px);
  }
}
@media only screen and (max-width: 850px) {
  .pomoc {
    line-height: 40px;
    overflow: hidden;
    position: relative;
  }
  .pomoc .phone {
    display: inline-block;
    margin-top: -13px;
  }
  .phone-ico {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -27px;
  }
  h1 {
    margin: 30px 5px;
  }
  #activityName {
    width: -moz-calc(100% - 145px);
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
  }
  #budowaName {
    width: -moz-calc(100% - 155px);
    width: -webkit-calc(100% - 155px);
    width: calc(100% - 155px);
  }
  #cancelActivity,
  #cancelBudowa {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  .Panel {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
  }
  .Panel header {
    margin: -4px;
    margin-bottom: 13px;
  }
  .kierowca2,
  .odpowiedzialny {
    float: left;
  }
  .xs {
    display: inline;
  }
  .menuWrapper {
    display: block;
    height: auto;
    margin: 0;
  }
  .menuWrapper .menu {
    display: block;
  }
  .menu_blocks > .menu_block {
    width: 48%;
  }
  a.anuluj,
  .ok,
  .footer input {
    background-image: none !important;
    padding: 15px !important;
  }
  textarea {
    width: 100%;
  }
  .budowa .floatRight {
    float: none;
    text-align: right;
  }
  .kierowca2 {
    padding-left: 10px;
  }
  .kierowca,
  .kierowca2 {
    width: 100%;
  }
  .kierowca2 {
    margin-top: 15px;
    margin-left: -10px;
  }
  .pomoc {
    padding: 5px 15px 5px 80px !important;
  }
}
@media only screen and (max-width: 550px) {
  footer {
    height: auto;
  }
  footer {
    position: relative;
  }
  footer .floatRight {
    float: none;
    margin-bottom: 10px;
  }
  footer .floatRight a.logout {
    float: none;
  }
  .menu_blocks > .menu_block {
    width: 100%;
  }
  a.anuluj,
  .ok,
  .footer input {
    background-image: none !important;
    padding: 10px !important;
  }
  label {
    min-width: 55px;
  }
  h1 {
    margin: 30px 10px;
  }
  .xl {
    display: none;
  }
  .narrow input {
    width: 60px;
  }
  label.small {
    min-width: 55px;
  }
  .kierowca2 {
    padding-left: 0px;
    margin-left: 0;
  }
  .pomoc {
    padding: 20px 15px 20px 80px !important;
  }
  .done a.button {
    display: block;
    margin: 10px 0;
  }
}
