a { color: #0051a5 }

body { font-family: 'Open Sans', sans-serif; font-size: 13px }

button {
    cursor: pointer;
}

button {
    border: 1px solid #4cae4c;
    background-color: #5cb85c;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 2px;
}

button:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

button:hover {
    background-color: #449d44;
    border-color: #398439;
}

button.default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

button.default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

button[disabled="disabled"] {
    opacity: .65;
}

button.middle {
    width: 124px;
    padding: 6px 3px;
}

button.short {
    width: 66px;
    padding: 6px 3px;
}

button.shorter {
    width: 50px;
    padding: 6px 3px;
}

div.box { margin: 20px 20px 20px 0px; width: 48% }

div.button { margin-top: 20px; text-align: right }

div.content { margin: auto; text-align: left }

div.editor { background-color: #dddddd; border: 5px solid #bbbbbb; top: 15px; display: none; position: fixed; z-index: 2 }

div.header { margin-bottom: 30px }

div.page-switch-bar { margin: 20px; text-align: center }

div.results-info { margin: 20px; text-align: right }

div[class=entry] p { border: 1px solid red }

fieldset { margin: auto; max-width: 1400px }

form { margin: 0px }

h1 { margin-bottom: 40px }

h3 {
    font-size: 16px;
    margin: 0px 0px 15px 0px
}

html { color:#111 }

input { margin: 0px 3px 0px 0px }

input[type="text"], input[type="password"], select {
    border: 1px solid #bbbbbb;
    padding: 2px;
}

input.short { width: 50px }

input.long, textarea.long { width: 300px }

pre.output { border: 1px solid #dddddd; height: 300px; padding: 10px; width: 640px; overflow: auto; font-family: Courier New }

section { margin-top: 50px }

span.b { font-weight: bold }

span.page-switch-selected {
    color: #555;
    display: inline-block;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 4px;
    margin-right: 2px;
}

table { border-collapse: collapse; empty-cells: hide; width: 100% }

td, th { border: 1px solid #aaa; padding: 5px; text-align: left }

th { background-color: #dddddd; width: 400px }

td.no-border { border: none }

thead { display: table-header-group }

ul{ padding-left:20px }

.center { text-align: center }

.clear { clear: both }

.font-green { color: green }

.font-grey { color: grey }

.font-red { color: red }

.font-orange { color: orange }

button.background-orange {
    border: 1px solid orange;
    background-color: orange;
}

button.background-red {
    border: 1px solid #e53935;
    background-color: #e53935;
}

.inline {
    display: inline-block;
}

button.dodaj-pakiet {
    position: relative;
    top: -10px;
}
.left { float: left }

.login-form {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25vw;
  height: 95vh;
  padding: 0;
  margin: auto;
}

.header-logo {
  display: none;
}

.login-form .header-logo {
  display: block;
  margin-bottom: 20px;
}

.login-form .header-logo img {
  margin: auto;
  display: block
}

.login-form h3 {
  margin: 0 0 20px;
}

.login-form form {
    /*width: 80%*/
}

.login-form table {
    width: 100%
}

.login-form form .middle {
  display: flex;
  flex-direction: column;
  width: 100%
}

.login-form form .middle th.right{
  text-align: left;
}

.login-form form .middle:last-child td {
  display: flex;
  flex-direction: column;
}

.login-form form .middle:last-child p {
  text-align: center;
}

.login-form form .middle td input {
  font-size: 14px;
  margin: 0 0 10px;
  padding: 5px;
  width: 96%
}

.login-form form .middle:last-child td button {
  font-size: 14px;
  margin: 10px 0;
  padding: 5px;
  width: 100%;
}

.login-form td, .login-form th {
  border: none;
  padding: 5px;
  text-align: left
}
.login-form th {
  background-color: white;
  width: 400px
}

.no-wrap { white-space: nowrap }

.page-break-after { page-break-after: always }

.right { float: right }

.text-right { text-align: right }


meter {
    width: 84px;
}

div.log {
    width: 95%;
    white-space: pre-line;
    border: 1px solid #aaa;
    padding: 10px 20px;
}

.full {
    width: 100%
}

button.usun-fakture {
    margin-top: 8px;
}
