body {
  padding-top: 70px;
  padding-bottom: 60px;
}

.spacer {margin-top: 5px;}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/**  Removing The Dotted Outline **/
a, a:hover, a:focus {
  outline: 0;
}

a.no-underline:hover, a.no-underline:focus {
  text-decoration: none;
}

.no-margin {
 margin: 0 !important;
}

.pointer {
  cursor: pointer !important;
}

.not-allowed {
  cursor: not-allowed !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-security {
  text-security:disc;
  -webkit-text-security:disc;
  -mox-text-security:disc;
}

.text-pre .tooltip-inner {
  white-space: pre-wrap;
  text-align: left;
}

h4.today, h4.today span, h4.today small {
  color: #3d8b3d;
  font-weight: bold;
  text-decoration: underline;
}

/**  A seven-cols grid system **/

.seven-cols > .col-xs-1,
.seven-cols > .col-sm-1,
.seven-cols > .col-md-1,
.seven-cols > .col-lg-1  {
  width: 14.285714285714285714285714285714%;
  *width: 14.285714285714285714285714285714%;
}

@media (max-width: 767px) {
  .seven-cols > .col-xs-4 {
    width: 33.33333333%;
    *width: 33.33333333%;
  }
}

/**  A eight-cols grid system **/

.eight-cols > .col-xs-1,
.eight-cols > .col-sm-1,
.eight-cols > .col-md-1,
.eight-cols > .col-lg-1  {
  width: 12.5%;
  *width: 12.5%;
}

.eight-cols > .col-xs-7,
.eight-cols > .col-sm-7,
.eight-cols > .col-md-7,
.eight-cols > .col-lg-7  {
  width: 87.5%;
  *width: 87.5%;
}

@media (max-width: 991px) {
  .eight-cols > .col-xs-12,
  .eight-cols > .col-sm-12 {
    width: 100%;
    *width: 100%;
  }
}

/**  Nav-bar added design  **/

.navbar .divider-vertical {
  height: 50px;
  margin: 0;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #e5e5e5;
}

.navbar-inverse .divider-vertical {
  border-right-color: #24355c;
  border-left-color: #395693;
}

@media (max-width: 991px) {
  .navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}

.shift-logo {
  margin: 12px 5px;
  height: 24px;
}

.app-logo {
  height: 50px;
  margin: 1px 1px 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.global-alert {
  border-radius: 0;
  padding: 5px;
  margin: 0;
}

.global-alert.alert-dismissable .close, .global-alert.alert-dismissible .close {
  left: auto;
  right: 0;
}

.app-alert-container {
  position:fixed;
  top: 60px;
  width: 100%;
  padding: 0 5px;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1020;
}

@media (min-width: 768px) {
  .app-alert-container {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .app-alert-container {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .app-alert-container {
    width: 1150px;
  }
}

.app-alert-container.ng-hide-add {
  top: 60px;
  transition: all 0.75s ease-in;
  -webkit-transition: all 0.75s ease-in;
}

.app-alert-container.ng-hide-add.ng-hide-add-active {
  top: 0;
}

.app-alert-container.ng-hide-remove {
  top: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.app-alert-container.ng-hide-remove.ng-hide-remove-active {
  top: 60px;
}

.app-alert {
  margin: 0;
}

.app-alert.alert-success {
  border-color: #4cae4c;
}

.app-alert.alert-warning {
  border-color: #eea236;
}

.app-alert.alert-danger {
  border-color: #d43f3a;
}

.app-alert-close {
  margin-top: -15px;
  margin-right: -10px;
}

.float-button:link, .float-button:visited {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 40px;
  padding: 17px 0 0 4px;
  background-color: #337AB7;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}

.float-button:hover, .float-button:active {
  background-color: #2D4373;
}


/**  Home page specific design override  */

.home-weekdays {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 5px 0;
}

.manager-message {
  white-space: pre-wrap;
  word-wrap: normal;
  overflow: auto;
}

.link-lg {
  padding: 5px;
  font-size: 24px;
  margin-top: -9px;
  margin-right: -10px;
  margin-left: 0;
}

.link-tasks {
  font-size: 24px;
  margin: -5px -3px -5px 0;
}

/** report page specific design override */

@media (min-width: 992px) {
  .options.popover {
    max-width: 720px;
    min-width: 320px;
  }
}

@media (max-width: 991px) {
  .options.popover {
    max-width: 100%;
    width: 290px;

  }
}

@media (min-width: 992px) {
  .select-employee.popover{
    max-width: 720px;
    min-width: 720px;
  }
}

@media (max-width: 990px) {
  .select-employee.popover {
    max-width: 90%;
    min-width: 90%;
    margin: auto;
  }
}

/**  Availability page specific design override  */

.shift-title {
  font-size: 18px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.fa-close.close-onOver:hover{
   color: #c21a1a !important;
}

@media (max-width: 767px) {
  .shift-title {
    margin-bottom: 10px;
    padding: 0 10px;
  }
}

/**  Employees page specific design override  */

@media (min-width: 992px) {
  .doc-status.popover {
    max-width: 400px;
    min-width: 200px;
  }
}

@media (min-width: 991px) {
  .doc-status.popover {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .roles.popover {
    max-width: 720px;
    min-width: 360px;
  }
}

@media (max-width: 991px) {
  .roles.popover {
    max-width: 100%;
  }
}

.label-primary-role {
  color: #fff;
  background-color: #337ab7;
  border: 1px solid #337ab7;
}

.shadow:hover {
  box-shadow: 0 0 10px rgba(178, 176, 176, 0.5);
}

/** circle bar status tracker**/

@keyframes progress-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(calc(var(--progress-value) * 3.6deg));
  }
}

.progress-bar-container {
  /*width: 60px;*/
}

.progress-circle-bar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%);
  animation: progress 4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.progress-circle-text {
  text-align: center;
  font-size: 11px;
  color: black;
  direction: ltr;
  transform: translate(0, -35px);
}

.overlaps .progress{
  margin-bottom: 10px;
}

.progress-bar-default {
    background-color: #777;
}

.progress-bar-clear {
    background-color: transparent;
}

/** circle bar status tracker**/


/** magnify classes **/

.icon-magnify {
  transition: transform 0.2s;
}

.icon-magnify:hover {
  transform: scale(1.3);
}

.span-magnify {
    font-size: 1em;
    transition: font-size 0.8s ease; /* Smooth transition for font-size change */
}

.span-magnify:hover {
    font-size: 1.2em;
    font-weight: bold;
}

.magnify-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: transform 0.3s;
  max-width: 30px;
  max-height: 30px;
}

.magnify-image img {
  width: 100%;
  height: auto;
}

.magnify-image:hover {
  transform: scale(3.0);
}

/** magnify classes **/

.multi-select-block {
  overflow-y: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.multi-select-label {
  font-size: 90%;
  font-weight: normal;
}

.circle-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #658a9f;
  border-radius: 50%;
  overflow: hidden;
  transition: border-color 0.3s;
}


/**  rota page specific design override  **/
.scroller {
  white-space: nowrap;
  width: auto;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .scroller {
    max-height: 500px;
  }
}

@media (max-width: 991px) {
  .scroller {
    max-height: 150px;
  }
}

.rota a.place-holder {
  color: #eee;
}
.rota a.place-holder:focus,  .rota a.place-holder:hover{
  color: #ddd;
}
.rota span.place-holder {
  color: #ddd;
}

.panel-heading.narrow-title {
  padding: 3px 5px;
}

.rota-subtitle {
  margin: 2px 0;
  border-bottom: 3px solid #f0ad4e;
  border-radius: .25em;
}

.rota-subtitle .label {
  display: inline-block;
  padding: 3px;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: inherit;
  white-space: normal;
  vertical-align: baseline;
  border-radius: .25em .25em 0 0;
}

.rota .list-group{
  margin-top: 3px;
  margin-bottom: 3px;
}

.space-between-short {
  margin: 0.625em 0;
}

.space-between-long {
  margin: 0.357em 0;
}

.rota .list-group-item, .scrollable .list-group-item {
  padding: 0 2px;
}
.scrollable .list-group{
  margin-bottom: 5px;
}

.daily-notes {
  height: 70px;
  white-space: pre-line;
  overflow-y: auto;
}

.rota.popover {
  max-width: 360px;
}
.rota .popover-content {
    min-width: 150px;
    padding:5px;
}

.rota .panel {
  margin-top: 3px;
  margin-bottom: 3px;
}
.rota .panel-body {
  padding: 2px 5px;
}

.rota-dates {
  text-align: center;
  direction: ltr;
}

.list-group-item-blue {
  color: #fff;
  background-color: #337ab7;
}

.list-group-item-green {
  color: #fff;
  background-color: #5cb85c;
}

.list-group-item-light-blue {
  color: #fff;
  background-color: #5bc0de;
}

.list-group-item-orange {
  color: #fff;
  background-color: #f0ad4e;
}

.list-group-item-red {
  color: #fff;
  background-color: #d9534f;
}

.inherit-color {
  color: inherit;
}

.palette-blue .row-highlight {
  background-color: #dcdcdc;
}

.palette-blue .color-base {
  color: #101010;
  background-color: #d9edf7;
}

.rota-gradient.palette-blue .color-base {
  background-image: linear-gradient(to right,#d9edf7 0%, #d9edf7 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #d9edf7;
  color: #101010;
}

.palette-blue .color-first {
  color: #101010;
  background-color: #9ec2d4;
}

.rota-gradient.palette-blue .color-first {
  background-image: linear-gradient(to right,#9ec2d4 0%, #9ec2d4 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #9ec2d4;
  color: #101010;
}

.palette-blue .color-second {
  color: #f0f0f0;
  background-color: #6da2d0;
}

.rota-gradient.palette-blue .color-second {
  background-image: linear-gradient(to right,#6da2d0 0%, #6da2d0 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #6da2d0;
  color: #f0f0f0;
}

.palette-blue .color-third {
  color: #f0f0f0;
  background-color: #005b96;
}

.rota-gradient.palette-blue .color-third {
  background-image: linear-gradient(to right,#005b96 0%, #005b96 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #005b96;
  color: #f0f0f0;
}

.palette-blue .color-fourth {
  color: #f0f0f0;
  background-color: #03396C;
}

.rota-gradient.palette-blue .color-fourth {
  background-image: linear-gradient(to right,#03396C 0%, #03396C 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #03396C;
  color: #f0f0f0;
}

.palette-blue .color-fifth {
  color: #f0f0f0;
  background-color: #191970;
}

.rota-gradient.palette-blue .color-fifth {
  background-image: linear-gradient(to right,#191970 0%, #191970 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #191970;
  color: #f0f0f0;
}

.palette-blue .color-sixth {
  color: #f0f0f0;
  background-color: #07071f;
}

.rota-gradient.palette-blue .color-sixth {
  background-image: linear-gradient(to right,#07071f 0%, #07071f 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #07071f;
  color: #f0f0f0;
}

.palette-blue .color-seventh {
  color: #f0f0f0;
  background-color: #354790;
}

.rota-gradient.palette-blue .color-seventh {
  background-image: linear-gradient(to right,#354790 0%, #354790 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #354790;
  color: #f0f0f0;
}

.palette-blue .color-eighth {
  color: #f0f0f0;
  background-color: #5174B0;
}

.rota-gradient.palette-blue .color-eighth {
  background-image: linear-gradient(to right,#5174B0 0%, #5174B0 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #5174B0;
  color: #f0f0f0;
}

.palette-blue .color-ninth {
  color: #101010;
  background-color: #89CFF0;
}

.rota-gradient.palette-blue .color-ninth {
  background-image: linear-gradient(to right,#89CFF0 0%, #89CFF0 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #89CFF0;
  color: #101010;
}

.palette-rainbow .row-highlight {
  background-color: #dcdcdc;
}

.palette-rainbow .color-base {
  color: #101010;
  background-color: #e6f598;
}

.rota-gradient.palette-rainbow .color-base {
  background-image: linear-gradient(to right,#e6f598 0%, #e6f598 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #e6f598;
  color: #101010;
}

.palette-rainbow .color-first {
  color: #f0f0f0;
  background-color: #9e0142;
}

.rota-gradient.palette-rainbow .color-first {
  background-image: linear-gradient(to right,#9e0142 0%, #9e0142 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #9e0142;
  color: #f0f0f0;
}

.palette-rainbow .color-second {
  color: #f0f0f0;
  background-color: #d53e4f;
}

.rota-gradient.palette-rainbow .color-second {
  background-image: linear-gradient(to right,#d53e4f 0%, #d53e4f 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #d53e4f;
  color: #f0f0f0;
}

.palette-rainbow .color-third {
  color: #f0f0f0;
  background-color: #f46d43;
}

.rota-gradient.palette-rainbow .color-third {
  background-image: linear-gradient(to right,#f46d43 0%, #f46d43 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #f46d43;
  color: #f0f0f0;
}

.palette-rainbow .color-fourth {
  color: #101010;
  background-color: #fdae61;
}

.rota-gradient.palette-rainbow .color-fourth {
  background-image: linear-gradient(to right,#fdae61 0%, #fdae61 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #fdae61;
  color: #101010;
}

.palette-rainbow .color-fifth {
  color: #101010;
  background-color: #fee08b;
}

.rota-gradient.palette-rainbow .color-fifth {
  background-image: linear-gradient(to right,#fee08b 0%, #fee08b 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #fee08b;
  color: #101010;
}

.palette-rainbow .color-sixth {
  color: #101010;
  background-color: #abdda4;
}

.rota-gradient.palette-rainbow .color-sixth {
  background-image: linear-gradient(to right,#abdda4 0%, #abdda4 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #abdda4;
  color: #101010;
}

.palette-rainbow .color-seventh {
  color: #101010;
  background-color: #66c2a5;
}

.rota-gradient.palette-rainbow .color-seventh {
  background-image: linear-gradient(to right,#66c2a5 0%, #66c2a5 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #66c2a5;
  color: #101010;
}

.palette-rainbow .color-eighth {
  color: #f0f0f0;
  background-color: #3288bd;
}

.rota-gradient.palette-rainbow .color-eighth {
  background-image: linear-gradient(to right,#3288bd 0%, #3288bd 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #3288bd;
  color: #f0f0f0;
}

.palette-rainbow .color-ninth {
  color: #f0f0f0;
  background-color: #5e4fa2;
}

.rota-gradient.palette-rainbow .color-ninth {
  background-image: linear-gradient(to right,#5e4fa2 0%, #5e4fa2 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #5e4fa2;
  color: #f0f0f0;
}

.palette-pastel .row-highlight {
  background-color: #dcdcdc;
}

.palette-pastel .color-base {
  color: #101010;
  background-color: #c8e8e8;
}

.rota-gradient.palette-pastel .color-base {
  background-image: linear-gradient(to right,#c8e8e8 0%, #c8e8e8 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #c8e8e8;
  color: #101010;
}

.palette-pastel .color-first {
  color: #101010;
  background-color: #ff9690;
}

.rota-gradient.palette-pastel .color-first {
  background-image: linear-gradient(to right,#ff9690 0%, #ff9690 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #ff9690;
  color: #101010;
}

.palette-pastel .color-second {
  color: #101010;
  background-color: #ffc26c;
}

.rota-gradient.palette-pastel .color-second {
  background-image: linear-gradient(to right,#ffc26c 0%, #ffc26c 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #ffc26c;
  color: #101010;
}

.palette-pastel .color-third {
  color: #101010;
  background-color: #c7b495;
}

.rota-gradient.palette-pastel .color-third {
  background-image: linear-gradient(to right,#c7b495 0%, #c7b495 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #c7b495;
  color: #101010;
}

.palette-pastel .color-fourth {
  color: #101010;
  background-color: #fdfdab;
}

.rota-gradient.palette-pastel .color-fourth {
  background-image: linear-gradient(to right,#fdfdab 0%, #fdfdab 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #fdfdab;
  color: #101010;
}

.palette-pastel .color-fifth {
  color: #101010;
  background-color: #c3dc74;
}

.rota-gradient.palette-pastel .color-fifth {
  background-image: linear-gradient(to right,#c3dc74 0%, #c3dc74 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #c3dc74;
  color: #101010;
}

.palette-pastel .color-sixth {
  color: #101010;
  background-color: #a0e7a0;
}

.rota-gradient.palette-pastel .color-sixth {
  background-image: linear-gradient(to right,#a0e7a0 0%, #a0e7a0 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #a0e7a0;
  color: #101010;
}

.palette-pastel .color-seventh {
  color: #101010;
  background-color: #8ddeed;
}

.rota-gradient.palette-pastel .color-seventh {
  background-image: linear-gradient(to right,#8ddeed 0%, #8ddeed 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #8ddeed;
  color: #101010;
}

.palette-pastel .color-eighth {
  color: #101010;
  background-color: #d0a3ce;
}

.rota-gradient.palette-pastel .color-eighth {
  background-image: linear-gradient(to right,#d0a3ce 0%, #d0a3ce 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #d0a3ce;
  color: #101010;
}

.palette-pastel .color-ninth {
  color: #101010;
  background-color: #fbb5ef;
}

.rota-gradient.palette-pastel .color-ninth {
  background-image: linear-gradient(to right,#fbb5ef 0%, #fbb5ef 15%, #f5f5f5 18%, #f5f5f5 100%);
  border: 1px solid #fbb5ef;
  color: #101010;
}

.horizontal-shake {
  animation: horizontal-shaking 0.5s infinite;
}

@keyframes horizontal-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateX(5px) }
  50% { transform: translateX(-5px) }
  75% { transform: translateX(5px) }
  100% { transform: translateX(0) }
}

.rota-employee-picker {
  white-space: nowrap;
  min-height: 100px;
  max-height: 300px;
  width: 300px;
  overflow: hidden;
  position: relative;
}

.rota-employee-picker .panel-heading {
  padding: 1px 2px;
}

.rota-by-employees-extras {
  white-space: nowrap;
  min-height: 100px;
  max-height: 130px;
  overflow: hidden;
  position: relative;
}

.rota-by-employees-employee-picker {
  white-space: nowrap;
  min-height: 100px;
  max-height: 205px;
  width: 345px;
  overflow: hidden;
  position: relative;
}

.rota-by-employees-employee-picker .panel-heading {
  padding: 1px 2px;
}

.employee-picker-legend {
  width: 300px;
  font-size: 85%;
  margin-bottom: 4px;
}

.employee-picker-legend .label {
  padding: 1px 2px;
}

.label-clear {
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
}


.document-mobile-row {
  width: 800px;
}


.employee-picker-btn {
  display: block;
  margin-bottom: 2px;
  padding: 2px;
  font-size: 85%;
  font-weight: normal;
  text-align: inherit;
}

.employee-picker-btn .right-space {
  padding-right: 5px;
}

.hours-label {
    padding: 1px 2px 0 !important;
    font-size: 80% !important;
    font-weight: normal !important;
    line-height: 1;
}

.tip-hours-label {
    padding: 0 3px 2px 3px !important;
    font-size: 90% !important;
}

.status-label {
  border-radius: 0.5em;
  margin: 2px 0;
  padding: 3px;
  font-weight: normal;
}

.label-mute {
  color: #ddd;
}

.rota-time-picker {
  width: 310px;
}

.rota-time-picker h4 {
  margin: 0;
}

.rota-time-picker .form-control {
  padding: 0;
}

.label-as-badge {
    border-radius: 1em;
    padding: 1px 2px;
    font-weight: normal;
}

.table-super-condensed > tbody > tr > td, .table-super-condensed > tbody > tr > th, .table-super-condensed > tfoot > tr > td,
.table-super-condensed > tfoot > tr > th, .table-super-condensed > thead > tr > td, .table-super-condensed > thead > tr > th {
    padding: 0 2px;
}

.role-title {
  padding: 0 3px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .role-title {
    padding: 8px 3px 0;
    font-size: 14px;
  }
}

input.role-title {
  padding: 0;
  border: 0;
  box-shadow: none;
  font-weight:bold;
}

input.role-title:focus {
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.info-warning {
  color: #f0ad4e;
}

.info-warning:hover, .info-warning:focus {
  color: #df8a13;
}

.info-default {
  color: #bbb;
}

.info-default:hover, .info-default:focus {
  color: #aaa;
}

.tooltip.wide-tooltip .tooltip-inner {
  max-width: 360px;
  text-align: inherit;
}

@media (max-width: 767px) {
  .employee-info.popover {
    max-width: 320px;
  }
}

@media (min-width: 768px) {
  .employee-info.popover {
    max-width: 500px;
  }
}

.employee-info .popover-content {
    padding:5px;
}

.employee-info .fixed-icon {
  width: 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .top-menu-days {
    position:fixed;
    top:52px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 5px;
    z-index: 3;
  }
}

@media (max-width: 991px) {
  .top-menu-days {
    position:fixed;
    top:50px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 5px;
    z-index: 3;
  }
}

@media (min-width: 992px) {
  .top-menu-features {
    position:fixed;
    top:51px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 5px;
    z-index: 3;
  }
}

@media (max-width: 991px) {
  .top-menu-features {
    position:fixed;
    top:50px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 5px;
    z-index: 3;
  }
}

.fixed-menu {
  width: 11px;
  text-align: center;
}

.mobile-days-previous {
  position: absolute;
  top: 0;
  left:0;
}

.select-placeholder {
  color: #999;
}

.mobile-days-next {
  position: absolute;
  top: 0;
  right: 0;
}

.grab-menu-item {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
}

.grab-menu-item:hover, .grab-menu-item:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.counter-success {
  color: #5cb85c;
  font-weight: bold;
}

.counter-danger {
  color: #d9534f;
  font-weight: bold;
}

.counter-warning {
  color: #f0ad4e;
  font-weight: bold;
}

.insight-success {
  color: #5cb85c;
}

.insight-danger {
  color: #d9534f;
}

.insight-warning {
  color: #f0ad4e;
}


/**  report page specific design override  **/

.report.popover {
  max-width: 600px;
}

.report-time-picker {
  width: 200px;
}

.report-time-picker .form-control {
  padding: 0;
}

.number-cell {
  text-align: right;
  direction: ltr;
}

/** vacations page specific design override  **/

.td-day {
  width: 14.285%;
  height: 60px;
}

.td-not-same {
  background-color: #eee;
}

.text-disabled {
  color: #bbb
}

/**  settings page specific design override  **/

.timepicker-center {
  display:table;
  margin:0 auto;
  direction: ltr;
}

.timepicker-right {
  display:table;
  direction: ltr;
}

.table-responsive .table {
    max-width: none;
}

.table-fixed-header {
    position: relative;
    overflow-y: auto;
    max-height: 700px;
}
.table-fixed-header thead{
    position: sticky;
    top: -0.5px;
    background: #eee;
}

@media (min-width: 992px) {
  .modal-xl {
      width: 1200px;
  }
}

.label-image-badge {
  border-radius:50%;
  bottom:-5px;
  left:35px;
  height: 15px;
  width: 15px;
  position:absolute;
}

.btn-group-caret {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-width: 0;
}

.rota-inactive-employee {
  border: 2px solid #ec971f;
}

.accordion-panel .panel-body {
   padding: 0px;
 }

.employee-title {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 3px 0;
  background-image: linear-gradient(to right,#ffffff, #dedddd);
}

.employee-title.highlight {
  border: 1px solid #c7eac7;
  background-image: linear-gradient(to right,#ffffff, #c7eac7);
}

.display-flex-center {
    display:flex;
    align-items:center;
}

.palette {
  margin: 3px;
  padding: 0;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.list-group-white .list-group-item {
  background-color: #ffffff;
}

.pdf-content {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: white;
}
.portrait {
  max-width: 216mm;
}

.landscape {
  max-width: 279mm;
}

.line-through {
  text-decoration: line-through;
}

.week-bar-wrapper {
  padding: 20px 10px 0 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.bar-container {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  width: 100%;
}

.bar-wrapper {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bar-background {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: flex-end;
}

.bar-inner-wrapper {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bar-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.6s ease;
  position: relative;
}

.bar-date {
  border-top: 2px solid #ccc;
  margin-top: 4px;
  padding-top: 4px;
  text-align: center;
}

.bar-numbers {
  display: flex;
  justify-content: space-around;
  margin-top: 4px;
}

.bar-number {
  width: 40%;
  text-align: center;
}

.bar-number .label {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  padding: 2px 0;
}

/* Step container */
.wizard-steps {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin: 20px 15px;
}

/* Each step */
.wizard-steps li {
  text-align: center;
  flex: 1;
  position: relative;
  font-weight: normal;
  color: #999;
}

/* Circle with step number */
.wizard-steps li .circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: white;
  color: #ccc;
  margin-bottom: 5px;
  font-weight: normal;
  z-index: 1;
  position: relative;
}

/* Connector lines */
.wizard-steps li::before,
.wizard-steps li::after {
  content: '';
  position: absolute;
  top: 14px;
  width: 50%;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
}

/* Line to the left */
.wizard-steps li::before {
  left: 0;
}

/* Line to the right */
.wizard-steps li::after {
  right: 0;
}

/* Remove left line for first */
.wizard-steps li:first-child::before {
  content: none;
}

/* Remove right line for last */
.wizard-steps li:last-child::after {
  content: none;
}

/* Active step styles */
.wizard-steps li.active {
  color: #337ab7;
}

.wizard-steps li.active .circle {
  background-color: #337ab7;
  border-color: #337ab7;
  color: white;
}

.highlight-row {
  box-shadow: 0 0 0 1px #bce8f1;
  border-radius: 4px;
}
