html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.nav > li > form {
    padding: 8px;
}

.nav > li > form > button:hover {
    text-decoration: none;
}
.tight-column{
    width: 1px;
}

.tight-column-nw{
    width: 1px;
    white-space: nowrap;
}

.table-ultra-condensed > thead > tr > th,
.table-ultra-condensed > tbody > tr > th,
.table-ultra-condensed > tfoot > tr > th,
.table-ultra-condensed > thead > tr > td,
.table-ultra-condensed > tbody > tr > td,
.table-ultra-condensed > tfoot > tr > td {
  padding: 4px;
  font-size: 12px;
}

.projekt-index .table > tbody > tr > td:first-child, 
.projekt-lista-index  .table > tbody > tr > td:first-child, 
.projekt-zadanie-index  .table > tbody > tr > td:first-child 
{
    padding-left: 0.5rem;
}

#project-list-table-body tr.zadania td {
    border-bottom: 0px;
}

#project-list-table-body tr.zadania-lista td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-xs {
  --phoenix-btn-padding-y: 0.325rem;
  --phoenix-btn-padding-x: 0.75rem;
  --phoenix-btn-font-size: 0.725rem;
  --phoenix-btn-border-radius: 0.2875rem;
}

.btn-xxs {
  --phoenix-btn-padding-y: 0.15rem;
  --phoenix-btn-padding-x: 0.5rem;
  --phoenix-btn-font-size: 0.65rem;
  --phoenix-btn-border-radius: 0.2rem;
}

.field.has-error .form-control,
.field.has-error .form-select {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Stylizacja domyślnych komunikatów błędów */
.field.has-error .help-block {
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 0.25rem;
}

[data-panel-prawy-url] {
    cursor: pointer;
}

#panel-prawy {
  width: 80vw; max-width: 800px;
}

[data-modal] {
    cursor: pointer;
}

#inline-ajax .form-label {
    display: none;
}

#inline-ajax .field {
    margin-bottom: 0px !important;
}

.sortable-drag {
  background: #f8f9fa;
  opacity: 1 !important;
}

.task-list, .task-list * {
  user-select: none;
}

[data-sortable-listy] {
    cursor: pointer;
}

[czas-pracy-stoper-akcja] {
    cursor: pointer;
}

[data-inline] {
    cursor: pointer;
}

[data-sortable-komentarze] {
    cursor: pointer;
}

.modal-dialog {
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-content {
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modal-body {
    overflow-y: auto;
    max-height: calc(90vh-120px);
}

html.scroll-block {
  scroll-behavior: auto !important;
}

#panel-prawy {
    width: 75vw !important;
    max-width: 100%;
}

@media (max-width: 991.98px) {
  #panel-prawy {
    width: 100vw !important;
  }
}
/*
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:before {
  content: '';
}*/