html, body {
    margin: 0;
    padding: 0;
    /*font-size: 12px;*/
    color: #000;
    background: #e2e3e5;
    font-family: Lato, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.dev-env-banner {
    background-color: darksalmon;
}

.feedbackHolder.stick {
    position: fixed;
    top: 0;
    z-index: 3000;
    zoom: 1;
}

.ajaxFeedbackHolder {
    position: fixed;
    top: 0px;
    z-index: 3;
    z-index: 3000; /*over modal!*/
    /* border-top-left-radius:0; */
    /* border-top-right-radius:0; */
}

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1920px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 86px;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 1920px) {
    /* Specific to this particular image */
    img.bg {
        left: 50%;
        margin-left: -960px; /* 50% */
    }
}

@media (min-width: 768px) and (max-width: 879px) {
    .btn-responsive {
        padding:4px 9px;
        font-size:76%;
    }
}
@media (min-width: 880px) and (max-width: 991px) {
    .btn-responsive {
        padding:4px 9px;
        font-size:92%;
    }
}
@media (min-width: 992px) and (max-width: 1099px) {
    .btn-responsive {
        padding:4px 9px;
        font-size:86%;
    }
}
@media (min-width: 1100px) and (max-width: 1199px) {
    .btn-responsive {
        padding:4px 9px;
        font-size:100%;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .btn-responsive {
        padding:4px 9px;
        font-size:84%;
    }
}
@media (min-width: 1440px) and (max-width: 1919px) {
    .btn-responsive {
        font-size:94%;
    }
}
@media (min-width: 1920px) and (max-width: 2559px) {
    .btn-responsive {
        font-size:140%;
    }
}
@media (min-width: 2560px) {
    .btn-responsive {
        font-size:190%;
    }
}

/* USUNIECIE X-a czyszczacego input w IE */
input::-ms-clear, input::-ms-reveal {
    display: none;
}

/*bootstrap override - bso */
h1,
.h1 {
    font-size: 18px;
}

h2,
.h2 {
    font-size: 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}

h3,
.h3 {
    font-size: 15px;
}

h4,
.h4 {
    font-size: 14px;
}

h5,
.h5 {
    font-size: 13px;
}

h6,
.h6 {
    font-size: 13px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}

.btn-lg {
    font-size: 16px;
}

.bolder {
    font-weight: 700;
}
.hidden {
	display: none;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.m-l-1 {
    margin-left: 1em;
}

.m-l-2 {
    margin-left: 2em;
}

.m-l-3 {
    margin-left: 3em;
}

.m-r-1 {
    margin-right: 1em;
}

.m-r-2 {
    margin-right: 2em;
}

.m-r-3 {
    margin-right: 3em;
}

.m-t-1 {
    margin-top: 1em;
}

.m-t-2 {
    margin-top: 2em;
}

.m-t-3 {
    margin-top: 3em;
}

@media (min-width: 768px) {
    .m-t-2-sm {
        margin-top: 2em;
    }

    .m-t-3-sm {
        margin-top: 3em;
    }

    .m-t-7-sm {
        margin-top: 7em;
    }

    .m-t-10-sm {
        margin-top: 10em;
    }

    .m-t-20-sm {
        margin-top: 27vh;
    }
}

@media (max-width: 1366px) {
    .m-t-20-sm {
        margin-top: 4vh;
    }
}

.m-b-1 {
    margin-bottom: 1em;
}

.m-b-2 {
    margin-bottom: 2em;
}

.m-b-3 {
    margin-bottom: 3em;
}

legend {
    margin-bottom: 1.2em;
    text-transform: uppercase;
    border-bottom: 0 none;
    font-size: 1em;
    color: #999;
}

legend .small, legend small {
    color: #999999;
    font-weight: 400;
    line-height: 1;
}

.form-control.bg-fff {
    background-color: #fff;
}

.page-header {
    border-bottom: 1px solid #EEEEEE;
    margin: 0 0 1em;
    padding-bottom: 0.5em;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    border-width: 0;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 2
}

.container {
    position: relative;
    z-index: 2
}

.container.admin {
    width: 100%;
}

.navbar-default .container > .navbar-header {
    margin-left: 0px;
}

.navbar-default .container {
    position: relative;
}

.apt-menu {
	display: none;
}

.mobile-button-padding {
    display: inline-block;
    padding: 0px 5px;
    margin: 0 2px;
}

.menu-right-button {
  border: none;
  border-radius: 2px;
  color: white;
  padding: 4px 7px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bold;
}

.menu-right-button.login-btn {
  background-color: #0093d8;
}
.menu-right-button.lang-btn {
  background-color: #aaa;
}

.navbar-default .container .circle-buttons {
    position: absolute;
    top: 1.5rem;
    right: 0;
    margin-right: 10px;
}

.circle-buttons a:hover,
.circle-buttons a:focus,
.circle-buttons a.active {
    text-decoration: none;
    color: #eee;
}

.bg-fff {
    background: #fff;
    background-color: #fff;
}

.border-top-matching-menu {
    border-top: 1px solid #e3e3e3;
}

.navbar-header {
    padding: 15px 0 17px;
    height: 54px;
    height: 86px;

}

.navbar-default .navbar-form:first-child {
    margin-top: 0;
}

.navbar-default .navbar-form:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .container > .navbar-header {
        margin-right: 20px;
    }

    .navbar-nav {
        margin-top: 36px;
    }

    .navbar-default .navbar-form:first-child,
    .navbar-form {
        margin-top: 45px;
    }
}

.navbar-header a {
    display: inline-block;
}

.navbar-header img {
    height: 57px; /*todo*/
}

.navbar-text {
    line-height: 20px;
}

.navbar-text .user-name {
    margin-left: 5px;
}

.navbar-nav > li {
    position: relative;
}

.navbar-default .navbar-nav > li > a {
    color: #0094da;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #23527c;
}

@media (min-width: 768px) {
    .navbar-nav > li.active {
        border: 1px solid #e3e3e3;
        border-bottom-width: 0;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    position: relative;
    top: 1px;
    background: #fff;
    padding-top: 13px;
    padding-bottom: 16px;
    color: #000;
}

/*
.form-group{
white-space:nowrap;
text-overflow:ellipsis;
overflow: hidden;
}
.form-group .label{
color:#fff;
}*/
.form-group-no-margin.form-group,
.form-group-no-margin .form-group {
    margin-bottom: 0;
}

.form-group .control-label {
    margin-left: 5px;
    color: #999;
    font-weight: 400;
}

.black {
    color: #000000 !important;
}

.form-horizontal .control-label {
    margin-left: 0px;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

.table-condensed th.no-padding,
.table-condensed td.no-padding {
    padding: 0px;
}

.table-condensed th.no-padding .td-padding,
.table-condensed td.no-padding .td-padding {
    padding: 5px; /*bootstrap*/
}

.input-group-addon {
    color: #29a6e0;
    background: #fff;
}

.modal-xlg {
    width: 1100px;
}

.modal-body > div > .well:last-child {
    margin-bottom: 0;
}

.modal-dialog-80 {
    width: 80%; /* Ustaw szerokość na 90% okna */
}
.row-align-bottom {
    display: flex; /* Ustawienie Flexbox */
    align-items: flex-end; /* Wyrównanie elementów do dołu */
    gap: 10px; /* Odstępy między elementami (opcjonalne) */
}

.control-label.block {
    display: block;
}

.badge.all-selected {
    background-color: #0094da;
}

.panel.form-group {
    margin-bottom: 15px; /* same as form-group bootstrap*/
}

.btn {
    overflow: hidden;
    text-overflow: ellipsis;
}

div.tooltip-inner {
    max-width: 450px;
}

.btn-default.disabled.btn-disabled-bg,
.btn-default.btn-disabled-bg[disabled],
fieldset[disabled] .btn-default.btn-disabled-bg,
.btn-default.disabled.btn-disabled-bg:hover,
.btn-default.btn-disabled-bg[disabled]:hover,
fieldset[disabled] .btn-default.btn-disabled-bg:hover,
.btn-default.disabled.btn-disabled-bg:focus,
.btn-default.btn-disabled-bg[disabled]:focus,
fieldset[disabled] .btn-default.btn-disabled-bg:focus,
.btn-default.disabled.btn-disabled-bg:active,
.btn-default.btn-disabled-bg[disabled]:active,
fieldset[disabled] .btn-default.btn-disabled-bg:active,
.btn-default.disabled.active.btn-disabled-bg,
.btn-default.active.btn-disabled-bg[disabled],
fieldset[disabled] .btn-default.active.btn-disabled-bg {
    background-color: #eee;
}

.btn-primary {
    background-color: #0094da;
    border-color: #0094da;
}

.btn-gray {
    background-color: #707070;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.btn-group .btn-default {
    color: #c0c1c3
}

.btn-group .btn-default.active {
    color: #000;
    background-color: #fff;
    border-color: #adadad;
    box-shadow: inset 0px -2px 0px 0px rgba(236, 29, 35, 1);
}

.btn-yellow {
	color: #fff;
    background-color: #E8C900;
    border-color: #E8C900;
}

.red-inner-border {
    box-shadow: inset 0px -2px 0px 0px rgba(236, 29, 35, 1);
}

a,
.btn-link {
    color: #0094da;
}

.select2-results .select2-highlighted {
    background-color: #0094da;
}

a.dark {
    color: #48484a
}

a.underline {
    text-decoration: underline;
}

a.underline:focus,
a.underline:hover {
    text-decoration: none;
}

/*END bootstrap override */
.icon-arrow-left:before {
    content: "\e079";
}

.icon-arrow-right:before {
    content: "\e080";
}

.icon-arrow-right,
.icon-arrow-left {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}

.glyphicon.tight {
    margin-left: -5px;
}

.navbar-brand {
    background: transparent url('../img/app-logo.png') 0 8px no-repeat;
    width: 192px;
    margin-left: 15px;
    margin-right: 15px;
}

div.list-group-item {
    color: #555555;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.list-group-item .list-group-item-heading {
    color: #333333;
}

div.list-group-item:hover, div.list-group-item:focus {
    background-color: #F5F5F5;
    text-decoration: none;
}

div.list-group-item.active, div.list-group-item.active:hover, div.list-group-item.active:focus {
    background-color: #0094da;
    border-color: #0094da;
    color: #FFFFFF;
    z-index: 2;
}

.multiple > div.list-group-item.active, .multiple > div.list-group-item.active:hover, .multiple > div.list-group-item.active:focus {
    border-color: #fff;
}

div.list-group-item.active .list-group-item-heading, div.list-group-item.active:hover .list-group-item-heading, div.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

div.list-group-item.active .list-group-item-text, div.list-group-item.active:hover .list-group-item-text, div.list-group-item.active:focus .list-group-item-text {
    color: #E1EDF7;
}

.list-group-selectable .list-group-item.outer.expanded .glyphicon-expand,
.list-group-selectable .list-group-item.outer.expanded:hover .glyphicon-collapse-down,
.list-group-selectable .list-group-item.outer.expanded:focus .glyphicon-collapse-down,
.list-group-selectable .list-group-item.outer.expanded:active .glyphicon-collapse-down,
.list-group-selectable .list-group-item.outer:hover .glyphicon-expand,
.list-group-selectable .list-group-item.outer:focus .glyphicon-expand,
.list-group-selectable .list-group-item.outer:active .glyphicon-expand,
.list-group-selectable .list-group-item.outer .glyphicon-collapse-down,
.list-group-selectable .list-group-item.outer .glyphicon-collapse-up {
    display: none;
}

.list-group-selectable .list-group-item.outer:hover .glyphicon-collapse-down,
.list-group-selectable .list-group-item.outer:focus .glyphicon-collapse-down,
.list-group-selectable .list-group-item.outer:active .glyphicon-collapse-down,
.list-group-selectable .list-group-item.outer.expanded:hover .glyphicon-collapse-up,
.list-group-selectable .list-group-item.outer.expanded:focus .glyphicon-collapse-up,
.list-group-selectable .list-group-item.outer.expanded:active .glyphicon-collapse-up,
.list-group-selectable .list-group-item.outer.expanded .glyphicon-collapse-down {
    display: inline-block;
}

.list-group-selectable .list-group-item.last-visible-child {
    border-bottom: 0 none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 0px;
}

.list-group-selectable .list-group-item.outer {
    font-weight: bold;
}

.list-group-selectable .list-group-item.inner {
    padding-left: 30px;
    font-weight: normal;
    display: none;
}

.list-group-selectable .list-group-item.inner.visible {
    display: block;
}

/* *** GUI  *** */
.form-group .static-label {
    padding-left: 5px;
    font-weight: 700;
    margin-bottom: 5px;
    border-bottom: 1px solid #E5E5E5; /*bootstrap - fieldset*/
}

.form-group .static-value {
    padding: 6px 5px; /*bootstrap - form-control*/
}

.repeatFieldGroup .period {
    display: none;
}

.repeatFieldGroup.period-10 .period-10,
.repeatFieldGroup.period-40 .period-40,
.repeatFieldGroup.period-50 .period-50,
.repeatFieldGroup.period-60 .period-60,
.repeatFieldGroup.period-70 .period-70 {
    display: block;
}

.repeatFieldGroup.period-10 .executionStep.period-10,
.repeatFieldGroup.period-40 .executionStep.period-40,
.repeatFieldGroup.period-50 .executionStep.period-50,
.repeatFieldGroup.period-60 .executionStep.period-60,
.repeatFieldGroup.period-70 .executionStep.period-70 {
    display: inline;
}

.input-group.datetimepicker {
    margin: 0;
    padding: 0;
}

.text-muted-hevily {
    color: #ccc;
}

/* tabs */
.appTabs ul.nav-tabs > li > a {
    font-weight: bold;
}

.appTabs ul.nav-tabs > li > a > .badge {
    margin-top: -1px
}

.appTabs .tab-pane {
    border: 1px solid #ddd;
    border-top: 0 none;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
}

.appTabs.grey-active-pane .tab-pane {
    background: #f5f5f5;
}

.appTabs .nav-tabs .label {
    font-size: 1em;
}

.appTabs .nav-tabs > li.active > a,
.appTabs .nav-tabs > li.active > a:hover,
.appTabs .nav-tabs > li.active > a:focus {
    background: #fff;
}

.appTabs.grey-active-pane .nav-tabs > li.active > a,
.appTabs.grey-active-pane .nav-tabs > li.active > a:hover,
.appTabs.grey-active-pane .nav-tabs > li.active > a:focus {
    background: #f5f5f5;
}

.appTabs .nav > li > a:hover,
.appTabs .nav > li > a:focus {
    background-color: #fefefe;
}

.appTabs.grey-active-pane .nav > li > a:hover,
.appTabs.grey-active-pane .nav > li > a:focus {
    background-color: #eee;
}

/* *** END GUI  *** */

/* *** dataTables *** */
table.appDataTable {
    visibility: hidden;
}

table.appDataTable.dataTable {
    visibility: visible;
    border-collapse: collapse;
}

table.appDataTable.dataTable th,
table.appDataTable.dataTable td {
    border-bottom: 0 none;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    /* padding-left:4px; */
    text-align: left;
}

table.appDataTable.dataTable th.right,
table.appDataTable.dataTable td.right {
    text-align: right;
}

table.appDataTable.dataTable th.center,
table.appDataTable.dataTable td.center {
    text-align: center;
}

table.appDataTable.dataTable tr.odd td.sorting_1,
table.appDataTable.dataTable tr.even td.sorting_1,
table.appDataTable.dataTable tr.odd td.sorting_2,
table.appDataTable.dataTable tr.even td.sorting_2,
table.appDataTable.dataTable tr.odd td.sorting_3,
table.appDataTable.dataTable tr.even td.sorting_3 {
    background-color: transparent;
}

table.appDataTable.dataTable td {
    border-top: 1px solid #E7E7E7; /*bs*/
}

table.appDataTable.dataTable tr.even,
table.appDataTable.dataTable tr.even td.sorting_1 {
    background-color: transparent;
}

table.appDataTable.dataTable tr.odd {
    background-color: #F8F8F8;
}

table.appDataTable.dataTable th.sorting_disabled {
    cursor: auto;
    padding-right: 10px; /*match datatables original padding-left*/
}

table.appDataTable.dataTable tbody tr.highlighted,
table.appDataTable.dataTable tbody tr.highlighted:hover {
    background-color: #FF908E;
    border: 0 none !important;
}

table.appDataTable.dataTable tbody tr.highlighted.active,
table.appDataTable.dataTable tbody tr.active {
    /*TODO nicer colors!!!*/
    background-color: #0094da;
    color: #fff;
}

table.appDataTable.dataTable tbody tr.active button,
table.appDataTable.dataTable tbody tr.active a {
    color: #fff;
}

table.appDataTable.dataTable tbody tr.active button:hover,
table.appDataTable.dataTable tbody tr.active a:hover {
    color: #e5e5e5;
}

table.appDataTable.dataTable tbody tr.active:hover {
    /*TODO nicer colors!!!*/
    /* box-shadow: inset 0px 0px 3px 0px #fff; */
    background-color: #0094da;
    color: #fff;
}

table.appDataTable.dataTable tbody tr:hover,
table.appDataTable.dataTable tbody tr:hover pre {
    background-color: #E7E7E7; /*bs*/
    color: #555555; /*bs*/
}

table.appDataTable.dataTable .actionColumn {
    width: 1%;
    text-align: right;
    white-space: nowrap;
}

table.appDataTable.dataTable .actionColumn a,
table.appDataTable.dataTable .actionColumn button {
    margin-left: 1em;
}

table.appDataTable.dataTable .actionColumn a.btn-link,
table.appDataTable.dataTable .actionColumn button.btn-link {
    padding: 0px;
}

table.appDataTable.dataTable .actionColumn a:first-child,
table.appDataTable.dataTable .actionColumn button:first-child {
    margin-left: 0em;
}

table.appDataTable.dataTable .actionColumn .glyphicon {
    font-size: 1.2em;
}

table.appDataTable.dataTable .actionColumn a:hover,
table.appDataTable.dataTable .actionColumn a:focus {
    text-decoration: none;
}

table.appDataTable.dataTable .actionColumn .glyphicon.row-activity-status {
    cursor: default;
}

table.appDataTable .picked-color {
    height: 2em;
    border: 1px solid #E7E7E7; /*bootstrap*/
}

.dataTables_wrapper {
    overflow-x: auto;
}

.dataTables_length {
    padding: 1em;
}

.dataTables_length label {
    margin: 0px;
    font-weight: normal;
}

.dataTables_length .datatables_lengthmenu .datatables_lengthmenu_label {
    margin-right: 1em;
    font-weight: bold;
}

#body .dataTables_paginate.paging_full_numbers {
    height: auto;
    line-height: inherit;
    padding: 1em;
}

#body .dataTables_paginate.paging_full_numbers a {
    margin: 0;
    margin-left: -1px;
    border-radius: 0;
    background: #fff; /*bootstrap*/
    border-color: #ddd; /*bootstrap*/
    padding: 6px 12px;
    color: #0094da !important; /*bootstrap*/
    display: inline-block;
}

#body .dataTables_paginate.paging_full_numbers a:focus,
#body .dataTables_paginate.paging_full_numbers a:hover {
    background-color: #EEEEEE; /*bootstrap*/
    border-color: #DDDDDD; /*bootstrap*/
    color: #2A6496 !important; /*bootstrap*/
    text-decoration: none;
}

#body .dataTables_paginate.paging_full_numbers a.paginate_button_disabled {
    color: #999999 !important; /*bootstrap*/
    cursor: not-allowed;
}

#body .dataTables_paginate.paging_full_numbers a.paginate_active {
    background-color: #0094da; /*bootstrap*/
    border-color: #0094da; /*bootstrap*/
    color: #FFFFFF !important; /*bootstrap*/
    cursor: default;
    z-index: 2;
}

#body .dataTables_paginate.paging_full_numbers > a:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

#body .dataTables_paginate.paging_full_numbers > a:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

/* *** end dataTables *** */

.has-filters .panel-body {
    padding-bottom: 0;
}

.has-filters th .filter_column {
    font-weight: normal;
}

.has-filters th .filter_column .form-group {
    margin-bottom: 0;
}

.show-filters {
    cursor: pointer;
}

.password-hint-tooltip {
    text-align: left;
}

.help-inline {
    /* display:inline-block; */
    margin-left: 0.5em;
}

.filters .filter .select2-container {
    margin-bottom: 15px; /*same value as .form-group from bootstrap*/
}

.select2-results .select2-result.item-status-disabled {
    text-decoration: line-through;
    background: #f4f4f4;
}

.select2-results .select2-result.item-status-disabled.select2-highlighted {
    background-color: #0094da;
}

.panel legend {
    padding: 0 0 0.5ex;
    margin-bottom: 1em;
}

.btn-panel-footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.btn .text-muted {
    color: #b1d4f0;
}

/* app styles */
#body ul.nav-pills {
    padding-bottom: 1.5em;
}

.btn-no-padding {
    padding: 0;
}

.alert {
    margin-bottom: 15px;
}

.alert:first-of-type {
    margin-top: 15px;
}

.panel-top-offset {
    margin-top: 15px;
}

.panel-top-offset-sm {
    margin-top: 15px;
}

.panel-top-offset-sm,
.alert + .panel-top-offset-sm {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .panel-top-offset {
        margin-top: 3em;
    }

    .alert + .panel-top-offset {
        margin-top: 2em;
    }

    .alert:first-of-type {
        margin-top: 2em;
    }
}

@media (min-width: 992px) {
    .panel-top-offset {
        margin-top: 5em;
    }

    .alert + .panel-top-offset {
        margin-top: 3em;
    }

    .alert:first-of-type {
        margin-top: 3em;
    }
}

@media (min-width: 1200px) {
    .panel-top-offset {
        margin-top: 8em;
    }

    .alert + .panel-top-offset {
        margin-top: 3em;
    }

    .alert:first-of-type {
        margin-top: 3em;
    }
}

:focus > .icon-circle,
:hover > .icon-circle,
.icon-circle:focus,
.icon-circle:hover {
    color: #2a6496;
    border: 1px solid #2a6496;
}

.active > .icon-circle,
.icon-circle.active {
    color: #000;
    border: 1px solid #000;
}

.list-group-striped > .list-group-item:nth-child(even) {
    background-color: #f7f7f7;
}

.field-label {
    font-size: 0.9em;
    color: #9a9a9a;
}

.field-value {
    color: #000;
}

.blue-box {
    background: #0094da;
    background: rgba(0, 148, 218, .75);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .24);
    border-radius: 5px;
    padding: 5px;
    margin: 0 auto;
    display: inline-block;
}

@media (min-width: 768px) {
    .blue-box {
        padding: 20px 30px 20px;

    }
}

@media (max-width: 1366px) {
    #body.tutorial-tutorial .blue-box, #body.tutorial-tutorial .nice-list li {
        font-size: 0.8em !important;
    }
}

.upper-case {
	text-transform: uppercase;
}

/*END app styles*/

/* app view specific styles */

#body.appointments-waitScreen .blue-box {
    padding: 40px 30px 20px;
    position: relative;
}

#body.appointments-waitScreen .blue-box img {
    width: 68px;
    height: 68px;
    position: absolute;
    top: -34px;
    left: 50%;
    margin-left: -34px;
}

#body.appointments-waitScreen .blue-box h2 {
    color: #fff;
    font-size: 1.57em;
}

#body.appointments-waitScreen .blue-box + p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #48484a;
    font-size: 1.29em;
    text-shadow: 1px 1px 0 rgba(128, 128, 128, .5);
}

#body.appointments-waitScreen hr {
    max-width: 100px;
    border-color: #0094da;
    border-width: 2px;
}

@media (max-width: 767px) {
    #body.tutorial-tutorial {
        font-size: 0.8em;
    }
}

#body.tutorial-tutorial .full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#body.tutorial-tutorial .carousel-control {
    background-image: none;

}

#body.tutorial-tutorial .carousel-caption {
    bottom: auto;
    top: 0;
    text-shadow: none;
}

#body.tutorial-tutorial .carousel-caption > .row {
    margin-top: 10vh !important;
}

#body.tutorial-tutorial .carousel-indicators li {
    border-color: #6c6d70
}

#body.tutorial-tutorial .carousel-indicators li.active {
    background: #ec1d23;
}

#body.tutorial-tutorial .blue-box {
    color: #fff;
    font-size: 1.57em;
}

#body.tutorial-tutorial .nice-list {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    #body.tutorial-tutorial .nice-list {
        list-style: none;
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

#body.tutorial-tutorial .nice-list > li {
    position: relative;
    padding-left: 20px;
    text-align: left;
    color: #48484a;
    font-size: 1.29em;
    text-shadow: 1px 1px 0 rgba(128, 128, 128, .5);
    margin-bottom: 1em;
}

#body.tutorial-tutorial .nice-list > li strong {
    color: #000;
}

#body.tutorial-tutorial .nice-list > li .glyphicon,
#body.tutorial-tutorial .nice-list > li .bullet {
    position: absolute;
    left: -20px;
    color: #0094da;

}

/* END app view specific styles */

/* utils */
.spinner {
    background-image: url('../img/spinner.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.nowrap {
    white-space: nowrap;
}

.overflow-hidden {
    overflow: hidden;
}

.text-overflow {
    text-overflow: ellipsis;
}

.no-right-margin {
    margin-right: 0;
}

.no-left-margin {
    margin-left: 0;
}

.relative {
    position: relative;
}

.brake-right {
    margin-right: 1em;
}

#js_strings {
    display: none;
}

.inline-block {
    display: inline-block;
}

.absolute-push-out {
    position: absolute;
    left: 0;
    width: 150px;
    border-top: 1px solid #DDDDDD; /*bootstrap*/
    margin-top: -1px;
    padding: 5px 10px;
}

tbody tr:first-child .absolute-push-out {
    border-top-width: 2px;
    margin-top: -2px;
}

th .absolute-push-out {
    top: 0;
    margin-top: 0;
}

tfoot tr .absolute-push-out {
    display: none;
}

tfoot tr:first-child .absolute-push-out {
    display: block;
}

.valign-to-h1 {
    margin-top: -13px;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
	 cursor: pointer;
}

.tooltip,
.popover {
    z-index: 2010; /*move above modal*/
}

.popover-text {
    padding: 1em 0;
    margin: 0;
}

.popover-title {
    white-space: nowrap;
}

.popover-title button.close {
    margin-top: -5px;
}

.popover .additional-information {
    padding-bottom: 1em;
}

.popover .additional-information .alert {
    margin-bottom: 1em;
}

.datetimepicker.hide-thead thead {
    visibility: hidden;
}

.datetimepicker.hide-thead thead th {
    visibility: hidden !important;
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1px;
}

.datetimepicker.hide-thead thead th * {
    height: 1px;
    line-height: 1px;
}

.datetimepicker .datetimepicker-minutes {
    height: 191px;
    width: 210px;
    overflow-y: auto;
}

.form-group .sp-replacer.form-control:not(:first-child):not(:last-child) {
    background-color: #FFFFFF; /*bootstrap*/
    border: 1px solid #CCCCCC; /*bootstrap*/
    border-top-left-radius: 4px; /*bootstrap*/
    border-bottom-left-radius: 4px; /*bootstrap*/
    padding: 6px;
}

.form-group .sp-replacer.form-control.sp-active:not(:first-child):not(:last-child) {
    border-color: #66AFE9; /*bootstrap*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); /*bootstrap*/
    outline: 0 none; /*bootstrap*/
}

.sp-container.stencil {
    background: #fff; /*bootstrap*/
    border-color: #66AFE9; /*bootstrap*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); /*bootstrap*/
    outline: 0 none; /*bootstrap*/
    border-radius: 4px;
}

.sp-container.stencil .sp-picker-container {
    border-left: 0 none;
    width: 200px;
}

.sp-container.stencil .sp-cancel {
    color: #0094da !important; /*bootstrap*/
}

.sp-container.stencil .sp-cancel:hover {
    color: #2A6496 !important; /*bootstrap*/
}

.form-group .sp-replacer .sp-dd {
    display: none;
}

.form-group .sp-replacer .sp-preview {
    margin-right: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.form-group.disabled .checkbox-div > .checkbox-button {
    color: #777;
}

.form-group.disabled .checkbox-div > .checkbox-button,
.form-group.readonly .checkbox-div > .checkbox-button:hover {
    background-color: #EEEEEE;
    cursor: not-allowed;
}

.form-group .checkbox-div > .checkbox-button {
    width: 100%;
}

.form-group .checkbox-div .checkbox-status-icon {
    float: left;
    margin-top: 1px;
    margin-right: 5px;
}

/* Autocomplete */

.autocomplete-suggestions {
    overflow: auto;
    border: 2px solid #FFF;
    background: #FFFDE8;
}

.autocomplete-suggestion {
    overflow: hidden;
    padding: 5px 26px;
    white-space: nowrap;
    border-bottom: 1px solid #FFF;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    color: #1fadd7;
    font-weight: bold;
}

.autocompletable {
    padding-left: 28px;
    background-image: url('../img/magnifier.png');
    background-repeat: no-repeat;
    background-position: 7px 7px;
}

/* END Autocomplete */

/* Fixed Table Header */

.relative_table_wrapper {
    position: relative;
}

.overflow_table_wrapper {
    overflow-x: auto;
}

.fixed_table_header_wrapper {
    background: #fff; /*bootstrap*/
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 4;
    display: none;
}

.fixed_table_header_wrapper.sticky {
    display: block;
}

/* END Fixed Table Header */

.appFooter {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 10px;
    border-top: 1px solid #ccc;
    text-align: center;
    color: #ccc;
}

.body-login-login .appFooter {
    display: none;
}

.letter-list {
    list-style-type: lower-alpha;
}

.hourTableHeaderCell {
    font-size: 10px;
}

.hourTableInputCell {
    width: 33px;
    height: 33px;
}

.default-address-cell {
    background-image: url('../../resources/img/address-icons/default.png');
}

.alt-address-cell {
    background-image: url('../../resources/img/address-icons/alt.png');
}

.appointment-detail-info {
    margin: 20px 0;
}

.appointment-detail-info h1 {
    font-size: 2em;
    font-weight: bold;
    color: #0094da;
}

.appointment-detail-info p {
    margin: 0;
}

.appointment-detail-info img {
    padding-top: 20px;
}


.doctor-avatar {
    width: 60px;
    height: 60px;
    background-size: 100% !important;
    background-position: center;
    border: 0;
    border-radius: 100px;
}

.tutorial-tutorial .carousel-control .glyphicon {
    font-size: 50px;
    color: #0094da;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.bottom-border {
    border-bottom: 1px silver solid;
}

.appointments-summary small {
    display: block;
    color: #999;
}

.appointments-summary hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

nav.admin .nav > li > a {
    padding: 13px 10px 16px 10px !important;
}

.admin .page-header {
    border: none;
    margin-top: 25px;
}

.admin .page-header > h1 {
    display: inline-block;
}

.navbar-separated {
    margin-top: 22px;
    border: 0;
    border-radius: 4px;
}

.navbar-separated > .navbar-nav {
    margin: 0;
}

.navbar-separated > .navbar-nav > li {
    border: none !important;
}

.navbar-separated .navbar-nav > .active > a, .navbar-separated .navbar-nav > .active > a:hover, .navbar-separated .navbar-nav > .active > a:focus {
    border-radius: 4px;
}

table.appDataTable.dataTable th.money-cell,
table.appDataTable.dataTable td.money-cell {
    text-align: right;
}

.redirect-text {
    text-align: center;
    padding-top: 2em;
}

.star-rating {
    color: #0094DA;
}

.btn > .glyphicon {
    margin-right: 0.3em;
}



.body-appointments-adminDetails .appDataTable tr td:first-child {
    width: 40%;
    text-align: right;
}

.body-appointments-adminDetails .additionalPatientsTable tr td:last-child {
    width: 20%;
    text-align: right;
}

.body-appointments-adminDetails .additionalPatientsTable tr td:last-child .btn {
    padding: 0;
}

.green-dot {
  height: 10px;
  width: 10px;
  background-color: #00bd00;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.red-dot {
  height: 10px;
  width: 10px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.no-doctor-row {
	color: #d9534f;
	font-size: 16px;
}

/* tr div.no-doctor-row {
	background-color: #d9534f !important;
} */


.no-dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

/*customize spinning overlay on list (while loading data)*/
.dataTables_processing {
    margin-left: 0px;
    margin-top: 0px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cv-spinner h1 {
    color: white;
    background: rgba(0,0,0,0.6);
}

.slot-spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.well-visible-legend-20 {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.well-visible-legend-16 {
    font-size: 16px;;
    color: black;
}

.placeholder-tag {
    display: inline-block; /* Ustawia element jako kafelek */
    padding: 0.3em 0.6em; /* Odstępy wewnętrzne (dostosuj w razie potrzeby) */
    margin: 0.3em; /* Przestrzeń między sąsiednimi kafelkami */
    background-color: #f0f0f0; /* Kolor tła kafelka (możesz zmienić na dowolny) */
    border: 1px solid #ddd; /* Lekka ramka wokół elementu */
    border-radius: 20px; /* Zaokrąglone rogi, aby przypominał chip */
    font-size: 14px; /* Rozmiar czcionki */
    font-family: Arial, sans-serif; /* Czcionka */
    color: #333; /* Kolor tekstu */
    white-space: nowrap; /* Zapobiega łamaniu tekstu */
    cursor: default; /* Standardowy kursor zamiast wskazującego */
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1); /* Drobny cień dla efektu wypukłości */
}

/* Opcjonalne - hover efekt (zmiana wyglądu po najechaniu kursorem) */
.placeholder-tag:hover {
    background-color: #e0e0e0; /* Jaśniejsze tło po najechaniu */
    border-color: #ccc; /* Jaśniejsza ramka */
}