/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-09-18, 06:55:54
    Author     : marcin
*/
.onisoft-table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}
.onisoft-table thead tr {
  background-color: #fff;
}
.onisoft-table thead tr th {
  font-weight: 400;
  vertical-align: bottom;
  color: #5c657e;
  font-size: 12px;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #ececec;
  position: relative;
  font-weight: bold;
}
.onisoft-table thead td:not(:last-child):after,
.onisoft-table thead th:not(:last-child):after {
  content: "";
  position: absolute;
  top: 33%;
  right: 0;
  display: block;
  height: 35%;
  border-right: 1px solid #ececec;
}
.onisoft-table tbody tr td {
  font-size: 12px;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #ececec;
  position: relative;
  border: solid #ececec;
  border-width: 0 1px 0 0;
}
.onisoft-table tbody tr:hover > td,
.onisoft-table tbody tr:hover > th,
.onisoft-table tbody tr:nth-child(2n):hover > td,
.onisoft-table tbody tr:nth-child(2n):hover > th {
  background-color: #f5f7ff;
}
.onisoft-table-withzebra tbody tr:nth-child(2n) {
  background-color: #f7f7f7;
}
/* aurora overwrite*/
.colorexample {
  position: relative;
}
.colorexample-view {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 27px;
  height: 30px;
  border: 1px solid #abb4cd;
  display: inline-block;
}
.confcolorpicker {
  border-radius: 5px;
  line-height: 25px;
}
.none {
  display: none;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.readonlyfield {
  background-color: #e0e0e0;
  color: grey;
}
.cell-data {
  width: 120px;
}
.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}
.btn-delete {
  border-color: red;
  color: red;
  background-color: #fff;
}
.btn-delete:hover {
  background-color: red;
  border-color: red;
  color: #fff;
}
.btn_config {
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ff6600;
  font-size: 14px;
}
.btn_config:hover {
  background-color: #ffcc00;
  border-color: #ffcc00;
  color: #000;
}
.ui__section-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.message-box__content.message-box_full-width {
  max-width: 100%;
}
#appname-title {
  margin: 0;
  padding: 0;
  line-height: 50px;
}
#appname-title span {
  line-height: 50px;
  min-height: 50px;
  display: inline-block;
  position: relative;
  padding-left: 60px;
}
#appname-title span::before {
  position: absolute;
  content: url('../img/apl_icon_title.png');
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  display: inline-block;
}
#headersubmenu {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 5px 0px;
  padding-left: 25px;
}
#osoft-ftr {
  margin-top: 20px;
  padding: 5px 0px;
  overflow: hidden;
  text-align: center;
}
#osoft-ftr .copyright {
  min-width: 200px;
}
#osoft-ftr .copyright a {
  display: inline-block;
  margin: 5px 10px;
}
#osoft-ftr .copyright img {
  max-height: 25px;
}
#osoft-ftr .copyright-doc {
  margin: 5px 10px;
  line-height: 20px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item.active {
  color: #000;
}
/* formularze*/
#subtab-css-content textarea {
  width: 100%;
  min-height: 300px;
}
.app-submenu-conteiner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.app-submenu-conteiner .app-submenu {
  flex: 15%;
  background-color: #edf4fa;
  box-shadow: inset -4px 0 6px -5px rgba(0, 0, 0, 0.2);
}
.app-submenu-conteiner .app-submenu .submenu-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-submenu-conteiner .app-submenu .submenu-tabs ul li {
  margin: 0;
  padding: 0;
  background-clip: padding-box;
  overflow: hidden;
  display: block;
  padding: 1.23em;
  border-bottom: 1px solid #fff;
}
.app-submenu-conteiner .app-submenu .submenu-tabs ul li a {
  color: #000;
  text-decoration: none;
}
.app-submenu-conteiner .app-submenu .submenu-tabs ul li.submenu-tab-active {
  background-color: #9bcdf4;
}
.app-submenu-conteiner .app-submenu .submenu-tabs ul li.submenu-tab-active a {
  color: #fff;
}
.app-submenu-conteiner .app-submen-content {
  flex: 85%;
}
.clear {
  clear: both;
}
.tab-navigation {
  border-bottom: 6px solid #3c83ec;
}
.tab-navigation ul li {
  display: inline-block;
  margin-right: 0.3em;
  position: relative;
}
.tab-navigation ul li a {
  text-decoration: none;
}
.tab-navigation ul li a .tab-active {
  font-weight: bold;
}
.tab-navigation ul li > * {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #5c657e;
  display: inline-block;
  background-color: #edf4fa;
  border: 1px solid #e5e5e5;
  padding: 0.5em 1em;
  position: relative;
  border-radius: 3px 3px 0 0;
}
.tab-navigation ul li > * .checkbox-wrap {
  margin-left: -0.3em;
  vertical-align: top;
}
.tab-navigation ul li > .tab-active,
.tab-navigation ul li > [data-tab-for-current=true],
.tab-navigation ul li[data-tab-for-current=true] > * {
  background-color: #3c83ec;
  color: #fff;
  border-color: #3c83ec;
}
.tab-navigation.rwd-layout-width {
  clear: both;
  margin: 0 auto;
}
.tab-navigation.rwd-layout-width + main {
  padding-top: 0;
}
.select2-container .select2-selection--single {
  height: 34px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px!important;
}
.osoft-pagination {
  float: right;
}
.osoft-pagination li {
  display: inline-block;
  padding: 2px 5px;
  font-weight: normal;
}
.osoft-pagination li a {
  color: #000;
  text-decoration: none;
}
.osoft-pagination li.active a {
  font-weight: bold;
}
.osoft-pagination li.disabled {
  color: grey;
}
.osoft-pagination li.disabled a {
  color: lightgrey;
  pointer-events: none;
  text-decoration: none;
}
.img-responsive {
  max-width: 100%;
}
.icon-legenda-plus {
  background-color: #3c83ec;
  border-radius: 3px;
  color: #fff;
  content: "+";
  font-weight: 700;
  cursor: pointer;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  align-items: center;
}
.accordion {
  width: 95%;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px #e1e1e1;
  overflow: hidden;
  transition: height 0.3s ease;
  margin-bottom: 20px;
}
.accordion .accordion_tab {
  padding: 18px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  background-color: #f3f4f8;
  border: 1px solid #abb4cd;
}
.accordion .accordion_tab .accordion_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
}
.accordion .accordion_tab.active .accordion_arrow {
  transform: translateY(-50%) rotate(180deg);
}
.accordion.active {
  height: auto;
}
.accordion .accordion_content {
  padding: 18px;
  border-top: 1px solid #e9e9e9;
  border: 1px solid #abb4cd;
}
.accordion .accordion_content .accordion_item {
  margin-bottom: 20px;
  color: #000;
}
.accordion .accordion_content .accordion_item p.item_title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: #6adda2;
}
/* Timeline */
.timeline {
  border-left: 4px solid #3c83ec;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.8);
  margin: 0px;
  margin-left: 150px;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 10px;
  list-style: none;
  text-align: left;
  font-weight: 100;
}
.timeline h3 {
  font-weight: bold;
  font-size: 1.4em;
  display: inline-block;
}
.timeline strong {
  font-weight: 600;
}
.timeline .event {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.timeline .event .event-content {
  margin-left: 20px;
  background: #fff;
  padding: 15px;
}
.timeline .event .event-title ul {
  margin-right: 20px;
  display: inline-flex;
}
.timeline .event .event-title ul li {
  margin-right: 5px;
}
.timeline .event .notecontent {
  margin-top: 10px;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -157.5px;
  color: rgba(0, 0, 0, 0.7);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
  top: 15px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #3c83ec;
  left: -17.85px;
  background: #313534;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 20px;
}
@media only screen and (max-width: 1440px) {
  .app-submenu-conteiner .app-submenu {
    flex: 20%;
  }
  .app-submenu-conteiner .app-submen-content {
    flex: 80%;
  }
}
@media only screen and (max-width: 1360px) {
  .app-submenu-conteiner .app-submenu {
    flex: 25%;
  }
  .app-submenu-conteiner .app-submen-content {
    flex: 75%;
  }
}
@media only screen and (max-width: 979px) {
  .app-submenu-conteiner .app-submenu {
    flex: 30%;
  }
  .app-submenu-conteiner .app-submen-content {
    flex: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .app-submenu-conteiner {
    flex: unset;
    display: block;
  }
  .app-submenu-conteiner .app-submenu {
    flex: unset;
    display: block;
    width: 100%;
  }
  .app-submenu-conteiner .app-submen-content {
    flex: unset;
    display: block;
  }
}
@media (max-width: 767px) {
  .app-submen-content {
    float: none;
    width: 100%;
  }
  .app-submen-content .app-submenu-tabelem {
    display: block!important;
  }
}
@media (max-width: 560px) {
  .tab-navigation ul li {
    display: block;
    width: 100%;
  }
  .tab-navigation ul li a {
    width: 100%;
    text-align: center;
  }
}
.text-center {
  text-align: center!important;
}
.bs-wizard {
  margin-top: 40px;
}
/*Form Wizard*/
.row-wizard {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-wizard {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.bs-wizard > .bs-wizard-step > .progress {
  background: #f5f5f5;
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  height: 8px;
  box-shadow: none;
  background: #fbe8aa;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/
#modal-dayslots {
  max-height: 90vh;
  min-height: 50%;
  min-width: 50%;
}
#modal-dayslots .modal-window__content {
  min-height: 30vh;
  height: 100%;
}
#modal-dayslots .modal-window__content .mcontent {
  height: 100%;
}
#modal-dayslots .modal-window__content iframe {
  min-height: 450px;
}
