﻿html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  padding-top: 80px;
}
a {
  color: #428bca;
  text-decoration: none;
}
.view {
  display: none;
}
.view-active {
  display: block;
}
#main {
  min-height: calc(100% - 50px);
  height: calc(100% - 50px);
}
.form-select {
  width: 99%;
}
.control-label.withhelptext {
  line-height: 11px;
}
.label-help {
  font-size: x-small;
}
.form-control-datepicker {
  height: 34px;
}
.centered {
  text-align: center;
}
.centered-cell {
  text-align: center !important;
}
.rightAlignedText {
  display: block;
  text-align: right;
}
.no-margin-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-padding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.top-navbar {
  height: 99px;
  min-width: 500px;
}
header img {
  margin-top: 10px;
  width: 50px;
  height: 50px;
}
header h1 {
  margin-top: 14px;
  margin-bottom: 13px;
  font-size: 22px;
  font-family: "Segoe UI Light", "Segoe UI";
  font-weight: lighter;
  color: #3c3c3c;
}
header h1 span {
  font-family: "Segoe UI Semibold", "Segoe UI";
  font-weight: bold;
}
header h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Segoe UI Light", "Segoe UI";
  font-weight: lighter;
  color: #3c3c3c;
}
/*@media (min-width: @screen-xs) {*/
.mainnav {
  font-size: 14px;
}
header .navbar .user-menu a {
  height: 40px;
  line-height: 40px;
}
.mainnav > li > a > span {
  display: none !important;
}
.topnav li + li::before {
  content: "";
}
.topnav > li > a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
/*}*/
@media (min-width: 768px) {
  header img {
    width: 80px;
    height: 80px;
  }
  header h1 {
    margin-top: 25px;
    margin-bottom: -23px;
    font-size: 38px;
  }
  .mainnav {
    font-size: 20px;
  }
  header .navbar .user-menu a {
    height: 48px;
    line-height: 48px;
  }
  .topnav li + li::before {
    float: left;
    content: " | ";
    padding-top: 6px;
    color: #bbb;
  }
  .topnav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
}
@media (min-width: 992px) {
  header h1 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .mainnav {
    font-size: 14px;
  }
  header .navbar .user-menu a {
    height: 40px;
    line-height: 38px;
  }
  .mainnav > li > a > span {
    display: inline !important;
  }
}
.contrast-dark-orange header .navbar {
  background-color: #fff;
  height: 80px;
  padding: 0;
}
.topnav {
  margin-bottom: 0;
  clear: both;
}
.topnav > li > a {
  font-size: 12px;
  color: #bbb;
}
.topnav > li > a:hover {
  color: #3c3c3c;
  background: none;
}
.main-menu {
  clear: both;
}
.mainnav {
  margin-top: 0;
  margin-bottom: 0;
}
.contrast-dark-orange .mainnav > li.active > a {
  background-color: #ff970e;
}
.mainnav > li.active > a:hover {
  background-color: #ff970e;
}
.mainnav > li.open > a:hover {
  color: #428bca;
}
.mainnav > li > a:hover {
  color: white;
  background-color: #ff970e;
}
.contrast-dark-orange .nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.contrast-dark-orange .nav a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.contrast-dark-orange .nav .open a:hover .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
/*.navbar-time a {
    color:#3c3c3c;
}*/
.border {
  height: 5px;
  background-color: #ff970e;
}
.page-header h1 {
  color: #3c3c3c;
  font-family: "Segoe UI Light", "Segoe UI";
  font-weight: lighter;
}
#employee-list .search-box,
#journal-employee-list .search-box {
  width: 100% !important;
}
#employee-list,
#journal-employee-list {
  padding-right: 8px;
}
.login-brand {
  content: url(images/timerocloud_big.png);
}
#loginModal {
  background: white;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  display: none;
}
.loginBrand {
  width: 100%;
  max-width: 344px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.loginHeader {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 50px;
}
.loginBox {
  max-width: 400px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
#employee-main {
  min-width: 800px;
  height: 100%;
}
#employee-main-splitter {
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
  background: none;
}
#employee-list {
  white-space: nowrap;
  position: relative;
  height: 100%;
}
.employee-list {
  /* Firefox */
  height: -moz-calc(100% - 44px);
  /* WebKit */
  height: -webkit-calc(100% - 44px);
  /* Opera */
  height: -o-calc(100% - 44px);
  /* Standard */
  height: calc(100% - 44px);
  overflow: scroll;
  overflow-x: hidden;
  margin-top: 8px;
}
.employee-list form.form-search {
  margin: 0;
  padding: 10px;
}
.employee-list i.statusicon {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
}
.employee-list i.statusicon.anwesend,
.employee-list i.statusicon.pause {
  background-color: green;
}
.employee-list i.statusicon.abwesend {
  background-color: red;
}
.employee-list span.employee-number {
  padding-left: 10px;
}
.employee-list span.employee-name {
  padding-left: 10px;
}
.employee-list .nav-pills > li.active > a {
  color: black;
  background-color: #eeeeee;
}
#employee-list-buttons {
  text-align: right;
  margin-top: 20px;
  margin-right: 20px;
}
#employee-data {
  min-width: 300px;
  padding-left: 8px;
  overflow-x: hidden;
  background: none;
}
#employee-data .nav-tabs {
  margin-bottom: 0px;
}
#employee-data .tab-content {
  padding-top: 19px;
  padding-left: 30px;
  background: white;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#employee-data .form-group {
  margin-bottom: 8px;
}
#employee-data form {
  /* Firefox */
  /*width: -moz-calc(~"100% - 20px");*/
  /* WebKit */
  /*width: -webkit-calc(~"100% - 20px");*/
  /* Opera */
  /*width: -o-calc(~"100% - 20px");*/
  /* Standard */
  /*width: calc(~"100% - 20px");*/
  /* Firefox */
  height: -moz-calc(100% - 20px);
  /* WebKit */
  height: -webkit-calc(100% - 20px);
  /* Opera */
  height: -o-calc(100% - 20px);
  /* Standard */
  height: calc(100% - 20px);
  /*width: 100%;*/
  /*height: 100%;*/
}
#employee-list span.loading {
  background: url("styles/images/ajax-button-spinner.gif") no-repeat right center;
  padding-right: 30px;
}
#employee-data .historyIcon {
  padding-left: 20px;
  cursor: pointer;
}
.versioned-property .listbuttons {
  position: absolute;
  top: 37px;
  right: 5px;
  width: 110px;
}
.versioned-property input {
  margin-bottom: 0;
}
.versioned-property .modal-body {
  min-height: 100px;
}
i.delete {
  cursor: pointer;
  padding-left: 10px;
}
#journal {
  min-width: 800px;
  height: 100%;
}
#journal .tooltip-inner {
  max-width: 350px;
  /* If max-width does not work, try using width instead */
  width: 100%;
  max-height: 500px;
  text-align: left;
}
#journal-main-splitter {
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
  background: none;
}
#journal-employee-list {
  white-space: nowrap;
  position: relative;
  height: 100%;
}
#journal-data {
  min-width: 300px;
  padding-left: 8px;
  overflow-x: hidden;
}
#journal-buttons {
  text-align: right;
  margin-top: 20px;
  margin-right: 20px;
}
#journal-grid .k-grid > table > tbody > tr:hover,
#journal-grid .k-grid-content > table > tbody > tr:hover {
  cursor: pointer;
}
.journal-datepicker-head {
  padding-bottom: 10px;
}
.calendar-datepicker-head {
  padding-bottom: 12px;
}
.calendar-month .k-header {
  visibility: collapse;
  height: 1px;
}
.calendar-month-label {
  font-weight: bold;
}
.calendar-legend-label {
  font-weight: bold;
  color: #606060;
  padding-left: 6px;
  padding-right: 6px;
  text-align: right;
  padding-top: 4px;
  margin-bottom: -4px;
}
.calendar-month {
  width: auto;
  height: 174px;
  margin-bottom: 16px;
  overflow: visible;
  cursor: default;
}
.calendar-month td {
  cursor: default;
}
.calendar-marking-summary {
  display: inline-block;
  width: 16px;
  margin-left: 1px;
  height: 16px;
  margin-top: 3px;
  margin-bottom: -3px;
}
.calendar-marking-summary div {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px #878787 solid;
  border-radius: 4px;
}
.calendar-marking-summary div div {
  border-radius: 2px;
  text-align: center;
  display: block;
  width: 12px;
  height: 12px;
  margin: 1px;
}
#calendar .tooltip-inner {
  max-width: 350px;
  /* If max-width does not work, try using width instead */
  width: 100%;
  max-height: 500px;
  text-align: left;
}
.planerTable {
  border-bottom: 1px solid #DCDCDC !important;
}
.planerTable > tbody > tr {
  line-height: 35px;
  height: 35px;
}
.planerTable th {
  margin: 0;
  padding: 0;
  font-weight: normal;
  border-bottom: 1px solid #DCDCDC !important;
}
.planerTable td {
  margin: 0;
  padding: 0;
  font-weight: normal;
  border-top: 1px solid #DCDCDC !important;
}
.planerTable .leftColumn {
  border-left: 1px solid #DCDCDC !important;
}
.planerTable .rightColumn {
  border-right: 1px solid #DCDCDC !important;
}
#planer .tooltip-inner {
  max-width: 350px;
  /* If max-width does not work, try using width instead */
  width: 100%;
  max-height: 500px;
  text-align: left;
}
#vacation .nav-tabs {
  margin-bottom: 0px;
}
#vacation .tab-content {
  padding-top: 19px;
  padding-left: 30px;
  background: white;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.reportTable th {
  margin: 0;
  padding: 2px 6px 1px 6px;
  font-weight: normal;
  background: url('styles/images/table-header-background.png');
  color: black;
}
.reportTable td {
  margin: 0;
  padding: 0;
  color: #404040;
}
.reportTable tr.weekRow {
  background: url('styles/images/table-header-background.png');
  color: black;
}
.reportTable tr.weekRow td {
  padding-left: 6px;
  border-bottom: 1px #DDDDDD solid;
}
.reportTable tr.sumRow {
  background: url('styles/images/table-header-background.png');
  color: black;
}
.reportTable tr.sumRow td {
  padding-left: 6px;
  border-top: 2px #DDDDDD solid;
  border-bottom: 1px #DDDDDD solid;
  font-weight: bold;
}
.reportTable td.dateCell {
  text-align: left;
  padding-left: 12px;
}
.reportTable td.entryCell {
  text-align: center;
  padding: 0, 6px, 0, 6px;
}
.reportTable td.numberCell {
  text-align: right;
  padding-right: 6px;
}
@media print {
  .reportTable {
    border-color: black;
    border-right-width: 1px;
  }
  .reportTable thead tr {
    border-color: black;
    border-left-width: 0;
    background-color: #DDDDDD !important;
    -webkit-print-color-adjust: exact;
  }
  .reportTable thead {
    border-width: 0;
  }
  .reportTable thead tr th {
    border-color: black;
    border-top-width: 0;
    border-left-width: 1px;
  }
  .reportTable tr.weekRow {
    background-color: #DDDDDD !important;
    -webkit-print-color-adjust: exact;
  }
  .reportTable tr.sumRow {
    background-color: #DDDDDD !important;
    -webkit-print-color-adjust: exact;
  }
  .reportTable td {
    border-color: black;
  }
  .reportTable tr {
    border-color: black;
  }
}
.report-buttons {
  text-align: right;
  margin-top: 20px;
  margin-right: 20px;
}
#report .tooltip-inner {
  max-width: 350px;
  /* If max-width does not work, try using width instead */
  width: 100%;
  max-height: 500px;
  text-align: left;
}
.administration-buttons {
  text-align: right;
  margin-top: 20px;
  margin-right: 20px;
}
.admin-navigation-menu {
  border-right: 1px solid #ddd;
  height: 100%;
}
#admin-view {
  height: 80%;
}
#admin-view .row {
  height: 100%;
}
.tabIcon {
  width: 16px;
  height: 13px;
  background: url('images/TabIcon.png') left top no-repeat;
  padding-left: 25px;
}
.controlIcon {
  width: 16px;
  height: 13px;
  background: url('images/ControlIcon.png') 25px top no-repeat;
  padding-left: 55px;
}
#admin-content {
  margin-left: 25px;
}
.admin-sub-menu-item {
  margin-left: 25px !important;
}
.admin-sub-menu-item.active {
  background-color: #eeeeee;
}
#admin-userprofiles-entrycodes {
  max-height: 600px;
  overflow: auto;
}
#admin-userprofiles-entrycodes table thead {
  background-color: #fbfbfb;
}
@media (min-width: 480px) {
  .col-xs-fix-1 {
    width: 60px;
  }
  .col-xs-fix-11 {
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) {
  .col-sm-fix-1 {
    width: 100px;
  }
  .col-sm-fix-11 {
    width: calc(100% - 100px);
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 800px;
  }
  .col-md-fix-1 {
    width: 100px;
  }
  .col-md-fix-11 {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1200px) {
  .col-lg-fix-1 {
    width: 100px;
  }
  .col-lg-fix-11 {
    width: calc(100% - 100px);
  }
}
.modal-scrollable {
  background-color: white;
}
.box-text-content {
  display: inline-block;
  margin-top: 15px;
}
.btn span.loading {
  background: url("images/ajax-button-spinner.gif") no-repeat right center;
  padding-right: 30px;
}
.btn span.text {
  float: left;
}
.loading {
  min-width: 32px;
  min-height: 32px;
  background: url("/images/ajax-loader.gif") no-repeat center;
}
.k-grid table tr.error {
  color: red !important;
}
.k-grid table tr.isRequest {
  color: gray !important;
}
.k-grid table tr.KO,
.k-grid table tr.GE {
  color: green;
}
.k-grid table tr.PA,
.k-grid table tr.PE {
  color: blue;
}
.btn.round {
  border-radius: 20px;
  padding: 5px 9px;
}
.k-innerCell {
  border-radius: 4px;
  border: solid;
  width: auto;
  margin-right: -5px;
  padding-right: 3px;
}
.k-header.input-xlarge {
  width: 270px !important;
}
.k-panelbar .k-content {
  padding-top: 20px;
}
.modal-header h3 {
  margin: 0;
}
.modal-overflow.modal.fade.in {
  top: 30%;
}
.modal-loading {
  padding: 25% 45%;
  font-size: large;
  font-weight: bolder;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  background-image: url("images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.modal-error {
  display: none;
  position: fixed;
  z-index: 9001;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.modal-error h1 {
  top: 30%;
  left: 30%;
  width: 600px;
  position: absolute;
}
#global-error-message {
  top: 40%;
  left: 30%;
  width: 600px;
  position: absolute;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.blockloading,
body.error {
  overflow: hidden;
}
/* Anytime the body has the loading class, our
   modal element will be visible */
.loginModal-change {
  float: left;
  text-align: left;
}
/* Anytime the body has the loading class, our
modal element will be visible */
body.blockloading .modal-loading,
body.error .modal-error {
  display: block;
}
.switch > div > span.switch-contrast {
  color: #fff;
  background: #f56e00;
}
.k-splitbar {
  border: none;
}
/* partial opacity hack: configuration */
.isPlanerApproved {
  opacity: 0.5;
  /* modern browser */
  -moz-opacity: 0.5;
  /* older Mozilla browser */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE8 in Standard Compliant Mode */
  filter: alpha(opacity=50);
  /* IE5.x -7.0 */
}
.k-state-selected {
  background-image: url('kendo/textures/highlight.png') !important;
  background-color: #f2dede;
}
span.infotext {
  line-height: 30px;
  font-weight: bold;
}
.help-inline.link {
  cursor: pointer;
}
.modal {
  margin-left: auto;
  margin-right: auto;
}
.modal-width-600 {
  width: 600px;
}
.modal-width-600 .modal-dialog {
  width: 600px;
}
.k-widget * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container-multi {
  border: 1px solid #aaa;
}
.select2-container .select2-choice abbr {
  background: url('images/select2.png') right top no-repeat !important;
}
.select2-container .select2-choice .select2-arrow b {
  background: url('images/select2.png') no-repeat 0 1px !important;
}
.select2-search input {
  background: url('images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee)) !important;
  background: url('images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%) !important;
  background: url('images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%) !important;
  background: url('images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0 !important;
}
html[dir="rtl"] .select2-search input {
  background: #ffffff url('images/select2.png') no-repeat -37px -22px;
  background: url('images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee)) !important;
  background: url('images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%) !important;
  background: url('images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%) !important;
  background: url('images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0 !important;
}
.select2-search input.select2-active {
  background: #ffffff url('select2-spinner.gif') no-repeat 100% !important;
  background: url('images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee)) !important;
  background: url('images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%) !important;
  background: url('images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%) !important;
  background: url('images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0 !important;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('images/select2-spinner.gif') no-repeat 100% !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('images/select2-spinner.gif') no-repeat 100% !important;
}
.select2-search-choice-close {
  background: url('images/select2.png') right top no-repeat !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('images/select2x2.png') !important;
  }
}
.employee-weekplan-description {
  clear: both;
  padding-top: 20px;
  height: 110px;
  overflow: hidden;
}
.tooltip-inner {
  max-width: 350px;
  /* If max-width does not work, try using width instead */
  width: 350px;
  max-height: 500px;
  text-align: left;
}
.contrast.black {
  color: black !important;
}
.contrast.yellow {
  color: #ff970e !important;
}
.contrast.green {
  color: green !important;
}
.contrast.red {
  color: red !important;
}
/*# sourceMappingURL=styles.css.map */