/*styl*/
body {
  margin-top: 20px;
  font-size: 1.3em; }

.main-content {
  padding-bottom: 60px; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 15px;
  margin-bottom: 5px; }

h1, .h1 {
  font-size: 26px; }

@media only screen and (max-width: 1700px) {
  body {
    font-size: 1.1em;
    margin-top: 20px; }

  .btn-xs, .btn-group-xs > .btn {
    padding: 1px 3px;
    font-size: 10px;
    line-height: 12px;
    border-radius: 3px; } }
@media only screen and (max-width: 1200px) {
  body {
    font-size: 1em; } }
#navbar {
  font-size: 1.3em; }

fieldset {
  float: left; }

.ui-dialog-titlebar-close {
  background-image: url(/assets/ui/images/ui-icons_222222_256x240.png) !important;
  background-position: -96px -128px !important;
  margin: -10px 0 0 0 !important; }

.ui-dialog-title {
  font-weight: normal !important;
  font-size: 20px !important;
  /*    color:#00008b!important;*/ }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -khtml-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  -khtml-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  -khtml-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -khtml-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-br {
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -khtml-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  font-weight: normal;
  opacity: 1 !important; }

.ui-priority-secondary {
  background: whitesmoke !important; }

.ui-widget-overlay {
  position: fixed !important; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 3px 5px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

input[type="text"], input[type="password"], input[type="select"], .ui-autocomplete-input, textarea, .uneditable-input {
  display: inline-block;
  padding: 5px !important;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  pointer-events: none; }

.form-inline .input-group > .form-control {
  width: auto !important; }

.form-group {
  margin-bottom: 5px !important; }

.input-group .form-control {
  float: none !important; }

.form-inline .control-label {
  margin-right: 10px;
  width: 140px;
  text-align: right; }

label {
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: 4px;
  color: silver; }

.full-form .form-group {
  display: block; }

.form-inline .control-label.short {
  width: 25px; }

.form-inline .input-xlarge {
  width: 100%; }

.wide-form-container {
  min-width: 600px;
  max-width: 1100px; }

.sm-pad {
  padding-right: 5px;
  padding-left: 5px; }

.modal-body {
  padding-top: 5px; }

.ui-datepicker select.ui-datepicker-month {
  width: 64% !important; }

.ui-datepicker select.ui-datepicker-year {
  width: 36% !important; }

.formElementLabel {
  margin-right: 10px; }

.input-short {
  width: 60px !important; }

ul.errors {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  font-size: 10px; }

ul.errors li {
  color: white;
  background-color: red;
  padding: 5px 5px 5px 5px;
  text-transform: uppercase;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.ui-autocomplete {
  position: absolute;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 300px !important;
  z-index: 4005 !important; }

.ui-dialog .ui-dialog-titlebar {
  background-color: whitesmoke !important; }

.ui-dialog {
  z-index: 2001 !important;
  border: 10px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  padding: 0px !important;
  padding-bottom: 2px !important; }

.ui-dialog-buttonset {
  width: 100%;
  text-align: right; }

.ui-autocomplete .ui-menu-item {
  white-space: nowrap; }

.ui-autocomplete .ui-menu-item.ui-state-focus,
.ui-autocomplete .ui-menu-item:hover {
  background: #faf2cc; }

.navbar-default .navbar-nav > li > a:hover {
  color: white;
  background-color: #0033DD; }

tr.ui-menu-item {
  float: none !important; }

.tabAutocomplete {
  /*    display: table!important;*/ }

.tabAutocomplete li {
  display: table-row !important;
  float: none !important; }

.tcol {
  display: table-cell;
  padding-left: 10px !important; }

.chooser {
  margin-left: 20px;
  margin-top: 30px; }

.panel-notop {
  border-top: 0px solid transparent !important;
  border-radius: 0px !important; }

.with-top .panel-notop {
  border-top: 1px solid silver !important;
  border-radius: 0px !important; }

.input-data {
  width: 80px; }

#tblPokoje input {
  width: 100% !important;
  min-width: 20px !important; }

.btn-sml {
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px; }

#tblImprezyMain tr {
  cursor: pointer !important; }

.margin-top-40 {
  margin-top: 40px; }

.no-marg-top {
  margin-top: 0px; }

.sortable {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.sortable li {
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  height: 28px;
  min-width: 200px; }

.sortable li span {
  position: absolute;
  margin-left: -1.3em; }

#sortableREAL li {
  z-index: 2000 !important; }

.table-hover > tbody > tr:hover {
  background-color: #a6e1ec;
  cursor: pointer; }

table td.alert-low {
  color: red; }

table td.alert-high {
  color: blue; }

.currentfile {
  background-color: #a6e1ec; }

.raporty_btn_box {
  margin-bottom: 0px;
  float: right;
  margin-right: 20px;
  margin-top: -5px; }

.raporty_list li {
  list-style: none;
  float: left;
  margin-left: 5px;
  font-size: 9px; }

.raporty_list li a {
  padding: 3px;
  display: block; }

.list-button {
  display: inline-block;
  width: 80%; }

@media only screen and (max-width: 1600px) {
  .hidden-td {
    display: none; } }
.edplace {
  width: auto !important;
  margin: 0px !important; }

tr.rezygnacja {
  color: red !important; }

#footer {
  padding-top: 10px;
  padding-bottom: 10px; }

.number-cell {
  text-align: right;
  width: 30px; }

.number-cell1 {
  text-align: right;
  width: 80px; }

#table_rejstr_total {
  font-size: larger; }

tr.checked td {
  background-color: #d6e9c6 !important; }

#calendar {
  /*max-width: 1200px;*/
  margin: 0 auto; }

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 0px;
  border: 1px solid #3a87ad;
  padding: 2px; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 3px; }

.table th {
  background-color: whitesmoke; }

.ffie {
  width: 100px; }

.alert_nie-oplacona-cala {
  background: lightblue !important;
  color: black !important;
  text-shadow: 0 0px 0 #fff; }

.alert_brak-zaliczki {
  background: lightpink !important;
  color: black !important;
  text-shadow: 0 0px 0 #fff; }

.alert_podpisana {
  border-right: 6px solid black !important; }

.sbar {
  width: 100%; }

.supersmall .sbar {
  width: 69px; }

.btn-fixed {
  min-width: 50px;
  text-align: center; }

#searchbar {
  position: absolute;
  right: 15px;
  top: 0px; }

tr.odwolana {
  color: silver;
  /*background-color: white;*/ }

tr.wtrakcie {
  background-color: #ccffcc;
  color: black; }

.table-striped > tbody > tr.wtrakcie:nth-child(odd) {
  background-color: #ccffcc; }

.table-striped > tbody > tr.wtrakcie:nth-child(odd):hover {
  background-color: #a6e1ec; }

tr.zakonczona {
  /*background-color: white;*/
  color: mediumblue; }

.table-striped > tbody > tr.zakonczona:nth-child(odd) {
  /*background-color: white;*/ }

.table-striped > tbody > tr.zakonczona:nth-child(odd):hover {
  background-color: #a6e1ec; }

.search_init {
  width: 100px !important; }

.small-b {
  width: 30px !important; }

.chkbxSel {
  padding: 0px;
  margin: 0px; }

.list-group-item-file {
  background-color: whitesmoke;
  width: 100%;
  padding: 3px;
  color: black;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none; }

.list-group-item-file:hover {
  background-color: silver; }

.currentfile {
  background-color: yellow; }

.ui-datepicker {
  z-index: 99999 !important; }

.mover_container {
  font-weight: normal !important;
  background-color: whitesmoke;
  padding: 10px;
  width: auto; }

/*# sourceMappingURL=style1.css.map */
