.logo {
  max-width: 140px;
  max-height: 42px;
  padding: 10px 1px 1px 1px;
}
a {
  cursor: pointer;
}
.uploaderWrapper {
  padding-top: 10px;
}
.uploaderWrapper input[type="file"] {
  display: none;
}
.uploaderWrapper .uploaderImageThumbnail {
  max-width: 200px;
  max-height: 60px;
}
.company-logo {
  background-image: url(/Content/Images/Logo60x200.png);
  width: 200px;
  height: 60px;
}
.helptext {
  color: #737373;
  display: inline-block;
  margin-top: 5px;
}
.helptext.inline {
  display: inline;
}
.label {
  display: inline-block !important;
  margin: 1px;
}
.table .btn {
  margin: 3px;
}
.input-group-btn .btn:not(.btn-hours) {
  margin: 0 3px;
}
.input-group .input-group-addon {
  margin: 0 3px;
}
.badge {
  margin: 0 3px;
}
.username {
  font-weight: 900;
}
.navbar .navbar-nav > li > a {
  font-weight: normal !important;
}
.huge {
  font-size: 180px;
}
textarea {
  resize: none;
}
.accordion-toggle {
  outline: 0 !important;
}
.accordion-toggle .glyphicon {
  padding: 0 1%;
}
[uib-datepicker-popup-wrap] [ng-if="showButtonBar"] {
  display: none;
}
[uib-datepicker-popup-wrap] button {
  border: none !important;
}
[uib-datepicker-popup-wrap] table {
  outline: none;
}
.form-group-center {
  display: flex;
  align-items: center;
}
a > img {
  outline: none !important;
}
.glyphicon {
  line-height: inherit;
}
[time-picker-wrap] .btn-group.pull-left {
  display: none;
}
.dataTable td {
    word-break: normal !important;
}

.form-control-inline {
    min-width: 0;
    width: 60px !important;
}

.mappings-table > .row:nth-child(odd) {
    background-color: #f9f9f9;
}

.mappings-table .heading h5 {
    padding-top: 12px ;
    padding-bottom: 8px;
}

.mappings-table .heading {
    background-color: rgb(242,242,242)
}

.mappings-table .row>div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mappings-table .row>h6 {
    padding-top: 10px;
    padding-left: 10px;
}
.label-todaypart {
    font-size: 14px;
    font-weight: normal;
    color: #777777;
}
/*# sourceMappingURL=SIte.css.map */