﻿.btn-short {
  width: 100px;
}

.divSelector {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100px;
  z-index: 100;
}

.label-zaplaceno {
  background-color: #5cb85c;
}

.label-nezaplaceno {
  background-color: #f0ad4e;
}

.label-posplatnosti {
  background-color: #d9534f;
}

.label-projectstatus-new {
  background-color: #f0ad4e;
}

.label-projectstatus-active {
  background-color: #5cb85c;
}

.label-projectstatus-suspend {
  background-color: #808080;
}

.label-projectstatus-completed {
  background-color: #0094ff;
}

.label-projectstatus-closed {
  background-color: #b200ff;
}

.k-grid td {
  padding: 0 4px 0 15px;
}

.k-dropdown-wrap {
  height: 30px;
}

  .k-dropdown-wrap .k-input {
    height: 28px;
    padding: 0;
  }

.k-dropdown {
  height: 31px;
}

.saveButton {
  margin-top: 10px;
  text-align: right;
}

.tools-buttons {
  padding-right: 20px;
  padding-top: 5px;
}

.invoice-bottom-tools {
  margin-top: 20px;
}

.filter {
  padding: 6px 10px;
}

.bold {
  font-weight: bolder;
}

.DashboardTotal {
  width: 100%;
  text-align: center;
  font-size: 40px;
}

.DashboardUnpaid {
  width: 100%;
  text-align: center;
  font-size: 29px;
  color: #ff0000;
}

.InvoiceDeleteLine {
  padding: 0 !important;
}

  .InvoiceDeleteLine a {
    min-width: 45px !important;
  }

.md-modalPriceList {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 90%;
  min-width: 90%;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-modalEmail {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.CurrencyNumber {
  text-align: right;
}

.priceListBody {
  overflow-y: scroll;
  height: 600px;
}

.itemcardprice {
  margin-right: 40px;
}

label[data-val-required]:after {
  content: "*";
  font-weight: bold;
  color: red;
}

.miniControl {
  display: inline !important;
  width: auto !important;
}

.dropDownWorkFlow {
  color: #000000;
}

#tableEmployeeSalaries th {
  width: 25%;
}

  #tableEmployeeSalaries th:nth-child(1) {
    width: 2%;
  }

#tableInstitutionSalaries th {
  width: 25%;
}

  #tableInstitutionSalaries th:nth-child(1) {
    width: 2%;
  }

h1 {
  color: red;
}

.dropzone-wrapper {
  margin-bottom: 3rem;
}

.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
}

  .dropzone .dz-message {
    font-weight: 400;
  }

    .dropzone .dz-message .note {
      font-size: 0.8em;
      font-weight: 200;
      display: block;
      margin-top: 1.4rem;
    }

.label-new {
  background-color: orange;
}

.label-rejected {
  background-color: red;
}

.label-approved {
  background-color: #5cb85c;
}

.modal-footer-no-border {
  border-top: 0px solid #e5e5e5;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

.hidden-button {
  display: none;
}

.pie-body {
  height: 150px;
}

.body-event-dovolena {
  background-color: khaki !important;
}

.body-event-home-office {
  background-color: deepskyblue !important;
}

.body-event-paragraf {
  background-color: aqua !important;
}

.body-event-nemoc {
  background-color: #ff9a74 !important;
}

.message-list {
  margin-top: 70px !important;
}

.message-h1 {
  margin-top: 50px !important;
  margin-left: 25px !important;
}

.message-text-column {
  font-size: small !important;
  padding: 0px 12px 5px 0px !important;
  vertical-align: top !important;
}

.message-creator-column {
  font-size: smaller !important;
  min-width: 150px;
}

.label-working {
  background-color: #f0ad4e;
}

.label-resolved {
  background-color: #5cb85c;
}

.label-confirmed {
  background-color: #b200ff;
}

.label-finished {
  background-color: #d9534f;
}

.label-cancelled {
  background-color: #808080;
}

.label-low {
  background-color: #808080;
}

.label-medium {
  background-color: #0087F7;
}

.label-high {
  background-color: #ff006e;
}

.label-critical {
  background-color: #ff0000;
}

/*WorkAttendance*/

.label-arrival {
  background-color: #60a6c1;
}

.label-departure {
  background-color: #60a6c1;
  background-color: rgba(96, 166, 193, 0.51);
}

.label-breakstart {
  background-color: #f5b65e;
}

.label-breakend {
  background-color: #f5b65e;
  background-color: rgba(245, 182, 94, 0.49);
}

.label-departuretodoctor {
  background-color: #e38282;
}

.label-returnfromdoctor {
  background-color: #e38282;
  background-color: rgba(227, 130, 130, 0.51);
}

.label-holidaystart {
  background-color: #e4b642;
}

.label-holidayend {
  background-color: #e4b642;
  background-color: rgba(228, 227, 66, 0.49);
}
.id_column {
  display: none;
}
.dropzone-box {
  margin: 30px;
}