html,
body {
  height: 100%;
}

/* Other Classes for Page Styling */

body {
  background: #f3f3f3;
}

#appContainer, #syncContainer, #caseContainer, #geoerrContainer {
	display: none;
    padding-top: 70px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    max-width: 98%;
}

.navbar {
  background-color: #007B91;
}

#menuContainer {
	display: none;
}

#loginContainer {
	display: none;
}

#syncContainer {
	display: none;
}

#notificationContainer, #calendarContainer {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 300px;
  max-width: 90%;
  overflow: auto;
  text-align: left;
  transition: transform 0.2s ease-in;
  height: 100%;
  z-index: 9999;
  background-color: white;
  box-shadow: -0.2rem 0 0.2rem 1px rgb(0 0 0 / 15%);
}

.right-bar-content {
  padding: 10px;
}

.right-bar-content--left {
  border: 1px solid #d6d6d6;
  padding: 10px;
  border-radius: 5px;
  margin: 5px;
}

.right-bar-content--message {
  padding: 5px;
}

.area-title {
  margin-top:10px;
  margin-bottom: 10px;
}

footer {
	font-size:0.8em;
}

.jsgrid-header-row>.jsgrid-header-cell {
  font-size: 0.9em;
}

/* rows */
.jsgrid-row > .jsgrid-cell {
  font-size: 0.85em;
}

.jsgrid-row.bg-ok, .jsgrid-alt-row.bg-ok {
  font-style: italic;
}

.jsgrid-row.bg-test, .jsgrid-alt-row.bg-test {
  font-style: italic;
}

/* alternate rows */
.jsgrid-alt-row>.jsgrid-cell {
  font-size: 0.85em;
}

/* editing row */
.jsgrid-edit-row>.jsgrid-cell {
  font-size: 0.85em;
}

.jsgrid-row.bg-ok > .jsgrid-cell, .jsgrid-alt-row.bg-ok > .jsgrid-cell {
  background-color: #e1e1e1;
}

.jsgrid-row.bg-test > .jsgrid-cell, .jsgrid-alt-row.bg-test > .jsgrid-cell {
  background-color: #ffefcc;
}


.jsgrid-row.bg-during > .jsgrid-cell, .jsgrid-alt-row.bg-during > .jsgrid-cell {
  background-color: #E1F8DC;
}

.jsgrid-row.bg-second > .jsgrid-cell, .jsgrid-alt-row.bg-second > .jsgrid-cell {
  background-color: #FFE7C7;
}


/*   Dymki   */
.dymek {
    border:1px solid #c0c0c0;
    display:inline-block;
    border-radius:3px;
    margin-right:3px;
    margin-top:3px;
    height:60px;
}

.dymek > .podpis {
    display:block;
    padding:3px;
    font-weight:bolder;
    border-bottom:1px solid #c0c0c0;
    font-size:0.7rem;
}

.dymek > .celka {
    display:block;
    text-align:center;
    font-weight:bolder;
    padding:5px;
}

/*   STEPY */

.content-element{
  margin:10px 0 0 0px;
}

.circles-list ol {
  list-style-type: none;
  /*margin-left: 1.25em;*/
  padding-left: 2.5em;
  counter-reset: li-counter;
  border-left: 1px solid #00c4cc;
  position: relative; }

.circles-list ol > li {
  position: relative;
  margin-bottom: 3.125em;
  clear: both; }

.circles-list ol > li:before {
  position: absolute;
  top: -0.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1em;
  left: -3.75em;
  width: 2.25em;
  height: 2.25em;
  line-height: 2.25em;
  text-align: center;
  z-index: 9;
  color: #00c4cc;
  border: 2px solid #00c4cc;
  border-radius: 50%;
  content: counter(li-counter);
  background-color: #ebeced;
  counter-increment: li-counter; }


input:checked ~ label {
    font-weight: bold;
}

.form-check {
  display:table;
  min-height: 27px;
  margin-top:5px;
}

.form-check .radio input[type="radio"],
.form-check .radio-inline input[type="radio"],
.form-check .checkbox input[type="checkbox"],
.form-check .checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
  position: absolute; }
.form-check .radio, .form-check .checkbox, .form-check .radio-inline, .form-check .checkbox-inline {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 7px; }
.form-check .radio, .form-check .checkbox, .form-check .radio-vert {
  display: table;
  min-height: 27px;
  margin-left: 0px; }
  .form-check .radio > .radiocheck-label, .form-check .checkbox > .radiocheck-label, .form-check .radio-vert > .radiocheck-label {
    padding-left: 5px; }
    .form-check .radio > .radiocheck-label label, .form-check .checkbox > .radiocheck-label label, .form-check .radio-vert > .radiocheck-label label {
      padding: 0 !important; }
  .form-check .radio > .radiocheck-btn, .form-check .checkbox > .radiocheck-btn, .form-check .radio-vert > .radiocheck-btn {
    vertical-align: middle;
    display: table-cell; }
.form-check .fm-check {
  cursor: pointer;
  padding-left: 20px;
  display:table-cell;
  vertical-align: middle;
}
  .form-check .fm-check input {
    margin-left: -18px;
    display: none;
    opacity: 0;
    position: absolute; }
    .form-check .fm-check input:checked + i {
      border-color: #000000; }
    .form-check .fm-check input:checked + span .active {
      display: inherit; }
    .form-check .fm-check input[type="radio"] + i {
      border-radius: 50%; }
      .form-check .fm-check input[type="radio"] + i:before {
        border-radius: 50%; }
    .form-check .fm-check input[type="radio"]:checked + i:before {
      background-color: #1d81ca;
      height: 10px;
      left: 4px;
      top: 4px;
      width: 10px; }
    .form-check .fm-check input[type="checkbox"]:checked + i:before {
      background-color: #1d81ca;
      height: 18px;
      width: 18px;
      left: 0px;
      top: 0px;
      background: url("check.svg?q=2");
      background-size: 18px 18px; }
    .form-check .fm-check input[disabled] + i {
      border-color: #C0C0C0;
      background-color: #E6E7E2; }
      .form-check .fm-check input[disabled] + i:before {
        background-color: #E6E7E2; }
  .form-check .fm-check > i {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    display: inline-block;
    height: 20px;
    line-height: 1;
    margin-left: -20px;
    margin-right: 4px;
    margin-top: -2px;
    position: relative;
    vertical-align: middle;
    width: 20px; }
    .form-check .fm-check > i:before {
      background-color: transparent;
      content: "";
      height: 0;
      left: 50%;
      position: absolute;
      top: 50%;
      transition: all 0.2s ease 0s;
      width: 0; }
  .form-check .fm-check > span {
    margin-left: -20px; }
    .form-check .fm-check > span .active {
      display: none; }


.font-weight-semibold {
  font-weight: 500;
}

.form-check-label {
  cursor: pointer;
}

.form-check-label > p {
  margin-bottom: 0rem !important;
}

ank {
  color:  #0000ff;
  font-style: italic;
  font-weight: 400;
}

.table-quota {
  font-size: 0.8rem;
}

/*.btn-primary {
  background-color: #FF9600;
  border-color: #FF9600;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus  {
  background-color: #ffffff;
  color: #007B91;
  border-color: #FF9600;
}*/

.logo-left {
  cursor:  pointer;
}

#version {
  font-size: 0.7em;
  font-style: italic;
  position: absolute;
  top: 10px;
  right: 16px;
  color: white;
  background-color: #929292;
  border-radius: 10px;
  padding: 3px;
}

.btn-icon {
  border: 1px solid #d6d6d6;
}

.btn-icon:hover {
  background-color: #0095AC;
  /*border-color: #0095AC;*/
}

.btn-primary-kim {
  background-color: #007C91;
  color: #ffffff;
  border-color: #0095AC;
}

.btn-primary-kim:hover {
  color:  white;
  background-color: #0095AC;
}

div.overlay {
  display: none;
  opacity:0.7;
  filter: alpha(opacity=20);
  background-color:#000; 
  width:100%; 
  height:100%; 
  z-index:1299;
  top:0; 
  left:0; 
  position:fixed; 
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.personal {
  font-size: 0.7em;
}

.right-bar--close {
  cursor: pointer;
}

.notification {
  border-bottom: 1px solid #d6d6d6;
}

.image-full{
   display:block;
  }

.image-mobile {
  display:none;
}

@media (max-width: 640px) {
  .image-full{
    display:none;
  }

  .image-mobile{
   display:block;
  }
}

.tab-calendar {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

.tab-calendar--header {
  border-bottom-width: 1px;
}

.tab-calendar--header td {
  padding: 0.75em;
  word-break: break-all;
  font-size: 0.9em;
  background: #a5f1ff;
  border: 1px solid #EBEDF3;
}

.tab-calendar--separator {
  border-bottom-width: 1px;
}

.tab-calendar--separator td {
  padding: 0.75em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  word-break: break-all;
  font-style: italic;
  font-size: 0.9em;
  background: #d3d3d3;
  border: 1px solid #EBEDF3;
}

.tab-calendar--separator-positive {
  border-bottom-width: 1px;
}

.tab-calendar--separator-positive td {
  padding: 0.75em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  word-break: break-all;
  font-style: italic;
  font-size: 0.9em;
  background: #48d368;
  border: 1px solid #EBEDF3;
}

.tab-calendar--content td {
  font-size: 0.9em;
  padding: 5px;
  border: 1px solid #EBEDF3;
}

.tab-calendar--survey td {
  font-size: 0.8em;
  font-style: italic;
  padding: 5px;
  background: #F3F6F9;
  border: 1px solid #EBEDF3;
}

.unit {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.table.table-bordered thead {
    background-color: #e9ecef;
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.sa-table td, .sa-table th {
    padding: 3px;
    font-size: 0.9em;
}

.btn-next {
    background-color: #077b91;
    border-color: #077b91;
    color: #fff;
}

.btn-next:hover, .btn-next:focus, .btn-next:active, .btn-finish:hover, .btn-finish:focus, .btn-finish:active 
{
  background-color: #036173;
  border-color: #077b91;
  color: #fff !important; 
}

.btn-prev, .btn-abort {
  background-color: #6CBBCA;
  border-color: #6CBBCA;
  color: #fff; 
}

.btn-prev[disabled], .btn-abort[disabled] 
{
  background-color: #ffffff; 
}

.btn-prev:hover, .btn-prev:focus, .btn-prev:active, .btn-abort:hover, .btn-abort:focus, .btn-abort:active 
{
  background-color: #036173;
  border-color: #036173;
  color: #fff; 
}

.pass-instruction {
  background-color: #ced4da;
  border-radius: 5px;
  padding: 1rem;
}

.fm-voivmap-map {
  display: none; 
}

.fm-voivmap-answers {
  display: inherit; 
}

@media (min-width: 768px) {
  .fm-voivmap-map {
    display: inherit; 
  }

  .fm-voivmap-answers {
    display: none; 
  } 
}

.vertical-answers {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}    

.form-check .fm-check-vertical {
  display:flex;
  flex-direction:column;
  align-items:center;
  padding-left:0px !important;
}

.form-check-vertical {
  text-align:center;
}

.form-check .fm-check-vertical > i {
  margin-left:0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
}

.form-check-label-vertical {
  text-align:center;
}

.imgs {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

.imgs .form-check .fm-check
{
  display:none;
}

.img-text {
  padding: 10px;
  border: 1px solid #d6d6d6;
  margin: 5px;
  display:flex;
}

.img-img {
  border: 1px solid #d6d6d6; 
  margin:5px;
  padding-left:0px;
}

.img-selected {
  border: 2px solid #ff0000;
}


.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  display: none;
  position: fixed;
  opacity:0.9;
  z-index: 99999;
  background: #c0c0c0;
}

.preloader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 50px;
  transform-origin: center center;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.circular > .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}


@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%, 0% {
    stroke: #0F7C90;
  }
  40% {
    stroke: #0F7C90;
  }
  66% {
    stroke: #0F7C90;
  }
  80%, 90% {
    stroke: #0F7C90;
  }
}

.input-group {
  align-items:center;
}